
.element_stacks_in_7525[data-deluxe-el] {
  
  padding: 0px 0px;
}
.element_stacks_in_7525[data-deluxe-el] > div {

}

/* 1.0.2
- fixes transition speed for autoplay
- fixes bug preventing overflow opacity from applying when autoplay is enabled
- fixes a edit/preview mode image display bug
- added focus-visible for tabing accessability
 */
#stacks_out_7526 {
  overflow: hidden;
}
#stacks_in_7526 > .carousel-outer-wrapper {
  display: grid;
  grid-template-columns: 100%;
}
#stacks_in_7526 .carousel-navigation,
#stacks_in_7526 .slick-slider {
  width: 100%;
  /*  */
  margin: 0 auto;
  /*  */
  /*  */
}
#stacks_in_7526 > .carousel-outer-wrapper {
  /*  */
  margin: 0 auto;
  /*  */
  /*  */
  width: 100% !important;
  /*  */
}
#stacks_in_7526 .carousel-wrapper {

}
/*  */
#stacks_in_7526 .slick-list {
  overflow: visible;
}
#stacks_in_7526 .slick-track {
  display: flex;
  align-items: center;
}
/*  */
/*  */
/*  */
#stacks_in_7526 .slick-slide {
  box-sizing: border-box;
  padding-left: calc(16px / 2);
  padding-right: calc(16px / 2);
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
  outline: none;
  /* width: 1156px !important; */
}
#stacks_in_7526 .carousel-wrapper:not(.slick-slider) {
  white-space: nowrap;
}
#stacks_in_7526 .carousel-wrapper:not(.slick-slider) > div {
  width: 1156px;
  display: inline-block;
  padding-left: calc(12px / 2);
  padding-right: calc(12px / 2);
}
/*  */
#stacks_in_7526 .carousel-wrapper:not(.carousel-off):not(.carousel-autoplay) .slick-list.draggable .slick-slide {
  cursor: grab;
}
#stacks_in_7526 .carousel-wrapper:not(.carousel-off):not(.carousel-autoplay) .slick-list.draggable .slick-slide:active {
  cursor: grabbing;
}
#stacks_in_7526 .carousel-wrapper.carousel-autoplay .slick-list.draggable {
  pointer-events: none;
}
#stacks_in_7526 .carousel-navigation {
  display: grid;
  align-items: center;
  /*  */
  margin-top: 16px;
  /*  */
}
#stacks_in_7526 .carousel-navigation-controls {
  display: flex;
  align-items: center;
  grid-gap: 4px;
}
/*  */
/*  */
#stacks_in_7526 .carousel-navigation {
  grid-template-columns: 1fr min-content 1fr;
}
#stacks_in_7526 .carousel-navigation-controls {
  justify-content: center;
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_7526 .carousel-navigation > .carousel-navigation-content > div {
  display: none;
}
/*  */
/*  */

#stacks_in_7526 .carousel-arrow {
  all: unset;
  line-height: 0;
  background: transparent;
  border: none;
  color: transparent;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
  width: 40px;
  height: 40px;
  min-width: 30px;
  min-height: 30px;
}
#stacks_in_7526 .carousel-arrow[aria-disabled="true"] {
  opacity: .3;
  pointer-events: none;
}

#stacks_in_7526 .carousel-arrow svg {
  stroke: rgba(255, 255, 255, 1.00);
  pointer-events: none;
}
#stacks_in_7526 .carousel-arrow:active svg {
  opacity: .5;
}
#stacks_in_7526 ul.slick-dots {
  all: unset;
  white-space: nowrap;
}
#stacks_in_7526 .slick-dots li {
  display: inline-block;
  margin-left: 6px;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
}
#stacks_in_7526 .slick-dots li:first-child {
  margin-left: 0px;
}
#stacks_in_7526 .slick-dots li button {
  all: unset;
  line-height: 0;
  background: transparent;
  border: none;
  color: transparent;
  width: 14px;
  height: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
}
#stacks_in_7526 .slick-dots li button:before {
  content: "";
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid rgba(255, 255, 255, 1.00);
  border-radius: 50%;
}
#stacks_in_7526 .slick-dots li.slick-active button:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  background: rgba(255, 255, 255, 1.00);
  border-radius: 50%;
}
/*  */
#stacks_in_7526 .slick-dots li button:before {
  border-width: 0;
  background: rgba(255, 255, 255, 1.00);
  opacity: 0.2;
}
#stacks_in_7526 .slick-dots li.slick-active button:before {
  opacity: 1;
}
#stacks_in_7526 .slick-dots li.slick-active button:after {
  display: none;
}
#stacks_in_7526 .slick-dots li {
  margin-left: 8px;
}
#stacks_in_7526 .slick-dots li:first-child {
  margin-left: 0px;
}
/*  */
/*  */
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots li button:before {
  border-width: 0;
  background: rgba(255, 255, 255, 1.00);
  opacity: 0.2;
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots li.slick-active button:before {
  opacity: 1;
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots li.slick-active button:after {
  display: none;
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow {
  line-height: 16px;
  display: grid;
  
  grid-template-columns: min-content 1fr min-content;
  
  
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots {
  white-space: normal;
  text-align: center;
  line-height: 0;
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots li {
  margin: 3px;
  line-height: 0px;
  pointer-events: none;
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots li button {
  height: 8px;
  width: 8px;
  line-height: 0px;
  font-size: 0px;
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots li button:before {
  border-radius: 99px;
}
/*  */
#stacks_in_7526.focus-visible :focus-visible {
 outline: 1px solid rgba(132,38,133,0.65) !important;
 border-color: rgba(132,38,133,0.65);
 box-shadow: 0 0 0 1px rgba(132,38,133,0.65),inset 0 0 0 1px rgba(132,38,133,0.65);
 -webkit-user-select: all;
  -khtml-user-select: all;
  -moz-user-select: -moz-all;
  -o-user-select: all;
  user-select: all;
}
.slide_stacks_in_7530 {
  border-radius: 32px;
  
  
}

.slide_stacks_in_7530 .carousel-slide-content {
  
  
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  border-radius: 0 0 32px 32px;

}

/*  */
.slide_stacks_in_7530 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-7530.png);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_7530 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  justify-content: center;
  
  
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_7530 {
  background: transparent;
}
.slide_stacks_in_7530 .carousel-slide-image {
  position: relative;
  
  border-radius: 32px;
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_7530 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_7533 {
  border-radius: 32px;
  
  
}

.slide_stacks_in_7533 .carousel-slide-content {
  
  
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  border-radius: 0 0 32px 32px;

}

/*  */
.slide_stacks_in_7533 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-7533.png);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_7533 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  justify-content: center;
  
  
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_7533 {
  background: transparent;
}
.slide_stacks_in_7533 .carousel-slide-image {
  position: relative;
  
  border-radius: 32px;
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_7533 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_7535 {
  border-radius: 32px;
  
  
}

.slide_stacks_in_7535 .carousel-slide-content {
  
  
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  border-radius: 0 0 32px 32px;

}

/*  */
.slide_stacks_in_7535 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-7535.png);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_7535 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  justify-content: center;
  
  
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_7535 {
  background: transparent;
}
.slide_stacks_in_7535 .carousel-slide-image {
  position: relative;
  
  border-radius: 32px;
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_7535 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_7537 {
  border-radius: 32px;
  
  
}

.slide_stacks_in_7537 .carousel-slide-content {
  
  
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  border-radius: 0 0 32px 32px;

}

/*  */
.slide_stacks_in_7537 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-7537.png);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_7537 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  justify-content: center;
  
  
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_7537 {
  background: transparent;
}
.slide_stacks_in_7537 .carousel-slide-image {
  position: relative;
  
  border-radius: 32px;
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_7537 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_7539 {
  border-radius: 32px;
  
  
}

.slide_stacks_in_7539 .carousel-slide-content {
  
  
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  border-radius: 0 0 32px 32px;

}

/*  */
.slide_stacks_in_7539 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-7539.png);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_7539 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  justify-content: center;
  
  
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_7539 {
  background: transparent;
}
.slide_stacks_in_7539 .carousel-slide-image {
  position: relative;
  
  border-radius: 32px;
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_7539 .carousel-slide-content {
  
}
 
 
%[if edit]%
#stacks_in_7541_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_7541_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_7541 .layer {
	float: left;
}

%[if ]%	
#stacks_in_7541 .pile {
	display: none;
}

#stacks_in_7541 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_7541 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_7541 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_7541 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_7567_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_7567_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_7567 .layer {
	float: left;
}

%[if ]%	
#stacks_in_7567 .pile {
	display: none;
}

#stacks_in_7567 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_7567 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_7567 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_7567 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_7568_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_7568_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_7568 .layer {
	float: left;
}

%[if ]%	
#stacks_in_7568 .pile {
	display: none;
}

#stacks_in_7568 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_7568 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_7568 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_7568 .clearFloats {
	clear: both;
}



#stacks_in_7549>.s3_row {
	margin: 0 -10px;
}

#stacks_in_7549>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_7549>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_7549>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_7549>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_7549>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_7549>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_7549 {
	padding: 0px 0px 50px 0px;
}

#stacks_out_7563 {
	margin-right:0;
}

#stacks_out_7558 {
	margin-right:0;
}

#stacks_out_7553 {
	margin-right:0;
}
%[if edit]%
#stacks_in_7565_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_7565_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_7565 .layer {
	float: left;
}

%[if ]%	
#stacks_in_7565 .pile {
	display: none;
}

#stacks_in_7565 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_7565 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_7565 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_7565 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_7566_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_7566_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_7566 .layer {
	float: left;
}

%[if ]%	
#stacks_in_7566 .pile {
	display: none;
}

#stacks_in_7566 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_7566 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_7566 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_7566 .clearFloats {
	clear: both;
}



#stacks_in_7470 .heightstackhiclass
{
margin-left: auto; margin-right: auto;
	display: block;
	/* DeFliGra */


 
	height: auto;
	overflow: visible;

 
 




}
