/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/**
 * fullheight
 */
/**
 * Touch
 */
/**
 * No Touch
 */
/**
 * Touch
 */
/**
 * background-color rgba
 */
/**
 * color rgba
 */
/**
 * breakpoint
 */
.hp-wpb_photo_stack .wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
}
.hp-wpb_photo_stack .stack {
  position: relative;
  height: 100%;
  width: 100%;
  cursor: none;
}
.hp-wpb_photo_stack .stack:hover .element.is-next:not(.is-ani) .con,
.hp-wpb_photo_stack .stack:hover .element.is-last:not(.is-ani) .con {
  transform: rotate(0) !important;
}
.hp-wpb_photo_stack .element {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  line-height: 0;
}
.hp-wpb_photo_stack .element .con {
  position: absolute;
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  line-height: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
}
.hp-wpb_photo_stack .element .image, .hp-wpb_photo_stack .element .fallback, .hp-wpb_photo_stack .element .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
  -o-object-position: center center;
     object-position: center center;
}
.hp-wpb_photo_stack .element .fallback {
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.6s ease-out;
  z-index: 1;
}
html:not(.wpb-is-device-touch) .hp-wpb_photo_stack .element.is-last .fallback, html:not(.wpb-is-device-touch) .hp-wpb_photo_stack .element.is-next .fallback {
  opacity: 0;
}
.hp-wpb_photo_stack .element.slide-right {
  transform: translateX(130%) !important;
}
.hp-wpb_photo_stack .element.slide-left {
  transform: translateX(-130%) !important;
}
.hp-wpb_photo_stack .element.back {
  z-index: 1;
}