/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code */.com_joeworkman_stacks_glider_stack .glider-wrapper,.com_joeworkman_stacks_glider_stack .glider-button{position:fixed;z-index:99999;border:none}.com_joeworkman_stacks_glider_stack .glider-toggle{padding:1rem;cursor:pointer;font-size:1rem;outline:none;height:auto}.com_joeworkman_stacks_glider_stack .glider-toggle.opened{z-index:999999}.com_joeworkman_stacks_glider_stack .glider-toggle i.fa{display:none;line-height:1.28571429em}.com_joeworkman_stacks_glider_stack .glider-toggle.round.custom-style{border-radius:1000px}.com_joeworkman_stacks_glider_stack .glider-toggle.radius.custom-style{border-radius:3px}.com_joeworkman_stacks_glider_stack .glider-toggle.opened i.fa.close-icon{display:inline-block}.com_joeworkman_stacks_glider_stack .glider-toggle:not(.opened) i.fa.open{display:inline-block}.com_joeworkman_stacks_glider_stack .glider-wrapper{width:0;overflow:auto;-webkit-overflow-scrolling:touch}.com_joeworkman_stacks_glider_stack .glider-wrapper.opened{width:100%;z-index:199999}.com_joeworkman_stacks_glider_stack .glider-wrapper .glider-content.centerContent{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}.com_joeworkman_stacks_glider_stack .glider-wrapper > .glider-toggle{position:absolute;top:0;right:0;background:transparent;margin:0;z-index:999999;display:block}@media only screen and (min-width:40.063em){.com_joeworkman_stacks_glider_stack .glider-wrapper > .glider-toggle{display:none}}.com_joeworkman_stacks_glider_stack .glider-wrapper > .glider-toggle i.fa{display:block}.com_joeworkman_stacks_glider_stack .glider-wrapper.size-100 > .glider-toggle{display:block !important}.com_joeworkman_stacks_glider_stack .headless .glider-button{display:none}.com_joeworkman_stacks_glider_stack .headless .glider-wrapper .glider-toggle{display:block}.com_joeworkman_stacks_glider_stack .launcher-bar .glider-button{width:100%}.com_joeworkman_stacks_glider_stack .location-left .glider-wrapper{height:100%;top:0;left:0}.com_joeworkman_stacks_glider_stack .location-left .glider-wrapper.opened.accent{-webkit-box-shadow:inset -1px 0 15px rgba(255,255,255,0.2),1px 0 2px rgba(0,0,0,0.3);box-shadow:inset -1px 0 15px rgba(255,255,255,0.2),1px 0 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-left .glider-button{left:0}.com_joeworkman_stacks_glider_stack .location-left .glider-button.flush.radius{border-top-left-radius:0;border-bottom-left-radius:0}.com_joeworkman_stacks_glider_stack .location-left .glider-button.opened{left:100%}.com_joeworkman_stacks_glider_stack .location-left.slideout .glider-wrapper{width:100%;margin-left:-100%}.com_joeworkman_stacks_glider_stack .location-left.slideout .glider-wrapper.opened{margin-left:0 !important}.com_joeworkman_stacks_glider_stack .location-right .glider-wrapper{height:100%;top:0;right:0}.com_joeworkman_stacks_glider_stack .location-right .glider-wrapper.opened.accent{-webkit-box-shadow:inset 1px 0 15px rgba(255,255,255,0.2),-1px 0 2px rgba(0,0,0,0.3);box-shadow:inset 1px 0 15px rgba(255,255,255,0.2),-1px 0 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-right .glider-wrapper .glider-toggle{right:auto;left:0}.com_joeworkman_stacks_glider_stack .location-right .glider-button{right:0}.com_joeworkman_stacks_glider_stack .location-right .glider-button.flush.radius{border-top-right-radius:0;border-bottom-right-radius:0}.com_joeworkman_stacks_glider_stack .location-right .glider-button.opened{right:100%}.com_joeworkman_stacks_glider_stack .location-right.slideout .glider-wrapper{width:100%;margin-right:-100%}.com_joeworkman_stacks_glider_stack .location-right.slideout .glider-wrapper.opened{margin-right:0 !important}.com_joeworkman_stacks_glider_stack .location-top .glider-wrapper{top:0;left:0;width:100%;height:0}.com_joeworkman_stacks_glider_stack .location-top .glider-wrapper.opened{height:100%}.com_joeworkman_stacks_glider_stack .location-top .glider-wrapper.opened.accent{-webkit-box-shadow:inset 0 -1px 15px rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 -1px 15px rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-top .glider-button{top:0}.com_joeworkman_stacks_glider_stack .location-top .glider-button.flush.radius{border-top-right-radius:0;border-top-left-radius:0}.com_joeworkman_stacks_glider_stack .location-top .glider-button.opened{top:100%}.com_joeworkman_stacks_glider_stack .location-bottom .glider-wrapper{bottom:0;left:0;width:100%;height:0}.com_joeworkman_stacks_glider_stack .location-bottom .glider-wrapper.opened{height:100%}.com_joeworkman_stacks_glider_stack .location-bottom .glider-wrapper.opened.accent{-webkit-box-shadow:inset 0 1px 15px rgba(255,255,255,0.2),0 -1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 1px 15px rgba(255,255,255,0.2),0 -1px 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-bottom .glider-button{bottom:0}.com_joeworkman_stacks_glider_stack .location-bottom .glider-button.flush.radius{border-bottom-right-radius:0;border-bottom-left-radius:0}.com_joeworkman_stacks_glider_stack .location-bottom .glider-button.opened{bottom:100%}

#stacks_in_114729 {
	padding: 30px 0px 0px 0px;
}

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

 


    

    #stacks_in_115869 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }	
	#stacks_in_115869 .HYPE_document { overflow: visible; direction:ltr !important; margin:auto; position:relative; min-width: 200px !important;  min-height: 90px !important; }		
	#stacks_in_115869_default27_hype_container,	#stacks_in_115869 .HYPE_document, #stacks_in_115869 .back_wrapper_27, #stacks_in_115869 .back_wrapper { pointer-events: none !important; }		
	#stacks_in_115869_default27_hype_container { direction:ltr !important; margin:auto; display: block !important;	
	-webkit-backface-visibility: hidden !important; -moz-backface-visibility: hidden !important; 
    /* fix flickering */
    -webkit-transform: translate3d(0,0,0) !important;	
	}		
	
	#stacks_in_115869 .size27 { text-align: center; display: block; position: relative;	padding: 0; margin: 0 auto;	min-height: 600px !important; }
	#stacks_in_115869 .back_wrapper_27 { max-width: 1000px; text-align: center; display: block; position: relative; padding: 0; margin: 0 auto; }	
	#stacks_in_115869 .back_wrapper { text-align: center; margin-right: auto; margin-left: auto; display: block; position: relative; }		
		
	@media (max-width: 768px) {
	 #stacks_in_115869 .size27 {  min-height: 400px !important;  height:auto; }
	}
	@media (max-width: 500px) {
	 #stacks_in_115869 .size27 {  min-height: 320px !important;  height:auto; }
	} 	
		
	#stacks_in_115869 .hype-27-bg, #stacks_in_115869 .hype-27-overlay {		  
	  border-radius:0px !important; -webkit-border-radius:0px !important;
	  
	  
	  
	  	  	  
	}	
	
	#stacks_in_115869 .hype-27-bg {	display: none !important;
		  	  
	}
	
   #stacks_in_115869 .hype-27-overlay {
		
		
		
		
		
		   background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(108, 108, 108, 1.00)), to(rgba(64, 64, 64, 0.00))) !important;
		   background-image: -webkit-radial-gradient(50% 50%, rgba(108, 108, 108, 1.00), rgba(64, 64, 64, 0.00)) !important;	
		   background-image: radial-gradient(50% 50%, rgba(108, 108, 108, 1.00), rgba(64, 64, 64, 0.00)) !important;
					
	 			
	}
	
	#stacks_in_115869 .hype-27-pic {	
	display: none !important;
	height: 270px !important;
	margin-left: 105px !important;
	margin-top: -56px !important;		  
	transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important;
	
		
		 display: block !important;
		 
		  background-image: url(https://images.unsplash.com/photo-1611824204322-24963b44d68b?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMzI0OXwwfDF8c2VhcmNofDQ3fHxmYXNoaW9ufGVufDB8fHx8MTcwNzc0MTI2Mnww&ixlib=rb-4.0.3&q=80&w=1080) !important; 
		 background-position: 50% 50% !important; background-size: cover !important; background-repeat: no-repeat !important;
		 
		 border-radius:149px !important; -webkit-border-radius:149px !important;	  
		 
		 
		 
		 		
		 border: 0px solid #A4000C !important;
	 
	
	 
	  
     	  
		
		
				
		
		
		
			
		
		
		  box-shadow: 0px 1px rgba(224, 20, 82, 1.00), -2px 2px rgba(224, 20, 82, 1.00), -3px 3px rgba(224, 20, 82, 1.00), -4px 4px rgba(224, 20, 82, 1.00), -5px 5px rgba(224, 20, 82, 1.00), -6px 6px rgba(224, 20, 82, 1.00), -7px 7px rgba(224, 20, 82, 1.00), -8px 8px rgba(224, 20, 82, 1.00), -9px 9px rgba(224, 20, 82, 1.00), -10px 10px rgba(224, 20, 82, 1.00), -12px 12px rgba(224, 20, 82, 1.00), -14px 14px rgba(224, 20, 82, 1.00), -16px 16px rgba(224, 20, 82, 1.00), -18px 18px rgba(224, 20, 82, 1.00), -20px 20px rgba(224, 20, 82, 1.00), -22px 22px rgba(224, 20, 82, 1.00), -24px 24px rgba(224, 20, 82, 1.00), -26px 26px rgba(224, 20, 82, 1.00), -28px 28px rgba(224, 20, 82, 1.00), -30px 30px rgba(224, 20, 82, 1.00) !important;		           
		
		
								

		
		
		
		
      	  	
	} 
	
	@media (max-width: 480px) {
	 #stacks_in_115869 .hype-27-pic { margin-left: 0px !important; }
	}

	/* pic */	
   #stacks_in_115869 .hype_text_27_box2 { }

    #stacks_in_115869 .hype_text_27_2 {	
		
	 
	  -webkit-font-smoothing: antialiased !important;	
	  font-size: 130px !important;
	  letter-spacing: 0px !important;
	  line-height: 110px !important;
	  font-family: "Bevan", sans-serif !important; 		 	
		
	color: rgba(34, 61, 88, 1.00) !important; 
	 	
	
			 
	 
	margin-top: 71px !important; margin-left: -280px !important;	
	transform: rotate( 0deg ) !important;	-webkit-transform: rotate( 0deg ) !important;
	
	 text-shadow: 5px 5px 0px rgba(255, 255, 255, 1.00); 	
	
	
		

    			
    }
	
	#stacks_in_115869 .hype_text_27_box { margin-top: -40px !important;  }
	 
	#stacks_in_115869 .hype_text_27, #stacks_in_115869 .hype_text_27_reveal, #stacks_in_115869 .hype_text_27_back, #stacks_in_115869 .hype_text_27_line {		
	text-align: center !important;	
	
	font-size: 700px !important; letter-spacing: 0px !important; line-height: 550px !important;
	font-family: "Linkin Park", sans-serif !important; 
	
	
			
	
	 	
	
	 	
	
			 
	
	margin-right: 0px !important;
	margin-left: 0px !important;	
	
		
    }
    		
	#stacks_in_115869 .hype_text_27_back {	
	color: rgba(255, 93, 136, 1.00) !important;	  
    transform: rotate( 0deg ) !important; -webkit-transform: rotate(0deg ) !important; 	
		
		  
     	 
	 
		
		
		

         			
		
		
		
		
		
			
		
		
		
		
		
		
		  text-shadow: 0px 1px rgba(224, 20, 82, 1.00), -2px 2px rgba(224, 20, 82, 1.00), -3px 3px rgba(224, 20, 82, 1.00), -4px 4px rgba(224, 20, 82, 1.00), -5px 5px rgba(224, 20, 82, 1.00),	 -6px 6px rgba(224, 20, 82, 1.00), -7px 7px rgba(224, 20, 82, 1.00), -8px 8px rgba(224, 20, 82, 1.00), -9px 9px rgba(224, 20, 82, 1.00), -10px 10px rgba(224, 20, 82, 1.00), -12px 12px rgba(224, 20, 82, 1.00), -14px 14px rgba(224, 20, 82, 1.00), -16px 16px rgba(224, 20, 82, 1.00), -18px 18px rgba(224, 20, 82, 1.00), -20px 20px rgba(224, 20, 82, 1.00), -22px 22px rgba(224, 20, 82, 1.00), -24px 24px rgba(224, 20, 82, 1.00), -26px 26px rgba(224, 20, 82, 1.00), -28px 28px rgba(224, 20, 82, 1.00), -30px 30px rgba(224, 20, 82, 1.00), -32px 32px rgba(224, 20, 82, 1.00), -34px 34px rgba(224, 20, 82, 1.00), -36px 36px rgba(224, 20, 82, 1.00), -38px 38px rgba(224, 20, 82, 1.00), -40px 40px rgba(224, 20, 82, 1.00), -42px 42px rgba(224, 20, 82, 1.00), -44px 44px rgba(224, 20, 82, 1.00), -46px 46px rgba(224, 20, 82, 1.00), -48px 48px rgba(224, 20, 82, 1.00), -50px 50px rgba(224, 20, 82, 1.00), -52px 52px rgba(224, 20, 82, 1.00), -54px 54px rgba(224, 20, 82, 1.00), -56px 56px rgba(224, 20, 82, 1.00), -58px 58px rgba(224, 20, 82, 1.00), -60px 60px rgba(224, 20, 82, 1.00), -62px 62px rgba(224, 20, 82, 1.00), -64px 64px rgba(224, 20, 82, 1.00), -66px 66px rgba(224, 20, 82, 1.00), -68px 68px rgba(224, 20, 82, 1.00), -70px 70px rgba(224, 20, 82, 1.00), -72px 72px rgba(224, 20, 82, 1.00), -74px 74px rgba(224, 20, 82, 1.00), -76px 76px rgba(224, 20, 82, 1.00), -78px 78px rgba(224, 20, 82, 1.00), -80px 80px rgba(224, 20, 82, 1.00) !important;		           
									

		
		
		
		
		
			
      
	}
	
	/* on off all clips */
	#stacks_in_115869 .hype_text_27_reveal-off {	 	
     /* fix flickering */
     -webkit-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important;	
	}		
	
	#stacks_in_115869 .hype_text_27_reveal {	  display: block !important;  }	
	
	#stacks_in_115869 .hype_text_27 {	  
      display: none !important; 		
     
	}		
	#stacks_in_115869 .hype_text_27, #stacks_in_115869 .hype_text_27_reveal {		
	  color: rgba(255, 255, 255, 1.00) !important;			
		   		
	
    	  
      overflow: visible !important;			
	  -moz-background-clip: text !important;	  background-clip: text !important;	 -webkit-background-clip: text !important;		 	  
	  -webkit-text-fill-color: transparent !important; color: transparent !important; text-shadow: 0 0 rgba(0, 0, 0, 0) !important;
      -webkit-backface-visibility: hidden !important;	 backface-visibility: hidden !important;		
	  -webkit-font-smoothing: antialiased !important; -webkit-font-smoothing: subpixel-antialiased !important; 	  
	  background-position: 50% 10% !important; background-size: cover !important;
	   
	    background-image: url(https://images.unsplash.com/photo-1487147264018-f937fba0c817?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMzI0OXwwfDF8c2VhcmNofDc4fHxnb2xkJTIwd2hpdGV8ZW58MHx8fHwxNzA4MTY1NDkwfDA&ixlib=rb-4.0.3&q=80&w=1080) !important; 
	   	
	 
    -webkit-transform-style: preserve-3d !important;
    -webkit-backface-visibility: hidden !important;

		
	
		
      transform: rotate(0deg) !important;
	  -webkit-transform: rotate(0deg ) !important;
    }	         
    
    #stacks_in_115869 .hype_text_27_line {
	  display: none !important;   		  
	 	
    }
  
  	#stacks_in_115869 .hype-27-shape path, #stacks_in_115869 .hype-27-circle path, #stacks_in_115869 .hype-27-shape-b path, #stacks_in_115869 .hype-27-circle-b path, #stacks_in_115869 .hype-27-stripe path, #stacks_in_115869 .hype-27-stripe-b path { 
  	stroke-width: 112px !important;  	  	
  	 stroke-linecap: round !important; 
  	
  	
    }
	
	#stacks_in_115869 .hype27shapegroup { margin-top: 0px !important; }
	
	#stacks_in_115869 .hype-27-shape, #stacks_in_115869 .hype-27-shape-b {  display: block !important;  }	
	#stacks_in_115869 .hype-27-circle, #stacks_in_115869 .hype-27-circle-b {	  }	
	#stacks_in_115869 .hype-27-stripe, #stacks_in_115869 .hype-27-stripe-b {  }		
	
	#stacks_in_115869 .hype-27-shape path, #stacks_in_115869 .hype-27-circle path, #stacks_in_115869 .hype-27-stripe path { stroke: rgba(224, 20, 82, 0.52) !important; }  	
  	#stacks_in_115869 .hype-27-shape-b path, #stacks_in_115869 .hype-27-circle-b path, #stacks_in_115869 .hype-27-stripe-b path { stroke: rgba(255, 93, 136, 0.51) !important;  }
  	
	#stacks_in_115869 .hype-link-hover-group, #stacks_in_115869 .hype-link-hover, #stacks_in_115869 .hype-link-hover-blank {
	 display: block !important;  }
	
	#stacks_in_115869 .hype-link-hover {  }
	
	#stacks_in_115869 .trigger-1 { margin-top: 0px !important; }	
	#stacks_in_115869 .preview_only { opacity: 0.0 !important; }	
	
	/* @group Built-in Webfonts */	
	@font-face {
	font-family: 'Alfa Slab One';
	src: url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff2') format('woff2'), url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'archivo_blackregular';
	src: url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff2') format('woff2'), url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Anton';
	src: url('../files/webfonts/anton/Anton-Regular.woff2') format('woff2'), url('../files/webfonts/anton/Anton-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }	
	
	@font-face {
	font-family: 'Bevan';
	src: url('../files/webfonts/bevan/Bevan.woff2') format('woff2'), url('../files/webfonts/bevan/Bevan.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'fjalla_oneregular';
	src: url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Gravitas One';
	src: url('../files/webfonts/gravitasone/GravitasOne.woff2') format('woff2'), url('../files/webfonts/gravitasone/GravitasOne.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Linkin Park';
	src: url('../files/webfonts/park/LinkinPark-ExtraBold.woff2') format('woff2'), url('../files/webfonts/park/LinkinPark-ExtraBold.woff') format('woff');
	font-weight: normal; font-style: normal; }	
			
	@font-face {
	font-family: 'Passion One';
	src: url('../files/webfonts/passionone/PassionOne-Regular.woff2') format('woff2'), url('../files/webfonts/passionone/PassionOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'rubik_mono_oneregular';
	src: url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }		
	
	@font-face {
	font-family: 'Ultra';
	src: url('../files/webfonts/ultra/Ultra.woff2') format('woff2'), url('../files/webfonts/ultra/Ultra.woff') format('woff');
	font-weight: normal; font-style: normal; }
	/* @end */



/* -- End EACH CSS Template -- */
#stacks_in_115749 {
	padding: 20px 20px 20px 20px;
}
/* -- Start EACH CSS Template -- */








	#stacks_in_115000 .hype-text-22, #stacks_in_115000 .hype-text-22-mobile { color: rgba(255, 255, 255, 1.00) !important; }
	#stacks_in_115000 .hype-divider-text-bg  { background-color: rgba(203, 203, 203, 1.00) !important;
	border-radius:4px !important; -webkit-border-radius:4px !important; border-style: solid !important; border-top-width: 5px !important; border-bottom-width: 6px !important; border-left-width: 12px !important; border-right-width: 12px !important; border-color: rgba(203, 203, 203, 1.00) !important; margin-right: -20px; margin-left: 0% !important; }
	#stacks_in_115000 .hype-text-22, #stacks_in_115000 .hype-text-22-mobile { -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 15px !important; line-height: 21px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important; }
	
	#stacks_in_115000 .hype-text-22, #stacks_in_115000 .hype-text-22-mobile, #stacks_in_115000 p .hype-text-22, #stacks_in_115000 p .hype-text-22-mobile { font-family: "title_safe_font_selector", sans-serif !important;
	 font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; 
	 }
	#stacks_in_115000 .vertical-22 {  margin: auto; width: 100%; position: relative; min-height: 50px;  min-height: 0px;   }
	
	#stacks_in_115000 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_115000 .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_115000_default22_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_115000 .wrapper-22 {
		margin-right: auto; margin-left: auto; max-width: 1400px; min-height: 50px; 	
		   }
	#stacks_in_115000 .inner_slice_content {
		pointer-events: auto; margin: auto; 	
		 padding: 20px;  	
		     	                
			}
	
	#stacks_in_115000 .hype_line_22_corner7 path {    height: 100% !important;   }		
	#stacks_in_115000 .hype_line_22 path, #stacks_in_115000 .hype_line_22_corner0 path, #stacks_in_115000 .hype_line_22_corner1 path, #stacks_in_115000 .hype_line_22_corner2 path, #stacks_in_115000 .hype_line_22_corner3 path, #stacks_in_115000 .hype_line_22_corner4 path, #stacks_in_115000 .hype_line_22_corner5 path, #stacks_in_115000 .hype_line_22_corner6 path, #stacks_in_115000 .hype_line_22_corner7 path, #stacks_in_115000 .hype_line_22_corner8 path, #stacks_in_115000 .hype_line_22_corner9 path, #stacks_in_115000 .hype_line_22_corner10 path { stroke: #E01452 !important; stroke-linecap: butt !important;  -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  
	}
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_115000 .hype_line_22 path, #stacks_in_115000 .hype_line_22_corner0 path, #stacks_in_115000 .hype_line_22_corner1 path, #stacks_in_115000 .hype_line_22_corner2 path, #stacks_in_115000 .hype_line_22_corner3 path, #stacks_in_115000 .hype_line_22_corner4 path, #stacks_in_115000 .hype_line_22_corner5 path, #stacks_in_115000 .hype_line_22_corner6 path, #stacks_in_115000 .hype_line_22_corner7 path, #stacks_in_115000 .hype_line_22_corner8 path, #stacks_in_115000 .hype_line_22_corner9 path, #stacks_in_115000 .hype_line_22_corner10 path { stroke-width: 2px !important; }
	
@media (min-width: 1030px) {
	  #stacks_in_115000 .hype-text-22 {  }
}
	
@media (max-width: 1030px) {
		#stacks_in_115000 .wrapper-22 { 	
		
		}		
		#stacks_in_115000 .hype-text-22 { 
			  
		   	
			  
		}			
		#stacks_in_115000 .hype-text-22-mobile { 
		     }	
		#stacks_in_115000 .hype_line_22_corner1 path {    } #stacks_in_115000 .hype_line_22_corner2 path {    } #stacks_in_115000 .hype_line_22_corner3 path {    } #stacks_in_115000 .hype_line_22_corner4 path {    } #stacks_in_115000 .hype_line_22_corner5 path {    } #stacks_in_115000 .hype_line_22_corner6 path {    } #stacks_in_115000 .hype_line_22_corner7 path {   display: none !important;   }		
		#stacks_in_115000 .inner_slice_content {	             	       }		
		
		#stacks_in_115000 .hype-divider-text-bg  {  margin-left: auto !important;  }		
	   
		#stacks_in_115000 .hype_line_22 path, #stacks_in_115000 .hype_line_22_corner0 path, #stacks_in_115000 .hype_line_22_corner1 path, #stacks_in_115000 .hype_line_22_corner2 path, #stacks_in_115000 .hype_line_22_corner3 path, #stacks_in_115000 .hype_line_22_corner4 path, #stacks_in_115000 .hype_line_22_corner5 path, #stacks_in_115000 .hype_line_22_corner6 path, #stacks_in_115000 .hype_line_22_corner7 path, #stacks_in_115000 .hype_line_22_corner8 path, #stacks_in_115000 .hype_line_22_corner9 path, #stacks_in_115000 .hype_line_22_corner10 path {  }			
			
		#stacks_in_115000 .inner_slice_content { 	  }		
}
	  
	#stacks_in_115000 .hype_line_22_corner0 path, #stacks_in_115000 .hype_line_22_corner1 path, #stacks_in_115000 .hype_line_22_corner2 path, #stacks_in_115000 .hype_line_22_corner3 path, #stacks_in_115000 .hype_line_22_corner4 path, #stacks_in_115000 .hype_line_22_corner5 path, #stacks_in_115000 .hype_line_22_corner6 path, #stacks_in_115000 .hype_line_22_corner7 path, #stacks_in_115000 .hype_line_22_corner8 path, #stacks_in_115000 .hype_line_22_corner9 path, #stacks_in_115000 .hype_line_22_corner10 path  {  }	



#stacks_in_115000 .trigger-22 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  }
	#stacks_in_115000 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_115678 {
	padding: 50px 0px 0px 0px;
}

#stacks_out_115678 {
	width: 250px;
}
#stacks_in_114431 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_114431 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_114431 #jwresp_col2_stacks_in_114431{ float:right; width:47%}@media screen and (max-width:1030px){#stacks_in_114431 #jwresp_col1_stacks_in_114431,#stacks_in_114431 #jwresp_col2_stacks_in_114431{width:100%;float:none;display:block}#stacks_in_114431 #jwresp_col1_stacks_in_114431{margin-bottom:15px}}

#stacks_in_115689 {
	background-color: rgba(48, 48, 48, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  20px;
}
#stacks_in_114424>.s3_row {
	margin: 0 -0px;
}

#stacks_in_114424>.s3_row>.s3_column_left {
	width: 47.50%;
}

#stacks_in_114424>.s3_row>.s3_column_right {
	width: 52.500000%;
}




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










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



}



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


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


}






#stacks_in_114424 {
	padding:  13px;
}

#stacks_in_115687 {
	padding: 30px 0px 0px 0px;
}

#stacks_out_115687 {
	width: 250px;
}

#stacks_in_115866 {
	padding: 15px 0px 0px 15px;
}

#stacks_in_114429 {
	padding: 15px 0px 0px 15px;
}

#stacks_in_115692 {
	background-color: rgba(48, 48, 48, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 24px 20px 20px 20px;
}

#stacks_in_114419 {
	padding: 0px 0px 5px 6px;
}

#stacks_in_114305 {
	background-color: rgba(71, 159, 214, 1.00);
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin: 5px 0px 5px 4px;
	padding: 15px 0px 12px 0px;
}
#stacks_in_114069 .r_maxwidth {

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

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

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

}}

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

}}

@media screen and (max-width: 90px) {
#stacks_in_114069 .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_114069 {
	padding: 7px 17px 10px 17px;
}

#stacks_in_116022 {
	padding: 0px 0px 5px 6px;
}

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

#stacks_out_115676 {
	width: 250px;
}

#stacks_in_115754 {
	background-color: rgba(212, 18, 74, 1.00);
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	margin: 0px 20px 0px 20px;
	padding: 20px 0px 20px 20px;
}

#stacks_out_115754 {
	width: 230px;
	margin-right:0;
}

#stacks_in_115846 {
	background-color: rgba(212, 18, 74, 1.00);
	-moz-border-radius: 10px 0px 10px 10px;
	-webkit-border-radius: 10px 0px 10px 10px;
	border-radius: 10px 0px 10px 10px;
	margin: 0px 20px 0px 20px;
	padding: 24px 15px 16px 15px;
}
#stacks_in_115847 .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_115847 .r_maxwidth {

}}

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

}}

@media screen and (max-width: 90px) {
#stacks_in_115847 .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_115851>.s3_row {
	margin: 0 -0px;
}

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

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




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










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


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


}



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



}






#stacks_in_115851 {
	padding: 0px 0px 15px 0px;
}

#stacks_in_115855 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_115852 {
	margin: 0px 0px 0px 10px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_116026 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_116026 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #666666;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_116026 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_116026 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_116026 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #666666;}#stacks_in_116026 .owl-theme .owl-controls .owl-page.active span,#stacks_in_116026 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_116026 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_116026 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_116026outerwrapper{	max-width: 1200px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_116026owl-stack{	height:0px;}#stacks_in_116026owl-stack .stacks_in_116026item{margin: 3px;}#stacks_in_116026owl-stack .stacks_in_116026item img{display: block;width: 100%;height: auto;}#stacks_in_116026imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_in_115528 {
	padding: 30px 0px 0px 0px;
}

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








	#stacks_in_115980 .hype-text-22, #stacks_in_115980 .hype-text-22-mobile { color: rgba(255, 255, 255, 1.00) !important; }
	#stacks_in_115980 .hype-divider-text-bg  { background-color: rgba(203, 203, 203, 1.00) !important;
	border-radius:4px !important; -webkit-border-radius:4px !important; border-style: solid !important; border-top-width: 5px !important; border-bottom-width: 6px !important; border-left-width: 12px !important; border-right-width: 12px !important; border-color: rgba(203, 203, 203, 1.00) !important; margin-right: -20px; margin-left: 0% !important; }
	#stacks_in_115980 .hype-text-22, #stacks_in_115980 .hype-text-22-mobile { -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 15px !important; line-height: 21px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important; }
	
	#stacks_in_115980 .hype-text-22, #stacks_in_115980 .hype-text-22-mobile, #stacks_in_115980 p .hype-text-22, #stacks_in_115980 p .hype-text-22-mobile { font-family: "title_safe_font_selector", sans-serif !important;
	 font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; 
	 }
	#stacks_in_115980 .vertical-22 {  margin: auto; width: 100%; position: relative; min-height: 50px;  min-height: 0px;   }
	
	#stacks_in_115980 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_115980 .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_115980_default22_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_115980 .wrapper-22 {
		margin-right: auto; margin-left: auto; max-width: 1400px; min-height: 50px; 	
		   }
	#stacks_in_115980 .inner_slice_content {
		pointer-events: auto; margin: auto; 	
		 padding: 0px;  	
		     	                
			}
	
	#stacks_in_115980 .hype_line_22_corner7 path {    height: 100% !important;   }		
	#stacks_in_115980 .hype_line_22 path, #stacks_in_115980 .hype_line_22_corner0 path, #stacks_in_115980 .hype_line_22_corner1 path, #stacks_in_115980 .hype_line_22_corner2 path, #stacks_in_115980 .hype_line_22_corner3 path, #stacks_in_115980 .hype_line_22_corner4 path, #stacks_in_115980 .hype_line_22_corner5 path, #stacks_in_115980 .hype_line_22_corner6 path, #stacks_in_115980 .hype_line_22_corner7 path, #stacks_in_115980 .hype_line_22_corner8 path, #stacks_in_115980 .hype_line_22_corner9 path, #stacks_in_115980 .hype_line_22_corner10 path { stroke: #E01452 !important; stroke-linecap: butt !important;  -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  
	}
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_115980 .hype_line_22 path, #stacks_in_115980 .hype_line_22_corner0 path, #stacks_in_115980 .hype_line_22_corner1 path, #stacks_in_115980 .hype_line_22_corner2 path, #stacks_in_115980 .hype_line_22_corner3 path, #stacks_in_115980 .hype_line_22_corner4 path, #stacks_in_115980 .hype_line_22_corner5 path, #stacks_in_115980 .hype_line_22_corner6 path, #stacks_in_115980 .hype_line_22_corner7 path, #stacks_in_115980 .hype_line_22_corner8 path, #stacks_in_115980 .hype_line_22_corner9 path, #stacks_in_115980 .hype_line_22_corner10 path { stroke-width: 2px !important; }
	
@media (min-width: 789px) {
	  #stacks_in_115980 .hype-text-22 {  }
}
	
@media (max-width: 789px) {
		#stacks_in_115980 .wrapper-22 { 	
		
		}		
		#stacks_in_115980 .hype-text-22 { 
			  
		   	
			  
		}			
		#stacks_in_115980 .hype-text-22-mobile { 
		     }	
		#stacks_in_115980 .hype_line_22_corner1 path {    } #stacks_in_115980 .hype_line_22_corner2 path {    } #stacks_in_115980 .hype_line_22_corner3 path {    } #stacks_in_115980 .hype_line_22_corner4 path {    } #stacks_in_115980 .hype_line_22_corner5 path {    } #stacks_in_115980 .hype_line_22_corner6 path {    } #stacks_in_115980 .hype_line_22_corner7 path {   display: none !important;   }		
		#stacks_in_115980 .inner_slice_content {	             	       }		
		
		#stacks_in_115980 .hype-divider-text-bg  {  margin-left: auto !important;  }		
	   
		#stacks_in_115980 .hype_line_22 path, #stacks_in_115980 .hype_line_22_corner0 path, #stacks_in_115980 .hype_line_22_corner1 path, #stacks_in_115980 .hype_line_22_corner2 path, #stacks_in_115980 .hype_line_22_corner3 path, #stacks_in_115980 .hype_line_22_corner4 path, #stacks_in_115980 .hype_line_22_corner5 path, #stacks_in_115980 .hype_line_22_corner6 path, #stacks_in_115980 .hype_line_22_corner7 path, #stacks_in_115980 .hype_line_22_corner8 path, #stacks_in_115980 .hype_line_22_corner9 path, #stacks_in_115980 .hype_line_22_corner10 path {  }			
			
		#stacks_in_115980 .inner_slice_content { 	  }		
}
	  
	#stacks_in_115980 .hype_line_22_corner0 path, #stacks_in_115980 .hype_line_22_corner1 path, #stacks_in_115980 .hype_line_22_corner2 path, #stacks_in_115980 .hype_line_22_corner3 path, #stacks_in_115980 .hype_line_22_corner4 path, #stacks_in_115980 .hype_line_22_corner5 path, #stacks_in_115980 .hype_line_22_corner6 path, #stacks_in_115980 .hype_line_22_corner7 path, #stacks_in_115980 .hype_line_22_corner8 path, #stacks_in_115980 .hype_line_22_corner9 path, #stacks_in_115980 .hype_line_22_corner10 path  {  }	



#stacks_in_115980 .trigger-22 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  }
	#stacks_in_115980 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_115982 {
	padding: 100px 0px 0px 0px;
}

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

 


    

    #stacks_in_115992 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }	
	#stacks_in_115992 .HYPE_document { overflow: visible; direction:ltr !important; margin:auto; position:relative; min-width: 200px !important;  min-height: 90px !important; }		
	#stacks_in_115992_default27_hype_container,	#stacks_in_115992 .HYPE_document, #stacks_in_115992 .back_wrapper_27, #stacks_in_115992 .back_wrapper { pointer-events: none !important; }		
	#stacks_in_115992_default27_hype_container { direction:ltr !important; margin:auto; display: block !important;	
	-webkit-backface-visibility: hidden !important; -moz-backface-visibility: hidden !important; 
    /* fix flickering */
    -webkit-transform: translate3d(0,0,0) !important;	
	}		
	
	#stacks_in_115992 .size27 { text-align: center; display: block; position: relative;	padding: 0; margin: 0 auto;	min-height: 500px !important; }
	#stacks_in_115992 .back_wrapper_27 { max-width: 950px; text-align: center; display: block; position: relative; padding: 0; margin: 0 auto; }	
	#stacks_in_115992 .back_wrapper { text-align: center; margin-right: auto; margin-left: auto; display: block; position: relative; }		
		
	@media (max-width: 768px) {
	 #stacks_in_115992 .size27 {  min-height: 400px !important;  height:auto; }
	}
	@media (max-width: 500px) {
	 #stacks_in_115992 .size27 {  min-height: 250px !important;  height:auto; }
	} 	
		
	#stacks_in_115992 .hype-27-bg, #stacks_in_115992 .hype-27-overlay {		  
	  border-radius:0px !important; -webkit-border-radius:0px !important;
	  
	  
	  
	  	  	  
	}	
	
	#stacks_in_115992 .hype-27-bg {	display: none !important;
		  	  
	}
	
   #stacks_in_115992 .hype-27-overlay {
		
		
		
		
		
		   background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(22, 22, 22, 1.00)), to(rgba(64, 64, 64, 0.00))) !important;
		   background-image: -webkit-radial-gradient(50% 50%, rgba(22, 22, 22, 1.00), rgba(64, 64, 64, 0.00)) !important;	
		   background-image: radial-gradient(50% 50%, rgba(22, 22, 22, 1.00), rgba(64, 64, 64, 0.00)) !important;
					
	 			
	}
	
	#stacks_in_115992 .hype-27-pic {	
	display: none !important;
	height: 310px !important;
	margin-left: 0px !important;
	margin-top: -90px !important;		  
	transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important;
	
		
		 display: block !important;
		 
		  background-image: url(https://images.unsplash.com/photo-1703850303561-be50ab056a15?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMzI0OXwwfDF8c2VhcmNofDMxNHx8c3VycHJpc2VkfGVufDB8fHx8MTcwODk0NTc4OXww&ixlib=rb-4.0.3&q=80&w=1080) !important; 
		 background-position: 50% 50% !important; background-size: cover !important; background-repeat: no-repeat !important;
		 
		 border-radius:11px !important; -webkit-border-radius:11px !important;	  
		 
		 
		 
		 		
		 border: 0px solid #A4000C !important;
	 
	
	 
	  
     	  
		
		
				
		
		
		
			
		
		
		
		
		  box-shadow: 0px 1px rgba(224, 20, 82, 0.07), -2px 2px rgba(224, 20, 82, 0.07), -3px 3px rgba(224, 20, 82, 0.07), -4px 4px rgba(224, 20, 82, 0.07), -5px 5px rgba(224, 20, 82, 0.07), -6px 6px rgba(224, 20, 82, 0.07), -7px 7px rgba(224, 20, 82, 0.07), -8px 8px rgba(224, 20, 82, 0.07), -9px 9px rgba(224, 20, 82, 0.07), -10px 10px rgba(224, 20, 82, 0.07), -12px 12px rgba(224, 20, 82, 0.07), -14px 14px rgba(224, 20, 82, 0.07), -16px 16px rgba(224, 20, 82, 0.07), -18px 18px rgba(224, 20, 82, 0.07), -20px 20px rgba(224, 20, 82, 0.07), -22px 22px rgba(224, 20, 82, 0.07), -24px 24px rgba(224, 20, 82, 0.07), -26px 26px rgba(224, 20, 82, 0.07), -28px 28px rgba(224, 20, 82, 0.07), -30px 30px rgba(224, 20, 82, 0.07), -32px 32px rgba(224, 20, 82, 0.07), -34px 34px rgba(224, 20, 82, 0.07), -36px 36px rgba(224, 20, 82, 0.07), -38px 38px rgba(224, 20, 82, 0.07), -40px 40px rgba(224, 20, 82, 0.07), -42px 42px rgba(224, 20, 82, 0.07), -44px 44px rgba(224, 20, 82, 0.07), -46px 46px rgba(224, 20, 82, 0.07), -48px 48px rgba(224, 20, 82, 0.07), -50px 50px rgba(224, 20, 82, 0.07) !important;		           
								

		
		
		
		
      	  	
	} 
	
	@media (max-width: 480px) {
	 #stacks_in_115992 .hype-27-pic { margin-left: 0px !important; }
	}

	/* pic */	
   #stacks_in_115992 .hype_text_27_box2 { }

    #stacks_in_115992 .hype_text_27_2 {	
		
	 
	  -webkit-font-smoothing: antialiased !important;	
	  font-size: 99px !important;
	  letter-spacing: 3px !important;
	  line-height: 50px !important;
	  font-family: "Passion One", sans-serif !important; 		 	
		
	color: rgba(37, 37, 37, 1.00) !important; 
	 	
	
			 
	 
	margin-top: -95px !important; margin-left: 61px !important;	
	transform: rotate( 0deg ) !important;	-webkit-transform: rotate( 0deg ) !important;
	
	 text-shadow: -5px 5px 5px rgba(224, 20, 82, 1.00); 	
	
	 text-transform: uppercase; 
		

    			
    }
	
	#stacks_in_115992 .hype_text_27_box { margin-top: 0px !important;  }
	 
	#stacks_in_115992 .hype_text_27, #stacks_in_115992 .hype_text_27_reveal, #stacks_in_115992 .hype_text_27_back, #stacks_in_115992 .hype_text_27_line {		
	text-align: center !important;	
	
	font-size: 265px !important; letter-spacing: 5px !important; line-height: 113px !important;
	font-family: "Linkin Park", sans-serif !important; 
	
	 text-transform: uppercase; 
			
	
	 	
	
	 	
	
			 
	
	margin-right: 25px !important;
	margin-left: 25px !important;	
	
		
    }
    		
	#stacks_in_115992 .hype_text_27_back {	
	color: rgba(255, 93, 136, 1.00) !important;	  
    transform: rotate( 0deg ) !important; -webkit-transform: rotate(0deg ) !important; 	
		
		  
     	 
	 
		
		
		

         			
		
		
		
		
		
			
		
		
		
		
		
		
		  text-shadow: 0px 1px rgba(224, 20, 82, 0.07), -2px 2px rgba(224, 20, 82, 0.07), -3px 3px rgba(224, 20, 82, 0.07), -4px 4px rgba(224, 20, 82, 0.07), -5px 5px rgba(224, 20, 82, 0.07),	 -6px 6px rgba(224, 20, 82, 0.07), -7px 7px rgba(224, 20, 82, 0.07), -8px 8px rgba(224, 20, 82, 0.07), -9px 9px rgba(224, 20, 82, 0.07), -10px 10px rgba(224, 20, 82, 0.07), -12px 12px rgba(224, 20, 82, 0.07), -14px 14px rgba(224, 20, 82, 0.07), -16px 16px rgba(224, 20, 82, 0.07), -18px 18px rgba(224, 20, 82, 0.07), -20px 20px rgba(224, 20, 82, 0.07), -22px 22px rgba(224, 20, 82, 0.07), -24px 24px rgba(224, 20, 82, 0.07), -26px 26px rgba(224, 20, 82, 0.07), -28px 28px rgba(224, 20, 82, 0.07), -30px 30px rgba(224, 20, 82, 0.07), -32px 32px rgba(224, 20, 82, 0.07), -34px 34px rgba(224, 20, 82, 0.07), -36px 36px rgba(224, 20, 82, 0.07), -38px 38px rgba(224, 20, 82, 0.07), -40px 40px rgba(224, 20, 82, 0.07), -42px 42px rgba(224, 20, 82, 0.07), -44px 44px rgba(224, 20, 82, 0.07), -46px 46px rgba(224, 20, 82, 0.07), -48px 48px rgba(224, 20, 82, 0.07), -50px 50px rgba(224, 20, 82, 0.07), -52px 52px rgba(224, 20, 82, 0.07), -54px 54px rgba(224, 20, 82, 0.07), -56px 56px rgba(224, 20, 82, 0.07), -58px 58px rgba(224, 20, 82, 0.07), -60px 60px rgba(224, 20, 82, 0.07), -62px 62px rgba(224, 20, 82, 0.07), -64px 64px rgba(224, 20, 82, 0.07), -66px 66px rgba(224, 20, 82, 0.07), -68px 68px rgba(224, 20, 82, 0.07), -70px 70px rgba(224, 20, 82, 0.07), -72px 72px rgba(224, 20, 82, 0.07), -74px 74px rgba(224, 20, 82, 0.07), -76px 76px rgba(224, 20, 82, 0.07), -78px 78px rgba(224, 20, 82, 0.07), -80px 80px rgba(224, 20, 82, 0.07) !important;		           
									

		
		
		
		
		
			
      
	}
	
	/* on off all clips */
	#stacks_in_115992 .hype_text_27_reveal-off {	 	
     /* fix flickering */
     -webkit-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important;	
	}		
	
	#stacks_in_115992 .hype_text_27_reveal {	  display: block !important;  }	
	
	#stacks_in_115992 .hype_text_27 {	  
      display: none !important; 		
     
	}		
	#stacks_in_115992 .hype_text_27, #stacks_in_115992 .hype_text_27_reveal {		
	  color: rgba(255, 112, 73, 1.00) !important;			
		   		
	
    	
	
		
      transform: rotate(0deg) !important;
	  -webkit-transform: rotate(0deg ) !important;
    }	         
    
    #stacks_in_115992 .hype_text_27_line {
	  display: none !important;   		  
	 	
    }
  
  	#stacks_in_115992 .hype-27-shape path, #stacks_in_115992 .hype-27-circle path, #stacks_in_115992 .hype-27-shape-b path, #stacks_in_115992 .hype-27-circle-b path, #stacks_in_115992 .hype-27-stripe path, #stacks_in_115992 .hype-27-stripe-b path { 
  	stroke-width: 112px !important;  	  	
  	 stroke-linecap: round !important; 
  	
  	
    }
	
	#stacks_in_115992 .hype27shapegroup { margin-top: 0px !important; }
	
	#stacks_in_115992 .hype-27-shape, #stacks_in_115992 .hype-27-shape-b {  display: block !important;  }	
	#stacks_in_115992 .hype-27-circle, #stacks_in_115992 .hype-27-circle-b {	  }	
	#stacks_in_115992 .hype-27-stripe, #stacks_in_115992 .hype-27-stripe-b {  }		
	
	#stacks_in_115992 .hype-27-shape path, #stacks_in_115992 .hype-27-circle path, #stacks_in_115992 .hype-27-stripe path { stroke: rgba(224, 20, 82, 0.52) !important; }  	
  	#stacks_in_115992 .hype-27-shape-b path, #stacks_in_115992 .hype-27-circle-b path, #stacks_in_115992 .hype-27-stripe-b path { stroke: rgba(255, 93, 136, 0.51) !important;  }
  	
	#stacks_in_115992 .hype-link-hover-group, #stacks_in_115992 .hype-link-hover, #stacks_in_115992 .hype-link-hover-blank {
	 display: block !important;  }
	
	#stacks_in_115992 .hype-link-hover {  }
	
	#stacks_in_115992 .trigger-1 { margin-top: 300px !important; }	
	#stacks_in_115992 .preview_only { opacity: 0.0 !important; }	
	
	/* @group Built-in Webfonts */	
	@font-face {
	font-family: 'Alfa Slab One';
	src: url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff2') format('woff2'), url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'archivo_blackregular';
	src: url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff2') format('woff2'), url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Anton';
	src: url('../files/webfonts/anton/Anton-Regular.woff2') format('woff2'), url('../files/webfonts/anton/Anton-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }	
	
	@font-face {
	font-family: 'Bevan';
	src: url('../files/webfonts/bevan/Bevan.woff2') format('woff2'), url('../files/webfonts/bevan/Bevan.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'fjalla_oneregular';
	src: url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Gravitas One';
	src: url('../files/webfonts/gravitasone/GravitasOne.woff2') format('woff2'), url('../files/webfonts/gravitasone/GravitasOne.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Linkin Park';
	src: url('../files/webfonts/park/LinkinPark-ExtraBold.woff2') format('woff2'), url('../files/webfonts/park/LinkinPark-ExtraBold.woff') format('woff');
	font-weight: normal; font-style: normal; }	
			
	@font-face {
	font-family: 'Passion One';
	src: url('../files/webfonts/passionone/PassionOne-Regular.woff2') format('woff2'), url('../files/webfonts/passionone/PassionOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'rubik_mono_oneregular';
	src: url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }		
	
	@font-face {
	font-family: 'Ultra';
	src: url('../files/webfonts/ultra/Ultra.woff2') format('woff2'), url('../files/webfonts/ultra/Ultra.woff') format('woff');
	font-weight: normal; font-style: normal; }
	/* @end */



/* -- End EACH CSS Template -- */
#stacks_in_115985 {
	padding: 30px 0px 0px 0px;
}

#stacks_out_115985 {
	width: 250px;
}

#stacks_in_115999 {
	background-color: rgba(49, 49, 49, 1.00);
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	margin: 0px 10px 0px 20px;
	padding: 20px 0px 10px 20px;
}

#stacks_out_115999 {
	width: 200px;
	margin-left:0;
}

#stacks_in_115458 {
	background-color: rgba(48, 48, 48, 1.00);
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;
	margin: 0px 20px 0px 20px;
	padding:  20px;
}
#stacks_in_115588 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_115588 .jwresp_col{float:none} #stacks_in_115588 #jwresp_col2_stacks_in_115588{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_115588 #jwresp_col1_stacks_in_115588,#stacks_in_115588 #jwresp_col3_stacks_in_115588{width:32%}#stacks_in_115588 #jwresp_col1_stacks_in_115588{float:left}#stacks_in_115588 #jwresp_col3_stacks_in_115588{float:right} @media screen and (max-width:900px){#stacks_in_115588 #jwresp_col1_stacks_in_115588,#stacks_in_115588 #jwresp_col3_stacks_in_115588{margin-bottom:20px}#stacks_in_115588 #jwresp_col1_stacks_in_115588{width:49%}#stacks_in_115588 #jwresp_col3_stacks_in_115588{width:49%}#stacks_in_115588 #jwresp_col2_stacks_in_115588{clear:both;width:100%;display:block}}  @media screen and (max-width:900px){#stacks_in_115588 #jwresp_col1_stacks_in_115588,#stacks_in_115588 #jwresp_col3_stacks_in_115588,#stacks_in_115588 #jwresp_col2_stacks_in_115588{float:none;width:100%;display:block}#stacks_in_115588 #jwresp_col1_stacks_in_115588,#stacks_in_115588 #jwresp_col3_stacks_in_115588{margin-bottom:20px}} 

#stacks_in_115589 {
	background-color: rgba(64, 64, 64, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 20px 0px;
	padding: 9px 9px 6px 9px;
}

#stacks_in_115591 {
	padding: 10px 0px 10px 20px;
}

#stacks_in_115594 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_115598 {
	padding: 5px 20px 5px 20px;
}

#stacks_in_115600 {
	background-color: rgba(64, 64, 64, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 20px 0px;
	padding: 9px 9px 6px 9px;
}

#stacks_in_115601 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_115604 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_115608 {
	padding: 5px 20px 5px 20px;
}

#stacks_in_115610 {
	background-color: rgba(64, 64, 64, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 20px 0px;
	padding: 12px 9px 27px 9px;
}

#stacks_in_115611 {
	padding: 10px 0px 10px 20px;
}

#stacks_in_115614 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_115620 {
	background-color: rgba(64, 64, 64, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 20px 0px;
	padding: 9px 9px 26px 9px;
}

#stacks_in_115621 {
	padding: 10px 0px 10px 20px;
}

#stacks_in_115624 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_115618 {
	padding: 10px 20px 18px 20px;
}

#stacks_in_115626 {
	padding: 5px 0px 0px 0px;
}

#stacks_in_115896 {
	background-color: rgba(64, 64, 64, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 19px 0px;
	padding: 9px 9px 27px 9px;
}

#stacks_in_115897 {
	padding: 10px 0px 10px 20px;
}

#stacks_in_115900 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_115902 {
	padding: 13px 0px 0px 0px;
}

#stacks_in_115950 {
	background-color: rgba(64, 64, 64, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 19px 0px;
	padding: 9px 9px 29px 9px;
}

#stacks_in_115951 {
	padding: 10px 0px 10px 20px;
}

#stacks_in_115954 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_115956 {
	padding: 13px 0px 0px 0px;
}

#stacks_in_115958 {
	background-color: rgba(64, 64, 64, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 20px 0px;
	padding: 9px 9px 20px 9px;
}

#stacks_in_115959 {
	padding: 10px 0px 10px 20px;
}

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

#stacks_in_115919 {
	background-color: rgba(64, 64, 64, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 20px 0px;
	padding: 9px 9px 15px 9px;
}

#stacks_in_115920 {
	padding: 10px 0px 5px 20px;
}

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

#stacks_in_116016 {
	background-color: rgba(238, 0, 64, 1.00);
	margin: 0px 0px 0px 4px;
	padding: 4px 0px 6px 10px;
}

#stacks_out_116016 {
	width: 75px;
	margin-left:0;
}

#stacks_in_115925 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_116018 {
	background-color: rgba(238, 0, 64, 1.00);
	margin: 0px 0px 0px 4px;
	padding: 4px 0px 6px 10px;
}

#stacks_out_116018 {
	width: 75px;
	margin-left:0;
}

#stacks_in_115940 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_116020 {
	background-color: rgba(238, 0, 64, 1.00);
	margin: 0px 0px 0px 4px;
	padding: 4px 0px 6px 10px;
}

#stacks_out_116020 {
	width: 75px;
	margin-left:0;
}

#stacks_in_115943 {
	margin: 0px 0px 0px 3px;
}

#stacks_in_115946 {
	padding: 8px 0px 0px 10px;
}

#stacks_in_115948 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_115927 {
	background-color: rgba(64, 64, 64, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 20px 0px;
	padding: 9px 9px 12px 9px;
}

#stacks_in_115929 {
	padding: 6px 0px 10px 20px;
}

#stacks_in_115932 {
	padding: 0px 0px 11px 20px;
}

#stacks_in_115934 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_115656 {
	background-color: rgba(64, 64, 64, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 19px 0px;
	padding: 9px 9px 9px 9px;
}

#stacks_in_115657 {
	padding: 10px 0px 20px 20px;
}

#stacks_in_115660 {
	padding: 0px 0px 11px 20px;
}

#stacks_in_115662 {
	padding: 14px 0px 14px 20px;
}

#stacks_in_115664 {
	padding: 17px 0px 0px 0px;
}

#stacks_in_115894 {
	padding: 15px 0px 24px 0px;
}

#stacks_in_115887 {
	background-color: rgba(64, 64, 64, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 20px 0px;
	padding: 9px 9px 9px 9px;
}

#stacks_in_115888 {
	padding: 10px 0px 20px 20px;
}

#stacks_in_115890 {
	padding: 0px 0px 11px 20px;
}

#stacks_in_116057 {
	padding: 14px 0px 14px 20px;
}

#stacks_in_115892 {
	margin: 10px 0px 20px 0px;
}

#stacks_in_115904 {
	background-color: rgba(64, 64, 64, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 20px 0px;
	padding: 9px 9px 18px 9px;
}

#stacks_in_115905 {
	padding: 10px 0px 20px 20px;
}

#stacks_in_115911 {
	padding: 0px 0px 11px 20px;
}

#stacks_in_115910 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_115914 {
	padding: 15px 0px 0px 0px;
}

#stacks_in_115916 {
	margin: 0px 0px 15px 0px;
	padding: 15px 0px 0px 0px;
}

#stacks_in_115536 {
	padding: 20px 0px 0px 0px;
}

#stacks_out_115536 {
	width: 250px;
}
#stacks_in_114192>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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


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


}



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



}




#stacks_in_114192 {
	margin: 0px 20px 0px 20px;
}
/* -- EACH CSS Template -- */

 


    

    #stacks_in_115873 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }	
	#stacks_in_115873 .HYPE_document { overflow: visible; direction:ltr !important; margin:auto; position:relative; min-width: 200px !important;  min-height: 90px !important; }		
	#stacks_in_115873_default27_hype_container,	#stacks_in_115873 .HYPE_document, #stacks_in_115873 .back_wrapper_27, #stacks_in_115873 .back_wrapper { pointer-events: none !important; }		
	#stacks_in_115873_default27_hype_container { direction:ltr !important; margin:auto; display: block !important;	
	-webkit-backface-visibility: hidden !important; -moz-backface-visibility: hidden !important; 
    /* fix flickering */
    -webkit-transform: translate3d(0,0,0) !important;	
	}		
	
	#stacks_in_115873 .size27 { text-align: center; display: block; position: relative;	padding: 0; margin: 0 auto;	min-height: 300px !important; }
	#stacks_in_115873 .back_wrapper_27 { max-width: 450px; text-align: center; display: block; position: relative; padding: 0; margin: 0 auto; }	
	#stacks_in_115873 .back_wrapper { text-align: center; margin-right: auto; margin-left: auto; display: block; position: relative; }		
		
	@media (max-width: 768px) {
	 #stacks_in_115873 .size27 {  height:auto; }
	}
	@media (max-width: 450px) {
	 #stacks_in_115873 .size27 {  min-height: 220px !important;  height:auto; }
	} 	
		
	#stacks_in_115873 .hype-27-bg, #stacks_in_115873 .hype-27-overlay {		  
	  border-radius:5px !important; -webkit-border-radius:5px !important;
	  
	  
	  
	  	  	  
	}	
	
	#stacks_in_115873 .hype-27-bg {	display: none !important;
		  	  
	}
	
   #stacks_in_115873 .hype-27-overlay {
		
		
		
		
		
		   background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(0, 0, 0, 0.40)), to(rgba(67, 67, 67, 0.81))) !important;
		   background-image: -webkit-radial-gradient(50% 50%, rgba(0, 0, 0, 0.40), rgba(67, 67, 67, 0.81)) !important;	
		   background-image: radial-gradient(50% 50%, rgba(0, 0, 0, 0.40), rgba(67, 67, 67, 0.81)) !important;
					
	 			
	}
	
	#stacks_in_115873 .hype-27-pic {	
	display: none !important;
	height: 175px !important;
	margin-left: 0px !important;
	margin-top: 90px !important;		  
	transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important;
	
	
	
	  box-shadow: 11px 12px 0px rgba(238, 0, 64, 1.00); 
	  
     	  	
	} 
	
	@media (max-width: 580px) {
	 #stacks_in_115873 .hype-27-pic { margin-left: 0px !important; }
	}

	/* pic */	
   #stacks_in_115873 .hype_text_27_box2 { }

    #stacks_in_115873 .hype_text_27_2 {	
		
	 
	  -webkit-font-smoothing: antialiased !important;	
	  font-size: 70px !important;
	  letter-spacing: 15px !important;
	  line-height: 409px !important;
	  font-family: "sentence_safe_font-s", sans-serif !important; 		 	
		
	color: rgba(142, 142, 142, 1.00) !important; 
	
      font-family: "Lucida Sans Unicode", sans-serif !important;
	  font-weight: 800 !important;
	 	
	
			 
	 
	margin-top: 166px !important; margin-left: 0px !important;	
	transform: rotate( 0deg ) !important;	-webkit-transform: rotate( 0deg ) !important;
	
		
	
	 text-transform: uppercase; 
		

    			
    }
	
	#stacks_in_115873 .hype_text_27_box { margin-top: 0px !important;  }
	 
	#stacks_in_115873 .hype_text_27, #stacks_in_115873 .hype_text_27_reveal, #stacks_in_115873 .hype_text_27_back, #stacks_in_115873 .hype_text_27_line {		
	text-align: center !important;	
	
	font-size: 820px !important; letter-spacing: 0px !important; line-height: 460px !important;
	font-family: "Linkin Park", sans-serif !important; 
	
	
			
	
	 	
	
	 	
	
			 
	
	margin-right: -45px !important;
	margin-left: -45px !important;	
	
		
    }
    		
	#stacks_in_115873 .hype_text_27_back {	
	color: rgba(253, 101, 151, 1.00) !important;	  
    transform: rotate( 0deg ) !important; -webkit-transform: rotate(0deg ) !important; 	
		
		  
     	 
	 
		
		
		
		  text-shadow: 0px 1px rgba(238, 0, 64, 1.00), 2px 2px rgba(238, 0, 64, 1.00), 3px 3px rgba(238, 0, 64, 1.00), 4px 4px rgba(238, 0, 64, 1.00), 5px 5px rgba(238, 0, 64, 1.00),	 6px 6px rgba(238, 0, 64, 1.00), 7px 7px rgba(238, 0, 64, 1.00), 8px 8px rgba(238, 0, 64, 1.00), 9px 9px rgba(238, 0, 64, 1.00), 10px 10px rgba(238, 0, 64, 1.00), 12px 12px rgba(238, 0, 64, 1.00), 14px 14px rgba(238, 0, 64, 1.00), 16px 16px rgba(238, 0, 64, 1.00), 18px 18px rgba(238, 0, 64, 1.00), 20px 20px rgba(238, 0, 64, 1.00), 22px 22px rgba(238, 0, 64, 1.00), 24px 24px rgba(238, 0, 64, 1.00), 26px 26px rgba(238, 0, 64, 1.00), 28px 28px rgba(238, 0, 64, 1.00), 30px 30px rgba(238, 0, 64, 1.00), 32px 32px rgba(238, 0, 64, 1.00), 34px 34px rgba(238, 0, 64, 1.00), 36px 36px rgba(238, 0, 64, 1.00), 38px 38px rgba(238, 0, 64, 1.00), 40px 40px rgba(238, 0, 64, 1.00), 42px 42px rgba(238, 0, 64, 1.00), 44px 44px rgba(238, 0, 64, 1.00), 46px 46px rgba(238, 0, 64, 1.00), 48px 48px rgba(238, 0, 64, 1.00), 50px 50px rgba(238, 0, 64, 1.00) !important;		           
		

         			
		
		
		
		
		
			
		
		
		
		
		
									

		
		
		
		
		
			
      
	}
	
	/* on off all clips */
	#stacks_in_115873 .hype_text_27_reveal-off {	  display: none !important; 	
     /* fix flickering */
     -webkit-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important;	
	}		
	
	#stacks_in_115873 .hype_text_27_reveal {	  }	
	
	#stacks_in_115873 .hype_text_27 {	  
     		
      display: none !important; 
	}		
	#stacks_in_115873 .hype_text_27, #stacks_in_115873 .hype_text_27_reveal {		
	  color: rgba(96, 92, 87, 1.00) !important;			
		   		
	
    	
	
		
      transform: rotate(0deg) !important;
	  -webkit-transform: rotate(0deg ) !important;
    }	         
    
    #stacks_in_115873 .hype_text_27_line {
	  display: none !important;   		  
	 	
    }
  
  	#stacks_in_115873 .hype-27-shape path, #stacks_in_115873 .hype-27-circle path, #stacks_in_115873 .hype-27-shape-b path, #stacks_in_115873 .hype-27-circle-b path, #stacks_in_115873 .hype-27-stripe path, #stacks_in_115873 .hype-27-stripe-b path { 
  	stroke-width: 40px !important;  	  	
  	 stroke-linecap: round !important; 
  	
  	
    }
	
	#stacks_in_115873 .hype27shapegroup { margin-top: 0px !important; }
	
	#stacks_in_115873 .hype-27-shape, #stacks_in_115873 .hype-27-shape-b {  display: block !important;  }	
	#stacks_in_115873 .hype-27-circle, #stacks_in_115873 .hype-27-circle-b {	  }	
	#stacks_in_115873 .hype-27-stripe, #stacks_in_115873 .hype-27-stripe-b {  }		
	
	#stacks_in_115873 .hype-27-shape path, #stacks_in_115873 .hype-27-circle path, #stacks_in_115873 .hype-27-stripe path { stroke: rgba(38, 62, 87, 1.00) !important; }  	
  	#stacks_in_115873 .hype-27-shape-b path, #stacks_in_115873 .hype-27-circle-b path, #stacks_in_115873 .hype-27-stripe-b path { stroke: rgba(250, 206, 35, 1.00) !important;  }
  	
	#stacks_in_115873 .hype-link-hover-group, #stacks_in_115873 .hype-link-hover, #stacks_in_115873 .hype-link-hover-blank {
	 display: block !important;  }
	
	#stacks_in_115873 .hype-link-hover {  }
	
	#stacks_in_115873 .trigger-1 { margin-top: 180px !important; }	
	#stacks_in_115873 .preview_only { opacity: 0.0 !important; }	
	
	/* @group Built-in Webfonts */	
	@font-face {
	font-family: 'Alfa Slab One';
	src: url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff2') format('woff2'), url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'archivo_blackregular';
	src: url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff2') format('woff2'), url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Anton';
	src: url('../files/webfonts/anton/Anton-Regular.woff2') format('woff2'), url('../files/webfonts/anton/Anton-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }	
	
	@font-face {
	font-family: 'Bevan';
	src: url('../files/webfonts/bevan/Bevan.woff2') format('woff2'), url('../files/webfonts/bevan/Bevan.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'fjalla_oneregular';
	src: url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Gravitas One';
	src: url('../files/webfonts/gravitasone/GravitasOne.woff2') format('woff2'), url('../files/webfonts/gravitasone/GravitasOne.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Linkin Park';
	src: url('../files/webfonts/park/LinkinPark-ExtraBold.woff2') format('woff2'), url('../files/webfonts/park/LinkinPark-ExtraBold.woff') format('woff');
	font-weight: normal; font-style: normal; }	
			
	@font-face {
	font-family: 'Passion One';
	src: url('../files/webfonts/passionone/PassionOne-Regular.woff2') format('woff2'), url('../files/webfonts/passionone/PassionOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'rubik_mono_oneregular';
	src: url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }		
	
	@font-face {
	font-family: 'Ultra';
	src: url('../files/webfonts/ultra/Ultra.woff2') format('woff2'), url('../files/webfonts/ultra/Ultra.woff') format('woff');
	font-weight: normal; font-style: normal; }
	/* @end */



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

 


    

    #stacks_in_115872 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }	
	#stacks_in_115872 .HYPE_document { overflow: visible; direction:ltr !important; margin:auto; position:relative; min-width: 200px !important;  min-height: 90px !important; }		
	#stacks_in_115872_default27_hype_container,	#stacks_in_115872 .HYPE_document, #stacks_in_115872 .back_wrapper_27, #stacks_in_115872 .back_wrapper { pointer-events: none !important; }		
	#stacks_in_115872_default27_hype_container { direction:ltr !important; margin:auto; display: block !important;	
	-webkit-backface-visibility: hidden !important; -moz-backface-visibility: hidden !important; 
    /* fix flickering */
    -webkit-transform: translate3d(0,0,0) !important;	
	}		
	
	#stacks_in_115872 .size27 { text-align: center; display: block; position: relative;	padding: 0; margin: 0 auto;	min-height: 300px !important; }
	#stacks_in_115872 .back_wrapper_27 { max-width: 450px; text-align: center; display: block; position: relative; padding: 0; margin: 0 auto; }	
	#stacks_in_115872 .back_wrapper { text-align: center; margin-right: auto; margin-left: auto; display: block; position: relative; }		
		
	@media (max-width: 768px) {
	 #stacks_in_115872 .size27 {  height:auto; }
	}
	@media (max-width: 450px) {
	 #stacks_in_115872 .size27 {  min-height: 220px !important;  height:auto; }
	} 	
		
	#stacks_in_115872 .hype-27-bg, #stacks_in_115872 .hype-27-overlay {		  
	  border-radius:5px !important; -webkit-border-radius:5px !important;
	  
	  
	  
	  	  	  
	}	
	
	#stacks_in_115872 .hype-27-bg {	display: none !important;
		  	  
	}
	
   #stacks_in_115872 .hype-27-overlay {
		
		
		
		
		
		   background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(0, 0, 0, 0.40)), to(rgba(67, 67, 67, 0.81))) !important;
		   background-image: -webkit-radial-gradient(50% 50%, rgba(0, 0, 0, 0.40), rgba(67, 67, 67, 0.81)) !important;	
		   background-image: radial-gradient(50% 50%, rgba(0, 0, 0, 0.40), rgba(67, 67, 67, 0.81)) !important;
					
	 			
	}
	
	#stacks_in_115872 .hype-27-pic {	
	display: none !important;
	height: 175px !important;
	margin-left: 0px !important;
	margin-top: 90px !important;		  
	transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important;
	
	
	
	  box-shadow: 11px 12px 0px rgba(238, 0, 64, 1.00); 
	  
     	  	
	} 
	
	@media (max-width: 580px) {
	 #stacks_in_115872 .hype-27-pic { margin-left: 0px !important; }
	}

	/* pic */	
   #stacks_in_115872 .hype_text_27_box2 { }

    #stacks_in_115872 .hype_text_27_2 {	
		
	 
	  -webkit-font-smoothing: antialiased !important;	
	  font-size: 70px !important;
	  letter-spacing: 15px !important;
	  line-height: 409px !important;
	  font-family: "sentence_safe_font-s", sans-serif !important; 		 	
		
	color: rgba(142, 142, 142, 1.00) !important; 
	
      font-family: "Lucida Sans Unicode", sans-serif !important;
	  font-weight: 800 !important;
	 	
	
			 
	 
	margin-top: 166px !important; margin-left: 0px !important;	
	transform: rotate( 0deg ) !important;	-webkit-transform: rotate( 0deg ) !important;
	
		
	
	 text-transform: uppercase; 
		

    			
    }
	
	#stacks_in_115872 .hype_text_27_box { margin-top: 0px !important;  }
	 
	#stacks_in_115872 .hype_text_27, #stacks_in_115872 .hype_text_27_reveal, #stacks_in_115872 .hype_text_27_back, #stacks_in_115872 .hype_text_27_line {		
	text-align: center !important;	
	
	font-size: 820px !important; letter-spacing: 0px !important; line-height: 460px !important;
	font-family: "Linkin Park", sans-serif !important; 
	
	
			
	
	 	
	
	 	
	
			 
	
	margin-right: -45px !important;
	margin-left: -45px !important;	
	
		
    }
    		
	#stacks_in_115872 .hype_text_27_back {	
	color: rgba(253, 101, 151, 1.00) !important;	  
    transform: rotate( 0deg ) !important; -webkit-transform: rotate(0deg ) !important; 	
		
		  
     	 
	 
		
		
		
		  text-shadow: 0px 1px rgba(238, 0, 64, 1.00), 2px 2px rgba(238, 0, 64, 1.00), 3px 3px rgba(238, 0, 64, 1.00), 4px 4px rgba(238, 0, 64, 1.00), 5px 5px rgba(238, 0, 64, 1.00),	 6px 6px rgba(238, 0, 64, 1.00), 7px 7px rgba(238, 0, 64, 1.00), 8px 8px rgba(238, 0, 64, 1.00), 9px 9px rgba(238, 0, 64, 1.00), 10px 10px rgba(238, 0, 64, 1.00), 12px 12px rgba(238, 0, 64, 1.00), 14px 14px rgba(238, 0, 64, 1.00), 16px 16px rgba(238, 0, 64, 1.00), 18px 18px rgba(238, 0, 64, 1.00), 20px 20px rgba(238, 0, 64, 1.00), 22px 22px rgba(238, 0, 64, 1.00), 24px 24px rgba(238, 0, 64, 1.00), 26px 26px rgba(238, 0, 64, 1.00), 28px 28px rgba(238, 0, 64, 1.00), 30px 30px rgba(238, 0, 64, 1.00), 32px 32px rgba(238, 0, 64, 1.00), 34px 34px rgba(238, 0, 64, 1.00), 36px 36px rgba(238, 0, 64, 1.00), 38px 38px rgba(238, 0, 64, 1.00), 40px 40px rgba(238, 0, 64, 1.00), 42px 42px rgba(238, 0, 64, 1.00), 44px 44px rgba(238, 0, 64, 1.00), 46px 46px rgba(238, 0, 64, 1.00), 48px 48px rgba(238, 0, 64, 1.00), 50px 50px rgba(238, 0, 64, 1.00) !important;		           
		

         			
		
		
		
		
		
			
		
		
		
		
		
									

		
		
		
		
		
			
      
	}
	
	/* on off all clips */
	#stacks_in_115872 .hype_text_27_reveal-off {	  display: none !important; 	
     /* fix flickering */
     -webkit-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important;	
	}		
	
	#stacks_in_115872 .hype_text_27_reveal {	  }	
	
	#stacks_in_115872 .hype_text_27 {	  
     		
      display: none !important; 
	}		
	#stacks_in_115872 .hype_text_27, #stacks_in_115872 .hype_text_27_reveal {		
	  color: rgba(96, 92, 87, 1.00) !important;			
		   		
	
    	
	
		
      transform: rotate(0deg) !important;
	  -webkit-transform: rotate(0deg ) !important;
    }	         
    
    #stacks_in_115872 .hype_text_27_line {
	  display: none !important;   		  
	 	
    }
  
  	#stacks_in_115872 .hype-27-shape path, #stacks_in_115872 .hype-27-circle path, #stacks_in_115872 .hype-27-shape-b path, #stacks_in_115872 .hype-27-circle-b path, #stacks_in_115872 .hype-27-stripe path, #stacks_in_115872 .hype-27-stripe-b path { 
  	stroke-width: 40px !important;  	  	
  	 stroke-linecap: round !important; 
  	
  	
    }
	
	#stacks_in_115872 .hype27shapegroup { margin-top: 0px !important; }
	
	#stacks_in_115872 .hype-27-shape, #stacks_in_115872 .hype-27-shape-b {  display: block !important;  }	
	#stacks_in_115872 .hype-27-circle, #stacks_in_115872 .hype-27-circle-b {	  }	
	#stacks_in_115872 .hype-27-stripe, #stacks_in_115872 .hype-27-stripe-b {  }		
	
	#stacks_in_115872 .hype-27-shape path, #stacks_in_115872 .hype-27-circle path, #stacks_in_115872 .hype-27-stripe path { stroke: rgba(38, 62, 87, 1.00) !important; }  	
  	#stacks_in_115872 .hype-27-shape-b path, #stacks_in_115872 .hype-27-circle-b path, #stacks_in_115872 .hype-27-stripe-b path { stroke: rgba(250, 206, 35, 1.00) !important;  }
  	
	#stacks_in_115872 .hype-link-hover-group, #stacks_in_115872 .hype-link-hover, #stacks_in_115872 .hype-link-hover-blank {
	 display: block !important;  }
	
	#stacks_in_115872 .hype-link-hover {  }
	
	#stacks_in_115872 .trigger-1 { margin-top: 180px !important; }	
	#stacks_in_115872 .preview_only { opacity: 0.0 !important; }	
	
	/* @group Built-in Webfonts */	
	@font-face {
	font-family: 'Alfa Slab One';
	src: url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff2') format('woff2'), url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'archivo_blackregular';
	src: url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff2') format('woff2'), url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Anton';
	src: url('../files/webfonts/anton/Anton-Regular.woff2') format('woff2'), url('../files/webfonts/anton/Anton-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }	
	
	@font-face {
	font-family: 'Bevan';
	src: url('../files/webfonts/bevan/Bevan.woff2') format('woff2'), url('../files/webfonts/bevan/Bevan.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'fjalla_oneregular';
	src: url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Gravitas One';
	src: url('../files/webfonts/gravitasone/GravitasOne.woff2') format('woff2'), url('../files/webfonts/gravitasone/GravitasOne.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Linkin Park';
	src: url('../files/webfonts/park/LinkinPark-ExtraBold.woff2') format('woff2'), url('../files/webfonts/park/LinkinPark-ExtraBold.woff') format('woff');
	font-weight: normal; font-style: normal; }	
			
	@font-face {
	font-family: 'Passion One';
	src: url('../files/webfonts/passionone/PassionOne-Regular.woff2') format('woff2'), url('../files/webfonts/passionone/PassionOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'rubik_mono_oneregular';
	src: url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }		
	
	@font-face {
	font-family: 'Ultra';
	src: url('../files/webfonts/ultra/Ultra.woff2') format('woff2'), url('../files/webfonts/ultra/Ultra.woff') format('woff');
	font-weight: normal; font-style: normal; }
	/* @end */



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

 


    

    #stacks_in_115874 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }	
	#stacks_in_115874 .HYPE_document { overflow: visible; direction:ltr !important; margin:auto; position:relative; min-width: 200px !important;  min-height: 90px !important; }		
	#stacks_in_115874_default27_hype_container,	#stacks_in_115874 .HYPE_document, #stacks_in_115874 .back_wrapper_27, #stacks_in_115874 .back_wrapper { pointer-events: none !important; }		
	#stacks_in_115874_default27_hype_container { direction:ltr !important; margin:auto; display: block !important;	
	-webkit-backface-visibility: hidden !important; -moz-backface-visibility: hidden !important; 
    /* fix flickering */
    -webkit-transform: translate3d(0,0,0) !important;	
	}		
	
	#stacks_in_115874 .size27 { text-align: center; display: block; position: relative;	padding: 0; margin: 0 auto;	min-height: 300px !important; }
	#stacks_in_115874 .back_wrapper_27 { max-width: 450px; text-align: center; display: block; position: relative; padding: 0; margin: 0 auto; }	
	#stacks_in_115874 .back_wrapper { text-align: center; margin-right: auto; margin-left: auto; display: block; position: relative; }		
		
	@media (max-width: 768px) {
	 #stacks_in_115874 .size27 {  height:auto; }
	}
	@media (max-width: 450px) {
	 #stacks_in_115874 .size27 {  min-height: 220px !important;  height:auto; }
	} 	
		
	#stacks_in_115874 .hype-27-bg, #stacks_in_115874 .hype-27-overlay {		  
	  border-radius:5px !important; -webkit-border-radius:5px !important;
	  
	  
	  
	  	  	  
	}	
	
	#stacks_in_115874 .hype-27-bg {	display: none !important;
		  	  
	}
	
   #stacks_in_115874 .hype-27-overlay {
		
		
		
		
		
		   background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(0, 0, 0, 0.40)), to(rgba(67, 67, 67, 0.81))) !important;
		   background-image: -webkit-radial-gradient(50% 50%, rgba(0, 0, 0, 0.40), rgba(67, 67, 67, 0.81)) !important;	
		   background-image: radial-gradient(50% 50%, rgba(0, 0, 0, 0.40), rgba(67, 67, 67, 0.81)) !important;
					
	 			
	}
	
	#stacks_in_115874 .hype-27-pic {	
	display: none !important;
	height: 175px !important;
	margin-left: 0px !important;
	margin-top: 90px !important;		  
	transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important;
	
	
	
	  box-shadow: 11px 12px 0px rgba(238, 0, 64, 1.00); 
	  
     	  	
	} 
	
	@media (max-width: 580px) {
	 #stacks_in_115874 .hype-27-pic { margin-left: 0px !important; }
	}

	/* pic */	
   #stacks_in_115874 .hype_text_27_box2 { }

    #stacks_in_115874 .hype_text_27_2 {	
		
	 
	  -webkit-font-smoothing: antialiased !important;	
	  font-size: 70px !important;
	  letter-spacing: 15px !important;
	  line-height: 409px !important;
	  font-family: "sentence_safe_font-s", sans-serif !important; 		 	
		
	color: rgba(142, 142, 142, 1.00) !important; 
	
      font-family: "Lucida Sans Unicode", sans-serif !important;
	  font-weight: 800 !important;
	 	
	
			 
	 
	margin-top: 166px !important; margin-left: 0px !important;	
	transform: rotate( 0deg ) !important;	-webkit-transform: rotate( 0deg ) !important;
	
		
	
	 text-transform: uppercase; 
		

    			
    }
	
	#stacks_in_115874 .hype_text_27_box { margin-top: 0px !important;  }
	 
	#stacks_in_115874 .hype_text_27, #stacks_in_115874 .hype_text_27_reveal, #stacks_in_115874 .hype_text_27_back, #stacks_in_115874 .hype_text_27_line {		
	text-align: center !important;	
	
	font-size: 820px !important; letter-spacing: 0px !important; line-height: 460px !important;
	font-family: "Linkin Park", sans-serif !important; 
	
	
			
	
	 	
	
	 	
	
			 
	
	margin-right: -45px !important;
	margin-left: -45px !important;	
	
		
    }
    		
	#stacks_in_115874 .hype_text_27_back {	
	color: rgba(253, 101, 151, 1.00) !important;	  
    transform: rotate( 0deg ) !important; -webkit-transform: rotate(0deg ) !important; 	
		
		  
     	 
	 
		
		
		
		  text-shadow: 0px 1px rgba(238, 0, 64, 1.00), 2px 2px rgba(238, 0, 64, 1.00), 3px 3px rgba(238, 0, 64, 1.00), 4px 4px rgba(238, 0, 64, 1.00), 5px 5px rgba(238, 0, 64, 1.00),	 6px 6px rgba(238, 0, 64, 1.00), 7px 7px rgba(238, 0, 64, 1.00), 8px 8px rgba(238, 0, 64, 1.00), 9px 9px rgba(238, 0, 64, 1.00), 10px 10px rgba(238, 0, 64, 1.00), 12px 12px rgba(238, 0, 64, 1.00), 14px 14px rgba(238, 0, 64, 1.00), 16px 16px rgba(238, 0, 64, 1.00), 18px 18px rgba(238, 0, 64, 1.00), 20px 20px rgba(238, 0, 64, 1.00), 22px 22px rgba(238, 0, 64, 1.00), 24px 24px rgba(238, 0, 64, 1.00), 26px 26px rgba(238, 0, 64, 1.00), 28px 28px rgba(238, 0, 64, 1.00), 30px 30px rgba(238, 0, 64, 1.00), 32px 32px rgba(238, 0, 64, 1.00), 34px 34px rgba(238, 0, 64, 1.00), 36px 36px rgba(238, 0, 64, 1.00), 38px 38px rgba(238, 0, 64, 1.00), 40px 40px rgba(238, 0, 64, 1.00), 42px 42px rgba(238, 0, 64, 1.00), 44px 44px rgba(238, 0, 64, 1.00), 46px 46px rgba(238, 0, 64, 1.00), 48px 48px rgba(238, 0, 64, 1.00), 50px 50px rgba(238, 0, 64, 1.00) !important;		           
		

         			
		
		
		
		
		
			
		
		
		
		
		
									

		
		
		
		
		
			
      
	}
	
	/* on off all clips */
	#stacks_in_115874 .hype_text_27_reveal-off {	  display: none !important; 	
     /* fix flickering */
     -webkit-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important;	
	}		
	
	#stacks_in_115874 .hype_text_27_reveal {	  }	
	
	#stacks_in_115874 .hype_text_27 {	  
     		
      display: none !important; 
	}		
	#stacks_in_115874 .hype_text_27, #stacks_in_115874 .hype_text_27_reveal {		
	  color: rgba(96, 92, 87, 1.00) !important;			
		   		
	
    	
	
		
      transform: rotate(0deg) !important;
	  -webkit-transform: rotate(0deg ) !important;
    }	         
    
    #stacks_in_115874 .hype_text_27_line {
	  display: none !important;   		  
	 	
    }
  
  	#stacks_in_115874 .hype-27-shape path, #stacks_in_115874 .hype-27-circle path, #stacks_in_115874 .hype-27-shape-b path, #stacks_in_115874 .hype-27-circle-b path, #stacks_in_115874 .hype-27-stripe path, #stacks_in_115874 .hype-27-stripe-b path { 
  	stroke-width: 40px !important;  	  	
  	 stroke-linecap: round !important; 
  	
  	
    }
	
	#stacks_in_115874 .hype27shapegroup { margin-top: 0px !important; }
	
	#stacks_in_115874 .hype-27-shape, #stacks_in_115874 .hype-27-shape-b {  display: block !important;  }	
	#stacks_in_115874 .hype-27-circle, #stacks_in_115874 .hype-27-circle-b {	  }	
	#stacks_in_115874 .hype-27-stripe, #stacks_in_115874 .hype-27-stripe-b {  }		
	
	#stacks_in_115874 .hype-27-shape path, #stacks_in_115874 .hype-27-circle path, #stacks_in_115874 .hype-27-stripe path { stroke: rgba(38, 62, 87, 1.00) !important; }  	
  	#stacks_in_115874 .hype-27-shape-b path, #stacks_in_115874 .hype-27-circle-b path, #stacks_in_115874 .hype-27-stripe-b path { stroke: rgba(250, 206, 35, 1.00) !important;  }
  	
	#stacks_in_115874 .hype-link-hover-group, #stacks_in_115874 .hype-link-hover, #stacks_in_115874 .hype-link-hover-blank {
	 display: block !important;  }
	
	#stacks_in_115874 .hype-link-hover {  }
	
	#stacks_in_115874 .trigger-1 { margin-top: 180px !important; }	
	#stacks_in_115874 .preview_only { opacity: 0.0 !important; }	
	
	/* @group Built-in Webfonts */	
	@font-face {
	font-family: 'Alfa Slab One';
	src: url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff2') format('woff2'), url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'archivo_blackregular';
	src: url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff2') format('woff2'), url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Anton';
	src: url('../files/webfonts/anton/Anton-Regular.woff2') format('woff2'), url('../files/webfonts/anton/Anton-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }	
	
	@font-face {
	font-family: 'Bevan';
	src: url('../files/webfonts/bevan/Bevan.woff2') format('woff2'), url('../files/webfonts/bevan/Bevan.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'fjalla_oneregular';
	src: url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Gravitas One';
	src: url('../files/webfonts/gravitasone/GravitasOne.woff2') format('woff2'), url('../files/webfonts/gravitasone/GravitasOne.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Linkin Park';
	src: url('../files/webfonts/park/LinkinPark-ExtraBold.woff2') format('woff2'), url('../files/webfonts/park/LinkinPark-ExtraBold.woff') format('woff');
	font-weight: normal; font-style: normal; }	
			
	@font-face {
	font-family: 'Passion One';
	src: url('../files/webfonts/passionone/PassionOne-Regular.woff2') format('woff2'), url('../files/webfonts/passionone/PassionOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'rubik_mono_oneregular';
	src: url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }		
	
	@font-face {
	font-family: 'Ultra';
	src: url('../files/webfonts/ultra/Ultra.woff2') format('woff2'), url('../files/webfonts/ultra/Ultra.woff') format('woff');
	font-weight: normal; font-style: normal; }
	/* @end */



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








	#stacks_in_115987 .hype-text-22, #stacks_in_115987 .hype-text-22-mobile { color: rgba(255, 255, 255, 1.00) !important; }
	#stacks_in_115987 .hype-divider-text-bg  { background-color: rgba(203, 203, 203, 1.00) !important;
	border-radius:4px !important; -webkit-border-radius:4px !important; border-style: solid !important; border-top-width: 5px !important; border-bottom-width: 6px !important; border-left-width: 12px !important; border-right-width: 12px !important; border-color: rgba(203, 203, 203, 1.00) !important; margin-right: -20px; margin-left: 0% !important; }
	#stacks_in_115987 .hype-text-22, #stacks_in_115987 .hype-text-22-mobile { -webkit-font-smoothing: antialiased !important; text-align: center;  font-style: none; text-transform: none; font-size: 15px !important; line-height: 21px !important; letter-spacing: 0px !important; -webkit-font-smoothing: antialiased !important; }
	
	#stacks_in_115987 .hype-text-22, #stacks_in_115987 .hype-text-22-mobile, #stacks_in_115987 p .hype-text-22, #stacks_in_115987 p .hype-text-22-mobile { font-family: "title_safe_font_selector", sans-serif !important;
	 font-family: "Trebuchet MS", sans-serif !important; font-weight: 700 !important; 
	 }
	#stacks_in_115987 .vertical-22 {  margin: auto; width: 100%; position: relative; min-height: 50px;  min-height: 0px;   }
	
	#stacks_in_115987 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_115987 .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_115987_default22_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_115987 .wrapper-22 {
		margin-right: auto; margin-left: auto; max-width: 1400px; min-height: 50px; 	
		   }
	#stacks_in_115987 .inner_slice_content {
		pointer-events: auto; margin: auto; 	
		 padding: 0px;  	
		     	                
			}
	
	#stacks_in_115987 .hype_line_22_corner7 path {    height: 100% !important;   }		
	#stacks_in_115987 .hype_line_22 path, #stacks_in_115987 .hype_line_22_corner0 path, #stacks_in_115987 .hype_line_22_corner1 path, #stacks_in_115987 .hype_line_22_corner2 path, #stacks_in_115987 .hype_line_22_corner3 path, #stacks_in_115987 .hype_line_22_corner4 path, #stacks_in_115987 .hype_line_22_corner5 path, #stacks_in_115987 .hype_line_22_corner6 path, #stacks_in_115987 .hype_line_22_corner7 path, #stacks_in_115987 .hype_line_22_corner8 path, #stacks_in_115987 .hype_line_22_corner9 path, #stacks_in_115987 .hype_line_22_corner10 path { stroke: #E01452 !important; stroke-linecap: butt !important;  -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  
	}
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} } @-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_115987 .hype_line_22 path, #stacks_in_115987 .hype_line_22_corner0 path, #stacks_in_115987 .hype_line_22_corner1 path, #stacks_in_115987 .hype_line_22_corner2 path, #stacks_in_115987 .hype_line_22_corner3 path, #stacks_in_115987 .hype_line_22_corner4 path, #stacks_in_115987 .hype_line_22_corner5 path, #stacks_in_115987 .hype_line_22_corner6 path, #stacks_in_115987 .hype_line_22_corner7 path, #stacks_in_115987 .hype_line_22_corner8 path, #stacks_in_115987 .hype_line_22_corner9 path, #stacks_in_115987 .hype_line_22_corner10 path { stroke-width: 2px !important; }
	
@media (min-width: 1030px) {
	  #stacks_in_115987 .hype-text-22 {  }
}
	
@media (max-width: 1030px) {
		#stacks_in_115987 .wrapper-22 { 	
		
		}		
		#stacks_in_115987 .hype-text-22 { 
			  
		   	
			  
		}			
		#stacks_in_115987 .hype-text-22-mobile { 
		     }	
		#stacks_in_115987 .hype_line_22_corner1 path {    } #stacks_in_115987 .hype_line_22_corner2 path {    } #stacks_in_115987 .hype_line_22_corner3 path {    } #stacks_in_115987 .hype_line_22_corner4 path {    } #stacks_in_115987 .hype_line_22_corner5 path {    } #stacks_in_115987 .hype_line_22_corner6 path {    } #stacks_in_115987 .hype_line_22_corner7 path {   display: none !important;   }		
		#stacks_in_115987 .inner_slice_content {	             	       }		
		
		#stacks_in_115987 .hype-divider-text-bg  {  margin-left: auto !important;  }		
	   
		#stacks_in_115987 .hype_line_22 path, #stacks_in_115987 .hype_line_22_corner0 path, #stacks_in_115987 .hype_line_22_corner1 path, #stacks_in_115987 .hype_line_22_corner2 path, #stacks_in_115987 .hype_line_22_corner3 path, #stacks_in_115987 .hype_line_22_corner4 path, #stacks_in_115987 .hype_line_22_corner5 path, #stacks_in_115987 .hype_line_22_corner6 path, #stacks_in_115987 .hype_line_22_corner7 path, #stacks_in_115987 .hype_line_22_corner8 path, #stacks_in_115987 .hype_line_22_corner9 path, #stacks_in_115987 .hype_line_22_corner10 path {  }			
			
		#stacks_in_115987 .inner_slice_content { 	  }		
}
	  
	#stacks_in_115987 .hype_line_22_corner0 path, #stacks_in_115987 .hype_line_22_corner1 path, #stacks_in_115987 .hype_line_22_corner2 path, #stacks_in_115987 .hype_line_22_corner3 path, #stacks_in_115987 .hype_line_22_corner4 path, #stacks_in_115987 .hype_line_22_corner5 path, #stacks_in_115987 .hype_line_22_corner6 path, #stacks_in_115987 .hype_line_22_corner7 path, #stacks_in_115987 .hype_line_22_corner8 path, #stacks_in_115987 .hype_line_22_corner9 path, #stacks_in_115987 .hype_line_22_corner10 path  {  }	



#stacks_in_115987 .trigger-22 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  }
	#stacks_in_115987 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_115988 {
	padding: 100px 0px 0px 0px;
}

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

 


    

    #stacks_in_115870 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }	
	#stacks_in_115870 .HYPE_document { overflow: visible; direction:ltr !important; margin:auto; position:relative; min-width: 200px !important;  min-height: 90px !important; }		
	#stacks_in_115870_default27_hype_container,	#stacks_in_115870 .HYPE_document, #stacks_in_115870 .back_wrapper_27, #stacks_in_115870 .back_wrapper { pointer-events: none !important; }		
	#stacks_in_115870_default27_hype_container { direction:ltr !important; margin:auto; display: block !important;	
	-webkit-backface-visibility: hidden !important; -moz-backface-visibility: hidden !important; 
    /* fix flickering */
    -webkit-transform: translate3d(0,0,0) !important;	
	}		
	
	#stacks_in_115870 .size27 { text-align: center; display: block; position: relative;	padding: 0; margin: 0 auto;	min-height: 350px !important; }
	#stacks_in_115870 .back_wrapper_27 { max-width: 550px; text-align: center; display: block; position: relative; padding: 0; margin: 0 auto; }	
	#stacks_in_115870 .back_wrapper { text-align: center; margin-right: auto; margin-left: auto; display: block; position: relative; }		
		
	@media (max-width: 768px) {
	 #stacks_in_115870 .size27 {  min-height: 300px !important;  height:auto; }
	}
	@media (max-width: 500px) {
	 #stacks_in_115870 .size27 {  min-height: 200px !important;  height:auto; }
	} 	
		
	#stacks_in_115870 .hype-27-bg, #stacks_in_115870 .hype-27-overlay {		  
	  border-radius:5px !important; -webkit-border-radius:5px !important;
	  
	  
	  
	  	  	  
	}	
	
	#stacks_in_115870 .hype-27-bg {	display: none !important;
		  	  
	}
	
   #stacks_in_115870 .hype-27-overlay {
		
		
		
		
		
		   background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(0, 0, 0, 0.40)), to(rgba(67, 67, 67, 0.81))) !important;
		   background-image: -webkit-radial-gradient(50% 50%, rgba(0, 0, 0, 0.40), rgba(67, 67, 67, 0.81)) !important;	
		   background-image: radial-gradient(50% 50%, rgba(0, 0, 0, 0.40), rgba(67, 67, 67, 0.81)) !important;
					
	 			
	}
	
	#stacks_in_115870 .hype-27-pic {	
	display: none !important;
	height: 175px !important;
	margin-left: 0px !important;
	margin-top: 90px !important;		  
	transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important;
	
	
	
	  box-shadow: 11px 12px 0px rgba(238, 0, 64, 1.00); 
	  
     	  	
	} 
	
	@media (max-width: 580px) {
	 #stacks_in_115870 .hype-27-pic { margin-left: 0px !important; }
	}

	/* pic */	
   #stacks_in_115870 .hype_text_27_box2 { }

    #stacks_in_115870 .hype_text_27_2 {	
		
	 
	  -webkit-font-smoothing: antialiased !important;	
	  font-size: 50px !important;
	  letter-spacing: 15px !important;
	  line-height: 451px !important;
	  font-family: "sentence_safe_font-s", sans-serif !important; 		 	
		
	color: rgba(142, 142, 142, 1.00) !important; 
	
      font-family: "Lucida Sans Unicode", sans-serif !important;
	  font-weight: 800 !important;
	 	
	
			 
	 
	margin-top: 0px !important; margin-left: -228px !important;	
	transform: rotate( 0deg ) !important;	-webkit-transform: rotate( 0deg ) !important;
	
		
	
	 text-transform: uppercase; 
		

    			
    }
	
	#stacks_in_115870 .hype_text_27_box { margin-top: 0px !important;  }
	 
	#stacks_in_115870 .hype_text_27, #stacks_in_115870 .hype_text_27_reveal, #stacks_in_115870 .hype_text_27_back, #stacks_in_115870 .hype_text_27_line {		
	text-align: center !important;	
	
	font-size: 462px !important; letter-spacing: -24px !important; line-height: 460px !important;
	font-family: "Linkin Park", sans-serif !important; 
	
	
			
	
	 	
	
	 	
	
			 
	
	margin-right: -45px !important;
	margin-left: -45px !important;	
	
		
    }
    		
	#stacks_in_115870 .hype_text_27_back {	
	color: rgba(253, 101, 151, 1.00) !important;	  
    transform: rotate( 0deg ) !important; -webkit-transform: rotate(0deg ) !important; 	
		
		  
     	 
	 
		
		
		
		  text-shadow: 0px 1px rgba(238, 0, 64, 1.00), 2px 2px rgba(238, 0, 64, 1.00), 3px 3px rgba(238, 0, 64, 1.00), 4px 4px rgba(238, 0, 64, 1.00), 5px 5px rgba(238, 0, 64, 1.00),	 6px 6px rgba(238, 0, 64, 1.00), 7px 7px rgba(238, 0, 64, 1.00), 8px 8px rgba(238, 0, 64, 1.00), 9px 9px rgba(238, 0, 64, 1.00), 10px 10px rgba(238, 0, 64, 1.00), 12px 12px rgba(238, 0, 64, 1.00), 14px 14px rgba(238, 0, 64, 1.00), 16px 16px rgba(238, 0, 64, 1.00), 18px 18px rgba(238, 0, 64, 1.00), 20px 20px rgba(238, 0, 64, 1.00), 22px 22px rgba(238, 0, 64, 1.00), 24px 24px rgba(238, 0, 64, 1.00), 26px 26px rgba(238, 0, 64, 1.00), 28px 28px rgba(238, 0, 64, 1.00), 30px 30px rgba(238, 0, 64, 1.00), 32px 32px rgba(238, 0, 64, 1.00), 34px 34px rgba(238, 0, 64, 1.00), 36px 36px rgba(238, 0, 64, 1.00), 38px 38px rgba(238, 0, 64, 1.00), 40px 40px rgba(238, 0, 64, 1.00), 42px 42px rgba(238, 0, 64, 1.00), 44px 44px rgba(238, 0, 64, 1.00), 46px 46px rgba(238, 0, 64, 1.00), 48px 48px rgba(238, 0, 64, 1.00), 50px 50px rgba(238, 0, 64, 1.00) !important;		           
		

         			
		
		
		
		
		
			
		
		
		
		
		
									

		
		
		
		
		
			
      
	}
	
	/* on off all clips */
	#stacks_in_115870 .hype_text_27_reveal-off {	 	
     /* fix flickering */
     -webkit-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important;	
	}		
	
	#stacks_in_115870 .hype_text_27_reveal {	  display: block !important;  }	
	
	#stacks_in_115870 .hype_text_27 {	  
      display: none !important; 		
     
	}		
	#stacks_in_115870 .hype_text_27, #stacks_in_115870 .hype_text_27_reveal {		
	  color: rgba(96, 92, 87, 1.00) !important;			
		   		
	
    	  
      overflow: visible !important;			
	  -moz-background-clip: text !important;	  background-clip: text !important;	 -webkit-background-clip: text !important;		 	  
	  -webkit-text-fill-color: transparent !important; color: transparent !important; text-shadow: 0 0 rgba(0, 0, 0, 0) !important;
      -webkit-backface-visibility: hidden !important;	 backface-visibility: hidden !important;		
	  -webkit-font-smoothing: antialiased !important; -webkit-font-smoothing: subpixel-antialiased !important; 	  
	  background-position: 50% 10% !important; background-size: cover !important;
	   
	    background-image: url(https://images.unsplash.com/photo-1487147264018-f937fba0c817?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMzI0OXwwfDF8c2VhcmNofDc4fHxnb2xkJTIwd2hpdGV8ZW58MHx8fHwxNzA4MTY1NDkwfDA&ixlib=rb-4.0.3&q=80&w=1080) !important; 
	   	
	 
    -webkit-transform-style: preserve-3d !important;
    -webkit-backface-visibility: hidden !important;

		
	
		
      transform: rotate(0deg) !important;
	  -webkit-transform: rotate(0deg ) !important;
    }	         
    
    #stacks_in_115870 .hype_text_27_line {
	  display: none !important;   		  
	 	
    }
  
  	#stacks_in_115870 .hype-27-shape path, #stacks_in_115870 .hype-27-circle path, #stacks_in_115870 .hype-27-shape-b path, #stacks_in_115870 .hype-27-circle-b path, #stacks_in_115870 .hype-27-stripe path, #stacks_in_115870 .hype-27-stripe-b path { 
  	stroke-width: 40px !important;  	  	
  	 stroke-linecap: round !important; 
  	
  	
    }
	
	#stacks_in_115870 .hype27shapegroup { margin-top: 0px !important; }
	
	#stacks_in_115870 .hype-27-shape, #stacks_in_115870 .hype-27-shape-b {  display: block !important;  }	
	#stacks_in_115870 .hype-27-circle, #stacks_in_115870 .hype-27-circle-b {	  }	
	#stacks_in_115870 .hype-27-stripe, #stacks_in_115870 .hype-27-stripe-b {  }		
	
	#stacks_in_115870 .hype-27-shape path, #stacks_in_115870 .hype-27-circle path, #stacks_in_115870 .hype-27-stripe path { stroke: rgba(38, 62, 87, 1.00) !important; }  	
  	#stacks_in_115870 .hype-27-shape-b path, #stacks_in_115870 .hype-27-circle-b path, #stacks_in_115870 .hype-27-stripe-b path { stroke: rgba(250, 206, 35, 1.00) !important;  }
  	
	#stacks_in_115870 .hype-link-hover-group, #stacks_in_115870 .hype-link-hover, #stacks_in_115870 .hype-link-hover-blank {
	 display: block !important;  }
	
	#stacks_in_115870 .hype-link-hover {  display: none !important;  }
	
	#stacks_in_115870 .trigger-1 { margin-top: 180px !important; }	
	#stacks_in_115870 .preview_only { opacity: 0.0 !important; }	
	
	/* @group Built-in Webfonts */	
	@font-face {
	font-family: 'Alfa Slab One';
	src: url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff2') format('woff2'), url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'archivo_blackregular';
	src: url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff2') format('woff2'), url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Anton';
	src: url('../files/webfonts/anton/Anton-Regular.woff2') format('woff2'), url('../files/webfonts/anton/Anton-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }	
	
	@font-face {
	font-family: 'Bevan';
	src: url('../files/webfonts/bevan/Bevan.woff2') format('woff2'), url('../files/webfonts/bevan/Bevan.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'fjalla_oneregular';
	src: url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Gravitas One';
	src: url('../files/webfonts/gravitasone/GravitasOne.woff2') format('woff2'), url('../files/webfonts/gravitasone/GravitasOne.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'Linkin Park';
	src: url('../files/webfonts/park/LinkinPark-ExtraBold.woff2') format('woff2'), url('../files/webfonts/park/LinkinPark-ExtraBold.woff') format('woff');
	font-weight: normal; font-style: normal; }	
			
	@font-face {
	font-family: 'Passion One';
	src: url('../files/webfonts/passionone/PassionOne-Regular.woff2') format('woff2'), url('../files/webfonts/passionone/PassionOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face {
	font-family: 'rubik_mono_oneregular';
	src: url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }		
	
	@font-face {
	font-family: 'Ultra';
	src: url('../files/webfonts/ultra/Ultra.woff2') format('woff2'), url('../files/webfonts/ultra/Ultra.woff') format('woff');
	font-weight: normal; font-style: normal; }
	/* @end */



/* -- End EACH CSS Template -- */
#stacks_in_115863 {
	padding: 0px 0px 5px 0px;
}
#stacks_in_112183 .glider-wrapper,#stacks_in_112183 .glider-button{-webkit-transition:all 242ms ease;transition:all 242ms ease}#stacks_in_112183 .glider-wrapper.custom-style{background-color:#171717;color:rgba(255, 255, 255, 1.00)}#stacks_in_112183 .glider-wrapper.custom-style div,#stacks_in_112183 .glider-wrapper.custom-style p{color:rgba(255, 255, 255, 1.00)}#stacks_in_112183 .glider-wrapper.custom-style .glider-toggle{color:rgba(255, 255, 255, 1.00)}#stacks_in_112183 .glider-wrapper .glider-content{padding:3.25rem 1rem}@media only screen and (min-width:40.063em){#stacks_in_112183 .glider-wrapper .glider-content{padding:5.00rem 0.00rem}}#stacks_in_112183 .glider-button{margin:0px}#stacks_in_112183 .glider-button.custom-style{background-color:#E01452;color:#FFFFFF}#stacks_in_112183 .glider-button.static-width{width:69px}#stacks_in_112183 .launcher-bar .glider-button{text-align:left}#stacks_in_112183 .location-left .glider-button,#stacks_in_112183 .location-right .glider-button{top:100px}#stacks_in_112183 .location-left .glider-button.flipPosition,#stacks_in_112183 .location-right .glider-button.flipPosition{top:auto;bottom:100px}#stacks_in_112183 .location-top .glider-button,#stacks_in_112183 .location-bottom .glider-button{left:100px}#stacks_in_112183 .location-top .glider-button.flipPosition,#stacks_in_112183 .location-bottom .glider-button.flipPosition{left:auto;right:100px}@media only screen and (min-width:40.063em){#stacks_in_112183 .location-left .glider-wrapper.opened,#stacks_in_112183 .location-right .glider-wrapper.opened{width:245px}#stacks_in_112183 .location-left.slideout .glider-wrapper,#stacks_in_112183 .location-right.slideout .glider-wrapper{width:245px}#stacks_in_112183 .location-left .glider-button.opened{left:245px}#stacks_in_112183 .location-left.slideout .glider-wrapper{margin-left:-245px}#stacks_in_112183 .location-right .glider-button.opened{right:245px}#stacks_in_112183 .location-right.slideout .glider-wrapper{margin-right:-245px}#stacks_in_112183 .location-top .glider-wrapper.opened,#stacks_in_112183 .location-bottom .glider-wrapper.opened{height:245px}#stacks_in_112183 .location-top .glider-button.opened{top:245px}#stacks_in_112183 .location-bottom .glider-button.opened{bottom:245px}}
  #stacks_in_112186{display:none}@media screen and (max-width:500px){#stacks_in_112186{display:block}} 

#stacks_in_112188 {
	padding: 40px 0px 0px 0px;
}

#stacks_out_112188 {
	width: 150px;
}

#stacks_in_112190 {
	background-color: rgba(29, 29, 29, 1.00);
	-moz-border-radius: 0px 0px 0px 4px;
	-webkit-border-radius: 0px 0px 0px 4px;
	border-radius: 0px 0px 0px 4px;
	padding: 25px 8px 14px 8px;
}

#stacks_out_112190 {
	width: 244px;
}

#stacks_out_112192 {
	margin-left:0;
}

#stacks_in_113878 {
	background-color: rgba(137, 212, 118, 1.00);
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	margin: 0px 10px 16px 10px;
	padding:  9px;
}

#stacks_out_113878 {
	width: 216px;
}
#stacks_in_112205>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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



}



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



}




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

#stacks_out_112205 {
	width: 210px;
}

#stacks_in_112207 {
	padding: 10px 7px 9px 7px;
}

#stacks_out_112207 {
	margin-left:0;
}

#stacks_in_112210 {
	border: solid rgba(255, 255, 255, 0.36);
	border-width: 0px 0px 0px 1px;
	padding: 10px 7px 9px 7px;
}

#stacks_out_112210 {
	margin-right:0;
}

#stacks_in_112213 {
	border: solid rgba(255, 255, 255, 0.36);
	border-width: 0px 0px 0px 1px;
	padding: 10px 7px 9px 7px;
}

#stacks_out_112213 {
	margin-right:0;
}

#stacks_in_113547 {
	border: solid rgba(209, 209, 209, 1.00);
	border-width: 1px 0px 0px 0px;
	padding:  12px;
}

#stacks_out_113543 {
	width: 45px;
}

#stacks_in_113541 {
	padding: 9px 0px 0px 0px;
}

#stacks_out_113541 {
	margin-right:0;
}
