/*
 Theme Name:   TandemBase
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       Tandem
 Author URI:   https://tandem.blog
 Template:     generatepress
 Version:      0.1
*/

html, body {
            -ms-overflow-style: none !important; /* IE و Edge */
            scrollbar-width: none !important; /* Firefox */
            overflow-y: scroll !important;
        }
        
        html::-webkit-scrollbar, body::-webkit-scrollbar {
            display: none !important; /* Chrome, Safari */
            width: 0 !important;
            height: 0 !important;
        }
        
        * {
            scrollbar-width: none !important;
        }
        
        *::-webkit-scrollbar {
            display: none !important;
        }

/* tipografia */



.xxl {
	font-size: clamp(2.5rem, 5.063vw + 0.07rem, 3.67rem);
	line-height: calc(10px + 2ex);
}

.xl {
	font-size: clamp(1.8rem, 1.16vw + 1.392rem, 2.1rem);
	line-height: calc(7px + 2ex);
}


/* cookies */ 

.cmplz-show {
  display: none;
}

/* sticky */

.quiet.sticky-element-original.sticky-is-detached.element-is-sticky {
	background: var(--base);
}


/* formulari */

.gf_progressbar_title {
	font-size: 2rem !important;
	color: var(--contrast-2) !important;
}

.gfield_label.gform-field-label {
	font-size: 1rem !important;
	font-weight: 600 !important;
}
.gfield_description {
	color: var(--contrast) !important;
}


.gform-theme--framework .gf_progressbar .percentbar_blue {
	background-color: var(--contrast-2) !important;
	height: 3px !important;
}

.percentbar_5, .percentbar_10, .percentbar_15, .percentbar_20, .percentbar_25, .percentbar_30, .percentbar_35, .percentbar_40, .percentbar_45, .percentbar_50, .percentbar_55, .percentbar_60, .percentbar_65, .percentbar_70, .percentbar_75, .percentbar_80, .percentbar_85, .percentbar_90, .percentbar_95, .percentbar_100 {
  height: 3px !important;
}


.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  --gf-local-bg-color: var(--degradat-1) !important;
  --gf-local-border-color: var(--degradat-1) !important;
  --gf-local-shadow: none !important;
  --gf-local-color: var(--base) !important;
}


#gform_submit_button_5 {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="%23000000" viewBox="0 0 256 256"><path d="M128,26a102,102,0,0,0,0,204c21.13,0,43.31-6.35,59.32-17a6,6,0,0,0-6.65-10c-13.9,9.25-34.09,15-52.67,15a90,90,0,1,1,90-90c0,29.58-13.78,34-22,34s-22-4.42-22-34V88a6,6,0,0,0-12,0v9a46,46,0,1,0,4.34,56.32C171.76,166.6,182,174,196,174c21.29,0,34-17.2,34-46A102.12,102.12,0,0,0,128,26Zm0,136a34,34,0,1,1,34-34A34,34,0,0,1,128,162Z"></path></svg>');
	background-repeat: no-repeat;
	background-position: 14rem 50%;
	padding-right: 4.5rem;
	background-size: 20px;
	border: 1px solid;
}

#gform_submit_button_5:hover {
	border: 1px solid var(--contrast);
	color: var(--contrast);
	background-color: var(--accent);
}

.gfield_required.gfield_required_text {
	color: var(--contrast);
}


/* gravity forms -> slider */

.gps-slider__fill {
	background: var(--contrast-4) !important;
	border-radius: 0 !important;
}


.gps-slider__tick-label:active {
	color: red !important;
}


.gps-slider__handle {
	width: 30px !important;
	height: 30px !important;
	background: var(--contrast-4) !important;
	border: 3px solid var(--contrast) !important;
}

.gps-slider__track {
	background: var(--degradat-3) !important;
	border-radius: 0 !important;
}

.formula_i_resultat {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	align-items: center;
}

.formula {
	font-style: italic;
}

.operacio {
	color: var(--contrast) !important;
	font-size: 1.2rem !important;
	font-style: italic;
	font-weight: 800 !important;
}


.resultat {
	color: var(--contrast-2);
	font-size: 1.8rem;
	font-weight: 800;
}

#input_15_8 {
	color: var(--contrast-2);
	font-size: 1.8rem;
	font-weight: 800;
}


#gform_submit_button_6 {
	display: none;
}

#gform_submit_button_7 {
	display: none;
}

#gform_submit_button_8 {
	display: none;
}

#gform_submit_button_9 {
	display: none;
}

#gform_submit_button_20 {
	display: none;
}
#gform_submit_button_21 {
	display: none;
}


#gform_submit_button_14, #gform_submit_button_15, #gform_submit_button_16, #gform_submit_button_17{
	display: none;
}

@media (max-width: 600px) {
	.formula_i_resultat {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		align-items: start;
	}
}


.gfield_required.gfield_required_text {
	color: var(--contrast) !important;
	padding-left: 0.2rem;
	font-size: 0.6rem !important;
	top: -7px;
	position: relative;
}



/* revista */


.facetwp-dropdown {
	border-bottom: 1px solid var(--contrast);
}

.fs-wrap {
	width: 340px !important;
}

.fs-label-wrap {
	position: relative;
	background-color: var(--base) !important;
	border: 0px solid #ddd !important;
	cursor: default;
	border-bottom: 1px solid var(--contrast) !important;
}

.fs-dropdown {
	background-color: var(--base) !important;
	border: 1px solid var(--contrast) !important;
}

.fs-search {
	background-color: var(--base) !important;
	padding: 0 8px;
}

/*.revista div:first-child h4 a {
	color: var(--contrast-4);
}
*/


	.revista div:nth-child(2) .foto {
		height: 400px;
	}
	.revista div:nth-child(2) .titol {
		font-size: clamp(1.2rem, 0.475vw + 1.085rem, 1.4rem);
  line-height: calc(8px + 2ex);
	}


input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
	color: var(--contrast);
	background-color: none !important;
	border-color: none !important;
}




/* patro teula */

.patro1 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='20' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23f1eee5ff'/><path d='M40 0L20-10V0l20 10zm0 10L20 0v10l20 10zm0 10L20 10v10l20 10zM0 20l20-10v10L0 30zm0-10L20 0v10L0 20zM0 0l20-10V0L0 10z'  stroke-width='2.5' stroke='%23d18671ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-18,-10)' fill='url(%23a)'/></svg>")
}

.patro2 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='32' height='32' patternTransform='scale(4) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23f1eee5ff'/><path d='M32-10L42 0 32 10 22 0zM0-10L10 0 0 10-10 0zm0 32l10 10L0 42l-10-10zm32 0l10 10-10 10-10-10zM16-10L26 0 16 10 6 0zm0 32l10 10-10 10L6 32zM32 6l10 10-10 10-10-10zM0 6l10 10L0 26l-10-10zm16 0l10 10-10 10L6 16z'  stroke-linecap='square' stroke-width='1.5' stroke='%23d18671ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-8,-32)' fill='url(%23a)'/></svg>")
}

.patro3 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='25' height='25' patternTransform='scale(3) rotate(45)'><rect x='0' y='0' width='100%' height='100%' fill='%23f1eee5ff'/><path d='M9.19 0v3.93A9.187 9.187 0 003.93 9.19H0m0 6.618h3.93a9.188 9.188 0 005.26 5.26V25m6.619 0v-3.93a9.188 9.188 0 005.261-5.261H25m0-6.618h-3.93A9.188 9.188 0 0015.81 3.93V0'  stroke-linecap='square' stroke-width='2' stroke='%23d18671ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.patro4 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='26.55' height='25' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23f1eee5ff'/><path d='M0 10.86v3.22c2.7.08 4.9 2.31 4.9 5.03V25h3.2v-5.9c0-4.48-3.63-8.16-8.1-8.24ZM18.17 25h3.21v-5.9a5.05 5.05 0 0 1 5.03-5.02h.14v-3.21h-.14a8.27 8.27 0 0 0-8.24 8.24zm3.21-25h-3.21v1.64a5.05 5.05 0 0 1-5.03 5.02A5.05 5.05 0 0 1 8.1 1.64V0H4.89v1.64c0 4.53 3.7 8.24 8.25 8.24 4.53 0 8.24-3.7 8.24-8.24z'  stroke-width='1' stroke='none' fill='%23d18671ff'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.patro5 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='15.3' height='31.947' patternTransform='scale(3) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23f1eee5ff'/><path d='m12.675-17.219 7.65 26.1-7.65 5.7-7.65-5.7zm7.65 57.9-7.65 5.7-7.65-5.7 7.65-26.1zm-15.3-31.8-7.65 5.7-7.65-5.7 7.65-26.1zm-7.65 37.5-7.65-5.7 7.65-26.1 7.65 26.1zm15.3-31.8 7.65-5.7 7.65 5.7-7.65 26.1zm-15.3-31.8 7.65-5.7 7.65 5.7-7.65 26.1zm7.65 26.1 7.65 5.7-7.65 26.1-7.65-26.1z'  stroke-linejoin='round' stroke-linecap='round' stroke-width='2' stroke='%23d18671ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.patro6 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='69.283' height='40' patternTransform='scale(3) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23f1eee5ff'/><path d='M46.189-20L57.736 0M46.189 20l11.547 20m-46.189 0l11.547 20M11.547 0l11.547 20m40.415 30H40.415M28.868 30H5.774m23.094-40H5.774m57.735 20H40.415m0 20L28.868 50m11.547-60L28.868 10m46.188 0L63.509 30M5.774 10L-5.773 30m75.056 10H46.189L34.64 20 46.19 0h23.094C73.13 6.667 76.98 13.333 80.83 20zM57.736 60H34.64L23.094 40l11.547-20h23.095c3.848 6.667 7.698 13.333 11.547 20L57.736 60zm0-40H34.64L23.094 0l11.547-20h23.095L69.283 0c-3.87 6.7-8.118 14.06-11.547 20zM34.64 60H11.547L0 40l11.547-20h23.094L46.19 40 34.64 60zm0-40H11.547L0 0l11.547-20h23.094L46.19 0 34.64 20zM23.094 40H0l-5.773-10-5.774-10L0 0h23.094l11.547 20-11.547 20z'  stroke-width='2.5' stroke='%23d18671ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.patro7 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='40' patternTransform='scale(3) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23f1eee5ff'/><path d='M0 30h20L10 50zm-10-20h20L0 30zm20 0h20L20 30zM0-10h20L10 10z'  stroke-width='3' stroke='%23d18671ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.patro8 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='33.487' patternTransform='scale(3) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23f1eee5ff'/><path d='M29 20.928v14.813M14.5 12.56v16.745M29-2.559v6.744l-14.5 8.374L0 4.189v-6.745m29 6.742l14.5 8.37m0 16.745L29 20.928l-14.5 8.376L0 20.931l-14.5 8.376m0-16.744L0 4.189m0 31.487V20.931'  stroke-width='2.5' stroke='%23d18671ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-21,0)' fill='url(%23a)'/></svg>")
}

.patro9 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='31.94' height='28.5' patternTransform='scale(3) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23f1eee5ff'/><path d='m7.97 2.5-8 4.64-8-4.64m16-4.5v33m-8-33v9.08m24 9.67-8 4.64-8-4.64m16-9.72-8 4.64v9.66m-8-14.3 8 4.64m24-9.17-8 4.64-8-4.64m0-4.5v33m8-33v9.08m-24 14.2-8 4.64V31m-8-9.72 8 4.64m40-4.64-8 4.64V31m-8-9.72 8 4.64'  stroke-linejoin='round' stroke-linecap='round' stroke-width='2' stroke='%23d18671ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}


/* patrons fons transparent linia color base -blanc- */

.patro10 {
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='35.783' height='83.523' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='m14.13 80.123 3.694-8.621-3.694-8.621-3.694 8.62zM7.597 78.13l6.533 15.25 6.533-15.25-2.84-6.628-3.693 8.621-3.694-8.621zm0 0-2.84 6.628 9.373 21.878 9.372-21.878-2.84-6.628-6.532 15.25zm24.425-39.768 3.693-8.622-3.693-8.62-3.694 8.62zm-6.534-1.993 6.534 15.249 6.532-15.25-2.839-6.628-3.693 8.622-3.694-8.622zm0 0-2.84 6.628 9.374 21.877 9.372-21.877-2.84-6.628-6.532 15.249zM19.81 49.625 32.022 78.13l12.212-28.505-2.84-6.628-9.372 21.877-9.373-21.877zm0 0-2.84 6.628 15.053 35.133 15.051-35.133-2.839-6.628L32.022 78.13zM14.13 62.88l17.892 41.761 17.89-41.761-2.839-6.628-15.051 35.133L16.97 56.253zM-.067 29.74l-3.694-8.622-3.694 8.621 3.694 8.622zm-7.388 0-2.84 6.628 6.534 15.249 6.533-15.25-2.84-6.628-3.693 8.622zm3.694 21.877-6.533-15.25-2.84 6.629 9.373 21.877L5.61 42.997l-2.84-6.628zm-9.373-8.621-2.84 6.628L-3.76 78.13 8.45 49.625l-2.84-6.628-9.372 21.877zm9.373 35.133-12.213-28.505-2.84 6.628L-3.76 91.386 11.29 56.253l-2.839-6.628zm-15.052-21.877-2.84 6.628 17.892 41.761L14.13 62.881l-2.84-6.628L-3.76 91.386zm38.622-90.151-2.84 6.628L32.023 7.863 47.073-27.27l-2.839-6.628L32.022-5.392zM14.13-20.642l17.892 41.761 17.89-41.761-2.839-6.628L32.022 7.863 16.97-27.27zM-3.761-5.392l-12.213-28.506-2.84 6.628L-3.76 7.863 11.29-27.27l-2.839-6.628zM-18.813-27.27l-2.84 6.628L-3.76 21.119 14.13-20.642l-2.84-6.628L-3.76 7.863zm29.25 15.249-2.84 6.628 6.533 15.25 6.533-15.25-2.84-6.628L14.13-3.4zM14.13 9.856 7.597-5.393l-2.84 6.628 9.373 21.878 9.372-21.878-2.84-6.628zm-9.373-8.62-2.84 6.627L14.13 36.37 26.342 7.863l-2.84-6.628-9.372 21.878zm9.373 35.133L1.918 7.863l-2.84 6.629L14.13 49.625l15.052-35.133-2.84-6.629zM-.922 14.492l-2.84 6.627L14.13 62.881l17.891-41.762-2.84-6.627L14.13 49.625zM40.54 1.235 37.7 7.863 49.914 36.37 62.126 7.863l-2.84-6.628-9.373 21.878zm9.373 35.134L37.701 7.863l-2.84 6.629 15.052 35.133 15.052-35.133-2.84-6.629zM34.861 14.492l-2.84 6.627 17.892 41.762 17.891-41.762-2.84-6.627-15.05 35.133z'  stroke-linecap='square' stroke-width='1.5' stroke='%23f1eee5ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-38,0)' fill='url(%23a)'/></svg>")
}


.patro11 {
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='25' height='25' patternTransform='scale(3) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='M9.19 0v3.93A9.187 9.187 0 003.93 9.19H0m0 6.618h3.93a9.188 9.188 0 005.26 5.26V25m6.619 0v-3.93a9.188 9.188 0 005.261-5.261H25m0-6.618h-3.93A9.188 9.188 0 0015.81 3.93V0'  stroke-linejoin='round' stroke-linecap='round' stroke-width='1.5' stroke='%23f1eee5ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.patro12 {
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='50' height='50' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='M50 25L37.5 50 25 25 37.5 0zm-25 0L12.5 50 0 25 12.5 0z'  stroke-width='2' stroke='%23f1eee5ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-40,0)' fill='url(%23a)'/></svg>")
}

.patro13 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(3) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='M10-10L20 0v10L10 0zM20 0L10-10V0l10 10zm0 10L10 0v10l10 10zm0 10L10 10v10l10 10zM0 20l10-10v10L0 30zm0-10L10 0v10L0 20zM0 0l10-10V0L0 10z'  stroke-width='1.5' stroke='%23f1eee5ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-12,0)' fill='url(%23a)'/></svg>")
}

.patro14 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='33.487' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='M29 20.928v14.813M14.5 12.56v16.745M29-2.559v6.744l-14.5 8.374L0 4.189v-6.745m29 6.742l14.5 8.37m0 16.745L29 20.928l-14.5 8.376L0 20.931l-14.5 8.376m0-16.744L0 4.189m0 31.487V20.931'  stroke-width='2' stroke='%23f1eee5ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-10,0)' fill='url(%23a)'/></svg>")
}

.patro15 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='43.941' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='M-10 38.09V5.696L0-.078l10 5.774V38.09L0 43.864Zm10 5.774V11.47l10-5.774 10 5.774v32.394l-10 5.773Zm20 0L10 38.09V5.696L20-.078l10 5.774V38.09Z'  stroke-width='1.5' stroke='%23f1eee5ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-4,0)' fill='url(%23a)'/></svg>")
}

.patro16{
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='72' height='43.875' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='m14.296 7.185 7.236 7.234L36.002-.048l14.47 14.47 7.236-7.233L36-14.518Zm-7.275 7.251 7.258 7.26 7.259-7.26-7.258-7.259zm-28.798 14.76 7.237 7.237L-.023 21.916 14.452 36.39l7.26-7.258L0 7.42Zm50.746 7.193-7.258-7.258-7.26 7.258 7.26 7.26zm57.568.046 7.24-7.238L72 7.42 50.282 29.137l7.259 7.259L72.02 21.918Zm-28.993-.042-7.26-7.258-7.258 7.258 7.26 7.26zm.233 14.742L36 29.358 14.223 51.135l7.258 7.258L36 43.875l14.518 14.517ZM50.453 14.45l7.259 7.26 7.258-7.26-7.258-7.257z'  stroke-width='2' stroke='%23f1eee5ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.patro17 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='86.602' height='50' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='M-.15 6.75 21.5-5.75M-.15.238l21.65-12.5M0 6.75l-21.65-12.5M0 .238l-21.65-12.5M0 12.5v-25L21.65-25M0 12.5-21.65 0v-25L0-37.5 21.65-25V0zm86.452 44.25 21.65-12.5m-21.65 5.988 21.65-12.5m-21.65 5.988 21.65-12.5m-21.5 25.524-21.65-12.5m21.65 5.988-21.65-12.5m21.65 5.988-21.65-12.5m21.65 6.274L64.952 25m21.65 37.5v-25l21.65-12.5m-43.3 25V25l21.65-12.5 21.65 12.5v25l-21.65 12.5Zm21.5-43.25 21.65-12.5M86.452.238l21.65-12.5M86.602 6.75l-21.65-12.5M86.601.238l-21.65-12.5M86.601 12.5v-25l21.65-12.5m-21.65 37.5L64.952 0v-25l21.65-12.5 21.65 12.5V0zM43.15 31.75l21.651-12.5m-21.65 5.988 21.65-12.5m-21.65 5.988 21.65-12.5m-21.5 25.524-21.65-12.5m21.65 5.988-21.65-12.5m21.65 5.988-21.65-12.5M43.3 12.5 21.651 0M43.3 37.5v-25L64.951 0m0 25-21.65 12.5L21.651 25V0L43.3-12.5 64.951 0zm-21.65 37.5L21.651 50M43.3 87.5v-25L64.951 50m0 0v25l-21.65 12.5L21.651 75V50L43.3 37.5ZM-.15 56.75 21.5 44.25M-.15 50.238l21.65-12.5M-.15 43.726l21.65-12.5M0 56.75l-21.65-12.5M0 50.238l-21.65-12.5M0 43.726l-21.65-12.5M0 37.5-21.65 25M0 62.5v-25L21.65 25m0 0v25L0 62.5-21.65 50V25L0 12.5z'  stroke-linejoin='round' stroke-linecap='round' stroke-width='1.5' stroke='%23f1eee5ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-18,0)' fill='url(%23a)'/></svg>")
}


/* patrons fons transparent linia verd fosc */

.patro18 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='72' height='43.875' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='m14.296 7.185 7.236 7.234L36.002-.048l14.47 14.47 7.236-7.233L36-14.518Zm-7.275 7.251 7.258 7.26 7.259-7.26-7.258-7.259zm-28.798 14.76 7.237 7.237L-.023 21.916 14.452 36.39l7.26-7.258L0 7.42Zm50.746 7.193-7.258-7.258-7.26 7.258 7.26 7.26zm57.568.046 7.24-7.238L72 7.42 50.282 29.137l7.259 7.259L72.02 21.918Zm-28.993-.042-7.26-7.258-7.258 7.258 7.26 7.26zm.233 14.742L36 29.358 14.223 51.135l7.258 7.258L36 43.875l14.518 14.517ZM50.453 14.45l7.259 7.26 7.258-7.26-7.258-7.257z'  stroke-width='2' stroke='%2392a892ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.patro19 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='43.78' height='70' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='m15.323-.024 8.66-69.952H6.663ZM6.567-69.976l8.66 69.952h-17.32Zm43.78 0 8.66 69.952h-17.32ZM-6.567 34.976l8.66-69.952h-17.32Zm21.89 35L23.983.024H6.663ZM6.567.024l8.66 69.952h-17.32Zm30.646 34.952 8.66-69.952h-17.32Zm-8.756-69.952 8.66 69.952h-17.32Zm21.89 35 8.66 69.952h-17.32ZM-6.567 104.976l8.66-69.952h-17.32Zm21.89 35 8.66-69.952H6.663ZM6.567 70.024l8.66 69.952h-17.32Zm30.646 34.952 8.66-69.952h-17.32Zm-8.756-69.952 8.66 69.952h-17.32Zm21.89 35 8.66 69.952h-17.32Z'  stroke-width='2' stroke='%2392a892ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}


.patro20 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='146.6' height='36' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='M5.524 0 0 5.555v3.693L9.19 0zm11.882 0L0 17.548v3.7L21.072 0zm6.617 0v5.32L0 29.55v3.702l24.024-24.23v8.3L5.507 36h3.67l14.847-14.974v8.3L17.408 36h3.671l2.945-2.97V36h2.593v-3.962L34.31 36h5.708l-13.4-6.902v-9.064L48.003 31.05V36h2.592v-4.951l21.431-11.037v9.064L58.582 36h5.709l7.736-3.984V36h2.592v-3.962L82.312 36h5.707l-13.4-6.902v-9.064L96.065 31.08V36h2.592v-4.985l21.372-11.117v9.059L106.487 36h5.663l7.879-4.098V36h2.592v-2.712L125.333 36h3.684l-6.396-6.398v-8.319L137.332 36h3.684l-18.395-18.402V9.279L146.6 33.267v-3.685L122.621 5.594V0h-2.592v4.948L98.657 16.065V7.007L112.127 0h-5.663l-7.807 4.06V0h-2.592v4.132L88.043 0h-5.708l13.73 7.071v9.065L74.619 5.09V0h-2.592v5.068l-21.43 11.037V7.041L64.266 0h-5.708l-7.963 4.101V0h-2.592v4.101L40.041 0h-5.708l13.671 7.04v9.065L26.617 5.09V0zm101.321 0L146.6 21.263v-3.686L129.029 0zm12 0 9.064 9.067c.057.055.128.085.192.128v-3.62L141.028 0zm-17.315 7.894v9.058L98.657 28.07V19.01zm-48.002.114v9.064L50.597 28.11v-9.064zm2.592.02 21.446 11.046v9.064L74.619 17.093zm-48.002 0 21.387 11.015v9.065L26.617 17.093z'  stroke-width='1' stroke='none' fill='%2392a892ff'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.patro21 {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='86.602' height='50' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='M-.15 6.75 21.5-5.75M-.15.238l21.65-12.5M0 6.75l-21.65-12.5M0 .238l-21.65-12.5M0 12.5v-25L21.65-25M0 12.5-21.65 0v-25L0-37.5 21.65-25V0zm86.452 44.25 21.65-12.5m-21.65 5.988 21.65-12.5m-21.65 5.988 21.65-12.5m-21.5 25.524-21.65-12.5m21.65 5.988-21.65-12.5m21.65 5.988-21.65-12.5m21.65 6.274L64.952 25m21.65 37.5v-25l21.65-12.5m-43.3 25V25l21.65-12.5 21.65 12.5v25l-21.65 12.5Zm21.5-43.25 21.65-12.5M86.452.238l21.65-12.5M86.602 6.75l-21.65-12.5M86.601.238l-21.65-12.5M86.601 12.5v-25l21.65-12.5m-21.65 37.5L64.952 0v-25l21.65-12.5 21.65 12.5V0zM43.15 31.75l21.651-12.5m-21.65 5.988 21.65-12.5m-21.65 5.988 21.65-12.5m-21.5 25.524-21.65-12.5m21.65 5.988-21.65-12.5m21.65 5.988-21.65-12.5M43.3 12.5 21.651 0M43.3 37.5v-25L64.951 0m0 25-21.65 12.5L21.651 25V0L43.3-12.5 64.951 0zm-21.65 37.5L21.651 50M43.3 87.5v-25L64.951 50m0 0v25l-21.65 12.5L21.651 75V50L43.3 37.5ZM-.15 56.75 21.5 44.25M-.15 50.238l21.65-12.5M-.15 43.726l21.65-12.5M0 56.75l-21.65-12.5M0 50.238l-21.65-12.5M0 43.726l-21.65-12.5M0 37.5-21.65 25M0 62.5v-25L21.65 25m0 0v25L0 62.5-21.65 50V25L0 12.5z'  stroke-linejoin='round' stroke-linecap='round' stroke-width='2' stroke='%2392a892ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-18,0)' fill='url(%23a)'/></svg>")
}




/* hidraulic */

.hid1 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 199.99997 200"><defs><style> .cls-1 { fill: %2392a892; } .cls-2 { fill: %23f1eee5; } .cls-3 { fill: %238699dc; } .cls-4 { fill: %23efcc6d; } </style></defs><g><rect class="cls-3" width="199.99997" height="200"/><rect class="cls-2" x="49.99999" y="50" width="100" height="100"/><polygon class="cls-1" points="99.92617 200 0 200 50.07383 150 150 150 99.92617 200"/><polygon class="cls-1" points="149.92614 50 49.99997 50 100.07381 0 199.99997 0 149.92614 50"/><polygon class="cls-4" points="0 100.07383 0 200 50 149.92617 50 50 0 100.07383"/><polygon class="cls-4" points="149.99997 50.07383 149.99997 150 199.99997 99.92617 199.99997 0 149.99997 50.07383"/></g><g><rect class="cls-3" width="199.99997" height="200"/><rect class="cls-2" x="49.99999" y="50" width="100" height="100"/><polygon class="cls-1" points="99.92617 200 0 200 50.07383 150 150 150 99.92617 200"/><polygon class="cls-1" points="149.92614 50 49.99997 50 100.07381 0 199.99997 0 149.92614 50"/><polygon class="cls-4" points="0 100.07383 0 200 50 149.92617 50 50 0 100.07383"/><polygon class="cls-4" points="149.99997 50.07383 149.99997 150 199.99997 99.92617 199.99997 0 149.99997 50.07383"/></g></svg>');
	background-size: 50px;
	background-repeat: repeat;
}


.hid2 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><style> .cls-1 { fill: %2392a892; } .cls-2 { fill: %23f1eee5; } </style></defs><rect class="cls-2" width="200" height="200"/><g><rect class="cls-1" x="100" width="50" height="50"/><rect class="cls-1" x="150" y="50" width="50" height="50"/></g><g><rect class="cls-1" y="100" width="50" height="50"/><rect class="cls-1" x="50" y="150" width="50" height="50"/></g><g><rect class="cls-1" x="100" y="100" width="50" height="50"/><rect class="cls-1" x="150" y="150" width="50" height="50"/></g></svg>');
	background-size: 50px;
	background-repeat: repeat;
}

.hid3 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><style> .cls-1 { fill: %23f1eee5; } .cls-2 { fill: %238699dc; } </style></defs><rect class="cls-1" x=".00001" width="199.99997" height="200"/><g><g><path class="cls-2" d="M150,0c0,27.61426,22.3858,50,50,50V0h-50Z"/><path class="cls-2" d="M0,50c27.61426,0,50-22.3858,50-50H0v50Z"/></g><g><path class="cls-2" d="M50,200c0-27.61426-22.3858-50-50-50v50h50Z"/><path class="cls-2" d="M200,150c-27.61426,0-50,22.3858-50,50h50v-50Z"/></g></g><path class="cls-2" d="M124.64944,118.85543l19.89537,3.42631c4.64555.80004,7.15274-5.25284,3.30212-7.97203l-.00002-.00002c-2.90793-2.05349-2.32221-6.52589,1.01645-7.7613l9.05034-3.34893c3.85085-1.42495,3.85085-6.87153,0-8.29648l-9.05034-3.34893c-3.33865-1.23541-3.92437-5.70782-1.01645-7.7613l.00006-.00004c3.85062-2.71918,1.34344-8.77206-3.30212-7.97203l-19.89537,3.42629c-3.01079.5185-5.62815-2.09886-5.10964-5.10964l3.42631-19.89548c.80003-4.64554-5.25283-7.15273-7.97202-3.30212l-.00008.00011c-2.05349,2.90792-6.52588,2.32219-7.7613-1.01645l-3.34893-9.05029c-1.42495-3.85085-6.87153-3.85085-8.29647,0l-3.34894,9.05036c-1.23541,3.33865-5.70782,3.92437-7.7613,1.01645l-.00004-.00006c-2.71918-3.85062-8.77206-1.34344-7.97203,3.30212l3.42629,19.89537c.5185,3.01079-2.09886,5.62815-5.10964,5.10964l-19.89537-3.42629c-4.64555-.80004-7.15273,5.25284-3.30212,7.97203l.00006.00004c2.90793,2.05349,2.32221,6.52589-1.01645,7.7613l-9.05036,3.34894c-3.85085,1.42494-3.85085,6.87152,0,8.29647l9.05029,3.34893c3.33864,1.23542,3.92436,5.70781,1.01645,7.7613l-.00011.00008c-3.8506,2.71919-1.34342,8.77206,3.30212,7.97202l19.89548-3.42631c3.01079-.5185,5.62815,2.09886,5.10964,5.10964l-3.42629,19.89537c-.80004,4.64555,5.25284,7.15273,7.97203,3.30212l.00004-.00006c2.05349-2.90793,6.52589-2.32221,7.7613,1.01645l3.34893,9.05034c1.42495,3.85085,6.87153,3.85085,8.29648,0l3.34893-9.05034c1.23541-3.33865,5.70782-3.92437,7.7613-1.01645l.00002.00002c2.71919,3.85062,8.77207,1.34343,7.97203-3.30212l-3.42631-19.89537c-.51851-3.01079,2.09886-5.62815,5.10965-5.10965Z"/><circle class="cls-1" cx="100" cy="100" r="12.5"/><g><path class="cls-1" d="M175,0c0,13.80713,11.1929,25,25,25V0h-25Z"/><path class="cls-1" d="M0,25c13.80713,0,25-11.1929,25-25H0v25Z"/><path class="cls-1" d="M25,200c0-13.80713-11.1929-25-25-25v25h25Z"/><path class="cls-1" d="M200,175c-13.80713,0-25,11.1929-25,25h25v-25Z"/></g><g><g><path class="cls-2" d="M12.5,100c0-6.90356-5.59644-12.5-12.5-12.5v25c6.90356,0,12.5-5.59644,12.5-12.5Z"/><path class="cls-2" d="M187.5,100c0,6.90356,5.59644,12.5,12.5,12.5v-25c-6.90356,0-12.5,5.59644-12.5,12.5Z"/></g><g><path class="cls-2" d="M100,187.5c-6.90356,0-12.5,5.59644-12.5,12.5h25c0-6.90356-5.59644-12.5-12.5-12.5Z"/><path class="cls-2" d="M100,12.5c6.90356,0,12.5-5.59644,12.5-12.5h-25c0,6.90356,5.59644,12.5,12.5,12.5Z"/></g></g></svg>');
	background-size: 50px;
	background-repeat: repeat;
}


.hid4 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200.20418 200.04681"><defs><style> .cls-1 { fill: %23d18671; } .cls-2 { fill: %23f1eee5; } .cls-3 { fill: %238699dc; } </style></defs><rect class="cls-2" width="200" height="200"/><path class="cls-1" d="M142.10546,86.20824l-.09774-.09778c-.01419.01427-.02711.02933-.04138.04356-5.3405,5.34054-12.98269,6.97143-19.73272,4.90008v-.00004c3.28207-6.2626,9.83002-10.54426,17.38432-10.57391v-.27734c0-10.80844-8.76195-19.57038-19.57038-19.57038h-.13822c.00004.0201.00152.03987.00152.06005,0,7.62-4.32763,14.22512-10.65656,17.50424v-.00004c-2.15654-6.79387-.54616-14.52449,4.84204-19.9127.01423-.01423.02928-.02715.04352-.04134l-.09626-.09634c-7.64203-7.64518-20.03537-7.64584-27.67818-.00144l-.19609.19613c5.32077,5.36269,6.92328,13.02038,4.81563,19.76947v.00004c-6.23767-3.30832-10.48827-9.86538-10.48827-17.41803,0-.02018.00148-.03995.00152-.06005h-.13822c-10.80844,0-19.57038,8.76195-19.57038,19.57038v.27734c7.5326.02957,14.06525,4.28637,17.35659,10.51957v.00004c-6.76725,2.14292-14.46162.54886-19.84412-4.79155v.00004c-7.64272,7.64268-7.64272,20.03398,0,27.6767l.10053.10053c5.38701-5.27127,13.0452-6.83017,19.77911-4.68434-3.27937,6.27085-9.8317,10.55956-17.39211,10.58921,0,10.80844,8.76195,19.57042,19.57038,19.57042h.1422v-.00004c.08109-7.46952,4.3173-13.93978,10.5055-17.21279,2.06138,6.69011.48164,14.26072-4.74279,19.59983l.10053.10053c7.64272,7.64272,20.03398,7.64272,27.6767,0-5.325-5.367-6.92566-13.03269-4.81034-19.78579,6.27893,3.24426,10.59175,9.76173,10.67358,17.29822v.00004h.1422c10.80844,0,19.57038-8.76199,19.57038-19.57042-7.58219-.02978-14.15007-4.3433-17.41996-10.64376,6.73485-2.08021,14.36416-.47094,19.71139,4.83446l.19318-.19318c7.64317-7.64317,7.64449-20.03484.00291-27.67961Z"/><g><g><path class="cls-3" d="M12.70418,100.04681c0-6.90356-5.59644-12.5-12.5-12.5v25c6.90356,0,12.5-5.59644,12.5-12.5Z"/><path class="cls-3" d="M187.70418,100.04681c0,6.90356,5.59644,12.5,12.5,12.5v-25c-6.90356,0-12.5,5.59644-12.5,12.5Z"/></g><g><path class="cls-3" d="M100.20418,187.54681c-6.90356,0-12.5,5.59644-12.5,12.5h25c0-6.90356-5.59644-12.5-12.5-12.5Z"/><path class="cls-3" d="M100.20418,12.54681c6.90356,0,12.5-5.59644,12.5-12.5h-25c0,6.90356,5.59644,12.5,12.5,12.5Z"/></g></g><path class="cls-1" d="M158.19836,13.71497c5.38708-5.27124,13.04529-6.83014,19.77917-4.68433-3.27942,6.27081-9.83179,10.55957-17.39209,10.58917,0,10.80847,8.76196,19.57043,19.57031,19.57043h.14221c.08105-7.46954,4.31726-13.93982,10.50549-17.21283,2.0614,6.69012.48169,14.26074-4.7428,19.59985l.10046.10052c3.82153,3.82147,8.83032,5.73218,13.83887,5.73199V0h-47.62354c.05627,4.93353,1.95703,9.8501,5.72144,13.61444l.10046.10052Z"/><path class="cls-1" d="M41.90466,185.93329l-.09778-.09778c-.01416.01422-.0271.0293-.04126.04352-5.34058,5.34058-12.98279,6.97144-19.73279,4.90009,3.2821-6.26263,9.82996-10.54431,17.3844-10.57391v-.27734c0-10.80847-8.76196-19.57043-19.57056-19.57043h-.13818c.00012.02014.00159.03992.00159.06006,0,7.62-4.32764,14.22516-10.65662,17.50427v-.00006c-2.15649-6.79388-.54614-14.52448,4.84204-19.91272.01428-.01422.0293-.0271.04358-.04132l-.09631-.09631c-3.82202-3.82361-8.83252-5.73492-13.84277-5.73413v47.86279h47.62427c.05896-5.08417-1.84119-10.18671-5.7196-14.06671Z"/><path class="cls-1" d="M200,152.14172c-5.00977-.00098-10.01978,1.90955-13.84204,5.73187l-.10059.10052c5.27124,5.38702,6.8302,13.04517,4.68433,19.77911-6.27075-3.27936-10.55957-9.83173-10.58911-17.39209-10.80847,0-19.57056,8.7619-19.57056,19.57037v.14215h.00012c7.4696.08112,13.93982,4.31732,17.21277,10.50555-6.69006,2.06134-14.26074.48163-19.59985-4.7428l-.10046.10052c-3.87854,3.8786-5.77942,8.97986-5.72131,14.06305h47.62671v-47.85828Z"/><path class="cls-1" d="M13.84814,41.68439l.0979-.09772c-.0144-.01422-.0293-.02716-.04358-.04138-5.34058-5.34052-6.97144-12.98273-4.90002-19.73273,6.26257,3.28204,10.54419,9.83002,10.57385,17.38428h.27734c10.80847,0,19.57043-8.7619,19.57043-19.57037v-.13824c-.02014.00006-.03992.00153-.06006.00153-7.62,0-14.2251-4.32764-17.50427-10.65656h.00012c6.79382-2.15649,14.52441-.54614,19.9126,4.84204.01428.01428.0271.0293.04138.04352l.09631-.09625c3.76758-3.76593,5.66943-8.68597,5.724-13.6225H0v47.41431c5.01147.0025,10.02393-1.90717,13.84814-5.72992Z"/></svg>');
	background-size: 50px;
	background-repeat: repeat;
}


.hid5 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><style> .cls-1 { fill: %23d18671; } .cls-2 { fill: %2392a892; } .cls-3 { fill: %23f1eee5; } .cls-4 { fill: %238699dc; } .cls-5 { fill: %23efcc6d; } </style></defs><g><g><polygon class="cls-4" points="100 100.00671 0 199.99329 200 199.99329 100 100.00671"/><polygon class="cls-4" points="100 99.98658 200 0 0 0 100 99.98658"/><polygon class="cls-5" points="100.01006 100 199.99665 200 199.99665 0 100.01006 100"/><polygon class="cls-5" points="99.98994 100 .00335 0 .00335 200 99.98994 100"/></g><rect class="cls-3" x="12.5" y="12.5" width="175" height="175"/></g><rect class="cls-1" x="29.28932" y="29.28932" width="141.42136" height="141.42136" transform="translate(-41.42136 100) rotate(-45)"/><rect class="cls-1" x="29.28932" y="29.28932" width="141.42136" height="141.42136"/><g><rect class="cls-2" x="50" y="50" width="100" height="100" transform="translate(100 -41.42136) rotate(45)"/><rect class="cls-2" x="50" y="50" width="100" height="100" transform="translate(200) rotate(90)"/></g><g><rect class="cls-3" x="75.25126" y="75.25126" width="49.49747" height="49.49747" transform="translate(100 -41.42136) rotate(45)"/><rect class="cls-3" x="75.25126" y="75.25126" width="49.49747" height="49.49747" transform="translate(200) rotate(90)"/></g></svg>');
	background-size: 50px;
	background-repeat: repeat;
}


.hid6 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><style> .cls-1 { fill: %23d18671; } .cls-2 { fill: %2392a892; } .cls-3 { fill: %23f1eee5; } .cls-4 { fill: %238699dc; } </style></defs><g><g><polygon class="cls-2" points="100 100.00671 0 199.99329 200 199.99329 100 100.00671"/><polygon class="cls-2" points="100 99.98658 200 0 0 0 100 99.98658"/><polygon class="cls-1" points="100.01006 100 199.99665 200 199.99665 0 100.01006 100"/><polygon class="cls-1" points="99.98994 100 .00335 0 .00335 200 99.98994 100"/></g><rect class="cls-3" x="25" y="25" width="150" height="150"/></g><rect class="cls-4" x="50" y="50" width="100" height="100"/><circle class="cls-3" cx="100" cy="100" r="25"/></svg>');
	background-size: 50px;
	background-repeat: repeat;
}


.hid7 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><style> .cls-1 { fill: %23f1eee5; } .cls-2 { fill: %238699dc; } .cls-3 { fill: %2342568e; } </style></defs><rect class="cls-2" x=".00001" width="199.99997" height="200"/><circle class="cls-1" cx="100" cy="100" r="75"/><path class="cls-3" d="M102.89193,62.18462l5.96546-8.15038c1.93238-2.64013,6.10134-1.52306,6.45476,1.72955l1.09105,10.04117c.26186,2.40996,2.79095,3.87014,5.00897,2.89193l9.24143-4.07571c2.99355-1.32023,6.04544,1.73166,4.72521,4.72521l-4.07571,9.24143c-.9782,2.21802.48197,4.74711,2.89193,5.00897l10.04117,1.09105c3.25261.35342,4.36968,4.52238,1.72955,6.45476l-8.15038,5.96546c-1.95616,1.43176-1.95616,4.3521,0,5.78386l8.15038,5.96546c2.64013,1.93238,1.52306,6.10134-1.72955,6.45476l-10.04117,1.09105c-2.40996.26186-3.87014,2.79095-2.89193,5.00897l4.07571,9.24143c1.32023,2.99355-1.73166,6.04544-4.72521,4.72521l-9.24143-4.07571c-2.21802-.9782-4.74711.48197-5.00897,2.89193l-1.09105,10.04117c-.35342,3.25261-4.52238,4.36968-6.45476,1.72955l-5.96546-8.15038c-1.43176-1.95616-4.3521-1.95616-5.78386,0l-5.96546,8.15038c-1.93238,2.64013-6.10134,1.52306-6.45476-1.72955l-1.09105-10.04117c-.26186-2.40996-2.79095-3.87014-5.00897-2.89193l-9.24143,4.07571c-2.99355,1.32023-6.04544-1.73166-4.72521-4.72521l4.07571-9.24143c.9782-2.21802-.48197-4.74711-2.89193-5.00897l-10.04117-1.09105c-3.25261-.35342-4.36968-4.52238-1.72955-6.45476l8.15038-5.96546c1.95616-1.43176,1.95616-4.3521,0-5.78386l-8.15038-5.96546c-2.64013-1.93238-1.52306-6.10134,1.72955-6.45476l10.04117-1.09105c2.40996-.26186,3.87014-2.79095,2.89193-5.00897l-4.07571-9.24143c-1.32023-2.99355,1.73166-6.04544,4.72521-4.72521l9.24143,4.07571c2.21802.9782,4.74711-.48197,5.00897-2.89193l1.09105-10.04117c.35342-3.25261,4.52238-4.36968,6.45476-1.72955l5.96546,8.15038c1.43176,1.95616,4.3521,1.95616,5.78386,0Z"/><g><path class="cls-3" d="M150,0c0,27.61426,22.3858,50,50,50V0h-50Z"/><path class="cls-3" d="M0,50c27.61426,0,50-22.3858,50-50H0v50Z"/></g><g><path class="cls-3" d="M50,200c0-27.61426-22.3858-50-50-50v50h50Z"/><path class="cls-3" d="M200,150c-27.61426,0-50,22.3858-50,50h50v-50Z"/></g></svg>');
	background-size: 50px;
	background-repeat: repeat;
}


.hid8 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200.03415 200.02561"><defs><style> .cls-1 { fill: %23d18671; } .cls-2 { fill: %2392a892; } .cls-3 { fill: %23f1eee5; } </style></defs><rect class="cls-2" x=".01708" y=".01281" width="200" height="200"/><path class="cls-3" d="M117.88961,82.38904c-9.73946-9.73946-9.761-25.51441-.06871-35.28309l-17.80382-17.80382-17.67905,17.67905c.01808.018.03716.0344.05524.05248,9.76311,9.76311,9.76311,25.59222,0,35.35534s-25.59222,9.76311-35.35534,0c-.01808-.01808-.03448-.03716-.05248-.05524l-17.67905,17.67905,17.80382,17.80382c9.76873-9.69233,25.54363-9.67076,35.28309.06871,9.73942,9.73942,9.76104,25.51437.06871,35.28309l17.55506,17.55506,17.68259-17.68259c-9.56795-9.77796-9.50783-25.45779.18994-35.15556,9.69777-9.69777,25.3776-9.75789,35.15556-.18994l17.68259-17.68259-17.55506-17.55506c-9.76868,9.69229-25.54367,9.67071-35.28309-.06871Z"/><polygon class="cls-1" points=".01708 .01708 15.9507 15.90715 184.29296 15.90715 200.03415 .01708 .01708 .01708"/><polygon class="cls-1" points=".01708 200.02561 15.90715 184.09198 15.90715 15.74973 .01708 .00854 .01708 200.02561"/><polygon class="cls-1" points="200.01708 200.00854 184.08345 184.11847 15.74119 184.11847 0 200.00854 200.01708 200.00854"/><polygon class="cls-1" points="200.01708 0 184.127 15.93363 184.127 184.27588 200.01708 200.01708 200.01708 0"/><circle class="cls-1" cx="100.01708" cy="100.01281" r="12.5"/><circle class="cls-1" cx="25.01708" cy="175.01281" r="25"/><circle class="cls-1" cx="175.01708" cy="175.01281" r="25"/><circle class="cls-1" cx="175.01708" cy="25.01281" r="25"/><circle class="cls-1" cx="25.01708" cy="25.01281" r="25"/><g><g><circle class="cls-3" cx="136.6018" cy="136.59753" r="15.18531"/><circle class="cls-3" cx="63.43235" cy="63.42808" r="15.18531"/></g><g><circle class="cls-3" cx="63.43235" cy="136.59753" r="15.18531"/><circle class="cls-3" cx="136.6018" cy="63.42808" r="15.18531"/></g></g></svg>');
	background-size: 50px;
	background-repeat: repeat;
}


.hid9 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><style> .cls-1 { fill: %23d18671; } .cls-2 { fill: %2392a892; } .cls-3 { fill: %23f1eee5; } </style></defs><rect class="cls-2" width="200" height="200"/><polygon class="cls-1" points="200 200 150 200 200 150 200 200"/><polygon class="cls-1" points="50 200 0 200 0 150 50 200"/><polygon class="cls-1" points="200 50 150 0 200 0 200 50"/><polygon class="cls-1" points="0 50 0 0 50 0 0 50"/><rect class="cls-1" x="50" y="50" width="100" height="100" transform="translate(-41.42136 100) rotate(-45)"/><path class="cls-3" d="M103.34498,75.48329l.1646-.35945c1.76782-3.86063,7.58708-2.15194,6.98705,2.05158l-.05587.39138c-.44498,3.11735,2.97716,5.31662,5.62795,3.61686l.3328-.2134c3.5744-2.29201,7.54608,2.29156,4.76871,5.50339l-.25859.29905c-2.05971,2.3819-.36984,6.0822,2.77911,6.0854l.39535.0004c4.24613.00431,5.10926,6.0075,1.03634,7.20791l-.37922.11177c-3.02049.89022-3.59941,4.91673-.95208,6.62186l.33237.21408c3.56974,2.29925,1.05028,7.8161-3.02506,6.62396l-.37945-.111c-3.02229-.8841-5.6862,2.19022-4.38099,5.05593l.16387.35979c1.75999,3.86421-3.34215,7.14315-6.12603,3.93696l-.2592-.29852c-2.06453-2.37772-5.96766-1.23166-6.41896,1.88478l-.05666.39127c-.60855,4.2023-6.67348,4.2023-7.28203,0l-.05666-.39127c-.4513-3.11644-4.35443-4.2625-6.41896-1.88478l-.2592.29852c-2.78388,3.20619-7.88602-.07275-6.12603-3.93696l.16387-.35979c1.30521-2.86571-1.3587-5.94003-4.38099-5.05593l-.37945.111c-4.07535,1.19214-6.59481-4.32471-3.02506-6.62396l.33237-.21408c2.64733-1.70513,2.06841-5.73164-.95208-6.62186l-.37922-.11177c-4.07292-1.20041-3.20979-7.2036,1.03634-7.20791l.39535-.0004c3.14894-.00319,4.83881-3.70349,2.77911-6.0854l-.25859-.29905c-2.77737-3.21183,1.19431-7.7954,4.76871-5.50339l.3328.2134c2.65079,1.69976,6.07293-.49952,5.62795-3.61686l-.05587-.39138c-.60002-4.20352,5.21923-5.91221,6.98705-2.05158l.1646.35945c1.31102,2.86305,5.37893,2.86305,6.68995,0Z"/></svg>');
	background-size: 50px;
	background-repeat: repeat;
}


.hid10 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><style> .cls-1 { fill: %23d18671; } .cls-2 { fill: %23f1eee5; } </style></defs><rect class="cls-1" width="200" height="200"/><path class="cls-2" d="M158.65271,41.34729h-29.32867c.00012.02991.00232.05933.00232.08936,0,5.22937-1.37135,10.13672-3.77165,14.38663-1.55769,2.75801-5.34698,3.22856-7.58674.9888l-.20777-.20777c-9.80868-9.80868-25.7117-9.80868-35.52039,0l-.20777.20777c-2.23976,2.23976-6.02904,1.76921-7.58674-.9888-2.4003-4.24991-3.77165-9.15726-3.77165-14.38663,0-.03003.0022-.05945.00232-.08936h-29.32867v29.53564c5.1867.02034,10.05337,1.38967,14.27213,3.77282,2.75618,1.55695,3.22328,5.34566.98491,7.58403l-.00002.00002c-9.80868,9.80868-9.80868,25.7117,0,35.52039l.26375.26375c2.22848,2.22848,1.77145,5.98726-.95491,7.56813-4.28618,2.48533-9.25915,3.91683-14.56586,3.93765v29.12299h29.33453c.0568-5.23154,1.48477-10.13275,3.93976-14.36436,1.57969-2.72289,5.33731-3.17364,7.56324-.9477l.05499.05499c9.80868,9.80868,25.7117,9.80868,35.52039,0l.05499-.05499c2.22593-2.22593,5.98355-1.77518,7.56324.9477,2.45499,4.23162,3.88296,9.13282,3.93976,14.36436h29.33453v-29.12299c-5.30667-.02082-10.27965-1.45232-14.56585-3.93765-2.72637-1.58087-3.1834-5.33965-.95492-7.56813l.26375-.26375c9.80868-9.80868,9.80868-25.7117,0-35.52039l-.00002-.00002c-2.23837-2.23837-1.77127-6.02708.98491-7.58403,4.21876-2.38316,9.08544-3.75248,14.27213-3.77282v-29.53564Z"/><circle class="cls-1" cx="100" cy="100" r="12.5"/><g><g><path class="cls-2" d="M12.5,100c0-6.90356-5.59644-12.5-12.5-12.5v25c6.90356,0,12.5-5.59644,12.5-12.5Z"/><path class="cls-2" d="M187.5,100c0,6.90356,5.59644,12.5,12.5,12.5v-25c-6.90356,0-12.5,5.59644-12.5,12.5Z"/></g><g><path class="cls-2" d="M100,187.5c-6.90356,0-12.5,5.59644-12.5,12.5h25c0-6.90356-5.59644-12.5-12.5-12.5Z"/><path class="cls-2" d="M100,12.5c6.90356,0,12.5-5.59644,12.5-12.5h-25c0,6.90356,5.59644,12.5,12.5,12.5Z"/></g></g></svg>');
	background-size: 50px;
	background-repeat: repeat;
}


/* 2 tons */


.pat1 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1, .cls-2 { fill: %23d18671; } .cls-3 { fill: none; stroke: %23000dff; stroke-miterlimit: 10; stroke-width: .25px; } .cls-2 { opacity: .5; } </style></defs><g id="Capa_1" data-name="Capa 1"><g><rect class="cls-3" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="266.66667" width="33.33333" height="33.33333"/></g><g><rect class="cls-3" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="266.66667" width="33.33333" height="33.33333"/></g></g><g id="Capa_2" data-name="Capa 2"><g><path class="cls-2" d="M37.46791,207.98492l21.35541-21.35542,16.17976,16.17976,15.59167-15.59167,21.58017,21.58017-15.36564,15.36564,15.8503,15.8503-22.02481,22.02481-15.55472-15.55472-15.29609,15.29609-21.35541-21.35541,15.8959-15.8959s-17.00431-16.39585-16.85652-16.54364Z"/><path class="cls-2" d="M112.06186,283.75067l21.35541-21.35542,16.17976,16.17976,15.59167-15.59167,21.58017,21.58017-15.36564,15.36564,15.8503,15.8503-22.02481,22.02481-15.55472-15.55472-15.29609,15.29609-21.35541-21.35541,15.8959-15.8959s-17.00431-16.39585-16.85652-16.54364Z"/><path class="cls-2" d="M263.66237,283.80565l21.35541-21.35542,16.17976,16.17976,15.59167-15.59167,21.58017,21.58017-15.36564,15.36564,15.8503,15.8503-22.02481,22.02481-15.55472-15.55472-15.29609,15.29609-21.35541-21.35541,15.8959-15.8959s-17.00431-16.39585-16.85652-16.54364Z"/><path class="cls-2" d="M-37.24301,283.97195l21.35541-21.35542L.29216,278.79629l15.59167-15.59167,21.58017,21.58017-15.36564,15.36564,15.8503,15.8503-22.02481,22.02481-15.55472-15.55472-15.29609,15.29609-21.35541-21.35541,15.8959-15.8959s-17.00431-16.39585-16.85652-16.54364Z"/><path class="cls-2" d="M188.03926,207.98492l21.35541-21.35542,16.17976,16.17976,15.59167-15.59167,21.58017,21.58017-15.36564,15.36564,15.8503,15.8503-22.02481,22.02481-15.55472-15.55472-15.29609,15.29609-21.35541-21.35541,15.8959-15.8959s-17.00431-16.39585-16.85652-16.54364Z"/><path class="cls-2" d="M112.8761,133.65095l21.35541-21.35542,16.17976,16.17976,15.59167-15.59167,21.58017,21.58017-15.36564,15.36564,15.8503,15.8503-22.02481,22.02481-15.55472-15.55472-15.29609,15.29609-21.35541-21.35541,15.8959-15.8959s-17.00431-16.39585-16.85652-16.54364Z"/><path class="cls-2" d="M37.40465,58.17955l21.35541-21.35542,16.17976,16.17976,15.59167-15.59167,21.58017,21.58017-15.36564,15.36564,15.8503,15.8503-22.02481,22.02481-15.55472-15.55472-15.29609,15.29609-21.35541-21.35541,15.8959-15.8959s-17.00431-16.39585-16.85652-16.54364Z"/><path class="cls-2" d="M188.03926,59.31682l21.35541-21.35542,16.17976,16.17976,15.59167-15.59167,21.58017,21.58017-15.36564,15.36564,15.8503,15.8503-22.02481,22.02481-15.55472-15.55472-15.29609,15.29609-21.35541-21.35541,15.8959-15.8959s-17.00431-16.39585-16.85652-16.54364Z"/><path class="cls-2" d="M263.03926-15.50956l21.35541-21.35542,16.17976,16.17976,15.59167-15.59167,21.58017,21.58017-15.36564,15.36564,15.8503,15.8503-22.02481,22.02481-15.55472-15.55472-15.29609,15.29609-21.35541-21.35541,15.8959-15.8959s-17.00431-16.39585-16.85652-16.54364Z"/><path class="cls-2" d="M113.38638-15.50956l21.35541-21.35542,16.17976,16.17976,15.59167-15.59167,21.58017,21.58017-15.36564,15.36564,15.8503,15.8503-22.02481,22.02481-15.55472-15.55472-15.29609,15.29609-21.35541-21.35541,15.8959-15.8959s-17.00431-16.39585-16.85652-16.54364Z"/><path class="cls-2" d="M-38.40351-15.50956l21.35541-21.35542L-.86834-20.68522l15.59167-15.59167,21.58017,21.58017L20.93786.66892l15.8503,15.8503-22.02481,22.02481L-.79138,22.98931l-15.29609,15.29609-21.35541-21.35541L-21.54699,1.03408s-17.00431-16.39585-16.85652-16.54364Z"/><path class="cls-2" d="M-38.40351,134.49051l21.35541-21.35542L-.86834,129.31485l15.59167-15.59167,21.58017,21.58017-15.36564,15.36564,15.8503,15.8503-22.02481,22.02481-15.55472-15.55472-15.29609,15.29609-21.35541-21.35541,15.8959-15.8959s-17.00431-16.39585-16.85652-16.54364Z"/><path class="cls-2" d="M260.73453,134.84952l21.35541-21.35542,16.17976,16.17976,15.59167-15.59167,21.58017,21.58017-15.36564,15.36564,15.8503,15.8503-22.02481,22.02481-15.55472-15.55472-15.29609,15.29609-21.35541-21.35541,15.8959-15.8959s-17.00431-16.39585-16.85652-16.54364Z"/><g><path class="cls-1" d="M-.00002-50.40358L50.43494.03135.00002,50.46631-50.43494.03138-.00002-50.40358M-.00002-56.06043L-56.0918.03139.00002,56.12317,56.0918.03135-.00002-56.06043H-.00002Z"/><path class="cls-1" d="M-.00001,24.42283l50.43496,50.43493L.00002,125.29272l-50.43496-50.43493L-.00001,24.42283M-.00002,18.76597l-56.09178,56.09182L.00002,130.94957l56.09178-56.09181L-.00002,18.76597H-.00002Z"/><path class="cls-1" d="M-.00001,99.32192l50.43496,50.43493L.00002,200.19182l-50.43496-50.43494L-.00001,99.32192M-.00001,93.66507l-56.09178,56.09181L.00002,205.84866l56.09178-56.09181L-.00001,93.66507H-.00001Z"/><path class="cls-1" d="M-.00002,174.09361l50.43496,50.43492L.00002,274.9635l-50.43496-50.43492L-.00002,174.09361M-.00002,168.43677l-56.09178,56.09181L.00002,280.62036l56.09178-56.09183L-.00002,168.43677H-.00002Z"/><path class="cls-1" d="M-.00001,249.53374l50.43496,50.43495L.00002,350.40363l-50.43496-50.43491L-.00001,249.53374M-.00001,243.87689l-56.09178,56.09183L.00002,356.06049l56.09178-56.0918L-.00001,243.87689H-.00001Z"/></g><g><path class="cls-1" d="M74.99998-50.40363L125.43494.0313l-50.43493,50.43496L24.56505.03134l50.43493-50.43496M74.99998-56.06048L18.9082.03134l56.09182,56.09178L131.0918.0313l-56.09181-56.09178h0Z"/><path class="cls-1" d="M74.99998,24.42278l50.43496,50.43493-50.43493,50.43496-50.43496-50.43493,50.43493-50.43496M74.99998,18.76593l-56.09179,56.09182,56.09182,56.09178,56.09178-56.09181-56.09181-56.09179h0Z"/><path class="cls-1" d="M74.99998,99.32188l50.43496,50.43493-50.43493,50.43497-50.43496-50.43494,50.43493-50.43496M74.99998,93.66502l-56.09179,56.09181,56.09182,56.09178,56.09178-56.09181-56.09181-56.09178h0Z"/><path class="cls-1" d="M74.99998,174.09358l50.43496,50.43491-50.43493,50.43495-50.43496-50.43491,50.43493-50.43495M74.99998,168.43672l-56.09179,56.09181,56.09182,56.09177,56.09178-56.09181-56.09181-56.09177h0Z"/><path class="cls-1" d="M74.99998,249.53369l50.43496,50.43494-50.43493,50.43497-50.43496-50.43494,50.43493-50.43497M74.99998,243.87685l-56.09179,56.09181,56.09182,56.0918,56.09178-56.09183-56.09181-56.09178h0Z"/></g><g><path class="cls-1" d="M149.99998-50.40361L200.43495.03132l-50.43494,50.43496L99.56506.03135l50.43493-50.43496M149.99998-56.06046L93.9082.03135l56.09181,56.09178L206.0918.03132l-56.09181-56.09178h0Z"/><path class="cls-1" d="M149.99998,24.4228l50.43497,50.43493-50.43494,50.43496-50.43496-50.43493,50.43493-50.43496M149.99998,18.76594l-56.09178,56.09182,56.09181,56.09178,56.09178-56.09181-56.09181-56.09179h0Z"/><path class="cls-1" d="M149.99998,99.32189l50.43497,50.43493-50.43494,50.43497-50.43494-50.43494,50.43491-50.43496M149.99998,93.66504l-56.09177,56.09181,56.0918,56.09178,56.09178-56.09181-56.09181-56.09178h0Z"/><path class="cls-1" d="M149.99998,174.09358l50.43497,50.43492-50.43494,50.43497-50.43496-50.43492,50.43493-50.43497M149.99998,168.43674l-56.09178,56.09181,56.09181,56.09178,56.09178-56.09183-56.09181-56.09177h0Z"/><path class="cls-1" d="M149.99998,249.53371l50.43497,50.43492-50.43494,50.43497-50.43494-50.43491,50.43491-50.43498M149.99998,243.87686l-56.09177,56.09183,56.0918,56.09177,56.09178-56.09183-56.09181-56.09177h0Z"/></g><g><path class="cls-1" d="M224.99998-50.40361L275.43494.03132l-50.43492,50.43496L174.56505.03136l50.43494-50.43496M224.99998-56.06046L168.9082.03136l56.09181,56.09178L281.0918.03132l-56.09181-56.09178h0Z"/><path class="cls-1" d="M224.99998,24.4228l50.43495,50.43493-50.43492,50.43496-50.43497-50.43493,50.43494-50.43496M224.99998,18.76594l-56.09178,56.09182,56.09181,56.09178,56.09178-56.09181-56.09181-56.09179h0Z"/><path class="cls-1" d="M224.99998,99.32189l50.43495,50.43493-50.43492,50.43497-50.43497-50.43494,50.43494-50.43496M224.99998,93.66504l-56.09178,56.09181,56.09181,56.09178,56.09178-56.09181-56.09181-56.09178h0Z"/><path class="cls-1" d="M224.99998,174.09358l50.43495,50.43494-50.43492,50.43495-50.43497-50.43492,50.43494-50.43497M224.99998,168.43674l-56.09178,56.09181,56.09181,56.09178,56.09178-56.09181-56.09181-56.09178h0Z"/><path class="cls-1" d="M224.99998,249.53374l50.43495,50.43492-50.43492,50.43494-50.43497-50.43491,50.43494-50.43495M224.99998,243.87688l-56.09178,56.09181,56.09181,56.09177,56.09178-56.0918-56.09181-56.09178h0Z"/></g><g><path class="cls-1" d="M299.99997-50.40358L350.43494.03135l-50.43491,50.43496L249.56505.03138l50.43492-50.43496M299.99997-56.06043L243.9082.03139l56.09183,56.09178L356.0918.03135l-56.09183-56.09178h0Z"/><path class="cls-1" d="M299.99997,24.42283l50.43497,50.43493-50.43491,50.43496-50.43498-50.43493,50.43492-50.43496M299.99997,18.76597l-56.09177,56.09182,56.09183,56.09178,56.09177-56.09181-56.09183-56.09179h0Z"/><path class="cls-1" d="M300,99.32192l50.43494,50.43493-50.43491,50.43497-50.43498-50.43494,50.43495-50.43496M300,93.66507l-56.0918,56.09181,56.09183,56.09178,56.09177-56.09181-56.0918-56.09178h0Z"/><path class="cls-1" d="M299.99997,174.09361l50.43497,50.43492-50.43491,50.43497-50.43498-50.43492,50.43492-50.43497M299.99997,168.43677l-56.09177,56.09181,56.09183,56.09178,56.09177-56.09183-56.09183-56.09177h0Z"/><path class="cls-1" d="M300,249.53374l50.43497,50.43495-50.43494,50.43494-50.43498-50.43491,50.43495-50.43498M300,243.87689l-56.0918,56.09183,56.09183,56.09177,56.09177-56.0918-56.0918-56.0918h0Z"/></g></g></g></svg>');
}

.pat2 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1, .cls-2 { fill: %23d18671; } .cls-3 { fill: none; stroke: %23000dff; stroke-miterlimit: 10; stroke-width: .25px; } .cls-2 { opacity: .5; } .cls-4 { fill: %23fff; } </style></defs><g id="Capa_1" data-name="Capa 1"><g><rect class="cls-3" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="266.66667" width="33.33333" height="33.33333"/></g></g><g id="Capa_2" data-name="Capa 2"><g><path class="cls-4" d="M43.1073,0l-.07739-.07739H-.01935v43.04919l.01935.01935V0h43.1073Z"/><path class="cls-2" d="M257.38428,148.94238l-31.37451-31.375v-43.63477h-43.63525l-31.37451-31.375V-1H40.69336l33.29688,33.29688v41.63574h-41.63525L-1,40.57715v260.42285h110.35254l-33.29736-33.29688v-41.63574h41.63525l31.37451,31.375v43.55762h151.93506v-152.05762h-43.61572ZM74.05518,224.06738h-41.63525L1.04541,192.69336v-41.63574h41.63525l31.37451,31.375v41.63477ZM192.7002,151.05762l31.37451,31.375v41.63477h-41.63525l-31.37451-31.37402v-41.63574h41.63525ZM225.97119,225.91309h41.63477l31.37451,31.37402v41.63574h-41.63477l-31.37451-31.375v-41.63477ZM75.99023,75.93262h41.63525l31.37451,31.37402v41.63574h-41.63525l-31.37451-31.375v-41.63477Z"/><path class="cls-2" d="M225.0097,74.93225h43.04919c12.47467,12.47473,19.47217,19.47217,31.9411,31.94116V0h-106.87335l31.88306,31.88306v43.04919Z"/><path class="cls-4" d="M74.99036,74.93225V31.88306L43.1073,0H0v42.99115l31.9411,31.9411h43.04926Z"/><path class="cls-4" d="M181.96045,74.93225h43.04926V31.88306L193.12665,0h-43.12665v42.9718c12.48132,12.48138,19.47913,19.47913,31.96045,31.96045Z"/><path class="cls-4" d="M106.95081,149.94196h43.04919v-43.04919c-12.48132-12.48138-19.47913-19.47913-31.96045-31.96051h-43.04919v43.04926l31.96045,31.96045Z"/><path class="cls-4" d="M43.09479,150.05798H.04559v43.04926l31.96045,31.96045h43.04919v-43.04926l-31.96045-31.96045Z"/><path class="cls-4" d="M225.07458,224.9129v-42.89447l-31.96045-31.96045h-43.04926v43.04926c12.48138,12.48132,19.47913,19.47913,31.96051,31.96045h42.94562v-.15479h.10358Z"/><path class="cls-4" d="M118.10443,225.06769h-43.04919v43.04919l31.88312,31.88312h43.12659v-42.97186c-12.48138-12.48132-19.47913-19.47913-31.96051-31.96045Z"/><path class="cls-4" d="M268.0589,74.93225h-43.04919v43.04926l31.96045,31.96045h43.02985v-43.06854c-12.46893-12.46899-19.46643-19.46643-31.9411-31.94116Z"/><path class="cls-4" d="M225.07458,225.06769h-.10358v42.89447l31.96045,31.96045h43.04926v-43.04919l-31.96051-31.96051h-42.94562v.15479Z"/><rect class="cls-4" x="224.97101" y="224.9129" width=".10358" height=".15479"/><rect class="cls-2" x="224.97101" y="224.9129" width=".10358" height=".15479"/><g><path class="cls-1" d="M41.81021,2.99112l25.45374,25.45372,4.75458,4.75459v38.81911h-38.81909L7.7457,46.56482l-4.75458-4.75459V2.99112h38.81909M43.04919,0H0v43.04921c12.48132,12.48133,19.4791,19.47912,31.96045,31.96046h43.04919V31.96046C62.52832,19.47912,55.53055,12.48133,43.04919,0h0Z"/><path class="cls-1" d="M191.82959,2.99112l15.10413,15.10415,15.10413,15.10416v38.81911h-38.81909l-25.45374-25.45373-4.75458-4.75459V2.99112h38.81915M193.06854,0h-43.04922v43.04921c12.48135,12.48133,19.47916,19.47912,31.96048,31.96046h43.04919V31.96046C212.54767,19.47912,205.54987,12.48133,193.06854,0h0Z"/><path class="cls-1" d="M116.81989,78.00079l16.77573,16.7757,13.43262,13.4326v38.81911h-38.81912l-15.10416-15.10416-15.10416-15.10416v-38.8191h38.81909M118.05887,75.00967h-43.04919v43.04919c12.48132,12.48134,19.47913,19.47913,31.96045,31.96046h43.04922v-43.04921c-12.48135-12.48134-19.47913-19.47913-31.96048-31.96045h0Z"/><path class="cls-1" d="M41.87512,153.12651l19.48148,19.48148,10.72684,10.72682v38.81914h-38.81912l-15.10416-15.10416-15.10416-15.10416v-38.81912h38.81912M43.11411,150.13539H.06488v43.04921c12.48132,12.48134,19.47913,19.47913,31.96045,31.96046h43.04922v-43.04922c-12.48132-12.48132-19.47913-19.47911-31.96045-31.96045h0Z"/><path class="cls-1" d="M191.89447,153.12651l19.48145,19.48148,10.72681,10.72682v38.81914h-38.81909l-15.10413-15.10416-15.10413-15.10416v-38.81912h38.81909M193.13342,150.13539h-43.04919v43.04921c12.48132,12.48134,19.47913,19.47913,31.96045,31.96046h43.04919v-43.04922c-12.48132-12.48132-19.47913-19.47911-31.96045-31.96045h0Z"/><path class="cls-1" d="M116.8848,228.13618l19.48148,19.48146,10.72684,10.72684v38.81912h-38.81912l-30.20831-30.20831v-38.81911h38.81912M118.12378,225.14505h-43.04922v43.04922l31.96045,31.96045h43.04922v-43.04922c-12.48132-12.48132-19.47913-19.47911-31.96045-31.96045h0Z"/><path class="cls-1" d="M266.83923,78.00079l14.2309,14.2309,15.97742,15.97739v38.81913h-38.81915l-10.72681-10.72684-19.48145-19.48147v-38.81911h38.81909M268.07819,75.00967h-43.04919v43.04921c12.48132,12.48134,19.47913,19.47913,31.96045,31.96045h43.04926v-43.04921c-12.48138-12.48133-19.47913-19.47912-31.96051-31.96045h0Z"/><path class="cls-1" d="M266.8006,227.98143l15.10413,15.10416,15.10413,15.10417v38.81912h-38.81909l-23.28784-23.28787-6.92041-6.92047v-38.81911h38.81909M268.03955,224.99031h-43.04919v43.04921c12.48132,12.48135,19.47906,19.47913,31.96045,31.96048h43.04919v-43.04922c-12.48132-12.48134-19.47913-19.47913-31.96045-31.96046h0Z"/></g></g></g></svg>');
}

.pat3 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 300 300"><defs><style> .cls-1, .cls-2, .cls-3 { fill: none; } .cls-2 { stroke: %23000dff; stroke-miterlimit: 10; stroke-width: .25px; } .cls-4 { fill: %23d18671; opacity: .5; } .cls-3 { stroke: %23d18671; stroke-width: 4px; } .cls-5 { clip-path: url(%23clippath); } </style><clipPath id="clippath"><rect class="cls-1" width="300" height="300"/></clipPath></defs><g id="Capa_1" data-name="Capa 1"><g><rect class="cls-2" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="266.66667" width="33.33333" height="33.33333"/></g></g><g id="Capa_2" data-name="Capa 2"><g><polygon class="cls-4" points="118.99225 84.14946 150 117.48279 181.00775 84.14946 181.00775 117.48279 150 150.81613 118.99225 119.55387 118.99225 84.14946"/><polygon class="cls-4" points="119.48608 150.5201 150.49383 183.85343 181.50158 150.5201 181.50158 183.85343 150.49383 217.18676 119.48608 185.9245 119.48608 150.5201"/><polygon class="cls-4" points="3.31324 233.00816 34.32099 266.34149 65.32874 233.00816 65.32874 266.34149 34.32099 299.67482 3.31324 268.41256 3.31324 233.00816"/><polygon class="cls-4" points="2.32556 28.16288 33.33331 61.49621 64.34106 28.16288 64.34106 61.49621 33.33331 94.82955 2.32556 63.56729 2.32556 28.16288"/><polygon class="cls-4" points="119.48608 286.32835 150.49383 319.66168 181.50158 286.32835 181.50158 319.66168 150.49383 352.99502 119.48608 321.73276 119.48608 286.32835"/><polygon class="cls-4" points="235.65891 232.85343 266.66667 266.18676 297.67442 232.85343 297.67442 266.18676 266.66667 299.5201 235.65891 268.25784 235.65891 232.85343"/><polygon class="cls-4" points="235.6589 30.14303 266.66666 63.47636 297.67441 30.14303 297.67441 63.47636 266.66666 96.8097 235.6589 65.54744 235.6589 30.14303"/><polygon class="cls-4" points="118.99225 -52.99502 150 -19.66168 181.00775 -52.99502 181.00775 -19.66168 150 13.67165 118.99225 -17.59061 118.99225 -52.99502"/><g class="cls-5"><g><g><line class="cls-3" x1="33.33333" y1="128.98474" x2="33.33333" y2="232.16328"/><g><g><polygon class="cls-3" points="2.32558 -4.34859 2.32558 28.98474 33.33333 62.31807 64.34109 28.98474 64.34109 -4.34859 33.33333 28.98474 2.32558 -4.34859"/><polygon class="cls-3" points="2.32558 28.98474 2.32558 62.31807 33.33333 95.65141 64.34109 62.31807 64.34109 28.98474 33.33333 62.31807 2.32558 28.98474"/><polygon class="cls-3" points="2.32558 62.31807 2.32558 95.65141 33.33333 128.98474 64.34109 95.65141 64.34109 62.31807 33.33333 95.65141 2.32558 62.31807"/></g><g><polygon class="cls-3" points="2.32558 198.82995 2.32558 232.16328 33.33333 265.49661 64.34109 232.16328 64.34109 198.82995 33.33333 232.16328 2.32558 198.82995"/><polygon class="cls-3" points="2.32558 232.16328 2.32558 265.49661 33.33333 298.82995 64.34109 265.49661 64.34109 232.16328 33.33333 265.49661 2.32558 232.16328"/><polygon class="cls-3" points="2.32558 265.49661 2.32558 298.82995 33.33333 332.16328 64.34109 298.82995 64.34109 265.49661 33.33333 298.82995 2.32558 265.49661"/></g></g></g><g><line class="cls-3" x1="266.66667" y1="128.98474" x2="266.66667" y2="232.16328"/><g><g><polygon class="cls-3" points="235.65891 -4.34859 235.65891 28.98474 266.66667 62.31807 297.67442 28.98474 297.67442 -4.34859 266.66667 28.98474 235.65891 -4.34859"/><polygon class="cls-3" points="235.65891 28.98474 235.65891 62.31807 266.66667 95.65141 297.67442 62.31807 297.67442 28.98474 266.66667 62.31807 235.65891 28.98474"/><polygon class="cls-3" points="235.65891 62.31807 235.65891 95.65141 266.66667 128.98474 297.67442 95.65141 297.67442 62.31807 266.66667 95.65141 235.65891 62.31807"/></g><g><polygon class="cls-3" points="235.65891 198.82995 235.65891 232.16328 266.66667 265.49661 297.67442 232.16328 297.67442 198.82995 266.66667 232.16328 235.65891 198.82995"/><polygon class="cls-3" points="235.65891 232.16328 235.65891 265.49661 266.66667 298.82995 297.67442 265.49661 297.67442 232.16328 266.66667 265.49661 235.65891 232.16328"/><polygon class="cls-3" points="235.65891 265.49661 235.65891 298.82995 266.66667 332.16328 297.67442 298.82995 297.67442 265.49661 266.66667 298.82995 235.65891 265.49661"/></g></g></g><g><line class="cls-3" x1="150" y1="14.78416" x2="150" y2="117.96269"/><g><polygon class="cls-3" points="118.99225 -51.88251 118.99225 -18.54918 150 14.78416 181.00775 -18.54918 181.00775 -51.88251 150 -18.54918 118.99225 -51.88251"/><g><polygon class="cls-3" points="118.99225 84.62936 118.99225 117.96269 150 151.29603 181.00775 117.96269 181.00775 84.62936 150 117.96269 118.99225 84.62936"/><polygon class="cls-3" points="118.99225 117.96269 118.99225 151.29603 150 184.62936 181.00775 151.29603 181.00775 117.96269 150 151.29603 118.99225 117.96269"/><polygon class="cls-3" points="118.99225 151.29603 118.99225 184.62936 150 217.96269 181.00775 184.62936 181.00775 151.29603 150 184.62936 118.99225 151.29603"/></g><polygon class="cls-3" points="118.99225 287.8079 118.99225 321.14123 150 354.47457 181.00775 321.14123 181.00775 287.8079 150 321.14123 118.99225 287.8079"/></g><line class="cls-3" x1="150" y1="217.96269" x2="150" y2="321.14123"/></g></g></g><line class="cls-3" x1="100" y1=".05244" x2="100" y2="299.5201"/><line class="cls-3" x1="200.98766" y1="-.4799" x2="200.98766" y2="299.5201"/></g></g></svg>');
}

.pat4 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1, .cls-2 { fill: %23d18671; } .cls-3 { fill: none; stroke: %23000dff; stroke-miterlimit: 10; stroke-width: .25px; } .cls-2 { opacity: .5; } </style></defs><g id="Capa_1" data-name="Capa 1"><g><rect class="cls-3" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="266.66667" width="33.33333" height="33.33333"/></g></g><g id="Capa_2" data-name="Capa 2"><g><circle class="cls-2" cx="-.03872" cy="150.99117" r="30.19029"/><circle class="cls-2" cx="149.88391" cy="299.58809" r="30.19029"/><circle class="cls-2" cx="300.03867" cy="150.69514" r="30.19029"/><circle class="cls-2" cx="149.88391" cy="-.34355" r="30.19029"/><path class="cls-2" d="M264.90818,68.97651v29.27156h-30.19789c-18.43213,0-33.37432-14.94219-33.37432-33.37432v-30.19789h29.27156c13.33982,13.33982,20.96083,20.96083,34.30065,34.30065Z"/><path class="cls-2" d="M230.78006,264.81458h-29.27156v-30.19789c0-18.43213,14.94219-33.37432,33.37432-33.37432h30.19789v29.27156c-13.33982,13.33982-20.96083,20.96083-34.30065,34.30065Z"/><path class="cls-2" d="M34.9281,230.46386v-29.27156h30.19789c18.43213,0,33.37432,14.94219,33.37432,33.37432v30.19789h-29.27156c-13.33982-13.33982-20.96083-20.96083-34.30065-34.30065Z"/><path class="cls-2" d="M69.05622,34.62578h29.27156v30.19789c0,18.43213-14.94219,33.37432-33.37432,33.37432h-30.19789v-29.27156c13.33982-13.33982,20.96083-20.96083,34.30065-34.30065Z"/><path class="cls-2" d="M166.47714,101.26851h-32.95435c0,17.64514-14.3042,31.9494-31.94946,31.9494v32.95441c17.64526,0,31.94946,14.30426,31.94946,31.94946h32.95435c0-17.6452,14.30432-31.94946,31.94946-31.94946v-32.95441c-17.64514,0-31.94946-14.30426-31.94946-31.9494ZM149.99997,165.22932c-8.57922,0-15.53418-6.9549-15.53418-15.53418s6.95496-15.53424,15.53418-15.53424,15.5343,6.9549,15.5343,15.53424-6.95496,15.53418-15.5343,15.53418Z"/><g><path class="cls-1" d="M66.7417,203.54042c16.19702,0,29.37427,13.17726,29.37427,29.37431v29.60181h-27.01855l-15.97876-15.97876-15.97876-15.97874v-27.01862h29.60181M66.7417,199.54042h-33.60181v32.67546c13.33984,13.33983,20.96082,20.96083,34.30066,34.30066h32.67542v-33.60181c0-18.43213-14.94214-33.37431-33.37427-33.37431h0Z"/><path class="cls-1" d="M231.09595,36.87376l15.97876,15.97875,15.97876,15.97874v27.01862h-29.60181c-16.19702,0-29.37427-13.17726-29.37427-29.37432v-29.60179h27.01855M232.75281,32.87376h-32.67542v33.60179c0,18.43212,14.94214,33.37432,33.37427,33.37432h33.60181v-32.67548c-13.33984-13.33981-20.96082-20.96082-34.30066-34.30063h0Z"/><path class="cls-1" d="M96.11597,36.87376v29.60179c0,16.19706-13.17725,29.37432-29.37427,29.37432h-29.60181v-27.01862l15.97876-15.97874,15.97876-15.97875h27.01855M100.11597,32.87376h-32.67542c-13.33984,13.33981-20.96082,20.96082-34.30066,34.30063v32.67548h33.60181c18.43213,0,33.37427-14.9422,33.37427-33.37432v-33.60179h0Z"/><path class="cls-1" d="M262.78271,203.54042v27.01862l-9.13416,9.13416-22.82336,22.82335h-27.01868v-29.60181c0-16.19705,13.17725-29.37431,29.37439-29.37431h29.60181M266.78271,199.54042h-33.60181c-18.43213,0-33.37439,14.94218-33.37439,33.37431v33.60181h32.67554c13.33972-13.33983,20.96082-20.96083,34.30066-34.30066v-32.67546h0Z"/><path class="cls-1" d="M150,137.02849c6.98438,0,12.66663,5.68224,12.66663,12.66666s-5.68225,12.66664-12.66663,12.66664-12.66663-5.68222-12.66663-12.66664,5.68225-12.66666,12.66663-12.66666M150,133.02849c-9.20471,0-16.66663,7.46191-16.66663,16.66666s7.46191,16.66664,16.66663,16.66664,16.66663-7.46191,16.66663-16.66664-7.46191-16.66666-16.66663-16.66666h0Z"/><path class="cls-1" d="M150,270.47784c16.1532,0,29.29468,13.14154,29.29468,29.29468s-13.14148,29.29471-29.29468,29.29471-29.29468-13.14154-29.29468-29.29471,13.14148-29.29468,29.29468-29.29468M150,266.47784c-18.38818,0-33.29468,14.90656-33.29468,33.29468s14.90649,33.29471,33.29468,33.29471,33.29468-14.90656,33.29468-33.29471-14.90649-33.29468-33.29468-33.29468h0Z"/><path class="cls-1" d="M-.0387,121.40045c16.1532,0,29.29468,13.14154,29.29468,29.29469S16.1145,179.98982-.0387,179.98982s-29.29468-13.14154-29.29468-29.29468S-16.19189,121.40045-.0387,121.40045M-.0387,117.40045c-18.38818,0-33.29468,14.90654-33.29468,33.29469S-18.42688,183.98982-.0387,183.98982s33.29468-14.90654,33.29468-33.29468S18.34937,117.40045-.0387,117.40045H-.0387Z"/><path class="cls-1" d="M149.88391-29.06721c16.1532,0,29.29468,13.14154,29.29468,29.29469s-13.14148,29.29469-29.29468,29.29469S120.58923,16.38063,120.58923.22748s13.14148-29.29469,29.29468-29.29469M149.88391-33.06721c-18.38818,0-33.29468,14.90654-33.29468,33.29469s14.90649,33.29469,33.29468,33.29469S183.17859,18.61563,183.17859.22748s-14.90649-33.29469-33.29468-33.29469h0Z"/><path class="cls-1" d="M300.0387,121.69648c16.1532,0,29.29468,13.14153,29.29468,29.29469s-13.14148,29.29469-29.29468,29.29469-29.29468-13.14154-29.29468-29.29469,13.14148-29.29469,29.29468-29.29469M300.0387,117.69648c-18.38818,0-33.29468,14.90655-33.29468,33.29469s14.90649,33.29469,33.29468,33.29469,33.29468-14.90654,33.29468-33.29469-14.90649-33.29469-33.29468-33.29469h0Z"/><path class="cls-1" d="M164.07812,103.69515c1.84924,16.63461,15.09375,29.87916,31.72839,31.72837v28.3885c-16.63464,1.84921-29.87915,15.09377-31.72839,31.72839h-28.38843c-1.84924-16.63463-15.09375-29.87918-31.72839-31.72839v-28.3885c16.63464-1.84921,29.87915-15.09377,31.72839-31.72837h28.38843M167.85706,99.69515h-35.94629c0,17.64518-14.30432,31.94942-31.94946,31.94942v35.9464c17.64514,0,31.94946,14.30424,31.94946,31.94945h35.94629c0-17.6452,14.30432-31.94945,31.94946-31.94945v-35.9464c-17.64514,0-31.94946-14.30424-31.94946-31.94942h0Z"/></g><g><path class="cls-1" d="M66.7417,203.54041c16.19702,0,29.37427,13.17726,29.37427,29.37431v29.60179h-27.01855l-17.37134-17.37131-14.58618-14.58618v-27.01862h29.60181M66.7417,199.54041h-33.60181v32.67546c13.33984,13.33983,20.96082,20.96083,34.30066,34.30064h32.67542v-33.60179c0-18.43213-14.94214-33.37431-33.37427-33.37431h0Z"/><path class="cls-1" d="M231.09595,36.87374l15.97876,15.97875,15.97876,15.97875v27.01862h-29.60181c-16.19702,0-29.37427-13.17726-29.37427-29.37432v-29.6018h27.01855M232.75281,32.87374h-32.67542v33.6018c0,18.43212,14.94214,33.37432,33.37427,33.37432h33.60181v-32.67548c-13.33984-13.33982-20.96082-20.96082-34.30066-34.30065h0Z"/><path class="cls-1" d="M96.11597,36.87374v29.6018c0,16.19706-13.17725,29.37432-29.37427,29.37432h-29.60181v-27.01862l15.97876-15.97875,15.97876-15.97875h27.01855M100.11597,32.87374h-32.67542c-13.33984,13.33982-20.96082,20.96083-34.30066,34.30065v32.67548h33.60181c18.43213,0,33.37427-14.9422,33.37427-33.37432v-33.6018h0Z"/><path class="cls-1" d="M262.78271,203.54041v27.01863l-7.88025,7.88022-24.07727,24.07729h-27.01868v-29.60181c0-16.19707,13.17725-29.37433,29.37439-29.37433h29.60181M266.78271,199.54041h-33.60181c-18.43213,0-33.37439,14.9422-33.37439,33.37433v33.60181h32.67554c13.33972-13.33984,20.96082-20.96085,34.30066-34.30066v-32.67548h0Z"/><path class="cls-1" d="M150,137.02847c6.98438,0,12.66663,5.68224,12.66663,12.66666s-5.68225,12.66666-12.66663,12.66666-12.66663-5.68224-12.66663-12.66666,5.68225-12.66666,12.66663-12.66666M150,133.02847c-9.20471,0-16.66663,7.46191-16.66663,16.66666s7.46191,16.66666,16.66663,16.66666,16.66663-7.46191,16.66663-16.66666-7.46191-16.66666-16.66663-16.66666h0Z"/><path class="cls-1" d="M150,270.47784c16.1532,0,29.29468,13.14154,29.29468,29.29468s-13.14148,29.29468-29.29468,29.29468-29.29468-13.14154-29.29468-29.29468,13.14148-29.29468,29.29468-29.29468M150,266.47784c-18.38818,0-33.29468,14.90652-33.29468,33.29468s14.90649,33.29468,33.29468,33.29468,33.29468-14.90652,33.29468-33.29468-14.90649-33.29468-33.29468-33.29468h0Z"/><path class="cls-1" d="M-.0387,121.40044c16.1532,0,29.29468,13.14153,29.29468,29.29469S16.1145,179.98982-.0387,179.98982s-29.29468-13.14154-29.29468-29.29469S-16.19189,121.40044-.0387,121.40044M-.0387,117.40044c-18.38818,0-33.29468,14.90653-33.29468,33.29469S-18.42688,183.98982-.0387,183.98982s33.29468-14.90654,33.29468-33.29469S18.34937,117.40044-.0387,117.40044H-.0387Z"/><path class="cls-1" d="M149.88391-29.06722c16.1532,0,29.29468,13.14154,29.29468,29.29469s-13.14148,29.29469-29.29468,29.29469S120.58923,16.38062,120.58923.22747s13.14148-29.29469,29.29468-29.29469M149.88391-33.06722c-18.38818,0-33.29468,14.90654-33.29468,33.29469s14.90649,33.29469,33.29468,33.29469S183.17859,18.61562,183.17859.22747s-14.90649-33.29469-33.29468-33.29469h0Z"/><path class="cls-1" d="M300.0387,121.69647c16.1532,0,29.29468,13.14154,29.29468,29.29469s-13.14148,29.29468-29.29468,29.29468-29.29468-13.14154-29.29468-29.29468,13.14148-29.29469,29.29468-29.29469M300.0387,117.69647c-18.38818,0-33.29468,14.90654-33.29468,33.29469s14.90649,33.29468,33.29468,33.29468,33.29468-14.90654,33.29468-33.29468-14.90649-33.29469-33.29468-33.29469h0Z"/><path class="cls-1" d="M164.07812,103.69514c1.84924,16.63462,15.09375,29.87917,31.72839,31.72839v28.38849c-16.63464,1.84921-29.87915,15.09377-31.72839,31.72839h-28.38843c-1.84924-16.63463-15.09375-29.87918-31.72839-31.72839v-28.38849c16.63464-1.84921,29.87915-15.09377,31.72839-31.72839h28.38843M167.85706,99.69514h-35.94629c0,17.64518-14.30432,31.94944-31.94946,31.94944v35.94638c17.64514,0,31.94946,14.30426,31.94946,31.94945h35.94629c0-17.64519,14.30432-31.94945,31.94946-31.94945v-35.94638c-17.64514,0-31.94946-14.30426-31.94946-31.94944h0Z"/></g></g></g></svg>');
}

.pat5 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1 { stroke: %23d18671; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3.94367px; } .cls-1, .cls-2 { fill: none; } .cls-2 { stroke: %23000dff; stroke-miterlimit: 10; stroke-width: .25px; } .cls-3 { fill: %23d18671; opacity: .5; } </style></defs><g id="Capa_1" data-name="Capa 1"><g><rect class="cls-2" y="0" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="0" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="0" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="0" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="0" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="0" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="0" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="0" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="0" width="33.33333" height="33.33333"/><rect class="cls-2" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-2" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-2" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-2" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="266.66667" width="33.33333" height="33.33333"/></g></g><g id="Capa_2" data-name="Capa 2"><g><polygon class="cls-3" points="49.36132 2.59133 49.36132 27.15624 99.60201 46.73384 99.74811 21.49653 49.36132 2.59133"/><polygon class="cls-3" points="49.36132 65.01251 49.36132 89.57741 99.60201 109.15501 99.74811 83.91771 49.36132 65.01251"/><polygon class="cls-3" points="49.36132 127.96175 49.36132 152.52665 99.60201 172.10425 99.74811 146.86695 49.36132 127.96175"/><polygon class="cls-3" points="49.36132 190.91099 49.36132 215.47589 99.60201 235.05349 99.74811 209.81619 49.36132 190.91099"/><polygon class="cls-3" points="49.36132 253.86023 49.36132 278.42513 99.60201 298.00274 99.74811 272.76543 49.36132 253.86023"/><polygon class="cls-3" points="149.8427 2.3273 149.8427 26.8922 200.08339 46.4698 200.22948 21.2325 149.8427 2.3273"/><polygon class="cls-3" points="149.8427 64.74847 149.8427 89.31338 200.08339 108.89098 200.22948 83.65367 149.8427 64.74847"/><polygon class="cls-3" points="149.8427 127.69772 149.8427 152.26262 200.08339 171.84022 200.22948 146.60292 149.8427 127.69772"/><polygon class="cls-3" points="149.8427 190.64696 149.8427 215.21186 200.08339 234.78946 200.22948 209.55216 149.8427 190.64696"/><polygon class="cls-3" points="149.8427 253.5962 149.8427 278.1611 200.08339 297.7387 200.22948 272.5014 149.8427 253.5962"/><polygon class="cls-3" points="251.74295 4.5886 251.74295 29.1535 301.98364 48.73111 302.12973 23.4938 251.74295 4.5886"/><polygon class="cls-3" points="251.74295 67.00978 251.74295 91.57468 301.98364 111.15228 302.12973 85.91498 251.74295 67.00978"/><polygon class="cls-3" points="251.74295 129.95902 251.74295 154.52392 301.98364 174.10152 302.12973 148.86422 251.74295 129.95902"/><polygon class="cls-3" points="251.74295 192.90826 251.74295 217.47316 301.98364 237.05076 302.12973 211.81346 251.74295 192.90826"/><polygon class="cls-3" points="251.74295 255.8575 251.74295 280.4224 301.98364 300 302.12973 274.7627 251.74295 255.8575"/><g><polyline class="cls-1" points="300.56477 21.8169 250.32408 2.2393 200.08339 21.8169 149.8427 2.23929 99.60201 21.8169 49.36132 2.23929 -.87936 21.8169"/><polyline class="cls-1" points="300.56477 46.73384 250.32408 27.15624 200.08339 46.73384 149.8427 27.15624 99.60201 46.73384 49.36132 27.15624 -.87936 46.73384"/></g><line class="cls-1" x1="49.36132" y1="2.23929" x2="49.36132" y2="27.15624"/><line class="cls-1" x1="99.74811" y1="21.49653" x2="99.74811" y2="46.41348"/><line class="cls-1" x1="150.41305" y1="2.23929" x2="150.41305" y2="27.15624"/><line class="cls-1" x1="199.8427" y1="21.49653" x2="199.8427" y2="46.41348"/><line class="cls-1" x1="250.46826" y1="2.23929" x2="250.46826" y2="27.15624"/><polyline class="cls-1" points="-.87936 84.59011 49.36132 65.01251 99.60201 84.59011 149.8427 65.01251 200.08339 84.59011 250.32408 65.01251 300.56477 84.59011"/><polyline class="cls-1" points="-.87936 109.50705 49.36132 89.92945 99.60201 109.50705 149.8427 89.92945 200.08339 109.50705 250.32408 89.92945 300.56477 109.50705"/><line class="cls-1" x1="49.36132" y1="65.01251" x2="49.36132" y2="89.92945"/><line class="cls-1" x1="99.74811" y1="84.26975" x2="99.74811" y2="109.18669"/><line class="cls-1" x1="149.8427" y1="65.01251" x2="149.8427" y2="89.92945"/><line class="cls-1" x1="199.8427" y1="84.59011" x2="199.8427" y2="109.50705"/><line class="cls-1" x1="250.46826" y1="65.01251" x2="250.46826" y2="89.92945"/><polyline class="cls-1" points="-.87936 147.36333 49.36132 127.78572 99.60201 147.36333 149.8427 127.78572 200.08339 147.36333 250.32408 127.78573 300.56477 147.36333"/><polyline class="cls-1" points="-.87936 172.28027 49.36132 152.70267 99.60201 172.28027 149.8427 152.70267 200.08339 172.28027 250.32408 152.70267 300.56477 172.28027"/><line class="cls-1" x1="49.36132" y1="127.78572" x2="49.36132" y2="152.70267"/><line class="cls-1" x1="99.60201" y1="147.04297" x2="99.60201" y2="171.95991"/><line class="cls-1" x1="149.8427" y1="127.78572" x2="149.8427" y2="152.70267"/><line class="cls-1" x1="199.8427" y1="147.04297" x2="199.8427" y2="171.95991"/><line class="cls-1" x1="250.46826" y1="128.77303" x2="250.46826" y2="153.68998"/><polyline class="cls-1" points="-.87936 210.13654 49.36132 190.55894 99.60201 210.13654 149.8427 190.55894 200.08339 210.13654 250.32408 190.55894 300.56477 210.13654"/><polyline class="cls-1" points="-.87936 235.05348 49.36132 215.47588 99.60201 235.05348 149.8427 215.47588 200.08339 235.05348 250.32408 215.47588 300.56477 235.05348"/><line class="cls-1" x1="49.36132" y1="190.55894" x2="49.36132" y2="215.47588"/><line class="cls-1" x1="99.8427" y1="209.58918" x2="99.8427" y2="234.50612"/><line class="cls-1" x1="149.7954" y1="190.55894" x2="149.7954" y2="215.47588"/><line class="cls-1" x1="199.8427" y1="210.61068" x2="199.8427" y2="235.52762"/><line class="cls-1" x1="250.46826" y1="190.55894" x2="250.46826" y2="215.47588"/><polyline class="cls-1" points="-.87936 272.90976 49.36132 253.33215 99.60201 272.90976 149.8427 253.33215 200.08339 272.90976 250.32408 253.33216 300.56477 272.90976"/><polyline class="cls-1" points="-.87936 297.8267 49.36132 278.2491 99.60201 297.8267 149.8427 278.2491 200.08339 297.8267 250.32408 278.2491 300.56477 297.8267"/><line class="cls-1" x1="49.36132" y1="253.33215" x2="49.36132" y2="278.2491"/><line class="cls-1" x1="-.1573" y1="272.5894" x2="-.1573" y2="297.50634"/><line class="cls-1" x1="-.1573" y1="210.13654" x2="-.1573" y2="235.05348"/><line class="cls-1" x1="-.1573" y1="147.90949" x2="-.1573" y2="172.82644"/><line class="cls-1" x1="-.1573" y1="84.59011" x2="-.1573" y2="109.50705"/><line class="cls-1" x1="-.1573" y1="21.49653" x2="-.1573" y2="46.41348"/><line class="cls-1" x1="99.57836" y1="272.5894" x2="99.57836" y2="297.50634"/><line class="cls-1" x1="149.7954" y1="253.33215" x2="149.7954" y2="278.2491"/><line class="cls-1" x1="199.8427" y1="272.5894" x2="199.8427" y2="297.50634"/><line class="cls-1" x1="250.46826" y1="253.33215" x2="250.46826" y2="278.2491"/><line class="cls-1" x1="299.8427" y1="272.5894" x2="299.8427" y2="297.50634"/><line class="cls-1" x1="299.8427" y1="210.61068" x2="299.8427" y2="235.52762"/><line class="cls-1" x1="299.8427" y1="147.36333" x2="299.8427" y2="172.28027"/><line class="cls-1" x1="299.8427" y1="85.446" x2="299.8427" y2="110.36294"/><line class="cls-1" x1="299.8427" y1="21.49653" x2="299.8427" y2="46.41348"/></g></g></svg>');
}

.pat6 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1 { stroke: %23000dff; stroke-miterlimit: 10; stroke-width: .25px; } .cls-1, .cls-2 { fill: none; } .cls-3 { fill: %23d18671; opacity: .5; } .cls-2 { stroke: %23d18671; stroke-width: 4px; } </style></defs><g id="Capa_1" data-name="Capa 1"><g><rect class="cls-1" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="266.66667" width="33.33333" height="33.33333"/></g></g><g id="Capa_2" data-name="Capa 2"><g><path class="cls-3" d="M136.57127,183.6749c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387h-32.96887l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659v32.96793l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387h32.96887l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659v-32.96793l-1.23387-.47659Z"/><path class="cls-3" d="M36.57127,283.77462c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387H-16.06279l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659v32.96793l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387H16.90608l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659v-32.96793l-1.23387-.47659Z"/><path class="cls-3" d="M136.57127,283.77462c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387h-32.96887l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659v32.96793l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387h32.96887l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659v-32.96793l-1.23387-.47659Z"/><path class="cls-3" d="M236.57127,283.6749c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387h-32.96887l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659v32.96793l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387h32.96887l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659v-32.96793l-1.23387-.47659Z"/><path class="cls-3" d="M337.75789,283.77462c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387h-32.96887l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659v32.96793l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387h32.96887l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659v-32.96793l-1.23387-.47659Z"/><path class="cls-3" d="M336.57127,183.6749c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387h-32.96887l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659v32.96793l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387h32.96887l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659v-32.96793l-1.23387-.47659Z"/><path class="cls-3" d="M337.57127,83.67772c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387h-32.96887l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659v32.96793l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387h32.96887l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659v-32.96793l-1.23387-.47659Z"/><path class="cls-3" d="M336.57127-17.69574c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387h-32.96887l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659V15.74878l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387h32.96887l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659V-17.21915l-1.23387-.47659Z"/><path class="cls-3" d="M236.57127-17.01685c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387h-32.96887l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659V16.42768l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387h32.96887l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659V-16.54025l-1.23387-.47659Z"/><path class="cls-3" d="M136.57127-16.3251c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387h-32.96887l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659V17.11943l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387h32.96887l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659V-15.8485l-1.23387-.47659Z"/><path class="cls-3" d="M35.89709-16.3251c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387H-16.73697l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659V17.11943l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387H16.2319l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659V-15.8485l-1.23387-.47659Z"/><path class="cls-3" d="M35.89709,84.2944c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387H-16.73697l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659v32.96793l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387H16.2319l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659v-32.96793l-1.23387-.47659Z"/><path class="cls-3" d="M34.54183,183.6749c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387H-18.09223l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659v32.96793l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387H14.87664l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659v-32.96793l-1.23387-.47659Z"/><path class="cls-3" d="M136.57127,83.6749c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387h-32.96887l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659v32.96793l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387h32.96887l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659v-32.96793l-1.23387-.47659Z"/><path class="cls-3" d="M236.57127,83.6749c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387h-32.96887l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659v32.96793l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387h32.96887l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659v-32.96793l-1.23387-.47659Z"/><path class="cls-3" d="M235.94754,183.6749c-8.79581-3.39833-15.78979-10.39278-19.18859-19.18907l-.47659-1.23387h-32.96887l-.47707,1.23387c-3.3988,8.79628-10.39325,15.79074-19.18859,19.18907l-1.23387.47659v32.96793l1.2334.47659c8.79628,3.40021,15.79027,10.39372,19.18907,19.18907l.47707,1.23387h32.96887l.47659-1.23387c3.39833-8.79534,10.39231-15.78885,19.18907-19.18907l1.2334-.47659v-32.96793l-1.23387-.47659Z"/><g><g><path class="cls-2" d="M36.76,0v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04H0M0,63.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M63.236,100v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M100,36.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044V0"/><path class="cls-2" d="M136.76,0v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04h-15.72M100,63.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M163.236,100v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M200,36.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044V0"/><path class="cls-2" d="M236.76,0v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04h-15.72M200,63.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M263.236,100v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M300,36.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044V0"/></g><g><path class="cls-2" d="M36.76,100v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04H0M0,163.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M63.236,200v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M100,136.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044v-15.72"/><path class="cls-2" d="M136.76,100v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04h-15.72M100,163.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M163.236,200v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M200,136.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044v-15.72"/><path class="cls-2" d="M236.76,100v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04h-15.72M200,163.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M263.236,200v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M300,136.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044v-15.72"/></g><g><path class="cls-2" d="M36.76,200v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04H0M0,263.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M63.236,300v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M100,236.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044v-15.72"/><path class="cls-2" d="M136.76,200v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04h-15.72M100,263.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M163.236,300v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M200,236.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044v-15.72"/><path class="cls-2" d="M236.76,200v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04h-15.72M200,263.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M263.236,300v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M300,236.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044v-15.72"/></g></g></g></g></svg>');
}

.pat7 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1 { stroke: %23000dff; stroke-miterlimit: 10; stroke-width: .25px; } .cls-1, .cls-2, .cls-3 { fill: none; } .cls-4 { fill: %23d18671; opacity: .5; } .cls-2 { stroke-width: 4.13181px; } .cls-2, .cls-3 { stroke: %23d18671; } .cls-3 { stroke-width: 4.13123px; } </style></defs><g id="Capa_1" data-name="Capa 1"><g><rect class="cls-1" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-1" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-1" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-1" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-1" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-1" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-1" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-1" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="33.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="66.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="100" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="133.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="166.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="200" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="233.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-1" x="266.66667" y="266.66667" width="33.33333" height="33.33333"/></g></g><g id="Capa_2" data-name="Capa 2"><g><polygon class="cls-4" points="35.39255 300.09972 35.39255 240.54783 58.65166 210.0155 83.21853 240.55848 83.21853 300.09972 35.39255 300.09972"/><polygon class="cls-4" points="82.56464 0 82.56464 59.55189 59.30554 90.08422 34.73867 59.54124 34.73867 0 82.56464 0"/><polygon class="cls-4" points="216.54069 300.09972 216.54069 240.54783 239.79979 210.0155 264.36666 240.55848 264.36666 300.09972 216.54069 300.09972"/><polygon class="cls-4" points="264.36666 0 264.36666 59.55189 241.10756 90.08422 216.54069 59.54124 216.54069 0 264.36666 0"/><polygon class="cls-4" points="108.52337 90.90342 84.94184 121.01917 84.94184 179.99904 106.47974 208.43307 131.07019 179.2282 131.07019 120.0052 108.52337 90.90342"/><polygon class="cls-4" points="192.09472 90.90342 168.51319 121.01917 168.51319 179.99904 190.0511 208.43307 214.64155 179.2282 214.64155 120.0052 192.09472 90.90342"/><g><polyline class="cls-2" points="83.63364 -.09973 83.63364 59.93319 35.47322 121.01916 35.47322 179.99903 83.21853 240.55848 83.21853 300.09972"/><polyline class="cls-2" points="131.21258 -.09972 131.21258 59.9332 84.94184 121.01917 84.94184 179.99904 130.81376 240.55848 130.81376 300.09973"/><polyline class="cls-2" points="35.39684 -.09973 35.39684 59.38222 58.65166 89.94966"/><path class="cls-2" d="M58.65166,210.0155l-23.2591,30.53233v59.55189"/><polyline class="cls-2" points="108.4435 208.43306 131.07019 179.2282 131.07019 120.0052 108.52337 90.90342"/></g><g><polyline class="cls-3" points="216.38025 -.09973 216.38024 59.93319 264.5271 121.01916 264.5271 179.99903 216.79524 240.55848 216.79524 300.09972"/><polyline class="cls-3" points="168.81471 -.09972 168.8147 59.9332 215.07241 121.01917 215.07241 179.99904 169.21341 240.55849 169.21341 300.09973"/><polyline class="cls-3" points="264.60346 -.09973 264.60346 59.38222 241.35519 89.94966"/><polyline class="cls-3" points="264.60774 300.09972 264.60774 240.54783 241.35519 210.0155"/><polyline class="cls-3" points="191.57737 208.43307 168.95705 179.2282 168.95705 120.0052 191.49753 90.90342"/></g></g></g></svg>');
}

.pat8 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 300 300"><defs><style> .cls-1, .cls-2, .cls-3 { fill: none; } .cls-2 { stroke: %23000dff; stroke-miterlimit: 10; stroke-width: .25px; } .cls-4 { fill: %23d18671; opacity: .5; } .cls-3 { stroke: %23d18671; stroke-width: 4px; } .cls-5 { clip-path: url(%23clippath); } </style><clipPath id="clippath"><rect class="cls-1" y="-360" width="300" height="300"/></clipPath></defs><g id="Capa_1" data-name="Capa 1"><g><rect class="cls-2" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-2" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-2" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-2" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-2" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-2" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-2" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-2" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="33.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="66.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="100" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="133.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="166.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="200" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="233.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-2" x="266.66667" y="266.66667" width="33.33333" height="33.33333"/></g></g><g id="Capa_2" data-name="Capa 2"><g class="cls-5"><g><g><g><polygon class="cls-3" points="2.32558 42.00848 2.32558 75.34182 33.33333 108.67515 64.34109 75.34182 64.34109 42.00848 33.33333 75.34182 2.32558 42.00848"/><polygon class="cls-3" points="2.32558 75.34182 2.32558 108.67515 33.33333 142.00848 64.34109 108.67515 64.34109 75.34182 33.33333 108.67515 2.32558 75.34182"/><polygon class="cls-3" points="2.32558 108.67515 2.32558 142.00848 33.33333 175.34182 64.34109 142.00848 64.34109 108.67515 33.33333 142.00848 2.32558 108.67515"/></g><line class="cls-3" x1="33.33333" y1="-27.83672" x2="33.33333" y2="75.34182"/></g><g><g><polygon class="cls-3" points="235.65891 42.00848 235.65891 75.34182 266.66667 108.67515 297.67442 75.34182 297.67442 42.00848 266.66667 75.34182 235.65891 42.00848"/><polygon class="cls-3" points="235.65891 75.34182 235.65891 108.67515 266.66667 142.00848 297.67442 108.67515 297.67442 75.34182 266.66667 108.67515 235.65891 75.34182"/><polygon class="cls-3" points="235.65891 108.67515 235.65891 142.00848 266.66667 175.34182 297.67442 142.00848 297.67442 108.67515 266.66667 142.00848 235.65891 108.67515"/></g><line class="cls-3" x1="266.66667" y1="-27.83672" x2="266.66667" y2="75.34182"/></g><g><polygon class="cls-3" points="118.99225 -38.85877 118.99225 -5.52543 150 27.8079 181.00775 -5.52543 181.00775 -38.85877 150 -5.52543 118.99225 -38.85877"/><polygon class="cls-3" points="118.99225 -5.52543 118.99225 27.8079 150 61.14123 181.00775 27.8079 181.00775 -5.52543 150 27.8079 118.99225 -5.52543"/></g></g></g><g><polygon class="cls-4" points="66.66667 299.89294 66.66667 166.60719 86.74786 150.84343 66.66667 133.28575 66.66667 0 33.33333 0 33.33333 299.89294 66.66667 299.89294"/><polygon class="cls-4" points="233.59944 .05353 233.59944 133.33928 213.51825 149.10304 233.59944 166.66072 233.59944 299.94647 266.93277 299.94647 266.93277 .05353 233.59944 .05353"/><polygon class="cls-4" points="86.74786 149.84343 150.56287 99.84527 213.51825 149.10304 150 200 86.74786 149.84343"/><polyline class="cls-3" points="66.66667 0 66.66667 133.33333 150 200 233.33333 133.33333 233.33333 0"/><polyline class="cls-3" points="233.8962 299.84527 233.8962 166.51194 150.56287 99.84527 67.22953 166.51194 67.22953 299.84527"/><line class="cls-3" x1="150" y1="0" x2="150" y2="99.84527"/><line class="cls-3" x1="150" y1="300" x2="150" y2="200"/><line class="cls-3" y1="150" x2="87.5" y2="150"/><line class="cls-3" x1="300" y1="150" x2="214.23723" y2="150"/><line class="cls-3" x1="33.33333" y1="0" x2="33.33333" y2="300"/><line class="cls-3" x1="266.66667" y1="0" x2="266.66667" y2="300"/></g></g></svg>');
}


.pat9 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1, .cls-2 { fill: %23d18671; } .cls-3 { stroke: %23000dff; stroke-miterlimit: 10; stroke-width: .25px; } .cls-3, .cls-4 { fill: none; } .cls-2 { opacity: .5; } .cls-4 { stroke: %23d18671; stroke-width: 4px; } </style></defs><g id="Capa_1" data-name="Capa 1"><g><rect class="cls-3" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="33.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="133.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="233.33333" width="33.33333" height="33.33333"/><rect class="cls-3" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="266.66667" width="33.33333" height="33.33333"/></g></g><g id="Capa_2" data-name="Capa 2"><g><path class="cls-2" d="M34.82184,101.93269h63.07784l48.04374,48.06728-45.94675,47.69337H34.82184s1.49184-95.76066,0-95.76066Z"/><path class="cls-2" d="M265.1715,197.72699h-63.07784l-48.04374-48.06728,45.94675-47.69337h65.17483s-1.49184,95.76066,0,95.76066Z"/><path class="cls-1" d="M98.43311,103.99997c9.18713,9.18964,16.58936,16.62329,23.75696,23.8212,6.73535,6.76395,13.67786,13.73587,22.11438,22.17792-8.47693,8.47144-15.453,15.41809-22.22119,22.15778-7.21191,7.18152-14.65991,14.59821-23.90735,23.84314h-60.88123v-92.00003h61.13843M100.09009,99.99997H33.29468v100.00003h66.53796c19.57642-19.57648,30.55212-30.42352,50.12866-50-19.47595-19.47592-30.39526-30.52411-49.87122-50.00003h0Z"/><path class="cls-1" d="M262.62793,103.99997v92.00003h-61.13843c-9.1886-9.19116-16.59216-16.62598-23.76074-23.82495-6.73438-6.763-13.67542-13.73346-22.1106-22.17413,8.48047-8.47495,15.45813-15.42322,22.22864-22.16528,7.20996-7.1795,14.65552-14.59372,23.8999-23.83566h60.88123M266.62793,99.99997h-66.53796c-19.57642,19.57648-30.55225,30.42355-50.12866,50.00003,19.47595,19.47595,30.39526,30.52411,49.87122,50h66.79541v-100.00003h0Z"/></g><g><path class="cls-2" d="M34.82184-48.01377h63.07784L145.94342.05351l-45.94675,47.69337H34.82184s1.49184-95.76066,0-95.76066Z"/><path class="cls-2" d="M265.1715,47.78052h-63.07784L154.04992-.28676l45.94675-47.69337h65.17483s-1.49184,95.76066,0,95.76066Z"/><path class="cls-1" d="M98.43311-45.9465c9.18616,9.18866,16.58752,16.62146,23.75439,23.8187,6.73608,6.76459,13.67957,13.73746,22.11694,22.18042-8.47656,8.47101-15.45203,15.41714-22.21985,22.15652-7.21228,7.18185-14.66077,14.59897-23.90869,23.84442h-60.88123V-45.9465h61.13843M100.09009-49.9465H33.29468V50.05356h66.53796C119.40906,30.47708,130.38477,19.63,149.9613.05353c-19.47595-19.47592-30.39526-30.52408-49.87122-50.00003h0Z"/><path class="cls-1" d="M262.62793-45.9465V46.05356h-61.13843c-9.18616-9.18866-16.58752-16.62146-23.75439-23.8187-6.73608-6.76459-13.67957-13.73746-22.11694-22.18042,8.48047-8.47495,15.45813-15.42322,22.22864-22.16528,7.20996-7.1795,14.65552-14.59372,23.8999-23.83566h60.88123M266.62793-49.9465h-66.53796C180.51355-30.37003,169.53772-19.52295,149.9613.05353c19.47595,19.47592,30.39526,30.52408,49.87122,50.00003h66.79541V-49.9465h0Z"/></g><g><path class="cls-2" d="M34.82184,251.9327h63.07784l48.04374,48.06728-45.94675,47.69337H34.82184s1.49184-95.76066,0-95.76066Z"/><path class="cls-2" d="M265.1715,347.72699h-63.07784l-48.04374-48.06728,45.94675-47.69337h65.17483s-1.49184,95.76066,0,95.76066Z"/><path class="cls-1" d="M98.43311,254c9.1886,9.19116,16.59216,16.62598,23.76074,23.82495,6.73438,6.763,13.67542,13.73346,22.1106,22.17413-8.47693,8.47144-15.453,15.41809-22.22119,22.15778-7.21191,7.18152-14.65991,14.59821-23.90735,23.84314h-60.88123v-92h61.13843M100.09009,250H33.29468v100h66.53796c19.57642-19.57648,30.55212-30.42352,50.12866-50-19.47595-19.47595-30.39526-30.52411-49.87122-50h0Z"/><path class="cls-1" d="M262.62793,254v92h-61.13843c-9.1886-9.19116-16.59216-16.62598-23.76074-23.82495-6.73438-6.763-13.67542-13.73346-22.1106-22.17413,8.48083-8.4754,15.45898-15.42413,22.22986-22.1665,7.20959-7.1792,14.65479-14.59296,23.89868-23.83441h60.88123M266.62793,250h-66.53796c-19.57642,19.57648-30.55225,30.42352-50.12866,50,19.47595,19.47595,30.39526,30.52411,49.87122,50h66.79541v-100h0Z"/></g><line class="cls-4" x1="150" x2="150" y2="300"/><line class="cls-4" x1=".29274" y1="299.55702" x2="300.29274" y2="299.55702"/></g></svg>');
}

.pat10 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1, .cls-2 { fill: %23d18671; } .cls-3 { fill: none; stroke: %23000dff; stroke-miterlimit: 10; stroke-width: .25px; } .cls-2 { opacity: .5; } </style></defs><g id="Capa_1" data-name="Capa 1"><g><rect class="cls-3" y="0" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="0" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="0" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="0" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="0" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="0" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="0" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="0" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="0" width="33.33333" height="33.33333"/><rect class="cls-3" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="33.33334" width="33.33333" height="33.33333"/><rect class="cls-3" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="66.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="100" width="33.33333" height="33.33333"/><rect class="cls-3" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="133.33334" width="33.33333" height="33.33333"/><rect class="cls-3" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="166.66667" width="33.33333" height="33.33333"/><rect class="cls-3" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="200" width="33.33333" height="33.33333"/><rect class="cls-3" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="233.33334" width="33.33333" height="33.33333"/><rect class="cls-3" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="33.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="66.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="100" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="133.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="166.66667" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="200" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="233.33333" y="266.66667" width="33.33333" height="33.33333"/><rect class="cls-3" x="266.66667" y="266.66667" width="33.33333" height="33.33333"/></g></g><g id="Capa_3" data-name="Capa 3"><path class="cls-2" d="M100.02017-5v38.33333l33.31317,33.33333v33.33333l-33.31317,33.33333v33.33333l33.31317,33.33333v33.33333l-33.31317,33.33333v38.33333H33.33332v-38.33334l33.31317-33.33333v-33.33333l-33.31317-33.33333v-33.33333l33.31317-33.33333v-33.33333l-33.31317-33.33333V-5s67.34224,0,66.68686,0Z"/><path class="cls-2" d="M266.68684-5v38.33333l33.31317,33.33333v33.33333l-33.31317,33.33333v33.33333l33.31317,33.33333v33.33333l-33.31317,33.33333v38.33333h-66.68686v-38.33334l33.31317-33.33333v-33.33333l-33.31317-33.33333v-33.33333l33.31317-33.33333v-33.33333l-33.31317-33.33333V-5s67.34224,0,66.68686,0Z"/></g><g id="Capa_2" data-name="Capa 2"><path class="cls-1" d="M96.02136-1.00122v35.99023l1.17029,1.17102,32.14294,32.16226v30.02206l-32.14294,32.16226-1.17029,1.17105v36.64465l1.17029,1.17102,32.14294,32.16229v30.02209l-32.14294,32.16223-1.17029,1.17102v35.99023h-58.68921v-32.67896l32.14282-32.16223,1.17029-1.17108v-36.64459l-1.17029-1.17108-32.14282-32.16223v-30.02209l32.14282-32.16223,1.17029-1.17108v-36.64459l-1.17029-1.17108L37.33215,31.6777V-1.00122h58.68921M100.0249-5H33.33337v38.33334l33.31311,33.33331v33.33334l-33.31311,33.33334v33.33334l33.31311,33.33331v33.33331l-33.31311,33.33337v38.33331h66.68677v-38.33331l33.31323-33.33337v-33.33331l-33.31323-33.33331v-33.33334l33.31323-33.33334v-33.33334l-33.31323-33.33331V-5h.00476Z"/><path class="cls-1" d="M262.68803-1.00122v35.99023l1.17029,1.17102,32.14294,32.16226v30.02206l-32.14294,32.16226-1.17029,1.17105v36.64465l1.17029,1.17102,32.14294,32.16229v30.02209l-32.14294,32.16223-1.17029,1.17102v35.99023h-58.68921v-32.67896l32.14282-32.16223,1.17029-1.17108v-36.64459l-1.17029-1.17108-32.14282-32.16223v-30.02209l32.14282-32.16223,1.17029-1.17108v-36.64459l-1.17029-1.17108-32.14282-32.16226V-1.00122h58.68921M266.69157-5h-66.69153v38.33334l33.31311,33.33331v33.33334l-33.31311,33.33334v33.33334l33.31311,33.33331v33.33331l-33.31311,33.33337v38.33331h66.68677v-38.33331l33.31323-33.33337v-33.33331l-33.31323-33.33331v-33.33334l33.31323-33.33334v-33.33334l-33.31323-33.33331V-5h.00476Z"/></g></svg>');
}


/* patrons linia */


.lin1 {
background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_2" data-name="Capa 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1 { fill: %23d18671; } </style></defs><g><path class="cls-1" d="M-.00002-50.40358L50.43494.03135.00002,50.46631-50.43494.03138-.00002-50.40358M-.00002-56.06043L-56.0918.03139.00002,56.12317,56.0918.03135-.00002-56.06043H-.00002Z"/><path class="cls-1" d="M-.00001,24.42283l50.43496,50.43493L.00002,125.29272l-50.43496-50.43493L-.00001,24.42283M-.00002,18.76597l-56.09178,56.09182L.00002,130.94957l56.09178-56.09181L-.00002,18.76597H-.00002Z"/><path class="cls-1" d="M-.00001,99.32192l50.43496,50.43493L.00002,200.19182l-50.43496-50.43494L-.00001,99.32192M-.00001,93.66507l-56.09178,56.09181L.00002,205.84866l56.09178-56.09181L-.00001,93.66507H-.00001Z"/><path class="cls-1" d="M-.00002,174.09361l50.43496,50.43492L.00002,274.9635l-50.43496-50.43492L-.00002,174.09361M-.00002,168.43677l-56.09178,56.09181L.00002,280.62036l56.09178-56.09183L-.00002,168.43677H-.00002Z"/><path class="cls-1" d="M-.00001,249.53374l50.43496,50.43495L.00002,350.40363l-50.43496-50.43491L-.00001,249.53374M-.00001,243.87689l-56.09178,56.09183L.00002,356.06049l56.09178-56.0918L-.00001,243.87689H-.00001Z"/></g><g><path class="cls-1" d="M74.99998-50.40363L125.43494.0313l-50.43493,50.43496L24.56505.03134l50.43493-50.43496M74.99998-56.06048L18.9082.03134l56.09182,56.09178L131.0918.0313l-56.09181-56.09178h0Z"/><path class="cls-1" d="M74.99998,24.42278l50.43496,50.43493-50.43493,50.43496-50.43496-50.43493,50.43493-50.43496M74.99998,18.76593l-56.09179,56.09182,56.09182,56.09178,56.09178-56.09181-56.09181-56.09179h0Z"/><path class="cls-1" d="M74.99998,99.32188l50.43496,50.43493-50.43493,50.43497-50.43496-50.43494,50.43493-50.43496M74.99998,93.66502l-56.09179,56.09181,56.09182,56.09178,56.09178-56.09181-56.09181-56.09178h0Z"/><path class="cls-1" d="M74.99998,174.09358l50.43496,50.43491-50.43493,50.43495-50.43496-50.43491,50.43493-50.43495M74.99998,168.43672l-56.09179,56.09181,56.09182,56.09177,56.09178-56.09181-56.09181-56.09177h0Z"/><path class="cls-1" d="M74.99998,249.53369l50.43496,50.43494-50.43493,50.43497-50.43496-50.43494,50.43493-50.43497M74.99998,243.87685l-56.09179,56.09181,56.09182,56.0918,56.09178-56.09183-56.09181-56.09178h0Z"/></g><g><path class="cls-1" d="M149.99998-50.40361L200.43495.03132l-50.43494,50.43496L99.56506.03135l50.43493-50.43496M149.99998-56.06046L93.9082.03135l56.09181,56.09178L206.0918.03132l-56.09181-56.09178h0Z"/><path class="cls-1" d="M149.99998,24.4228l50.43497,50.43493-50.43494,50.43496-50.43496-50.43493,50.43493-50.43496M149.99998,18.76594l-56.09178,56.09182,56.09181,56.09178,56.09178-56.09181-56.09181-56.09179h0Z"/><path class="cls-1" d="M149.99998,99.32189l50.43497,50.43493-50.43494,50.43497-50.43494-50.43494,50.43491-50.43496M149.99998,93.66504l-56.09177,56.09181,56.0918,56.09178,56.09178-56.09181-56.09181-56.09178h0Z"/><path class="cls-1" d="M149.99998,174.09358l50.43497,50.43492-50.43494,50.43497-50.43496-50.43492,50.43493-50.43497M149.99998,168.43674l-56.09178,56.09181,56.09181,56.09178,56.09178-56.09183-56.09181-56.09177h0Z"/><path class="cls-1" d="M149.99998,249.53371l50.43497,50.43492-50.43494,50.43497-50.43494-50.43491,50.43491-50.43498M149.99998,243.87686l-56.09177,56.09183,56.0918,56.09177,56.09178-56.09183-56.09181-56.09177h0Z"/></g><g><path class="cls-1" d="M224.99998-50.40361L275.43494.03132l-50.43492,50.43496L174.56505.03136l50.43494-50.43496M224.99998-56.06046L168.9082.03136l56.09181,56.09178L281.0918.03132l-56.09181-56.09178h0Z"/><path class="cls-1" d="M224.99998,24.4228l50.43495,50.43493-50.43492,50.43496-50.43497-50.43493,50.43494-50.43496M224.99998,18.76594l-56.09178,56.09182,56.09181,56.09178,56.09178-56.09181-56.09181-56.09179h0Z"/><path class="cls-1" d="M224.99998,99.32189l50.43495,50.43493-50.43492,50.43497-50.43497-50.43494,50.43494-50.43496M224.99998,93.66504l-56.09178,56.09181,56.09181,56.09178,56.09178-56.09181-56.09181-56.09178h0Z"/><path class="cls-1" d="M224.99998,174.09358l50.43495,50.43494-50.43492,50.43495-50.43497-50.43492,50.43494-50.43497M224.99998,168.43674l-56.09178,56.09181,56.09181,56.09178,56.09178-56.09181-56.09181-56.09178h0Z"/><path class="cls-1" d="M224.99998,249.53374l50.43495,50.43492-50.43492,50.43494-50.43497-50.43491,50.43494-50.43495M224.99998,243.87688l-56.09178,56.09181,56.09181,56.09177,56.09178-56.0918-56.09181-56.09178h0Z"/></g><g><path class="cls-1" d="M299.99997-50.40358L350.43494.03135l-50.43491,50.43496L249.56505.03138l50.43492-50.43496M299.99997-56.06043L243.9082.03139l56.09183,56.09178L356.0918.03135l-56.09183-56.09178h0Z"/><path class="cls-1" d="M299.99997,24.42283l50.43497,50.43493-50.43491,50.43496-50.43498-50.43493,50.43492-50.43496M299.99997,18.76597l-56.09177,56.09182,56.09183,56.09178,56.09177-56.09181-56.09183-56.09179h0Z"/><path class="cls-1" d="M300,99.32192l50.43494,50.43493-50.43491,50.43497-50.43498-50.43494,50.43495-50.43496M300,93.66507l-56.0918,56.09181,56.09183,56.09178,56.09177-56.09181-56.0918-56.09178h0Z"/><path class="cls-1" d="M299.99997,174.09361l50.43497,50.43492-50.43491,50.43497-50.43498-50.43492,50.43492-50.43497M299.99997,168.43677l-56.09177,56.09181,56.09183,56.09178,56.09177-56.09183-56.09183-56.09177h0Z"/><path class="cls-1" d="M300,249.53374l50.43497,50.43495-50.43494,50.43494-50.43498-50.43491,50.43495-50.43498M300,243.87689l-56.0918,56.09183,56.09183,56.09177,56.09177-56.0918-56.0918-56.0918h0Z"/></g></svg>');
}

.lin2 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_2" data-name="Capa 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1 { fill: %23d18671; } .cls-2 { fill: %23fff; } </style></defs><path class="cls-2" d="M43.09764-.03867l-.07739-.07739H-.02901v43.04919l.01935.01935V-.03867h43.1073Z"/><path class="cls-2" d="M107.00603,300.03866h43.04926v-.07733h-43.12659l.07733.07733Z"/><rect class="cls-2" x="224.96135" y="224.87423" width=".10358" height=".15479"/><g><path class="cls-1" d="M41.38269,3.96132l29.61731,29.61732v37.39236h-37.39236l-3.03586-3.03585L3.99033,41.35369V3.96132h37.39236M43.03955-.03868H-.00967v43.04923c12.48135,12.48133,19.47913,19.47912,31.96045,31.96045h43.04922V31.92179C62.51868,19.44046,55.52087,12.44266,43.03955-.03868h0Z"/><path class="cls-1" d="M191.40204,3.96132l21.80243,21.80241,7.81488,7.81491v37.39236h-37.39233l-16.80798-16.80797-12.80939-12.80933V3.96132h37.3924M193.0589-.03868h-43.04922v43.04923c12.48135,12.48133,19.4791,19.47912,31.96048,31.96045h43.04919V31.92179c-12.48132-12.48133-19.47913-19.47912-31.96045-31.96047h0Z"/><path class="cls-1" d="M116.39236,78.97099l19.186,19.18598,10.4313,10.43132v37.39237h-37.39236l-29.61731-29.6173v-37.39237h37.39236M118.04922,74.97099h-43.04922v43.04922c12.48135,12.48132,19.47913,19.47911,31.96045,31.96045h43.04922v-43.04922c-12.48132-12.48132-19.47913-19.4791-31.96045-31.96045h0Z"/><path class="cls-1" d="M41.44757,154.09673l19.18597,19.18597,10.43134,10.43134v37.39235h-37.39233l-19.18597-19.18597-10.43134-10.43132v-37.39236h37.39233M43.10443,150.09673H.05524v43.04921c12.48132,12.48134,19.4791,19.47913,31.96045,31.96045h43.04919v-43.04921c-12.48132-12.48134-19.4791-19.47913-31.96045-31.96045h0Z"/><path class="cls-1" d="M191.46692,154.09673l19.18597,19.18597,10.43134,10.43134v37.39235h-37.39233l-29.61737-29.61731v-37.39235h37.3924M193.12378,150.09673h-43.04922v43.04921c12.48135,12.48134,19.47916,19.47913,31.96048,31.96045h43.04919v-43.04921c-12.48132-12.48134-19.47913-19.47911-31.96045-31.96045h0Z"/><path class="cls-1" d="M116.45724,229.10638l10.43137,10.43134,19.18594,19.18597v37.39236h-37.39233l-16.28979-16.28979-13.32751-13.32751v-37.39236h37.39233M118.11411,225.10638h-43.04919v43.04922c12.48132,12.48132,19.4791,19.47913,31.96045,31.96045h43.04919v-43.04922c-12.48132-12.48132-19.4791-19.47911-31.96045-31.96045h0Z"/><path class="cls-1" d="M266.41168,78.971l19.18597,19.18597,10.43134,10.43134v37.39236h-37.39233l-26.58148-26.58147-3.03583-3.03584v-37.39236h37.39233M268.06854,74.971h-43.04919v43.04922c12.48132,12.48132,19.47913,19.47911,31.96045,31.96045h43.04919v-43.04921c-12.48132-12.48133-19.47913-19.47912-31.96045-31.96046h0Z"/><path class="cls-1" d="M266.37305,228.95164l17.87921,17.87924,11.7381,11.73808v37.39233h-37.3924l-14.80865-14.80865-14.80865-14.80865v-37.39235h37.3924M268.02991,224.95164h-43.04926v43.04921c12.48132,12.48135,19.47913,19.47913,31.96045,31.96045h43.04926v-43.04919c-12.48132-12.48134-19.47913-19.47913-31.96045-31.96046h0Z"/></g></svg>');
}

.lin3 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_2" data-name="Capa 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 300 300"><defs><style> .cls-1, .cls-2 { fill: none; } .cls-2 { stroke: %23d18671; stroke-width: 4px; } .cls-3 { clip-path: url(%23clippath); } </style><clipPath id="clippath"><rect class="cls-1" width="300" height="300"/></clipPath></defs><g class="cls-3"><g><g><line class="cls-2" x1="33.33333" y1="128.98474" x2="33.33333" y2="232.16328"/><g><g><polygon class="cls-2" points="2.32558 -4.34859 2.32558 28.98474 33.33333 62.31807 64.34109 28.98474 64.34109 -4.34859 33.33333 28.98474 2.32558 -4.34859"/><polygon class="cls-2" points="2.32558 28.98474 2.32558 62.31807 33.33333 95.65141 64.34109 62.31807 64.34109 28.98474 33.33333 62.31807 2.32558 28.98474"/><polygon class="cls-2" points="2.32558 62.31807 2.32558 95.65141 33.33333 128.98474 64.34109 95.65141 64.34109 62.31807 33.33333 95.65141 2.32558 62.31807"/></g><g><polygon class="cls-2" points="2.32558 198.82995 2.32558 232.16328 33.33333 265.49661 64.34109 232.16328 64.34109 198.82995 33.33333 232.16328 2.32558 198.82995"/><polygon class="cls-2" points="2.32558 232.16328 2.32558 265.49661 33.33333 298.82995 64.34109 265.49661 64.34109 232.16328 33.33333 265.49661 2.32558 232.16328"/><polygon class="cls-2" points="2.32558 265.49661 2.32558 298.82995 33.33333 332.16328 64.34109 298.82995 64.34109 265.49661 33.33333 298.82995 2.32558 265.49661"/></g></g></g><g><line class="cls-2" x1="266.66667" y1="128.98474" x2="266.66667" y2="232.16328"/><g><g><polygon class="cls-2" points="235.65891 -4.34859 235.65891 28.98474 266.66667 62.31807 297.67442 28.98474 297.67442 -4.34859 266.66667 28.98474 235.65891 -4.34859"/><polygon class="cls-2" points="235.65891 28.98474 235.65891 62.31807 266.66667 95.65141 297.67442 62.31807 297.67442 28.98474 266.66667 62.31807 235.65891 28.98474"/><polygon class="cls-2" points="235.65891 62.31807 235.65891 95.65141 266.66667 128.98474 297.67442 95.65141 297.67442 62.31807 266.66667 95.65141 235.65891 62.31807"/></g><g><polygon class="cls-2" points="235.65891 198.82995 235.65891 232.16328 266.66667 265.49661 297.67442 232.16328 297.67442 198.82995 266.66667 232.16328 235.65891 198.82995"/><polygon class="cls-2" points="235.65891 232.16328 235.65891 265.49661 266.66667 298.82995 297.67442 265.49661 297.67442 232.16328 266.66667 265.49661 235.65891 232.16328"/><polygon class="cls-2" points="235.65891 265.49661 235.65891 298.82995 266.66667 332.16328 297.67442 298.82995 297.67442 265.49661 266.66667 298.82995 235.65891 265.49661"/></g></g></g><g><line class="cls-2" x1="150" y1="14.78416" x2="150" y2="117.96269"/><g><polygon class="cls-2" points="118.99225 -51.88251 118.99225 -18.54918 150 14.78416 181.00775 -18.54918 181.00775 -51.88251 150 -18.54918 118.99225 -51.88251"/><g><polygon class="cls-2" points="118.99225 84.62936 118.99225 117.96269 150 151.29603 181.00775 117.96269 181.00775 84.62936 150 117.96269 118.99225 84.62936"/><polygon class="cls-2" points="118.99225 117.96269 118.99225 151.29603 150 184.62936 181.00775 151.29603 181.00775 117.96269 150 151.29603 118.99225 117.96269"/><polygon class="cls-2" points="118.99225 151.29603 118.99225 184.62936 150 217.96269 181.00775 184.62936 181.00775 151.29603 150 184.62936 118.99225 151.29603"/></g><polygon class="cls-2" points="118.99225 287.8079 118.99225 321.14123 150 354.47457 181.00775 321.14123 181.00775 287.8079 150 321.14123 118.99225 287.8079"/></g><line class="cls-2" x1="150" y1="217.96269" x2="150" y2="321.14123"/></g></g></g><line class="cls-2" x1="100" y1=".05244" x2="100" y2="299.5201"/><line class="cls-2" x1="200.98766" y1="-.4799" x2="200.98766" y2="299.5201"/></svg>');
}

.lin4 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_2" data-name="Capa 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1 { fill: %23d18671; } </style></defs><path class="cls-1" d="M66.7417,203.54042c16.19702,0,29.37427,13.17726,29.37427,29.37431v29.60181h-27.01855l-15.97876-15.97876-15.97876-15.97874v-27.01862h29.60181M66.7417,199.54042h-33.60181v32.67546c13.33984,13.33983,20.96082,20.96083,34.30066,34.30066h32.67542v-33.60181c0-18.43213-14.94214-33.37431-33.37427-33.37431h0Z"/><path class="cls-1" d="M231.09595,36.87376l15.97876,15.97875,15.97876,15.97874v27.01862h-29.60181c-16.19702,0-29.37427-13.17726-29.37427-29.37432v-29.60179h27.01855M232.75281,32.87376h-32.67542v33.60179c0,18.43212,14.94214,33.37432,33.37427,33.37432h33.60181v-32.67548c-13.33984-13.33981-20.96082-20.96082-34.30066-34.30063h0Z"/><path class="cls-1" d="M96.11597,36.87376v29.60179c0,16.19706-13.17725,29.37432-29.37427,29.37432h-29.60181v-27.01862l15.97876-15.97874,15.97876-15.97875h27.01855M100.11597,32.87376h-32.67542c-13.33984,13.33981-20.96082,20.96082-34.30066,34.30063v32.67548h33.60181c18.43213,0,33.37427-14.9422,33.37427-33.37432v-33.60179h0Z"/><path class="cls-1" d="M262.78271,203.54042v27.01862l-9.13416,9.13416-22.82336,22.82335h-27.01868v-29.60181c0-16.19705,13.17725-29.37431,29.37439-29.37431h29.60181M266.78271,199.54042h-33.60181c-18.43213,0-33.37439,14.94218-33.37439,33.37431v33.60181h32.67554c13.33972-13.33983,20.96082-20.96083,34.30066-34.30066v-32.67546h0Z"/><path class="cls-1" d="M150,137.02849c6.98438,0,12.66663,5.68224,12.66663,12.66666s-5.68225,12.66664-12.66663,12.66664-12.66663-5.68222-12.66663-12.66664,5.68225-12.66666,12.66663-12.66666M150,133.02849c-9.20471,0-16.66663,7.46191-16.66663,16.66666s7.46191,16.66664,16.66663,16.66664,16.66663-7.46191,16.66663-16.66664-7.46191-16.66666-16.66663-16.66666h0Z"/><path class="cls-1" d="M150,270.47784c16.1532,0,29.29468,13.14154,29.29468,29.29468s-13.14148,29.29471-29.29468,29.29471-29.29468-13.14154-29.29468-29.29471,13.14148-29.29468,29.29468-29.29468M150,266.47784c-18.38818,0-33.29468,14.90656-33.29468,33.29468s14.90649,33.29471,33.29468,33.29471,33.29468-14.90656,33.29468-33.29471-14.90649-33.29468-33.29468-33.29468h0Z"/><path class="cls-1" d="M-.0387,121.40045c16.1532,0,29.29468,13.14154,29.29468,29.29469S16.1145,179.98982-.0387,179.98982s-29.29468-13.14154-29.29468-29.29468S-16.19189,121.40045-.0387,121.40045M-.0387,117.40045c-18.38818,0-33.29468,14.90654-33.29468,33.29469S-18.42688,183.98982-.0387,183.98982s33.29468-14.90654,33.29468-33.29468S18.34937,117.40045-.0387,117.40045H-.0387Z"/><path class="cls-1" d="M149.88391-29.06721c16.1532,0,29.29468,13.14154,29.29468,29.29469s-13.14148,29.29469-29.29468,29.29469S120.58923,16.38063,120.58923.22748s13.14148-29.29469,29.29468-29.29469M149.88391-33.06721c-18.38818,0-33.29468,14.90654-33.29468,33.29469s14.90649,33.29469,33.29468,33.29469S183.17859,18.61563,183.17859.22748s-14.90649-33.29469-33.29468-33.29469h0Z"/><path class="cls-1" d="M300.0387,121.69648c16.1532,0,29.29468,13.14153,29.29468,29.29469s-13.14148,29.29469-29.29468,29.29469-29.29468-13.14154-29.29468-29.29469,13.14148-29.29469,29.29468-29.29469M300.0387,117.69648c-18.38818,0-33.29468,14.90655-33.29468,33.29469s14.90649,33.29469,33.29468,33.29469,33.29468-14.90654,33.29468-33.29469-14.90649-33.29469-33.29468-33.29469h0Z"/><path class="cls-1" d="M300,270.70532c16.1532,0,29.29468,13.14154,29.29468,29.29468s-13.14148,29.29468-29.29468,29.29468-29.29468-13.14154-29.29468-29.29468,13.14148-29.29468,29.29468-29.29468M300,266.70532c-18.38818,0-33.29468,14.90652-33.29468,33.29468s14.90649,33.29468,33.29468,33.29468,33.29468-14.90652,33.29468-33.29468-14.90649-33.29468-33.29468-33.29468h0Z"/><path class="cls-1" d="M-.0387,270.70532c16.1532,0,29.29468,13.14154,29.29468,29.29468s-13.14148,29.29468-29.29468,29.29468-29.29468-13.14154-29.29468-29.29468,13.14148-29.29468,29.29468-29.29468M-.0387,266.70532c-18.38818,0-33.29468,14.90652-33.29468,33.29468S-18.42688,333.29468-.0387,333.29468s33.29468-14.90652,33.29468-33.29468S18.34937,266.70532-.0387,266.70532H-.0387Z"/><path class="cls-1" d="M0-29.06721C16.1532-29.06721,29.29468-15.92567,29.29468.22748S16.1532,29.52217,0,29.52217-29.29468,16.38063-29.29468.22748-16.1532-29.06721,0-29.06721M0-33.06721C-18.38818-33.06721-33.29468-18.16067-33.29468.22748S-18.38818,33.52217,0,33.52217,33.29468,18.61563,33.29468.22748,18.38818-33.06721,0-33.06721h0Z"/><path class="cls-1" d="M300.0387-29.06721c16.1532,0,29.29468,13.14154,29.29468,29.29469s-13.14148,29.29469-29.29468,29.29469-29.29468-13.14154-29.29468-29.29469,13.14148-29.29469,29.29468-29.29469M300.0387-33.06721c-18.38818,0-33.29468,14.90654-33.29468,33.29469s14.90649,33.29469,33.29468,33.29469S333.33337,18.61563,333.33337.22748s-14.90649-33.29469-33.29468-33.29469h0Z"/><path class="cls-1" d="M164.19421,103.59747c1.84924,16.63462,15.09375,29.87917,31.72839,31.72839v28.38849c-16.63464,1.84921-29.87915,15.09377-31.72839,31.72839h-28.38855c-1.84924-16.63463-15.09375-29.87918-31.72827-31.72839v-28.38849c16.63452-1.84921,29.87903-15.09377,31.72827-31.72839h28.38855M167.97314,99.59747h-35.94641c0,17.64518-14.3042,31.94944-31.94934,31.94944v35.94638c17.64514,0,31.94934,14.30426,31.94934,31.94945h35.94641c0-17.64519,14.30432-31.94945,31.94946-31.94945v-35.94638c-17.64514,0-31.94946-14.30426-31.94946-31.94944h0Z"/></svg>');
}

.lin5 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_2" data-name="Capa 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1 { stroke-width: 3.76049px; } .cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9, .cls-10, .cls-11, .cls-12, .cls-13, .cls-14, .cls-15, .cls-16, .cls-17, .cls-18, .cls-19, .cls-20, .cls-21, .cls-22, .cls-23, .cls-24, .cls-25 { fill: none; stroke: %23d18671; stroke-linecap: round; stroke-linejoin: round; } .cls-2 { stroke-width: 3.76515px; } .cls-3 { stroke-width: 3.76992px; } .cls-4 { stroke-width: 3.72615px; } .cls-5 { stroke-width: 3.73246px; } .cls-6 { stroke-width: 3.73919px; } .cls-7 { stroke-width: 3.95179px; } .cls-8 { stroke-width: 3.92437px; } .cls-9 { stroke-width: 3.87803px; } .cls-10 { stroke-width: 3.87982px; } .cls-11 { stroke-width: 3.86805px; } .cls-12 { stroke-width: 3.87514px; } .cls-13 { stroke-width: 3.8734px; } .cls-14 { stroke-width: 4px; } .cls-15 { stroke-width: 3.6963px; } .cls-16 { stroke-width: 3.8271px; } .cls-17 { stroke-width: 3.78305px; } .cls-18 { stroke-width: 3.77949px; } .cls-19 { stroke-width: 3.78994px; } .cls-20 { stroke-width: 3.75219px; } .cls-21 { stroke-width: 3.83873px; } .cls-22 { stroke-width: 3.88699px; } .cls-23 { stroke-width: 3.84916px; } .cls-24 { stroke-width: 3.83719px; } .cls-25 { stroke-width: 3.86515px; } </style></defs><g><polyline class="cls-14" points="300.56477 21.8169 250.32408 2.2393 200.08339 21.8169 149.8427 2.23929 99.60201 21.8169 49.36132 2.23929 -.87936 21.8169"/><polyline class="cls-14" points="300.56477 46.73384 250.32408 27.15624 200.08339 46.73384 149.8427 27.15624 99.60201 46.73384 49.36132 27.15624 -.87936 46.73384"/></g><line class="cls-10" x1="49.36132" y1="2.92819" x2="49.36132" y2="26.37039"/><line class="cls-5" x1="99.74811" y1="23.23356" x2="99.74811" y2="44.92889"/><line class="cls-8" x1="149.8427" y1="3.2475" x2="149.8427" y2="27.23115"/><line class="cls-3" x1="199.8427" y1="22.52058" x2="199.8427" y2="44.65356"/><line class="cls-19" x1="250.46826" y1="2.96255" x2="250.46826" y2="25.33119"/><polyline class="cls-14" points="-.87936 84.59011 49.36132 65.01251 99.60201 84.59011 149.8427 65.01251 200.08339 84.59011 250.32408 65.01251 300.56477 84.59011"/><polyline class="cls-14" points="-.87936 109.50705 49.36132 89.92945 99.60201 109.50705 149.8427 89.92945 200.08339 109.50705 250.32408 89.92945 300.56477 109.50705"/><line class="cls-12" x1="49.36132" y1="65.77816" x2="49.36132" y2="89.1638"/><line class="cls-2" x1="99.74811" y1="85.68975" x2="99.74811" y2="107.76669"/><line class="cls-20" x1="149.8427" y1="66.50834" x2="149.8427" y2="88.43362"/><line class="cls-1" x1="199.8427" y1="86.03741" x2="199.8427" y2="108.05975"/><line class="cls-21" x1="250.46826" y1="65.13036" x2="250.46826" y2="88.0786"/><polyline class="cls-14" points="-.87936 147.36333 49.36132 127.78572 99.60201 147.36333 149.8427 127.78572 200.08339 147.36333 250.32408 127.78573 300.56477 147.36333"/><polyline class="cls-14" points="-.87936 172.28027 49.36132 152.70267 99.60201 172.28027 149.8427 152.70267 200.08339 172.28027 250.32408 152.70267 300.56477 172.28027"/><line class="cls-24" x1="49.36132" y1="128.77924" x2="49.36132" y2="151.70915"/><line class="cls-6" x1="99.60201" y1="148.61464" x2="99.60201" y2="170.38823"/><line class="cls-4" x1="149.8427" y1="129.43324" x2="149.8427" y2="151.05516"/><line class="cls-9" x1="199.8427" y1="147.79113" x2="199.8427" y2="171.21174"/><line class="cls-15" x1="250.46826" y1="129.70308" x2="250.46826" y2="150.97999"/><polyline class="cls-14" points="-.87936 210.13654 49.36132 190.55894 99.60201 210.13654 149.8427 190.55894 200.08339 210.13654 250.32408 190.55894 300.56477 210.13654"/><polyline class="cls-14" points="-.87936 235.05348 49.36132 215.47588 99.60201 235.05348 149.8427 215.47588 200.08339 235.05348 250.32408 215.47588 300.56477 235.05348"/><line class="cls-25" x1="49.36132" y1="191.38482" x2="49.36132" y2="214.65001"/><line class="cls-13" x1="99.8427" y1="210.3653" x2="99.8427" y2="233.73"/><line class="cls-22" x1="149.7954" y1="191.25298" x2="149.7954" y2="214.78185"/><line class="cls-17" x1="199.8427" y1="210.92547" x2="199.8427" y2="233.21283"/><line class="cls-7" x1="250.46826" y1="190.85746" x2="250.46826" y2="215.17736"/><polyline class="cls-14" points="-.87936 272.90976 49.36132 253.33215 99.60201 272.90976 149.8427 253.33215 200.08339 272.90976 250.32408 253.33216 300.56477 272.90976"/><polyline class="cls-14" points="-.87936 297.8267 49.36132 278.2491 99.60201 297.8267 149.8427 278.2491 200.08339 297.8267 250.32408 278.2491 300.56477 297.8267"/><line class="cls-16" x1="49.36132" y1="254.3859" x2="49.36132" y2="277.19535"/><line class="cls-14" x1="-.1573" y1="272.5894" x2="-.1573" y2="297.50634"/><line class="cls-14" x1="-.1573" y1="210.13654" x2="-.1573" y2="235.05348"/><line class="cls-14" x1="-.1573" y1="147.90949" x2="-.1573" y2="172.82644"/><line class="cls-14" x1="-.1573" y1="84.59011" x2="-.1573" y2="109.50705"/><line class="cls-14" x1="-.1573" y1="21.49653" x2="-.1573" y2="46.41348"/><line class="cls-11" x1="99.57836" y1="273.39779" x2="99.57836" y2="296.69794"/><line class="cls-23" x1="149.7954" y1="254.25406" x2="149.7954" y2="277.32719"/><line class="cls-18" x1="199.8427" y1="273.92515" x2="199.8427" y2="296.17058"/><line class="cls-23" x1="250.46826" y1="254.25406" x2="250.46826" y2="277.32719"/><line class="cls-14" x1="299.8427" y1="272.5894" x2="299.8427" y2="297.50634"/><line class="cls-14" x1="299.8427" y1="210.61068" x2="299.8427" y2="235.52762"/><line class="cls-14" x1="299.8427" y1="147.36333" x2="299.8427" y2="172.28027"/><line class="cls-14" x1="299.8427" y1="85.446" x2="299.8427" y2="110.36294"/><line class="cls-14" x1="299.8427" y1="21.49653" x2="299.8427" y2="46.41348"/></svg>');
}

.lin6 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_2" data-name="Capa 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1 { fill: none; stroke: %23d18671; stroke-width: 4px; } </style></defs><g><path class="cls-1" d="M36.76,0v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04H0M0,63.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M63.236,100v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M100,36.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044V0"/><path class="cls-1" d="M136.76,0v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04h-15.72M100,63.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M163.236,100v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M200,36.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044V0"/><path class="cls-1" d="M236.76,0v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04h-15.72M200,63.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M263.236,100v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M300,36.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044V0"/></g><g><path class="cls-1" d="M36.76,100v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04H0M0,163.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M63.236,200v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M100,136.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044v-15.72"/><path class="cls-1" d="M136.76,100v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04h-15.72M100,163.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M163.236,200v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M200,136.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044v-15.72"/><path class="cls-1" d="M236.76,100v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04h-15.72M200,163.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M263.236,200v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M300,136.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044v-15.72"/></g><g><path class="cls-1" d="M36.76,200v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04H0M0,263.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M63.236,300v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M100,236.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044v-15.72"/><path class="cls-1" d="M136.76,200v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04h-15.72M100,263.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M163.236,300v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M200,236.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044v-15.72"/><path class="cls-1" d="M236.76,200v15.72c-9.66519,3.7346-17.3054,11.37481-21.04,21.04h-15.72M200,263.232h15.72c3.7346,9.66519,11.37481,17.3054,21.04,21.04v15.728M263.236,300v-15.72c9.66751-3.73457,17.30943-11.37649,21.044-21.044h15.72M300,236.764h-15.72c-3.73367-9.66671-11.374-17.3085-21.04-21.044v-15.72"/></g></svg>');
}

.lin7 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_2" data-name="Capa 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1 { fill: none; stroke: %23d18671; stroke-width: 4px; } </style></defs><g><polyline class="cls-1" points="75.55487 -.09973 75.55487 59.93319 27.39445 121.01916 27.39445 179.99903 75.13976 240.55848 75.13976 300.09972"/><polyline class="cls-1" points="123.13381 -.09972 123.13381 59.9332 76.86307 121.01917 76.86307 179.99904 122.73499 240.55848 122.73499 300.09973"/><polyline class="cls-1" points="27.31806 -.09973 27.31806 59.38222 50.57289 89.94966"/><path class="cls-1" d="M50.57289,210.0155l-23.2591,30.53233v59.55189"/><polyline class="cls-1" points="100.36473 208.43306 122.99142 179.2282 122.99142 120.0052 100.4446 90.90342"/></g><g><polyline class="cls-1" points="225.12066 300.19946 225.12068 240.16654 176.97384 179.08056 176.97386 120.10069 224.70575 59.54126 224.70577 .00002"/><polyline class="cls-1" points="272.68619 300.19947 272.68622 240.16655 226.42853 179.08057 226.42855 120.1007 272.28757 59.54127 272.28759 .00003"/><polyline class="cls-1" points="176.89744 300.19945 176.89746 240.71749 200.14574 210.15007"/><polyline class="cls-1" points="176.89327 0 176.89325 59.55189 200.14579 90.08423"/><polyline class="cls-1" points="249.9236 91.66668 272.54391 120.87155 272.54389 180.09455 250.0034 209.19632"/></g></svg>');
}

.lin8 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_2" data-name="Capa 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 300 300"><defs><style> .cls-1, .cls-2 { fill: none; } .cls-2 { stroke: %23d18671; stroke-width: 4px; } .cls-3 { clip-path: url(%23clippath); } </style><clipPath id="clippath"><rect class="cls-1" y="-360" width="300" height="300"/></clipPath></defs><g class="cls-3"><g><g><g><polygon class="cls-2" points="2.32558 42.00848 2.32558 75.34182 33.33333 108.67515 64.34109 75.34182 64.34109 42.00848 33.33333 75.34182 2.32558 42.00848"/><polygon class="cls-2" points="2.32558 75.34182 2.32558 108.67515 33.33333 142.00848 64.34109 108.67515 64.34109 75.34182 33.33333 108.67515 2.32558 75.34182"/><polygon class="cls-2" points="2.32558 108.67515 2.32558 142.00848 33.33333 175.34182 64.34109 142.00848 64.34109 108.67515 33.33333 142.00848 2.32558 108.67515"/></g><line class="cls-2" x1="33.33333" y1="-27.83672" x2="33.33333" y2="75.34182"/></g><g><g><polygon class="cls-2" points="235.65891 42.00848 235.65891 75.34182 266.66667 108.67515 297.67442 75.34182 297.67442 42.00848 266.66667 75.34182 235.65891 42.00848"/><polygon class="cls-2" points="235.65891 75.34182 235.65891 108.67515 266.66667 142.00848 297.67442 108.67515 297.67442 75.34182 266.66667 108.67515 235.65891 75.34182"/><polygon class="cls-2" points="235.65891 108.67515 235.65891 142.00848 266.66667 175.34182 297.67442 142.00848 297.67442 108.67515 266.66667 142.00848 235.65891 108.67515"/></g><line class="cls-2" x1="266.66667" y1="-27.83672" x2="266.66667" y2="75.34182"/></g><g><polygon class="cls-2" points="118.99225 -38.85877 118.99225 -5.52543 150 27.8079 181.00775 -5.52543 181.00775 -38.85877 150 -5.52543 118.99225 -38.85877"/><polygon class="cls-2" points="118.99225 -5.52543 118.99225 27.8079 150 61.14123 181.00775 27.8079 181.00775 -5.52543 150 27.8079 118.99225 -5.52543"/></g></g></g><g><polyline class="cls-2" points="66.66667 0 66.66667 133.33333 150 200 233.33333 133.33333 233.33333 0"/><polyline class="cls-2" points="233.8962 299.84527 233.8962 166.51194 150.56287 99.84527 67.22953 166.51194 67.22953 299.84527"/><line class="cls-2" x1="150" y1="0" x2="150" y2="99.84527"/><line class="cls-2" x1="150" y1="300" x2="150" y2="200"/><line class="cls-2" y1="150" x2="87.5" y2="150"/><line class="cls-2" x1="300" y1="150" x2="214.23723" y2="150"/><line class="cls-2" x1="33.33333" y1="0" x2="33.33333" y2="300"/><line class="cls-2" x1="266.66667" y1="0" x2="266.66667" y2="300"/></g></svg>');
}

.lin9 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_2" data-name="Capa 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1 { fill: %23d18671; } .cls-2 { fill: none; stroke: %23d18671; stroke-width: 4px; } </style></defs><g><path class="cls-1" d="M98.43311,103.99997c9.18713,9.18964,16.58936,16.62329,23.75696,23.8212,6.73535,6.76395,13.67786,13.73587,22.11438,22.17792-8.47693,8.47144-15.453,15.41809-22.22119,22.15778-7.21191,7.18152-14.65991,14.59821-23.90735,23.84314h-60.88123v-92.00003h61.13843M100.09009,99.99997H33.29468v100.00003h66.53796c19.57642-19.57648,30.55212-30.42352,50.12866-50-19.47595-19.47592-30.39526-30.52411-49.87122-50.00003h0Z"/><path class="cls-1" d="M262.62793,103.99997v92.00003h-61.13843c-9.1886-9.19116-16.59216-16.62598-23.76074-23.82495-6.73438-6.763-13.67542-13.73346-22.1106-22.17413,8.48047-8.47495,15.45813-15.42322,22.22864-22.16528,7.20996-7.1795,14.65552-14.59372,23.8999-23.83566h60.88123M266.62793,99.99997h-66.53796c-19.57642,19.57648-30.55225,30.42355-50.12866,50.00003,19.47595,19.47595,30.39526,30.52411,49.87122,50h66.79541v-100.00003h0Z"/></g><g><path class="cls-1" d="M98.43311-45.9465c9.18616,9.18866,16.58752,16.62146,23.75439,23.8187,6.73608,6.76459,13.67957,13.73746,22.11694,22.18042-8.47656,8.47101-15.45203,15.41714-22.21985,22.15652-7.21228,7.18185-14.66077,14.59897-23.90869,23.84442h-60.88123V-45.9465h61.13843M100.09009-49.9465H33.29468V50.05356h66.53796C119.40906,30.47708,130.38477,19.63,149.9613.05353c-19.47595-19.47592-30.39526-30.52408-49.87122-50.00003h0Z"/><path class="cls-1" d="M262.62793-45.9465V46.05356h-61.13843c-9.18616-9.18866-16.58752-16.62146-23.75439-23.8187-6.73608-6.76459-13.67957-13.73746-22.11694-22.18042,8.48047-8.47495,15.45813-15.42322,22.22864-22.16528,7.20996-7.1795,14.65552-14.59372,23.8999-23.83566h60.88123M266.62793-49.9465h-66.53796C180.51355-30.37003,169.53772-19.52295,149.9613.05353c19.47595,19.47592,30.39526,30.52408,49.87122,50.00003h66.79541V-49.9465h0Z"/></g><g><path class="cls-1" d="M98.43311,254c9.1886,9.19116,16.59216,16.62598,23.76074,23.82495,6.73438,6.763,13.67542,13.73346,22.1106,22.17413-8.47693,8.47144-15.453,15.41809-22.22119,22.15778-7.21191,7.18152-14.65991,14.59821-23.90735,23.84314h-60.88123v-92h61.13843M100.09009,250H33.29468v100h66.53796c19.57642-19.57648,30.55212-30.42352,50.12866-50-19.47595-19.47595-30.39526-30.52411-49.87122-50h0Z"/><path class="cls-1" d="M262.62793,254v92h-61.13843c-9.1886-9.19116-16.59216-16.62598-23.76074-23.82495-6.73438-6.763-13.67542-13.73346-22.1106-22.17413,8.48083-8.4754,15.45898-15.42413,22.22986-22.1665,7.20959-7.1792,14.65479-14.59296,23.89868-23.83441h60.88123M266.62793,250h-66.53796c-19.57642,19.57648-30.55225,30.42352-50.12866,50,19.47595,19.47595,30.39526,30.52411,49.87122,50h66.79541v-100h0Z"/></g><line class="cls-2" x1="150" x2="150" y2="300"/></svg>');
}

.lin10 {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_2" data-name="Capa 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style> .cls-1 { fill: %23d18671; } </style></defs><path class="cls-1" d="M95.02014-1v35.9895l1.17065,1.17142,32.14258,32.16193v30.021l-32.14258,32.1619-1.17065,1.17142v36.64566l1.17065,1.17145,32.14258,32.16193v30.021l-32.14258,32.16193-1.17065,1.17139v35.9895h-58.68677v-32.67719l32.14246-32.16193,1.17065-1.17145v-36.64557l-1.17065-1.17145-32.14246-32.16193v-30.021l32.14246-32.16193,1.17065-1.17145v-36.6456l-1.17065-1.17145L36.33337,31.67715V-1h58.68677M99.0249-5H32.33337v38.33334l33.31311,33.33331v33.33334l-33.31311,33.33334v33.33334l33.31311,33.33331v33.33331l-33.31311,33.33337v38.33331h66.68677v-38.33331l33.31323-33.33337v-33.33331l-33.31323-33.33331v-33.33334l33.31323-33.33334v-33.33334l-33.31323-33.33331V-5h.00476Z"/><path class="cls-1" d="M261.68689-1v35.98947l1.17065,1.17145,32.14246,32.16193v30.021l-32.14246,32.1619-1.17065,1.17148v36.6456l1.17065,1.17145,32.14246,32.16193v30.021l-32.14246,32.16193-1.17065,1.17145v35.98944h-58.68689v-32.67719l32.14246-32.16193,1.17065-1.17145v-36.64557l-1.17065-1.17145-32.14246-32.16193v-30.021l32.14246-32.16193,1.17065-1.17145v-36.6456l-1.17065-1.17145-32.14246-32.16193V-1h58.68689M265.69165-5h-66.69165v38.33334l33.31311,33.33331v33.33334l-33.31311,33.33334v33.33334l33.31311,33.33331v33.33331l-33.31311,33.33337v38.33331h66.68689v-38.33331l33.31311-33.33337v-33.33331l-33.31311-33.33331v-33.33334l33.31311-33.33334v-33.33334l-33.31311-33.33331V-5h.00476Z"/></svg>');
}

/* detall professionals */

.detall{
background-color: #92a892;
opacity: 0.8;
background-image:  repeating-linear-gradient(to right, transparent 0, transparent 1.6666666666666667px, #92a892 1.6666666666666667px, #92a892 5px, transparent 5px, transparent 6.666666666666667px), repeating-linear-gradient(to bottom, transparent 0, transparent 1.6666666666666667px, #92a892 1.6666666666666667px, #92a892 5px, transparent 5px, transparent 6.666666666666667px), linear-gradient(to bottom, #F1EEE5 0.6px, transparent 0.6px), linear-gradient(to right, #F1EEE5 0.6px, transparent 0.6px) ;
background-size: 100% 100%, 100% 100%, 20px 20px, 20px 20px;
background-position: 0 0, 0 0, 0 -0.2px, -0.2px 0;
}


/* footer */
.inside-site-info.grid-container {
	border-top: 1px solid;
	margin-top: 4rem;
}


#typeit_617778 {
	display: none;
}


/* login */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
	color: var(--contrast);
	background-color: var(--base);
	border-color: var(--base);
	width: 100%;
}

#wp-submit {
	border: solid 1px;
}
