/***********/
/**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_slider_sticky .wrapper {
  overflow: hidden;
}
.hp-wpb_slider_sticky .sticky-element {
  color: #ffffff;
}
.hp-wpb_slider_sticky .sticky-title {
  text-transform: uppercase;
  font-size: var(--wpb-font-size-biggest);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  position: relative;
  /*overflow: hidden;*/
  margin-bottom: 0.2em;
}
.hp-wpb_slider_sticky .sticky-title-inner {
  line-height: 0.75;
}
.hp-wpb_slider_sticky .sticky-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hp-wpb_slider_sticky .stickies .sticky-element {
  opacity: 0;
  position: absolute;
  top: calc(90px + 20vh);
  left: 0;
  width: 100%;
  pointer-events: none;
}
.hp-wpb_slider_sticky .stickies .sticky-element .sticky-title {
  overflow: hidden;
}
.hp-wpb_slider_sticky .stickies .sticky-element .sticky-title-inner {
  opacity: 0;
  transform: translateY(100%);
}
.hp-wpb_slider_sticky .stickies .sticky-element .sticky-content {
  opacity: 0;
  transform: translateY(10px);
}
.hp-wpb_slider_sticky .stickies .sticky-element.enable {
  opacity: 1;
  pointer-events: auto;
}
.hp-wpb_slider_sticky .stickies .sticky-element.enable .sticky-title-inner {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.hp-wpb_slider_sticky .stickies .sticky-element.enable .sticky-content {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.hp-wpb_slider_sticky .contents {
  pointer-events: none;
  opacity: 0;
}
.hp-wpb_slider_sticky .contents .sticky-element {
  padding-top: calc(90px + 20vh);
}