@charset "UTF-8";


/* ==================== ##Page Title ==================== */
.page-header {
  padding: 10px 0;
  position: relative;
  z-index: 1; }
  .page-header_wrapper {
    height: 100%; }
    .page-header_wrapper .wgl-container {
      height: 100%; }
  .page-header .page-header_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .page-header_align_left .page-header_content {
    flex-direction: row; }
  .page-header_align_right .page-header_content {
    flex-direction: row-reverse; }
  .page-header_align_center .page-header_content {
    flex-direction: column;
    justify-content: center; }
    
    /*
  .page-header_title {
    color: inherit; }
  .page-header_breadcrumbs a {
    color: inherit;
    opacity: 0.7; }
    .page-header_breadcrumbs a:hover {
      opacity: 1; }
  .page-header_breadcrumbs .breadcrumbs {
    white-space: nowrap; }
  .page-header_breadcrumbs .divider {
    display: inline-block;
    vertical-align: middle;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    margin: 0 5px; }
    .page-header_breadcrumbs .divider:last-child {
      display: none; }*/


/* ==================== ##Extended Row ==================== */
.wgl-row-animation {
  position: relative;
  z-index: 1; }
  .wgl-row-animation .wpb_column {
    position: relative;
    z-index: 2; }
  .wgl-row-animation .wgl-row_background {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%); }

.particles-js {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.extended-parallax {
  position: absolute;
  z-index: -1;
  width: 100%; }

.page-header .particles-js {
  left: 0;
  top: 0; }




