/*
 * baguetteboxcss
 */

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

/*
 * justifiedgallerycss
 */

/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}


.oembed.video,.oembed.codepen,.fr-video{display:block;width:100%;margin-bottom:0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.oembed.video video,.oembed.codepen video,.fr-video video{width:100%}.oembed.video iframe,.oembed.codepen iframe,.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}img.fr-full-width{min-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw !important;margin-right:-50vw !important}

.target-wrapper{position:relative}.target-show-on-hover{opacity:0;transition:opacity 750ms ease}.target-show-on-hover:hover{opacity:1}.target{position:absolute;width:100%;height:auto}.target.width-auto{width:auto}.target.height-fill,.target.height-fixed,.target.height-flexible{display:flex;align-items:center}.target.height-fill{height:100%}.target[class*="float-"],.target[class*="shift-"]{position:relative}.target[class*="pin-"],.target.relative-browser{position:fixed}.target.float-right{float:right}.target.float-left{float:left}.target.vcenter[class*="relative-"]{top:50%;transform:translateY(-50%)}.target.hcenter[class*="relative-"]{left:50%;transform:translateX(-50%)}.target.hcenter.vcenter[class*="relative-"]{transform:translateX(-50%) translateY(-50%)}.target.shift-up,.target.shift-down{margin-left:auto;margin-right:auto}.target.target-center{top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.target.pin-top{top:0}.target.pin-bottom{bottom:0}.target.pin-left{left:0}.target.pin-right{right:0}.target.target-disable{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}@media only screen and (min-width:40em){.target.target-mobile-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:39.9375em){.target.target-disable-mobile{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:62.5em){.target.target-desktop-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}



.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)}}



@-webkit-keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0% -500%}}@keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0% -500%}}@-webkit-keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0% 500%}}@keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0% 500%}}@-webkit-keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0%}}@keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0%}}@-webkit-keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0%}}@keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0%}}@-webkit-keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@-webkit-keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@-webkit-keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@-webkit-keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}@keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}.com_joeworkman_stacks_jack4_stack > .jack{margin:0;padding:0;border:0;background:none;background-color:transparent;position:relative;display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.com_joeworkman_stacks_jack4_stack > .jack.align-center{margin-left:auto !important;margin-right:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.align-right{margin-left:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.align-left{margin-right:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.touch-device{background-attachment:scroll !important}.com_joeworkman_stacks_jack4_stack > .jack.bg-image{background-size:auto}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.glass{z-index:1}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.glass::after{background-size:auto;content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:-1}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-cover,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-cover.glass::after{background-size:cover}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-contain,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-contain.glass::after{background-size:contain}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-fill,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-fill.glass::after{background-size:100% 100%}.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::after,.com_joeworkman_stacks_jack4_stack > .jack.peek-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.peek-shadow::after{z-index:-1;position:absolute;content:"";height:auto;background-color:transparent}.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::after{width:50%;top:50%}.com_joeworkman_stacks_jack4_stack > .jack.scroll-x{overflow-x:auto !important;white-space:nowrap;-webkit-overflow-scrolling:touch}.com_joeworkman_stacks_jack4_stack > .jack.scroll-x > .stacks_out{display:inline-block;white-space:nowrap}.com_joeworkman_stacks_jack4_stack > .jack.scroll-y{overflow-y:auto !important;-webkit-overflow-scrolling:touch}
/* CSSgram | Copyright (c) 2015 Una Kravets | http://una.im/CSSgram | MIT license | Version 0.1.7 */
.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}

.gallery-img-hide {
    display: none !important;
}




#stacks_in_1 {
	background-color: rgba(36, 36, 36, 1.00);
}
:root{--light-gray:rgba(128, 128, 128, 1.00);--medium-gray:rgba(102, 102, 102, 1.00);--dark-gray:rgba(25, 25, 25, 1.00);--black:rgba(255, 102, 0, 0.64);--black-color:var(--black);--white:rgba(255, 255, 255, 1.00);--white-color:var(--white);--primary:rgba(153, 153, 153, 1.00);--secondary:rgba(204, 204, 204, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(0, 0, 0, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(40, 40, 40, 1.00);--warning-contrast:rgba(36, 36, 36, 1.00);--alert-contrast:rgba(34, 34, 34, 1.00);--primary-dark:rgba(123, 123, 123, 1.00);--secondary-dark:rgba(174, 174, 174, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(230, 230, 230, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(204, 204, 204, 1.00);--text-color:rgba(204, 204, 204, 1.00);--link-color:rgba(255, 255, 255, 1.00);--link-color-hover:rgba(179, 179, 179, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(31, 45, 102, 0.75);--radius:6px;--small-gutter:0.75rem;--medium-gutter:0.5rem;--large-gutter:1.5rem;--site-width:calc(1456rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(179, 179, 179, 1.00);--subheader-color:rgba(153, 153, 153, 1.00);--small-color:rgba(179, 179, 179, 1.00);--text-color:rgba(204, 204, 204, 1.00);--link-color:rgba(253, 128, 8, 1.00);--link-color-hover:rgba(179, 179, 179, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(15rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(22rem/16)}h3,.h3{font-size:calc(20rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(16rem/16)}h6,.h6{font-size:calc(10rem/16)}small{font-size:50%}.button{font-size:calc(18rem/16)}.button.tiny{font-size:calc(19rem/16)}.button.small{font-size:calc(19rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(18rem/16)}h1,.h1{font-size:calc(34rem/16)}h2,.h2{font-size:calc(30rem/16)}h3,.h3{font-size:calc(26rem/16)}h4,.h4{font-size:calc(22rem/16)}h5,.h5{font-size:calc(18rem/16)}h6,.h6{font-size:calc(14rem/16)}small{font-size:50%}}@media only screen and (min-width:64em){body{font-size:calc(22rem/16)}h1,.h1{font-size:calc(34rem/16)}h2,.h2{font-size:calc(30rem/16)}h3,.h3{font-size:calc(26rem/16)}h4,.h4{font-size:calc(22rem/16)}h5,.h5{font-size:calc(18rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:50%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:0}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(6rem/16)}body{background-color:rgba(36, 36, 36, 1.00);}
/*!* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com* License - https://fontawesome.com/license (Commercial License)*/@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:300;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.svg#fontawesome") format("svg")}.fal{font-family:'Font Awesome 5 Pro';font-weight:300}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Pro';font-weight:900}  
html,body, p,.p, h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6, blockquote, .menu li, li, form, .button,.mymenue> *{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif }
.background{background-color:rgba(36, 36, 36, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.background{background-attachment:scroll!important}}
.myclassh1{padding-top:24.00px ;padding-right:0.00px ;padding-bottom:8.00px ;padding-left:0.00px ;}@media only screen and (min-width:25em){.myclassh1{padding-top:30.00px ;padding-right:0.00px ;padding-bottom:12.00px ;padding-left:0.00px }}@media only screen and (min-width:69em){.myclassh1{padding-top:36.00px ;padding-right:0.00px ;padding-bottom:12.00px ;padding-left:0.00px }}
.margin1 .margin1{margin-top:0.75rem ;margin-bottom:1.5rem ;}  
.background01{background-color:rgba(51, 51, 51, 1.00) ;background-position:center center ;background-origin:content-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.background01{background-attachment:scroll!important}}
.myclass_padding{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% ;}@media only screen and (min-width:64em){.myclass_padding{padding-top:0.00% ;padding-right:10.00% ;padding-bottom:0.00% ;padding-left:10.00% }}@media only screen and (min-width:84em){.myclass_padding{padding-top:0.00% ;padding-right:10.00% ;padding-bottom:0.00% ;padding-left:10.00% }}
 .mymenue>.menu a, .menu.mymenue a{--menu-link-color:rgba(204, 204, 204, 1.00);--menu-link-color-hover:rgba(153, 153, 153, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(0, 0, 0, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .mymenue>.menu .menu-text, .menu.mymenue .menu-text{--menu-text-color:rgba(230, 230, 230, 1.00)} .mymenue>.menu a:hover, .menu.mymenue a:hover{--menu-bg-color:rgba(51, 51, 51, 0.00)} .mymenue>.menu .submenu a:hover, .menu.mymenue .submenu a:hover{--menu-bg-color:rgba(51, 51, 51, 0.75)} .mymenue>.menu>li>a, .menu.mymenue>li>a{padding-top:0.5rem;padding-bottom:0.5rem} .mymenue>.menu .submenu>li>a, .menu.mymenue .submenu>li>a{padding-top:0.5rem;padding-bottom:0.5rem} .mymenue>.menu li.active>a, .mymenue>.menu li.is-active>a, .mymenue>.menu a.is-active, .menu.mymenue li.active>a, .menu.mymenue li.is-active>a, .menu.mymenue a.is-active{--menu-bg-color:rgba(51, 51, 51, 1.00);--menu-link-color:rgba(153, 153, 153, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(153, 153, 153, 1.00)} .mymenue>.menu .submenu li.active>a, .mymenue>.menu .submenu li.is-active>a, .mymenue>.menu .submenu a.is-active, .menu.mymenue .submenu li.active>a, .menu.mymenue .submenu li.is-active>a, .menu.mymenue .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .mymenue>.menu .submenu a, .menu.mymenue .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .mymenue>.menu .submenu, .menu.mymenue .submenu{--submenu-bg-color:rgba(36, 36, 36, 1.00);--submenu-border:0px solid rgba(202, 202, 202, 1.00)} .mymenue>.menu .submenu a, .menu.mymenue .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(206, 206, 206, 1.00);--menu-link-color-hover:rgba(206, 206, 206, 1.00)} .mymenue>.menu .submenu .menu-text, .menu.mymenue .submenu .menu-text{--menu-text-color:rgba(204, 204, 204, 1.00)} .mymenue>.menu .submenu li.active>a, .mymenue>.menu .submenu li.is-active>a, .mymenue>.menu .submenu a.is-active, .menu.mymenue .submenu li.active>a, .menu.mymenue .submenu li.is-active>a, .menu.mymenue .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(102, 102, 102, 1.00);--menu-link-color:rgba(230, 230, 230, 1.00);--menu-link-color-hover:rgba(230, 230, 230, 1.00)} .mymenue>.menu a::after, .menu.mymenue a::after{display:none!important}
            .smal-text{font-size:calc(9rem/16) !important;}@media only screen and (min-width:40em) {            .smal-text{font-size:calc(10rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .smal-text{font-size:calc(12rem/16) !important;line-height:1.50 !important}}
            .post-link{font-size:calc(16rem/16) !important;}@media only screen and (min-width:40em) {            .post-link{font-size:calc(18rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .post-link{font-size:calc(30rem/16) !important;line-height:1.50 !important}}
            .smal-360{font-size:calc(11rem/16) ;}@media only screen and (min-width:40em) {            .smal-360{font-size:calc(12rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .smal-360{font-size:calc(14rem/16) ;line-height:1.50 }}
.Padding8-4{padding-top:0.75rem ;padding-bottom:0.5rem ;}  
.smal-360{color:rgba(254, 204, 102, 1.00) ;}

.button{margin-top:0.75rem ;margin-bottom:0.5rem ;}  
.button{padding-top:6.00px ;padding-right:12.00px ;padding-bottom:6.00px ;padding-left:12.00px ;}@media only screen and (min-width:40em){.button{padding-top:12.00px ;padding-right:6.00px ;padding-bottom:12.00px ;padding-left:6.00px }}@media only screen and (min-width:64em){.button{padding-top:6.00px ;padding-right:12.00px ;padding-bottom:6.00px ;padding-left:12.00px }}

.mydivider{opacity:0.65 }
.mydivider{padding-top:0.5rem ;padding-right:0.75rem ;padding-bottom:0.25rem ;padding-left:0.75rem ;}  
.mydivider{padding-top:0.25rem ;padding-right:0.75rem ;padding-bottom:0.25rem ;padding-left:0.75rem ;}  
.mydivider{margin-right:1.25rem ;margin-left:1.25rem ;}  
.position-l{position:   relative ;z-index:1 ;top:unset ;bottom:unset ;left:unset ;right:-80px ;}
            .text-header{font-size:calc(12rem/16) ;}@media only screen and (min-width:40em) {            .text-header{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .text-header{font-size:calc(18rem/16) ;line-height:1.50 }}
            .text-subheader{font-size:calc(12rem/16) ;}@media only screen and (min-width:40em) {            .text-subheader{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .text-subheader{font-size:calc(14rem/16) ;line-height:1.50 }}
.text-header{padding-top:4.00px ;padding-right:0.00px ;padding-bottom:3.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.text-header{padding-top:4.00px ;padding-right:0.00px ;padding-bottom:3.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.text-header{padding-top:5.00px ;padding-right:0.00px ;padding-bottom:3.00px ;padding-left:0.00px }}
.margin-header--raus{margin-top:0.00% ;margin-right:0.00% ;margin-bottom:0.00% ;margin-left:0.00% ;}@media only screen and (min-width:88em){.margin-header--raus{margin-top:0.00% ;margin-right:0.00% ;margin-bottom:0.00% ;margin-left:0.00% }}@media only screen and (min-width:124em){.margin-header--raus{margin-top:0.00% ;margin-right:15.00% ;margin-bottom:0.00% ;margin-left:15.00% }}
.stacks_in_64_120{line-height:0}.stacks_in_64_120 svg{display:inline-block;max-width:128px;height:auto;}.stacks_in_64_120.full-width svg{width:100%;height:auto}
.hamburger{padding-top:8.00px ;padding-right:14.00px ;padding-bottom:10.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.hamburger{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.hamburger{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}
.hamburger{height:3rem ;}  
.stacks_in_65_53{--offcanvas-size-small:275px;--offcanvas-size-medium:250px;--offcanvas-size-large:250px;}
.target.stacks_in_65_61{    margin:0px 0px 0px 0px;}.target.stacks_in_65_61{}.target.stacks_in_65_61.width-fill{width:calc(100% - 0px)}.target.stacks_in_65_61.width-flexible{width:100%}.target.stacks_in_65_61.width-fixed{width:250px}.target.stacks_in_65_61.height-fill{height:calc(100% - 0px)}.target.stacks_in_65_61.height-flexible{height:100%}.target.stacks_in_65_61.height-fixed{height:250px}.target.stacks_in_65_61[class*="relative-"].top-pt{top:30%}.target.stacks_in_65_61[class*="relative-"].top-px{top:30px}.target.stacks_in_65_61[class*="relative-"].bottom-pt{bottom:30%}.target.stacks_in_65_61[class*="relative-"].bottom-px{bottom:30px}.target.stacks_in_65_61[class*="relative-"].right-pt{right:0%}.target.stacks_in_65_61[class*="relative-"].right-px{right:0px}.target.stacks_in_65_61[class*="relative-"].left-pt{left:0%}.target.stacks_in_65_61[class*="relative-"].left-px{left:0px}.target.stacks_in_65_61.shift-up{margin-top:-0px}.target.stacks_in_65_61.shift-down{margin-bottom:-0px}.target.stacks_in_65_61.shift-left{right:0px}.target.stacks_in_65_61.shift-right{left:0px}.target.stacks_in_65_61.pin-top,.target.stacks_in_65_61.pin-bottom{left:0px}.target.stacks_in_65_61.pin-left,.target.stacks_in_65_61.pin-right{top:0px}

#stacks_out_65_64 {
	width: 110px;
}

form.blog-filter-form input,form.blog-filter-form select,form.blog-filter-form textarea,form.datastore-form input,form.datastore-form select,form.datastore-form textarea{padding:0.30rem;border-width:0px;border-radius:0px;margin-bottom:0.10rem;font-size:0.80rem;background-color:rgba(51, 51, 51, 1.00);border-color:rgba(51, 51, 51, 1.00);color:rgba(76, 76, 76, 1.00)}form.blog-filter-form select,form.datastore-form select{padding-right:1.5rem}form.blog-filter-form input,form.blog-filter-form select,form.datastore-form input,form.datastore-form select{height:1.40rem}form.blog-filter-form::placeholder,form.datastore-form::placeholder{color:rgba(51, 51, 51, 1.00)}form.blog-filter-form:-ms-input-placeholder,form.datastore-form:-ms-input-placeholder{color:rgba(51, 51, 51, 1.00)}form.blog-filter-form::-ms-input-placeholder,form.datastore-form::-ms-input-placeholder{color:rgba(51, 51, 51, 1.00)}
#stacks_in_1389 .fg-content.fg-full-height{height:100%}#stacks_in_1389 .slides-container{margin:0}#stacks_in_1389 .slides-container > li{margin:0}#stacks_in_1389 .slides-container > li::before,#stacks_in_1389 .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_1389 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_1389 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1389 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_1389 .impact-wrapper{z-index:0}#stacks_in_1389 .impact-wrapper.fill-container{min-width:100%}#stacks_in_1389 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_1389 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_1389 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_1389 .impact-wrapper.flexible-height{height:100vh;min-height:200px;width:100%;min-width:100%}#stacks_in_1389 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_1389 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_1389 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_1389 .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_1389 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_1389 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_1389 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_1389 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_1389 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_1389 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_1389 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_1389 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_1389 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_1389 .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_1389 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_1389 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1389 .impact-container{z-index:5}#stacks_in_1389 .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_1389 .scrollDown{transform:scale(0.70)}}#stacks_in_1389 .scrollDown.button-bottom{bottom:30px}#stacks_in_1389 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_1389 .scrollDown.hide-on-mob{display:none}}#stacks_in_1389 .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_1389 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_1389 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_1389 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_1389 .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_1389 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_1389 .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_1389 .slides-pagination > a{transition:all 6000ms ease}#stacks_in_1389 .slides-pagination > a.current{transition:all 6000ms ease}
.slide-stacks_in_1393 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1393 .impact-container.h-right{right:0px}.slide-stacks_in_1393 .impact-container.h-left{left:0px}.slide-stacks_in_1393 .impact-container.v-top{top:0px}
.stacks_in_1411 img{width:100%;max-width:800px}
#stacks_in_1435 .fg-content.fg-full-height{height:100%}#stacks_in_1435 .slides-container{margin:0}#stacks_in_1435 .slides-container > li{margin:0}#stacks_in_1435 .slides-container > li::before,#stacks_in_1435 .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_1435 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_1435 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1435 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_1435 .impact-wrapper{z-index:0}#stacks_in_1435 .impact-wrapper.fill-container{min-width:100%}#stacks_in_1435 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_1435 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_1435 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_1435 .impact-wrapper.flexible-height{height:50%;min-height:200px;width:100%;min-width:100%}#stacks_in_1435 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_1435 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_1435 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_1435 .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_1435 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_1435 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_1435 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_1435 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_1435 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_1435 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_1435 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_1435 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_1435 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_1435 .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_1435 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_1435 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1435 .impact-container{z-index:5}#stacks_in_1435 .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_1435 .scrollDown{transform:scale(0.70)}}#stacks_in_1435 .scrollDown.button-bottom{bottom:30px}#stacks_in_1435 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_1435 .scrollDown.hide-on-mob{display:none}}#stacks_in_1435 .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_1435 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_1435 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_1435 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_1435 .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_1435 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_1435 .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_1435 .slides-pagination > a{transition:all 6000ms ease}#stacks_in_1435 .slides-pagination > a.current{transition:all 6000ms ease}
.slide-stacks_in_1437 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1437 .impact-container.h-right{right:0px}.slide-stacks_in_1437 .impact-container.h-left{left:0px}.slide-stacks_in_1437 .impact-container.v-top{top:0px}
#stacks_in_1463 .fg-content.fg-full-height{height:100%}#stacks_in_1463 .slides-container{margin:0}#stacks_in_1463 .slides-container > li{margin:0}#stacks_in_1463 .slides-container > li::before,#stacks_in_1463 .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_1463 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_1463 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1463 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_1463 .impact-wrapper{z-index:0}#stacks_in_1463 .impact-wrapper.fill-container{min-width:100%}#stacks_in_1463 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_1463 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_1463 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_1463 .impact-wrapper.flexible-height{height:50vh;min-height:200px;width:100%;min-width:100%}#stacks_in_1463 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_1463 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_1463 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_1463 .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_1463 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_1463 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_1463 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_1463 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_1463 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_1463 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_1463 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_1463 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_1463 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_1463 .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_1463 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_1463 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1463 .impact-container{z-index:5}#stacks_in_1463 .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_1463 .scrollDown{transform:scale(0.70)}}#stacks_in_1463 .scrollDown.button-bottom{bottom:30px}#stacks_in_1463 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_1463 .scrollDown.hide-on-mob{display:none}}#stacks_in_1463 .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_1463 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_1463 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_1463 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_1463 .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_1463 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_1463 .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_1463 .slides-pagination > a{transition:all 6000ms ease}#stacks_in_1463 .slides-pagination > a.current{transition:all 6000ms ease}
.slide-stacks_in_1464 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1464 .impact-container.h-right{right:0px}.slide-stacks_in_1464 .impact-container.h-left{left:0px}.slide-stacks_in_1464 .impact-container.v-top{top:0px}
.stacks_in_1425 img{width:100%;max-width:256px}
#stacks_in_1416 .fg-content.fg-full-height{height:100%}#stacks_in_1416 .slides-container{margin:0}#stacks_in_1416 .slides-container > li{margin:0}#stacks_in_1416 .slides-container > li::before,#stacks_in_1416 .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_1416 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_1416 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1416 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_1416 .impact-wrapper{z-index:0}#stacks_in_1416 .impact-wrapper.fill-container{min-width:100%}#stacks_in_1416 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_1416 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_1416 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_1416 .impact-wrapper.flexible-height{height:100vh;min-height:200px;width:100%;min-width:100%}#stacks_in_1416 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_1416 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_1416 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_1416 .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_1416 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_1416 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_1416 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_1416 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_1416 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_1416 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_1416 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_1416 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_1416 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_1416 .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_1416 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_1416 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1416 .impact-container{z-index:5}#stacks_in_1416 .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_1416 .scrollDown{transform:scale(0.70)}}#stacks_in_1416 .scrollDown.button-bottom{bottom:30px}#stacks_in_1416 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_1416 .scrollDown.hide-on-mob{display:none}}#stacks_in_1416 .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_1416 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_1416 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_1416 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_1416 .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_1416 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_1416 .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_1416 .slides-pagination > a{transition:all 6000ms ease}#stacks_in_1416 .slides-pagination > a.current{transition:all 6000ms ease}
.slide-stacks_in_1418 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1418 .impact-container.h-right{right:0px}.slide-stacks_in_1418 .impact-container.h-left{left:0px}.slide-stacks_in_1418 .impact-container.v-top{top:0px}
#stacks_in_629{padding-left:0px;padding-right:0px;}#stacks_in_629 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_629 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_629 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_629 > .jack.width-static{width:500px}#stacks_in_629 > .jack.width-flexible{width:80%}#stacks_in_629 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_629 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_629 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_629 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_629 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_629 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_629 > .jack::after{border-radius:0px}#stacks_in_629 > .jack.border-detailed-radius,#stacks_in_629 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_629 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_629 > .jack.bg-color{background-color:#89C5FF}#stacks_in_629 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_629 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_629 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_629 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_629 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_629 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_629 > .jack.bg-image:not(.glass){}#stacks_in_629 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_629 > .jack.bg-image.glass.after,#stacks_in_629 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_629 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_629 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_629 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_629 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_629 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_629 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_629 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_629 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_629 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_629 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_629 > .jack.bg-image.glass.after,#stacks_in_629 > .glass.jack.bg-image::after{}#stacks_in_629 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_629 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_629 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_629 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_629 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_629 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_629 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_629 > .jack.peek-shadow::before,#stacks_in_629 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_629 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_629 > .jack{overflow:visible;}#stacks_in_629 > .jack.height-static{height:100px}#stacks_in_629 > .jack.height-minmax{min-height:100px;max-height:500px}

#stacks_out_629 {
	width: 80%;
}
#stacks_in_906{}#stacks_in_906 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_906 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_906 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_906 > .jack.width-static{width:500px}#stacks_in_906 > .jack.width-flexible{width:80%}#stacks_in_906 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_906 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_906 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_906 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_906 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_906 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_906 > .jack::after{border-radius:0px}#stacks_in_906 > .jack.border-detailed-radius,#stacks_in_906 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_906 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_906 > .jack.bg-color{background-color:#89C5FF}#stacks_in_906 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_906 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_906 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_906 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_906 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_906 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_906 > .jack.bg-image:not(.glass){}#stacks_in_906 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_906 > .jack.bg-image.glass.after,#stacks_in_906 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_906 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_906 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_906 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_906 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_906 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_906 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_906 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_906 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_906 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_906 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_906 > .jack.bg-image.glass.after,#stacks_in_906 > .glass.jack.bg-image::after{}#stacks_in_906 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_906 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_906 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_906 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_906 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_906 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_906 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_906 > .jack.peek-shadow::before,#stacks_in_906 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_906 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_906 > .jack{overflow:visible;}#stacks_in_906 > .jack.height-static{height:100px}#stacks_in_906 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_840{}#stacks_in_840 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_840 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_840 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_840 > .jack.width-static{width:500px}#stacks_in_840 > .jack.width-flexible{width:80%}#stacks_in_840 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_840 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_840 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_840 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_840 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_840 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_840 > .jack::after{border-radius:0px}#stacks_in_840 > .jack.border-detailed-radius,#stacks_in_840 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_840 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_840 > .jack.bg-color{background-color:#89C5FF}#stacks_in_840 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_840 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_840 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_840 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_840 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_840 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_840 > .jack.bg-image:not(.glass){}#stacks_in_840 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_840 > .jack.bg-image.glass.after,#stacks_in_840 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_840 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_840 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_840 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_840 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_840 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_840 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_840 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_840 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_840 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_840 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_840 > .jack.bg-image.glass.after,#stacks_in_840 > .glass.jack.bg-image::after{}#stacks_in_840 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_840 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_840 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_840 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_840 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_840 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_840 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_840 > .jack.peek-shadow::before,#stacks_in_840 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_840 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_840 > .jack{overflow:visible;}#stacks_in_840 > .jack.height-static{height:100px}#stacks_in_840 > .jack.height-minmax{min-height:100px;max-height:150px}

#stacks_out_844 {
	width: 95%;
}

#stacks_in_926{}#stacks_in_926 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_926 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_926 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_926 > .jack.width-static{width:500px}#stacks_in_926 > .jack.width-flexible{width:80%}#stacks_in_926 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_926 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_926 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_926 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_926 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_926 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_926 > .jack::after{border-radius:0px}#stacks_in_926 > .jack.border-detailed-radius,#stacks_in_926 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_926 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_926 > .jack.bg-color{background-color:#89C5FF}#stacks_in_926 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_926 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_926 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_926 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_926 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_926 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_926 > .jack.bg-image:not(.glass){}#stacks_in_926 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_926 > .jack.bg-image.glass.after,#stacks_in_926 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_926 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_926 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_926 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_926 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_926 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_926 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_926 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_926 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_926 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_926 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_926 > .jack.bg-image.glass.after,#stacks_in_926 > .glass.jack.bg-image::after{}#stacks_in_926 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_926 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_926 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_926 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_926 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_926 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_926 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_926 > .jack.peek-shadow::before,#stacks_in_926 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_926 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_926 > .jack{overflow:visible;}#stacks_in_926 > .jack.height-static{height:100px}#stacks_in_926 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_885{}#stacks_in_885 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_885 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_885 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_885 > .jack.width-static{width:500px}#stacks_in_885 > .jack.width-flexible{width:95%}#stacks_in_885 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_885 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_885 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_885 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_885 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_885 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_885 > .jack::after{border-radius:0px}#stacks_in_885 > .jack.border-detailed-radius,#stacks_in_885 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_885 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_885 > .jack.bg-color{background-color:#89C5FF}#stacks_in_885 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_885 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_885 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_885 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_885 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_885 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_885 > .jack.bg-image:not(.glass){}#stacks_in_885 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_885 > .jack.bg-image.glass.after,#stacks_in_885 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_885 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_885 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_885 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_885 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_885 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_885 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_885 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_885 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_885 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_885 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_885 > .jack.bg-image.glass.after,#stacks_in_885 > .glass.jack.bg-image::after{}#stacks_in_885 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_885 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_885 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_885 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_885 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_885 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_885 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_885 > .jack.peek-shadow::before,#stacks_in_885 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_885 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_885 > .jack{overflow:visible;}#stacks_in_885 > .jack.height-static{height:100px}#stacks_in_885 > .jack.height-minmax{min-height:100px;max-height:150px}
#stacks_in_881{}#stacks_in_881 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_881 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_881 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_881 > .jack.width-static{width:500px}#stacks_in_881 > .jack.width-flexible{width:95%}#stacks_in_881 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_881 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_881 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_881 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_881 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_881 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_881 > .jack::after{border-radius:0px}#stacks_in_881 > .jack.border-detailed-radius,#stacks_in_881 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_881 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_881 > .jack.bg-color{background-color:#89C5FF}#stacks_in_881 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_881 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_881 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_881 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_881 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_881 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_881 > .jack.bg-image:not(.glass){}#stacks_in_881 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_881 > .jack.bg-image.glass.after,#stacks_in_881 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_881 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_881 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_881 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_881 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_881 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_881 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_881 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_881 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_881 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_881 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_881 > .jack.bg-image.glass.after,#stacks_in_881 > .glass.jack.bg-image::after{}#stacks_in_881 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_881 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_881 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_881 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_881 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_881 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_881 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_881 > .jack.peek-shadow::before,#stacks_in_881 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_881 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_881 > .jack{overflow:visible;}#stacks_in_881 > .jack.height-static{height:100px}#stacks_in_881 > .jack.height-minmax{min-height:100px;max-height:150px}


#stacks_out_1024 {
	width: 94%;
}

#stacks_out_1012 {
	width: 95%;
}
.target.stacks_in_1328{    margin:0px;}.target.stacks_in_1328{}.target.stacks_in_1328.width-fill{width:calc(100% - 0px)}.target.stacks_in_1328.width-flexible{width:100%}.target.stacks_in_1328.width-fixed{width:250px}.target.stacks_in_1328.height-fill{height:calc(100% - 0px)}.target.stacks_in_1328.height-flexible{height:100%}.target.stacks_in_1328.height-fixed{height:250px}.target.stacks_in_1328[class*="relative-"].top-pt{top:1%}.target.stacks_in_1328[class*="relative-"].top-px{top:1px}.target.stacks_in_1328[class*="relative-"].bottom-pt{bottom:1%}.target.stacks_in_1328[class*="relative-"].bottom-px{bottom:1px}.target.stacks_in_1328[class*="relative-"].right-pt{right:0%}.target.stacks_in_1328[class*="relative-"].right-px{right:0px}.target.stacks_in_1328[class*="relative-"].left-pt{left:0%}.target.stacks_in_1328[class*="relative-"].left-px{left:0px}.target.stacks_in_1328.shift-up{margin-top:-0px}.target.stacks_in_1328.shift-down{margin-bottom:-0px}.target.stacks_in_1328.shift-left{right:0px}.target.stacks_in_1328.shift-right{left:0px}.target.stacks_in_1328.pin-top,.target.stacks_in_1328.pin-bottom{left:0px}.target.stacks_in_1328.pin-left,.target.stacks_in_1328.pin-right{top:0px}
#stacks_in_1331 .fg-content.fg-full-height{height:100%}#stacks_in_1331 .slides-container{margin:0}#stacks_in_1331 .slides-container > li{margin:0}#stacks_in_1331 .slides-container > li::before,#stacks_in_1331 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 50ms ease}#stacks_in_1331 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_1331 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1331 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_1331 .impact-wrapper{z-index:0}#stacks_in_1331 .impact-wrapper.fill-container{min-width:100%}#stacks_in_1331 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_1331 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_1331 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_1331 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_1331 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_1331 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_1331 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_1331 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 50ms ease,visibility 0 0.2s}#stacks_in_1331 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_1331 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_1331 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_1331 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_1331 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_1331 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_1331 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_1331 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_1331 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_1331 .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_1331 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_1331 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1331 .impact-container{z-index:5}#stacks_in_1331 .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_1331 .scrollDown{transform:scale(0.70)}}#stacks_in_1331 .scrollDown.button-bottom{bottom:30px}#stacks_in_1331 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_1331 .scrollDown.hide-on-mob{display:none}}#stacks_in_1331 .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_1331 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_1331 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_1331 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_1331 .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_1331 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_1331 .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_1331 .slides-pagination > a{transition:all 3900ms ease}#stacks_in_1331 .slides-pagination > a.current{transition:all 3900ms ease}#stacks_in_1331 .fg-per-show > div{opacity:0;transition:opacity 180ms ease}#stacks_in_1331:hover .fg-per-show > div{opacity:1}
#stacks_in_1332 .impact-slide{background-image:url("../files/slideshowImage-1332.jpg")}.slide-stacks_in_1332 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1332 .impact-container.h-right{right:0px}.slide-stacks_in_1332 .impact-container.h-left{left:0px}.slide-stacks_in_1332 .impact-container.v-top{top:0px}
#stacks_in_1334 .impact-slide{background-image:url("../files/slideshowImage-1334.jpg")}.slide-stacks_in_1334 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1334 .impact-container.h-right{right:0px}.slide-stacks_in_1334 .impact-container.h-left{left:0px}.slide-stacks_in_1334 .impact-container.v-top{top:0px}
#stacks_in_1335 .impact-slide{background-image:url("../files/slideshowImage-1335.jpg")}.slide-stacks_in_1335 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1335 .impact-container.h-right{right:0px}.slide-stacks_in_1335 .impact-container.h-left{left:0px}.slide-stacks_in_1335 .impact-container.v-top{top:0px}
#stacks_in_1336 .impact-slide{background-image:url("../files/slideshowImage-1336.jpg")}.slide-stacks_in_1336 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1336 .impact-container.h-right{right:0px}.slide-stacks_in_1336 .impact-container.h-left{left:0px}.slide-stacks_in_1336 .impact-container.v-top{top:0px}
#stacks_in_1337 .impact-slide{background-image:url("../files/slideshowImage-1337.jpg")}.slide-stacks_in_1337 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1337 .impact-container.h-right{right:0px}.slide-stacks_in_1337 .impact-container.h-left{left:0px}.slide-stacks_in_1337 .impact-container.v-top{top:0px}
#stacks_in_1338 .impact-slide{background-image:url("../files/slideshowImage-1338.jpg")}.slide-stacks_in_1338 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1338 .impact-container.h-right{right:0px}.slide-stacks_in_1338 .impact-container.h-left{left:0px}.slide-stacks_in_1338 .impact-container.v-top{top:0px}
#stacks_in_1339 .impact-slide{background-image:url("../files/slideshowImage-1339.jpg")}.slide-stacks_in_1339 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1339 .impact-container.h-right{right:0px}.slide-stacks_in_1339 .impact-container.h-left{left:0px}.slide-stacks_in_1339 .impact-container.v-top{top:0px}
#stacks_in_1340 .impact-slide{background-image:url("../files/slideshowImage-1340.jpg")}.slide-stacks_in_1340 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1340 .impact-container.h-right{right:0px}.slide-stacks_in_1340 .impact-container.h-left{left:0px}.slide-stacks_in_1340 .impact-container.v-top{top:0px}
#stacks_in_1341 .impact-slide{background-image:url("../files/slideshowImage-1341.jpg")}.slide-stacks_in_1341 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1341 .impact-container.h-right{right:0px}.slide-stacks_in_1341 .impact-container.h-left{left:0px}.slide-stacks_in_1341 .impact-container.v-top{top:0px}
#stacks_in_1342 .impact-slide{background-image:url("../files/slideshowImage-1342.jpg")}.slide-stacks_in_1342 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1342 .impact-container.h-right{right:0px}.slide-stacks_in_1342 .impact-container.h-left{left:0px}.slide-stacks_in_1342 .impact-container.v-top{top:0px}
#stacks_in_1343 .impact-slide{background-image:url("../files/slideshowImage-1343.jpg")}.slide-stacks_in_1343 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1343 .impact-container.h-right{right:0px}.slide-stacks_in_1343 .impact-container.h-left{left:0px}.slide-stacks_in_1343 .impact-container.v-top{top:0px}
.stacks_in_1344{line-height:0}.stacks_in_1344 svg{display:inline-block;max-width:168px;height:auto;}.stacks_in_1344.full-width svg{width:100%;height:auto}

#stacks_in_1354 {
	font-size: 99%;
}
#stacks_in_613{}#stacks_in_613 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_613 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_613 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_613 > .jack.width-static{width:500px}#stacks_in_613 > .jack.width-flexible{width:80%}#stacks_in_613 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_613 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_613 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_613 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_613 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_613 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_613 > .jack::after{border-radius:0px}#stacks_in_613 > .jack.border-detailed-radius,#stacks_in_613 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_613 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_613 > .jack.bg-color{background-color:#89C5FF}#stacks_in_613 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_613 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_613 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_613 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_613 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_613 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_613 > .jack.bg-image:not(.glass){}#stacks_in_613 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_613 > .jack.bg-image.glass.after,#stacks_in_613 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_613 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_613 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_613 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_613 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_613 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_613 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_613 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_613 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_613 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_613 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_613 > .jack.bg-image.glass.after,#stacks_in_613 > .glass.jack.bg-image::after{}#stacks_in_613 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_613 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_613 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_613 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_613 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_613 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_613 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_613 > .jack.peek-shadow::before,#stacks_in_613 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_613 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_613 > .jack{overflow:visible;}#stacks_in_613 > .jack.height-static{height:100px}#stacks_in_613 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_out_203 {
	width: 95%;
}
#stacks_in_994{}#stacks_in_994 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_994 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_994 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_994 > .jack.width-static{width:500px}#stacks_in_994 > .jack.width-flexible{width:80%}#stacks_in_994 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_994 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_994 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_994 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_994 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_994 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_994 > .jack::after{border-radius:0px}#stacks_in_994 > .jack.border-detailed-radius,#stacks_in_994 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_994 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_994 > .jack.bg-color{background-color:#89C5FF}#stacks_in_994 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_994 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_994 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_994 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_994 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_994 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_994 > .jack.bg-image:not(.glass){}#stacks_in_994 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_994 > .jack.bg-image.glass.after,#stacks_in_994 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_994 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_994 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_994 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_994 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_994 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_994 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_994 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_994 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_994 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_994 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_994 > .jack.bg-image.glass.after,#stacks_in_994 > .glass.jack.bg-image::after{}#stacks_in_994 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_994 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_994 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_994 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_994 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_994 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_994 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_994 > .jack.peek-shadow::before,#stacks_in_994 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_994 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_994 > .jack{overflow:visible;}#stacks_in_994 > .jack.height-static{height:100px}#stacks_in_994 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_out_998 {
	width: 95%;
}



/*#stacks_in_929 {
    display: none;
}*/
.stacks_in_929_photo_wrapper {
    
}


.stacks_in_929_photo_wrapper img {
    border-radius: 0px;
}
#stacks_out_929 {
	width: 75%;
}
.target.stacks_in_1373{    margin:0px;}.target.stacks_in_1373{}.target.stacks_in_1373.width-fill{width:calc(100% - 0px)}.target.stacks_in_1373.width-flexible{width:100%}.target.stacks_in_1373.width-fixed{width:250px}.target.stacks_in_1373.height-fill{height:calc(100% - 0px)}.target.stacks_in_1373.height-flexible{height:100%}.target.stacks_in_1373.height-fixed{height:250px}.target.stacks_in_1373[class*="relative-"].top-pt{top:3%}.target.stacks_in_1373[class*="relative-"].top-px{top:3px}.target.stacks_in_1373[class*="relative-"].bottom-pt{bottom:3%}.target.stacks_in_1373[class*="relative-"].bottom-px{bottom:3px}.target.stacks_in_1373[class*="relative-"].right-pt{right:7%}.target.stacks_in_1373[class*="relative-"].right-px{right:7px}.target.stacks_in_1373[class*="relative-"].left-pt{left:7%}.target.stacks_in_1373[class*="relative-"].left-px{left:7px}.target.stacks_in_1373.shift-up{margin-top:-0px}.target.stacks_in_1373.shift-down{margin-bottom:-0px}.target.stacks_in_1373.shift-left{right:0px}.target.stacks_in_1373.shift-right{left:0px}.target.stacks_in_1373.pin-top,.target.stacks_in_1373.pin-bottom{left:0px}.target.stacks_in_1373.pin-left,.target.stacks_in_1373.pin-right{top:0px}
#stacks_in_713 .section {
    position: relative;
    /* width: 800px; enable and set a width value if desired */
}
/* Styling for ba-slider element */
#stacks_in_713 .ba-slider {
    position: relative;
    overflow: hidden;
}
#stacks_in_713 .ba-slider .text {
    display: block;
    position: absolute;
    z-index: 99;
    left: 25px;;
    bottom: 20px;
}
#stacks_in_713 .ba-slider img {
    width: 100%;
    display: block;
    max-width: none;
}
#stacks_in_713 .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 50%;
    overflow: hidden;
}
#stacks_in_713 .edit-resize {
    height: auto;
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
}
#stacks_in_713 .ba-handle {
    /* Thin line seperator */
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background: rgba(255, 255, 255, 0.50);
    cursor: ew-resize;
}
#stacks_in_713 .ba-handle:after {
    /* Drag handle in the center of the two images  */
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 49px;
    height: 49px;
    margin: -24px 0 0 -24px;
    content: "⟺";
    color: rgba(153, 153, 153, 1.00);
     font-weight: bold; 
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(49px * 0.65);
    line-height: calc((49px *.92) - 0px);
    background: rgba(204, 204, 204, 1.00);
    border: 0px solid rgba(32, 117, 175, 1.00);
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    /*inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #3799da;*/
}
#stacks_in_713 .ba-draggable:after {
    width: 41px;
    height: 41px;
    margin: -20px 0 0 -20px;
    line-height: calc((41px *.92) - 0px);
    font-size: calc(41px * 0.65);
}
#stacks_in_713 @media all and (max-width: 700px) {
    .ba-slider .text {
        left: 12px;
        bottom: 12px;
        border-left-width: 3px;
        padding: 3px 0 4px 10px;
        font-size: 1rem;
        letter-spacing: 2px;
    }
}

#stacks_out_713 {
	width: 90%;
}
.stacks_in_1376{line-height:0}.stacks_in_1376 svg{display:inline-block;max-width:256px;height:auto;}.stacks_in_1376.full-width svg{width:100%;height:auto}
.stacks_in_1381{line-height:0}.stacks_in_1381 svg{display:inline-block;max-width:128px;height:auto;}.stacks_in_1381.full-width svg{width:100%;height:auto}
.stacks_in_1385{line-height:0}.stacks_in_1385 svg{display:inline-block;max-width:96px;height:auto;}.stacks_in_1385.full-width svg{width:100%;height:auto}



/*#stacks_in_722 {
    display: none;
}*/
.stacks_in_722_photo_wrapper {
    
}


.stacks_in_722_photo_wrapper img {
    border-radius: 0px;
}


@media(max-width:767px){
	.stacks_in_722_photo_wrapper .thumbnail-wrapper {
	    width: calc(99.99999% / 2);
	}
}
@media(min-width:768px){
	.stacks_in_722_photo_wrapper .thumbnail-wrapper {
	    width: calc(99.99999% / 3);
	}
}
@media(min-width:992px){
	.stacks_in_722_photo_wrapper .thumbnail-wrapper {
	    width: calc(99.99999% / 4);
	}
}
@media(min-width:1200px){
	.stacks_in_722_photo_wrapper .thumbnail-wrapper {
	    width: calc(99.99999% / 4);
	}
}
.stacks_in_722_photo_wrapper img {
    vertical-align: middle;
	width: 100%;
	padding: 4px;
}
            .text-footer{font-size:calc(15rem/16) ;}@media only screen and (min-width:40em) {            .text-footer{font-size:calc(15rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .text-footer{font-size:calc(16rem/16) ;line-height:1.50 }}
.footer{padding-top:1.5rem ;padding-right:1.5rem ;padding-bottom:5rem ;padding-left:1.5rem ;}  
.text-footer{margin-top:-0.25rem ;margin-bottom:-0.25rem ;}  
.text-footer-over{position:  sticky  ;z-index:1 ;top:0px ;bottom:unset ;left:unset ;right:unset ;}
.margin-footer{margin-top:0.00% ;margin-right:0.00% ;margin-bottom:0.00% ;margin-left:0.00% ;}@media only screen and (min-width:88em){.margin-footer{margin-top:0.00% ;margin-right:0.00% ;margin-bottom:0.00% ;margin-left:0.00% }}@media only screen and (min-width:124em){.margin-footer{margin-top:0.00% ;margin-right:10.00% ;margin-bottom:0.00% ;margin-left:10.00% }}
.Text-Copyright{margin-top:0.75rem ;}  
.stacks_in_66_139 > .grid-divider-wrapper > .grid-divider{height:calc(0% - 0px)}

.stacks_in_66_290{line-height:0}.stacks_in_66_290 svg{display:inline-block;max-width:200px;height:auto;}.stacks_in_66_290.full-width svg{width:100%;height:auto}
.stacks_in_66_288{line-height:0}.stacks_in_66_288 svg{display:inline-block;max-width:186px;height:auto;}.stacks_in_66_288.full-width svg{width:100%;height:auto}

#stacks_in_66_158 {
	font-size: 75%;
}
#stacks_in_66_305{padding-left:0px;padding-right:0px;}#stacks_in_66_305 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_66_305 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_66_305 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_66_305 > .jack.width-static{width:500px}#stacks_in_66_305 > .jack.width-flexible{width:100%}#stacks_in_66_305 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_66_305 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_66_305 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_66_305 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_66_305 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_66_305 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_66_305 > .jack::after{border-radius:0px}#stacks_in_66_305 > .jack.border-detailed-radius,#stacks_in_66_305 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_66_305 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_66_305 > .jack.bg-color{background-color:#89C5FF}#stacks_in_66_305 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_66_305 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_66_305 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_66_305 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_66_305 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_66_305 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_66_305 > .jack.bg-image:not(.glass){}#stacks_in_66_305 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_66_305 > .jack.bg-image.glass.after,#stacks_in_66_305 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_66_305 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_66_305 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_66_305 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_66_305 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_66_305 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_66_305 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_66_305 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_66_305 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_66_305 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_66_305 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_66_305 > .jack.bg-image.glass.after,#stacks_in_66_305 > .glass.jack.bg-image::after{}#stacks_in_66_305 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_66_305 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_66_305 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_66_305 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_66_305 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_66_305 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_66_305 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_66_305 > .jack.peek-shadow::before,#stacks_in_66_305 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_66_305 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_66_305 > .jack{overflow:visible;}#stacks_in_66_305 > .jack.height-static{height:100px}#stacks_in_66_305 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_out_66_305 {
	width: 120px;
}
.stacks_in_66_310{line-height:0}.stacks_in_66_310 svg{display:inline-block;max-width:44px;height:auto;}.stacks_in_66_310.full-width svg{width:100%;height:auto}.stacks_in_66_310 svg *{fill:rgba(102, 102, 102, 1.00)}.stacks_in_66_310 svg *{stroke:rgba(153, 153, 153, 1.00)}
.stacks_in_66_314{line-height:0}.stacks_in_66_314 svg{display:inline-block;max-width:44px;height:auto;}.stacks_in_66_314.full-width svg{width:100%;height:auto}.stacks_in_66_314 svg *{fill:rgba(102, 102, 102, 1.00)}



