/* ------------------------------------*/
/* Accordion                           */
/* ------------------------------------*/

	@font-face {
		font-family: 'Lora';
		src: url('../files/lora-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Montserrat';
		src: url('../files/montserrat-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Open Sans';
		src: url('../files/opensans-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Roboto Slab';
		src: url('../files/robotoslab-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}


ul#stacks_in_193_accordion {
	display: block;
	list-style: none;
	border-radius: 4px;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	text-shadow: none;
}

ul#stacks_in_193_accordion > li {
	list-style: none;
	background: none !important;
	margin: 0;
	padding: 0 !important;
}

#stacks_in_193 .hide_toggle {
	display: none;
}


/* Label Font Choices */

	ul#stacks_in_193_accordion .accordion_label {
		font-family: 'Open Sans', sans-serif;
	}















/* Content Font Choices */

	ul#stacks_in_193_accordion .accordion_content {
		font-family: 'Open Sans', sans-serif;
	}









ul#stacks_in_193_accordion .accordion_label {
	cursor: pointer;
	padding: 15px 20px;
	position: relative;
}

ul#stacks_in_193_accordion .accordion_label i {
}

ul#stacks_in_193_accordion .stacks_in_193_accordion_selectedarrow_icon {
}

ul#stacks_in_193_accordion .accordion_content {
	
		padding: 40px;
	

}

ul#stacks_in_193_accordion li:last-child .accordion_content {
}

ul#stacks_in_193_accordion  .accordion_label .accordion_icon {
	display: inline-block;
	text-align: center;
	width: 25px;
	
		position: absolute;
		right: 20px;
		top: 15px;
		margin-right: 0px;
	
	
}

ul#stacks_in_193_accordion .accordion_label .accordion_icon i {
	width: 25px;
	height: 25px;
	line-height: 24px;
	
}

ul#stacks_in_193_accordion .stacks_in_193_accordion_selectedarrow_icon .accordion_icon i {
	
}

#stacks_in_193_open_all {
	cursor: pointer;
	font-size: 20px;
	
	
	margin-top: 12px;
	

}

#stacks_in_193 .show_all_alignment {
	text-align: left;
	
	
}



/* ------------------------------------*/
/* Accordion Styles                    */
/* ------------------------------------*/

/* Ghost */
	ul#stacks_in_193_accordion.ghost {
		border: 1px solid #d4d4d4;
	}

	ul#stacks_in_193_accordion.ghost .accordion_label {
		color: #434343;
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_193_accordion.ghost .stacks_in_193_accordion_selectedarrow_icon {
		background-color: #f2f2f2;
	}

	ul#stacks_in_193_accordion.ghost .accordion_content {
		color: #434343;
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_193_accordion.ghost li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_193_accordion.ghost li:last-child .accordion_content {
		border-bottom: none;
	}



/* Dark Grey */
	ul#stacks_in_193_accordion.dark_grey {
		border: 1px solid #adadad;
	}

	ul#stacks_in_193_accordion.dark_grey .accordion_label {
		color: #FCFEF9;
		border-bottom: 1px solid #4E4F54;
		background: rgb(108,109,113); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNmQ3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTRmNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(108,109,113,1) 0%, rgba(78,79,84,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,109,113,1)), color-stop(100%,rgba(78,79,84,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6d71', endColorstr='#4e4f54',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_193_accordion.dark_grey .stacks_in_193_accordion_selectedarrow_icon {
		color: #4E4F54;
		border-bottom: 1px solid #adadad;
		background: rgb(238,238,238); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_193_accordion.dark_grey .accordion_content {
		color: #434343;
		border-bottom: 1px solid #adadad;
		background-color: #EFEFEF;
	}

	ul#stacks_in_193_accordion.dark_grey li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #adadad;
	}

	ul#stacks_in_193_accordion.dark_grey li:last-child .accordion_content {
		border-bottom: none;
	}




/* Light Blue */
	ul#stacks_in_193_accordion.light_blue {
		border: 1px solid #E6E6E6;
	}

	ul#stacks_in_193_accordion.light_blue .accordion_label {
		color: #939496;
		border-top: 1px solid #f3f3f3;
		border-bottom: 1px solid #dedede;
		background: rgb(244,249,249); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: rgb(239,239,239); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_193_accordion.light_blue .stacks_in_193_accordion_selectedarrow_icon {
		color: #fff;
		border-top: 1px solid #98eaff;
		border-bottom: 1px solid #1EB0F4;
		background: rgb(36,210,253); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0ZDJmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMGJlZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(36,210,253,1) 0%, rgba(32,190,252,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,210,253,1)), color-stop(100%,rgba(32,190,252,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24d2fd', endColorstr='#20befc',GradientType=0 ); /* IE6-8 */
	}


	ul#stacks_in_193_accordion.light_blue .accordion_content {
		background: #d6d6d6;
		color: #3E3E3E;
		box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
		border-bottom: 1px solid #E6E6E6;
	}

	ul#stacks_in_193_accordion.light_blue li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #1EB0F4;
	}

	ul#stacks_in_193_accordion.light_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Flat Teal */
	ul#stacks_in_193_accordion.flat_teal {
		border: 1px solid #E2E2E2;
	}

	ul#stacks_in_193_accordion.flat_teal .accordion_label {
		color: #ABABAB;
		background: #FFFFFF;
		border-bottom: 1px solid #E2E2E2;
	}

	ul#stacks_in_193_accordion.flat_teal .stacks_in_193_accordion_selectedarrow_icon {
		color: #fff;
		background: #61BBC3;
		border-bottom: 1px solid #61BBC3;
	}

	ul#stacks_in_193_accordion.flat_teal .accordion_content {
		background: #576465;
		color: #dfdfdf;
		border-bottom: 1px solid #E2E2E2;
		box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
	}

	ul#stacks_in_193_accordion.flat_teal li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #E2E2E2;
	}

	ul#stacks_in_193_accordion.flat_teal li:last-child .accordion_content {
		border-bottom: none;
	}



/* Blue Grey */
	ul#stacks_in_193_accordion.blue_grey {
		border: 1px solid #2D2E32;
	}

	ul#stacks_in_193_accordion.blue_grey .accordion_label {
		color: #DADEDF;
		text-shadow: 0 -1px 0 #111820;
		border-top: 1px solid #606872;
		border-bottom: 1px solid #212226;
		background: rgb(75,84,91); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNTQ1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(75,84,91,1) 0%, rgba(63,72,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,84,91,1)), color-stop(100%,rgba(63,72,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b545b', endColorstr='#3f4856',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_193_accordion.blue_grey .stacks_in_193_accordion_selectedarrow_icon {
		color: #DADEDF;
		text-shadow: 0 -1px 0 #111820;
		border-bottom: 1px solid #212226;
		background: rgb(75,84,91); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNTQ1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(75,84,91,1) 0%, rgba(63,72,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,84,91,1)), color-stop(100%,rgba(63,72,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b545b', endColorstr='#3f4856',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_193_accordion.blue_grey .accordion_content {
		background: #363D45;
		color: #C4C5C9;
		border-bottom: 1px solid #2D2E32;
		box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.25);
	}

	ul#stacks_in_193_accordion.blue_grey li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #212226;
	}

	ul#stacks_in_193_accordion.blue_grey li:last-child .accordion_content {
		border-bottom: none;
	}



/* Flat Orange */
	ul#stacks_in_193_accordion.flat_orange {
	}

	ul#stacks_in_193_accordion.flat_orange .accordion_label {
		color: #F6F1E3;
		background: #DC614F;
	}

	ul#stacks_in_193_accordion.flat_orange .stacks_in_193_accordion_selectedarrow_icon {
		color: #F6F1E3;
		background: #DC614F;
		border-bottom: 2px solid #B94537;
	}

	ul#stacks_in_193_accordion.flat_orange .accordion_content {
		background: #CC5545;
		color: #FCE1DB;
		border-bottom: 1px solid #B94537;
	}

	ul#stacks_in_193_accordion.flat_orange li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #B94537;
	}

	ul#stacks_in_193_accordion.flat_orange li:last-child .accordion_content {
		border-bottom: none;
	}



/* Forest Green */
	ul#stacks_in_193_accordion.forest_green {
	}

	ul#stacks_in_193_accordion.forest_green .accordion_label {
		color: #99C676;
		background: #679341;
		border-top: 1px solid #96BE74;
		border-bottom: 1px solid #425F2E;
	}

	ul#stacks_in_193_accordion.forest_green .stacks_in_193_accordion_selectedarrow_icon {
		color: #384D24;
		background: #95BF70;
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_193_accordion.forest_green .accordion_content {
		background: #394D27;
		color: #F0F8E7;
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_193_accordion.forest_green li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_193_accordion.forest_green li:last-child .accordion_content {
		border-bottom: none;
	}



/* Earthy */
	ul#stacks_in_193_accordion.earthy {
		border: 1px solid #645B51;
	}

	ul#stacks_in_193_accordion.earthy .accordion_label {
		color: #F7E7D4;
		background: #806F63;
		border-top: 1px solid #908279;
		border-bottom: 1px solid #645B51;
	}

	ul#stacks_in_193_accordion.earthy .stacks_in_193_accordion_selectedarrow_icon {
		color: #F7E7D5;
		background: #D95943;
		border-top: 1px solid #E58669;
		border-bottom: 2px solid #D01C1F;
	}

	ul#stacks_in_193_accordion.earthy .accordion_content {
		background: #645548;
		color: #c4bcb1;
		border-bottom: 1px solid #52453b;
	}

	ul#stacks_in_193_accordion.earthy li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_193_accordion.earthy li:last-child .accordion_content {
		border-bottom: none;
	}



/* Purple Power */
	ul#stacks_in_193_accordion.purple_power {
	}

	ul#stacks_in_193_accordion.purple_power .accordion_label {
		color: #fff;
		background: #B05B9E;
		border-top: 1px solid #c069ae;
		border-bottom: 1px solid #a45693;
	}

	ul#stacks_in_193_accordion.purple_power .stacks_in_193_accordion_selectedarrow_icon {
		color: #fff;
		background: #B05B9E;
		border-top: 1px solid #c069ae;
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_193_accordion.purple_power .accordion_content {
		background: #6B4E99;
		color: #fff;
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_193_accordion.purple_power li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_193_accordion.purple_power li:last-child .accordion_content {
		border-bottom: none;
	}



/* Bold Blue */
	ul#stacks_in_193_accordion.bold_blue {
		border: 1px solid #DBDBDB;
	}

	ul#stacks_in_193_accordion.bold_blue .accordion_label {
	  color: #333333;
	  background-color: #f5f5f5;
	  *background-color: #e6e6e6;
	  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	  background-repeat: repeat-x;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #DBDBDB;
	}

	ul#stacks_in_193_accordion.bold_blue .stacks_in_193_accordion_selectedarrow_icon {
	  color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  background-color: #006dcc;
	  *background-color: #0044cc;
	  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		border-top: 1px solid #0d93d6;
		border-bottom: 1px solid #02369f;
	}

	ul#stacks_in_193_accordion.bold_blue .accordion_content {
		background: rgb(247,247,247); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
		color: #434343;
		border-bottom: 1px solid #e2e2e2;
	}

	ul#stacks_in_193_accordion.bold_blue li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #02369f;
	}

	ul#stacks_in_193_accordion.bold_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Baby Blue */
	ul#stacks_in_193_accordion.baby_blue {
		border: 1px solid #C4CDDF;
	}

	ul#stacks_in_193_accordion.baby_blue .accordion_label {
		color: #8BAEF7;
		background: #E0ECFD;
		border-top: 1px solid #e9f2fe;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_193_accordion.baby_blue .stacks_in_193_accordion_selectedarrow_icon {
		color: #8BAEF7;
		background: #E0ECFD;
		border-top: 1px solid #e9f2fe;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_193_accordion.baby_blue .accordion_content {
		background: #F8F8F8;
		color: #797979;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_193_accordion.baby_blue li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_193_accordion.baby_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Shamrock */
	ul#stacks_in_193_accordion.shamrock {
	}

	ul#stacks_in_193_accordion.shamrock .accordion_label {
		color: #FFFFFF;
		background: #3EBF9C;
		border-bottom: 1px solid #2ba483;
	}

	ul#stacks_in_193_accordion.shamrock .stacks_in_193_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE4641;
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_193_accordion.shamrock .accordion_content {
		background: #2F3D4F;
		color: #EFF3F3;
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_193_accordion.shamrock li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_193_accordion.shamrock li:last-child .accordion_content {
		border-bottom: none;
	}



/* Crimson */
	ul#stacks_in_193_accordion.crimson {
		border: 1px solid #000000;
	}

	ul#stacks_in_193_accordion.crimson .accordion_label {
		color: #EEFFFF;
		background: #222222;
		border-bottom: 1px solid #000000;
	}

	ul#stacks_in_193_accordion.crimson .stacks_in_193_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE4641;
		border-bottom: 1px solid #cc3f3a;
	}

	ul#stacks_in_193_accordion.crimson .accordion_content {
		background: #000000;
		color: #999999;
	}

	ul#stacks_in_193_accordion.crimson li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #cc3f3a;
	}

	ul#stacks_in_193_accordion.crimson li:last-child .accordion_content {
		border-bottom: none;
	}



/* Gun Metal */
	ul#stacks_in_193_accordion.gun_metal {
	}

	ul#stacks_in_193_accordion.gun_metal .accordion_label {
		color: #F7F8F8;
		background: #47545E;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_193_accordion.gun_metal .stacks_in_193_accordion_selectedarrow_icon {
		color: #3A4753;
		background: #49A2E0;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_193_accordion.gun_metal .accordion_content {
		background: #3C474F;
		color: #F8F9F9;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_193_accordion.gun_metal li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_193_accordion.gun_metal li:last-child .accordion_content {
		border-bottom: none;
	}



/* Bright Blue */
	ul#stacks_in_193_accordion.bright_blue {
		border: 1px solid #E0E9ED;
	}

	ul#stacks_in_193_accordion.bright_blue .accordion_label {
		color: #5C7F89;
		background: #FFFFFF;
		border-bottom: 1px solid #E0E9ED;
	}

	ul#stacks_in_193_accordion.bright_blue .stacks_in_193_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #1FBDD0;
		border-bottom: none;
	}

	ul#stacks_in_193_accordion.bright_blue .accordion_content {
		background: #E0E9ED;
		color: #668b94;
	}

	ul#stacks_in_193_accordion.bright_blue li:last-child .stacks_in_193_accordion_selectedarrow_icon {
	}

	ul#stacks_in_193_accordion.bright_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Pinky */
	ul#stacks_in_193_accordion.pinky {
	}

	ul#stacks_in_193_accordion.pinky .accordion_label {
		color: #695E5D;
		background: #F1C1BC;
		border-bottom: 1px solid #dab0ad;
	}

	ul#stacks_in_193_accordion.pinky .stacks_in_193_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #F1A7AC;
		border-bottom: 1px solid #d79498;
	}

	ul#stacks_in_193_accordion.pinky .accordion_content {
		background: #EFE8D4;
		color: #837974;
	}

	ul#stacks_in_193_accordion.pinky li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #dab0ad;
	}

	ul#stacks_in_193_accordion.pinky li:last-child .accordion_content {
		border-bottom: none;
	}



/* Tesla */
	ul#stacks_in_193_accordion.tesla {
	}

	ul#stacks_in_193_accordion.tesla .accordion_label {
		color: #ffffff;
		background: #B48ECB;
		border-bottom: 1px solid #9a73b2;
		border-top: 1px solid #c9aadc;
	}

	ul#stacks_in_193_accordion.tesla .stacks_in_193_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #67487C;
		border-bottom: 1px solid #573769;
		border-top: 1px solid transparent;
	}

	ul#stacks_in_193_accordion.tesla .accordion_content {
		background: #F7F7F7;
		color: #414141;
		border-bottom: 1px solid #9a73b2;
	}

	ul#stacks_in_193_accordion.tesla li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #573769;
	}

	ul#stacks_in_193_accordion.tesla li:last-child .accordion_content {
		border-bottom: none;
	}



/* Rustic */
	ul#stacks_in_193_accordion.rustic {
	}

	ul#stacks_in_193_accordion.rustic .accordion_label {
		color: #ffffff;
		background: #A6C8A7;
		border-bottom: 1px solid #96b597;
	}

	ul#stacks_in_193_accordion.rustic .stacks_in_193_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #585858;
		border-bottom: 1px solid #484848;
	}

	ul#stacks_in_193_accordion.rustic .accordion_content {
		background: #EDEDED;
		color: #414141;
		border-bottom: 1px solid #96b597;
	}

	ul#stacks_in_193_accordion.rustic li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #484848;
	}

	ul#stacks_in_193_accordion.rustic li:last-child .accordion_content {
		border-bottom: none;
	}



/* Ruby */
	ul#stacks_in_193_accordion.ruby {
	}

	ul#stacks_in_193_accordion.ruby .accordion_label {
		color: #ffffff;
		background: #D9385A;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_193_accordion.ruby .stacks_in_193_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #BF0740;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_193_accordion.ruby .accordion_content {
		background: #ededed;
		color: #7A7A7A;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_193_accordion.ruby li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_193_accordion.ruby li:last-child .accordion_content {
		border-bottom: none;
	}



/* Feather */
	ul#stacks_in_193_accordion.feather {
	}

	ul#stacks_in_193_accordion.feather .accordion_label {
		color: #ffffff;
		background: #DC8364;
		border-bottom: 1px solid #D66C5A;
	}

	ul#stacks_in_193_accordion.feather .stacks_in_193_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #3EBF9C;
		border-bottom: 1px solid #3BAE8D;
	}

	ul#stacks_in_193_accordion.feather .accordion_content {
		background: #E3DFDE;
		color: #7A7A7A;
		border-bottom: 1px solid #D46C5D;
	}

	ul#stacks_in_193_accordion.feather li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #3BAE8D;
	}

	ul#stacks_in_193_accordion.feather li:last-child .accordion_content {
		border-bottom: none;
	}



/* Abstract */
	ul#stacks_in_193_accordion.abstract {
	}

	ul#stacks_in_193_accordion.abstract .accordion_label {
		color: #ffffff;
		background: #2C2B2C;
		border-bottom: 1px solid #1B1A1D;
	}

	ul#stacks_in_193_accordion.abstract .stacks_in_193_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #D6395C;
		border-bottom: 1px solid #c03353;
	}

	ul#stacks_in_193_accordion.abstract .accordion_content {
		background: #1B1A1D;
		color: #CDCDCD;
		border-bottom: 1px solid #1B1A1D;
	}

	ul#stacks_in_193_accordion.abstract li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #c03353;
	}

	ul#stacks_in_193_accordion.abstract li:last-child .accordion_content {
		border-bottom: none;
	}




/* Hive */
	ul#stacks_in_193_accordion.hive {
	}

	ul#stacks_in_193_accordion.hive .accordion_label {
		color: #ffffff;
		background: #F28753;
		border-bottom: 1px solid #CB6B22;
	}

	ul#stacks_in_193_accordion.hive .stacks_in_193_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #29BB9C;
		border-bottom: 1px solid #3F9D8E;
	}

	ul#stacks_in_193_accordion.hive .accordion_content {
		background: #FAEBE2;
		color: #646464;
		border-bottom: 1px solid #FAEBE3;
	}

	ul#stacks_in_193_accordion.hive li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #3F9D8E;
	}

	ul#stacks_in_193_accordion.hive li:last-child .accordion_content {
		border-bottom: none;
	}




/* Navigator */
	ul#stacks_in_193_accordion.navigator {
	}

	ul#stacks_in_193_accordion.navigator .accordion_label {
		color: #ffffff;
		background: #63b8f5;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYjhmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1N2EyZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #63b8f5 0%, #57a2f6 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b8f5), color-stop(100%,#57a2f6));
		background: -webkit-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: -o-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: -ms-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: linear-gradient(to bottom,  #63b8f5 0%,#57a2f6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b8f5', endColorstr='#57a2f6',GradientType=0 );
		border-bottom: 1px solid #559dee;
		border-top: 1px solid #81caff;
	}

	ul#stacks_in_193_accordion.navigator .stacks_in_193_accordion_selectedarrow_icon {
		color: #1858a1;
		background: #469af4;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2OWFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmFjZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #469af4 0%, #46acf4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#469af4), color-stop(100%,#46acf4));
		background: -webkit-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: -o-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: -ms-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: linear-gradient(to bottom,  #469af4 0%,#46acf4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469af4', endColorstr='#46acf4',GradientType=0 );
		border-bottom: 1px solid #4289da;
		border-top: 1px solid transparent;
	}

	ul#stacks_in_193_accordion.navigator .accordion_content {
		background: #F7F7F7;
		color: #414141;
		border-bottom: 1px solid #81caff;
	}

	ul#stacks_in_193_accordion.navigator li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #573769;
	}

	ul#stacks_in_193_accordion.navigator li:last-child .accordion_content {
		border-bottom: none;
	}



/* Majestic */
	ul#stacks_in_193_accordion.majestic {
	}

	ul#stacks_in_193_accordion.majestic .accordion_label {
		color: #ffffff;
		background: #4AC7CB;
		border-bottom: 1px solid #3aabaf;
	}

	ul#stacks_in_193_accordion.majestic .stacks_in_193_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE425A;
		border-bottom: 1px solid #c83d52;
	}

	ul#stacks_in_193_accordion.majestic .accordion_content {
		background: #f4f4f4;
		color: #7A7A7A;
		border-bottom: 1px solid #e8e8e8;
	}

	ul#stacks_in_193_accordion.majestic li:last-child .stacks_in_193_accordion_selectedarrow_icon {
		border-bottom: 1px solid #c83d52;
	}

	ul#stacks_in_193_accordion.majestic li:last-child .accordion_content {
		border-bottom: none;
	}



/* END OF STYLES */



/* CUSTOM */







/* ------------------------------------*/
/* Media Queries                       */
/* ------------------------------------*/


@media only screen {
	ul#stacks_in_193_accordion .accordion_label {
		font-size: 20px;
	}

	ul#stacks_in_193_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 60px;
		
		
	}

}

@media only screen and (max-width: 1024px) {
	ul#stacks_in_193_accordion .accordion_label {
		font-size: 18px;
	}

	ul#stacks_in_193_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 60px;
		
		
	}
}

@media only screen and (max-width: 768px) {
	ul#stacks_in_193_accordion .accordion_label {
		font-size: 16px;
	}

	ul#stacks_in_193_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 50px;
		
		
	}
}

@media only screen and (max-width: 480px) {
	ul#stacks_in_193_accordion .accordion_label {
		font-size: 14px;
	}

	ul#stacks_in_193_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 50px;
		
		
	}
}



.stacks_in_194_override .accordion_label {
	color: #757575 !important;
	background: rgba(242, 242, 242, 1.00) !important;
	background-color: rgba(242, 242, 242, 1.00) !important;
}

.stacks_in_194_override > [class$=accordion_selectedarrow_icon] {
	color: #FFFFFF !important;
	background: rgba(61, 62, 78, 0.80) !important;
}

li.stacks_in_194_override:last-child > [class$=accordion_selectedarrow_icon] {
}

.stacks_in_194_override .accordion_content {
	background: rgba(255, 255, 255, 1.00) !important;
	color: #4D4D4D !important;
}



#gsheet_stacks_in_252 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex: 1 0 auto;
  overflow: visible;
  box-sizing: border-box;
  flex-direction: column;
  max-width: 800px; }
  #gsheet_stacks_in_252 .gsheet--tutorial {
    display: none; }
  #gsheet_stacks_in_252 .gsheet--data-notice {
    display: none; }
  #gsheet_stacks_in_252.repeated-rows .gsheet--individual {
    display: none; }
  #gsheet_stacks_in_252.cell-by-cell .gsheet--repeat {
    display: none; }
  #gsheet_stacks_in_252.show-search .gsheet--search {
    display: block; }

#gsheet_search_stacks_in_252.gsheet--search {
  display: none; }
  #gsheet_search_stacks_in_252.gsheet--search input {
    width: 100%;
    height: auto;
    line-height: 1;
    box-shadow: none;
    border-style: solid;
    outline: none !important;
    margin-bottom: px;
    color: ;
    background: ;
    font-size: px;
    border-radius: px;
    border-color: ;
    padding: px px;
    border-width: px px px px; }

#gsheet_repeat_stacks_in_252 {
  width: 100%;
  flex: 0 1 auto;
  overflow: visible;
  box-sizing: border-box; }
  #gsheet_repeat_stacks_in_252 .gsheet--grid {
    width: calc(100% + 3px);
    margin: 0 auto -3px auto;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: flex-start; }
    #gsheet_repeat_stacks_in_252 .gsheet--grid .gsheet--item {
      flex: 0 1 auto;
      padding-right: 3px;
      padding-bottom: 3px; }
      #gsheet_repeat_stacks_in_252 .gsheet--grid .gsheet--item.row-show {
        display: block; }
      #gsheet_repeat_stacks_in_252 .gsheet--grid .gsheet--item.row-hide {
        display: none; }

@media (min-width: 780px) {
  #gsheet_repeat_stacks_in_252 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

@media (max-width: 780px) {
  #gsheet_repeat_stacks_in_252 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

@media (max-width: 400px) {
  #gsheet_repeat_stacks_in_252 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

/*  */
#gsheet_if_stacks_in_253 {
  display: flex;
  flex-wrap: inherit;
  align-items: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  box-sizing: border-box; }
  #gsheet_if_stacks_in_253.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
    #gsheet_if_stacks_in_253.fill-grow .conditional-content--true, #gsheet_if_stacks_in_253.fill-grow .conditional-content--false {
      width: 100%;
      flex: 0 1 auto; }
  #gsheet_if_stacks_in_253.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_if_stacks_in_253.condition-show {
    display: flex !important; }
  #gsheet_if_stacks_in_253.condition-hide {
    display: none !important; }
  #gsheet_if_stacks_in_253 .conditional-content--true, #gsheet_if_stacks_in_253 .conditional-content--false {
    display: flex;
    flex-wrap: inherit;
    align-items: inherit;
    flex-direction: inherit;
    justify-content: inherit; }
  #gsheet_if_stacks_in_253 .conditional-content--false {
    display: none; }
  #gsheet_if_stacks_in_253.conditional-content.conditional-content--false, #gsheet_if_stacks_in_253.conditional-content.conditional-content--true {
    display: flex; }
  #gsheet_if_stacks_in_253.conditional-content.content-show .conditional-content--true {
    display: flex !important; }
  #gsheet_if_stacks_in_253.conditional-content.content-show .conditional-content--false {
    display: none !important; }
  #gsheet_if_stacks_in_253.conditional-content.content-hide .conditional-content--true {
    display: none !important; }
  #gsheet_if_stacks_in_253.conditional-content.content-hide .conditional-content--false {
    display: flex !important; }
  #gsheet_if_stacks_in_253.opacity-true {
    opacity: 1; }
  #gsheet_if_stacks_in_253.opacity-false {
    opacity: 0.5; }
  #gsheet_if_stacks_in_253.colors-true.change-text h1, #gsheet_if_stacks_in_253.colors-true.change-text h2, #gsheet_if_stacks_in_253.colors-true.change-text h3, #gsheet_if_stacks_in_253.colors-true.change-text h4, #gsheet_if_stacks_in_253.colors-true.change-text h5, #gsheet_if_stacks_in_253.colors-true.change-text h6, #gsheet_if_stacks_in_253.colors-true.change-text p, #gsheet_if_stacks_in_253.colors-true.change-text span, #gsheet_if_stacks_in_253.colors-true.change-text .gsheet--text {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_253.colors-true.change-icon i.gsheet--icon {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_253.colors-true.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_253.colors-true.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_253.colors-true.change-background .gsheet--box {
    background: rgba(34, 139, 34, 1.00) !important; }
    #gsheet_if_stacks_in_253.colors-true.change-background .gsheet--box::before {
      display: none !important; }
  #gsheet_if_stacks_in_253.colors-true.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_253.colors-false.change-text h1, #gsheet_if_stacks_in_253.colors-false.change-text h2, #gsheet_if_stacks_in_253.colors-false.change-text h3, #gsheet_if_stacks_in_253.colors-false.change-text h4, #gsheet_if_stacks_in_253.colors-false.change-text h5, #gsheet_if_stacks_in_253.colors-false.change-text h6, #gsheet_if_stacks_in_253.colors-false.change-text p, #gsheet_if_stacks_in_253.colors-false.change-text span, #gsheet_if_stacks_in_253.colors-false.change-text .gsheet--text {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_253.colors-false.change-icon i.gsheet--icon {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_253.colors-false.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_253.colors-false.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_253.colors-false.change-background .gsheet--box, #gsheet_if_stacks_in_253.colors-false.change-background .gsheet--button {
    background: rgba(178, 34, 34, 1.00) !important; }
    #gsheet_if_stacks_in_253.colors-false.change-background .gsheet--box::before, #gsheet_if_stacks_in_253.colors-false.change-background .gsheet--button::before {
      display: none !important; }
  #gsheet_if_stacks_in_253.colors-false.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(178, 34, 34, 1.00) !important; }

/*  */
@charset "UTF-8";
.com_weavium_stacks_Gsheet_Stack {
  overflow: visible !important; }

#gsheet_box_stacks_in_254.gsheet--box {
  display: flex;
  position: relative;
  overflow: hidden;
  border-style: solid;
  font-family: inherit;
  box-sizing: border-box;
  max-width: 50000px;
  min-width: 50px;
  min-height: 0px;
  border-color: rgba(0, 0, 0, 1.00);
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1.00); }
  #gsheet_box_stacks_in_254.gsheet--box.main-font-preset {
    font-family: "Montserrat", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_254.gsheet--box.main-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_254.gsheet--box.main-font-google {
    font-family: "", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_254.gsheet--box.main-bg-color {
    background: rgba(78, 80, 96, 1.00); }
    #gsheet_box_stacks_in_254.gsheet--box.main-bg-color::before {
      opacity: 0; }
  #gsheet_box_stacks_in_254.gsheet--box.main-bg-gradient-2 {
    background: linear-gradient(to bottom, rgba(131, 212, 122, 1.00), rgba(91, 193, 95, 1.00)); }
    #gsheet_box_stacks_in_254.gsheet--box.main-bg-gradient-2::before {
      opacity: 0; }
  #gsheet_box_stacks_in_254.gsheet--box.main-bg-gradient-3 {
    background: linear-gradient(to bottom, rgba(57, 62, 70, 1.00), rgba(92, 99, 110, 1.00), rgba(248, 181, 0, 1.00)); }
    #gsheet_box_stacks_in_254.gsheet--box.main-bg-gradient-3::before {
      opacity: 0; }
  #gsheet_box_stacks_in_254.gsheet--box.main-bg-image-ov-color {
    background: url() no-repeat center center;
    background-size: cover; }
    #gsheet_box_stacks_in_254.gsheet--box.main-bg-image-ov-color::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      background: rgba(0, 0, 0, 0.50); }
  #gsheet_box_stacks_in_254.gsheet--box.main-bg-image-ov-gradient {
    background: url() no-repeat center center;
    background-size: cover; }
    #gsheet_box_stacks_in_254.gsheet--box.main-bg-image-ov-gradient::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 1.00)); }
  #gsheet_box_stacks_in_254.gsheet--box.padding-False {
    padding: 0px; }
  #gsheet_box_stacks_in_254.gsheet--box.padding-True {
    padding: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_254.gsheet--box.margin-False {
    margin: 0px; }
  #gsheet_box_stacks_in_254.gsheet--box.margin-True {
    margin: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_254.gsheet--box.radius-False {
    border-radius: 5px; }
  #gsheet_box_stacks_in_254.gsheet--box.radius-True {
    border-radius: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_254.gsheet--box h1, #gsheet_box_stacks_in_254.gsheet--box h2, #gsheet_box_stacks_in_254.gsheet--box h3, #gsheet_box_stacks_in_254.gsheet--box h4, #gsheet_box_stacks_in_254.gsheet--box h5, #gsheet_box_stacks_in_254.gsheet--box h6 {
    color: rgba(255, 255, 255, 1.00); }
  #gsheet_box_stacks_in_254.gsheet--box a, #gsheet_box_stacks_in_254.gsheet--box a:visited {
    color: rgba(255, 255, 255, 1.00); }
  #gsheet_box_stacks_in_254.gsheet--box, #gsheet_box_stacks_in_254.gsheet--box p, #gsheet_box_stacks_in_254.gsheet--box span, #gsheet_box_stacks_in_254.gsheet--box blockquote, #gsheet_box_stacks_in_254.gsheet--box i {
    color: rgba(255, 255, 255, 0.60); }
  #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors {
    color: inherit; }
    #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors h1, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors h2, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors h3, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors h4, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors h5, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors h6, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors a, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors a:visitied, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors p, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors span, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors blockquote, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors i, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors .gsheet--text, #gsheet_box_stacks_in_254.gsheet--box.gsheet--box-inherit-colors .gsheet--icon {
      color: inherit !important; }
  #gsheet_box_stacks_in_254.gsheet--box .gsheet_box_ag_stacks_in_254 {
    display: none; }
  #gsheet_box_stacks_in_254.gsheet--box.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_box_stacks_in_254.gsheet--box.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_box_stacks_in_254.gsheet--box.position-absolute {
    position: absolute; }
  #gsheet_box_stacks_in_254.gsheet--box .gsheet--box.position-absolute {
    max-width: 100%; }
  #gsheet_box_stacks_in_254.gsheet--box.flow-direction--column {
    flex-direction: row;
    align-items: center; }
    #gsheet_box_stacks_in_254.gsheet--box.flow-direction--column.col-h-flow-right {
      justify-content: flex-end; }
    #gsheet_box_stacks_in_254.gsheet--box.flow-direction--column.col-h-flow-left {
      justify-content: flex-start; }
    #gsheet_box_stacks_in_254.gsheet--box.flow-direction--column.col-h-flow-center {
      justify-content: center; }
    #gsheet_box_stacks_in_254.gsheet--box.flow-direction--column.col-h-flow-split {
      justify-content: space-between; }
  #gsheet_box_stacks_in_254.gsheet--box.flow-direction--row {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
    #gsheet_box_stacks_in_254.gsheet--box.flow-direction--row.row-h-flow-right {
      align-items: flex-end; }
    #gsheet_box_stacks_in_254.gsheet--box.flow-direction--row.row-h-flow-left {
      align-items: flex-start; }
    #gsheet_box_stacks_in_254.gsheet--box.flow-direction--row.row-h-flow-center {
      align-items: center; }
    #gsheet_box_stacks_in_254.gsheet--box.flow-direction--row.row-h-flow-stretch {
      align-items: stretch; }

@media (max-width: 100px) {
  #gsheet_box_stacks_in_254.gsheet--box.flow-direction--column {
    flex-wrap: wrap; } }

/*  */
#gsheet_text_stacks_in_255 {
  display: block;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  font-size: 16px;
  line-height: 25.888000px; }
  #gsheet_text_stacks_in_255.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_text_stacks_in_255.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_text_stacks_in_255.margin-True {
    margin: 0px 0px 0px 10px; }
  #gsheet_text_stacks_in_255.margin-False {
    margin: 0px; }
  #gsheet_text_stacks_in_255.inherit-text-color {
    color: inherit !important; }
  #gsheet_text_stacks_in_255.gsheet-text--bold {
    font-weight: bold; }
  #gsheet_text_stacks_in_255.gsheet-text--italic {
    font-style: italic; }
  #gsheet_text_stacks_in_255.gsheet-text--underline {
    text-decoration: underline; }
  #gsheet_text_stacks_in_255.gsheet-text--strike {
    text-decoration: line-through; }
  #gsheet_text_stacks_in_255.gsheet-text--left {
    text-align: left; }
  #gsheet_text_stacks_in_255.gsheet-text--right {
    text-align: right; }
  #gsheet_text_stacks_in_255.gsheet-text--center {
    text-align: center; }
  #gsheet_text_stacks_in_255.gsheet-text--upper {
    text-align: inherit; }
#gsheet_text_stacks_in_257 {
  display: block;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  font-size: 22px;
  line-height: 35.596001px; }
  #gsheet_text_stacks_in_257.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_text_stacks_in_257.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_text_stacks_in_257.margin-True {
    margin: 0px 0px 0px 0px; }
  #gsheet_text_stacks_in_257.margin-False {
    margin: 0px; }
  #gsheet_text_stacks_in_257.inherit-text-color {
    color: inherit !important; }
  #gsheet_text_stacks_in_257.gsheet-text--bold {
    font-weight: bold; }
  #gsheet_text_stacks_in_257.gsheet-text--italic {
    font-style: italic; }
  #gsheet_text_stacks_in_257.gsheet-text--underline {
    text-decoration: underline; }
  #gsheet_text_stacks_in_257.gsheet-text--strike {
    text-decoration: line-through; }
  #gsheet_text_stacks_in_257.gsheet-text--left {
    text-align: left; }
  #gsheet_text_stacks_in_257.gsheet-text--right {
    text-align: right; }
  #gsheet_text_stacks_in_257.gsheet-text--center {
    text-align: center; }
  #gsheet_text_stacks_in_257.gsheet-text--upper {
    text-align: inherit; }
#gsheet_if_stacks_in_259 {
  display: flex;
  flex-wrap: inherit;
  align-items: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  box-sizing: border-box; }
  #gsheet_if_stacks_in_259.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
    #gsheet_if_stacks_in_259.fill-grow .conditional-content--true, #gsheet_if_stacks_in_259.fill-grow .conditional-content--false {
      width: 100%;
      flex: 0 1 auto; }
  #gsheet_if_stacks_in_259.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_if_stacks_in_259.condition-show {
    display: flex !important; }
  #gsheet_if_stacks_in_259.condition-hide {
    display: none !important; }
  #gsheet_if_stacks_in_259 .conditional-content--true, #gsheet_if_stacks_in_259 .conditional-content--false {
    display: flex;
    flex-wrap: inherit;
    align-items: inherit;
    flex-direction: inherit;
    justify-content: inherit; }
  #gsheet_if_stacks_in_259 .conditional-content--false {
    display: none; }
  #gsheet_if_stacks_in_259.conditional-content.conditional-content--false, #gsheet_if_stacks_in_259.conditional-content.conditional-content--true {
    display: flex; }
  #gsheet_if_stacks_in_259.conditional-content.content-show .conditional-content--true {
    display: flex !important; }
  #gsheet_if_stacks_in_259.conditional-content.content-show .conditional-content--false {
    display: none !important; }
  #gsheet_if_stacks_in_259.conditional-content.content-hide .conditional-content--true {
    display: none !important; }
  #gsheet_if_stacks_in_259.conditional-content.content-hide .conditional-content--false {
    display: flex !important; }
  #gsheet_if_stacks_in_259.opacity-true {
    opacity: 1; }
  #gsheet_if_stacks_in_259.opacity-false {
    opacity: 0.00; }
  #gsheet_if_stacks_in_259.colors-true.change-text h1, #gsheet_if_stacks_in_259.colors-true.change-text h2, #gsheet_if_stacks_in_259.colors-true.change-text h3, #gsheet_if_stacks_in_259.colors-true.change-text h4, #gsheet_if_stacks_in_259.colors-true.change-text h5, #gsheet_if_stacks_in_259.colors-true.change-text h6, #gsheet_if_stacks_in_259.colors-true.change-text p, #gsheet_if_stacks_in_259.colors-true.change-text span, #gsheet_if_stacks_in_259.colors-true.change-text .gsheet--text {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_259.colors-true.change-icon i.gsheet--icon {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_259.colors-true.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_259.colors-true.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_259.colors-true.change-background .gsheet--box {
    background: rgba(34, 139, 34, 1.00) !important; }
    #gsheet_if_stacks_in_259.colors-true.change-background .gsheet--box::before {
      display: none !important; }
  #gsheet_if_stacks_in_259.colors-true.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_259.colors-false.change-text h1, #gsheet_if_stacks_in_259.colors-false.change-text h2, #gsheet_if_stacks_in_259.colors-false.change-text h3, #gsheet_if_stacks_in_259.colors-false.change-text h4, #gsheet_if_stacks_in_259.colors-false.change-text h5, #gsheet_if_stacks_in_259.colors-false.change-text h6, #gsheet_if_stacks_in_259.colors-false.change-text p, #gsheet_if_stacks_in_259.colors-false.change-text span, #gsheet_if_stacks_in_259.colors-false.change-text .gsheet--text {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_259.colors-false.change-icon i.gsheet--icon {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_259.colors-false.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_259.colors-false.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_259.colors-false.change-background .gsheet--box, #gsheet_if_stacks_in_259.colors-false.change-background .gsheet--button {
    background: rgba(178, 34, 34, 1.00) !important; }
    #gsheet_if_stacks_in_259.colors-false.change-background .gsheet--box::before, #gsheet_if_stacks_in_259.colors-false.change-background .gsheet--button::before {
      display: none !important; }
  #gsheet_if_stacks_in_259.colors-false.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(178, 34, 34, 1.00) !important; }

/*  */




.stacks_in_345_override .accordion_label {
	color: #757575 !important;
	background: rgba(242, 242, 242, 1.00) !important;
	background-color: rgba(242, 242, 242, 1.00) !important;
}

.stacks_in_345_override > [class$=accordion_selectedarrow_icon] {
	color: #FFFFFF !important;
	background: rgba(61, 62, 78, 0.80) !important;
}

li.stacks_in_345_override:last-child > [class$=accordion_selectedarrow_icon] {
}

.stacks_in_345_override .accordion_content {
	background: rgba(255, 255, 255, 1.00) !important;
	color: #4D4D4D !important;
}



#gsheet_stacks_in_346 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex: 1 0 auto;
  overflow: visible;
  box-sizing: border-box;
  flex-direction: column;
  max-width: 800px; }
  #gsheet_stacks_in_346 .gsheet--tutorial {
    display: none; }
  #gsheet_stacks_in_346 .gsheet--data-notice {
    display: none; }
  #gsheet_stacks_in_346.repeated-rows .gsheet--individual {
    display: none; }
  #gsheet_stacks_in_346.cell-by-cell .gsheet--repeat {
    display: none; }
  #gsheet_stacks_in_346.show-search .gsheet--search {
    display: block; }

#gsheet_search_stacks_in_346.gsheet--search {
  display: none; }
  #gsheet_search_stacks_in_346.gsheet--search input {
    width: 100%;
    height: auto;
    line-height: 1;
    box-shadow: none;
    border-style: solid;
    outline: none !important;
    margin-bottom: px;
    color: ;
    background: ;
    font-size: px;
    border-radius: px;
    border-color: ;
    padding: px px;
    border-width: px px px px; }

#gsheet_repeat_stacks_in_346 {
  width: 100%;
  flex: 0 1 auto;
  overflow: visible;
  box-sizing: border-box; }
  #gsheet_repeat_stacks_in_346 .gsheet--grid {
    width: calc(100% + 3px);
    margin: 0 auto -3px auto;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: flex-start; }
    #gsheet_repeat_stacks_in_346 .gsheet--grid .gsheet--item {
      flex: 0 1 auto;
      padding-right: 3px;
      padding-bottom: 3px; }
      #gsheet_repeat_stacks_in_346 .gsheet--grid .gsheet--item.row-show {
        display: block; }
      #gsheet_repeat_stacks_in_346 .gsheet--grid .gsheet--item.row-hide {
        display: none; }

@media (min-width: 780px) {
  #gsheet_repeat_stacks_in_346 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

@media (max-width: 780px) {
  #gsheet_repeat_stacks_in_346 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

@media (max-width: 400px) {
  #gsheet_repeat_stacks_in_346 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

/*  */
#gsheet_if_stacks_in_347 {
  display: flex;
  flex-wrap: inherit;
  align-items: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  box-sizing: border-box; }
  #gsheet_if_stacks_in_347.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
    #gsheet_if_stacks_in_347.fill-grow .conditional-content--true, #gsheet_if_stacks_in_347.fill-grow .conditional-content--false {
      width: 100%;
      flex: 0 1 auto; }
  #gsheet_if_stacks_in_347.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_if_stacks_in_347.condition-show {
    display: flex !important; }
  #gsheet_if_stacks_in_347.condition-hide {
    display: none !important; }
  #gsheet_if_stacks_in_347 .conditional-content--true, #gsheet_if_stacks_in_347 .conditional-content--false {
    display: flex;
    flex-wrap: inherit;
    align-items: inherit;
    flex-direction: inherit;
    justify-content: inherit; }
  #gsheet_if_stacks_in_347 .conditional-content--false {
    display: none; }
  #gsheet_if_stacks_in_347.conditional-content.conditional-content--false, #gsheet_if_stacks_in_347.conditional-content.conditional-content--true {
    display: flex; }
  #gsheet_if_stacks_in_347.conditional-content.content-show .conditional-content--true {
    display: flex !important; }
  #gsheet_if_stacks_in_347.conditional-content.content-show .conditional-content--false {
    display: none !important; }
  #gsheet_if_stacks_in_347.conditional-content.content-hide .conditional-content--true {
    display: none !important; }
  #gsheet_if_stacks_in_347.conditional-content.content-hide .conditional-content--false {
    display: flex !important; }
  #gsheet_if_stacks_in_347.opacity-true {
    opacity: 1; }
  #gsheet_if_stacks_in_347.opacity-false {
    opacity: 0.5; }
  #gsheet_if_stacks_in_347.colors-true.change-text h1, #gsheet_if_stacks_in_347.colors-true.change-text h2, #gsheet_if_stacks_in_347.colors-true.change-text h3, #gsheet_if_stacks_in_347.colors-true.change-text h4, #gsheet_if_stacks_in_347.colors-true.change-text h5, #gsheet_if_stacks_in_347.colors-true.change-text h6, #gsheet_if_stacks_in_347.colors-true.change-text p, #gsheet_if_stacks_in_347.colors-true.change-text span, #gsheet_if_stacks_in_347.colors-true.change-text .gsheet--text {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_347.colors-true.change-icon i.gsheet--icon {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_347.colors-true.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_347.colors-true.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_347.colors-true.change-background .gsheet--box {
    background: rgba(34, 139, 34, 1.00) !important; }
    #gsheet_if_stacks_in_347.colors-true.change-background .gsheet--box::before {
      display: none !important; }
  #gsheet_if_stacks_in_347.colors-true.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_347.colors-false.change-text h1, #gsheet_if_stacks_in_347.colors-false.change-text h2, #gsheet_if_stacks_in_347.colors-false.change-text h3, #gsheet_if_stacks_in_347.colors-false.change-text h4, #gsheet_if_stacks_in_347.colors-false.change-text h5, #gsheet_if_stacks_in_347.colors-false.change-text h6, #gsheet_if_stacks_in_347.colors-false.change-text p, #gsheet_if_stacks_in_347.colors-false.change-text span, #gsheet_if_stacks_in_347.colors-false.change-text .gsheet--text {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_347.colors-false.change-icon i.gsheet--icon {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_347.colors-false.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_347.colors-false.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_347.colors-false.change-background .gsheet--box, #gsheet_if_stacks_in_347.colors-false.change-background .gsheet--button {
    background: rgba(178, 34, 34, 1.00) !important; }
    #gsheet_if_stacks_in_347.colors-false.change-background .gsheet--box::before, #gsheet_if_stacks_in_347.colors-false.change-background .gsheet--button::before {
      display: none !important; }
  #gsheet_if_stacks_in_347.colors-false.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(178, 34, 34, 1.00) !important; }

/*  */
@charset "UTF-8";
.com_weavium_stacks_Gsheet_Stack {
  overflow: visible !important; }

#gsheet_box_stacks_in_348.gsheet--box {
  display: flex;
  position: relative;
  overflow: hidden;
  border-style: solid;
  font-family: inherit;
  box-sizing: border-box;
  max-width: 50000px;
  min-width: 50px;
  min-height: 0px;
  border-color: rgba(0, 0, 0, 1.00);
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1.00); }
  #gsheet_box_stacks_in_348.gsheet--box.main-font-preset {
    font-family: "Montserrat", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_348.gsheet--box.main-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_348.gsheet--box.main-font-google {
    font-family: "", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_348.gsheet--box.main-bg-color {
    background: rgba(78, 80, 96, 1.00); }
    #gsheet_box_stacks_in_348.gsheet--box.main-bg-color::before {
      opacity: 0; }
  #gsheet_box_stacks_in_348.gsheet--box.main-bg-gradient-2 {
    background: linear-gradient(to bottom, rgba(131, 212, 122, 1.00), rgba(91, 193, 95, 1.00)); }
    #gsheet_box_stacks_in_348.gsheet--box.main-bg-gradient-2::before {
      opacity: 0; }
  #gsheet_box_stacks_in_348.gsheet--box.main-bg-gradient-3 {
    background: linear-gradient(to bottom, rgba(57, 62, 70, 1.00), rgba(92, 99, 110, 1.00), rgba(248, 181, 0, 1.00)); }
    #gsheet_box_stacks_in_348.gsheet--box.main-bg-gradient-3::before {
      opacity: 0; }
  #gsheet_box_stacks_in_348.gsheet--box.main-bg-image-ov-color {
    background: url() no-repeat center center;
    background-size: cover; }
    #gsheet_box_stacks_in_348.gsheet--box.main-bg-image-ov-color::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      background: rgba(0, 0, 0, 0.50); }
  #gsheet_box_stacks_in_348.gsheet--box.main-bg-image-ov-gradient {
    background: url() no-repeat center center;
    background-size: cover; }
    #gsheet_box_stacks_in_348.gsheet--box.main-bg-image-ov-gradient::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 1.00)); }
  #gsheet_box_stacks_in_348.gsheet--box.padding-False {
    padding: 0px; }
  #gsheet_box_stacks_in_348.gsheet--box.padding-True {
    padding: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_348.gsheet--box.margin-False {
    margin: 0px; }
  #gsheet_box_stacks_in_348.gsheet--box.margin-True {
    margin: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_348.gsheet--box.radius-False {
    border-radius: 5px; }
  #gsheet_box_stacks_in_348.gsheet--box.radius-True {
    border-radius: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_348.gsheet--box h1, #gsheet_box_stacks_in_348.gsheet--box h2, #gsheet_box_stacks_in_348.gsheet--box h3, #gsheet_box_stacks_in_348.gsheet--box h4, #gsheet_box_stacks_in_348.gsheet--box h5, #gsheet_box_stacks_in_348.gsheet--box h6 {
    color: rgba(255, 255, 255, 1.00); }
  #gsheet_box_stacks_in_348.gsheet--box a, #gsheet_box_stacks_in_348.gsheet--box a:visited {
    color: rgba(255, 255, 255, 1.00); }
  #gsheet_box_stacks_in_348.gsheet--box, #gsheet_box_stacks_in_348.gsheet--box p, #gsheet_box_stacks_in_348.gsheet--box span, #gsheet_box_stacks_in_348.gsheet--box blockquote, #gsheet_box_stacks_in_348.gsheet--box i {
    color: rgba(255, 255, 255, 0.60); }
  #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors {
    color: inherit; }
    #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors h1, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors h2, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors h3, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors h4, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors h5, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors h6, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors a, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors a:visitied, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors p, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors span, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors blockquote, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors i, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors .gsheet--text, #gsheet_box_stacks_in_348.gsheet--box.gsheet--box-inherit-colors .gsheet--icon {
      color: inherit !important; }
  #gsheet_box_stacks_in_348.gsheet--box .gsheet_box_ag_stacks_in_348 {
    display: none; }
  #gsheet_box_stacks_in_348.gsheet--box.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_box_stacks_in_348.gsheet--box.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_box_stacks_in_348.gsheet--box.position-absolute {
    position: absolute; }
  #gsheet_box_stacks_in_348.gsheet--box .gsheet--box.position-absolute {
    max-width: 100%; }
  #gsheet_box_stacks_in_348.gsheet--box.flow-direction--column {
    flex-direction: row;
    align-items: center; }
    #gsheet_box_stacks_in_348.gsheet--box.flow-direction--column.col-h-flow-right {
      justify-content: flex-end; }
    #gsheet_box_stacks_in_348.gsheet--box.flow-direction--column.col-h-flow-left {
      justify-content: flex-start; }
    #gsheet_box_stacks_in_348.gsheet--box.flow-direction--column.col-h-flow-center {
      justify-content: center; }
    #gsheet_box_stacks_in_348.gsheet--box.flow-direction--column.col-h-flow-split {
      justify-content: space-between; }
  #gsheet_box_stacks_in_348.gsheet--box.flow-direction--row {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
    #gsheet_box_stacks_in_348.gsheet--box.flow-direction--row.row-h-flow-right {
      align-items: flex-end; }
    #gsheet_box_stacks_in_348.gsheet--box.flow-direction--row.row-h-flow-left {
      align-items: flex-start; }
    #gsheet_box_stacks_in_348.gsheet--box.flow-direction--row.row-h-flow-center {
      align-items: center; }
    #gsheet_box_stacks_in_348.gsheet--box.flow-direction--row.row-h-flow-stretch {
      align-items: stretch; }

@media (max-width: 100px) {
  #gsheet_box_stacks_in_348.gsheet--box.flow-direction--column {
    flex-wrap: wrap; } }

/*  */
#gsheet_text_stacks_in_349 {
  display: block;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  font-size: 16px;
  line-height: 25.888000px; }
  #gsheet_text_stacks_in_349.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_text_stacks_in_349.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_text_stacks_in_349.margin-True {
    margin: 0px 0px 0px 10px; }
  #gsheet_text_stacks_in_349.margin-False {
    margin: 0px; }
  #gsheet_text_stacks_in_349.inherit-text-color {
    color: inherit !important; }
  #gsheet_text_stacks_in_349.gsheet-text--bold {
    font-weight: bold; }
  #gsheet_text_stacks_in_349.gsheet-text--italic {
    font-style: italic; }
  #gsheet_text_stacks_in_349.gsheet-text--underline {
    text-decoration: underline; }
  #gsheet_text_stacks_in_349.gsheet-text--strike {
    text-decoration: line-through; }
  #gsheet_text_stacks_in_349.gsheet-text--left {
    text-align: left; }
  #gsheet_text_stacks_in_349.gsheet-text--right {
    text-align: right; }
  #gsheet_text_stacks_in_349.gsheet-text--center {
    text-align: center; }
  #gsheet_text_stacks_in_349.gsheet-text--upper {
    text-align: inherit; }
#gsheet_text_stacks_in_351 {
  display: block;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  font-size: 22px;
  line-height: 35.596001px; }
  #gsheet_text_stacks_in_351.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_text_stacks_in_351.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_text_stacks_in_351.margin-True {
    margin: 0px 0px 0px 0px; }
  #gsheet_text_stacks_in_351.margin-False {
    margin: 0px; }
  #gsheet_text_stacks_in_351.inherit-text-color {
    color: inherit !important; }
  #gsheet_text_stacks_in_351.gsheet-text--bold {
    font-weight: bold; }
  #gsheet_text_stacks_in_351.gsheet-text--italic {
    font-style: italic; }
  #gsheet_text_stacks_in_351.gsheet-text--underline {
    text-decoration: underline; }
  #gsheet_text_stacks_in_351.gsheet-text--strike {
    text-decoration: line-through; }
  #gsheet_text_stacks_in_351.gsheet-text--left {
    text-align: left; }
  #gsheet_text_stacks_in_351.gsheet-text--right {
    text-align: right; }
  #gsheet_text_stacks_in_351.gsheet-text--center {
    text-align: center; }
  #gsheet_text_stacks_in_351.gsheet-text--upper {
    text-align: inherit; }
#gsheet_if_stacks_in_353 {
  display: flex;
  flex-wrap: inherit;
  align-items: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  box-sizing: border-box; }
  #gsheet_if_stacks_in_353.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
    #gsheet_if_stacks_in_353.fill-grow .conditional-content--true, #gsheet_if_stacks_in_353.fill-grow .conditional-content--false {
      width: 100%;
      flex: 0 1 auto; }
  #gsheet_if_stacks_in_353.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_if_stacks_in_353.condition-show {
    display: flex !important; }
  #gsheet_if_stacks_in_353.condition-hide {
    display: none !important; }
  #gsheet_if_stacks_in_353 .conditional-content--true, #gsheet_if_stacks_in_353 .conditional-content--false {
    display: flex;
    flex-wrap: inherit;
    align-items: inherit;
    flex-direction: inherit;
    justify-content: inherit; }
  #gsheet_if_stacks_in_353 .conditional-content--false {
    display: none; }
  #gsheet_if_stacks_in_353.conditional-content.conditional-content--false, #gsheet_if_stacks_in_353.conditional-content.conditional-content--true {
    display: flex; }
  #gsheet_if_stacks_in_353.conditional-content.content-show .conditional-content--true {
    display: flex !important; }
  #gsheet_if_stacks_in_353.conditional-content.content-show .conditional-content--false {
    display: none !important; }
  #gsheet_if_stacks_in_353.conditional-content.content-hide .conditional-content--true {
    display: none !important; }
  #gsheet_if_stacks_in_353.conditional-content.content-hide .conditional-content--false {
    display: flex !important; }
  #gsheet_if_stacks_in_353.opacity-true {
    opacity: 1; }
  #gsheet_if_stacks_in_353.opacity-false {
    opacity: 0.00; }
  #gsheet_if_stacks_in_353.colors-true.change-text h1, #gsheet_if_stacks_in_353.colors-true.change-text h2, #gsheet_if_stacks_in_353.colors-true.change-text h3, #gsheet_if_stacks_in_353.colors-true.change-text h4, #gsheet_if_stacks_in_353.colors-true.change-text h5, #gsheet_if_stacks_in_353.colors-true.change-text h6, #gsheet_if_stacks_in_353.colors-true.change-text p, #gsheet_if_stacks_in_353.colors-true.change-text span, #gsheet_if_stacks_in_353.colors-true.change-text .gsheet--text {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_353.colors-true.change-icon i.gsheet--icon {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_353.colors-true.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_353.colors-true.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_353.colors-true.change-background .gsheet--box {
    background: rgba(34, 139, 34, 1.00) !important; }
    #gsheet_if_stacks_in_353.colors-true.change-background .gsheet--box::before {
      display: none !important; }
  #gsheet_if_stacks_in_353.colors-true.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_353.colors-false.change-text h1, #gsheet_if_stacks_in_353.colors-false.change-text h2, #gsheet_if_stacks_in_353.colors-false.change-text h3, #gsheet_if_stacks_in_353.colors-false.change-text h4, #gsheet_if_stacks_in_353.colors-false.change-text h5, #gsheet_if_stacks_in_353.colors-false.change-text h6, #gsheet_if_stacks_in_353.colors-false.change-text p, #gsheet_if_stacks_in_353.colors-false.change-text span, #gsheet_if_stacks_in_353.colors-false.change-text .gsheet--text {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_353.colors-false.change-icon i.gsheet--icon {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_353.colors-false.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_353.colors-false.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_353.colors-false.change-background .gsheet--box, #gsheet_if_stacks_in_353.colors-false.change-background .gsheet--button {
    background: rgba(178, 34, 34, 1.00) !important; }
    #gsheet_if_stacks_in_353.colors-false.change-background .gsheet--box::before, #gsheet_if_stacks_in_353.colors-false.change-background .gsheet--button::before {
      display: none !important; }
  #gsheet_if_stacks_in_353.colors-false.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(178, 34, 34, 1.00) !important; }

/*  */



.stacks_in_385_override .accordion_label {
	color: #757575 !important;
	background: rgba(242, 242, 242, 1.00) !important;
	background-color: rgba(242, 242, 242, 1.00) !important;
}

.stacks_in_385_override > [class$=accordion_selectedarrow_icon] {
	color: #FFFFFF !important;
	background: rgba(61, 62, 78, 0.80) !important;
}

li.stacks_in_385_override:last-child > [class$=accordion_selectedarrow_icon] {
}

.stacks_in_385_override .accordion_content {
	background: rgba(255, 255, 255, 1.00) !important;
	color: #4D4D4D !important;
}



#gsheet_stacks_in_386 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex: 1 0 auto;
  overflow: visible;
  box-sizing: border-box;
  flex-direction: column;
  max-width: 800px; }
  #gsheet_stacks_in_386 .gsheet--tutorial {
    display: none; }
  #gsheet_stacks_in_386 .gsheet--data-notice {
    display: none; }
  #gsheet_stacks_in_386.repeated-rows .gsheet--individual {
    display: none; }
  #gsheet_stacks_in_386.cell-by-cell .gsheet--repeat {
    display: none; }
  #gsheet_stacks_in_386.show-search .gsheet--search {
    display: block; }

#gsheet_search_stacks_in_386.gsheet--search {
  display: none; }
  #gsheet_search_stacks_in_386.gsheet--search input {
    width: 100%;
    height: auto;
    line-height: 1;
    box-shadow: none;
    border-style: solid;
    outline: none !important;
    margin-bottom: px;
    color: ;
    background: ;
    font-size: px;
    border-radius: px;
    border-color: ;
    padding: px px;
    border-width: px px px px; }

#gsheet_repeat_stacks_in_386 {
  width: 100%;
  flex: 0 1 auto;
  overflow: visible;
  box-sizing: border-box; }
  #gsheet_repeat_stacks_in_386 .gsheet--grid {
    width: calc(100% + 3px);
    margin: 0 auto -3px auto;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: flex-start; }
    #gsheet_repeat_stacks_in_386 .gsheet--grid .gsheet--item {
      flex: 0 1 auto;
      padding-right: 3px;
      padding-bottom: 3px; }
      #gsheet_repeat_stacks_in_386 .gsheet--grid .gsheet--item.row-show {
        display: block; }
      #gsheet_repeat_stacks_in_386 .gsheet--grid .gsheet--item.row-hide {
        display: none; }

@media (min-width: 780px) {
  #gsheet_repeat_stacks_in_386 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

@media (max-width: 780px) {
  #gsheet_repeat_stacks_in_386 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

@media (max-width: 400px) {
  #gsheet_repeat_stacks_in_386 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

/*  */
#gsheet_if_stacks_in_387 {
  display: flex;
  flex-wrap: inherit;
  align-items: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  box-sizing: border-box; }
  #gsheet_if_stacks_in_387.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
    #gsheet_if_stacks_in_387.fill-grow .conditional-content--true, #gsheet_if_stacks_in_387.fill-grow .conditional-content--false {
      width: 100%;
      flex: 0 1 auto; }
  #gsheet_if_stacks_in_387.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_if_stacks_in_387.condition-show {
    display: flex !important; }
  #gsheet_if_stacks_in_387.condition-hide {
    display: none !important; }
  #gsheet_if_stacks_in_387 .conditional-content--true, #gsheet_if_stacks_in_387 .conditional-content--false {
    display: flex;
    flex-wrap: inherit;
    align-items: inherit;
    flex-direction: inherit;
    justify-content: inherit; }
  #gsheet_if_stacks_in_387 .conditional-content--false {
    display: none; }
  #gsheet_if_stacks_in_387.conditional-content.conditional-content--false, #gsheet_if_stacks_in_387.conditional-content.conditional-content--true {
    display: flex; }
  #gsheet_if_stacks_in_387.conditional-content.content-show .conditional-content--true {
    display: flex !important; }
  #gsheet_if_stacks_in_387.conditional-content.content-show .conditional-content--false {
    display: none !important; }
  #gsheet_if_stacks_in_387.conditional-content.content-hide .conditional-content--true {
    display: none !important; }
  #gsheet_if_stacks_in_387.conditional-content.content-hide .conditional-content--false {
    display: flex !important; }
  #gsheet_if_stacks_in_387.opacity-true {
    opacity: 1; }
  #gsheet_if_stacks_in_387.opacity-false {
    opacity: 0.5; }
  #gsheet_if_stacks_in_387.colors-true.change-text h1, #gsheet_if_stacks_in_387.colors-true.change-text h2, #gsheet_if_stacks_in_387.colors-true.change-text h3, #gsheet_if_stacks_in_387.colors-true.change-text h4, #gsheet_if_stacks_in_387.colors-true.change-text h5, #gsheet_if_stacks_in_387.colors-true.change-text h6, #gsheet_if_stacks_in_387.colors-true.change-text p, #gsheet_if_stacks_in_387.colors-true.change-text span, #gsheet_if_stacks_in_387.colors-true.change-text .gsheet--text {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_387.colors-true.change-icon i.gsheet--icon {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_387.colors-true.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_387.colors-true.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_387.colors-true.change-background .gsheet--box {
    background: rgba(34, 139, 34, 1.00) !important; }
    #gsheet_if_stacks_in_387.colors-true.change-background .gsheet--box::before {
      display: none !important; }
  #gsheet_if_stacks_in_387.colors-true.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_387.colors-false.change-text h1, #gsheet_if_stacks_in_387.colors-false.change-text h2, #gsheet_if_stacks_in_387.colors-false.change-text h3, #gsheet_if_stacks_in_387.colors-false.change-text h4, #gsheet_if_stacks_in_387.colors-false.change-text h5, #gsheet_if_stacks_in_387.colors-false.change-text h6, #gsheet_if_stacks_in_387.colors-false.change-text p, #gsheet_if_stacks_in_387.colors-false.change-text span, #gsheet_if_stacks_in_387.colors-false.change-text .gsheet--text {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_387.colors-false.change-icon i.gsheet--icon {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_387.colors-false.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_387.colors-false.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_387.colors-false.change-background .gsheet--box, #gsheet_if_stacks_in_387.colors-false.change-background .gsheet--button {
    background: rgba(178, 34, 34, 1.00) !important; }
    #gsheet_if_stacks_in_387.colors-false.change-background .gsheet--box::before, #gsheet_if_stacks_in_387.colors-false.change-background .gsheet--button::before {
      display: none !important; }
  #gsheet_if_stacks_in_387.colors-false.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(178, 34, 34, 1.00) !important; }

/*  */
@charset "UTF-8";
.com_weavium_stacks_Gsheet_Stack {
  overflow: visible !important; }

#gsheet_box_stacks_in_388.gsheet--box {
  display: flex;
  position: relative;
  overflow: hidden;
  border-style: solid;
  font-family: inherit;
  box-sizing: border-box;
  max-width: 50000px;
  min-width: 50px;
  min-height: 0px;
  border-color: rgba(0, 0, 0, 1.00);
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1.00); }
  #gsheet_box_stacks_in_388.gsheet--box.main-font-preset {
    font-family: "Montserrat", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_388.gsheet--box.main-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_388.gsheet--box.main-font-google {
    font-family: "", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_388.gsheet--box.main-bg-color {
    background: rgba(78, 80, 96, 1.00); }
    #gsheet_box_stacks_in_388.gsheet--box.main-bg-color::before {
      opacity: 0; }
  #gsheet_box_stacks_in_388.gsheet--box.main-bg-gradient-2 {
    background: linear-gradient(to bottom, rgba(131, 212, 122, 1.00), rgba(91, 193, 95, 1.00)); }
    #gsheet_box_stacks_in_388.gsheet--box.main-bg-gradient-2::before {
      opacity: 0; }
  #gsheet_box_stacks_in_388.gsheet--box.main-bg-gradient-3 {
    background: linear-gradient(to bottom, rgba(57, 62, 70, 1.00), rgba(92, 99, 110, 1.00), rgba(248, 181, 0, 1.00)); }
    #gsheet_box_stacks_in_388.gsheet--box.main-bg-gradient-3::before {
      opacity: 0; }
  #gsheet_box_stacks_in_388.gsheet--box.main-bg-image-ov-color {
    background: url() no-repeat center center;
    background-size: cover; }
    #gsheet_box_stacks_in_388.gsheet--box.main-bg-image-ov-color::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      background: rgba(0, 0, 0, 0.50); }
  #gsheet_box_stacks_in_388.gsheet--box.main-bg-image-ov-gradient {
    background: url() no-repeat center center;
    background-size: cover; }
    #gsheet_box_stacks_in_388.gsheet--box.main-bg-image-ov-gradient::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 1.00)); }
  #gsheet_box_stacks_in_388.gsheet--box.padding-False {
    padding: 0px; }
  #gsheet_box_stacks_in_388.gsheet--box.padding-True {
    padding: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_388.gsheet--box.margin-False {
    margin: 0px; }
  #gsheet_box_stacks_in_388.gsheet--box.margin-True {
    margin: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_388.gsheet--box.radius-False {
    border-radius: 5px; }
  #gsheet_box_stacks_in_388.gsheet--box.radius-True {
    border-radius: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_388.gsheet--box h1, #gsheet_box_stacks_in_388.gsheet--box h2, #gsheet_box_stacks_in_388.gsheet--box h3, #gsheet_box_stacks_in_388.gsheet--box h4, #gsheet_box_stacks_in_388.gsheet--box h5, #gsheet_box_stacks_in_388.gsheet--box h6 {
    color: rgba(255, 255, 255, 1.00); }
  #gsheet_box_stacks_in_388.gsheet--box a, #gsheet_box_stacks_in_388.gsheet--box a:visited {
    color: rgba(255, 255, 255, 1.00); }
  #gsheet_box_stacks_in_388.gsheet--box, #gsheet_box_stacks_in_388.gsheet--box p, #gsheet_box_stacks_in_388.gsheet--box span, #gsheet_box_stacks_in_388.gsheet--box blockquote, #gsheet_box_stacks_in_388.gsheet--box i {
    color: rgba(255, 255, 255, 0.60); }
  #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors {
    color: inherit; }
    #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors h1, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors h2, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors h3, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors h4, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors h5, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors h6, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors a, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors a:visitied, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors p, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors span, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors blockquote, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors i, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors .gsheet--text, #gsheet_box_stacks_in_388.gsheet--box.gsheet--box-inherit-colors .gsheet--icon {
      color: inherit !important; }
  #gsheet_box_stacks_in_388.gsheet--box .gsheet_box_ag_stacks_in_388 {
    display: none; }
  #gsheet_box_stacks_in_388.gsheet--box.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_box_stacks_in_388.gsheet--box.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_box_stacks_in_388.gsheet--box.position-absolute {
    position: absolute; }
  #gsheet_box_stacks_in_388.gsheet--box .gsheet--box.position-absolute {
    max-width: 100%; }
  #gsheet_box_stacks_in_388.gsheet--box.flow-direction--column {
    flex-direction: row;
    align-items: center; }
    #gsheet_box_stacks_in_388.gsheet--box.flow-direction--column.col-h-flow-right {
      justify-content: flex-end; }
    #gsheet_box_stacks_in_388.gsheet--box.flow-direction--column.col-h-flow-left {
      justify-content: flex-start; }
    #gsheet_box_stacks_in_388.gsheet--box.flow-direction--column.col-h-flow-center {
      justify-content: center; }
    #gsheet_box_stacks_in_388.gsheet--box.flow-direction--column.col-h-flow-split {
      justify-content: space-between; }
  #gsheet_box_stacks_in_388.gsheet--box.flow-direction--row {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
    #gsheet_box_stacks_in_388.gsheet--box.flow-direction--row.row-h-flow-right {
      align-items: flex-end; }
    #gsheet_box_stacks_in_388.gsheet--box.flow-direction--row.row-h-flow-left {
      align-items: flex-start; }
    #gsheet_box_stacks_in_388.gsheet--box.flow-direction--row.row-h-flow-center {
      align-items: center; }
    #gsheet_box_stacks_in_388.gsheet--box.flow-direction--row.row-h-flow-stretch {
      align-items: stretch; }

@media (max-width: 100px) {
  #gsheet_box_stacks_in_388.gsheet--box.flow-direction--column {
    flex-wrap: wrap; } }

/*  */
#gsheet_text_stacks_in_389 {
  display: block;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  font-size: 16px;
  line-height: 25.888000px; }
  #gsheet_text_stacks_in_389.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_text_stacks_in_389.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_text_stacks_in_389.margin-True {
    margin: 0px 0px 0px 10px; }
  #gsheet_text_stacks_in_389.margin-False {
    margin: 0px; }
  #gsheet_text_stacks_in_389.inherit-text-color {
    color: inherit !important; }
  #gsheet_text_stacks_in_389.gsheet-text--bold {
    font-weight: bold; }
  #gsheet_text_stacks_in_389.gsheet-text--italic {
    font-style: italic; }
  #gsheet_text_stacks_in_389.gsheet-text--underline {
    text-decoration: underline; }
  #gsheet_text_stacks_in_389.gsheet-text--strike {
    text-decoration: line-through; }
  #gsheet_text_stacks_in_389.gsheet-text--left {
    text-align: left; }
  #gsheet_text_stacks_in_389.gsheet-text--right {
    text-align: right; }
  #gsheet_text_stacks_in_389.gsheet-text--center {
    text-align: center; }
  #gsheet_text_stacks_in_389.gsheet-text--upper {
    text-align: inherit; }
#gsheet_text_stacks_in_391 {
  display: block;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  font-size: 22px;
  line-height: 35.596001px; }
  #gsheet_text_stacks_in_391.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_text_stacks_in_391.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_text_stacks_in_391.margin-True {
    margin: 0px 0px 0px 0px; }
  #gsheet_text_stacks_in_391.margin-False {
    margin: 0px; }
  #gsheet_text_stacks_in_391.inherit-text-color {
    color: inherit !important; }
  #gsheet_text_stacks_in_391.gsheet-text--bold {
    font-weight: bold; }
  #gsheet_text_stacks_in_391.gsheet-text--italic {
    font-style: italic; }
  #gsheet_text_stacks_in_391.gsheet-text--underline {
    text-decoration: underline; }
  #gsheet_text_stacks_in_391.gsheet-text--strike {
    text-decoration: line-through; }
  #gsheet_text_stacks_in_391.gsheet-text--left {
    text-align: left; }
  #gsheet_text_stacks_in_391.gsheet-text--right {
    text-align: right; }
  #gsheet_text_stacks_in_391.gsheet-text--center {
    text-align: center; }
  #gsheet_text_stacks_in_391.gsheet-text--upper {
    text-align: inherit; }
#gsheet_if_stacks_in_393 {
  display: flex;
  flex-wrap: inherit;
  align-items: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  box-sizing: border-box; }
  #gsheet_if_stacks_in_393.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
    #gsheet_if_stacks_in_393.fill-grow .conditional-content--true, #gsheet_if_stacks_in_393.fill-grow .conditional-content--false {
      width: 100%;
      flex: 0 1 auto; }
  #gsheet_if_stacks_in_393.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_if_stacks_in_393.condition-show {
    display: flex !important; }
  #gsheet_if_stacks_in_393.condition-hide {
    display: none !important; }
  #gsheet_if_stacks_in_393 .conditional-content--true, #gsheet_if_stacks_in_393 .conditional-content--false {
    display: flex;
    flex-wrap: inherit;
    align-items: inherit;
    flex-direction: inherit;
    justify-content: inherit; }
  #gsheet_if_stacks_in_393 .conditional-content--false {
    display: none; }
  #gsheet_if_stacks_in_393.conditional-content.conditional-content--false, #gsheet_if_stacks_in_393.conditional-content.conditional-content--true {
    display: flex; }
  #gsheet_if_stacks_in_393.conditional-content.content-show .conditional-content--true {
    display: flex !important; }
  #gsheet_if_stacks_in_393.conditional-content.content-show .conditional-content--false {
    display: none !important; }
  #gsheet_if_stacks_in_393.conditional-content.content-hide .conditional-content--true {
    display: none !important; }
  #gsheet_if_stacks_in_393.conditional-content.content-hide .conditional-content--false {
    display: flex !important; }
  #gsheet_if_stacks_in_393.opacity-true {
    opacity: 1; }
  #gsheet_if_stacks_in_393.opacity-false {
    opacity: 0.00; }
  #gsheet_if_stacks_in_393.colors-true.change-text h1, #gsheet_if_stacks_in_393.colors-true.change-text h2, #gsheet_if_stacks_in_393.colors-true.change-text h3, #gsheet_if_stacks_in_393.colors-true.change-text h4, #gsheet_if_stacks_in_393.colors-true.change-text h5, #gsheet_if_stacks_in_393.colors-true.change-text h6, #gsheet_if_stacks_in_393.colors-true.change-text p, #gsheet_if_stacks_in_393.colors-true.change-text span, #gsheet_if_stacks_in_393.colors-true.change-text .gsheet--text {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_393.colors-true.change-icon i.gsheet--icon {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_393.colors-true.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_393.colors-true.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_393.colors-true.change-background .gsheet--box {
    background: rgba(34, 139, 34, 1.00) !important; }
    #gsheet_if_stacks_in_393.colors-true.change-background .gsheet--box::before {
      display: none !important; }
  #gsheet_if_stacks_in_393.colors-true.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_393.colors-false.change-text h1, #gsheet_if_stacks_in_393.colors-false.change-text h2, #gsheet_if_stacks_in_393.colors-false.change-text h3, #gsheet_if_stacks_in_393.colors-false.change-text h4, #gsheet_if_stacks_in_393.colors-false.change-text h5, #gsheet_if_stacks_in_393.colors-false.change-text h6, #gsheet_if_stacks_in_393.colors-false.change-text p, #gsheet_if_stacks_in_393.colors-false.change-text span, #gsheet_if_stacks_in_393.colors-false.change-text .gsheet--text {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_393.colors-false.change-icon i.gsheet--icon {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_393.colors-false.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_393.colors-false.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_393.colors-false.change-background .gsheet--box, #gsheet_if_stacks_in_393.colors-false.change-background .gsheet--button {
    background: rgba(178, 34, 34, 1.00) !important; }
    #gsheet_if_stacks_in_393.colors-false.change-background .gsheet--box::before, #gsheet_if_stacks_in_393.colors-false.change-background .gsheet--button::before {
      display: none !important; }
  #gsheet_if_stacks_in_393.colors-false.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(178, 34, 34, 1.00) !important; }

/*  */



.stacks_in_198_override .accordion_label {
	color: #757575 !important;
	background: rgba(242, 242, 242, 1.00) !important;
	background-color: rgba(242, 242, 242, 1.00) !important;
}

.stacks_in_198_override > [class$=accordion_selectedarrow_icon] {
	color: #FFFFFF !important;
	background: rgba(61, 62, 78, 0.80) !important;
}

li.stacks_in_198_override:last-child > [class$=accordion_selectedarrow_icon] {
}

.stacks_in_198_override .accordion_content {
	background: rgba(255, 255, 255, 1.00) !important;
	color: #4D4D4D !important;
}



#gsheet_stacks_in_288 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex: 1 0 auto;
  overflow: visible;
  box-sizing: border-box;
  flex-direction: column;
  max-width: 800px; }
  #gsheet_stacks_in_288 .gsheet--tutorial {
    display: none; }
  #gsheet_stacks_in_288 .gsheet--data-notice {
    display: none; }
  #gsheet_stacks_in_288.repeated-rows .gsheet--individual {
    display: none; }
  #gsheet_stacks_in_288.cell-by-cell .gsheet--repeat {
    display: none; }
  #gsheet_stacks_in_288.show-search .gsheet--search {
    display: block; }

#gsheet_search_stacks_in_288.gsheet--search {
  display: none; }
  #gsheet_search_stacks_in_288.gsheet--search input {
    width: 100%;
    height: auto;
    line-height: 1;
    box-shadow: none;
    border-style: solid;
    outline: none !important;
    margin-bottom: px;
    color: ;
    background: ;
    font-size: px;
    border-radius: px;
    border-color: ;
    padding: px px;
    border-width: px px px px; }

#gsheet_repeat_stacks_in_288 {
  width: 100%;
  flex: 0 1 auto;
  overflow: visible;
  box-sizing: border-box; }
  #gsheet_repeat_stacks_in_288 .gsheet--grid {
    width: calc(100% + 3px);
    margin: 0 auto -3px auto;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: flex-start; }
    #gsheet_repeat_stacks_in_288 .gsheet--grid .gsheet--item {
      flex: 0 1 auto;
      padding-right: 3px;
      padding-bottom: 3px; }
      #gsheet_repeat_stacks_in_288 .gsheet--grid .gsheet--item.row-show {
        display: block; }
      #gsheet_repeat_stacks_in_288 .gsheet--grid .gsheet--item.row-hide {
        display: none; }

@media (min-width: 780px) {
  #gsheet_repeat_stacks_in_288 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

@media (max-width: 780px) {
  #gsheet_repeat_stacks_in_288 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

@media (max-width: 400px) {
  #gsheet_repeat_stacks_in_288 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

/*  */
#gsheet_if_stacks_in_289 {
  display: flex;
  flex-wrap: inherit;
  align-items: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  box-sizing: border-box; }
  #gsheet_if_stacks_in_289.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
    #gsheet_if_stacks_in_289.fill-grow .conditional-content--true, #gsheet_if_stacks_in_289.fill-grow .conditional-content--false {
      width: 100%;
      flex: 0 1 auto; }
  #gsheet_if_stacks_in_289.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_if_stacks_in_289.condition-show {
    display: flex !important; }
  #gsheet_if_stacks_in_289.condition-hide {
    display: none !important; }
  #gsheet_if_stacks_in_289 .conditional-content--true, #gsheet_if_stacks_in_289 .conditional-content--false {
    display: flex;
    flex-wrap: inherit;
    align-items: inherit;
    flex-direction: inherit;
    justify-content: inherit; }
  #gsheet_if_stacks_in_289 .conditional-content--false {
    display: none; }
  #gsheet_if_stacks_in_289.conditional-content.conditional-content--false, #gsheet_if_stacks_in_289.conditional-content.conditional-content--true {
    display: flex; }
  #gsheet_if_stacks_in_289.conditional-content.content-show .conditional-content--true {
    display: flex !important; }
  #gsheet_if_stacks_in_289.conditional-content.content-show .conditional-content--false {
    display: none !important; }
  #gsheet_if_stacks_in_289.conditional-content.content-hide .conditional-content--true {
    display: none !important; }
  #gsheet_if_stacks_in_289.conditional-content.content-hide .conditional-content--false {
    display: flex !important; }
  #gsheet_if_stacks_in_289.opacity-true {
    opacity: 1; }
  #gsheet_if_stacks_in_289.opacity-false {
    opacity: 0.5; }
  #gsheet_if_stacks_in_289.colors-true.change-text h1, #gsheet_if_stacks_in_289.colors-true.change-text h2, #gsheet_if_stacks_in_289.colors-true.change-text h3, #gsheet_if_stacks_in_289.colors-true.change-text h4, #gsheet_if_stacks_in_289.colors-true.change-text h5, #gsheet_if_stacks_in_289.colors-true.change-text h6, #gsheet_if_stacks_in_289.colors-true.change-text p, #gsheet_if_stacks_in_289.colors-true.change-text span, #gsheet_if_stacks_in_289.colors-true.change-text .gsheet--text {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_289.colors-true.change-icon i.gsheet--icon {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_289.colors-true.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_289.colors-true.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_289.colors-true.change-background .gsheet--box {
    background: rgba(34, 139, 34, 1.00) !important; }
    #gsheet_if_stacks_in_289.colors-true.change-background .gsheet--box::before {
      display: none !important; }
  #gsheet_if_stacks_in_289.colors-true.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_289.colors-false.change-text h1, #gsheet_if_stacks_in_289.colors-false.change-text h2, #gsheet_if_stacks_in_289.colors-false.change-text h3, #gsheet_if_stacks_in_289.colors-false.change-text h4, #gsheet_if_stacks_in_289.colors-false.change-text h5, #gsheet_if_stacks_in_289.colors-false.change-text h6, #gsheet_if_stacks_in_289.colors-false.change-text p, #gsheet_if_stacks_in_289.colors-false.change-text span, #gsheet_if_stacks_in_289.colors-false.change-text .gsheet--text {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_289.colors-false.change-icon i.gsheet--icon {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_289.colors-false.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_289.colors-false.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_289.colors-false.change-background .gsheet--box, #gsheet_if_stacks_in_289.colors-false.change-background .gsheet--button {
    background: rgba(178, 34, 34, 1.00) !important; }
    #gsheet_if_stacks_in_289.colors-false.change-background .gsheet--box::before, #gsheet_if_stacks_in_289.colors-false.change-background .gsheet--button::before {
      display: none !important; }
  #gsheet_if_stacks_in_289.colors-false.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(178, 34, 34, 1.00) !important; }

/*  */
@charset "UTF-8";
.com_weavium_stacks_Gsheet_Stack {
  overflow: visible !important; }

#gsheet_box_stacks_in_290.gsheet--box {
  display: flex;
  position: relative;
  overflow: hidden;
  border-style: solid;
  font-family: inherit;
  box-sizing: border-box;
  max-width: 50000px;
  min-width: 50px;
  min-height: 0px;
  border-color: rgba(0, 0, 0, 1.00);
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1.00); }
  #gsheet_box_stacks_in_290.gsheet--box.main-font-preset {
    font-family: "Montserrat", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_290.gsheet--box.main-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_290.gsheet--box.main-font-google {
    font-family: "", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_290.gsheet--box.main-bg-color {
    background: rgba(78, 80, 96, 1.00); }
    #gsheet_box_stacks_in_290.gsheet--box.main-bg-color::before {
      opacity: 0; }
  #gsheet_box_stacks_in_290.gsheet--box.main-bg-gradient-2 {
    background: linear-gradient(to bottom, rgba(131, 212, 122, 1.00), rgba(91, 193, 95, 1.00)); }
    #gsheet_box_stacks_in_290.gsheet--box.main-bg-gradient-2::before {
      opacity: 0; }
  #gsheet_box_stacks_in_290.gsheet--box.main-bg-gradient-3 {
    background: linear-gradient(to bottom, rgba(57, 62, 70, 1.00), rgba(92, 99, 110, 1.00), rgba(248, 181, 0, 1.00)); }
    #gsheet_box_stacks_in_290.gsheet--box.main-bg-gradient-3::before {
      opacity: 0; }
  #gsheet_box_stacks_in_290.gsheet--box.main-bg-image-ov-color {
    background: url() no-repeat center center;
    background-size: cover; }
    #gsheet_box_stacks_in_290.gsheet--box.main-bg-image-ov-color::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      background: rgba(0, 0, 0, 0.50); }
  #gsheet_box_stacks_in_290.gsheet--box.main-bg-image-ov-gradient {
    background: url() no-repeat center center;
    background-size: cover; }
    #gsheet_box_stacks_in_290.gsheet--box.main-bg-image-ov-gradient::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 1.00)); }
  #gsheet_box_stacks_in_290.gsheet--box.padding-False {
    padding: 0px; }
  #gsheet_box_stacks_in_290.gsheet--box.padding-True {
    padding: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_290.gsheet--box.margin-False {
    margin: 0px; }
  #gsheet_box_stacks_in_290.gsheet--box.margin-True {
    margin: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_290.gsheet--box.radius-False {
    border-radius: 5px; }
  #gsheet_box_stacks_in_290.gsheet--box.radius-True {
    border-radius: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_290.gsheet--box h1, #gsheet_box_stacks_in_290.gsheet--box h2, #gsheet_box_stacks_in_290.gsheet--box h3, #gsheet_box_stacks_in_290.gsheet--box h4, #gsheet_box_stacks_in_290.gsheet--box h5, #gsheet_box_stacks_in_290.gsheet--box h6 {
    color: rgba(255, 255, 255, 1.00); }
  #gsheet_box_stacks_in_290.gsheet--box a, #gsheet_box_stacks_in_290.gsheet--box a:visited {
    color: rgba(255, 255, 255, 1.00); }
  #gsheet_box_stacks_in_290.gsheet--box, #gsheet_box_stacks_in_290.gsheet--box p, #gsheet_box_stacks_in_290.gsheet--box span, #gsheet_box_stacks_in_290.gsheet--box blockquote, #gsheet_box_stacks_in_290.gsheet--box i {
    color: rgba(255, 255, 255, 0.60); }
  #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors {
    color: inherit; }
    #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors h1, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors h2, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors h3, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors h4, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors h5, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors h6, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors a, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors a:visitied, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors p, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors span, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors blockquote, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors i, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors .gsheet--text, #gsheet_box_stacks_in_290.gsheet--box.gsheet--box-inherit-colors .gsheet--icon {
      color: inherit !important; }
  #gsheet_box_stacks_in_290.gsheet--box .gsheet_box_ag_stacks_in_290 {
    display: none; }
  #gsheet_box_stacks_in_290.gsheet--box.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_box_stacks_in_290.gsheet--box.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_box_stacks_in_290.gsheet--box.position-absolute {
    position: absolute; }
  #gsheet_box_stacks_in_290.gsheet--box .gsheet--box.position-absolute {
    max-width: 100%; }
  #gsheet_box_stacks_in_290.gsheet--box.flow-direction--column {
    flex-direction: row;
    align-items: center; }
    #gsheet_box_stacks_in_290.gsheet--box.flow-direction--column.col-h-flow-right {
      justify-content: flex-end; }
    #gsheet_box_stacks_in_290.gsheet--box.flow-direction--column.col-h-flow-left {
      justify-content: flex-start; }
    #gsheet_box_stacks_in_290.gsheet--box.flow-direction--column.col-h-flow-center {
      justify-content: center; }
    #gsheet_box_stacks_in_290.gsheet--box.flow-direction--column.col-h-flow-split {
      justify-content: space-between; }
  #gsheet_box_stacks_in_290.gsheet--box.flow-direction--row {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
    #gsheet_box_stacks_in_290.gsheet--box.flow-direction--row.row-h-flow-right {
      align-items: flex-end; }
    #gsheet_box_stacks_in_290.gsheet--box.flow-direction--row.row-h-flow-left {
      align-items: flex-start; }
    #gsheet_box_stacks_in_290.gsheet--box.flow-direction--row.row-h-flow-center {
      align-items: center; }
    #gsheet_box_stacks_in_290.gsheet--box.flow-direction--row.row-h-flow-stretch {
      align-items: stretch; }

@media (max-width: 100px) {
  #gsheet_box_stacks_in_290.gsheet--box.flow-direction--column {
    flex-wrap: wrap; } }

/*  */
#gsheet_text_stacks_in_291 {
  display: block;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  font-size: 16px;
  line-height: 25.888000px; }
  #gsheet_text_stacks_in_291.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_text_stacks_in_291.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_text_stacks_in_291.margin-True {
    margin: 0px 0px 0px 10px; }
  #gsheet_text_stacks_in_291.margin-False {
    margin: 0px; }
  #gsheet_text_stacks_in_291.inherit-text-color {
    color: inherit !important; }
  #gsheet_text_stacks_in_291.gsheet-text--bold {
    font-weight: bold; }
  #gsheet_text_stacks_in_291.gsheet-text--italic {
    font-style: italic; }
  #gsheet_text_stacks_in_291.gsheet-text--underline {
    text-decoration: underline; }
  #gsheet_text_stacks_in_291.gsheet-text--strike {
    text-decoration: line-through; }
  #gsheet_text_stacks_in_291.gsheet-text--left {
    text-align: left; }
  #gsheet_text_stacks_in_291.gsheet-text--right {
    text-align: right; }
  #gsheet_text_stacks_in_291.gsheet-text--center {
    text-align: center; }
  #gsheet_text_stacks_in_291.gsheet-text--upper {
    text-align: inherit; }
#gsheet_text_stacks_in_293 {
  display: block;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  font-size: 22px;
  line-height: 35.596001px; }
  #gsheet_text_stacks_in_293.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_text_stacks_in_293.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_text_stacks_in_293.margin-True {
    margin: 0px 0px 0px 0px; }
  #gsheet_text_stacks_in_293.margin-False {
    margin: 0px; }
  #gsheet_text_stacks_in_293.inherit-text-color {
    color: inherit !important; }
  #gsheet_text_stacks_in_293.gsheet-text--bold {
    font-weight: bold; }
  #gsheet_text_stacks_in_293.gsheet-text--italic {
    font-style: italic; }
  #gsheet_text_stacks_in_293.gsheet-text--underline {
    text-decoration: underline; }
  #gsheet_text_stacks_in_293.gsheet-text--strike {
    text-decoration: line-through; }
  #gsheet_text_stacks_in_293.gsheet-text--left {
    text-align: left; }
  #gsheet_text_stacks_in_293.gsheet-text--right {
    text-align: right; }
  #gsheet_text_stacks_in_293.gsheet-text--center {
    text-align: center; }
  #gsheet_text_stacks_in_293.gsheet-text--upper {
    text-align: inherit; }
#gsheet_if_stacks_in_295 {
  display: flex;
  flex-wrap: inherit;
  align-items: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  box-sizing: border-box; }
  #gsheet_if_stacks_in_295.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
    #gsheet_if_stacks_in_295.fill-grow .conditional-content--true, #gsheet_if_stacks_in_295.fill-grow .conditional-content--false {
      width: 100%;
      flex: 0 1 auto; }
  #gsheet_if_stacks_in_295.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_if_stacks_in_295.condition-show {
    display: flex !important; }
  #gsheet_if_stacks_in_295.condition-hide {
    display: none !important; }
  #gsheet_if_stacks_in_295 .conditional-content--true, #gsheet_if_stacks_in_295 .conditional-content--false {
    display: flex;
    flex-wrap: inherit;
    align-items: inherit;
    flex-direction: inherit;
    justify-content: inherit; }
  #gsheet_if_stacks_in_295 .conditional-content--false {
    display: none; }
  #gsheet_if_stacks_in_295.conditional-content.conditional-content--false, #gsheet_if_stacks_in_295.conditional-content.conditional-content--true {
    display: flex; }
  #gsheet_if_stacks_in_295.conditional-content.content-show .conditional-content--true {
    display: flex !important; }
  #gsheet_if_stacks_in_295.conditional-content.content-show .conditional-content--false {
    display: none !important; }
  #gsheet_if_stacks_in_295.conditional-content.content-hide .conditional-content--true {
    display: none !important; }
  #gsheet_if_stacks_in_295.conditional-content.content-hide .conditional-content--false {
    display: flex !important; }
  #gsheet_if_stacks_in_295.opacity-true {
    opacity: 1; }
  #gsheet_if_stacks_in_295.opacity-false {
    opacity: 0.00; }
  #gsheet_if_stacks_in_295.colors-true.change-text h1, #gsheet_if_stacks_in_295.colors-true.change-text h2, #gsheet_if_stacks_in_295.colors-true.change-text h3, #gsheet_if_stacks_in_295.colors-true.change-text h4, #gsheet_if_stacks_in_295.colors-true.change-text h5, #gsheet_if_stacks_in_295.colors-true.change-text h6, #gsheet_if_stacks_in_295.colors-true.change-text p, #gsheet_if_stacks_in_295.colors-true.change-text span, #gsheet_if_stacks_in_295.colors-true.change-text .gsheet--text {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_295.colors-true.change-icon i.gsheet--icon {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_295.colors-true.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_295.colors-true.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_295.colors-true.change-background .gsheet--box {
    background: rgba(34, 139, 34, 1.00) !important; }
    #gsheet_if_stacks_in_295.colors-true.change-background .gsheet--box::before {
      display: none !important; }
  #gsheet_if_stacks_in_295.colors-true.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_295.colors-false.change-text h1, #gsheet_if_stacks_in_295.colors-false.change-text h2, #gsheet_if_stacks_in_295.colors-false.change-text h3, #gsheet_if_stacks_in_295.colors-false.change-text h4, #gsheet_if_stacks_in_295.colors-false.change-text h5, #gsheet_if_stacks_in_295.colors-false.change-text h6, #gsheet_if_stacks_in_295.colors-false.change-text p, #gsheet_if_stacks_in_295.colors-false.change-text span, #gsheet_if_stacks_in_295.colors-false.change-text .gsheet--text {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_295.colors-false.change-icon i.gsheet--icon {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_295.colors-false.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_295.colors-false.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_295.colors-false.change-background .gsheet--box, #gsheet_if_stacks_in_295.colors-false.change-background .gsheet--button {
    background: rgba(178, 34, 34, 1.00) !important; }
    #gsheet_if_stacks_in_295.colors-false.change-background .gsheet--box::before, #gsheet_if_stacks_in_295.colors-false.change-background .gsheet--button::before {
      display: none !important; }
  #gsheet_if_stacks_in_295.colors-false.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(178, 34, 34, 1.00) !important; }

/*  */



.stacks_in_325_override .accordion_label {
	color: #757575 !important;
	background: rgba(242, 242, 242, 1.00) !important;
	background-color: rgba(242, 242, 242, 1.00) !important;
}

.stacks_in_325_override > [class$=accordion_selectedarrow_icon] {
	color: #FFFFFF !important;
	background: rgba(61, 62, 78, 0.80) !important;
}

li.stacks_in_325_override:last-child > [class$=accordion_selectedarrow_icon] {
}

.stacks_in_325_override .accordion_content {
	background: rgba(255, 255, 255, 1.00) !important;
	color: #4D4D4D !important;
}



#gsheet_stacks_in_326 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex: 1 0 auto;
  overflow: visible;
  box-sizing: border-box;
  flex-direction: column;
  max-width: 800px; }
  #gsheet_stacks_in_326 .gsheet--tutorial {
    display: none; }
  #gsheet_stacks_in_326 .gsheet--data-notice {
    display: none; }
  #gsheet_stacks_in_326.repeated-rows .gsheet--individual {
    display: none; }
  #gsheet_stacks_in_326.cell-by-cell .gsheet--repeat {
    display: none; }
  #gsheet_stacks_in_326.show-search .gsheet--search {
    display: block; }

#gsheet_search_stacks_in_326.gsheet--search {
  display: none; }
  #gsheet_search_stacks_in_326.gsheet--search input {
    width: 100%;
    height: auto;
    line-height: 1;
    box-shadow: none;
    border-style: solid;
    outline: none !important;
    margin-bottom: px;
    color: ;
    background: ;
    font-size: px;
    border-radius: px;
    border-color: ;
    padding: px px;
    border-width: px px px px; }

#gsheet_repeat_stacks_in_326 {
  width: 100%;
  flex: 0 1 auto;
  overflow: visible;
  box-sizing: border-box; }
  #gsheet_repeat_stacks_in_326 .gsheet--grid {
    width: calc(100% + 3px);
    margin: 0 auto -3px auto;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: flex-start; }
    #gsheet_repeat_stacks_in_326 .gsheet--grid .gsheet--item {
      flex: 0 1 auto;
      padding-right: 3px;
      padding-bottom: 3px; }
      #gsheet_repeat_stacks_in_326 .gsheet--grid .gsheet--item.row-show {
        display: block; }
      #gsheet_repeat_stacks_in_326 .gsheet--grid .gsheet--item.row-hide {
        display: none; }

@media (min-width: 780px) {
  #gsheet_repeat_stacks_in_326 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

@media (max-width: 780px) {
  #gsheet_repeat_stacks_in_326 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

@media (max-width: 400px) {
  #gsheet_repeat_stacks_in_326 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

/*  */
#gsheet_if_stacks_in_327 {
  display: flex;
  flex-wrap: inherit;
  align-items: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  box-sizing: border-box; }
  #gsheet_if_stacks_in_327.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
    #gsheet_if_stacks_in_327.fill-grow .conditional-content--true, #gsheet_if_stacks_in_327.fill-grow .conditional-content--false {
      width: 100%;
      flex: 0 1 auto; }
  #gsheet_if_stacks_in_327.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_if_stacks_in_327.condition-show {
    display: flex !important; }
  #gsheet_if_stacks_in_327.condition-hide {
    display: none !important; }
  #gsheet_if_stacks_in_327 .conditional-content--true, #gsheet_if_stacks_in_327 .conditional-content--false {
    display: flex;
    flex-wrap: inherit;
    align-items: inherit;
    flex-direction: inherit;
    justify-content: inherit; }
  #gsheet_if_stacks_in_327 .conditional-content--false {
    display: none; }
  #gsheet_if_stacks_in_327.conditional-content.conditional-content--false, #gsheet_if_stacks_in_327.conditional-content.conditional-content--true {
    display: flex; }
  #gsheet_if_stacks_in_327.conditional-content.content-show .conditional-content--true {
    display: flex !important; }
  #gsheet_if_stacks_in_327.conditional-content.content-show .conditional-content--false {
    display: none !important; }
  #gsheet_if_stacks_in_327.conditional-content.content-hide .conditional-content--true {
    display: none !important; }
  #gsheet_if_stacks_in_327.conditional-content.content-hide .conditional-content--false {
    display: flex !important; }
  #gsheet_if_stacks_in_327.opacity-true {
    opacity: 1; }
  #gsheet_if_stacks_in_327.opacity-false {
    opacity: 0.5; }
  #gsheet_if_stacks_in_327.colors-true.change-text h1, #gsheet_if_stacks_in_327.colors-true.change-text h2, #gsheet_if_stacks_in_327.colors-true.change-text h3, #gsheet_if_stacks_in_327.colors-true.change-text h4, #gsheet_if_stacks_in_327.colors-true.change-text h5, #gsheet_if_stacks_in_327.colors-true.change-text h6, #gsheet_if_stacks_in_327.colors-true.change-text p, #gsheet_if_stacks_in_327.colors-true.change-text span, #gsheet_if_stacks_in_327.colors-true.change-text .gsheet--text {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_327.colors-true.change-icon i.gsheet--icon {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_327.colors-true.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_327.colors-true.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_327.colors-true.change-background .gsheet--box {
    background: rgba(34, 139, 34, 1.00) !important; }
    #gsheet_if_stacks_in_327.colors-true.change-background .gsheet--box::before {
      display: none !important; }
  #gsheet_if_stacks_in_327.colors-true.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_327.colors-false.change-text h1, #gsheet_if_stacks_in_327.colors-false.change-text h2, #gsheet_if_stacks_in_327.colors-false.change-text h3, #gsheet_if_stacks_in_327.colors-false.change-text h4, #gsheet_if_stacks_in_327.colors-false.change-text h5, #gsheet_if_stacks_in_327.colors-false.change-text h6, #gsheet_if_stacks_in_327.colors-false.change-text p, #gsheet_if_stacks_in_327.colors-false.change-text span, #gsheet_if_stacks_in_327.colors-false.change-text .gsheet--text {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_327.colors-false.change-icon i.gsheet--icon {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_327.colors-false.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_327.colors-false.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_327.colors-false.change-background .gsheet--box, #gsheet_if_stacks_in_327.colors-false.change-background .gsheet--button {
    background: rgba(178, 34, 34, 1.00) !important; }
    #gsheet_if_stacks_in_327.colors-false.change-background .gsheet--box::before, #gsheet_if_stacks_in_327.colors-false.change-background .gsheet--button::before {
      display: none !important; }
  #gsheet_if_stacks_in_327.colors-false.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(178, 34, 34, 1.00) !important; }

/*  */
@charset "UTF-8";
.com_weavium_stacks_Gsheet_Stack {
  overflow: visible !important; }

#gsheet_box_stacks_in_328.gsheet--box {
  display: flex;
  position: relative;
  overflow: hidden;
  border-style: solid;
  font-family: inherit;
  box-sizing: border-box;
  max-width: 50000px;
  min-width: 50px;
  min-height: 0px;
  border-color: rgba(0, 0, 0, 1.00);
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1.00); }
  #gsheet_box_stacks_in_328.gsheet--box.main-font-preset {
    font-family: "Montserrat", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_328.gsheet--box.main-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_328.gsheet--box.main-font-google {
    font-family: "", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_328.gsheet--box.main-bg-color {
    background: rgba(78, 80, 96, 1.00); }
    #gsheet_box_stacks_in_328.gsheet--box.main-bg-color::before {
      opacity: 0; }
  #gsheet_box_stacks_in_328.gsheet--box.main-bg-gradient-2 {
    background: linear-gradient(to bottom, rgba(131, 212, 122, 1.00), rgba(91, 193, 95, 1.00)); }
    #gsheet_box_stacks_in_328.gsheet--box.main-bg-gradient-2::before {
      opacity: 0; }
  #gsheet_box_stacks_in_328.gsheet--box.main-bg-gradient-3 {
    background: linear-gradient(to bottom, rgba(57, 62, 70, 1.00), rgba(92, 99, 110, 1.00), rgba(248, 181, 0, 1.00)); }
    #gsheet_box_stacks_in_328.gsheet--box.main-bg-gradient-3::before {
      opacity: 0; }
  #gsheet_box_stacks_in_328.gsheet--box.main-bg-image-ov-color {
    background: url() no-repeat center center;
    background-size: cover; }
    #gsheet_box_stacks_in_328.gsheet--box.main-bg-image-ov-color::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      background: rgba(0, 0, 0, 0.50); }
  #gsheet_box_stacks_in_328.gsheet--box.main-bg-image-ov-gradient {
    background: url() no-repeat center center;
    background-size: cover; }
    #gsheet_box_stacks_in_328.gsheet--box.main-bg-image-ov-gradient::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 1.00)); }
  #gsheet_box_stacks_in_328.gsheet--box.padding-False {
    padding: 0px; }
  #gsheet_box_stacks_in_328.gsheet--box.padding-True {
    padding: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_328.gsheet--box.margin-False {
    margin: 0px; }
  #gsheet_box_stacks_in_328.gsheet--box.margin-True {
    margin: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_328.gsheet--box.radius-False {
    border-radius: 5px; }
  #gsheet_box_stacks_in_328.gsheet--box.radius-True {
    border-radius: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_328.gsheet--box h1, #gsheet_box_stacks_in_328.gsheet--box h2, #gsheet_box_stacks_in_328.gsheet--box h3, #gsheet_box_stacks_in_328.gsheet--box h4, #gsheet_box_stacks_in_328.gsheet--box h5, #gsheet_box_stacks_in_328.gsheet--box h6 {
    color: rgba(255, 255, 255, 1.00); }
  #gsheet_box_stacks_in_328.gsheet--box a, #gsheet_box_stacks_in_328.gsheet--box a:visited {
    color: rgba(255, 255, 255, 1.00); }
  #gsheet_box_stacks_in_328.gsheet--box, #gsheet_box_stacks_in_328.gsheet--box p, #gsheet_box_stacks_in_328.gsheet--box span, #gsheet_box_stacks_in_328.gsheet--box blockquote, #gsheet_box_stacks_in_328.gsheet--box i {
    color: rgba(255, 255, 255, 0.60); }
  #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors {
    color: inherit; }
    #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors h1, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors h2, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors h3, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors h4, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors h5, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors h6, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors a, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors a:visitied, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors p, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors span, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors blockquote, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors i, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors .gsheet--text, #gsheet_box_stacks_in_328.gsheet--box.gsheet--box-inherit-colors .gsheet--icon {
      color: inherit !important; }
  #gsheet_box_stacks_in_328.gsheet--box .gsheet_box_ag_stacks_in_328 {
    display: none; }
  #gsheet_box_stacks_in_328.gsheet--box.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_box_stacks_in_328.gsheet--box.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_box_stacks_in_328.gsheet--box.position-absolute {
    position: absolute; }
  #gsheet_box_stacks_in_328.gsheet--box .gsheet--box.position-absolute {
    max-width: 100%; }
  #gsheet_box_stacks_in_328.gsheet--box.flow-direction--column {
    flex-direction: row;
    align-items: center; }
    #gsheet_box_stacks_in_328.gsheet--box.flow-direction--column.col-h-flow-right {
      justify-content: flex-end; }
    #gsheet_box_stacks_in_328.gsheet--box.flow-direction--column.col-h-flow-left {
      justify-content: flex-start; }
    #gsheet_box_stacks_in_328.gsheet--box.flow-direction--column.col-h-flow-center {
      justify-content: center; }
    #gsheet_box_stacks_in_328.gsheet--box.flow-direction--column.col-h-flow-split {
      justify-content: space-between; }
  #gsheet_box_stacks_in_328.gsheet--box.flow-direction--row {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
    #gsheet_box_stacks_in_328.gsheet--box.flow-direction--row.row-h-flow-right {
      align-items: flex-end; }
    #gsheet_box_stacks_in_328.gsheet--box.flow-direction--row.row-h-flow-left {
      align-items: flex-start; }
    #gsheet_box_stacks_in_328.gsheet--box.flow-direction--row.row-h-flow-center {
      align-items: center; }
    #gsheet_box_stacks_in_328.gsheet--box.flow-direction--row.row-h-flow-stretch {
      align-items: stretch; }

@media (max-width: 100px) {
  #gsheet_box_stacks_in_328.gsheet--box.flow-direction--column {
    flex-wrap: wrap; } }

/*  */
#gsheet_text_stacks_in_329 {
  display: block;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  font-size: 16px;
  line-height: 25.888000px; }
  #gsheet_text_stacks_in_329.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_text_stacks_in_329.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_text_stacks_in_329.margin-True {
    margin: 0px 0px 0px 10px; }
  #gsheet_text_stacks_in_329.margin-False {
    margin: 0px; }
  #gsheet_text_stacks_in_329.inherit-text-color {
    color: inherit !important; }
  #gsheet_text_stacks_in_329.gsheet-text--bold {
    font-weight: bold; }
  #gsheet_text_stacks_in_329.gsheet-text--italic {
    font-style: italic; }
  #gsheet_text_stacks_in_329.gsheet-text--underline {
    text-decoration: underline; }
  #gsheet_text_stacks_in_329.gsheet-text--strike {
    text-decoration: line-through; }
  #gsheet_text_stacks_in_329.gsheet-text--left {
    text-align: left; }
  #gsheet_text_stacks_in_329.gsheet-text--right {
    text-align: right; }
  #gsheet_text_stacks_in_329.gsheet-text--center {
    text-align: center; }
  #gsheet_text_stacks_in_329.gsheet-text--upper {
    text-align: inherit; }
#gsheet_text_stacks_in_331 {
  display: block;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  font-size: 22px;
  line-height: 35.596001px; }
  #gsheet_text_stacks_in_331.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_text_stacks_in_331.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_text_stacks_in_331.margin-True {
    margin: 0px 0px 0px 0px; }
  #gsheet_text_stacks_in_331.margin-False {
    margin: 0px; }
  #gsheet_text_stacks_in_331.inherit-text-color {
    color: inherit !important; }
  #gsheet_text_stacks_in_331.gsheet-text--bold {
    font-weight: bold; }
  #gsheet_text_stacks_in_331.gsheet-text--italic {
    font-style: italic; }
  #gsheet_text_stacks_in_331.gsheet-text--underline {
    text-decoration: underline; }
  #gsheet_text_stacks_in_331.gsheet-text--strike {
    text-decoration: line-through; }
  #gsheet_text_stacks_in_331.gsheet-text--left {
    text-align: left; }
  #gsheet_text_stacks_in_331.gsheet-text--right {
    text-align: right; }
  #gsheet_text_stacks_in_331.gsheet-text--center {
    text-align: center; }
  #gsheet_text_stacks_in_331.gsheet-text--upper {
    text-align: inherit; }
#gsheet_if_stacks_in_333 {
  display: flex;
  flex-wrap: inherit;
  align-items: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  box-sizing: border-box; }
  #gsheet_if_stacks_in_333.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
    #gsheet_if_stacks_in_333.fill-grow .conditional-content--true, #gsheet_if_stacks_in_333.fill-grow .conditional-content--false {
      width: 100%;
      flex: 0 1 auto; }
  #gsheet_if_stacks_in_333.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_if_stacks_in_333.condition-show {
    display: flex !important; }
  #gsheet_if_stacks_in_333.condition-hide {
    display: none !important; }
  #gsheet_if_stacks_in_333 .conditional-content--true, #gsheet_if_stacks_in_333 .conditional-content--false {
    display: flex;
    flex-wrap: inherit;
    align-items: inherit;
    flex-direction: inherit;
    justify-content: inherit; }
  #gsheet_if_stacks_in_333 .conditional-content--false {
    display: none; }
  #gsheet_if_stacks_in_333.conditional-content.conditional-content--false, #gsheet_if_stacks_in_333.conditional-content.conditional-content--true {
    display: flex; }
  #gsheet_if_stacks_in_333.conditional-content.content-show .conditional-content--true {
    display: flex !important; }
  #gsheet_if_stacks_in_333.conditional-content.content-show .conditional-content--false {
    display: none !important; }
  #gsheet_if_stacks_in_333.conditional-content.content-hide .conditional-content--true {
    display: none !important; }
  #gsheet_if_stacks_in_333.conditional-content.content-hide .conditional-content--false {
    display: flex !important; }
  #gsheet_if_stacks_in_333.opacity-true {
    opacity: 1; }
  #gsheet_if_stacks_in_333.opacity-false {
    opacity: 0.00; }
  #gsheet_if_stacks_in_333.colors-true.change-text h1, #gsheet_if_stacks_in_333.colors-true.change-text h2, #gsheet_if_stacks_in_333.colors-true.change-text h3, #gsheet_if_stacks_in_333.colors-true.change-text h4, #gsheet_if_stacks_in_333.colors-true.change-text h5, #gsheet_if_stacks_in_333.colors-true.change-text h6, #gsheet_if_stacks_in_333.colors-true.change-text p, #gsheet_if_stacks_in_333.colors-true.change-text span, #gsheet_if_stacks_in_333.colors-true.change-text .gsheet--text {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_333.colors-true.change-icon i.gsheet--icon {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_333.colors-true.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_333.colors-true.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_333.colors-true.change-background .gsheet--box {
    background: rgba(34, 139, 34, 1.00) !important; }
    #gsheet_if_stacks_in_333.colors-true.change-background .gsheet--box::before {
      display: none !important; }
  #gsheet_if_stacks_in_333.colors-true.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_333.colors-false.change-text h1, #gsheet_if_stacks_in_333.colors-false.change-text h2, #gsheet_if_stacks_in_333.colors-false.change-text h3, #gsheet_if_stacks_in_333.colors-false.change-text h4, #gsheet_if_stacks_in_333.colors-false.change-text h5, #gsheet_if_stacks_in_333.colors-false.change-text h6, #gsheet_if_stacks_in_333.colors-false.change-text p, #gsheet_if_stacks_in_333.colors-false.change-text span, #gsheet_if_stacks_in_333.colors-false.change-text .gsheet--text {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_333.colors-false.change-icon i.gsheet--icon {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_333.colors-false.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_333.colors-false.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_333.colors-false.change-background .gsheet--box, #gsheet_if_stacks_in_333.colors-false.change-background .gsheet--button {
    background: rgba(178, 34, 34, 1.00) !important; }
    #gsheet_if_stacks_in_333.colors-false.change-background .gsheet--box::before, #gsheet_if_stacks_in_333.colors-false.change-background .gsheet--button::before {
      display: none !important; }
  #gsheet_if_stacks_in_333.colors-false.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(178, 34, 34, 1.00) !important; }

/*  */



.stacks_in_408_override .accordion_label {
	color: #757575 !important;
	background: rgba(242, 242, 242, 1.00) !important;
	background-color: rgba(242, 242, 242, 1.00) !important;
}

.stacks_in_408_override > [class$=accordion_selectedarrow_icon] {
	color: #FFFFFF !important;
	background: rgba(61, 62, 78, 0.80) !important;
}

li.stacks_in_408_override:last-child > [class$=accordion_selectedarrow_icon] {
}

.stacks_in_408_override .accordion_content {
	background: rgba(255, 255, 255, 1.00) !important;
	color: #4D4D4D !important;
}



#gsheet_stacks_in_409 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex: 1 0 auto;
  overflow: visible;
  box-sizing: border-box;
  flex-direction: column;
  max-width: 800px; }
  #gsheet_stacks_in_409 .gsheet--tutorial {
    display: none; }
  #gsheet_stacks_in_409 .gsheet--data-notice {
    display: none; }
  #gsheet_stacks_in_409.repeated-rows .gsheet--individual {
    display: none; }
  #gsheet_stacks_in_409.cell-by-cell .gsheet--repeat {
    display: none; }
  #gsheet_stacks_in_409.show-search .gsheet--search {
    display: block; }

#gsheet_search_stacks_in_409.gsheet--search {
  display: none; }
  #gsheet_search_stacks_in_409.gsheet--search input {
    width: 100%;
    height: auto;
    line-height: 1;
    box-shadow: none;
    border-style: solid;
    outline: none !important;
    margin-bottom: px;
    color: ;
    background: ;
    font-size: px;
    border-radius: px;
    border-color: ;
    padding: px px;
    border-width: px px px px; }

#gsheet_repeat_stacks_in_409 {
  width: 100%;
  flex: 0 1 auto;
  overflow: visible;
  box-sizing: border-box; }
  #gsheet_repeat_stacks_in_409 .gsheet--grid {
    width: calc(100% + 3px);
    margin: 0 auto -3px auto;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: flex-start; }
    #gsheet_repeat_stacks_in_409 .gsheet--grid .gsheet--item {
      flex: 0 1 auto;
      padding-right: 3px;
      padding-bottom: 3px; }
      #gsheet_repeat_stacks_in_409 .gsheet--grid .gsheet--item.row-show {
        display: block; }
      #gsheet_repeat_stacks_in_409 .gsheet--grid .gsheet--item.row-hide {
        display: none; }

@media (min-width: 780px) {
  #gsheet_repeat_stacks_in_409 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

@media (max-width: 780px) {
  #gsheet_repeat_stacks_in_409 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

@media (max-width: 400px) {
  #gsheet_repeat_stacks_in_409 .gsheet--grid .gsheet--item {
    width: calc(100%/1); } }

/*  */
#gsheet_if_stacks_in_410 {
  display: flex;
  flex-wrap: inherit;
  align-items: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  box-sizing: border-box; }
  #gsheet_if_stacks_in_410.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
    #gsheet_if_stacks_in_410.fill-grow .conditional-content--true, #gsheet_if_stacks_in_410.fill-grow .conditional-content--false {
      width: 100%;
      flex: 0 1 auto; }
  #gsheet_if_stacks_in_410.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_if_stacks_in_410.condition-show {
    display: flex !important; }
  #gsheet_if_stacks_in_410.condition-hide {
    display: none !important; }
  #gsheet_if_stacks_in_410 .conditional-content--true, #gsheet_if_stacks_in_410 .conditional-content--false {
    display: flex;
    flex-wrap: inherit;
    align-items: inherit;
    flex-direction: inherit;
    justify-content: inherit; }
  #gsheet_if_stacks_in_410 .conditional-content--false {
    display: none; }
  #gsheet_if_stacks_in_410.conditional-content.conditional-content--false, #gsheet_if_stacks_in_410.conditional-content.conditional-content--true {
    display: flex; }
  #gsheet_if_stacks_in_410.conditional-content.content-show .conditional-content--true {
    display: flex !important; }
  #gsheet_if_stacks_in_410.conditional-content.content-show .conditional-content--false {
    display: none !important; }
  #gsheet_if_stacks_in_410.conditional-content.content-hide .conditional-content--true {
    display: none !important; }
  #gsheet_if_stacks_in_410.conditional-content.content-hide .conditional-content--false {
    display: flex !important; }
  #gsheet_if_stacks_in_410.opacity-true {
    opacity: 1; }
  #gsheet_if_stacks_in_410.opacity-false {
    opacity: 0.5; }
  #gsheet_if_stacks_in_410.colors-true.change-text h1, #gsheet_if_stacks_in_410.colors-true.change-text h2, #gsheet_if_stacks_in_410.colors-true.change-text h3, #gsheet_if_stacks_in_410.colors-true.change-text h4, #gsheet_if_stacks_in_410.colors-true.change-text h5, #gsheet_if_stacks_in_410.colors-true.change-text h6, #gsheet_if_stacks_in_410.colors-true.change-text p, #gsheet_if_stacks_in_410.colors-true.change-text span, #gsheet_if_stacks_in_410.colors-true.change-text .gsheet--text {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_410.colors-true.change-icon i.gsheet--icon {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_410.colors-true.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_410.colors-true.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_410.colors-true.change-background .gsheet--box {
    background: rgba(34, 139, 34, 1.00) !important; }
    #gsheet_if_stacks_in_410.colors-true.change-background .gsheet--box::before {
      display: none !important; }
  #gsheet_if_stacks_in_410.colors-true.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_410.colors-false.change-text h1, #gsheet_if_stacks_in_410.colors-false.change-text h2, #gsheet_if_stacks_in_410.colors-false.change-text h3, #gsheet_if_stacks_in_410.colors-false.change-text h4, #gsheet_if_stacks_in_410.colors-false.change-text h5, #gsheet_if_stacks_in_410.colors-false.change-text h6, #gsheet_if_stacks_in_410.colors-false.change-text p, #gsheet_if_stacks_in_410.colors-false.change-text span, #gsheet_if_stacks_in_410.colors-false.change-text .gsheet--text {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_410.colors-false.change-icon i.gsheet--icon {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_410.colors-false.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_410.colors-false.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_410.colors-false.change-background .gsheet--box, #gsheet_if_stacks_in_410.colors-false.change-background .gsheet--button {
    background: rgba(178, 34, 34, 1.00) !important; }
    #gsheet_if_stacks_in_410.colors-false.change-background .gsheet--box::before, #gsheet_if_stacks_in_410.colors-false.change-background .gsheet--button::before {
      display: none !important; }
  #gsheet_if_stacks_in_410.colors-false.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(178, 34, 34, 1.00) !important; }

/*  */
@charset "UTF-8";
.com_weavium_stacks_Gsheet_Stack {
  overflow: visible !important; }

#gsheet_box_stacks_in_411.gsheet--box {
  display: flex;
  position: relative;
  overflow: hidden;
  border-style: solid;
  font-family: inherit;
  box-sizing: border-box;
  max-width: 50000px;
  min-width: 50px;
  min-height: 0px;
  border-color: rgba(0, 0, 0, 1.00);
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1.00); }
  #gsheet_box_stacks_in_411.gsheet--box.main-font-preset {
    font-family: "Montserrat", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_411.gsheet--box.main-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_411.gsheet--box.main-font-google {
    font-family: "", "Roboto", sans-serif; }
  #gsheet_box_stacks_in_411.gsheet--box.main-bg-color {
    background: rgba(78, 80, 96, 1.00); }
    #gsheet_box_stacks_in_411.gsheet--box.main-bg-color::before {
      opacity: 0; }
  #gsheet_box_stacks_in_411.gsheet--box.main-bg-gradient-2 {
    background: linear-gradient(to bottom, rgba(131, 212, 122, 1.00), rgba(91, 193, 95, 1.00)); }
    #gsheet_box_stacks_in_411.gsheet--box.main-bg-gradient-2::before {
      opacity: 0; }
  #gsheet_box_stacks_in_411.gsheet--box.main-bg-gradient-3 {
    background: linear-gradient(to bottom, rgba(57, 62, 70, 1.00), rgba(92, 99, 110, 1.00), rgba(248, 181, 0, 1.00)); }
    #gsheet_box_stacks_in_411.gsheet--box.main-bg-gradient-3::before {
      opacity: 0; }
  #gsheet_box_stacks_in_411.gsheet--box.main-bg-image-ov-color {
    background: url() no-repeat center center;
    background-size: cover; }
    #gsheet_box_stacks_in_411.gsheet--box.main-bg-image-ov-color::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      background: rgba(0, 0, 0, 0.50); }
  #gsheet_box_stacks_in_411.gsheet--box.main-bg-image-ov-gradient {
    background: url() no-repeat center center;
    background-size: cover; }
    #gsheet_box_stacks_in_411.gsheet--box.main-bg-image-ov-gradient::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 1.00)); }
  #gsheet_box_stacks_in_411.gsheet--box.padding-False {
    padding: 0px; }
  #gsheet_box_stacks_in_411.gsheet--box.padding-True {
    padding: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_411.gsheet--box.margin-False {
    margin: 0px; }
  #gsheet_box_stacks_in_411.gsheet--box.margin-True {
    margin: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_411.gsheet--box.radius-False {
    border-radius: 5px; }
  #gsheet_box_stacks_in_411.gsheet--box.radius-True {
    border-radius: 0px 0px 0px 0px; }
  #gsheet_box_stacks_in_411.gsheet--box h1, #gsheet_box_stacks_in_411.gsheet--box h2, #gsheet_box_stacks_in_411.gsheet--box h3, #gsheet_box_stacks_in_411.gsheet--box h4, #gsheet_box_stacks_in_411.gsheet--box h5, #gsheet_box_stacks_in_411.gsheet--box h6 {
    color: rgba(255, 255, 255, 1.00); }
  #gsheet_box_stacks_in_411.gsheet--box a, #gsheet_box_stacks_in_411.gsheet--box a:visited {
    color: rgba(255, 255, 255, 1.00); }
  #gsheet_box_stacks_in_411.gsheet--box, #gsheet_box_stacks_in_411.gsheet--box p, #gsheet_box_stacks_in_411.gsheet--box span, #gsheet_box_stacks_in_411.gsheet--box blockquote, #gsheet_box_stacks_in_411.gsheet--box i {
    color: rgba(255, 255, 255, 0.60); }
  #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors {
    color: inherit; }
    #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors h1, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors h2, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors h3, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors h4, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors h5, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors h6, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors a, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors a:visitied, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors p, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors span, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors blockquote, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors i, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors .gsheet--text, #gsheet_box_stacks_in_411.gsheet--box.gsheet--box-inherit-colors .gsheet--icon {
      color: inherit !important; }
  #gsheet_box_stacks_in_411.gsheet--box .gsheet_box_ag_stacks_in_411 {
    display: none; }
  #gsheet_box_stacks_in_411.gsheet--box.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_box_stacks_in_411.gsheet--box.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_box_stacks_in_411.gsheet--box.position-absolute {
    position: absolute; }
  #gsheet_box_stacks_in_411.gsheet--box .gsheet--box.position-absolute {
    max-width: 100%; }
  #gsheet_box_stacks_in_411.gsheet--box.flow-direction--column {
    flex-direction: row;
    align-items: center; }
    #gsheet_box_stacks_in_411.gsheet--box.flow-direction--column.col-h-flow-right {
      justify-content: flex-end; }
    #gsheet_box_stacks_in_411.gsheet--box.flow-direction--column.col-h-flow-left {
      justify-content: flex-start; }
    #gsheet_box_stacks_in_411.gsheet--box.flow-direction--column.col-h-flow-center {
      justify-content: center; }
    #gsheet_box_stacks_in_411.gsheet--box.flow-direction--column.col-h-flow-split {
      justify-content: space-between; }
  #gsheet_box_stacks_in_411.gsheet--box.flow-direction--row {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
    #gsheet_box_stacks_in_411.gsheet--box.flow-direction--row.row-h-flow-right {
      align-items: flex-end; }
    #gsheet_box_stacks_in_411.gsheet--box.flow-direction--row.row-h-flow-left {
      align-items: flex-start; }
    #gsheet_box_stacks_in_411.gsheet--box.flow-direction--row.row-h-flow-center {
      align-items: center; }
    #gsheet_box_stacks_in_411.gsheet--box.flow-direction--row.row-h-flow-stretch {
      align-items: stretch; }

@media (max-width: 100px) {
  #gsheet_box_stacks_in_411.gsheet--box.flow-direction--column {
    flex-wrap: wrap; } }

/*  */
#gsheet_text_stacks_in_412 {
  display: block;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  font-size: 16px;
  line-height: 25.888000px; }
  #gsheet_text_stacks_in_412.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_text_stacks_in_412.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_text_stacks_in_412.margin-True {
    margin: 0px 0px 0px 10px; }
  #gsheet_text_stacks_in_412.margin-False {
    margin: 0px; }
  #gsheet_text_stacks_in_412.inherit-text-color {
    color: inherit !important; }
  #gsheet_text_stacks_in_412.gsheet-text--bold {
    font-weight: bold; }
  #gsheet_text_stacks_in_412.gsheet-text--italic {
    font-style: italic; }
  #gsheet_text_stacks_in_412.gsheet-text--underline {
    text-decoration: underline; }
  #gsheet_text_stacks_in_412.gsheet-text--strike {
    text-decoration: line-through; }
  #gsheet_text_stacks_in_412.gsheet-text--left {
    text-align: left; }
  #gsheet_text_stacks_in_412.gsheet-text--right {
    text-align: right; }
  #gsheet_text_stacks_in_412.gsheet-text--center {
    text-align: center; }
  #gsheet_text_stacks_in_412.gsheet-text--upper {
    text-align: inherit; }
#gsheet_text_stacks_in_414 {
  display: block;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  font-size: 22px;
  line-height: 35.596001px; }
  #gsheet_text_stacks_in_414.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_text_stacks_in_414.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
  #gsheet_text_stacks_in_414.margin-True {
    margin: 0px 0px 0px 0px; }
  #gsheet_text_stacks_in_414.margin-False {
    margin: 0px; }
  #gsheet_text_stacks_in_414.inherit-text-color {
    color: inherit !important; }
  #gsheet_text_stacks_in_414.gsheet-text--bold {
    font-weight: bold; }
  #gsheet_text_stacks_in_414.gsheet-text--italic {
    font-style: italic; }
  #gsheet_text_stacks_in_414.gsheet-text--underline {
    text-decoration: underline; }
  #gsheet_text_stacks_in_414.gsheet-text--strike {
    text-decoration: line-through; }
  #gsheet_text_stacks_in_414.gsheet-text--left {
    text-align: left; }
  #gsheet_text_stacks_in_414.gsheet-text--right {
    text-align: right; }
  #gsheet_text_stacks_in_414.gsheet-text--center {
    text-align: center; }
  #gsheet_text_stacks_in_414.gsheet-text--upper {
    text-align: inherit; }
#gsheet_if_stacks_in_416 {
  display: flex;
  flex-wrap: inherit;
  align-items: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  box-sizing: border-box; }
  #gsheet_if_stacks_in_416.fill-grow {
    width: 100%;
    flex: 0 1 auto; }
    #gsheet_if_stacks_in_416.fill-grow .conditional-content--true, #gsheet_if_stacks_in_416.fill-grow .conditional-content--false {
      width: 100%;
      flex: 0 1 auto; }
  #gsheet_if_stacks_in_416.fill-shrink {
    flex: 0 0 auto; }
  #gsheet_if_stacks_in_416.condition-show {
    display: flex !important; }
  #gsheet_if_stacks_in_416.condition-hide {
    display: none !important; }
  #gsheet_if_stacks_in_416 .conditional-content--true, #gsheet_if_stacks_in_416 .conditional-content--false {
    display: flex;
    flex-wrap: inherit;
    align-items: inherit;
    flex-direction: inherit;
    justify-content: inherit; }
  #gsheet_if_stacks_in_416 .conditional-content--false {
    display: none; }
  #gsheet_if_stacks_in_416.conditional-content.conditional-content--false, #gsheet_if_stacks_in_416.conditional-content.conditional-content--true {
    display: flex; }
  #gsheet_if_stacks_in_416.conditional-content.content-show .conditional-content--true {
    display: flex !important; }
  #gsheet_if_stacks_in_416.conditional-content.content-show .conditional-content--false {
    display: none !important; }
  #gsheet_if_stacks_in_416.conditional-content.content-hide .conditional-content--true {
    display: none !important; }
  #gsheet_if_stacks_in_416.conditional-content.content-hide .conditional-content--false {
    display: flex !important; }
  #gsheet_if_stacks_in_416.opacity-true {
    opacity: 1; }
  #gsheet_if_stacks_in_416.opacity-false {
    opacity: 0.00; }
  #gsheet_if_stacks_in_416.colors-true.change-text h1, #gsheet_if_stacks_in_416.colors-true.change-text h2, #gsheet_if_stacks_in_416.colors-true.change-text h3, #gsheet_if_stacks_in_416.colors-true.change-text h4, #gsheet_if_stacks_in_416.colors-true.change-text h5, #gsheet_if_stacks_in_416.colors-true.change-text h6, #gsheet_if_stacks_in_416.colors-true.change-text p, #gsheet_if_stacks_in_416.colors-true.change-text span, #gsheet_if_stacks_in_416.colors-true.change-text .gsheet--text {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_416.colors-true.change-icon i.gsheet--icon {
    color: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_416.colors-true.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_416.colors-true.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_416.colors-true.change-background .gsheet--box {
    background: rgba(34, 139, 34, 1.00) !important; }
    #gsheet_if_stacks_in_416.colors-true.change-background .gsheet--box::before {
      display: none !important; }
  #gsheet_if_stacks_in_416.colors-true.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(34, 139, 34, 1.00) !important; }
  #gsheet_if_stacks_in_416.colors-false.change-text h1, #gsheet_if_stacks_in_416.colors-false.change-text h2, #gsheet_if_stacks_in_416.colors-false.change-text h3, #gsheet_if_stacks_in_416.colors-false.change-text h4, #gsheet_if_stacks_in_416.colors-false.change-text h5, #gsheet_if_stacks_in_416.colors-false.change-text h6, #gsheet_if_stacks_in_416.colors-false.change-text p, #gsheet_if_stacks_in_416.colors-false.change-text span, #gsheet_if_stacks_in_416.colors-false.change-text .gsheet--text {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_416.colors-false.change-icon i.gsheet--icon {
    color: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_416.colors-false.change-progress .gsheet--progress .gsheet--bar-inner {
    background: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_416.colors-false.change-progress .gsheet--progress .gsheet--circle svg circle:last-of-type {
    stroke: rgba(178, 34, 34, 1.00) !important; }
  #gsheet_if_stacks_in_416.colors-false.change-background .gsheet--box, #gsheet_if_stacks_in_416.colors-false.change-background .gsheet--button {
    background: rgba(178, 34, 34, 1.00) !important; }
    #gsheet_if_stacks_in_416.colors-false.change-background .gsheet--box::before, #gsheet_if_stacks_in_416.colors-false.change-background .gsheet--button::before {
      display: none !important; }
  #gsheet_if_stacks_in_416.colors-false.change-button .gsheet--button {
    color: rgba(255, 255, 255, 1.00) !important;
    background: rgba(178, 34, 34, 1.00) !important; }

/*  */

