.com_joeworkman_stacks_impact_stack .impact-animate.pre-anim{display:none}.com_joeworkman_stacks_impact_stack .slides-navigation{margin:0 auto;position:absolute;z-index:99;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a{position:absolute;display:block;text-decoration:none}.com_joeworkman_stacks_impact_stack .slides-navigation a::before{line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;text-rendering:auto;transform:translate(0,0)}.com_joeworkman_stacks_impact_stack .slides-pagination > a{text-decoration:none}.com_joeworkman_stacks_impact_stack .fg-content{position:absolute;top:0;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a:before{font-family:"FontAwesome","Font Awesome 5 Pro";font-weight:900}.com_joeworkman_stacks_impact_stack .impact-scroll:hover{cursor:pointer}.com_joeworkman_stacks_impact_stack .slides-container{display:none}.com_joeworkman_stacks_impact_stack .scrollable{position:relative;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}.com_joeworkman_stacks_impact_stack .scrollable::after{content:"";display:table;clear:both}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap{position:absolute;z-index:1050;top:0;margin-left:-45px;width:90px;height:90px;padding:0;font-size:9px;display:block}.com_joeworkman_stacks_impact_stack .impact-arrow{float:left;position:absolute;margin-top:20px;margin-left:23px;width:40px;height:40px;border-style:solid;border-bottom-color:transparent;border-left-color:transparent;transform:rotate(135deg)}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap.animates .impact-arrow{animation:impactArrows linear 1.8s 0.4s}.com_joeworkman_stacks_impact_stack .video-container{min-height:100%;min-width:100%;position:absolute;top:0;left:0}.com_joeworkman_stacks_impact_stack .video-container > img{width:100%;height:100%}.com_joeworkman_stacks_impact_stack video{max-width:none}.com_joeworkman_stacks_impact_stack .impact-container{position:absolute}.com_joeworkman_stacks_impact_stack .impact-container.v-full{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-full .slide-content{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-center{top:50%;transform:translateY(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center{left:50%;transform:translateX(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center.v-center{top:50%;left:50%;transform:translate(-50%,-50%)}.com_joeworkman_stacks_impact_stack .impact-container:not(.h-center):not(.h-left):not(.h-right){width:100%}@keyframes impactArrows{0%{transform:translate(0px,0px) rotate(135deg) scale(1)}15%{transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{transform:translate(0px,0px) rotate(135deg) scale(1)}}
.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
.font-weight-100{font-weight:100}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-weight-900{font-weight:900}.font-style-normal{font-style:normal}.font-style-italic{font-style:italic}

@-webkit-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-moz-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-ms-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-o-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-moz-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-ms-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-o-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
  
@-webkit-keyframes slideInLeft {
  from {
	-webkit-transform: translateX(-100%);	  
  }
  to {
	  -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes slideInLeft {
  from {
	-moz-transform: translateX(-100%);	  
  }
  to {
	  -moz-transform: translateX(0%);
  }
}

@-o-keyframes slideInLeft {
  from {
	-o-transform: translateX(-100%);	  
  }
  to {
	  -o-transform: translateX(0%);
  }
}

@-ms-keyframes slideInLeft {
  from {
	-ms-transform: translateX(-100%);	  
  }
  to {
	  -ms-transform: translateX(0%);
  }
}

@keyframes slideInLeft {
  from {
	transform: translateX(-100%);	  
  }
  to {
	  transform: translateX(0%);
  }
}

@-webkit-keyframes slideInRight {
  from {
	-webkit-transform: translateX(100%);	  
  }
  to {
	  -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes slideInRight {
  from {
	-moz-transform: translateX(100%);	  
  }
  to {
	  -moz-transform: translateX(0%);
  }
}

@-o-keyframes slideInRight {
  from {
	-o-transform: translateX(100%);	  
  }
  to {
	  -o-transform: translateX(0%);
  }
}

@-ms-keyframes slideInRight {
  from {
	-ms-transform: translateX(100%);	  
  }
  to {
	  -ms-transform: translateX(0%);
  }
}

@keyframes slideInRight {
  from {
	transform: translateX(100%);	  
  }
  to {
	  transform: translateX(0%);
  }
}

@-webkit-keyframes slideInTop {
  from {
	-webkit-transform: translateY(-100%);	  
  }
  to {
	  -webkit-transform: translateY(0%);
  }
}

@-moz-keyframes slideInTop {
  from {
	-moz-transform: translateY(-100%);	  
  }
  to {
	  -moz-transform: translateY(0%);
  }
}

@-o-keyframes slideInTop {
  from {
	-o-transform: translateY(-100%);	  
  }
  to {
	  -o-transform: translateY(0%);
  }
}

@-ms-keyframes slideInTop {
  from {
	-ms-transform: translateY(-100%);	  
  }
  to {
	  -ms-transform: translateY(0%);
  }
}

@keyframes slideInTop {
  from {
	transform: translateY(-100%);	  
  }
  to {
	  transform: translateY(0%);
  }
}

@-webkit-keyframes slideInBottom {
  from {
	-webkit-transform: translateY(100%);	  
  }
  to {
	  -webkit-transform: translateY(0%);
  }
}

@-moz-keyframes slideInBottom {
  from {
	-moz-transform: translateY(100%);	  
  }
  to {
	  -moz-transform: translateY(0%);
  }
}

@-o-keyframes slideInBottom {
  from {
	-o-transform: translateY(100%);	  
  }
  to {
	  -o-transform: translateY(0%);
  }
}

@-ms-keyframes slideInBottom {
  from {
	-ms-transform: translateY(100%);	  
  }
  to {
	  -ms-transform: translateY(0%);
  }
}

@keyframes slideInBottom {
  from {
	transform: translateY(100%);	  
  }
  to {
	  transform: translateY(0%);
  }
}

@-webkit-keyframes slideOutLeft {
  to {
	  -webkit-transform: translateX(-100%);
  }
}

@-moz-keyframes slideOutLeft {
  to {
	  -moz-transform: translateX(-100%);
  }
}

@-o-keyframes slideOutLeft {
  to {
	  -o-transform: translateX(-100%);
  }
}

@-ms-keyframes slideOutLeft {
  to {
	  -ms-transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  to {
	  transform: translateX(-100%);
  }
}

@-webkit-keyframes slideOutRight {
  to {
	  -webkit-transform: translateX(100%);
  }
}

@-moz-keyframes slideOutRight {
  to {
	  -moz-transform: translateX(100%);
  }
}

@-o-keyframes slideOutRight {
  to {
	  -o-transform: translateX(100%);
  }
}

@-ms-keyframes slideOutRight {
  to {
	  -ms-transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  to {
	  transform: translateX(100%);
  }
}

@-webkit-keyframes slideOutTop {
  to {
	  -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes slideOutTop {
  to {
	  -moz-transform: translateY(-100%);
  }
}

@-o-keyframes slideOutTop {
  to {
	  -o-transform: translateY(-100%);
  }
}

@-ms-keyframes slideOutTop {
  to {
	  -ms-transform: translateY(-100%);
  }
}

@keyframes slideOutTop {
  to {
	  transform: translateY(-100%);
  }
}

@-webkit-keyframes slideOutBottom {
  to {
	  -webkit-transform: translateX(100%);
  }
}

@-moz-keyframes slideOutBottom {
  to {
	  -moz-transform: translateX(100%);
  }
}

@-o-keyframes slideOutBottom {
  to {
	  -o-transform: translateX(100%);
  }
}

@-ms-keyframes slideOutBottom {
  to {
	  -ms-transform: translateX(100%);
  }
}

@keyframes slideOutBottom {
  to {
	  transform: translateX(100%);
  }
}

@-webkit-keyframes stepIn {
  	from {
		opacity: 0;
		-webkit-transform: scale(10);
	}
  	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes stepIn {
  	from {
		opacity: 0;
		-moz-transform: scale(10);
	}
  	to {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes stepIn {
  	from {
		opacity: 0;
		-o-transform: scale(10);
	}
  	to {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@-ms-keyframes stepIn {
  	from {
		opacity: 0;
		-ms-transform: scale(10);
	}
  	to {
		opacity: 1;
		-ms-transform: scale(1);
	}
}

@keyframes stepIn {
  	from {
		opacity: 0;
		transform: scale(10);
	}
  	to {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes stepOut {
  	to {
		opacity: 0;
		-webkit-transform: scale(10);
	}
}

@-moz-keyframes stepOut {
  	to {
		opacity: 0;
		-moz-transform: scale(10);
	}
}

@-o-keyframes stepOut {
  	to {
		opacity: 0;
		-o-transform: scale(10);
	}
}

@-ms-keyframes stepOut {
  	to {
		opacity: 0;
		-ms-transform: scale(10);
	}
}

@keyframes stepOut {
  	to {
		opacity: 0;
		transform: scale(10);
	}
}
  
@-webkit-keyframes rotateInLeft {from {
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateY(180deg);
  }
  to {
	  -webkit-transform-origin: 0% 0%;
	  -webkit-transform: rotateY(0deg);
  }

}

@-moz-keyframes rotateInLeft {from {
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateY(180deg);
}
to {
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateY(0deg);
}

}

@-ms-keyframes rotateInLeft {from {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateY(180deg);
}
to {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateY(0deg);
}

}

@-o-keyframes rotateInLeft {from {
-o-transform-origin: 0% 0%;
-o-transform: rotateY(180deg);
}
to {
-o-transform-origin: 0% 0%;
-o-transform: rotateY(0deg);
}

}

@keyframes rotateInLeft {from {
transform-origin: 0% 0%;
transform: rotateY(180deg);
}
to {
transform-origin: 0% 0%;
transform: rotateY(0deg);
}

}

@-webkit-keyframes rotateOutLeft {from {
-webkit-transform-origin: 0% 0%;
}
to {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateY(180deg);
}

}

@-moz-keyframes rotateOutLeft {from {
-moz-transform-origin: 0% 0%;
}
to {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateY(180deg);
}

}

@-ms-keyframes rotateOutLeft {from {
-ms-transform-origin: 0% 0%;
}
to {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateY(180deg);
}

}

@-o-keyframes rotateOutLeft {from {
-o-transform-origin: 0% 0%;
}
to {
-o-transform-origin: 0% 0%;
-o-transform: rotateY(180deg);
}

}

@keyframes rotateOutLeft {from {
transform-origin: 0% 0%;
}
to {
transform-origin: 0% 0%;
transform: rotateY(180deg);
}

}

@-webkit-keyframes rotateInRight {from {
-webkit-transform-origin: 100% 0%;
-webkit-transform: rotateY(-180deg);
}
to {
-webkit-transform-origin: 100% 0%;
}

}

@-moz-keyframes rotateInRight {from {
-moz-transform-origin: 100% 0%;
-moz-transform: rotateY(-180deg);
}
to {
-moz-transform-origin: 100% 0%;
}

}

@-ms-keyframes rotateInRight {from {
-ms-transform-origin: 100% 0%;
-ms-transform: rotateY(-180deg);
}
to {
-ms-transform-origin: 100% 0%;
}

}

@-o-keyframes rotateInRight {from {
-o-transform-origin: 100% 0%;
-o-transform: rotateY(-180deg);
}
to {
-o-transform-origin: 100% 0%;
}

}

@keyframes rotateInRight {from {
transform-origin: 100% 0%;
transform: rotateY(-180deg);
}
to {
transform-origin: 100% 0%;
}

}

@-webkit-keyframes rotateOutRight {from {
-webkit-transform-origin: 100% 0%;
}
to {
-webkit-transform-origin: 100% 0%;
-webkit-transform: rotateY(-180deg);
}

}

@-moz-keyframes rotateOutRight {from {
-moz-transform-origin: 100% 0%;
}
to {
-moz-transform-origin: 100% 0%;
-moz-transform: rotateY(-180deg);
}

}

@-ms-keyframes rotateOutRight {from {
-ms-transform-origin: 100% 0%;
}
to {
-ms-transform-origin: 100% 0%;
-ms-transform: rotateY(-180deg);
}

}

@-o-keyframes rotateOutRight {from {
-o-transform-origin: 100% 0%;
}
to {
-o-transform-origin: 100% 0%;
-o-transform: rotateY(-180deg);
}

}

@keyframes rotateOutRight {from {
transform-origin: 100% 0%;
}
to {
transform-origin: 100% 0%;
transform: rotateY(-180deg);
}

}

@-webkit-keyframes whirlIn {from {
-webkit-transform-origin: 50% 50%;
-webkit-transform: scale(0, 0) rotate(1260deg);
}
to {
-webkit-transform-origin: 50% 50%;
}

}

@-moz-keyframes whirlIn {from {
-moz-transform-origin: 50% 50%;
-moz-transform: scale(0, 0) rotate(1260deg);
}
to {
-moz-transform-origin: 50% 50%;
}

}

@-ms-keyframes whirlIn {from {
-ms-transform-origin: 50% 50%;
-ms-transform: scale(0, 0) rotate(1260deg);
}
to {
-ms-transform-origin: 50% 50%;
}

}

@-o-keyframes whirlIn {from {
-o-transform-origin: 50% 50%;
-o-transform: scale(0, 0) rotate(1260deg);
}
to {
-o-transform-origin: 50% 50%;
}

}

@keyframes whirlIn {from {
transform-origin: 50% 50%;
transform: scale(0, 0) rotate(1260deg);
}
to {
transform-origin: 50% 50%;
}

}

@-webkit-keyframes whirlOut {from {
-webkit-transform-origin: 50% 50%;
}
to {
-webkit-transform-origin: 50% 50%;
-webkit-transform: scale(0, 0) rotate(1260deg);
}

}

@-moz-keyframes whirlOut {from {
-moz-transform-origin: 50% 50%;
}
to {
-moz-transform-origin: 50% 50%;
-moz-transform: scale(0, 0) rotate(1260deg);
}

}

@-ms-keyframes whirlOut {from {
-ms-transform-origin: 50% 50%;
}
to {
-ms-transform-origin: 50% 50%;
-ms-transform: scale(0, 0) rotate(1260deg);
}

}

@-o-keyframes whirlOut {from {
-o-transform-origin: 50% 50%;
}
to {
-o-transform-origin: 50% 50%;
-o-transform: scale(0, 0) rotate(1260deg);
}

}

@keyframes whirlOut {from {
transform-origin: 50% 50%;
}
to {
transform-origin: 50% 50%;
transform: scale(0, 0) rotate(1260deg);
}

}

@-webkit-keyframes fallFromTop {from {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(-180deg);
}
50% {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(30deg);
}
85% {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(-10deg);
}
to {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(0deg);
}

}

@-moz-keyframes fallFromTop {from {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(-180deg);
}
50% {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(30deg);
}
85% {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(-10deg);
}
to {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(0deg);
}

}

@-ms-keyframes fallFromTop {from {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(-180deg);
}
50% {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(30deg);
}
85% {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(-10deg);
}
to {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(0deg);
}

}

@-o-keyframes fallFromTop {from {
-o-transform-origin: 0% 0%;
-o-transform: rotateX(-180deg);
}
50% {
-o-transform-origin: 0% 0%;
-o-transform: rotateX(30deg);
}
85% {
-o-transform-origin: 0% 0%;
-o-transform: rotateX(-10deg);
}
to {
-o-transform-origin: 0% 0%;
-o-transform: rotateX(0deg);
}

}

@keyframes fallFromTop {from {
transform-origin: 0% 0%;
transform: rotateX(-180deg);
}
50% {
transform-origin: 0% 0%;
transform: rotateX(30deg);
}
85% {
transform-origin: 0% 0%;
transform: rotateX(-10deg);
}
to {
transform-origin: 0% 0%;
transform: rotateX(0deg);
}

}

@-webkit-keyframes dropToBottom {from {
-webkit-transform-origin: 0% 100%;
}
to {
-webkit-transform-origin: 0% 100%;
-webkit-transform: rotateX(180deg);
}

}

@-moz-keyframes dropToBottom {from {
-moz-transform-origin: 0% 100%;
}
to {
-moz-transform-origin: 0% 100%;
-moz-transform: rotateX(180deg);
}

}

@-ms-keyframes dropToBottom {from {
-ms-transform-origin: 0% 100%;
}
to {
-ms-transform-origin: 0% 100%;
-ms-transform: rotateX(180deg);
}

}

@-o-keyframes dropToBottom {from {
-o-transform-origin: 0% 100%;
}
to {
-o-transform-origin: 0% 100%;
-o-transform: rotateX(180deg);
}

}

@keyframes dropToBottom {from {
transform-origin: 0% 100%;
}
to {
transform-origin: 0% 100%;
transform: rotateX(180deg);
}

}

@-webkit-keyframes slideInSkew {from {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(-200%) skewX(-45deg);
}
50% {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(0%) skewX(-45deg);
}
90% {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(0%) skewX(10deg);
}
to {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(0%)skewX(0deg);
}

}

@-moz-keyframes slideInSkew {from {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(-200%) skewX(-45deg);
}
50% {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(0%) skewX(-45deg);
}
90% {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(0%) skewX(10deg);
}
to {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(0%) skewX(0deg);
}

}

@-ms-keyframes slideInSkew {from {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(-200%) skewX(-45deg);
}
50% {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(0%) skewX(-45deg);
}
90% {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(0%) skewX(10deg);
}
to {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(0%) skewX(0deg);
}

}

@-o-keyframes slideInSkew {from {
-o-transform-origin: 0% 100%;
-o-transform: translateX(-200%) skewX(-45deg);
}
50% {
-o-transform-origin: 0% 100%;
-o-transform: translateX(0%) skewX(-45deg);
}
90% {
-o-transform-origin: 0% 100%;
-o-transform: translateX(0%) skewX(10deg);
}
to {
-o-transform-origin: 0% 100%;
-o-transform: translateX(0%) skewX(0deg);
}

}

@keyframes slideInSkew {from {
transform-origin: 0% 100%;
transform: translateX(-200%) skewX(-45deg);
}
50% {
transform-origin: 0% 100%;
transform: translateX(0%) skewX(-45deg);
}
90% {
transform-origin: 0% 100%;
transform: translateX(0%) skewX(10deg);
}
to {
transform-origin: 0% 100%;
transform: translateX(0%) skewX(0deg);
}

}

@-webkit-keyframes slideOutSkew {from {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(0%);
}
to {
-webkit-transform-origin: 0% 100%;
-webkit-transform: skewX(-45deg) translateX(200%);
}

}

@-moz-keyframes slideOutSkew {from {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(0%);
}
to {
-moz-transform-origin: 0% 100%;
-moz-transform: skewX(-45deg) translateX(200%);
}

}

@-ms-keyframes slideOutSkew {from {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(0%);
}
to {
-ms-transform-origin: 0% 100%;
-ms-transform: skewX(-45deg) translateX(200%);
}

}

@-o-keyframes slideOutSkew {from {
-o-transform-origin: 0% 100%;
-o-transform: translateX(0%);
}
to {
-o-transform-origin: 0% 100%;
-o-transform: skewX(-45deg) translateX(200%);
}

}

@keyframes slideOutSkew {from {
transform-origin: 0% 100%;
transform: translateX(0%);
}
to {
transform-origin: 0% 100%;
transform: skewX(-45deg) translateX(200%);
}

}

@-webkit-keyframes tumbleIn {from {
-webkit-transform-origin: 0% 100%;
-webkit-transform: rotate(-180deg);
}
to {
-webkit-transform-origin: 0% 100%;
}

}

@-moz-keyframes tumbleIn {from {
-moz-transform-origin: 0% 100%;
-moz-transform: rotate(-180deg);
}
to {
-moz-transform-origin: 0% 100%;
}

}

@-ms-keyframes tumbleIn {from {
-ms-transform-origin: 0% 100%;
-ms-transform: rotate(-180deg);
}
to {
-ms-transform-origin: 0% 100%;
}

}

@-o-keyframes tumbleIn {from {
-o-transform-origin: 0% 100%;
-o-transform: rotate(-180deg);
}
to {
-o-transform-origin: 0% 100%;
}

}

@keyframes tumbleIn {from {
transform-origin: 0% 100%;
transform: rotate(-180deg);
}
to {
transform-origin: 0% 100%;
}

}

@-webkit-keyframes tumbleOut {from {
-webkit-transform-origin: 100% 100%;
}
to {
-webkit-transform-origin: 100% 100%;
-webkit-transform: rotate(180deg);
}

}

@-moz-keyframes tumbleOut {from {
-moz-transform-origin: 100% 100%;
}
to {
-moz-transform-origin: 100% 100%;
-moz-transform: rotate(180deg);
}

}

@-ms-keyframes tumbleOut {from {
-ms-transform-origin: 100% 100%;
}
to {
-ms-transform-origin: 100% 100%;
-ms-transform: rotate(180deg);
}

}

@-o-keyframes tumbleOut {from {
-o-transform-origin: 100% 100%;
}
to {
-o-transform-origin: 100% 100%;
-o-transform: rotate(180deg);
}

}

@keyframes tumbleOut {from {
transform-origin: 100% 100%;
}
to {
transform-origin: 100% 100%;
transform: rotate(180deg);
}

}

@-webkit-keyframes expandIn {from {
-webkit-transform: scale(0, 0);
}
50% {
-webkit-transform: scale(1, 1);
}
75% {
-webkit-transform: scale(1.2, 1.2);
}
to {
-webkit-transform: scale(1, 1);
}

}

@-moz-keyframes expandIn {from {
-moz-transform: scale(0, 0);
}
50% {
-moz-transform: scale(1, 1);
}
75% {
-moz-transform: scale(1.2, 1.2);
}
to {
-moz-transform: scale(1, 1);
}

}

@-ms-keyframes expandIn {from {
-ms-transform: scale(0, 0);
}
50% {
-ms-transform: scale(1, 1);
}
75% {
-ms-transform: scale(1.2, 1.2);
}
to {
-ms-transform: scale(1, 1);
}

}

@-o-keyframes expandIn {from {
-o-transform: scale(0, 0);
}
50% {
-o-transform: scale(1, 1);
}
75% {
-o-transform: scale(1.2, 1.2);
}
to {
-o-transform: scale(1, 1);
}

}

@keyframes expandIn {from {
transform: scale(0, 0);
}
50% {
transform: scale(1, 1);
}
75% {
transform: scale(1.2, 1.2);
}
to {
transform: scale(1, 1);
}

}

@-webkit-keyframes collapseOut {to {
-webkit-transform: scale(0, 0);
}

}

@-moz-keyframes collapseOut {to {
-moz-transform: scale(0, 0);
}

}

@-ms-keyframes collapseOut {to {
-ms-transform: scale(0, 0);
}

}

@-o-keyframes collapseOut {to {
-o-transform: scale(0, 0);
}

}

@keyframes collapseOut {to {
transform: scale(0, 0);
}

}

.slideInLeft {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: slideInLeft;
-moz-animation-name: slideInLeft;
-ms-animation-name: slideInLeft;
-o-animation-name: slideInLeft;
animation-name: slideInLeft;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideInRight {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: slideInRight;
-moz-animation-name: slideInRight;
-ms-animation-name: slideInRight;
-o-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideInTop {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: slideInTop;
-moz-animation-name: slideInTop;
-ms-animation-name: slideInTop;
-o-animation-name: slideInTop;
animation-name: slideInTop;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideInBottom {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: slideInBottom;
-moz-animation-name: slideInBottom;
-ms-animation-name: slideInBottom;
-o-animation-name: slideInBottom;
animation-name: slideInBottom;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideOutLeft {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: slideOutLeft;
-moz-animation-name: slideOutLeft;
-ms-animation-name: slideOutLeft;
-o-animation-name: slideOutLeft;
animation-name: slideOutLeft;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideOutRight {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: slideOutRight;
-moz-animation-name: slideOutRight;
-ms-animation-name: slideOutRight;
-o-animation-name: slideOutRight;
animation-name: slideOutRight;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideOutTop {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: slideOutTop;
-moz-animation-name: slideOutTop;
-ms-animation-name: slideOutTop;
-o-animation-name: slideOutTop;
animation-name: slideOutTop;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideOutBottom {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: slideOutBottom;
-moz-animation-name: slideOutBottom;
-ms-animation-name: slideOutBottom;
-o-animation-name: slideOutBottom;
animation-name: slideOutBottom;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.fadeOut {
-webkit-animation-duration: 400ms;
-moz-animation-duration: 400ms;
-ms-animation-duration: 400ms;
-o-animation-duration: 400ms;
animation-duration: 400ms;
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-ms-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.fadeIn {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-ms-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.stepOut {
-webkit-animation-duration: 400ms;
-moz-animation-duration: 400ms;
-ms-animation-duration: 400ms;
-o-animation-duration: 400ms;
animation-duration: 400ms;
-webkit-animation-name: stepOut;
-moz-animation-name: stepOut;
-ms-animation-name: stepOut;
-o-animation-name: stepOut;
animation-name: stepOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.stepIn {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: stepIn;
-moz-animation-name: stepIn;
-ms-animation-name: stepIn;
-o-animation-name: stepIn;
animation-name: stepIn;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}


.rotateInLeft {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: rotateInLeft;
-moz-animation-name: rotateInLeft;
-ms-animation-name: rotateInLeft;
-o-animation-name: rotateInLeft;
animation-name: rotateInLeft;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.rotateOutLeft {
-webkit-animation-duration: 400ms;
-moz-animation-duration: 400ms;
-ms-animation-duration: 400ms;
-o-animation-duration: 400ms;
animation-duration: 400ms;
-webkit-animation-name: rotateOutLeft;
-moz-animation-name: rotateOutLeft;
-ms-animation-name: rotateOutLeft;
-o-animation-name: rotateOutLeft;
animation-name: rotateOutLeft;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.rotateInRight {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: rotateInRight;
-moz-animation-name: rotateInRight;
-ms-animation-name: rotateInRight;
-o-animation-name: rotateInRight;
animation-name: rotateInRight;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.rotateOutRight {
-webkit-animation-duration: 400ms;
-moz-animation-duration: 400ms;
-ms-animation-duration: 400ms;
-o-animation-duration: 400ms;
animation-duration: 400ms;
-webkit-animation-name: rotateOutRight;
-moz-animation-name: rotateOutRight;
-ms-animation-name: rotateOutRight;
-o-animation-name: rotateOutRight;
animation-name: rotateOutRight;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.whirlIn {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: whirlIn;
-moz-animation-name: whirlIn;
-ms-animation-name: whirlIn;
-o-animation-name: whirlIn;
animation-name: whirlIn;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.whirlOut {
-webkit-animation-duration: 400ms;
-moz-animation-duration: 400ms;
-ms-animation-duration: 400ms;
-o-animation-duration: 400ms;
animation-duration: 400ms;
-webkit-animation-name: whirlOut;
-moz-animation-name: whirlOut;
-ms-animation-name: whirlOut;
-o-animation-name: whirlOut;
animation-name: whirlOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.fallFromTop {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: fallFromTop;
-moz-animation-name: fallFromTop;
-ms-animation-name: fallFromTop;
-o-animation-name: fallFromTop;
animation-name: fallFromTop;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.dropToBottom {
-webkit-animation-duration: 400ms;
-moz-animation-duration: 400ms;
-ms-animation-duration: 400ms;
-o-animation-duration: 400ms;
animation-duration: 400ms;
-webkit-animation-name: dropToBottom;
-moz-animation-name: dropToBottom;
-ms-animation-name: dropToBottom;
-o-animation-name: dropToBottom;
animation-name: dropToBottom;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideInSkew {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: slideInSkew;
-moz-animation-name: slideInSkew;
-ms-animation-name: slideInSkew;
-o-animation-name: slideInSkew;
animation-name: slideInSkew;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideOutSkew {
-webkit-animation-duration: 400ms;
-moz-animation-duration: 400ms;
-ms-animation-duration: 400ms;
-o-animation-duration: 400ms;
animation-duration: 400ms;
-webkit-animation-name: slideOutSkew;
-moz-animation-name: slideOutSkew;
-ms-animation-name: slideOutSkew;
-o-animation-name: slideOutSkew;
animation-name: slideOutSkew;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.tumbleIn {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: tumbleIn;
-moz-animation-name: tumbleIn;
-ms-animation-name: tumbleIn;
-o-animation-name: tumbleIn;
animation-name: tumbleIn;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.tumbleOut {
-webkit-animation-duration: 400ms;
-moz-animation-duration: 400ms;
-ms-animation-duration: 400ms;
-o-animation-duration: 400ms;
animation-duration: 400ms;
-webkit-animation-name: tumbleOut;
-moz-animation-name: tumbleOut;
-ms-animation-name: tumbleOut;
-o-animation-name: tumbleOut;
animation-name: tumbleOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.expandIn {
-webkit-animation-duration: 750ms;
-moz-animation-duration: 750ms;
-ms-animation-duration: 750ms;
-o-animation-duration: 750ms;
animation-duration: 750ms;
-webkit-animation-name: expandIn;
-moz-animation-name: expandIn;
-ms-animation-name: expandIn;
-o-animation-name: expandIn;
animation-name: expandIn;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.collapseOut {
-webkit-animation-duration: 400ms;
-moz-animation-duration: 400ms;
-ms-animation-duration: 400ms;
-o-animation-duration: 400ms;
animation-duration: 400ms;
-webkit-animation-name: collapseOut;
-moz-animation-name: collapseOut;
-ms-animation-name: collapseOut;
-o-animation-name: collapseOut;
animation-name: collapseOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

html {
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
	perspective: 500px;
	
}





@font-face{font-family:Rubik;font-style:normal;font-weight:normal;src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-300.eot");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-300.eot?#iefix") format("embedded-opentype");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-300.svg#font-pro") format("svg");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-300.ttf") format("truetype");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-300.woff2") format("woff2");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-300.woff") format("woff");}@font-face{font-family:Rubik;font-style:normal;font-weight:bold;src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-regular.eot");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-regular.eot?#iefix") format("embedded-opentype");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-regular.svg#font-pro") format("svg");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-regular.ttf") format("truetype");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-regular.woff2") format("woff2");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-regular.woff") format("woff");}@font-face{font-family:Rubik;font-style:italic;font-weight:normal;src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-300italic.eot");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-300italic.eot?#iefix") format("embedded-opentype");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-300italic.svg#font-pro") format("svg");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-300italic.ttf") format("truetype");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-300italic.woff2") format("woff2");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-300italic.woff") format("woff");}@font-face{font-family:Rubik;font-style:italic;font-weight:bold;src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-italic.eot");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-italic.eot?#iefix") format("embedded-opentype");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-italic.svg#font-pro") format("svg");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-italic.ttf") format("truetype");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-italic.woff2") format("woff2");src:url("https://www.weingut-merg-frick.de/webfonts/rubik-v21-latin-italic.woff") format("woff");}
 .font-vault-1 > a, p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font), .font-vault-1,.font-vault-1 > li,  .fett, .fontpro-stacks_in_91549_91472{font-family:"Rubik",sans-serif }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-family:"Rubik",sans-serif }
#stacks_in_86791{visibility:hidden}
#stacks_in_1392821 .fg-content.fg-full-height{height:100%}#stacks_in_1392821 .slides-container{margin:0}#stacks_in_1392821 .slides-container > li{margin:0}#stacks_in_1392821 .slides-container > li::before,#stacks_in_1392821 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 80ms ease}#stacks_in_1392821 .slides-container.ovl-color li::before{background-color:rgba(0, 0, 0, 0.40)}#stacks_in_1392821 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1392821 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_1392821 .impact-wrapper{z-index:0}#stacks_in_1392821 .impact-wrapper.fill-container{min-width:100%}#stacks_in_1392821 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_1392821 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_1392821 .impact-wrapper.fixed-height{height:600px;width:100%;min-width:100%}#stacks_in_1392821 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_1392821 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_1392821 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_1392821 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_1392821 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 80ms ease,visibility 0 0.2s}#stacks_in_1392821 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_1392821 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_1392821 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_1392821 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_1392821 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_1392821 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_1392821 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_1392821 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_1392821 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_1392821 .impact-wrapper > .pre-loader.bg-overlay::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:0}#stacks_in_1392821 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(0, 0, 0, 0.40)}#stacks_in_1392821 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1392821 .impact-container{z-index:5}#stacks_in_1392821 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.70);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_1392821 .scrollDown{transform:scale(0.70)}}#stacks_in_1392821 .scrollDown.button-bottom{bottom:30px}#stacks_in_1392821 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_1392821 .scrollDown.hide-on-mob{display:none}}#stacks_in_1392821 .impact-arrow-wrap{background:rgba(0, 0, 0, 0.85);border-radius:50%;border:2px solid rgba(255, 255, 255, 0.96);box-shadow:0px 0px 0px 0px rgba(51, 51, 51, 0.60);transition:all 90ms ease}#stacks_in_1392821 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_1392821 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_1392821 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_1392821 .impact-arrow{border-top-color:rgba(255, 255, 255, 0.85);border-right-color:rgba(255, 255, 255, 0.85);border-width:2px}#stacks_in_1392821 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_1392821 .impact-hint{position:absolute;top:0.6em;width:100%;left:0;font-size:2em;font-style:italic;text-align:center;color:rgba(255, 255, 255, 0.85);opacity:0}#stacks_in_1392821 .slides-pagination > a{transition:all 6000ms ease}#stacks_in_1392821 .slides-pagination > a.current{transition:all 6000ms ease}
/* Start Responsive Shim stack CSS code */.stacks_in_1392822shim{	padding-top: 8%;}/* End Responsive Shim stack CSS code */#stacks_in_1392823 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 100%;


padding-left: 0px;
padding-right: 0px;
padding-top: 20px;
padding-bottom: 0px;

/*Custom CSS;*/
}

@media screen and (max-width: 1100px) {
#stacks_in_1392823 .r_maxwidth {

display:block;
width: 320px !important;


padding-left: 0px;
padding-right: 0px;
padding-top: 18px;
padding-bottom: 0px;

/*Custom CSS;*/

}}

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

display:block;
width: 270px !important;


padding-left: 0px;
padding-right: 0px;
padding-top: 22px;
padding-bottom: 0px;

/*Custom CSS;*/

}}

@media screen and (max-width: 500px) {
#stacks_in_1392823 .r_maxwidth {

display:block;
width: 200px !important;


padding-left: 0px;
padding-right: 0px;
padding-top: 24px;
padding-bottom: 0px;

/*Custom CSS;*/

}}

#stacks_in_1392824 .fluid-image img{width:auto;max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_1392824 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_1392824 .fluid-image.unlimited img{width:100% !important}#stacks_in_1392824 .fluid-image.define_max img{width:100% !important;max-width:380px !important}#stacks_in_1392824 .fluid-image.align-left img{float:left}#stacks_in_1392824 .fluid-image.align-right img{float:right}
/*RespondStack CSS*/
#stacks_in_1392827 .respond_container
{

/*Custom CSS;*/
}

#stacks_in_1392827 .respond_container img {

max-width:100% !important;
height:auto;
display:block;
/*Custom CSS;*/

}

#stacks_in_1392827 .respond 
{
font-family: Inherit !important;
padding: 0% 0% 0% 0%;
margin: 0% 0% 0% 0%;

 
 
 
 
overflow: hidden;

text-align: /**/;

/*Custom CSS;*/
}
@media screen and (min-width : 1681px) 
{
#stacks_in_1392827 .respond 
{
font-family: Inherit !important;
font-size: 158% !important;
line-height: 130% !important;
display: visible;
/*Custom CSS;*/
}}
@media screen and (max-width : 1960px) 
{
#stacks_in_1392827 .respond 
{

}}
@media screen and (max-width : 1680px) 
{
#stacks_in_1392827 .respond 
{

font-family: Inherit !important;
font-size: 158% !important;
line-height: 130% !important;
display: visible;
/*Custom CSS;*/

}}
@media screen and (max-width : 1280px) 
{
#stacks_in_1392827 .respond 
{

}}
@media screen and (max-width : 1100px) 
{
#stacks_in_1392827 .respond 
{

font-family: Inherit !important;
font-size: 130% !important;
line-height: 125% !important;
display: visible;
/*Custom CSS;*/

}}
@media screen and (max-width : 800px) 
{
#stacks_in_1392827 .respond 
{

font-family: Inherit !important;
font-size: 109% !important;
line-height: 120% !important;
display: visible;
/*Custom CSS;*/

}}
@media screen and (max-width : 640px) 
{
#stacks_in_1392827 .respond 
{

font-family: Inherit !important;
font-size: 105% !important;
line-height: 120% !important;
display: visible;
/*Custom CSS;*/

}}
@media screen and (max-width : 480px) 
{
#stacks_in_1392827 .respond 
{

}}
@media screen and (max-width : 500px) 
{
#stacks_in_1392827 .respond 
{

font-family: Inherit !important;
font-size: 80% !important;
line-height: 120% !important;
display: visible;
/*Custom CSS;*/

}}
/*End of RespondStack CSS*/#stacks_in_88548 .impact-slide{background-image:url("../files/slideshowImage-88548.jpg")}.slide-stacks_in_88548 .impact-container.v-bottom{bottom:20%}.slide-stacks_in_88548 .impact-container.h-right{right:0px}.slide-stacks_in_88548 .impact-container.h-left{left:0px}.slide-stacks_in_88548 .impact-container.v-top{top:20%}.slide-stacks_in_88548.kb-zoom-in-stacks_in_88548.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_88548 15000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_88548.kb-zoom-out-stacks_in_88548.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_88548 15000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_88548{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_88548{0%{transform:scale(1.20)}100%{transform:scale(1)}}



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

#stacks_in_1392808 {
	padding: 16px 0px 26px 0px;
}
body{background-color:#F5F0DC;}@media only screen and (min-width:40.063em){body{}}.vegas-loading{display:none}.vegas-background{image-rendering:optimizeQuality;max-width:none !important}.vegas-overlay,.vegas-background{-webkit-user-select:none;user-select:none}.vegas-overlay{opacity:0.80}.vegas-timer-progress{background:#F5F0DC}
