/***********/
/**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_news {
  display: flex;
  flex-direction: column;
}
.hp-wpb_news.is-loading-more .wrapper {
  pointer-events: none;
}
.hp-wpb_news .wrapper {
  padding-bottom: 90px;
}
.hp-wpb_news .grid {
  position: relative;
  z-index: 0;
  margin-left: -25px;
  width: calc(100% + 50px);
}
.hp-wpb_news .grid .article {
  width: 33.333%;
  padding: 25px;
}
.hp-wpb_news .grid .article .inner {
  background: #ffffff;
  padding: 20px;
}
@media (max-width: 1850px) {
  .hp-wpb_news .grid .article {
    width: 50%;
  }
}
@media (max-width: 980px) {
  .hp-wpb_news .grid .article {
    width: 100%;
    align-items: center;
  }
}
.hp-wpb_news .grid .article .image {
  width: 100%;
  height: auto;
  line-height: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hp-wpb_news .grid .article.has-image .date {
  padding-top: 0.8em;
}
.hp-wpb_news .grid .article .content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hp-wpb_news .grid .article .content .date {
  font-size: var(--wpb-font-size-small);
  line-height: 1;
  padding-bottom: 0.8em;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.hp-wpb_news .grid .article .content .headline {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: var(--wpb-font-size-standard);
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.hp-wpb_news .grid .article .content .text {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: var(--wpb-font-size-small);
  line-height: 1.4;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.hp-wpb_news .load-more {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  transition: opacity 0.3s ease-out;
}
.hp-wpb_news .load-more-button {
  position: relative;
  display: inline-block;
  padding: 20px;
  margin: auto;
  cursor: pointer;
  text-align: center;
}
html:not(.wpb-is-device-touch) .hp-wpb_news .load-more-button:hover .label {
  opacity: 0;
}
html:not(.wpb-is-device-touch) .hp-wpb_news .load-more-button:hover .icon {
  transform: translateY(60%);
}
.hp-wpb_news .load-more-button .icon {
  margin: auto;
  display: inline-block;
  background: url(../assets/img/arrow-animation-down-dark.svg);
  width: 60px;
  height: 60px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hp-wpb_news .load-more-button .label {
  font-size: var(--wpb-font-size-small);
  line-height: 1;
  transition: opacity 0.3s ease-out;
}
.hp-wpb_news.is-loading-more .load-more {
  opacity: 0.5;
  pointer-events: none;
}
.hp-wpb_news.is-loading-more .load-more .label {
  opacity: 0;
}
.hp-wpb_news.is-loading-more .load-more .icon {
  transform: translateY(60%);
}
.hp-wpb_news.no-more .load-more {
  opacity: 0;
  pointer-events: none;
}