
#stacks_in_3710 {
	padding:  10px;
}

#stacks_in_4101 {
	padding: 120px 0px 0px 0px;
}

#stacks_out_4101 {
	width: 250px;
}

#stacks_in_3711 {
	padding: 70px 0px 0px 0px;
}

#stacks_out_3711 {
	width: 250px;
}
/* -- Start EACH CSS Template -- */



/* prevent issue in Foundation theme and some stacks */
#stacks_in_3970 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* foundation RTL theme - fix - direction */
#stacks_in_3970 .HYPE_document { overflow: auto; pointer-events: none !important;  direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important;  }

#stacks_in_3970 .card-shad {   box-shadow: inset 0 2px 29px rgba(0, 0, 0, 1.00);  -webkit-box-shadow: inset 0 2px 29px rgba(0, 0, 0, 1.00);   }
#stacks_in_3970 .card-all {  overflow: hidden; padding: 0; margin: 0;  }
#stacks_in_3970_default21_hype_container {  margin:auto; position:relative; overflow: auto;  }
#stacks_in_3970 .wrapper-21 {  margin-right: auto; margin-left: auto; max-width: 813px; overflow: hidden;  }
#stacks_in_3970 .HYPE_document, #stacks_in_3970 .card-base, #stacks_in_3970 .card-base-wrapper, #stacks_in_3970 .card-base-gif, #stacks_in_3970 .card-base-v, #stacks_in_3970 .wrapper-21, #stacks_in_3970 .vertical-21, #stacks_in_3970 .hype-card-box {  border-radius: 15px !important; -webkit-border-radius: 15px !important;  }
@media (max-width: 630px) {		
	#stacks_in_3970 .HYPE_document, #stacks_in_3970 .card-base,	#stacks_in_3970 .card-base-wrapper, #stacks_in_3970 .card-base-gif,	#stacks_in_3970 .card-base-v,	#stacks_in_3970 .wrapper-21, #stacks_in_3970 .vertical-21, #stacks_in_3970 .hype-card-box {  	 }
}
#stacks_in_3970 .card-base, #stacks_in_3970 .card-base-v, #stacks_in_3970 .card-base-gif, #stacks_in_3970 .card-base-wrapper, #stacks_in_3970 .card-shad  {  position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 813px;  }
#stacks_in_3970 .card-base  {  position: relative; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 813px;  }
#stacks_in_3970 .hype-card-base {  max-width: 813px;  }

#stacks_in_3970 .card-base-v, #stacks_in_3970 .hype-card-base-v { display: none !important;   display: block !important;	 background: linear-gradient(0deg, rgba(16, 123, 154, 0.94) 10%, rgba(183, 44, 94, 0.41) 100%) !important; 	
	   }

#stacks_in_3970 .card-base-gif {  mix-blend-mode: hard-light; background-image: url(../files/blank.gif); filter: blur(4px); background-size: cover; opacity: 0.6;	
	 
	
	  }
 #stacks_in_3970 .hype-card-base, #stacks_in_3970 .card-base {  	
   
   background-image: url(../files/stack_bg_image-3970.jpg) !important;  	
  
   	
     
  background-size: cover !important;
	background-position: 50% 50% !important;
 }

#stacks_in_3970 .card-base, #stacks_in_3970 .card-base-wrapper, #stacks_in_3970 .vertical-21 {  overflow: hidden !important;   }
#stacks_in_3970 .card-base  {  overflow: hidden !important;  }
#stacks_in_3970 .card-base { filter: blur(0);    }

#stacks_in_3970 .hype-card-bg {  	background-position: 50% 0% !important;
   background-image: url(../files/stack_card_image-3970.jpg) !important;  	
  
     
  background-size: cover !important;	 }

/* smart fade */
#stacks_in_3970 .card-base-wrapper, #stacks_in_3970 .card-base-v {  -webkit-animation: fade-21-csss 0.5s  fade-21-css both; animation: fade-21-main-css 0.5s  ease-in-out both; -webkit-animation-delay: 0.6s; animation-delay: 0.6s;  }
#stacks_in_3970 .card-all {  -webkit-animation: fade-21-main-css 0.4s  ease-in-out both;  animation: fade-21-main-css 0.4s  ease-in-out both; -webkit-animation-delay: 0.4s; animation-delay: 0.4s;  }
#stacks_in_3970 .card-base-wrapper, #stacks_in_3970 .card-base-v, #stacks_in_3970 .card-all {  
	 		
		
	  -webkit-animation: fade-21-css 0.2s  ease-in-out both !important;  animation: fade-21-css 0.2s ease-in-out both !important; -webkit-animation-delay: 0s !important; animation-delay: 0s !important; -webkit-animation: fade-21-main-css 0.2s  fade-21-main-css both !important; animation: fade-21-css 0.2s  ease-in-out both !important; -webkit-animation-delay: 0s !important; animation-delay: 0s !important;     
 }
#stacks_in_3970 .inner_slice_content {  -webkit-animation: fade-21-css 0.52s  ease-in-out both; animation: fade-21-css 0.52s  ease-in-out both !important;  -webkit-animation-delay: 0.75s; animation-delay: 0.75s;  }
@keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@media screen and (max-width: 770px) {  #stacks_in_3970 .hype-card-base, #stacks_in_3970 .card-base {    } } 
@media screen and (max-width: 770px) { #stacks_in_3970 .hype-card-bg {    } } 
#stacks_in_3970 .inner_slice_wrapper { margin: 0 auto; pointer-events: auto;	   }
#stacks_in_3970 .inner_slice_content {  padding: 25px;  pointer-events: auto; margin: 0 auto; max-width: 500px; }
@media (max-width: 768px) {		
	#stacks_in_3970 .inner_slice_content {  	 }
}

#stacks_in_3970 .inner_slice_content, #stacks_in_3970 .inner_slice_content p, #stacks_in_3970 .inner_slice_content span, #stacks_in_3970 .inner_slice_content [class*="fa fa-"], #stacks_in_3970 .inner_slice_content h1, #stacks_in_3970 .inner_slice_content h2, #stacks_in_3970 .inner_slice_content h3, #stacks_in_3970 .inner_slice_content h4, #stacks_in_3970 .inner_slice_content h5, #stacks_in_3970 .inner_slice_content h6 {  -webkit-font-smoothing: antialiased;  color: #FFFFFF !important;  }
#stacks_in_3970 .inner_slice_content a:link [class^="fa fa-"], #stacks_in_3970 .inner_slice_content a:visited [class^="fa fa-"], #stacks_in_3970 .inner_slice_content a:link, #stacks_in_3970 .inner_slice_content a {   color: #8EF8FF !important;   }
#stacks_in_3970 .inner_slice_content a:hover [class^="fa fa-"], #stacks_in_3970 .inner_slice_content a:active [class^="fa fa-"], #stacks_in_3970 .inner_slice_content a:hover {   color: #FFFFFF !important;   }
#stacks_in_3970 .inner_slice_content, #stacks_in_3970 .inner_slice_content p, #stacks_in_3970 .inner_slice_content span, #stacks_in_3970 .inner_slice_content [class*="fa fa-"],#stacks_in_3970 .inner_slice_content h1, #stacks_in_3970 .inner_slice_content h2, #stacks_in_3970 .inner_slice_content h3, #stacks_in_3970 .inner_slice_content h4, #stacks_in_3970 .inner_slice_content h5, #stacks_in_3970 .inner_slice_content h6 {  
		text-align: center !important;   }
#stacks_in_3970 .inner_slice_content {  margin-top: 120px;  }/* manin and resp */
#stacks_in_3970 .vertical-21 {  min-height: 120px;  overflow: auto; }
#stacks_in_3970 .hype-card-box {   min-height: 460px !important;   }

@media (max-width: 768px) {		
	#stacks_in_3970 .hype-card-box {    }		
	#stacks_in_3970 .vertical-21 {  	
		 }		
	 #stacks_in_3970 .inner_slice_content {   
	 	 }	 
}
@media (max-width: 568px) {
	#stacks_in_3970 .hype-card-box {   }
	#stacks_in_3970 .vertical-21 {    	
	 }
	#stacks_in_3970 .inner_slice_content {    	 
	   }   
}
/* button */
#stacks_in_3970 .hype-21-button {  display: block !important;  font-style: none !important; background-color: rgba(255, 255, 255, 0.25) !important; color: rgba(255, 255, 255, 1.00) !important; border-radius: 50px !important; -webkit-border-radius: 50px !important;  overflow: auto !important; font-size: 22px !important; line-height: 22px !important; height: auto !important;  padding: 11px 2px 12px !important; font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; margin-top: -0px !important;  } 

#stacks_in_3970 .hype-21-button:hover {  color: rgba(194, 43, 92, 1.00) !important;  } 
#stacks_in_3970 .hype-21-button-x {  display: none !important;  display: block !important;   } 
#stacks_in_3970 .hype-21-button-x:hover { opacity: 0.8 !important; } 

/* caption card */
#stacks_in_3970 .hype-text-card {  color: rgba(255, 255, 255, 1.00) !important; 
 pointer-events: none;  	 	 margin-top: -20px !important;  }
#stacks_in_3970 .hype-text-card-top  {  color: rgba(255, 255, 255, 1.00) !important;  pointer-events: none;   	 	margin-top: -20px !important;  }

#stacks_in_3970 .hype-text-card, #stacks_in_3970 .hype-text-card-top {  -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 115px !important; line-height: 111px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important;
		

		text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35) !important;








  }

#stacks_in_3970 .hype-text-card, #stacks_in_3970 .hype-text-card-top, #stacks_in_3970 p .hype-text-card {  font-family: "google_custom_font_selector", sans-serif !important;
 	
 font-family: 'Oswald', sans-serif !important;	font-weight: 500 !important;  	
  }
#stacks_in_3970 .hype-text-card, #stacks_in_3970 .hype-text-card-top {    }

#stacks_in_3970 .trigger-in-view { opacity: 0 !important; margin-top: 0px !important; }
#stacks_in_3970 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_3974>.s3_row {
	margin: 0 -0px;
}

#stacks_in_3974>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_3974>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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


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


}



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



}






#stacks_in_3466 {
	padding: 100px 10px 0px 10px;
}

#stacks_in_4106 {
	margin: 15px 0px 55px 0px;
}

#stacks_out_4106 {
	width: 65px;
}
#stacks_in_3838 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 1050px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_3838 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_3838 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_3838 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}

#stacks_in_3763>.s3_row {
	margin: 0 -14px;
}

#stacks_in_3763>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_3763>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_3763>.s3_row>.s3_column {
	padding: 0 14px;
}










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


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


}



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



}





/* -- Start EACH CSS Template -- */



/* prevent issue in Foundation theme and some stacks */
#stacks_in_3841 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* foundation RTL theme - fix - direction */
#stacks_in_3841 .HYPE_document { overflow: auto; pointer-events: none !important;  direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important;  }

#stacks_in_3841 .card-shad {   box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);  -webkit-box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);   }
#stacks_in_3841 .card-all {  overflow: hidden; padding: 0; margin: 0;  }
#stacks_in_3841_default21_hype_container {  margin:auto; position:relative; overflow: auto;  }
#stacks_in_3841 .wrapper-21 {  margin-right: auto; margin-left: auto; max-width: 450px; overflow: hidden;  }
#stacks_in_3841 .HYPE_document, #stacks_in_3841 .card-base, #stacks_in_3841 .card-base-wrapper, #stacks_in_3841 .card-base-gif, #stacks_in_3841 .card-base-v, #stacks_in_3841 .wrapper-21, #stacks_in_3841 .vertical-21, #stacks_in_3841 .hype-card-box {  border-radius: 15px !important; -webkit-border-radius: 15px !important;  }
@media (max-width: 630px) {		
	#stacks_in_3841 .HYPE_document, #stacks_in_3841 .card-base,	#stacks_in_3841 .card-base-wrapper, #stacks_in_3841 .card-base-gif,	#stacks_in_3841 .card-base-v,	#stacks_in_3841 .wrapper-21, #stacks_in_3841 .vertical-21, #stacks_in_3841 .hype-card-box {  	 }
}
#stacks_in_3841 .card-base, #stacks_in_3841 .card-base-v, #stacks_in_3841 .card-base-gif, #stacks_in_3841 .card-base-wrapper, #stacks_in_3841 .card-shad  {  position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 450px;  }
#stacks_in_3841 .card-base  {  position: relative; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 450px;  }
#stacks_in_3841 .hype-card-base {  max-width: 450px;  }

#stacks_in_3841 .card-base-v, #stacks_in_3841 .hype-card-base-v { display: none !important;   display: block !important;	 background: linear-gradient(0deg, rgba(16, 123, 154, 0.94) 10%, rgba(183, 44, 94, 0.41) 100%) !important; 	
	   }

#stacks_in_3841 .card-base-gif {  mix-blend-mode: soft-light; background-image: url(../files/motion4.gif); filter: blur(4px); background-size: cover; opacity: 1;	
	 
	
	 filter: blur(4px);   }
 #stacks_in_3841 .hype-card-base, #stacks_in_3841 .card-base {  	
   
   background-image: url(../files/stack_bg_image-3841.jpg) !important;  	
  
   	
     
  background-size: cover !important;
	background-position: 50% 50% !important;
 }

#stacks_in_3841 .card-base, #stacks_in_3841 .card-base-wrapper, #stacks_in_3841 .vertical-21 {  overflow: hidden !important;   }
#stacks_in_3841 .card-base  {  overflow: hidden !important;  }
#stacks_in_3841 .card-base { filter: blur(0);    }

#stacks_in_3841 .hype-card-bg {  	background-position: 50% 0% !important;
   background-image: url(../files/stack_card_image-3841.jpg) !important;  	
  
     
  background-size: cover !important;	 }

/* smart fade */
#stacks_in_3841 .card-base-wrapper, #stacks_in_3841 .card-base-v {  -webkit-animation: fade-21-csss 0.5s  fade-21-css both; animation: fade-21-main-css 0.5s  ease-in-out both; -webkit-animation-delay: 0.6s; animation-delay: 0.6s;  }
#stacks_in_3841 .card-all {  -webkit-animation: fade-21-main-css 0.4s  ease-in-out both;  animation: fade-21-main-css 0.4s  ease-in-out both; -webkit-animation-delay: 0.4s; animation-delay: 0.4s;  }
#stacks_in_3841 .card-base-wrapper, #stacks_in_3841 .card-base-v, #stacks_in_3841 .card-all {  
	 -webkit-animation: fade-21-css 0.2s  ease-in-out both !important;  animation: fade-21-css 0.2s ease-in-out both !important; -webkit-animation-delay: 0s !important; animation-delay: 0s !important; -webkit-animation: fade-21-main-css 0.2s  fade-21-main-css both !important; animation: fade-21-css 0.2s  ease-in-out both !important; -webkit-animation-delay: 0s !important; animation-delay: 0s !important;  		
		
	   
 }
#stacks_in_3841 .inner_slice_content {  -webkit-animation: fade-21-css 0.52s  ease-in-out both; animation: fade-21-css 0.52s  ease-in-out both !important;  -webkit-animation-delay: 0.75s; animation-delay: 0.75s;  }
@keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@media screen and (max-width: 770px) {  #stacks_in_3841 .hype-card-base, #stacks_in_3841 .card-base {    } } 
@media screen and (max-width: 770px) { #stacks_in_3841 .hype-card-bg {    } } 
#stacks_in_3841 .inner_slice_wrapper { margin: 0 auto; pointer-events: auto;	   }
#stacks_in_3841 .inner_slice_content {  padding: 20px;  pointer-events: auto; margin: 0 auto; max-width: 450px; }
@media (max-width: 768px) {		
	#stacks_in_3841 .inner_slice_content {  	padding: 15px; 	 }
}

#stacks_in_3841 .inner_slice_content, #stacks_in_3841 .inner_slice_content p, #stacks_in_3841 .inner_slice_content span, #stacks_in_3841 .inner_slice_content [class*="fa fa-"], #stacks_in_3841 .inner_slice_content h1, #stacks_in_3841 .inner_slice_content h2, #stacks_in_3841 .inner_slice_content h3, #stacks_in_3841 .inner_slice_content h4, #stacks_in_3841 .inner_slice_content h5, #stacks_in_3841 .inner_slice_content h6 {  -webkit-font-smoothing: antialiased;   }
#stacks_in_3841 .inner_slice_content a:link [class^="fa fa-"], #stacks_in_3841 .inner_slice_content a:visited [class^="fa fa-"], #stacks_in_3841 .inner_slice_content a:link, #stacks_in_3841 .inner_slice_content a {    }
#stacks_in_3841 .inner_slice_content a:hover [class^="fa fa-"], #stacks_in_3841 .inner_slice_content a:active [class^="fa fa-"], #stacks_in_3841 .inner_slice_content a:hover {    }
#stacks_in_3841 .inner_slice_content, #stacks_in_3841 .inner_slice_content p, #stacks_in_3841 .inner_slice_content span, #stacks_in_3841 .inner_slice_content [class*="fa fa-"],#stacks_in_3841 .inner_slice_content h1, #stacks_in_3841 .inner_slice_content h2, #stacks_in_3841 .inner_slice_content h3, #stacks_in_3841 .inner_slice_content h4, #stacks_in_3841 .inner_slice_content h5, #stacks_in_3841 .inner_slice_content h6 {    }
#stacks_in_3841 .inner_slice_content {  margin-top: 120px;  }/* manin and resp */
#stacks_in_3841 .vertical-21 {  min-height: 120px;  overflow: auto; }
#stacks_in_3841 .hype-card-box {   min-height: 460px !important;   }

@media (max-width: 768px) {		
	#stacks_in_3841 .hype-card-box {    }		
	#stacks_in_3841 .vertical-21 {  	
		 }		
	 #stacks_in_3841 .inner_slice_content {   
	 	 }	 
}
@media (max-width: 568px) {
	#stacks_in_3841 .hype-card-box {   }
	#stacks_in_3841 .vertical-21 {    	
	 }
	#stacks_in_3841 .inner_slice_content {    	 
	   }   
}
/* button */
#stacks_in_3841 .hype-21-button {  display: block !important;  font-style: none !important; background-color: rgba(255, 255, 255, 0.25) !important; color: rgba(255, 255, 255, 1.00) !important; border-radius: 50px !important; -webkit-border-radius: 50px !important;  overflow: auto !important; font-size: 22px !important; line-height: 22px !important; height: auto !important;  padding: 11px 2px 12px !important; font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; margin-top: -0px !important;  } 

#stacks_in_3841 .hype-21-button:hover {  color: rgba(194, 43, 92, 1.00) !important;  } 
#stacks_in_3841 .hype-21-button-x {  display: none !important;  display: block !important;   } 
#stacks_in_3841 .hype-21-button-x:hover { opacity: 0.8 !important; } 

/* caption card */
#stacks_in_3841 .hype-text-card {  color: rgba(255, 255, 255, 1.00) !important; 
 pointer-events: none;  	 	 margin-top: -20px !important;  }
#stacks_in_3841 .hype-text-card-top  {  color: rgba(255, 255, 255, 1.00) !important;  pointer-events: none;   	 	margin-top: -20px !important;  }

#stacks_in_3841 .hype-text-card, #stacks_in_3841 .hype-text-card-top {  -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 140px !important; line-height: 140px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important;
		

		text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35) !important;








  }

#stacks_in_3841 .hype-text-card, #stacks_in_3841 .hype-text-card-top, #stacks_in_3841 p .hype-text-card {  font-family: "google_custom_font_selector", sans-serif !important;
 	
 font-family: 'Oswald', sans-serif !important;	font-weight: 500 !important;  	
  }
#stacks_in_3841 .hype-text-card, #stacks_in_3841 .hype-text-card-top {    }

#stacks_in_3841 .trigger-in-view { opacity: 0 !important; margin-top: 0px !important; }
#stacks_in_3841 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */

#stacks_in_3860 {
	background-color: rgba(208, 227, 255, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding:  12px;
}
#stacks_in_3845>.s3_row {
	margin: 0 -3px;
}

#stacks_in_3845>.s3_row>.s3_column_left {
	width: 60.00%;
}

#stacks_in_3845>.s3_row>.s3_column_right {
	width: 40.000000%;
}




#stacks_in_3845>.s3_row>.s3_column {
	padding: 0 3px;
}










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


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


}



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



}






#stacks_in_3989 {
	padding: 10px 0px 0px 0px;
}
/* -- Start EACH CSS Template -- */



/* prevent issue in Foundation theme and some stacks */
#stacks_in_4039 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* foundation RTL theme - fix - direction */
#stacks_in_4039 .HYPE_document { overflow: auto; pointer-events: none !important;  direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important;  }

#stacks_in_4039 .card-shad {   box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);  -webkit-box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);   }
#stacks_in_4039 .card-all {  overflow: hidden; padding: 0; margin: 0;  }
#stacks_in_4039_default21_hype_container {  margin:auto; position:relative; overflow: auto;  }
#stacks_in_4039 .wrapper-21 {  margin-right: auto; margin-left: auto; max-width: 450px; overflow: hidden;  }
#stacks_in_4039 .HYPE_document, #stacks_in_4039 .card-base, #stacks_in_4039 .card-base-wrapper, #stacks_in_4039 .card-base-gif, #stacks_in_4039 .card-base-v, #stacks_in_4039 .wrapper-21, #stacks_in_4039 .vertical-21, #stacks_in_4039 .hype-card-box {  border-radius: 15px !important; -webkit-border-radius: 15px !important;  }
@media (max-width: 630px) {		
	#stacks_in_4039 .HYPE_document, #stacks_in_4039 .card-base,	#stacks_in_4039 .card-base-wrapper, #stacks_in_4039 .card-base-gif,	#stacks_in_4039 .card-base-v,	#stacks_in_4039 .wrapper-21, #stacks_in_4039 .vertical-21, #stacks_in_4039 .hype-card-box {  	 }
}
#stacks_in_4039 .card-base, #stacks_in_4039 .card-base-v, #stacks_in_4039 .card-base-gif, #stacks_in_4039 .card-base-wrapper, #stacks_in_4039 .card-shad  {  position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 450px;  }
#stacks_in_4039 .card-base  {  position: relative; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 450px;  }
#stacks_in_4039 .hype-card-base {  max-width: 450px;  }

#stacks_in_4039 .card-base-v, #stacks_in_4039 .hype-card-base-v { display: none !important;  	
	  display: none;  }

#stacks_in_4039 .card-base-gif {  mix-blend-mode: hard-light; background-image: url(../files/blank.gif); filter: blur(4px); background-size: cover; opacity: 0.2;	
	 
	
	  }
 #stacks_in_4039 .hype-card-base, #stacks_in_4039 .card-base {  	
   
   background-image: url(../files/stack_bg_image-4039.jpg) !important;  	
  
   	
     
  background-size: cover !important;
	background-position: 50% 50% !important;
 }

#stacks_in_4039 .card-base, #stacks_in_4039 .card-base-wrapper, #stacks_in_4039 .vertical-21 {  overflow: hidden !important;   }
#stacks_in_4039 .card-base  {  overflow: hidden !important;  }
#stacks_in_4039 .card-base { filter: blur(0);    }

#stacks_in_4039 .hype-card-bg {  	background-position: 50% 0% !important;
   background-image: url(../files/stack_card_image-4039.jpg) !important;  	
  
     
  background-size: cover !important;	 }

/* smart fade */
#stacks_in_4039 .card-base-wrapper, #stacks_in_4039 .card-base-v {  -webkit-animation: fade-21-csss 0.5s  fade-21-css both; animation: fade-21-main-css 0.5s  ease-in-out both; -webkit-animation-delay: 0.6s; animation-delay: 0.6s;  }
#stacks_in_4039 .card-all {  -webkit-animation: fade-21-main-css 0.4s  ease-in-out both;  animation: fade-21-main-css 0.4s  ease-in-out both; -webkit-animation-delay: 0.4s; animation-delay: 0.4s;  }
#stacks_in_4039 .card-base-wrapper, #stacks_in_4039 .card-base-v, #stacks_in_4039 .card-all {  
	 -webkit-animation: fade-21-css 0.2s  ease-in-out both !important;  animation: fade-21-css 0.2s ease-in-out both !important; -webkit-animation-delay: 0s !important; animation-delay: 0s !important; -webkit-animation: fade-21-main-css 0.2s  fade-21-main-css both !important; animation: fade-21-css 0.2s  ease-in-out both !important; -webkit-animation-delay: 0s !important; animation-delay: 0s !important;  		
		
	   
 }
#stacks_in_4039 .inner_slice_content {  -webkit-animation: fade-21-css 0.52s  ease-in-out both; animation: fade-21-css 0.52s  ease-in-out both !important;  -webkit-animation-delay: 0.75s; animation-delay: 0.75s;  }
@keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@media screen and (max-width: 770px) {  #stacks_in_4039 .hype-card-base, #stacks_in_4039 .card-base {    } } 
@media screen and (max-width: 770px) { #stacks_in_4039 .hype-card-bg {    } } 
#stacks_in_4039 .inner_slice_wrapper { margin: 0 auto; pointer-events: auto;	   }
#stacks_in_4039 .inner_slice_content {  padding: 20px;  pointer-events: auto; margin: 0 auto; max-width: 450px; }
@media (max-width: 768px) {		
	#stacks_in_4039 .inner_slice_content {  	padding: 15px; 	 }
}

#stacks_in_4039 .inner_slice_content, #stacks_in_4039 .inner_slice_content p, #stacks_in_4039 .inner_slice_content span, #stacks_in_4039 .inner_slice_content [class*="fa fa-"], #stacks_in_4039 .inner_slice_content h1, #stacks_in_4039 .inner_slice_content h2, #stacks_in_4039 .inner_slice_content h3, #stacks_in_4039 .inner_slice_content h4, #stacks_in_4039 .inner_slice_content h5, #stacks_in_4039 .inner_slice_content h6 {  -webkit-font-smoothing: antialiased;   }
#stacks_in_4039 .inner_slice_content a:link [class^="fa fa-"], #stacks_in_4039 .inner_slice_content a:visited [class^="fa fa-"], #stacks_in_4039 .inner_slice_content a:link, #stacks_in_4039 .inner_slice_content a {    }
#stacks_in_4039 .inner_slice_content a:hover [class^="fa fa-"], #stacks_in_4039 .inner_slice_content a:active [class^="fa fa-"], #stacks_in_4039 .inner_slice_content a:hover {    }
#stacks_in_4039 .inner_slice_content, #stacks_in_4039 .inner_slice_content p, #stacks_in_4039 .inner_slice_content span, #stacks_in_4039 .inner_slice_content [class*="fa fa-"],#stacks_in_4039 .inner_slice_content h1, #stacks_in_4039 .inner_slice_content h2, #stacks_in_4039 .inner_slice_content h3, #stacks_in_4039 .inner_slice_content h4, #stacks_in_4039 .inner_slice_content h5, #stacks_in_4039 .inner_slice_content h6 {    }
#stacks_in_4039 .inner_slice_content {  margin-top: 120px;  }/* manin and resp */
#stacks_in_4039 .vertical-21 {  min-height: 120px;  overflow: auto; }
#stacks_in_4039 .hype-card-box {   min-height: 460px !important;   }

@media (max-width: 768px) {		
	#stacks_in_4039 .hype-card-box {    }		
	#stacks_in_4039 .vertical-21 {  	
		 }		
	 #stacks_in_4039 .inner_slice_content {   
	 	 }	 
}
@media (max-width: 568px) {
	#stacks_in_4039 .hype-card-box {   }
	#stacks_in_4039 .vertical-21 {    	
	 }
	#stacks_in_4039 .inner_slice_content {    	 
	   }   
}
/* button */
#stacks_in_4039 .hype-21-button {  display: block !important;  font-style: none !important; background-color: rgba(255, 255, 255, 0.25) !important; color: rgba(255, 255, 255, 1.00) !important; border-radius: 50px !important; -webkit-border-radius: 50px !important;  overflow: auto !important; font-size: 22px !important; line-height: 22px !important; height: auto !important;  padding: 11px 2px 12px !important; font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; margin-top: -0px !important;  } 

#stacks_in_4039 .hype-21-button:hover {  color: rgba(194, 43, 92, 1.00) !important;  } 
#stacks_in_4039 .hype-21-button-x {  display: none !important;  display: block !important;   } 
#stacks_in_4039 .hype-21-button-x:hover { opacity: 0.8 !important; } 

/* caption card */
#stacks_in_4039 .hype-text-card {  color: rgba(255, 255, 255, 1.00) !important; 
 pointer-events: none;  	 	 margin-top: -20px !important;  }
#stacks_in_4039 .hype-text-card-top  {  color: rgba(255, 255, 255, 1.00) !important;  pointer-events: none;   	 	margin-top: -20px !important;  }

#stacks_in_4039 .hype-text-card, #stacks_in_4039 .hype-text-card-top {  -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 140px !important; line-height: 140px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important;
		

		text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35) !important;








  }

#stacks_in_4039 .hype-text-card, #stacks_in_4039 .hype-text-card-top, #stacks_in_4039 p .hype-text-card {  font-family: "google_custom_font_selector", sans-serif !important;
 	
 font-family: 'Oswald', sans-serif !important;	font-weight: 500 !important;  	
  }
#stacks_in_4039 .hype-text-card, #stacks_in_4039 .hype-text-card-top {    }

#stacks_in_4039 .trigger-in-view { opacity: 0 !important; margin-top: 0px !important; }
#stacks_in_4039 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */

#stacks_in_4040 {
	background-color: rgba(208, 227, 255, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding:  12px;
}
#stacks_in_4045>.s3_row {
	margin: 0 -3px;
}

#stacks_in_4045>.s3_row>.s3_column_left {
	width: 60.00%;
}

#stacks_in_4045>.s3_row>.s3_column_right {
	width: 40.000000%;
}




#stacks_in_4045>.s3_row>.s3_column {
	padding: 0 3px;
}










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


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


}



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



}






#stacks_in_4026 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4071 {
	padding: 60px 0px 0px 0px;
}

#stacks_out_4071 {
	width: 250px;
}
#stacks_in_3993>.s3_row {
	margin: 0 -14px;
}

#stacks_in_3993>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_3993>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_3993>.s3_row>.s3_column {
	padding: 0 14px;
}










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


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


}



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



}





/* -- Start EACH CSS Template -- */



/* prevent issue in Foundation theme and some stacks */
#stacks_in_4052 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* foundation RTL theme - fix - direction */
#stacks_in_4052 .HYPE_document { overflow: auto; pointer-events: none !important;  direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important;  }

#stacks_in_4052 .card-shad {   box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);  -webkit-box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);   }
#stacks_in_4052 .card-all {  overflow: hidden; padding: 0; margin: 0;  }
#stacks_in_4052_default21_hype_container {  margin:auto; position:relative; overflow: auto;  }
#stacks_in_4052 .wrapper-21 {  margin-right: auto; margin-left: auto; max-width: 450px; overflow: hidden;  }
#stacks_in_4052 .HYPE_document, #stacks_in_4052 .card-base, #stacks_in_4052 .card-base-wrapper, #stacks_in_4052 .card-base-gif, #stacks_in_4052 .card-base-v, #stacks_in_4052 .wrapper-21, #stacks_in_4052 .vertical-21, #stacks_in_4052 .hype-card-box {  border-radius: 15px !important; -webkit-border-radius: 15px !important;  }
@media (max-width: 630px) {		
	#stacks_in_4052 .HYPE_document, #stacks_in_4052 .card-base,	#stacks_in_4052 .card-base-wrapper, #stacks_in_4052 .card-base-gif,	#stacks_in_4052 .card-base-v,	#stacks_in_4052 .wrapper-21, #stacks_in_4052 .vertical-21, #stacks_in_4052 .hype-card-box {  	 }
}
#stacks_in_4052 .card-base, #stacks_in_4052 .card-base-v, #stacks_in_4052 .card-base-gif, #stacks_in_4052 .card-base-wrapper, #stacks_in_4052 .card-shad  {  position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 450px;  }
#stacks_in_4052 .card-base  {  position: relative; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 450px;  }
#stacks_in_4052 .hype-card-base {  max-width: 450px;  }

#stacks_in_4052 .card-base-v, #stacks_in_4052 .hype-card-base-v { display: none !important;   display: block !important;	 background: linear-gradient(0deg, rgba(16, 123, 154, 0.94) 10%, rgba(183, 44, 94, 0.41) 100%) !important; 	
	   }

#stacks_in_4052 .card-base-gif {  mix-blend-mode: hard-light; background-image: url(../files/blank.gif); filter: blur(4px); background-size: cover; opacity: 0.3;	
	 
	
	  }
 #stacks_in_4052 .hype-card-base, #stacks_in_4052 .card-base {  	
   
   background-image: url(../files/stack_bg_image-4052.jpg) !important;  	
  
   	
     
  background-size: cover !important;
	background-position: 50% 50% !important;
 }

#stacks_in_4052 .card-base, #stacks_in_4052 .card-base-wrapper, #stacks_in_4052 .vertical-21 {  overflow: hidden !important;   }
#stacks_in_4052 .card-base  {  overflow: hidden !important;  }
#stacks_in_4052 .card-base { filter: blur(0);    }

#stacks_in_4052 .hype-card-bg {  	background-position: 50% 0% !important;
   background-image: url(../files/stack_card_image-4052.jpg) !important;  	
  
     
  background-size: cover !important;	 }

/* smart fade */
#stacks_in_4052 .card-base-wrapper, #stacks_in_4052 .card-base-v {  -webkit-animation: fade-21-csss 0.5s  fade-21-css both; animation: fade-21-main-css 0.5s  ease-in-out both; -webkit-animation-delay: 0.6s; animation-delay: 0.6s;  }
#stacks_in_4052 .card-all {  -webkit-animation: fade-21-main-css 0.4s  ease-in-out both;  animation: fade-21-main-css 0.4s  ease-in-out both; -webkit-animation-delay: 0.4s; animation-delay: 0.4s;  }
#stacks_in_4052 .card-base-wrapper, #stacks_in_4052 .card-base-v, #stacks_in_4052 .card-all {  
	 		
		
	     
 }
#stacks_in_4052 .inner_slice_content {  -webkit-animation: fade-21-css 0.52s  ease-in-out both; animation: fade-21-css 0.52s  ease-in-out both !important;  -webkit-animation-delay: 0.75s; animation-delay: 0.75s;  }
@keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@media screen and (max-width: 770px) {  #stacks_in_4052 .hype-card-base, #stacks_in_4052 .card-base {    } } 
@media screen and (max-width: 770px) { #stacks_in_4052 .hype-card-bg {    } } 
#stacks_in_4052 .inner_slice_wrapper { margin: 0 auto; pointer-events: auto;	   }
#stacks_in_4052 .inner_slice_content {  padding: 20px;  pointer-events: auto; margin: 0 auto; max-width: 450px; }
@media (max-width: 768px) {		
	#stacks_in_4052 .inner_slice_content {  	padding: 15px; 	 }
}

#stacks_in_4052 .inner_slice_content, #stacks_in_4052 .inner_slice_content p, #stacks_in_4052 .inner_slice_content span, #stacks_in_4052 .inner_slice_content [class*="fa fa-"], #stacks_in_4052 .inner_slice_content h1, #stacks_in_4052 .inner_slice_content h2, #stacks_in_4052 .inner_slice_content h3, #stacks_in_4052 .inner_slice_content h4, #stacks_in_4052 .inner_slice_content h5, #stacks_in_4052 .inner_slice_content h6 {  -webkit-font-smoothing: antialiased;   }
#stacks_in_4052 .inner_slice_content a:link [class^="fa fa-"], #stacks_in_4052 .inner_slice_content a:visited [class^="fa fa-"], #stacks_in_4052 .inner_slice_content a:link, #stacks_in_4052 .inner_slice_content a {    }
#stacks_in_4052 .inner_slice_content a:hover [class^="fa fa-"], #stacks_in_4052 .inner_slice_content a:active [class^="fa fa-"], #stacks_in_4052 .inner_slice_content a:hover {    }
#stacks_in_4052 .inner_slice_content, #stacks_in_4052 .inner_slice_content p, #stacks_in_4052 .inner_slice_content span, #stacks_in_4052 .inner_slice_content [class*="fa fa-"],#stacks_in_4052 .inner_slice_content h1, #stacks_in_4052 .inner_slice_content h2, #stacks_in_4052 .inner_slice_content h3, #stacks_in_4052 .inner_slice_content h4, #stacks_in_4052 .inner_slice_content h5, #stacks_in_4052 .inner_slice_content h6 {    }
#stacks_in_4052 .inner_slice_content {  margin-top: 120px;  }/* manin and resp */
#stacks_in_4052 .vertical-21 {  min-height: 120px;  overflow: auto; }
#stacks_in_4052 .hype-card-box {   min-height: 460px !important;   }

@media (max-width: 768px) {		
	#stacks_in_4052 .hype-card-box {    }		
	#stacks_in_4052 .vertical-21 {  	
		 }		
	 #stacks_in_4052 .inner_slice_content {   
	 	 }	 
}
@media (max-width: 568px) {
	#stacks_in_4052 .hype-card-box {   }
	#stacks_in_4052 .vertical-21 {    	
	 }
	#stacks_in_4052 .inner_slice_content {    	 
	   }   
}
/* button */
#stacks_in_4052 .hype-21-button {  display: block !important;  font-style: none !important; background-color: rgba(255, 255, 255, 0.25) !important; color: rgba(255, 255, 255, 1.00) !important; border-radius: 50px !important; -webkit-border-radius: 50px !important;  overflow: auto !important; font-size: 22px !important; line-height: 22px !important; height: auto !important;  padding: 11px 2px 12px !important; font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; margin-top: -0px !important;  } 

#stacks_in_4052 .hype-21-button:hover {  color: rgba(194, 43, 92, 1.00) !important;  } 
#stacks_in_4052 .hype-21-button-x {  display: none !important;  display: block !important;   } 
#stacks_in_4052 .hype-21-button-x:hover { opacity: 0.8 !important; } 

/* caption card */
#stacks_in_4052 .hype-text-card {  color: rgba(255, 255, 255, 1.00) !important; 
 pointer-events: none;  	 	 margin-top: -20px !important;  }
#stacks_in_4052 .hype-text-card-top  {  color: rgba(255, 255, 255, 1.00) !important;  pointer-events: none;   	 	margin-top: -20px !important;  }

#stacks_in_4052 .hype-text-card, #stacks_in_4052 .hype-text-card-top {  -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 140px !important; line-height: 140px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important;
		

		text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35) !important;








  }

#stacks_in_4052 .hype-text-card, #stacks_in_4052 .hype-text-card-top, #stacks_in_4052 p .hype-text-card {  font-family: "google_custom_font_selector", sans-serif !important;
 	
 font-family: 'Oswald', sans-serif !important;	font-weight: 500 !important;  	
  }
#stacks_in_4052 .hype-text-card, #stacks_in_4052 .hype-text-card-top {    }

#stacks_in_4052 .trigger-in-view { opacity: 0 !important; margin-top: 0px !important; }
#stacks_in_4052 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */

#stacks_in_4053 {
	background-color: rgba(208, 227, 255, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding:  12px;
}
#stacks_in_4058>.s3_row {
	margin: 0 -3px;
}

#stacks_in_4058>.s3_row>.s3_column_left {
	width: 60.00%;
}

#stacks_in_4058>.s3_row>.s3_column_right {
	width: 40.000000%;
}




#stacks_in_4058>.s3_row>.s3_column {
	padding: 0 3px;
}










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


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


}



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



}






#stacks_in_4065 {
	padding: 10px 0px 0px 0px;
}
/* -- Start EACH CSS Template -- */



/* prevent issue in Foundation theme and some stacks */
#stacks_in_3994 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* foundation RTL theme - fix - direction */
#stacks_in_3994 .HYPE_document { overflow: auto; pointer-events: none !important;  direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important;  }

#stacks_in_3994 .card-shad {   box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);  -webkit-box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);   }
#stacks_in_3994 .card-all {  overflow: hidden; padding: 0; margin: 0;  }
#stacks_in_3994_default21_hype_container {  margin:auto; position:relative; overflow: auto;  }
#stacks_in_3994 .wrapper-21 {  margin-right: auto; margin-left: auto; max-width: 450px; overflow: hidden;  }
#stacks_in_3994 .HYPE_document, #stacks_in_3994 .card-base, #stacks_in_3994 .card-base-wrapper, #stacks_in_3994 .card-base-gif, #stacks_in_3994 .card-base-v, #stacks_in_3994 .wrapper-21, #stacks_in_3994 .vertical-21, #stacks_in_3994 .hype-card-box {  border-radius: 15px !important; -webkit-border-radius: 15px !important;  }
@media (max-width: 630px) {		
	#stacks_in_3994 .HYPE_document, #stacks_in_3994 .card-base,	#stacks_in_3994 .card-base-wrapper, #stacks_in_3994 .card-base-gif,	#stacks_in_3994 .card-base-v,	#stacks_in_3994 .wrapper-21, #stacks_in_3994 .vertical-21, #stacks_in_3994 .hype-card-box {  	 }
}
#stacks_in_3994 .card-base, #stacks_in_3994 .card-base-v, #stacks_in_3994 .card-base-gif, #stacks_in_3994 .card-base-wrapper, #stacks_in_3994 .card-shad  {  position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 450px;  }
#stacks_in_3994 .card-base  {  position: relative; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 450px;  }
#stacks_in_3994 .hype-card-base {  max-width: 450px;  }

#stacks_in_3994 .card-base-v, #stacks_in_3994 .hype-card-base-v { display: none !important;   display: block !important;	 background: linear-gradient(0deg, rgba(16, 123, 154, 0.94) 10%, rgba(183, 44, 94, 0.41) 100%) !important; 	
	   }

#stacks_in_3994 .card-base-gif {  mix-blend-mode: hard-light; background-image: url(../files/blank.gif); filter: blur(4px); background-size: cover; opacity: 0.3;	
	 
	
	  }
 #stacks_in_3994 .hype-card-base, #stacks_in_3994 .card-base {  	
   
   background-image: url(../files/stack_bg_image-3994.jpg) !important;  	
  
   	
     
  background-size: cover !important;
	background-position: 50% 50% !important;
 }

#stacks_in_3994 .card-base, #stacks_in_3994 .card-base-wrapper, #stacks_in_3994 .vertical-21 {  overflow: hidden !important;   }
#stacks_in_3994 .card-base  {  overflow: hidden !important;  }
#stacks_in_3994 .card-base { filter: blur(0);    }

#stacks_in_3994 .hype-card-bg {  	background-position: 50% 0% !important;
   background-image: url(../files/stack_card_image-3994.jpg) !important;  	
  
     
  background-size: cover !important;	 }

/* smart fade */
#stacks_in_3994 .card-base-wrapper, #stacks_in_3994 .card-base-v {  -webkit-animation: fade-21-csss 0.5s  fade-21-css both; animation: fade-21-main-css 0.5s  ease-in-out both; -webkit-animation-delay: 0.6s; animation-delay: 0.6s;  }
#stacks_in_3994 .card-all {  -webkit-animation: fade-21-main-css 0.4s  ease-in-out both;  animation: fade-21-main-css 0.4s  ease-in-out both; -webkit-animation-delay: 0.4s; animation-delay: 0.4s;  }
#stacks_in_3994 .card-base-wrapper, #stacks_in_3994 .card-base-v, #stacks_in_3994 .card-all {  
	 		
		
	  -webkit-animation: fade-21-css 0.2s  ease-in-out both !important;  animation: fade-21-css 0.2s ease-in-out both !important; -webkit-animation-delay: 0s !important; animation-delay: 0s !important; -webkit-animation: fade-21-main-css 0.2s  fade-21-main-css both !important; animation: fade-21-css 0.2s  ease-in-out both !important; -webkit-animation-delay: 0s !important; animation-delay: 0s !important;     
 }
#stacks_in_3994 .inner_slice_content {  -webkit-animation: fade-21-css 0.52s  ease-in-out both; animation: fade-21-css 0.52s  ease-in-out both !important;  -webkit-animation-delay: 0.75s; animation-delay: 0.75s;  }
@keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@media screen and (max-width: 770px) {  #stacks_in_3994 .hype-card-base, #stacks_in_3994 .card-base {    } } 
@media screen and (max-width: 770px) { #stacks_in_3994 .hype-card-bg {    } } 
#stacks_in_3994 .inner_slice_wrapper { margin: 0 auto; pointer-events: auto;	   }
#stacks_in_3994 .inner_slice_content {  padding: 20px;  pointer-events: auto; margin: 0 auto; max-width: 450px; }
@media (max-width: 768px) {		
	#stacks_in_3994 .inner_slice_content {  	padding: 15px; 	 }
}

#stacks_in_3994 .inner_slice_content, #stacks_in_3994 .inner_slice_content p, #stacks_in_3994 .inner_slice_content span, #stacks_in_3994 .inner_slice_content [class*="fa fa-"], #stacks_in_3994 .inner_slice_content h1, #stacks_in_3994 .inner_slice_content h2, #stacks_in_3994 .inner_slice_content h3, #stacks_in_3994 .inner_slice_content h4, #stacks_in_3994 .inner_slice_content h5, #stacks_in_3994 .inner_slice_content h6 {  -webkit-font-smoothing: antialiased;   }
#stacks_in_3994 .inner_slice_content a:link [class^="fa fa-"], #stacks_in_3994 .inner_slice_content a:visited [class^="fa fa-"], #stacks_in_3994 .inner_slice_content a:link, #stacks_in_3994 .inner_slice_content a {    }
#stacks_in_3994 .inner_slice_content a:hover [class^="fa fa-"], #stacks_in_3994 .inner_slice_content a:active [class^="fa fa-"], #stacks_in_3994 .inner_slice_content a:hover {    }
#stacks_in_3994 .inner_slice_content, #stacks_in_3994 .inner_slice_content p, #stacks_in_3994 .inner_slice_content span, #stacks_in_3994 .inner_slice_content [class*="fa fa-"],#stacks_in_3994 .inner_slice_content h1, #stacks_in_3994 .inner_slice_content h2, #stacks_in_3994 .inner_slice_content h3, #stacks_in_3994 .inner_slice_content h4, #stacks_in_3994 .inner_slice_content h5, #stacks_in_3994 .inner_slice_content h6 {    }
#stacks_in_3994 .inner_slice_content {  margin-top: 120px;  }/* manin and resp */
#stacks_in_3994 .vertical-21 {  min-height: 120px;  overflow: auto; }
#stacks_in_3994 .hype-card-box {   min-height: 460px !important;   }

@media (max-width: 768px) {		
	#stacks_in_3994 .hype-card-box {    }		
	#stacks_in_3994 .vertical-21 {  	
		 }		
	 #stacks_in_3994 .inner_slice_content {   
	 	 }	 
}
@media (max-width: 568px) {
	#stacks_in_3994 .hype-card-box {   }
	#stacks_in_3994 .vertical-21 {    	
	 }
	#stacks_in_3994 .inner_slice_content {    	 
	   }   
}
/* button */
#stacks_in_3994 .hype-21-button {  display: block !important;  font-style: none !important; background-color: rgba(255, 255, 255, 0.25) !important; color: rgba(255, 255, 255, 1.00) !important; border-radius: 50px !important; -webkit-border-radius: 50px !important;  overflow: auto !important; font-size: 22px !important; line-height: 22px !important; height: auto !important;  padding: 11px 2px 12px !important; font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; margin-top: -0px !important;  } 

#stacks_in_3994 .hype-21-button:hover {  color: rgba(194, 43, 92, 1.00) !important;  } 
#stacks_in_3994 .hype-21-button-x {  display: none !important;  display: block !important;   } 
#stacks_in_3994 .hype-21-button-x:hover { opacity: 0.8 !important; } 

/* caption card */
#stacks_in_3994 .hype-text-card {  color: rgba(255, 255, 255, 1.00) !important; 
 pointer-events: none;  	 	 margin-top: -20px !important;  }
#stacks_in_3994 .hype-text-card-top  {  color: rgba(255, 255, 255, 1.00) !important;  pointer-events: none;   	 	margin-top: -20px !important;  }

#stacks_in_3994 .hype-text-card, #stacks_in_3994 .hype-text-card-top {  -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 140px !important; line-height: 140px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important;
		

		text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35) !important;








  }

#stacks_in_3994 .hype-text-card, #stacks_in_3994 .hype-text-card-top, #stacks_in_3994 p .hype-text-card {  font-family: "google_custom_font_selector", sans-serif !important;
 	
 font-family: 'Oswald', sans-serif !important;	font-weight: 500 !important;  	
  }
#stacks_in_3994 .hype-text-card, #stacks_in_3994 .hype-text-card-top {    }

#stacks_in_3994 .trigger-in-view { opacity: 0 !important; margin-top: 0px !important; }
#stacks_in_3994 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */

#stacks_in_3995 {
	background-color: rgba(208, 227, 255, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding:  12px;
}
#stacks_in_4000>.s3_row {
	margin: 0 -3px;
}

#stacks_in_4000>.s3_row>.s3_column_left {
	width: 60.00%;
}

#stacks_in_4000>.s3_row>.s3_column_right {
	width: 40.000000%;
}




#stacks_in_4000>.s3_row>.s3_column {
	padding: 0 3px;
}










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


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


}



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



}






#stacks_in_4007 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4073 {
	padding: 60px 0px 0px 0px;
}

#stacks_out_4073 {
	width: 250px;
}
#stacks_in_3899>.s3_row {
	margin: 0 -16px;
}

#stacks_in_3899>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_3899>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_3899>.s3_row>.s3_column {
	padding: 0 16px;
}










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


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


}



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



}





/* -- Start EACH CSS Template -- */



/* prevent issue in Foundation theme and some stacks */
#stacks_in_3942 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* foundation RTL theme - fix - direction */
#stacks_in_3942 .HYPE_document { overflow: auto; pointer-events: none !important;  direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important;  }

#stacks_in_3942 .card-shad {   box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);  -webkit-box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);   }
#stacks_in_3942 .card-all {  overflow: hidden; padding: 0; margin: 0;  }
#stacks_in_3942_default21_hype_container {  margin:auto; position:relative; overflow: auto;  }
#stacks_in_3942 .wrapper-21 {  margin-right: auto; margin-left: auto; max-width: 450px; overflow: hidden;  }
#stacks_in_3942 .HYPE_document, #stacks_in_3942 .card-base, #stacks_in_3942 .card-base-wrapper, #stacks_in_3942 .card-base-gif, #stacks_in_3942 .card-base-v, #stacks_in_3942 .wrapper-21, #stacks_in_3942 .vertical-21, #stacks_in_3942 .hype-card-box {  border-radius: 15px !important; -webkit-border-radius: 15px !important;  }
@media (max-width: 630px) {		
	#stacks_in_3942 .HYPE_document, #stacks_in_3942 .card-base,	#stacks_in_3942 .card-base-wrapper, #stacks_in_3942 .card-base-gif,	#stacks_in_3942 .card-base-v,	#stacks_in_3942 .wrapper-21, #stacks_in_3942 .vertical-21, #stacks_in_3942 .hype-card-box {  	 }
}
#stacks_in_3942 .card-base, #stacks_in_3942 .card-base-v, #stacks_in_3942 .card-base-gif, #stacks_in_3942 .card-base-wrapper, #stacks_in_3942 .card-shad  {  position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 450px;  }
#stacks_in_3942 .card-base  {  position: relative; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 450px;  }
#stacks_in_3942 .hype-card-base {  max-width: 450px;  }

#stacks_in_3942 .card-base-v, #stacks_in_3942 .hype-card-base-v { display: none !important;   display: block !important;	 background: linear-gradient(0deg, rgba(16, 123, 154, 0.94) 10%, rgba(183, 44, 94, 0.41) 100%) !important; 	
	   }

#stacks_in_3942 .card-base-gif {  mix-blend-mode: hard-light; background-image: url(../files/blank.gif); filter: blur(4px); background-size: cover; opacity: 1;	
	 
	
	  }
 #stacks_in_3942 .hype-card-base, #stacks_in_3942 .card-base {  	
   
   background-image: url(../files/stack_bg_image-3942.jpg) !important;  	
  
   	
     
  background-size: cover !important;
	background-position: 50% 50% !important;
 }

#stacks_in_3942 .card-base, #stacks_in_3942 .card-base-wrapper, #stacks_in_3942 .vertical-21 {  overflow: hidden !important;   }
#stacks_in_3942 .card-base  {  overflow: hidden !important;  }
#stacks_in_3942 .card-base { filter: blur(0);    }

#stacks_in_3942 .hype-card-bg {  	background-position: 50% 0% !important;
   background-image: url(../files/stack_card_image-3942.jpg) !important;  	
  
     
  background-size: cover !important;	 }

/* smart fade */
#stacks_in_3942 .card-base-wrapper, #stacks_in_3942 .card-base-v {  -webkit-animation: fade-21-csss 0.5s  fade-21-css both; animation: fade-21-main-css 0.5s  ease-in-out both; -webkit-animation-delay: 0.6s; animation-delay: 0.6s;  }
#stacks_in_3942 .card-all {  -webkit-animation: fade-21-main-css 0.4s  ease-in-out both;  animation: fade-21-main-css 0.4s  ease-in-out both; -webkit-animation-delay: 0.4s; animation-delay: 0.4s;  }
#stacks_in_3942 .card-base-wrapper, #stacks_in_3942 .card-base-v, #stacks_in_3942 .card-all {  
	 		
		
	   
 }
#stacks_in_3942 .inner_slice_content {  -webkit-animation: fade-21-css 0.52s  ease-in-out both; animation: fade-21-css 0.52s  ease-in-out both !important;  -webkit-animation-delay: 0.75s; animation-delay: 0.75s;  }
@keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@media screen and (max-width: 770px) {  #stacks_in_3942 .hype-card-base, #stacks_in_3942 .card-base {    } } 
@media screen and (max-width: 770px) { #stacks_in_3942 .hype-card-bg {    } } 
#stacks_in_3942 .inner_slice_wrapper { margin: 0 auto; pointer-events: auto;	   }
#stacks_in_3942 .inner_slice_content {  padding: 20px;  pointer-events: auto; margin: 0 auto; max-width: 450px; }
@media (max-width: 768px) {		
	#stacks_in_3942 .inner_slice_content {  	padding: 15px; 	 }
}

#stacks_in_3942 .inner_slice_content, #stacks_in_3942 .inner_slice_content p, #stacks_in_3942 .inner_slice_content span, #stacks_in_3942 .inner_slice_content [class*="fa fa-"], #stacks_in_3942 .inner_slice_content h1, #stacks_in_3942 .inner_slice_content h2, #stacks_in_3942 .inner_slice_content h3, #stacks_in_3942 .inner_slice_content h4, #stacks_in_3942 .inner_slice_content h5, #stacks_in_3942 .inner_slice_content h6 {  -webkit-font-smoothing: antialiased;   }
#stacks_in_3942 .inner_slice_content a:link [class^="fa fa-"], #stacks_in_3942 .inner_slice_content a:visited [class^="fa fa-"], #stacks_in_3942 .inner_slice_content a:link, #stacks_in_3942 .inner_slice_content a {    }
#stacks_in_3942 .inner_slice_content a:hover [class^="fa fa-"], #stacks_in_3942 .inner_slice_content a:active [class^="fa fa-"], #stacks_in_3942 .inner_slice_content a:hover {    }
#stacks_in_3942 .inner_slice_content, #stacks_in_3942 .inner_slice_content p, #stacks_in_3942 .inner_slice_content span, #stacks_in_3942 .inner_slice_content [class*="fa fa-"],#stacks_in_3942 .inner_slice_content h1, #stacks_in_3942 .inner_slice_content h2, #stacks_in_3942 .inner_slice_content h3, #stacks_in_3942 .inner_slice_content h4, #stacks_in_3942 .inner_slice_content h5, #stacks_in_3942 .inner_slice_content h6 {    }
#stacks_in_3942 .inner_slice_content {  margin-top: 120px;  }/* manin and resp */
#stacks_in_3942 .vertical-21 {  min-height: 120px;  overflow: auto; }
#stacks_in_3942 .hype-card-box {   min-height: 460px !important;   }

@media (max-width: 768px) {		
	#stacks_in_3942 .hype-card-box {    }		
	#stacks_in_3942 .vertical-21 {  	
		 }		
	 #stacks_in_3942 .inner_slice_content {   
	 	 }	 
}
@media (max-width: 568px) {
	#stacks_in_3942 .hype-card-box {   }
	#stacks_in_3942 .vertical-21 {    	
	 }
	#stacks_in_3942 .inner_slice_content {    	 
	   }   
}
/* button */
#stacks_in_3942 .hype-21-button {  display: block !important;  font-style: none !important; background-color: rgba(255, 255, 255, 0.25) !important; color: rgba(255, 255, 255, 1.00) !important; border-radius: 50px !important; -webkit-border-radius: 50px !important;  overflow: auto !important; font-size: 22px !important; line-height: 22px !important; height: auto !important;  padding: 11px 2px 12px !important; font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; margin-top: -0px !important;  } 

#stacks_in_3942 .hype-21-button:hover {  color: rgba(194, 43, 92, 1.00) !important;  } 
#stacks_in_3942 .hype-21-button-x {  display: none !important;  display: block !important;   } 
#stacks_in_3942 .hype-21-button-x:hover { opacity: 0.8 !important; } 

/* caption card */
#stacks_in_3942 .hype-text-card {  color: rgba(255, 255, 255, 1.00) !important; 
	  	 margin-top: -20px !important;  }
#stacks_in_3942 .hype-text-card-top  {  color: rgba(255, 255, 255, 1.00) !important;   display: none !important;  	 	margin-top: -20px !important;  }

#stacks_in_3942 .hype-text-card, #stacks_in_3942 .hype-text-card-top {  -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 140px !important; line-height: 140px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important;
		

		text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35) !important;








  }

#stacks_in_3942 .hype-text-card, #stacks_in_3942 .hype-text-card-top, #stacks_in_3942 p .hype-text-card {  font-family: "google_custom_font_selector", sans-serif !important;
 	
 font-family: 'Oswald', sans-serif !important;	font-weight: 500 !important;  	
  }
#stacks_in_3942 .hype-text-card, #stacks_in_3942 .hype-text-card-top {    }

#stacks_in_3942 .trigger-in-view { opacity: 0 !important; margin-top: 300px !important; }
#stacks_in_3942 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */

#stacks_in_3943 {
	background-color: rgba(208, 227, 255, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding:  12px;
}
#stacks_in_3948>.s3_row {
	margin: 0 -3px;
}

#stacks_in_3948>.s3_row>.s3_column_left {
	width: 60.00%;
}

#stacks_in_3948>.s3_row>.s3_column_right {
	width: 40.000000%;
}




#stacks_in_3948>.s3_row>.s3_column {
	padding: 0 3px;
}










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


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


}



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



}






#stacks_in_3987 {
	padding: 10px 0px 0px 0px;
}
/* -- Start EACH CSS Template -- */



/* prevent issue in Foundation theme and some stacks */
#stacks_in_3928 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* foundation RTL theme - fix - direction */
#stacks_in_3928 .HYPE_document { overflow: auto; pointer-events: none !important;  direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important;  }

#stacks_in_3928 .card-shad {   box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);  -webkit-box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);   }
#stacks_in_3928 .card-all {  overflow: hidden; padding: 0; margin: 0;  }
#stacks_in_3928_default21_hype_container {  margin:auto; position:relative; overflow: auto;  }
#stacks_in_3928 .wrapper-21 {  margin-right: auto; margin-left: auto; max-width: 450px; overflow: hidden;  }
#stacks_in_3928 .HYPE_document, #stacks_in_3928 .card-base, #stacks_in_3928 .card-base-wrapper, #stacks_in_3928 .card-base-gif, #stacks_in_3928 .card-base-v, #stacks_in_3928 .wrapper-21, #stacks_in_3928 .vertical-21, #stacks_in_3928 .hype-card-box {  border-radius: 15px !important; -webkit-border-radius: 15px !important;  }
@media (max-width: 630px) {		
	#stacks_in_3928 .HYPE_document, #stacks_in_3928 .card-base,	#stacks_in_3928 .card-base-wrapper, #stacks_in_3928 .card-base-gif,	#stacks_in_3928 .card-base-v,	#stacks_in_3928 .wrapper-21, #stacks_in_3928 .vertical-21, #stacks_in_3928 .hype-card-box {  	 }
}
#stacks_in_3928 .card-base, #stacks_in_3928 .card-base-v, #stacks_in_3928 .card-base-gif, #stacks_in_3928 .card-base-wrapper, #stacks_in_3928 .card-shad  {  position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 450px;  }
#stacks_in_3928 .card-base  {  position: relative; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 450px;  }
#stacks_in_3928 .hype-card-base {  max-width: 450px;  }

#stacks_in_3928 .card-base-v, #stacks_in_3928 .hype-card-base-v { display: none !important;   display: block !important;	 background: linear-gradient(0deg, rgba(16, 123, 154, 0.94) 10%, rgba(183, 44, 94, 0.41) 100%) !important; 	
	   }

#stacks_in_3928 .card-base-gif {  mix-blend-mode: hard-light; background-image: url(../files/blank.gif); filter: blur(4px); background-size: cover; opacity: 1;	
	 
	
	  }
 #stacks_in_3928 .hype-card-base, #stacks_in_3928 .card-base {  	
   
   background-image: url(../files/stack_bg_image-3928.jpg) !important;  	
  
   	
     
  background-size: cover !important;
	background-position: 50% 50% !important;
 }

#stacks_in_3928 .card-base, #stacks_in_3928 .card-base-wrapper, #stacks_in_3928 .vertical-21 {  overflow: hidden !important;   }
#stacks_in_3928 .card-base  {  overflow: hidden !important;  }
#stacks_in_3928 .card-base { filter: blur(0);    }

#stacks_in_3928 .hype-card-bg {  	background-position: 50% 0% !important;
   background-image: url(../files/stack_card_image-3928.jpg) !important;  	
  
     
  background-size: cover !important;	 }

/* smart fade */
#stacks_in_3928 .card-base-wrapper, #stacks_in_3928 .card-base-v {  -webkit-animation: fade-21-csss 0.5s  fade-21-css both; animation: fade-21-main-css 0.5s  ease-in-out both; -webkit-animation-delay: 0.6s; animation-delay: 0.6s;  }
#stacks_in_3928 .card-all {  -webkit-animation: fade-21-main-css 0.4s  ease-in-out both;  animation: fade-21-main-css 0.4s  ease-in-out both; -webkit-animation-delay: 0.4s; animation-delay: 0.4s;  }
#stacks_in_3928 .card-base-wrapper, #stacks_in_3928 .card-base-v, #stacks_in_3928 .card-all {  
	 		
	  	
	   
 }
#stacks_in_3928 .inner_slice_content {  -webkit-animation: fade-21-css 0.52s  ease-in-out both; animation: fade-21-css 0.52s  ease-in-out both !important;  -webkit-animation-delay: 0.75s; animation-delay: 0.75s;  }
@keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@media screen and (max-width: 770px) {  #stacks_in_3928 .hype-card-base, #stacks_in_3928 .card-base {    } } 
@media screen and (max-width: 770px) { #stacks_in_3928 .hype-card-bg {    } } 
#stacks_in_3928 .inner_slice_wrapper { margin: 0 auto; pointer-events: auto;	   }
#stacks_in_3928 .inner_slice_content {  padding: 20px;  pointer-events: auto; margin: 0 auto; max-width: 450px; }
@media (max-width: 768px) {		
	#stacks_in_3928 .inner_slice_content {  	padding: 15px; 	 }
}

#stacks_in_3928 .inner_slice_content, #stacks_in_3928 .inner_slice_content p, #stacks_in_3928 .inner_slice_content span, #stacks_in_3928 .inner_slice_content [class*="fa fa-"], #stacks_in_3928 .inner_slice_content h1, #stacks_in_3928 .inner_slice_content h2, #stacks_in_3928 .inner_slice_content h3, #stacks_in_3928 .inner_slice_content h4, #stacks_in_3928 .inner_slice_content h5, #stacks_in_3928 .inner_slice_content h6 {  -webkit-font-smoothing: antialiased;   }
#stacks_in_3928 .inner_slice_content a:link [class^="fa fa-"], #stacks_in_3928 .inner_slice_content a:visited [class^="fa fa-"], #stacks_in_3928 .inner_slice_content a:link, #stacks_in_3928 .inner_slice_content a {    }
#stacks_in_3928 .inner_slice_content a:hover [class^="fa fa-"], #stacks_in_3928 .inner_slice_content a:active [class^="fa fa-"], #stacks_in_3928 .inner_slice_content a:hover {    }
#stacks_in_3928 .inner_slice_content, #stacks_in_3928 .inner_slice_content p, #stacks_in_3928 .inner_slice_content span, #stacks_in_3928 .inner_slice_content [class*="fa fa-"],#stacks_in_3928 .inner_slice_content h1, #stacks_in_3928 .inner_slice_content h2, #stacks_in_3928 .inner_slice_content h3, #stacks_in_3928 .inner_slice_content h4, #stacks_in_3928 .inner_slice_content h5, #stacks_in_3928 .inner_slice_content h6 {    }
#stacks_in_3928 .inner_slice_content {  margin-top: 120px;  }/* manin and resp */
#stacks_in_3928 .vertical-21 {  min-height: 120px;  overflow: auto; }
#stacks_in_3928 .hype-card-box {   min-height: 460px !important;   }

@media (max-width: 768px) {		
	#stacks_in_3928 .hype-card-box {    }		
	#stacks_in_3928 .vertical-21 {  	
		 }		
	 #stacks_in_3928 .inner_slice_content {   
	 	 }	 
}
@media (max-width: 568px) {
	#stacks_in_3928 .hype-card-box {   }
	#stacks_in_3928 .vertical-21 {    	
	 }
	#stacks_in_3928 .inner_slice_content {    	 
	   }   
}
/* button */
#stacks_in_3928 .hype-21-button {  display: block !important;  font-style: none !important; background-color: rgba(255, 255, 255, 0.25) !important; color: rgba(255, 255, 255, 1.00) !important; border-radius: 50px !important; -webkit-border-radius: 50px !important;  overflow: auto !important; font-size: 22px !important; line-height: 22px !important; height: auto !important;  padding: 11px 2px 12px !important; font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; margin-top: -0px !important;  } 

#stacks_in_3928 .hype-21-button:hover {  color: rgba(194, 43, 92, 1.00) !important;  } 
#stacks_in_3928 .hype-21-button-x {  display: none !important;  display: block !important;   } 
#stacks_in_3928 .hype-21-button-x:hover { opacity: 0.8 !important; } 

/* caption card */
#stacks_in_3928 .hype-text-card {  color: rgba(255, 255, 255, 1.00) !important; 
	  display: none !important; 	 margin-top: -20px !important;  }
#stacks_in_3928 .hype-text-card-top  {  color: rgba(255, 255, 255, 1.00) !important;    	 	margin-top: -20px !important;  }

#stacks_in_3928 .hype-text-card, #stacks_in_3928 .hype-text-card-top {  -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 140px !important; line-height: 140px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important;
		

		text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35) !important;








  }

#stacks_in_3928 .hype-text-card, #stacks_in_3928 .hype-text-card-top, #stacks_in_3928 p .hype-text-card {  font-family: "google_custom_font_selector", sans-serif !important;
 	
 font-family: 'Oswald', sans-serif !important;	font-weight: 500 !important;  	
  }
#stacks_in_3928 .hype-text-card, #stacks_in_3928 .hype-text-card-top {    }

#stacks_in_3928 .trigger-in-view { opacity: 0 !important; margin-top: 0px !important; }
#stacks_in_3928 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */

#stacks_in_3929 {
	background-color: rgba(208, 227, 255, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding:  12px;
}
#stacks_in_3934>.s3_row {
	margin: 0 -3px;
}

#stacks_in_3934>.s3_row>.s3_column_left {
	width: 60.00%;
}

#stacks_in_3934>.s3_row>.s3_column_right {
	width: 40.000000%;
}




#stacks_in_3934>.s3_row>.s3_column {
	padding: 0 3px;
}










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


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


}



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



}






#stacks_in_3983 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4075 {
	padding: 60px 0px 0px 0px;
}

#stacks_out_4075 {
	width: 250px;
}
/* -- Start EACH CSS Template -- */



/* prevent issue in Foundation theme and some stacks */
#stacks_in_4096 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* foundation RTL theme - fix - direction */
#stacks_in_4096 .HYPE_document { overflow: auto; pointer-events: none !important;  direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important;  }

#stacks_in_4096 .card-shad {   box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);  -webkit-box-shadow: inset 0 2px 19px rgba(0, 0, 0, 0.67);   }
#stacks_in_4096 .card-all {  overflow: hidden; padding: 0; margin: 0;  }
#stacks_in_4096_default21_hype_container {  margin:auto; position:relative; overflow: auto;  }
#stacks_in_4096 .wrapper-21 {  margin-right: auto; margin-left: auto; max-width: 350px; overflow: hidden;  }
#stacks_in_4096 .HYPE_document, #stacks_in_4096 .card-base, #stacks_in_4096 .card-base-wrapper, #stacks_in_4096 .card-base-gif, #stacks_in_4096 .card-base-v, #stacks_in_4096 .wrapper-21, #stacks_in_4096 .vertical-21, #stacks_in_4096 .hype-card-box {  border-radius: 15px !important; -webkit-border-radius: 15px !important;  }
@media (max-width: 630px) {		
	#stacks_in_4096 .HYPE_document, #stacks_in_4096 .card-base,	#stacks_in_4096 .card-base-wrapper, #stacks_in_4096 .card-base-gif,	#stacks_in_4096 .card-base-v,	#stacks_in_4096 .wrapper-21, #stacks_in_4096 .vertical-21, #stacks_in_4096 .hype-card-box {  	 }
}
#stacks_in_4096 .card-base, #stacks_in_4096 .card-base-v, #stacks_in_4096 .card-base-gif, #stacks_in_4096 .card-base-wrapper, #stacks_in_4096 .card-shad  {  position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 350px;  }
#stacks_in_4096 .card-base  {  position: relative; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 350px;  }
#stacks_in_4096 .hype-card-base {  max-width: 350px;  }

#stacks_in_4096 .card-base-v, #stacks_in_4096 .hype-card-base-v { display: none !important;   display: block !important;	 background: linear-gradient(0deg, rgba(16, 123, 154, 0.94) 10%, rgba(183, 44, 94, 0.41) 100%) !important; 	
	   }

#stacks_in_4096 .card-base-gif {  mix-blend-mode: hard-light; background-image: url(../files/motion4.gif); filter: blur(4px); background-size: cover; opacity: 0.3;	
	 
	
	 filter: blur(4px);   }
 #stacks_in_4096 .hype-card-base, #stacks_in_4096 .card-base {  	
   
   background-image: url(../files/stack_bg_image-4096.jpg) !important;  	
  
   	
     
  background-size: cover !important;
	background-position: 50% 50% !important;
 }

#stacks_in_4096 .card-base, #stacks_in_4096 .card-base-wrapper, #stacks_in_4096 .vertical-21 {  overflow: hidden !important;   }
#stacks_in_4096 .card-base  {  overflow: hidden !important;  }
#stacks_in_4096 .card-base { filter: blur(0);    }

#stacks_in_4096 .hype-card-bg {  	background-position: 50% 0% !important;
   	
  
     
  background-size: cover !important;	 }

/* smart fade */
#stacks_in_4096 .card-base-wrapper, #stacks_in_4096 .card-base-v {  -webkit-animation: fade-21-csss 0.5s  fade-21-css both; animation: fade-21-main-css 0.5s  ease-in-out both; -webkit-animation-delay: 0.6s; animation-delay: 0.6s;  }
#stacks_in_4096 .card-all {  -webkit-animation: fade-21-main-css 0.4s  ease-in-out both;  animation: fade-21-main-css 0.4s  ease-in-out both; -webkit-animation-delay: 0.4s; animation-delay: 0.4s;  }
#stacks_in_4096 .card-base-wrapper, #stacks_in_4096 .card-base-v, #stacks_in_4096 .card-all {  
	 -webkit-animation: fade-21-css 0.2s  ease-in-out both !important;  animation: fade-21-css 0.2s ease-in-out both !important; -webkit-animation-delay: 0s !important; animation-delay: 0s !important; -webkit-animation: fade-21-main-css 0.2s  fade-21-main-css both !important; animation: fade-21-css 0.2s  ease-in-out both !important; -webkit-animation-delay: 0s !important; animation-delay: 0s !important;  		
		
	   
 }
#stacks_in_4096 .inner_slice_content {  -webkit-animation: fade-21-css 0.52s  ease-in-out both; animation: fade-21-css 0.52s  ease-in-out both !important;  -webkit-animation-delay: 0.75s; animation-delay: 0.75s;  }
@keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-21-main-css { 0% {opacity: 0;} 100% {opacity: 1;} }
@media screen and (max-width: 770px) {  #stacks_in_4096 .hype-card-base, #stacks_in_4096 .card-base {    } } 
@media screen and (max-width: 770px) { #stacks_in_4096 .hype-card-bg {    } } 
#stacks_in_4096 .inner_slice_wrapper { margin: 0 auto; pointer-events: auto;	   }
#stacks_in_4096 .inner_slice_content {  padding: 20px;  pointer-events: auto; margin: 0 auto; max-width: 450px; }
@media (max-width: 768px) {		
	#stacks_in_4096 .inner_slice_content {  	padding: 15px; 	 }
}

#stacks_in_4096 .inner_slice_content, #stacks_in_4096 .inner_slice_content p, #stacks_in_4096 .inner_slice_content span, #stacks_in_4096 .inner_slice_content [class*="fa fa-"], #stacks_in_4096 .inner_slice_content h1, #stacks_in_4096 .inner_slice_content h2, #stacks_in_4096 .inner_slice_content h3, #stacks_in_4096 .inner_slice_content h4, #stacks_in_4096 .inner_slice_content h5, #stacks_in_4096 .inner_slice_content h6 {  -webkit-font-smoothing: antialiased;   }
#stacks_in_4096 .inner_slice_content a:link [class^="fa fa-"], #stacks_in_4096 .inner_slice_content a:visited [class^="fa fa-"], #stacks_in_4096 .inner_slice_content a:link, #stacks_in_4096 .inner_slice_content a {    }
#stacks_in_4096 .inner_slice_content a:hover [class^="fa fa-"], #stacks_in_4096 .inner_slice_content a:active [class^="fa fa-"], #stacks_in_4096 .inner_slice_content a:hover {    }
#stacks_in_4096 .inner_slice_content, #stacks_in_4096 .inner_slice_content p, #stacks_in_4096 .inner_slice_content span, #stacks_in_4096 .inner_slice_content [class*="fa fa-"],#stacks_in_4096 .inner_slice_content h1, #stacks_in_4096 .inner_slice_content h2, #stacks_in_4096 .inner_slice_content h3, #stacks_in_4096 .inner_slice_content h4, #stacks_in_4096 .inner_slice_content h5, #stacks_in_4096 .inner_slice_content h6 {    }
#stacks_in_4096 .inner_slice_content {  margin-top: 50px;  }/* manin and resp */
#stacks_in_4096 .vertical-21 {  min-height: 50px;  overflow: auto; }
#stacks_in_4096 .hype-card-box {    }

@media (max-width: 768px) {		
	#stacks_in_4096 .hype-card-box {    }		
	#stacks_in_4096 .vertical-21 {  	
		 }		
	 #stacks_in_4096 .inner_slice_content {   
	 	 }	 
}
@media (max-width: 568px) {
	#stacks_in_4096 .hype-card-box {   }
	#stacks_in_4096 .vertical-21 {    	
	 }
	#stacks_in_4096 .inner_slice_content {    	 
	   }   
}
/* button */
#stacks_in_4096 .hype-21-button {  display: block !important;  font-style: none !important; background-color: rgba(255, 255, 255, 0.25) !important; color: rgba(255, 255, 255, 1.00) !important; border-radius: 50px !important; -webkit-border-radius: 50px !important;  overflow: auto !important; font-size: 22px !important; line-height: 22px !important; height: auto !important;  padding: 11px 2px 12px !important; font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; margin-top: -0px !important;  } 

#stacks_in_4096 .hype-21-button:hover {  color: rgba(194, 43, 92, 1.00) !important;  } 
#stacks_in_4096 .hype-21-button-x {  display: none !important;  display: block !important;   } 
#stacks_in_4096 .hype-21-button-x:hover { opacity: 0.8 !important; } 

/* caption card */
#stacks_in_4096 .hype-text-card {  color: rgba(255, 255, 255, 1.00) !important; 
 pointer-events: none;  	 	 margin-top: -18px !important;  }
#stacks_in_4096 .hype-text-card-top  {  color: rgba(255, 255, 255, 1.00) !important;  pointer-events: none;   	 	margin-top: -50px !important;  }

#stacks_in_4096 .hype-text-card, #stacks_in_4096 .hype-text-card-top {  -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 140px !important; line-height: 140px !important; letter-spacing: 4px !important; -webkit-font-smoothing: antialiased !important;
		

		text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35) !important;








  }

#stacks_in_4096 .hype-text-card, #stacks_in_4096 .hype-text-card-top, #stacks_in_4096 p .hype-text-card {  font-family: "google_custom_font_selector", sans-serif !important;
 	
 font-family: 'Oswald', sans-serif !important;	font-weight: 500 !important;  	
  }
#stacks_in_4096 .hype-text-card, #stacks_in_4096 .hype-text-card-top {    }

#stacks_in_4096 .trigger-in-view { opacity: 0 !important; margin-top: 0px !important; }
#stacks_in_4096 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */

#stacks_in_4096 {
	margin: 30px 0px 30px 0px;
}

#stacks_in_4097 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  3px;
}
