/**
 * HEADS UP!
 *
 * We don't recommend you edit this file directly. If you want to make some customizations,
 * we suggest attaching a separate CSS file to your template or page.
 */




  


:root,
::before,
::after {
  /* Colors */
  --accent: #000000;
  --alt-accent: 163, 204, 73;
  --text: #000000;
  --alt-bg: #425b76;

  /* Spacing */
  --max-width: 1240px;
  --vertical-spacing: 60px;
  --global-box-shadow: 0px 43px 40px 0px rgba(0, 0, 0, 0.1);
  --global-corners: 10px;
  --global-border: 2px solid #a3cc49;

  /* Base Typography */
  --base-font-family: Noto Sans JP, Helvetica Neue, Helvetica, Arial, sans-serif;
  --base-font-size: 16px;
  --base-font-size-mobile: 14.24px;
  --base-line-height: 1.75;
  --base-letter-spacing: 0.02em;
  --base-font-weight: regular;
  --base-text-color: #333333;

  /* Headings */
  --h1-font-family: Noto Sans JP;
  --h1-font-color: #333333;
  --h1-font-weight: 700;
  --h1-font-size: 50px;
  --h1-font-size-mobile: 30px;
  --h1-line-height: 1.25;
  --h1-letter-spacing: 0.02em;
  --h1-transform: none;

  --h2-font-family: Noto Sans JP;
  --h2-font-color: #333333;
  --h2-font-weight: 700;
  --h2-font-size: 34px;
  --h2-font-size-mobile: 24px;
  --h2-line-height: 1.5;
  --h2-letter-spacing: 0.02em;
  --h2-transform: none;

  --h3-font-family: Noto Sans JP;
  --h3-font-color: #333333;
  --h3-font-weight: 700;
  --h3-font-size: 30px;
  --h3-font-size-mobile: 21px;
  --h3-line-height: 1.5;
  --h3-letter-spacing: 0.02em;
  --h3-transform: none;

  --h4-font-family: Noto Sans JP;
  --h4-font-color: #333333;
  --h4-font-weight: 700;
  --h4-font-size: 24px;
  --h4-font-size-mobile: 21px;
  --h4-line-height: 1.5;
  --h4-letter-spacing: 0.02em;
  --h4-transform: none;

  --h5-font-family: Noto Sans JP;
  --h5-font-color: #333333;
  --h5-font-weight: 700;
  --h5-font-size: 21px;
  --h5-font-size-mobile: 18px;
  --h5-line-height: 1.5;
  --h5-letter-spacing: 0.02em;
  --h5-transform: none;

  --h6-font-family: Noto Sans JP;
  --h6-font-color: #333333;
  --h6-font-weight: 700;
  --h6-font-size: 18px;
  --h6-font-size-mobile: 18px;
  --h6-line-height: ;
  --h6-letter-spacing: 0.02em;
  --h6-transform: none;

  --eyebrow-font-family: Noto Sans JP;
  --eyebrow-font-color: #333333;
  --eyebrow-font-weight: 400;
  --eyebrow-font-size: 15px;
  --eyebrow-font-size-mobile: 13.35px;
  --eyebrow-line-height: 2.92;
  --eyebrow-letter-spacing: 0.1em;
  --eyebrow-transform: uppercase;

  --subheadline-font-family: Noto Sans JP;
  --subheadline-font-color: ;
  --subheadline-font-weight: ;
  --subheadline-font-size: 21px;
  --subheadline-font-size-mobile: 18.69px;
  --subheadline-line-height: 1.61;
  --subheadline-letter-spacing: 0em;
  --subheadline-transform: none;
  
  /* Links */
  --links-color: #000000;
  --links-hover-color: #a3cc49;

  /* Header Settings */
  --header-height: 90px;
  --header-menu-item-margin: 37.0px;

  /* Buttons */
  
  --button-background-color: #000000;
  --button-background-hover-color: #a3cc49;
  --button-text-color: #a3cc49;
  --button-text-hover-color: #ffffff;
  --button-border-color: #a3cc49;
  --button-border-hover-color: #a3cc49;
  
  --button-secondary-background-color: #ee7800;
  --button-secondary-background-hover-color: rgba(238, 120, 0, 0.7);
  --button-secondary-text-color: #ffffff;
  --button-secondary-text-hover-color: #ffffff;
  --button-secondary-border-color: #ee7800;
  --button-secondary-border-hover-color: #ee7800;
  
  --button-tertiary-background-color: #a3cc49;
  --button-tertiary-background-hover-color: rgba(163, 204, 73, 0.7);
  --button-tertiary-text-color: #ffffff;
  --button-tertiary-text-hover-color: #ffffff;
  --button-tertiary-border-color: #a3cc49;
  --button-tertiary-border-hover-color: #a3cc49;
  
  --button-form-background-color: #000000;
  --button-form-background-hover-color: #a4cd4c;
  --button-form-text-color: #ffffff;
  --button-form-text-hover-color: #a3cc49;
  --button-form-border-color: #000000;
  --button-form-border-hover-color: #a4cd4c;
  
  --button-form-dark-background-color: rgba(255, 255, 255, 0.0);
  --button-form-dark-background-hover-color: #a3cc49;
  --button-form-dark-text-color: #a3cc49;
  --button-form-dark-text-hover-color: #ffffff;
  --button-form-dark-border-color: #ffffff;
  --button-form-dark-border-hover-color: rgba(238, 120, 0, 0.7);
  
  --button-link-background-color: rgba(#null, 0.0);
  --button-link-background-hover-color: rgba(#null, 0.0);
  --button-link-text-color: #000000;
  --button-link-text-hover-color: #000000;
  --button-link-border-color: #000000;
  --button-link-border-hover-color: #a3cc49;
  
  --button-link-dark-background-color: rgba(#null, 0.0);
  --button-link-dark-background-hover-color: rgba(#null, 0.0);
  --button-link-dark-text-color: #ffffff;
  --button-link-dark-text-hover-color: #ffffff;
  --button-link-dark-border-color: #000000;
  --button-link-dark-border-hover-color: #a3cc49;

  --button-border: 2px;
  --button-corner: 5px;
  --button-font-family: arial, helvetica, sans-serif, Helvetica Neue, Helvetica, Arial, sans-serif;
  --button-font-weight: ;
  --button-font-size: 18px;
  --button-letter-spacing: em;
  --button-text-transform: none;
  --button-padding: 15px 25px;
  --button-padding-vertical: 15px;
  
  /** Boxed In Items **/
  --boxed-bg-color: #ffffff;
  --boxed-border-width: 1px;
  --boxed-border-color: #425b76;
  --boxed-border: 1px solid #425b76;
  --boxed-corners: 10px;
  --boxed-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.1);

  --dark-boxed-bg-color: #000000;
  --dark-boxed-border-color: #425b76;
  --dark-boxed-shadow-color: rgba(39, 57, 65, 0.1);

  /** Forms **/
  --header-text-color: #000000;
  --header-text-font-family: Noto Sans JP;
  --header-text-font-weight: 800;
  --header-text-font-size: 21px;
  --labels-text-color: #000000;
  --labels-text-font-family: Noto Sans JP;
  --labels-text-font-weight: ;
  --labels-text-font-size: 15px;
  --help-color: #000000;
  --help-font-family: Noto Sans JP;
  --help-font-weight: ;
  --help-font-size: 12px;
  --errors-color: white;
  --errors-font-family: Noto Sans JP;
  --errors-font-weight: ;
  --errors-font-size: 13px;
  --input-color: #000000;
  --input-font-family: Noto Sans JP;
  --input-font-weight: ;
  --input-font-size: 16px;
  --placeholders-color: #000000;
  --placeholders-font-family: Noto Sans JP;
  --placeholders-font-weight: ;
  --placeholders-font-size: 16;

  --field-height: 40px;
  --field-bg-color: #ffffff;
  --field-border-color: #425b76;
  --field-border-focus-color: #000000;
  --field-border-error-color: #a3cc49;
  --field-border-width: 1px;
  --field-corners: 0px;
  --error-bg-color: #a3cc49;

  --dark-base: #ffffff;
  --dark-h1: #ffffff;
  --dark-h2: #ffffff;
  --dark-h3: #ffffff;
  --dark-h4: #ffffff;
  --dark-h5: #ffffff;
  --dark-h6: #ffffff;
  --dark-eyebrow: #ffffff;
  --dark-subheadline: #ffffff;
  --dark-links: #ffffff;
  --dark-links-hover: #a3cc49;

  --dark-header-color: #ffffff;
  --dark-labels-color: #ffffff;
  --dark-help-color: #ffffff;
  --dark-errors-color: ;
  --dark-input-color: #000000;
  --dark-placeholders-color: #000000;
  --dark-field-bg-color: #ffffff;
  --dark-field-border-color: ;
  --dark-field-border-focus-color: ;
  --dark-field-border-error-color: ;
  --dark-error-bg-color: #a3cc49;
}



  

  

  

  

  

  

  
  
  
    .button:not(.button--link):not(.button--link-dark) {
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }
    .button:not(.button--link):not(.button--link-dark):before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--button-background-hover-color, var(--button-background-color));
      border-radius: calc(var(--button-corner) / 2px);
      
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      
      
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
      
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
    }
    .button:not(.button--link):not(.button--link-dark):hover, .button:not(.button--link):not(.button--link-dark):focus, .button:not(.button--link):not(.button--link-dark):active {
      border-color: var(--button-border-hover-color, var(--button-border-color, var(--button-background-hover-color, var(--button-background-color))));
      color: var(--button-text-hover-color, var(--button-text-color)) !important;
    }
    .button:not(.button--link):not(.button--link-dark):hover:before, .button:not(.button--link):not(.button--link-dark):focus:before, .button:not(.button--link):not(.button--link-dark):active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  


  

  
    
  

  

  

  

  

  
  
  
    .button--secondary:not(.button--link):not(.button--link-dark) {
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }
    .button--secondary:not(.button--link):not(.button--link-dark):before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--button-secondary-background-hover-color, var(--button-secondary-background-color));
      border-radius: calc(var(--button-corner) / 2px);
      
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      
      
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
      
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
    }
    .button--secondary:not(.button--link):not(.button--link-dark):hover, .button--secondary:not(.button--link):not(.button--link-dark):focus, .button--secondary:not(.button--link):not(.button--link-dark):active {
      border-color: var(--button-secondary-border-hover-color, var(--button-secondary-border-color, var(--button-secondary-background-hover-color, var(--button-secondary-background-color))));
      color: var(--button-secondary-text-hover-color, var(--button-secondary-text-color)) !important;
    }
    .button--secondary:not(.button--link):not(.button--link-dark):hover:before, .button--secondary:not(.button--link):not(.button--link-dark):focus:before, .button--secondary:not(.button--link):not(.button--link-dark):active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  


  

  
    
  

  

  

  

  

  
  
  
    .button--tertiary:not(.button--link):not(.button--link-dark) {
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }
    .button--tertiary:not(.button--link):not(.button--link-dark):before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--button-tertiary-background-hover-color, var(--button-tertiary-background-color));
      border-radius: calc(var(--button-corner) / 2px);
      
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      
      
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
      
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
    }
    .button--tertiary:not(.button--link):not(.button--link-dark):hover, .button--tertiary:not(.button--link):not(.button--link-dark):focus, .button--tertiary:not(.button--link):not(.button--link-dark):active {
      border-color: var(--button-tertiary-border-hover-color, var(--button-tertiary-border-color, var(--button-tertiary-background-hover-color, var(--button-tertiary-background-color))));
      color: var(--button-tertiary-text-hover-color, var(--button-tertiary-text-color)) !important;
    }
    .button--tertiary:not(.button--link):not(.button--link-dark):hover:before, .button--tertiary:not(.button--link):not(.button--link-dark):focus:before, .button--tertiary:not(.button--link):not(.button--link-dark):active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  


  

  
    
  

  

  

  

  

  
  
  
    .button--form:not(.button--link):not(.button--link-dark) {
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }
    .button--form:not(.button--link):not(.button--link-dark):before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--button-form-background-hover-color, var(--button-form-background-color));
      border-radius: calc(var(--button-corner) / 2px);
      
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      
      
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
      
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
    }
    .button--form:not(.button--link):not(.button--link-dark):hover, .button--form:not(.button--link):not(.button--link-dark):focus, .button--form:not(.button--link):not(.button--link-dark):active {
      border-color: var(--button-form-border-hover-color, var(--button-form-border-color, var(--button-form-background-hover-color, var(--button-form-background-color))));
      color: var(--button-form-text-hover-color, var(--button-form-text-color)) !important;
    }
    .button--form:not(.button--link):not(.button--link-dark):hover:before, .button--form:not(.button--link):not(.button--link-dark):focus:before, .button--form:not(.button--link):not(.button--link-dark):active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  


  

  
    
  

  

  

  

  

  
  
  
    .button--formdark:not(.button--link):not(.button--link-dark) {
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }
    .button--formdark:not(.button--link):not(.button--link-dark):before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--button-form-dark-background-hover-color, var(--button-form-dark-background-color));
      border-radius: calc(var(--button-corner) / 2px);
      
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      
      
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
      
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
    }
    .button--formdark:not(.button--link):not(.button--link-dark):hover, .button--formdark:not(.button--link):not(.button--link-dark):focus, .button--formdark:not(.button--link):not(.button--link-dark):active {
      border-color: var(--button-form-dark-border-hover-color, var(--button-form-dark-border-color, var(--button-form-dark-background-hover-color, var(--button-form-dark-background-color))));
      color: var(--button-form-dark-text-hover-color, var(--button-form-dark-text-color)) !important;
    }
    .button--formdark:not(.button--link):not(.button--link-dark):hover:before, .button--formdark:not(.button--link):not(.button--link-dark):focus:before, .button--formdark:not(.button--link):not(.button--link-dark):active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  

  
  

  .button.button.button--link {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    position: relative;
    padding: 0 0 4px;

    
  }

  .button.button.button--link span {
    position: relative;
    z-index: 2;
  }

  .button.button.button--link::before,
  .button.button.button--link::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
  }

  .button.button.button--link::before {
    
      left: 0;
      top: 100%;
      width: 0;
      height: 3px;
      background-color: var(--button-link-border-hover-color);
      transition: width 0.3s;
    
  }

  .button.button.button--link::after {
    
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: calc(100% + 3px);
      width: 100%;
      height: 1px;
      background-color: var(--button-link-border-color);
    
  }

  .button.button.button--link:hover,
  .button.button.button--link:focus,
  .button.button.button--link:active,
  .button.button.button--link.tabbed-section__link--active {
    
  }

  .button.button.button--link:hover::before,
  .button.button.button--link:focus::before,
  .button.button.button--link:active::before,
  .button.button.button--link.tabbed-section__link--active::before {
    
      left: 0;
      right: auto;
      width: 100%;
      background-color: var(--button-link-border-hover-color);
    
  }


  
  

  .button.button.button--link-dark {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    position: relative;
    padding: 0 0 4px;

    
  }

  .button.button.button--link-dark span {
    position: relative;
    z-index: 2;
  }

  .button.button.button--link-dark::before,
  .button.button.button--link-dark::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
  }

  .button.button.button--link-dark::before {
    
      left: 0;
      top: 100%;
      width: 0;
      height: 3px;
      background-color: var(--button-link-dark-border-hover-color);
      transition: width 0.3s;
    
  }

  .button.button.button--link-dark::after {
    
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: calc(100% + 3px);
      width: 100%;
      height: 1px;
      background-color: var(--button-link-dark-border-color);
    
  }

  .button.button.button--link-dark:hover,
  .button.button.button--link-dark:focus,
  .button.button.button--link-dark:active,
  .button.button.button--link-dark.tabbed-section__link--active {
    
  }

  .button.button.button--link-dark:hover::before,
  .button.button.button--link-dark:focus::before,
  .button.button.button--link-dark:active::before,
  .button.button.button--link-dark.tabbed-section__link--active::before {
    
      left: 0;
      right: auto;
      width: 100%;
      background-color: var(--button-link-dark-border-hover-color);
    
  }


::before {
  --hero-overlay: #000000;
}

/* ul li + li {
  margin-top: 5px;
}
ul li::before {content: '\25CF';

  --bullet-color: #000000;
  --bullet-color-dark: #000000;
} */

/** Heeader **/
header,
.page-nav {
  --header-background-color: #000000;
  --header-border-color: #000000;
  --header-search-background: #425b76;
  --header-button-padding: 11.11111111111111px 18.51851851851852px;

  /* Header Menus */
  --header-menu-font-family: Mulish;
  --header-menu-font-color: #ffffff;
  --header-menu-font-color-hover: #ffffff;
  --header-menu-font-weight: regular;
  --header-menu-font-size: 16px;
  --header-menu-font-size-mobile: 14.24px;
  --header-menu-line-height: 1;
  --header-menu-letter-spacing: 0.02em;
  --header-menu-transform: none;

  --header-dropdown-background-color: #000000;
  --header-dropdown-border-color: #000000;
  --header-dropdown-box-shadow-color: rgba(#null, 0.0);

  --header-dropdown-link-font-family: Noto Sans JP;
  --header-dropdown-link-font-color: #ffffff;
  --header-dropdown-link-font-color-hover: #a3cc49;
  --header-dropdown-link-font-weight: ;
  --header-dropdown-link-font-size: 16px;
  --header-dropdown-link-line-height: 1.85;
  --header-dropdown-link-letter-spacing: 0em;
  --header-dropdown-link-transform: none;

  --header-dropdown-font-family: Noto Sans JP;
  --header-dropdown-font-color: #ffffff;
}

.globe_class::before {
  --menu-font-color: ;
  --menu-font-color-hoveer: ;
}



/** Footer **/
footer {
  --footer-background-color: #ffffff;
  --footer-font-color: #000000;
  --footer-font-size: 15px;
  --footer-font-family: Noto Sans JP;
  --footer-font-weight: 400;
  --footer-line-height: 1.85;
  --footer-letter-spacing: 0em;
  --footer-link-color: #000000;
  --footer-link-hover-color: #000000;

  /* Footer Menus */
  --footer-menu-font-family: Noto Sans JP;
  --footer-menu-font-color: #000000;
  --footer-menu-font-color-hover: #000000;
  --footer-menu-font-weight: 700;
  --footer-menu-font-size: 15px;
  --footer-menu-font-size-mobile: 13.35px;
  --footer-menu-line-height: 1;
  --footer-menu-letter-spacing: 0.02em;
  --footer-menu-transform: uppercase;

  --footer-dropdown-link-font-family: Noto Sans JP;
  --footer-dropdown-link-font-color: #000000;
  --footer-dropdown-link-font-color-hover: #000000;
  --footer-dropdown-link-font-weight: ;
  --footer-dropdown-link-font-size: 16px;
  --footer-dropdown-link-line-height: 1.85;
  --footer-dropdown-link-letter-spacing: 0em;
  --footer-dropdown-link-transform: none;

  --footer-dropdown-font-family: Noto Sans JP;
  --footer-dropdown-font-color: #000000;
}

.module-wrapper--dark {
  color: #ffffff;
}

/* Components */
.hero-section {
  --hero-centered: 600px;
  --hero-columns: px;
  --arrow-background: #ffffff;
  --arrow-color: #000000
}

.social-media {
  --social-color: #333333;
  --social-hover-color: #000000;
  --dark-social-color: #ffffff;
  --dark--social-hover-color: #ffffff;
}

.system-page-content {
  --pref-background: #425b76;
}

.hs-blog-post {
  --blog-body-font: 18px;
  --author-border: #425b76;
  --author-heading: 16px;
  --author-bio: 16px;
  --related-background: #425b76;
}

.hs-form select {
  background-image: url(//22128465.fs1.hubspotusercontent-na1.net/hubfs/22128465/raw_assets/public/@marketplace/Lynton/Spark_Premium/images/icons/angle-down-solid.svg);
}

{
        % raw %
    }

    .mfp-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1042;
        overflow: hidden;
        position: fixed;
        background-color: #0b0b0b;
        opacity: .8
    }

    .mfp-wrap {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1043;
        position: fixed;
        outline: 0 !important;
        -webkit-backface-visibility: hidden
    }

    .mfp-container {
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 0 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-container::before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .mfp-align-top .mfp-container::before {
        display: none
    }

    .mfp-content {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: left;
        z-index: 1045
    }

    .mfp-ajax-holder .mfp-content,
    .mfp-inline-holder .mfp-content {
        width: 100%;
        cursor: auto
    }

    .mfp-ajax-cur {
        cursor: progress
    }

    .mfp-zoom-out-cur,
    .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
        cursor: -webkit-zoom-out;
        cursor: zoom-out
    }

    .mfp-zoom {
        cursor: pointer;
        cursor: -webkit-zoom-in;
        cursor: zoom-in
    }

    .mfp-auto-cursor .mfp-content {
        cursor: auto
    }

    .mfp-arrow,
    .mfp-close,
    .mfp-counter,
    .mfp-preloader {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .mfp-loading.mfp-figure {
        display: none
    }

    .mfp-hide {
        display: none !important
    }

    .mfp-preloader {
        color: #ccc;
        position: absolute;
        top: 50%;
        width: auto;
        text-align: center;
        margin-top: -.8em;
        left: 8px;
        right: 8px;
        z-index: 1044
    }

    .mfp-preloader a {
        color: #ccc
    }

    .mfp-preloader a:hover {
        color: #fff
    }

    .mfp-s-ready .mfp-preloader {
        display: none
    }

    .mfp-s-error .mfp-content {
        display: none
    }

    button.mfp-arrow,
    button.mfp-close {
        overflow: visible;
        cursor: pointer;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
        display: block;
        outline: 0;
        padding: 0;
        z-index: 1046;
        -webkit-box-shadow: none;
        box-shadow: none;
        -ms-touch-action: manipulation;
        touch-action: manipulation
    }

    button::-moz-focus-inner {
        padding: 0;
        border: 0
    }

    .mfp-close {
        width: 44px;
        height: 44px;
        line-height: 44px;
        position: absolute;
        right: 10px;
        top: 10px;
        text-decoration: none;
        text-align: center;
        opacity: .65;
        padding: 0 0 18px 10px;
        color: #fff;
        font-style: normal;
        font-size: 28px;
        font-family: Arial, Baskerville, monospace
    }

    .mfp-close:focus,
    .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 10px
    }

    .mfp-close * {
        pointer-events: none
    }

    .mfp-close-btn-in .mfp-close {
        color: #333
    }

    .mfp-iframe-holder .mfp-close,
    .mfp-image-holder .mfp-close {
        color: #fff;
        right: -6px;
        text-align: right;
        padding-right: 6px;
        width: 100%
    }

    .mfp-counter {
        position: absolute;
        top: 0;
        right: 0;
        color: #ccc;
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap
    }

    .mfp-arrow {
        position: absolute;
        opacity: .65;
        margin: 0;
        top: 50%;
        margin-top: -55px;
        padding: 0;
        width: 90px;
        height: 110px;
        -webkit-tap-highlight-color: transparent
    }

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus,
    .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow::after,
    .mfp-arrow::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow::after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow::before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

    .mfp-arrow-left {
        left: 0
    }

    .mfp-arrow-left::after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left::before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

    .mfp-arrow-right {
        right: 0
    }

    .mfp-arrow-right::after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right::before {
        border-left: 27px solid #3f3f3f
    }

    .mfp-iframe-holder {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

    .mfp-iframe-scaler {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%
    }

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        background-color: #000
    }

    img.mfp-img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
        line-height: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 0 40px;
        margin: 0 auto
    }

    .mfp-figure {
        line-height: 0
    }

    .mfp-figure::after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        background-color: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

    .mfp-bottom-bar {
        margin-top: -36px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        cursor: auto
    }

    .mfp-title {
        text-align: left;
        line-height: 18px;
        color: #f3f3f3;
        word-wrap: break-word;
        padding-right: 36px
    }

    .mfp-image-holder .mfp-content {
        max-width: 100%
    }

    .mfp-gallery .mfp-image-holder .mfp-figure {
        cursor: pointer
    }

    @media screen and (max-width:800px) and (orientation:landscape),
    screen and (max-height:300px) {
        .mfp-img-mobile .mfp-image-holder {
            padding-left: 0;
            padding-right: 0
        }

        .mfp-img-mobile img.mfp-img {
            padding: 0
        }

        .mfp-img-mobile .mfp-figure::after {
            top: 0;
            bottom: 0
        }

        .mfp-img-mobile .mfp-figure small {
            display: inline;
            margin-left: 5px
        }

        .mfp-img-mobile .mfp-bottom-bar {
            background-color: rgba(0, 0, 0, .6);
            bottom: 0;
            margin: 0;
            top: auto;
            padding: 3px 5px;
            position: fixed;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

        .mfp-img-mobile .mfp-counter {
            right: 5px;
            top: 3px
        }

        .mfp-img-mobile .mfp-close {
            top: 0;
            right: 0;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background-color: rgba(0, 0, 0, .6);
            position: fixed;
            text-align: center;
            padding: 0
        }
    }

    @media all and (max-width:900px) {
        .mfp-arrow {
            -webkit-transform: scale(.75);
            transform: scale(.75)
        }

        .mfp-arrow-left {
            -webkit-transform-origin: 0;
            transform-origin: 0
        }

        .mfp-arrow-right {
            -webkit-transform-origin: 100%;
            transform-origin: 100%
        }

        .mfp-container {
            padding-left: 6px;
            padding-right: 6px
        }
    }

    /*!
* Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
    .fa,
    .fab,
    .fal,
    .far,
    .fas {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1
    }

    .fa-lg {
        font-size: 1.3333333333em;
        line-height: .75em;
        vertical-align: -.0667em
    }

    .fa-xs {
        font-size: .75em
    }

    .fa-sm {
        font-size: .875em
    }

    .fa-1x {
        font-size: 1em
    }

    .fa-2x {
        font-size: 2em
    }

    .fa-3x {
        font-size: 3em
    }

    .fa-4x {
        font-size: 4em
    }

    .fa-5x {
        font-size: 5em
    }

    .fa-6x {
        font-size: 6em
    }

    .fa-7x {
        font-size: 7em
    }

    .fa-8x {
        font-size: 8em
    }

    .fa-9x {
        font-size: 9em
    }

    .fa-10x {
        font-size: 10em
    }

    .fa-fw {
        text-align: center;
        width: 1.25em
    }

    .fa-ul {
        list-style-type: none;
        margin-left: 2.5em;
        padding-left: 0
    }

    .fa-ul>li {
        position: relative
    }

    .fa-li {
        left: -2em;
        position: absolute;
        text-align: center;
        width: 2em;
        line-height: inherit
    }

    .fa-border {
        border: solid .08em #eee;
        border-radius: .1em;
        padding: .2em .25em .15em
    }

    .fa-pull-left {
        float: left
    }

    .fa-pull-right {
        float: right
    }

    .fa.fa-pull-left,
    .fab.fa-pull-left,
    .fal.fa-pull-left,
    .far.fa-pull-left,
    .fas.fa-pull-left {
        margin-right: .3em
    }

    .fa.fa-pull-right,
    .fab.fa-pull-right,
    .fal.fa-pull-right,
    .far.fa-pull-right,
    .fas.fa-pull-right {
        margin-left: .3em
    }

    .fa-spin {
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear
    }

    .fa-pulse {
        -webkit-animation: fa-spin 1s infinite steps(8);
        animation: fa-spin 1s infinite steps(8)
    }

    @-webkit-keyframes fa-spin {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }

    @keyframes fa-spin {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }

    .fa-rotate-90 {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .fa-rotate-180 {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .fa-rotate-270 {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .fa-flip-horizontal {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1)
    }

    .fa-flip-vertical {
        -webkit-transform: scale(1, -1);
        transform: scale(1, -1)
    }

    .fa-flip-horizontal.fa-flip-vertical {
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1)
    }

    :root .fa-flip-horizontal,
    :root .fa-flip-vertical,
    :root .fa-rotate-180,
    :root .fa-rotate-270,
    :root .fa-rotate-90 {
        -webkit-filter: none;
        filter: none
    }

    .fa-stack {
        display: inline-block;
        height: 2em;
        line-height: 2em;
        position: relative;
        vertical-align: middle;
        width: 2em
    }

    .fa-stack-1x,
    .fa-stack-2x {
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%
    }

    .fa-stack-1x {
        line-height: inherit
    }

    .fa-stack-2x {
        font-size: 2em
    }

    .fa-inverse {
        color: #fff
    }

    .fa-500px:before {
        content: "\f26e"
    }

    .fa-accessible-icon:before {
        content: "\f368"
    }

    .fa-accusoft:before {
        content: "\f369"
    }

    .fa-address-book:before {
        content: "\f2b9"
    }

    .fa-address-card:before {
        content: "\f2bb"
    }

    .fa-adjust:before {
        content: "\f042"
    }

    .fa-adn:before {
        content: "\f170"
    }

    .fa-adversal:before {
        content: "\f36a"
    }

    .fa-affiliatetheme:before {
        content: "\f36b"
    }

    .fa-algolia:before {
        content: "\f36c"
    }

    .fa-align-center:before {
        content: "\f037"
    }

    .fa-align-justify:before {
        content: "\f039"
    }

    .fa-align-left:before {
        content: "\f036"
    }

    .fa-align-right:before {
        content: "\f038"
    }

    .fa-allergies:before {
        content: "\f461"
    }

    .fa-amazon:before {
        content: "\f270"
    }

    .fa-amazon-pay:before {
        content: "\f42c"
    }

    .fa-ambulance:before {
        content: "\f0f9"
    }

    .fa-american-sign-language-interpreting:before {
        content: "\f2a3"
    }

    .fa-amilia:before {
        content: "\f36d"
    }

    .fa-anchor:before {
        content: "\f13d"
    }

    .fa-android:before {
        content: "\f17b"
    }

    .fa-angellist:before {
        content: "\f209"
    }

    .fa-angle-double-down:before {
        content: "\f103"
    }

    .fa-angle-double-left:before {
        content: "\f100"
    }

    .fa-angle-double-right:before {
        content: "\f101"
    }

    .fa-angle-double-up:before {
        content: "\f102"
    }

    .fa-angle-down:before {
        content: "\f107"
    }

    .fa-angle-left:before {
        content: "\f104"
    }

    .fa-angle-right:before {
        content: "\f105"
    }

    .fa-angle-up:before {
        content: "\f106"
    }

    .fa-angrycreative:before {
        content: "\f36e"
    }

    .fa-angular:before {
        content: "\f420"
    }

    .fa-app-store:before {
        content: "\f36f"
    }

    .fa-app-store-ios:before {
        content: "\f370"
    }

    .fa-apper:before {
        content: "\f371"
    }

    .fa-apple:before {
        content: "\f179"
    }

    .fa-apple-pay:before {
        content: "\f415"
    }

    .fa-archive:before {
        content: "\f187"
    }

    .fa-arrow-alt-circle-down:before {
        content: "\f358"
    }

    .fa-arrow-alt-circle-left:before {
        content: "\f359"
    }

    .fa-arrow-alt-circle-right:before {
        content: "\f35a"
    }

    .fa-arrow-alt-circle-up:before {
        content: "\f35b"
    }

    .fa-arrow-circle-down:before {
        content: "\f0ab"
    }

    .fa-arrow-circle-left:before {
        content: "\f0a8"
    }

    .fa-arrow-circle-right:before {
        content: "\f0a9"
    }

    .fa-arrow-circle-up:before {
        content: "\f0aa"
    }

    .fa-arrow-down:before {
        content: "\f063"
    }

    .fa-arrow-left:before {
        content: "\f060"
    }

    .fa-arrow-right:before {
        content: "\f061"
    }

    .fa-arrow-up:before {
        content: "\f062"
    }

    .fa-arrows-alt:before {
        content: "\f0b2"
    }

    .fa-arrows-alt-h:before {
        content: "\f337"
    }

    .fa-arrows-alt-v:before {
        content: "\f338"
    }

    .fa-assistive-listening-systems:before {
        content: "\f2a2"
    }

    .fa-asterisk:before {
        content: "\f069"
    }

    .fa-asymmetrik:before {
        content: "\f372"
    }

    .fa-at:before {
        content: "\f1fa"
    }

    .fa-audible:before {
        content: "\f373"
    }

    .fa-audio-description:before {
        content: "\f29e"
    }

    .fa-autoprefixer:before {
        content: "\f41c"
    }

    .fa-avianex:before {
        content: "\f374"
    }

    .fa-aviato:before {
        content: "\f421"
    }

    .fa-aws:before {
        content: "\f375"
    }

    .fa-backward:before {
        content: "\f04a"
    }

    .fa-balance-scale:before {
        content: "\f24e"
    }

    .fa-ban:before {
        content: "\f05e"
    }

    .fa-band-aid:before {
        content: "\f462"
    }

    .fa-bandcamp:before {
        content: "\f2d5"
    }

    .fa-barcode:before {
        content: "\f02a"
    }

    .fa-bars:before {
        content: "\f0c9"
    }

    .fa-baseball-ball:before {
        content: "\f433"
    }

    .fa-basketball-ball:before {
        content: "\f434"
    }

    .fa-bath:before {
        content: "\f2cd"
    }

    .fa-battery-empty:before {
        content: "\f244"
    }

    .fa-battery-full:before {
        content: "\f240"
    }

    .fa-battery-half:before {
        content: "\f242"
    }

    .fa-battery-quarter:before {
        content: "\f243"
    }

    .fa-battery-three-quarters:before {
        content: "\f241"
    }

    .fa-bed:before {
        content: "\f236"
    }

    .fa-beer:before {
        content: "\f0fc"
    }

    .fa-behance:before {
        content: "\f1b4"
    }

    .fa-behance-square:before {
        content: "\f1b5"
    }

    .fa-bell:before {
        content: "\f0f3"
    }

    .fa-bell-slash:before {
        content: "\f1f6"
    }

    .fa-bicycle:before {
        content: "\f206"
    }

    .fa-bimobject:before {
        content: "\f378"
    }

    .fa-binoculars:before {
        content: "\f1e5"
    }

    .fa-birthday-cake:before {
        content: "\f1fd"
    }

    .fa-bitbucket:before {
        content: "\f171"
    }

    .fa-bitcoin:before {
        content: "\f379"
    }

    .fa-bity:before {
        content: "\f37a"
    }

    .fa-black-tie:before {
        content: "\f27e"
    }

    .fa-blackberry:before {
        content: "\f37b"
    }

    .fa-blender:before {
        content: "\f517"
    }

    .fa-blind:before {
        content: "\f29d"
    }

    .fa-blogger:before {
        content: "\f37c"
    }

    .fa-blogger-b:before {
        content: "\f37d"
    }

    .fa-bluetooth:before {
        content: "\f293"
    }

    .fa-bluetooth-b:before {
        content: "\f294"
    }

    .fa-bold:before {
        content: "\f032"
    }

    .fa-bolt:before {
        content: "\f0e7"
    }

    .fa-bomb:before {
        content: "\f1e2"
    }

    .fa-book:before {
        content: "\f02d"
    }

    .fa-book-open:before {
        content: "\f518"
    }

    .fa-bookmark:before {
        content: "\f02e"
    }

    .fa-bowling-ball:before {
        content: "\f436"
    }

    .fa-box:before {
        content: "\f466"
    }

    .fa-box-open:before {
        content: "\f49e"
    }

    .fa-boxes:before {
        content: "\f468"
    }

    .fa-braille:before {
        content: "\f2a1"
    }

    .fa-briefcase:before {
        content: "\f0b1"
    }

    .fa-briefcase-medical:before {
        content: "\f469"
    }

    .fa-broadcast-tower:before {
        content: "\f519"
    }

    .fa-broom:before {
        content: "\f51a"
    }

    .fa-btc:before {
        content: "\f15a"
    }

    .fa-bug:before {
        content: "\f188"
    }

    .fa-building:before {
        content: "\f1ad"
    }

    .fa-bullhorn:before {
        content: "\f0a1"
    }

    .fa-bullseye:before {
        content: "\f140"
    }

    .fa-burn:before {
        content: "\f46a"
    }

    .fa-buromobelexperte:before {
        content: "\f37f"
    }

    .fa-bus:before {
        content: "\f207"
    }

    .fa-buysellads:before {
        content: "\f20d"
    }

    .fa-calculator:before {
        content: "\f1ec"
    }

    .fa-calendar:before {
        content: "\f133"
    }

    .fa-calendar-alt:before {
        content: "\f073"
    }

    .fa-calendar-check:before {
        content: "\f274"
    }

    .fa-calendar-minus:before {
        content: "\f272"
    }

    .fa-calendar-plus:before {
        content: "\f271"
    }

    .fa-calendar-times:before {
        content: "\f273"
    }

    .fa-camera:before {
        content: "\f030"
    }

    .fa-camera-retro:before {
        content: "\f083"
    }

    .fa-capsules:before {
        content: "\f46b"
    }

    .fa-car:before {
        content: "\f1b9"
    }

    .fa-caret-down:before {
        content: "\f0d7"
    }

    .fa-caret-left:before {
        content: "\f0d9"
    }

    .fa-caret-right:before {
        content: "\f0da"
    }

    .fa-caret-square-down:before {
        content: "\f150"
    }

    .fa-caret-square-left:before {
        content: "\f191"
    }

    .fa-caret-square-right:before {
        content: "\f152"
    }

    .fa-caret-square-up:before {
        content: "\f151"
    }

    .fa-caret-up:before {
        content: "\f0d8"
    }

    .fa-cart-arrow-down:before {
        content: "\f218"
    }

    .fa-cart-plus:before {
        content: "\f217"
    }

    .fa-cc-amazon-pay:before {
        content: "\f42d"
    }

    .fa-cc-amex:before {
        content: "\f1f3"
    }

    .fa-cc-apple-pay:before {
        content: "\f416"
    }

    .fa-cc-diners-club:before {
        content: "\f24c"
    }

    .fa-cc-discover:before {
        content: "\f1f2"
    }

    .fa-cc-jcb:before {
        content: "\f24b"
    }

    .fa-cc-mastercard:before {
        content: "\f1f1"
    }

    .fa-cc-paypal:before {
        content: "\f1f4"
    }

    .fa-cc-stripe:before {
        content: "\f1f5"
    }

    .fa-cc-visa:before {
        content: "\f1f0"
    }

    .fa-centercode:before {
        content: "\f380"
    }

    .fa-certificate:before {
        content: "\f0a3"
    }

    .fa-chalkboard:before {
        content: "\f51b"
    }

    .fa-chalkboard-teacher:before {
        content: "\f51c"
    }

    .fa-chart-area:before {
        content: "\f1fe"
    }

    .fa-chart-bar:before {
        content: "\f080"
    }

    .fa-chart-line:before {
        content: "\f201"
    }

    .fa-chart-pie:before {
        content: "\f200"
    }

    .fa-check:before {
        content: "\f00c"
    }

    .fa-check-circle:before {
        content: "\f058"
    }

    .fa-check-square:before {
        content: "\f14a"
    }

    .fa-chess:before {
        content: "\f439"
    }

    .fa-chess-bishop:before {
        content: "\f43a"
    }

    .fa-chess-board:before {
        content: "\f43c"
    }

    .fa-chess-king:before {
        content: "\f43f"
    }

    .fa-chess-knight:before {
        content: "\f441"
    }

    .fa-chess-pawn:before {
        content: "\f443"
    }

    .fa-chess-queen:before {
        content: "\f445"
    }

    .fa-chess-rook:before {
        content: "\f447"
    }

    .fa-chevron-circle-down:before {
        content: "\f13a"
    }

    .fa-chevron-circle-left:before {
        content: "\f137"
    }

    .fa-chevron-circle-right:before {
        content: "\f138"
    }

    .fa-chevron-circle-up:before {
        content: "\f139"
    }

    .fa-chevron-down:before {
        content: "\f078"
    }

    .fa-chevron-left:before {
        content: "\f053"
    }

    .fa-chevron-right:before {
        content: "\f054"
    }

    .fa-chevron-up:before {
        content: "\f077"
    }

    .fa-child:before {
        content: "\f1ae"
    }

    .fa-chrome:before {
        content: "\f268"
    }

    .fa-church:before {
        content: "\f51d"
    }

    .fa-circle:before {
        content: "\f111"
    }

    .fa-circle-notch:before {
        content: "\f1ce"
    }

    .fa-clipboard:before {
        content: "\f328"
    }

    .fa-clipboard-check:before {
        content: "\f46c"
    }

    .fa-clipboard-list:before {
        content: "\f46d"
    }

    .fa-clock:before {
        content: "\f017"
    }

    .fa-clone:before {
        content: "\f24d"
    }

    .fa-closed-captioning:before {
        content: "\f20a"
    }

    .fa-cloud:before {
        content: "\f0c2"
    }

    .fa-cloud-download-alt:before {
        content: "\f381"
    }

    .fa-cloud-upload-alt:before {
        content: "\f382"
    }

    .fa-cloudscale:before {
        content: "\f383"
    }

    .fa-cloudsmith:before {
        content: "\f384"
    }

    .fa-cloudversify:before {
        content: "\f385"
    }

    .fa-code:before {
        content: "\f121"
    }

    .fa-code-branch:before {
        content: "\f126"
    }

    .fa-codepen:before {
        content: "\f1cb"
    }

    .fa-codiepie:before {
        content: "\f284"
    }

    .fa-coffee:before {
        content: "\f0f4"
    }

    .fa-cog:before {
        content: "\f013"
    }

    .fa-cogs:before {
        content: "\f085"
    }

    .fa-coins:before {
        content: "\f51e"
    }

    .fa-columns:before {
        content: "\f0db"
    }

    .fa-comment:before {
        content: "\f075"
    }

    .fa-comment-alt:before {
        content: "\f27a"
    }

    .fa-comment-dots:before {
        content: "\f4ad"
    }

    .fa-comment-slash:before {
        content: "\f4b3"
    }

    .fa-comments:before {
        content: "\f086"
    }

    .fa-compact-disc:before {
        content: "\f51f"
    }

    .fa-compass:before {
        content: "\f14e"
    }

    .fa-compress:before {
        content: "\f066"
    }

    .fa-connectdevelop:before {
        content: "\f20e"
    }

    .fa-contao:before {
        content: "\f26d"
    }

    .fa-copy:before {
        content: "\f0c5"
    }

    .fa-copyright:before {
        content: "\f1f9"
    }

    .fa-couch:before {
        content: "\f4b8"
    }

    .fa-cpanel:before {
        content: "\f388"
    }

    .fa-creative-commons:before {
        content: "\f25e"
    }

    .fa-creative-commons-by:before {
        content: "\f4e7"
    }

    .fa-creative-commons-nc:before {
        content: "\f4e8"
    }

    .fa-creative-commons-nc-eu:before {
        content: "\f4e9"
    }

    .fa-creative-commons-nc-jp:before {
        content: "\f4ea"
    }

    .fa-creative-commons-nd:before {
        content: "\f4eb"
    }

    .fa-creative-commons-pd:before {
        content: "\f4ec"
    }

    .fa-creative-commons-pd-alt:before {
        content: "\f4ed"
    }

    .fa-creative-commons-remix:before {
        content: "\f4ee"
    }

    .fa-creative-commons-sa:before {
        content: "\f4ef"
    }

    .fa-creative-commons-sampling:before {
        content: "\f4f0"
    }

    .fa-creative-commons-sampling-plus:before {
        content: "\f4f1"
    }

    .fa-creative-commons-share:before {
        content: "\f4f2"
    }

    .fa-credit-card:before {
        content: "\f09d"
    }

    .fa-crop:before {
        content: "\f125"
    }

    .fa-crosshairs:before {
        content: "\f05b"
    }

    .fa-crow:before {
        content: "\f520"
    }

    .fa-crown:before {
        content: "\f521"
    }

    .fa-css3:before {
        content: "\f13c"
    }

    .fa-css3-alt:before {
        content: "\f38b"
    }

    .fa-cube:before {
        content: "\f1b2"
    }

    .fa-cubes:before {
        content: "\f1b3"
    }

    .fa-cut:before {
        content: "\f0c4"
    }

    .fa-cuttlefish:before {
        content: "\f38c"
    }

    .fa-d-and-d:before {
        content: "\f38d"
    }

    .fa-dashcube:before {
        content: "\f210"
    }

    .fa-database:before {
        content: "\f1c0"
    }

    .fa-deaf:before {
        content: "\f2a4"
    }

    .fa-delicious:before {
        content: "\f1a5"
    }

    .fa-deploydog:before {
        content: "\f38e"
    }

    .fa-deskpro:before {
        content: "\f38f"
    }

    .fa-desktop:before {
        content: "\f108"
    }

    .fa-deviantart:before {
        content: "\f1bd"
    }

    .fa-diagnoses:before {
        content: "\f470"
    }

    .fa-dice:before {
        content: "\f522"
    }

    .fa-dice-five:before {
        content: "\f523"
    }

    .fa-dice-four:before {
        content: "\f524"
    }

    .fa-dice-one:before {
        content: "\f525"
    }

    .fa-dice-six:before {
        content: "\f526"
    }

    .fa-dice-three:before {
        content: "\f527"
    }

    .fa-dice-two:before {
        content: "\f528"
    }

    .fa-digg:before {
        content: "\f1a6"
    }

    .fa-digital-ocean:before {
        content: "\f391"
    }

    .fa-discord:before {
        content: "\f392"
    }

    .fa-discourse:before {
        content: "\f393"
    }

    .fa-divide:before {
        content: "\f529"
    }

    .fa-dna:before {
        content: "\f471"
    }

    .fa-dochub:before {
        content: "\f394"
    }

    .fa-docker:before {
        content: "\f395"
    }

    .fa-dollar-sign:before {
        content: "\f155"
    }

    .fa-dolly:before {
        content: "\f472"
    }

    .fa-dolly-flatbed:before {
        content: "\f474"
    }

    .fa-donate:before {
        content: "\f4b9"
    }

    .fa-door-closed:before {
        content: "\f52a"
    }

    .fa-door-open:before {
        content: "\f52b"
    }

    .fa-dot-circle:before {
        content: "\f192"
    }

    .fa-dove:before {
        content: "\f4ba"
    }

    .fa-download:before {
        content: "\f019"
    }

    .fa-draft2digital:before {
        content: "\f396"
    }

    .fa-dribbble:before {
        content: "\f17d"
    }

    .fa-dribbble-square:before {
        content: "\f397"
    }

    .fa-dropbox:before {
        content: "\f16b"
    }

    .fa-drupal:before {
        content: "\f1a9"
    }

    .fa-dumbbell:before {
        content: "\f44b"
    }

    .fa-dyalog:before {
        content: "\f399"
    }

    .fa-earlybirds:before {
        content: "\f39a"
    }

    .fa-ebay:before {
        content: "\f4f4"
    }

    .fa-edge:before {
        content: "\f282"
    }

    .fa-edit:before {
        content: "\f044"
    }

    .fa-eject:before {
        content: "\f052"
    }

    .fa-elementor:before {
        content: "\f430"
    }

    .fa-ellipsis-h:before {
        content: "\f141"
    }

    .fa-ellipsis-v:before {
        content: "\f142"
    }

    .fa-ember:before {
        content: "\f423"
    }

    .fa-empire:before {
        content: "\f1d1"
    }

    .fa-envelope:before {
        content: "\f0e0"
    }

    .fa-envelope-open:before {
        content: "\f2b6"
    }

    .fa-envelope-square:before {
        content: "\f199"
    }

    .fa-envira:before {
        content: "\f299"
    }

    .fa-equals:before {
        content: "\f52c"
    }

    .fa-eraser:before {
        content: "\f12d"
    }

    .fa-erlang:before {
        content: "\f39d"
    }

    .fa-ethereum:before {
        content: "\f42e"
    }

    .fa-etsy:before {
        content: "\f2d7"
    }

    .fa-euro-sign:before {
        content: "\f153"
    }

    .fa-exchange-alt:before {
        content: "\f362"
    }

    .fa-exclamation:before {
        content: "\f12a"
    }

    .fa-exclamation-circle:before {
        content: "\f06a"
    }

    .fa-exclamation-triangle:before {
        content: "\f071"
    }

    .fa-expand:before {
        content: "\f065"
    }

    .fa-expand-arrows-alt:before {
        content: "\f31e"
    }

    .fa-expeditedssl:before {
        content: "\f23e"
    }

    .fa-external-link-alt:before {
        content: "\f35d"
    }

    .fa-external-link-square-alt:before {
        content: "\f360"
    }

    .fa-eye:before {
        content: "\f06e"
    }

    .fa-eye-dropper:before {
        content: "\f1fb"
    }

    .fa-eye-slash:before {
        content: "\f070"
    }

    .fa-facebook:before {
        content: "\f09a"
    }

    .fa-facebook-f:before {
        content: "\f39e"
    }

    .fa-facebook-messenger:before {
        content: "\f39f"
    }

    .fa-facebook-square:before {
        content: "\f082"
    }

    .fa-fast-backward:before {
        content: "\f049"
    }

    .fa-fast-forward:before {
        content: "\f050"
    }

    .fa-fax:before {
        content: "\f1ac"
    }

    .fa-feather:before {
        content: "\f52d"
    }

    .fa-female:before {
        content: "\f182"
    }

    .fa-fighter-jet:before {
        content: "\f0fb"
    }

    .fa-file:before {
        content: "\f15b"
    }

    .fa-file-alt:before {
        content: "\f15c"
    }

    .fa-file-archive:before {
        content: "\f1c6"
    }

    .fa-file-audio:before {
        content: "\f1c7"
    }

    .fa-file-code:before {
        content: "\f1c9"
    }

    .fa-file-excel:before {
        content: "\f1c3"
    }

    .fa-file-image:before {
        content: "\f1c5"
    }

    .fa-file-medical:before {
        content: "\f477"
    }

    .fa-file-medical-alt:before {
        content: "\f478"
    }

    .fa-file-pdf:before {
        content: "\f1c1"
    }

    .fa-file-powerpoint:before {
        content: "\f1c4"
    }

    .fa-file-video:before {
        content: "\f1c8"
    }

    .fa-file-word:before {
        content: "\f1c2"
    }

    .fa-film:before {
        content: "\f008"
    }

    .fa-filter:before {
        content: "\f0b0"
    }

    .fa-fire:before {
        content: "\f06d"
    }

    .fa-fire-extinguisher:before {
        content: "\f134"
    }

    .fa-firefox:before {
        content: "\f269"
    }

    .fa-first-aid:before {
        content: "\f479"
    }

    .fa-first-order:before {
        content: "\f2b0"
    }

    .fa-first-order-alt:before {
        content: "\f50a"
    }

    .fa-firstdraft:before {
        content: "\f3a1"
    }

    .fa-flag:before {
        content: "\f024"
    }

    .fa-flag-checkered:before {
        content: "\f11e"
    }

    .fa-flask:before {
        content: "\f0c3"
    }

    .fa-flickr:before {
        content: "\f16e"
    }

    .fa-flipboard:before {
        content: "\f44d"
    }

    .fa-fly:before {
        content: "\f417"
    }

    .fa-folder:before {
        content: "\f07b"
    }

    .fa-folder-open:before {
        content: "\f07c"
    }

    .fa-font:before {
        content: "\f031"
    }

    .fa-font-awesome:before {
        content: "\f2b4"
    }

    .fa-font-awesome-alt:before {
        content: "\f35c"
    }

    .fa-font-awesome-flag:before {
        content: "\f425"
    }

    .fa-font-awesome-logo-full:before {
        content: "\f4e6"
    }

    .fa-fonticons:before {
        content: "\f280"
    }

    .fa-fonticons-fi:before {
        content: "\f3a2"
    }

    .fa-football-ball:before {
        content: "\f44e"
    }

    .fa-fort-awesome:before {
        content: "\f286"
    }

    .fa-fort-awesome-alt:before {
        content: "\f3a3"
    }

    .fa-forumbee:before {
        content: "\f211"
    }

    .fa-forward:before {
        content: "\f04e"
    }

    .fa-foursquare:before {
        content: "\f180"
    }

    .fa-free-code-camp:before {
        content: "\f2c5"
    }

    .fa-freebsd:before {
        content: "\f3a4"
    }

    .fa-frog:before {
        content: "\f52e"
    }

    .fa-frown:before {
        content: "\f119"
    }

    .fa-fulcrum:before {
        content: "\f50b"
    }

    .fa-futbol:before {
        content: "\f1e3"
    }

    .fa-galactic-republic:before {
        content: "\f50c"
    }

    .fa-galactic-senate:before {
        content: "\f50d"
    }

    .fa-gamepad:before {
        content: "\f11b"
    }

    .fa-gas-pump:before {
        content: "\f52f"
    }

    .fa-gavel:before {
        content: "\f0e3"
    }

    .fa-gem:before {
        content: "\f3a5"
    }

    .fa-genderless:before {
        content: "\f22d"
    }

    .fa-get-pocket:before {
        content: "\f265"
    }

    .fa-gg:before {
        content: "\f260"
    }

    .fa-gg-circle:before {
        content: "\f261"
    }

    .fa-gift:before {
        content: "\f06b"
    }

    .fa-git:before {
        content: "\f1d3"
    }

    .fa-git-square:before {
        content: "\f1d2"
    }

    .fa-github:before {
        content: "\f09b"
    }

    .fa-github-alt:before {
        content: "\f113"
    }

    .fa-github-square:before {
        content: "\f092"
    }

    .fa-gitkraken:before {
        content: "\f3a6"
    }

    .fa-gitlab:before {
        content: "\f296"
    }

    .fa-gitter:before {
        content: "\f426"
    }

    .fa-glass-martini:before {
        content: "\f000"
    }

    .fa-glasses:before {
        content: "\f530"
    }

    .fa-glide:before {
        content: "\f2a5"
    }

    .fa-glide-g:before {
        content: "\f2a6"
    }

    .fa-globe:before {
        content: "\f0ac"
    }

    .fa-gofore:before {
        content: "\f3a7"
    }

    .fa-golf-ball:before {
        content: "\f450"
    }

    .fa-goodreads:before {
        content: "\f3a8"
    }

    .fa-goodreads-g:before {
        content: "\f3a9"
    }

    .fa-google:before {
        content: "\f1a0"
    }

    .fa-google-drive:before {
        content: "\f3aa"
    }

    .fa-google-play:before {
        content: "\f3ab"
    }

    .fa-google-plus:before {
        content: "\f2b3"
    }

    .fa-google-plus-g:before {
        content: "\f0d5"
    }

    .fa-google-plus-square:before {
        content: "\f0d4"
    }

    .fa-google-wallet:before {
        content: "\f1ee"
    }

    .fa-graduation-cap:before {
        content: "\f19d"
    }

    .fa-gratipay:before {
        content: "\f184"
    }

    .fa-grav:before {
        content: "\f2d6"
    }

    .fa-greater-than:before {
        content: "\f531"
    }

    .fa-greater-than-equal:before {
        content: "\f532"
    }

    .fa-gripfire:before {
        content: "\f3ac"
    }

    .fa-grunt:before {
        content: "\f3ad"
    }

    .fa-gulp:before {
        content: "\f3ae"
    }

    .fa-h-square:before {
        content: "\f0fd"
    }

    .fa-hacker-news:before {
        content: "\f1d4"
    }

    .fa-hacker-news-square:before {
        content: "\f3af"
    }

    .fa-hand-holding:before {
        content: "\f4bd"
    }

    .fa-hand-holding-heart:before {
        content: "\f4be"
    }

    .fa-hand-holding-usd:before {
        content: "\f4c0"
    }

    .fa-hand-lizard:before {
        content: "\f258"
    }

    .fa-hand-paper:before {
        content: "\f256"
    }

    .fa-hand-peace:before {
        content: "\f25b"
    }

    .fa-hand-point-down:before {
        content: "\f0a7"
    }

    .fa-hand-point-left:before {
        content: "\f0a5"
    }

    .fa-hand-point-right:before {
        content: "\f0a4"
    }

    .fa-hand-point-up:before {
        content: "\f0a6"
    }

    .fa-hand-pointer:before {
        content: "\f25a"
    }

    .fa-hand-rock:before {
        content: "\f255"
    }

    .fa-hand-scissors:before {
        content: "\f257"
    }

    .fa-hand-spock:before {
        content: "\f259"
    }

    .fa-hands:before {
        content: "\f4c2"
    }

    .fa-hands-helping:before {
        content: "\f4c4"
    }

    .fa-handshake:before {
        content: "\f2b5"
    }

    .fa-hashtag:before {
        content: "\f292"
    }

    .fa-hdd:before {
        content: "\f0a0"
    }

    .fa-heading:before {
        content: "\f1dc"
    }

    .fa-headphones:before {
        content: "\f025"
    }

    .fa-heart:before {
        content: "\f004"
    }

    .fa-heartbeat:before {
        content: "\f21e"
    }

    .fa-helicopter:before {
        content: "\f533"
    }

    .fa-hips:before {
        content: "\f452"
    }

    .fa-hire-a-helper:before {
        content: "\f3b0"
    }

    .fa-history:before {
        content: "\f1da"
    }

    .fa-hockey-puck:before {
        content: "\f453"
    }

    .fa-home:before {
        content: "\f015"
    }

    .fa-hooli:before {
        content: "\f427"
    }

    .fa-hospital:before {
        content: "\f0f8"
    }

    .fa-hospital-alt:before {
        content: "\f47d"
    }

    .fa-hospital-symbol:before {
        content: "\f47e"
    }

    .fa-hotjar:before {
        content: "\f3b1"
    }

    .fa-hourglass:before {
        content: "\f254"
    }

    .fa-hourglass-end:before {
        content: "\f253"
    }

    .fa-hourglass-half:before {
        content: "\f252"
    }

    .fa-hourglass-start:before {
        content: "\f251"
    }

    .fa-houzz:before {
        content: "\f27c"
    }

    .fa-html5:before {
        content: "\f13b"
    }

    .fa-hubspot:before {
        content: "\f3b2"
    }

    .fa-i-cursor:before {
        content: "\f246"
    }

    .fa-id-badge:before {
        content: "\f2c1"
    }

    .fa-id-card:before {
        content: "\f2c2"
    }

    .fa-id-card-alt:before {
        content: "\f47f"
    }

    .fa-image:before {
        content: "\f03e"
    }

    .fa-images:before {
        content: "\f302"
    }

    .fa-imdb:before {
        content: "\f2d8"
    }

    .fa-inbox:before {
        content: "\f01c"
    }

    .fa-indent:before {
        content: "\f03c"
    }

    .fa-industry:before {
        content: "\f275"
    }

    .fa-infinity:before {
        content: "\f534"
    }

    .fa-info:before {
        content: "\f129"
    }

    .fa-info-circle:before {
        content: "\f05a"
    }

    .fa-instagram:before {
        content: "\f16d"
    }

    .fa-internet-explorer:before {
        content: "\f26b"
    }

    .fa-ioxhost:before {
        content: "\f208"
    }

    .fa-italic:before {
        content: "\f033"
    }

    .fa-itunes:before {
        content: "\f3b4"
    }

    .fa-itunes-note:before {
        content: "\f3b5"
    }

    .fa-java:before {
        content: "\f4e4"
    }

    .fa-jedi-order:before {
        content: "\f50e"
    }

    .fa-jenkins:before {
        content: "\f3b6"
    }

    .fa-joget:before {
        content: "\f3b7"
    }

    .fa-joomla:before {
        content: "\f1aa"
    }

    .fa-js:before {
        content: "\f3b8"
    }

    .fa-js-square:before {
        content: "\f3b9"
    }

    .fa-jsfiddle:before {
        content: "\f1cc"
    }

    .fa-key:before {
        content: "\f084"
    }

    .fa-keybase:before {
        content: "\f4f5"
    }

    .fa-keyboard:before {
        content: "\f11c"
    }

    .fa-keycdn:before {
        content: "\f3ba"
    }

    .fa-kickstarter:before {
        content: "\f3bb"
    }

    .fa-kickstarter-k:before {
        content: "\f3bc"
    }

    .fa-kiwi-bird:before {
        content: "\f535"
    }

    .fa-korvue:before {
        content: "\f42f"
    }

    .fa-language:before {
        content: "\f1ab"
    }

    .fa-laptop:before {
        content: "\f109"
    }

    .fa-laravel:before {
        content: "\f3bd"
    }

    .fa-lastfm:before {
        content: "\f202"
    }

    .fa-lastfm-square:before {
        content: "\f203"
    }

    .fa-leaf:before {
        content: "\f06c"
    }

    .fa-leanpub:before {
        content: "\f212"
    }

    .fa-lemon:before {
        content: "\f094"
    }

    .fa-less:before {
        content: "\f41d"
    }

    .fa-less-than:before {
        content: "\f536"
    }

    .fa-less-than-equal:before {
        content: "\f537"
    }

    .fa-level-down-alt:before {
        content: "\f3be"
    }

    .fa-level-up-alt:before {
        content: "\f3bf"
    }

    .fa-life-ring:before {
        content: "\f1cd"
    }

    .fa-lightbulb:before {
        content: "\f0eb"
    }

    .fa-line:before {
        content: "\f3c0"
    }

    .fa-link:before {
        content: "\f0c1"
    }

    .fa-linkedin:before {
        content: "\f08c"
    }

    .fa-linkedin-in:before {
        content: "\f0e1"
    }

    .fa-linode:before {
        content: "\f2b8"
    }

    .fa-linux:before {
        content: "\f17c"
    }

    .fa-lira-sign:before {
        content: "\f195"
    }

    .fa-list:before {
        content: "\f03a"
    }

    .fa-list-alt:before {
        content: "\f022"
    }

    .fa-list-ol:before {
        content: "\f0cb"
    }

    .fa-list-ul:before {
        content: "\f0ca"
    }

    .fa-location-arrow:before {
        content: "\f124"
    }

    .fa-lock:before {
        content: "\f023"
    }

    .fa-lock-open:before {
        content: "\f3c1"
    }

    .fa-long-arrow-alt-down:before {
        content: "\f309"
    }

    .fa-long-arrow-alt-left:before {
        content: "\f30a"
    }

    .fa-long-arrow-alt-right:before {
        content: "\f30b"
    }

    .fa-long-arrow-alt-up:before {
        content: "\f30c"
    }

    .fa-low-vision:before {
        content: "\f2a8"
    }

    .fa-lyft:before {
        content: "\f3c3"
    }

    .fa-magento:before {
        content: "\f3c4"
    }

    .fa-magic:before {
        content: "\f0d0"
    }

    .fa-magnet:before {
        content: "\f076"
    }

    .fa-male:before {
        content: "\f183"
    }

    .fa-mandalorian:before {
        content: "\f50f"
    }

    .fa-map:before {
        content: "\f279"
    }

    .fa-map-marker:before {
        content: "\f041"
    }

    .fa-map-marker-alt:before {
        content: "\f3c5"
    }

    .fa-map-pin:before {
        content: "\f276"
    }

    .fa-map-signs:before {
        content: "\f277"
    }

    .fa-mars:before {
        content: "\f222"
    }

    .fa-mars-double:before {
        content: "\f227"
    }

    .fa-mars-stroke:before {
        content: "\f229"
    }

    .fa-mars-stroke-h:before {
        content: "\f22b"
    }

    .fa-mars-stroke-v:before {
        content: "\f22a"
    }

    .fa-mastodon:before {
        content: "\f4f6"
    }

    .fa-maxcdn:before {
        content: "\f136"
    }

    .fa-medapps:before {
        content: "\f3c6"
    }

    .fa-medium:before {
        content: "\f23a"
    }

    .fa-medium-m:before {
        content: "\f3c7"
    }

    .fa-medkit:before {
        content: "\f0fa"
    }

    .fa-medrt:before {
        content: "\f3c8"
    }

    .fa-meetup:before {
        content: "\f2e0"
    }

    .fa-meh:before {
        content: "\f11a"
    }

    .fa-memory:before {
        content: "\f538"
    }

    .fa-mercury:before {
        content: "\f223"
    }

    .fa-microchip:before {
        content: "\f2db"
    }

    .fa-microphone:before {
        content: "\f130"
    }

    .fa-microphone-alt:before {
        content: "\f3c9"
    }

    .fa-microphone-alt-slash:before {
        content: "\f539"
    }

    .fa-microphone-slash:before {
        content: "\f131"
    }

    .fa-microsoft:before {
        content: "\f3ca"
    }

    .fa-minus:before {
        content: "\f068"
    }

    .fa-minus-circle:before {
        content: "\f056"
    }

    .fa-minus-square:before {
        content: "\f146"
    }

    .fa-mix:before {
        content: "\f3cb"
    }

    .fa-mixcloud:before {
        content: "\f289"
    }

    .fa-mizuni:before {
        content: "\f3cc"
    }

    .fa-mobile:before {
        content: "\f10b"
    }

    .fa-mobile-alt:before {
        content: "\f3cd"
    }

    .fa-modx:before {
        content: "\f285"
    }

    .fa-monero:before {
        content: "\f3d0"
    }

    .fa-money-bill:before {
        content: "\f0d6"
    }

    .fa-money-bill-alt:before {
        content: "\f3d1"
    }

    .fa-money-bill-wave:before {
        content: "\f53a"
    }

    .fa-money-bill-wave-alt:before {
        content: "\f53b"
    }

    .fa-money-check:before {
        content: "\f53c"
    }

    .fa-money-check-alt:before {
        content: "\f53d"
    }

    .fa-moon:before {
        content: "\f186"
    }

    .fa-motorcycle:before {
        content: "\f21c"
    }

    .fa-mouse-pointer:before {
        content: "\f245"
    }

    .fa-music:before {
        content: "\f001"
    }

    .fa-napster:before {
        content: "\f3d2"
    }

    .fa-neuter:before {
        content: "\f22c"
    }

    .fa-newspaper:before {
        content: "\f1ea"
    }

    .fa-nintendo-switch:before {
        content: "\f418"
    }

    .fa-node:before {
        content: "\f419"
    }

    .fa-node-js:before {
        content: "\f3d3"
    }

    .fa-not-equal:before {
        content: "\f53e"
    }

    .fa-notes-medical:before {
        content: "\f481"
    }

    .fa-npm:before {
        content: "\f3d4"
    }

    .fa-ns8:before {
        content: "\f3d5"
    }

    .fa-nutritionix:before {
        content: "\f3d6"
    }

    .fa-object-group:before {
        content: "\f247"
    }

    .fa-object-ungroup:before {
        content: "\f248"
    }

    .fa-odnoklassniki:before {
        content: "\f263"
    }

    .fa-odnoklassniki-square:before {
        content: "\f264"
    }

    .fa-old-republic:before {
        content: "\f510"
    }

    .fa-opencart:before {
        content: "\f23d"
    }

    .fa-openid:before {
        content: "\f19b"
    }

    .fa-opera:before {
        content: "\f26a"
    }

    .fa-optin-monster:before {
        content: "\f23c"
    }

    .fa-osi:before {
        content: "\f41a"
    }

    .fa-outdent:before {
        content: "\f03b"
    }

    .fa-page4:before {
        content: "\f3d7"
    }

    .fa-pagelines:before {
        content: "\f18c"
    }

    .fa-paint-brush:before {
        content: "\f1fc"
    }

    .fa-palette:before {
        content: "\f53f"
    }

    .fa-palfed:before {
        content: "\f3d8"
    }

    .fa-pallet:before {
        content: "\f482"
    }

    .fa-paper-plane:before {
        content: "\f1d8"
    }

    .fa-paperclip:before {
        content: "\f0c6"
    }

    .fa-parachute-box:before {
        content: "\f4cd"
    }

    .fa-paragraph:before {
        content: "\f1dd"
    }

    .fa-parking:before {
        content: "\f540"
    }

    .fa-paste:before {
        content: "\f0ea"
    }

    .fa-patreon:before {
        content: "\f3d9"
    }

    .fa-pause:before {
        content: "\f04c"
    }

    .fa-pause-circle:before {
        content: "\f28b"
    }

    .fa-paw:before {
        content: "\f1b0"
    }

    .fa-paypal:before {
        content: "\f1ed"
    }

    .fa-pen-square:before {
        content: "\f14b"
    }

    .fa-pencil-alt:before {
        content: "\f303"
    }

    .fa-people-carry:before {
        content: "\f4ce"
    }

    .fa-percent:before {
        content: "\f295"
    }

    .fa-percentage:before {
        content: "\f541"
    }

    .fa-periscope:before {
        content: "\f3da"
    }

    .fa-phabricator:before {
        content: "\f3db"
    }

    .fa-phoenix-framework:before {
        content: "\f3dc"
    }

    .fa-phoenix-squadron:before {
        content: "\f511"
    }

    .fa-phone:before {
        content: "\f095"
    }

    .fa-phone-slash:before {
        content: "\f3dd"
    }

    .fa-phone-square:before {
        content: "\f098"
    }

    .fa-phone-volume:before {
        content: "\f2a0"
    }

    .fa-php:before {
        content: "\f457"
    }

    .fa-pied-piper:before {
        content: "\f2ae"
    }

    .fa-pied-piper-alt:before {
        content: "\f1a8"
    }

    .fa-pied-piper-hat:before {
        content: "\f4e5"
    }

    .fa-pied-piper-pp:before {
        content: "\f1a7"
    }

    .fa-piggy-bank:before {
        content: "\f4d3"
    }

    .fa-pills:before {
        content: "\f484"
    }

    .fa-pinterest:before {
        content: "\f0d2"
    }

    .fa-pinterest-p:before {
        content: "\f231"
    }

    .fa-pinterest-square:before {
        content: "\f0d3"
    }

    .fa-plane:before {
        content: "\f072"
    }

    .fa-play:before {
        content: "\f04b"
    }

    .fa-play-circle:before {
        content: "\f144"
    }

    .fa-playstation:before {
        content: "\f3df"
    }

    .fa-plug:before {
        content: "\f1e6"
    }

    .fa-plus:before {
        content: "\f067"
    }

    .fa-plus-circle:before {
        content: "\f055"
    }

    .fa-plus-square:before {
        content: "\f0fe"
    }

    .fa-podcast:before {
        content: "\f2ce"
    }

    .fa-poo:before {
        content: "\f2fe"
    }

    .fa-portrait:before {
        content: "\f3e0"
    }

    .fa-pound-sign:before {
        content: "\f154"
    }

    .fa-power-off:before {
        content: "\f011"
    }

    .fa-prescription-bottle:before {
        content: "\f485"
    }

    .fa-prescription-bottle-alt:before {
        content: "\f486"
    }

    .fa-print:before {
        content: "\f02f"
    }

    .fa-procedures:before {
        content: "\f487"
    }

    .fa-product-hunt:before {
        content: "\f288"
    }

    .fa-project-diagram:before {
        content: "\f542"
    }

    .fa-pushed:before {
        content: "\f3e1"
    }

    .fa-puzzle-piece:before {
        content: "\f12e"
    }

    .fa-python:before {
        content: "\f3e2"
    }

    .fa-qq:before {
        content: "\f1d6"
    }

    .fa-qrcode:before {
        content: "\f029"
    }

    .fa-question:before {
        content: "\f128"
    }

    .fa-question-circle:before {
        content: "\f059"
    }

    .fa-quidditch:before {
        content: "\f458"
    }

    .fa-quinscape:before {
        content: "\f459"
    }

    .fa-quora:before {
        content: "\f2c4"
    }

    .fa-quote-left:before {
        content: "\f10d"
    }

    .fa-quote-right:before {
        content: "\f10e"
    }

    .fa-r-project:before {
        content: "\f4f7"
    }

    .fa-random:before {
        content: "\f074"
    }

    .fa-ravelry:before {
        content: "\f2d9"
    }

    .fa-react:before {
        content: "\f41b"
    }

    .fa-readme:before {
        content: "\f4d5"
    }

    .fa-rebel:before {
        content: "\f1d0"
    }

    .fa-receipt:before {
        content: "\f543"
    }

    .fa-recycle:before {
        content: "\f1b8"
    }

    .fa-red-river:before {
        content: "\f3e3"
    }

    .fa-reddit:before {
        content: "\f1a1"
    }

    .fa-reddit-alien:before {
        content: "\f281"
    }

    .fa-reddit-square:before {
        content: "\f1a2"
    }

    .fa-redo:before {
        content: "\f01e"
    }

    .fa-redo-alt:before {
        content: "\f2f9"
    }

    .fa-registered:before {
        content: "\f25d"
    }

    .fa-rendact:before {
        content: "\f3e4"
    }

    .fa-renren:before {
        content: "\f18b"
    }

    .fa-reply:before {
        content: "\f3e5"
    }

    .fa-reply-all:before {
        content: "\f122"
    }

    .fa-replyd:before {
        content: "\f3e6"
    }

    .fa-researchgate:before {
        content: "\f4f8"
    }

    .fa-resolving:before {
        content: "\f3e7"
    }

    .fa-retweet:before {
        content: "\f079"
    }

    .fa-ribbon:before {
        content: "\f4d6"
    }

    .fa-road:before {
        content: "\f018"
    }

    .fa-robot:before {
        content: "\f544"
    }

    .fa-rocket:before {
        content: "\f135"
    }

    .fa-rocketchat:before {
        content: "\f3e8"
    }

    .fa-rockrms:before {
        content: "\f3e9"
    }

    .fa-rss:before {
        content: "\f09e"
    }

    .fa-rss-square:before {
        content: "\f143"
    }

    .fa-ruble-sign:before {
        content: "\f158"
    }

    .fa-ruler:before {
        content: "\f545"
    }

    .fa-ruler-combined:before {
        content: "\f546"
    }

    .fa-ruler-horizontal:before {
        content: "\f547"
    }

    .fa-ruler-vertical:before {
        content: "\f548"
    }

    .fa-rupee-sign:before {
        content: "\f156"
    }

    .fa-safari:before {
        content: "\f267"
    }

    .fa-sass:before {
        content: "\f41e"
    }

    .fa-save:before {
        content: "\f0c7"
    }

    .fa-schlix:before {
        content: "\f3ea"
    }

    .fa-school:before {
        content: "\f549"
    }

    .fa-screwdriver:before {
        content: "\f54a"
    }

    .fa-scribd:before {
        content: "\f28a"
    }

    .fa-search:before {
        content: "\f002"
    }

    .fa-search-minus:before {
        content: "\f010"
    }

    .fa-search-plus:before {
        content: "\f00e"
    }

    .fa-searchengin:before {
        content: "\f3eb"
    }

    .fa-seedling:before {
        content: "\f4d8"
    }

    .fa-sellcast:before {
        content: "\f2da"
    }

    .fa-sellsy:before {
        content: "\f213"
    }

    .fa-server:before {
        content: "\f233"
    }

    .fa-servicestack:before {
        content: "\f3ec"
    }

    .fa-share:before {
        content: "\f064"
    }

    .fa-share-alt:before {
        content: "\f1e0"
    }

    .fa-share-alt-square:before {
        content: "\f1e1"
    }

    .fa-share-square:before {
        content: "\f14d"
    }

    .fa-shekel-sign:before {
        content: "\f20b"
    }

    .fa-shield-alt:before {
        content: "\f3ed"
    }

    .fa-ship:before {
        content: "\f21a"
    }

    .fa-shipping-fast:before {
        content: "\f48b"
    }

    .fa-shirtsinbulk:before {
        content: "\f214"
    }

    .fa-shoe-prints:before {
        content: "\f54b"
    }

    .fa-shopping-bag:before {
        content: "\f290"
    }

    .fa-shopping-basket:before {
        content: "\f291"
    }

    .fa-shopping-cart:before {
        content: "\f07a"
    }

    .fa-shower:before {
        content: "\f2cc"
    }

    .fa-sign:before {
        content: "\f4d9"
    }

    .fa-sign-in-alt:before {
        content: "\f2f6"
    }

    .fa-sign-language:before {
        content: "\f2a7"
    }

    .fa-sign-out-alt:before {
        content: "\f2f5"
    }

    .fa-signal:before {
        content: "\f012"
    }

    .fa-simplybuilt:before {
        content: "\f215"
    }

    .fa-sistrix:before {
        content: "\f3ee"
    }

    .fa-sitemap:before {
        content: "\f0e8"
    }

    .fa-sith:before {
        content: "\f512"
    }

    .fa-skull:before {
        content: "\f54c"
    }

    .fa-skyatlas:before {
        content: "\f216"
    }

    .fa-skype:before {
        content: "\f17e"
    }

    .fa-slack:before {
        content: "\f198"
    }

    .fa-slack-hash:before {
        content: "\f3ef"
    }

    .fa-sliders-h:before {
        content: "\f1de"
    }

    .fa-slideshare:before {
        content: "\f1e7"
    }

    .fa-smile:before {
        content: "\f118"
    }

    .fa-smoking:before {
        content: "\f48d"
    }

    .fa-smoking-ban:before {
        content: "\f54d"
    }

    .fa-snapchat:before {
        content: "\f2ab"
    }

    .fa-snapchat-ghost:before {
        content: "\f2ac"
    }

    .fa-snapchat-square:before {
        content: "\f2ad"
    }

    .fa-snowflake:before {
        content: "\f2dc"
    }

    .fa-sort:before {
        content: "\f0dc"
    }

    .fa-sort-alpha-down:before {
        content: "\f15d"
    }

    .fa-sort-alpha-up:before {
        content: "\f15e"
    }

    .fa-sort-amount-down:before {
        content: "\f160"
    }

    .fa-sort-amount-up:before {
        content: "\f161"
    }

    .fa-sort-down:before {
        content: "\f0dd"
    }

    .fa-sort-numeric-down:before {
        content: "\f162"
    }

    .fa-sort-numeric-up:before {
        content: "\f163"
    }

    .fa-sort-up:before {
        content: "\f0de"
    }

    .fa-soundcloud:before {
        content: "\f1be"
    }

    .fa-space-shuttle:before {
        content: "\f197"
    }

    .fa-speakap:before {
        content: "\f3f3"
    }

    .fa-spinner:before {
        content: "\f110"
    }

    .fa-spotify:before {
        content: "\f1bc"
    }

    .fa-square:before {
        content: "\f0c8"
    }

    .fa-square-full:before {
        content: "\f45c"
    }

    .fa-stack-exchange:before {
        content: "\f18d"
    }

    .fa-stack-overflow:before {
        content: "\f16c"
    }

    .fa-star:before {
        content: "\f005"
    }

    .fa-star-half:before {
        content: "\f089"
    }

    .fa-staylinked:before {
        content: "\f3f5"
    }

    .fa-steam:before {
        content: "\f1b6"
    }

    .fa-steam-square:before {
        content: "\f1b7"
    }

    .fa-steam-symbol:before {
        content: "\f3f6"
    }

    .fa-step-backward:before {
        content: "\f048"
    }

    .fa-step-forward:before {
        content: "\f051"
    }

    .fa-stethoscope:before {
        content: "\f0f1"
    }

    .fa-sticker-mule:before {
        content: "\f3f7"
    }

    .fa-sticky-note:before {
        content: "\f249"
    }

    .fa-stop:before {
        content: "\f04d"
    }

    .fa-stop-circle:before {
        content: "\f28d"
    }

    .fa-stopwatch:before {
        content: "\f2f2"
    }

    .fa-store:before {
        content: "\f54e"
    }

    .fa-store-alt:before {
        content: "\f54f"
    }

    .fa-strava:before {
        content: "\f428"
    }

    .fa-stream:before {
        content: "\f550"
    }

    .fa-street-view:before {
        content: "\f21d"
    }

    .fa-strikethrough:before {
        content: "\f0cc"
    }

    .fa-stripe:before {
        content: "\f429"
    }

    .fa-stripe-s:before {
        content: "\f42a"
    }

    .fa-stroopwafel:before {
        content: "\f551"
    }

    .fa-studiovinari:before {
        content: "\f3f8"
    }

    .fa-stumbleupon:before {
        content: "\f1a4"
    }

    .fa-stumbleupon-circle:before {
        content: "\f1a3"
    }

    .fa-subscript:before {
        content: "\f12c"
    }

    .fa-subway:before {
        content: "\f239"
    }

    .fa-suitcase:before {
        content: "\f0f2"
    }

    .fa-sun:before {
        content: "\f185"
    }

    .fa-superpowers:before {
        content: "\f2dd"
    }

    .fa-superscript:before {
        content: "\f12b"
    }

    .fa-supple:before {
        content: "\f3f9"
    }

    .fa-sync:before {
        content: "\f021"
    }

    .fa-sync-alt:before {
        content: "\f2f1"
    }

    .fa-syringe:before {
        content: "\f48e"
    }

    .fa-table:before {
        content: "\f0ce"
    }

    .fa-table-tennis:before {
        content: "\f45d"
    }

    .fa-tablet:before {
        content: "\f10a"
    }

    .fa-tablet-alt:before {
        content: "\f3fa"
    }

    .fa-tablets:before {
        content: "\f490"
    }

    .fa-tachometer-alt:before {
        content: "\f3fd"
    }

    .fa-tag:before {
        content: "\f02b"
    }

    .fa-tags:before {
        content: "\f02c"
    }

    .fa-tape:before {
        content: "\f4db"
    }

    .fa-tasks:before {
        content: "\f0ae"
    }

    .fa-taxi:before {
        content: "\f1ba"
    }

    .fa-teamspeak:before {
        content: "\f4f9"
    }

    .fa-telegram:before {
        content: "\f2c6"
    }

    .fa-telegram-plane:before {
        content: "\f3fe"
    }

    .fa-tencent-weibo:before {
        content: "\f1d5"
    }

    .fa-terminal:before {
        content: "\f120"
    }

    .fa-text-height:before {
        content: "\f034"
    }

    .fa-text-width:before {
        content: "\f035"
    }

    .fa-th:before {
        content: "\f00a"
    }

    .fa-th-large:before {
        content: "\f009"
    }

    .fa-th-list:before {
        content: "\f00b"
    }

    .fa-themeisle:before {
        content: "\f2b2"
    }

    .fa-thermometer:before {
        content: "\f491"
    }

    .fa-thermometer-empty:before {
        content: "\f2cb"
    }

    .fa-thermometer-full:before {
        content: "\f2c7"
    }

    .fa-thermometer-half:before {
        content: "\f2c9"
    }

    .fa-thermometer-quarter:before {
        content: "\f2ca"
    }

    .fa-thermometer-three-quarters:before {
        content: "\f2c8"
    }

    .fa-thumbs-down:before {
        content: "\f165"
    }

    .fa-thumbs-up:before {
        content: "\f164"
    }

    .fa-thumbtack:before {
        content: "\f08d"
    }

    .fa-ticket-alt:before {
        content: "\f3ff"
    }

    .fa-times:before {
        content: "\f00d"
    }

    .fa-times-circle:before {
        content: "\f057"
    }

    .fa-tint:before {
        content: "\f043"
    }

    .fa-toggle-off:before {
        content: "\f204"
    }

    .fa-toggle-on:before {
        content: "\f205"
    }

    .fa-toolbox:before {
        content: "\f552"
    }

    .fa-trade-federation:before {
        content: "\f513"
    }

    .fa-trademark:before {
        content: "\f25c"
    }

    .fa-train:before {
        content: "\f238"
    }

    .fa-transgender:before {
        content: "\f224"
    }

    .fa-transgender-alt:before {
        content: "\f225"
    }

    .fa-trash:before {
        content: "\f1f8"
    }

    .fa-trash-alt:before {
        content: "\f2ed"
    }

    .fa-tree:before {
        content: "\f1bb"
    }

    .fa-trello:before {
        content: "\f181"
    }

    .fa-tripadvisor:before {
        content: "\f262"
    }

    .fa-trophy:before {
        content: "\f091"
    }

    .fa-truck:before {
        content: "\f0d1"
    }

    .fa-truck-loading:before {
        content: "\f4de"
    }

    .fa-truck-moving:before {
        content: "\f4df"
    }

    .fa-tshirt:before {
        content: "\f553"
    }

    .fa-tty:before {
        content: "\f1e4"
    }

    .fa-tumblr:before {
        content: "\f173"
    }

    .fa-tumblr-square:before {
        content: "\f174"
    }

    .fa-tv:before {
        content: "\f26c"
    }

    .fa-twitch:before {
        content: "\f1e8"
    }

    .fa-twitter:before {
        content: "\f099"
    }

    .fa-twitter-square:before {
        content: "\f081"
    }

    .fa-typo3:before {
        content: "\f42b"
    }

    .fa-uber:before {
        content: "\f402"
    }

    .fa-uikit:before {
        content: "\f403"
    }

    .fa-umbrella:before {
        content: "\f0e9"
    }

    .fa-underline:before {
        content: "\f0cd"
    }

    .fa-undo:before {
        content: "\f0e2"
    }

    .fa-undo-alt:before {
        content: "\f2ea"
    }

    .fa-uniregistry:before {
        content: "\f404"
    }

    .fa-universal-access:before {
        content: "\f29a"
    }

    .fa-university:before {
        content: "\f19c"
    }

    .fa-unlink:before {
        content: "\f127"
    }

    .fa-unlock:before {
        content: "\f09c"
    }

    .fa-unlock-alt:before {
        content: "\f13e"
    }

    .fa-untappd:before {
        content: "\f405"
    }

    .fa-upload:before {
        content: "\f093"
    }

    .fa-usb:before {
        content: "\f287"
    }

    .fa-user:before {
        content: "\f007"
    }

    .fa-user-alt:before {
        content: "\f406"
    }

    .fa-user-alt-slash:before {
        content: "\f4fa"
    }

    .fa-user-astronaut:before {
        content: "\f4fb"
    }

    .fa-user-check:before {
        content: "\f4fc"
    }

    .fa-user-circle:before {
        content: "\f2bd"
    }

    .fa-user-clock:before {
        content: "\f4fd"
    }

    .fa-user-cog:before {
        content: "\f4fe"
    }

    .fa-user-edit:before {
        content: "\f4ff"
    }

    .fa-user-friends:before {
        content: "\f500"
    }

    .fa-user-graduate:before {
        content: "\f501"
    }

    .fa-user-lock:before {
        content: "\f502"
    }

    .fa-user-md:before {
        content: "\f0f0"
    }

    .fa-user-minus:before {
        content: "\f503"
    }

    .fa-user-ninja:before {
        content: "\f504"
    }

    .fa-user-plus:before {
        content: "\f234"
    }

    .fa-user-secret:before {
        content: "\f21b"
    }

    .fa-user-shield:before {
        content: "\f505"
    }

    .fa-user-slash:before {
        content: "\f506"
    }

    .fa-user-tag:before {
        content: "\f507"
    }

    .fa-user-tie:before {
        content: "\f508"
    }

    .fa-user-times:before {
        content: "\f235"
    }

    .fa-users:before {
        content: "\f0c0"
    }

    .fa-users-cog:before {
        content: "\f509"
    }

    .fa-ussunnah:before {
        content: "\f407"
    }

    .fa-utensil-spoon:before {
        content: "\f2e5"
    }

    .fa-utensils:before {
        content: "\f2e7"
    }

    .fa-vaadin:before {
        content: "\f408"
    }

    .fa-venus:before {
        content: "\f221"
    }

    .fa-venus-double:before {
        content: "\f226"
    }

    .fa-venus-mars:before {
        content: "\f228"
    }

    .fa-viacoin:before {
        content: "\f237"
    }

    .fa-viadeo:before {
        content: "\f2a9"
    }

    .fa-viadeo-square:before {
        content: "\f2aa"
    }

    .fa-vial:before {
        content: "\f492"
    }

    .fa-vials:before {
        content: "\f493"
    }

    .fa-viber:before {
        content: "\f409"
    }

    .fa-video:before {
        content: "\f03d"
    }

    .fa-video-slash:before {
        content: "\f4e2"
    }

    .fa-vimeo:before {
        content: "\f40a"
    }

    .fa-vimeo-square:before {
        content: "\f194"
    }

    .fa-vimeo-v:before {
        content: "\f27d"
    }

    .fa-vine:before {
        content: "\f1ca"
    }

    .fa-vk:before {
        content: "\f189"
    }

    .fa-vnv:before {
        content: "\f40b"
    }

    .fa-volleyball-ball:before {
        content: "\f45f"
    }

    .fa-volume-down:before {
        content: "\f027"
    }

    .fa-volume-off:before {
        content: "\f026"
    }

    .fa-volume-up:before {
        content: "\f028"
    }

    .fa-vuejs:before {
        content: "\f41f"
    }

    .fa-walking:before {
        content: "\f554"
    }

    .fa-wallet:before {
        content: "\f555"
    }

    .fa-warehouse:before {
        content: "\f494"
    }

    .fa-weibo:before {
        content: "\f18a"
    }

    .fa-weight:before {
        content: "\f496"
    }

    .fa-weixin:before {
        content: "\f1d7"
    }

    .fa-whatsapp:before {
        content: "\f232"
    }

    .fa-whatsapp-square:before {
        content: "\f40c"
    }

    .fa-wheelchair:before {
        content: "\f193"
    }

    .fa-whmcs:before {
        content: "\f40d"
    }

    .fa-wifi:before {
        content: "\f1eb"
    }

    .fa-wikipedia-w:before {
        content: "\f266"
    }

    .fa-window-close:before {
        content: "\f410"
    }

    .fa-window-maximize:before {
        content: "\f2d0"
    }

    .fa-window-minimize:before {
        content: "\f2d1"
    }

    .fa-window-restore:before {
        content: "\f2d2"
    }

    .fa-windows:before {
        content: "\f17a"
    }

    .fa-wine-glass:before {
        content: "\f4e3"
    }

    .fa-wolf-pack-battalion:before {
        content: "\f514"
    }

    .fa-won-sign:before {
        content: "\f159"
    }

    .fa-wordpress:before {
        content: "\f19a"
    }

    .fa-wordpress-simple:before {
        content: "\f411"
    }

    .fa-wpbeginner:before {
        content: "\f297"
    }

    .fa-wpexplorer:before {
        content: "\f2de"
    }

    .fa-wpforms:before {
        content: "\f298"
    }

    .fa-wrench:before {
        content: "\f0ad"
    }

    .fa-x-ray:before {
        content: "\f497"
    }

    .fa-xbox:before {
        content: "\f412"
    }

    .fa-xing:before {
        content: "\f168"
    }

    .fa-xing-square:before {
        content: "\f169"
    }

    .fa-y-combinator:before {
        content: "\f23b"
    }

    .fa-yahoo:before {
        content: "\f19e"
    }

    .fa-yandex:before {
        content: "\f413"
    }

    .fa-yandex-international:before {
        content: "\f414"
    }

    .fa-yelp:before {
        content: "\f1e9"
    }

    .fa-yen-sign:before {
        content: "\f157"
    }

    .fa-yoast:before {
        content: "\f2b1"
    }

    .fa-youtube:before {
        content: "\f167"
    }

    .fa-youtube-square:before {
        content: "\f431"
    }

    .sr-only {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .sr-only-focusable:active,
    .sr-only-focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;header
        overflow: visible;
        position: static;
        width: auto
    }

    .fa {
        margin-top: 0
    }

    /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
    html {
        line-height: 1.15;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%
    }

    body {
        margin: 0
    }

    article,
    aside,
    footer,
    header,
    nav,
    section {
        display: block
    }

    h1 {
        font-size: 2em;
        margin: .67em 0
    }

    figcaption,
    figure {
        display: block
    }

    hr {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        height: 0;
        overflow: visible
    }

    main {
        display: block
    }

    pre {
        font-family: monospace, monospace;
        font-size: 1em
    }

    a {
        background-color: transparent;
        -webkit-text-decoration-skip: objects
    }

    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    b,
    strong {
        font-weight: inherit
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp {
        font-family: monospace, monospace;
        font-size: 1em
    }

    dfn {
        font-style: italic
    }

    mark {
        background-color: #ff0;
        color: #000
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    audio,
    video {
        display: inline-block
    }

    audio:not([controls]) {
        display: none;
        height: 0
    }

    img {
        border-style: none
    }

    svg:not(:root) {
        overflow: hidden
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: sans-serif;
        font-size: 100%;
        line-height: 1.15;
        margin: 0
    }

    button {
        overflow: visible
    }

    button,
    select {
        text-transform: none
    }

    [type=reset],
    [type=submit],
    button,
    html [type=button] {
        -webkit-appearance: button
    }

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring,
    button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

    input {
        overflow: visible
    }

    [type=checkbox],
    [type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    [type=number]::-webkit-inner-spin-button,
    [type=number]::-webkit-outer-spin-button {
        height: auto
    }

    [type=search] {
        -webkit-appearance: textfield;
        outline-offset: -2px
    }

    [type=search]::-webkit-search-cancel-button,
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit
    }

    fieldset {
        padding: .35em .75em .625em
    }

    legend {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: table;
        max-width: 100%;
        padding: 0;
        color: inherit;
        white-space: normal
    }

    progress {
        display: inline-block;
        vertical-align: baseline
    }

    textarea {
        overflow: auto
    }

    details {
        display: block
    }

    summary {
        display: list-item
    }

    menu {
        display: block
    }

    canvas {
        display: inline-block
    }

    template {
        display: none
    }

    [hidden] {
        display: none
    }

    [v-cloak] {
        visibility: hidden
    }

    *,
    ::after,
    ::before {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        background-repeat: no-repeat
    }

    html {
        font-display: auto;
        font-size: var(--base-font-size-mobile);
        font-family: var(--base-font-family);
        font-weight: var(--base-font-weight);
        line-height: var(--base-line-height);
        letter-spacing: var(--base-letter-spacing);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: hidden;
        color: var(--base-text-color);
        scroll-behavior: smooth
    }

    @media (min-width:1024px) {
        html {
            font-size: var(--base-font-size)
        }
    }

    .container {
        max-width: 90%;
        width: var(--max-width);
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none
    }

    .container--tiny {
        max-width: 680px
    }

    .container--small {
        max-width: calc(var(--max-width)/ 2)
    }

    .container--medium {
        max-width: 1000px
    }

    .container--base {
        max-width: var(--max-width)
    }

    .container--large {
        max-width: 1270px
    }

    .container--full {
        max-width: 1920px
    }

    .container .container {
        width: 100% !important
    }

    .container--flush {
        width: 100% !important;
        max-width: 100%
    }

    .body-wrapper {
        padding-top: 70px;
    }

    #body {
        outline: 0
    }

    ::-moz-selection {
        background-color: var(--links-hover-color);
        color: #fff
    }

    ::selection {
        background-color: var(--links-hover-color);
        color: #fff
    }

    .section__ctas span {
        font-size: 20px;
    }

    @media (max-width:799px) {
        .section__ctas span {
            font-weight: normal;
            font-size: 10px;
        }

        .firstview .section__ctas .button--secondary:not(.button--link):not(.button--link-dark) {
            height: 30px;
            border-radius: 15px;
        }
    }

    @media (min-width:800px) {
        .section__ctas {
            margin-top: 42px;
        }
    }

    .section__ctas .button {
        white-space: nowrap;
        margin-top: 10px
    }

    .section__ctas .button--secondary:not(.button--link):not(.button--link-dark) {
        height: 60px;
        border-radius: 30px;
    }

    @media (min-width:420px) {
        .section__ctas .button+.button {
            margin-left: .5em
        }
    }

    @media (min-width:1024px) {
        .lists--split ul {
            -moz-columns: 2;
            -webkit-columns: 2;
            columns: 2;
            -moz-column-gap: 30px;
            -webkit-column-gap: 30px;
            column-gap: 30px
        }

        .lists--split ul li {
            -moz-column-break-inside: avoid;
            -webkit-column-break-inside: avoid;
            break-inside: avoid
        }
    }

    .list-custom-icons ul {
        padding-left: 1.5em
    }

    .editor-notice {
        max-width: 700px;
        margin: 0 auto;
        text-align: center
    }

    .overlay {
        position: relative
    }

    .overlay::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: '';
        background-color: var(--hero-overlay);
        opacity: .8;
        z-index: 1
    }

    .overlay--medium::before {
        opacity: .6
    }

    .overlay--light::before {
        opacity: .3
    }

    .overlay .spark-section__body,
    .overlay>.row-fluid-wrapper {
        position: relative;
        z-index: 50
    }

    svg:focus,
    svg:focus *,
    svg:hover,
    svg:hover * {
        outline: 0 !important
    }

    .text-left {
        text-align: left !important
    }

    @media (min-width:420px) {
        .text-left--mobile-and-larger {
            text-align: left !important
        }
    }

    @media (max-width:419px) {
        .text-left--mobile-and-smaller {
            text-align: left !important
        }
    }

    @media (min-width:650px) {
        .text-left--mobile-landscape-and-larger {
            text-align: left !important
        }
    }

    @media (max-width:649px) {
        .text-left--mobile-landscape-and-smaller {
            text-align: left !important
        }
    }

    @media (min-width:768px) {
        .text-left--tablet-and-larger {
            text-align: left !important
        }
    }

    @media (max-width:767px) {
        .text-left--tablet-and-smaller {
            text-align: left !important
        }
    }

    @media (min-width:800px) {
        .text-left--tablet-portrait-and-larger {
            text-align: left !important
        }
    }

    @media (max-width:799px) {
        .text-left--tablet-portrait-and-smaller {
            text-align: left !important
        }
    }

    @media (min-width:1024px) {
        .text-left--tablet-landscape-and-larger {
            text-align: left !important
        }
    }

    @media (max-width:1023px) {
        .text-left--tablet-landscape-and-smaller {
            text-align: left !important
        }
    }

    @media (min-width:1120px) {
        .text-left--menu-break-and-larger {
            text-align: left !important
        }
    }

    @media (max-width:1119px) {
        .text-left--menu-break-and-smaller {
            text-align: left !important
        }
    }

    @media (min-width:1200px) {
        .text-left--desktop-and-larger {
            text-align: left !important
        }
    }

    @media (max-width:1199px) {
        .text-left--desktop-and-smaller {
            text-align: left !important
        }
    }

    @media (min-width:1400px) {
        .text-left--menu-shrink-and-larger {
            text-align: left !important
        }
    }

    @media (max-width:1399px) {
        .text-left--menu-shrink-and-smaller {
            text-align: left !important
        }
    }

    @media (min-width:1440px) {
        .text-left--large-and-larger {
            text-align: left !important
        }
    }

    @media (max-width:1439px) {
        .text-left--large-and-smaller {
            text-align: left !important
        }
    }

    @media (min-width:var(--max-width)) {
        .text-left--container-and-larger {
            text-align: left !important
        }
    }

    @media (max-width:var(--max-width) - 1px) {
        .text-left--container-and-smaller {
            text-align: left !important
        }
    }

    .text-center {
        text-align: center !important
    }

    @media (min-width:420px) {
        .text-center--mobile-and-larger {
            text-align: center !important
        }
    }

    @media (max-width:419px) {
        .text-center--mobile-and-smaller {
            text-align: center !important
        }
    }

    @media (min-width:650px) {
        .text-center--mobile-landscape-and-larger {
            text-align: center !important
        }
    }

    @media (max-width:649px) {
        .text-center--mobile-landscape-and-smaller {
            text-align: center !important
        }
    }

    @media (min-width:768px) {
        .text-center--tablet-and-larger {
            text-align: center !important
        }
    }

    @media (max-width:767px) {
        .text-center--tablet-and-smaller {
            text-align: center !important
        }
    }

    @media (min-width:800px) {
        .text-center--tablet-portrait-and-larger {
            text-align: center !important
        }
    }

    @media (max-width:799px) {
        .text-center--tablet-portrait-and-smaller {
            text-align: center !important
        }
    }

    @media (min-width:1024px) {
        .text-center--tablet-landscape-and-larger {
            text-align: center !important
        }
    }

    @media (max-width:1023px) {
        .text-center--tablet-landscape-and-smaller {
            text-align: center !important
        }
    }

    @media (min-width:1120px) {
        .text-center--menu-break-and-larger {
            text-align: center !important
        }
    }

    @media (max-width:1119px) {
        .text-center--menu-break-and-smaller {
            text-align: center !important
        }
    }

    @media (min-width:1200px) {
        .text-center--desktop-and-larger {
            text-align: center !important
        }
    }

    @media (max-width:1199px) {
        .text-center--desktop-and-smaller {
            text-align: center !important
        }
    }

    @media (min-width:1400px) {
        .text-center--menu-shrink-and-larger {
            text-align: center !important
        }
    }

    @media (max-width:1399px) {
        .text-center--menu-shrink-and-smaller {
            text-align: center !important
        }
    }

    @media (min-width:1440px) {
        .text-center--large-and-larger {
            text-align: center !important
        }
    }

    @media (max-width:1439px) {
        .text-center--large-and-smaller {
            text-align: center !important
        }
    }

    @media (min-width:var(--max-width)) {
        .text-center--container-and-larger {
            text-align: center !important
        }
    }

    @media (max-width:var(--max-width) - 1px) {
        .text-center--container-and-smaller {
            text-align: center !important
        }
    }

    .text-right {
        text-align: right !important
    }

    @media (min-width:420px) {
        .text-right--mobile-and-larger {
            text-align: right !important
        }
    }

    @media (max-width:419px) {
        .text-right--mobile-and-smaller {
            text-align: right !important
        }
    }

    @media (min-width:650px) {
        .text-right--mobile-landscape-and-larger {
            text-align: right !important
        }
    }

    @media (max-width:649px) {
        .text-right--mobile-landscape-and-smaller {
            text-align: right !important
        }
    }

    @media (min-width:768px) {
        .text-right--tablet-and-larger {
            text-align: right !important
        }
    }

    @media (max-width:767px) {
        .text-right--tablet-and-smaller {
            text-align: right !important
        }
    }

    @media (min-width:800px) {
        .text-right--tablet-portrait-and-larger {
            text-align: right !important
        }
    }

    @media (max-width:799px) {
        .text-right--tablet-portrait-and-smaller {
            text-align: right !important
        }
    }

    @media (min-width:1024px) {
        .text-right--tablet-landscape-and-larger {
            text-align: right !important
        }
    }

    @media (max-width:1023px) {
        .text-right--tablet-landscape-and-smaller {
            text-align: right !important
        }
    }

    @media (min-width:1120px) {
        .text-right--menu-break-and-larger {
            text-align: right !important
        }
    }

    @media (max-width:1119px) {
        .text-right--menu-break-and-smaller {
            text-align: right !important
        }
    }

    @media (min-width:1200px) {
        .text-right--desktop-and-larger {
            text-align: right !important
        }
    }

    @media (max-width:1199px) {
        .text-right--desktop-and-smaller {
            text-align: right !important
        }
    }

    @media (min-width:1400px) {
        .text-right--menu-shrink-and-larger {
            text-align: right !important
        }
    }

    @media (max-width:1399px) {
        .text-right--menu-shrink-and-smaller {
            text-align: right !important
        }
    }

    @media (min-width:1440px) {
        .text-right--large-and-larger {
            text-align: right !important
        }
    }

    @media (max-width:1439px) {
        .text-right--large-and-smaller {
            text-align: right !important
        }
    }

    @media (min-width:var(--max-width)) {
        .text-right--container-and-larger {
            text-align: right !important
        }
    }

    @media (max-width:var(--max-width) - 1px) {
        .text-right--container-and-smaller {
            text-align: right !important
        }
    }

    .screen-reader-text {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }

    .sticky-row {
        position: relative
    }

    .sticky-row--stuck {
        width: 100%
    }

    @media (min-width:768px) {
        .sticky-row {
            width: 100% !important
        }

        .sticky-row--stuck {
            z-index: 100;
            position: fixed;
            top: var(--header-height);
            left: 0
        }
    }

    .no--header .sticky-row--stuck {
        top: 0
    }

    .hs-inline-edit .sticky-row--stuck {
        position: static
    }

    @media (min-width:768px) {
        .js .fill-image {
            position: relative;
            background-size: cover;
            background-position: center center;
            min-height: 200px
        }

        .js .fill-image img {
            opacity: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0
        }
    }

    @media (max-width:767px) {
        .js .fill-image {
            background-image: none !important
        }
    }

    .hs-inline-edit .fill-image img {
        opacity: 1;
        visibility: visible
    }

    .hs-inline-edit .fill-image a {
        position: static
    }

    img[style*=left] {
        margin-right: 1.5em
    }

    img[style*=right] {
        margin-left: 1.5em
    }

    img[style*=float] {
        margin-bottom: 1.5em
    }

    video {
        max-width: 100%;
        height: auto
    }

    .hs-responsive-embed {
        position: relative;
        height: 0;
        overflow: hidden;
        padding: 0;
        padding-bottom: 56.25%;
        margin-left: auto;
        margin-right: auto
    }

    .hs-responsive-embed embed,
    .hs-responsive-embed iframe,
    .hs-responsive-embed object,
    .hs-responsive-embed video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        border: 0
    }

    .hs-responsive-embed-instagram {
        padding-bottom: 116.01%
    }

    .hs-responsive-embed-pinterest {
        height: auto;
        overflow: visible;
        padding: 0
    }

    .hs-responsive-embed-pinterest iframe {
        position: static;
        width: auto;
        height: auto
    }

    iframe {
        max-width: 100%;
        border: 0
    }

    iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
        width: 100%
    }

    .hs_cos_wrapper_widget_container>.hs_cos_wrapper_widget {
        margin-top: 0
    }

    .hs_cos_wrapper_widget_container>.hs_cos_wrapper_widget:not(.hs_cos_wrapper_type_module) {
        max-width: 90%;
        width: var(--max-width);
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
        padding-top: 3.5em;
        padding-bottom: 3.5em
    }

    @media (min-width:1200px) {
        .hs_cos_wrapper_widget_container>.hs_cos_wrapper_widget:not(.hs_cos_wrapper_type_module) {
            padding-top: 5em;
            padding-bottom: 5em
        }
    }

    ._HS-react-root,
    ._HS-react-root *,
    .hs-ipe-overlay {
        margin-top: 0
    }

    .hs-cta-wrapper {
        display: inline-block
    }

    .hs-tools-menu li::before,
    .private-dropdown li::before {
        display: none
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    .heading,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: 0;
        text-rendering: optimizelegibility
    }

    .h1 *+*,
    .h2 *+*,
    .h3 *+*,
    .h4 *+*,
    .h5 *+*,
    .h6 *+*,
    .heading *+*,
    h1 *+*,
    h2 *+*,
    h3 *+*,
    h4 *+*,
    h5 *+*,
    h6 *+* {
        margin-top: 0
    }

    .h1+*,
    .h2+*,
    .h3+*,
    .h4+*,
    .h5+*,
    .h6+*,
    .heading+*,
    h1+*,
    h2+*,
    h3+*,
    h4+*,
    h5+*,
    h6+* {
        margin-top: .5em
    }

    .h1+.h1,
    .h1+.h2,
    .h1+.h3,
    .h1+.h4,
    .h1+.h5,
    .h1+.h6,
    .h1+.heading,
    .h1+h1,
    .h1+h2,
    .h1+h3,
    .h1+h4,
    .h1+h5,
    .h1+h6,
    .h2+.h1,
    .h2+.h2,
    .h2+.h3,
    .h2+.h4,
    .h2+.h5,
    .h2+.h6,
    .h2+.heading,
    .h2+h1,
    .h2+h2,
    .h2+h3,
    .h2+h4,
    .h2+h5,
    .h2+h6,
    .h3+.h1,
    .h3+.h2,
    .h3+.h3,
    .h3+.h4,
    .h3+.h5,
    .h3+.h6,
    .h3+.heading,
    .h3+h1,
    .h3+h2,
    .h3+h3,
    .h3+h4,
    .h3+h5,
    .h3+h6,
    .h4+.h1,
    .h4+.h2,
    .h4+.h3,
    .h4+.h4,
    .h4+.h5,
    .h4+.h6,
    .h4+.heading,
    .h4+h1,
    .h4+h2,
    .h4+h3,
    .h4+h4,
    .h4+h5,
    .h4+h6,
    .h5+.h1,
    .h5+.h2,
    .h5+.h3,
    .h5+.h4,
    .h5+.h5,
    .h5+.h6,
    .h5+.heading,
    .h5+h1,
    .h5+h2,
    .h5+h3,
    .h5+h4,
    .h5+h5,
    .h5+h6,
    .h6+.h1,
    .h6+.h2,
    .h6+.h3,
    .h6+.h4,
    .h6+.h5,
    .h6+.h6,
    .h6+.heading,
    .h6+h1,
    .h6+h2,
    .h6+h3,
    .h6+h4,
    .h6+h5,
    .h6+h6,
    .heading+.h1,
    .heading+.h2,
    .heading+.h3,
    .heading+.h4,
    .heading+.h5,
    .heading+.h6,
    .heading+.heading,
    .heading+h1,
    .heading+h2,
    .heading+h3,
    .heading+h4,
    .heading+h5,
    .heading+h6,
    h1+.h1,
    h1+.h2,
    h1+.h3,
    h1+.h4,
    h1+.h5,
    h1+.h6,
    h1+.heading,
    h1+h1,
    h1+h2,
    h1+h3,
    h1+h4,
    h1+h5,
    h1+h6,
    h2+.h1,
    h2+.h2,
    h2+.h3,
    h2+.h4,
    h2+.h5,
    h2+.h6,
    h2+.heading,
    h2+h1,
    h2+h2,
    h2+h3,
    h2+h4,
    h2+h5,
    h2+h6,
    h3+.h1,
    h3+.h2,
    h3+.h3,
    h3+.h4,
    h3+.h5,
    h3+.h6,
    h3+.heading,
    h3+h1,
    h3+h2,
    h3+h3,
    h3+h4,
    h3+h5,
    h3+h6,
    h4+.h1,
    h4+.h2,
    h4+.h3,
    h4+.h4,
    h4+.h5,
    h4+.h6,
    h4+.heading,
    h4+h1,
    h4+h2,
    h4+h3,
    h4+h4,
    h4+h5,
    h4+h6,
    h5+.h1,
    h5+.h2,
    h5+.h3,
    h5+.h4,
    h5+.h5,
    h5+.h6,
    h5+.heading,
    h5+h1,
    h5+h2,
    h5+h3,
    h5+h4,
    h5+h5,
    h5+h6,
    h6+.h1,
    h6+.h2,
    h6+.h3,
    h6+.h4,
    h6+.h5,
    h6+.h6,
    h6+.heading,
    h6+h1,
    h6+h2,
    h6+h3,
    h6+h4,
    h6+h5,
    h6+h6 {
        margin-top: 0
    }

    .h1 a,
    .h2 a,
    .h3 a,
    .h4 a,
    .h5 a,
    .h6 a,
    .heading a,
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        text-decoration: none;
        color: inherit
    }

    .h1+hr,
    .h2+hr,
    .h3+hr,
    .h4+hr,
    .h5+hr,
    .h6+hr,
    .heading+hr,
    h1+hr,
    h2+hr,
    h3+hr,
    h4+hr,
    h5+hr,
    h6+hr {
        margin-top: 1.5em
    }

    .eyebrow {
        display: block;
        font-size: var(--eyebrow-font-size);
        font-family: var(--eyebrow-font-family);
        font-weight: var(--eyebrow-font-weight);
        line-height: var(--eyebrow-line-height);
        letter-spacing: var(--eyebrow-letter-spacing);
        color: var(--eyebrow-font-color);
        text-transform: var(--eyebrow-transform);
        font-style: normal;
        margin-bottom: .5em
    }

    .module-wrapper--dark .h1,
    .module-wrapper--dark h1 {
        color: var(--dark-h1)
    }

    .module-wrapper--dark .h1 em,
    .module-wrapper--dark h1 em {
        color: var(--dark-eyebrow)
    }

    .module-wrapper--dark .h2,
    .module-wrapper--dark h2 {
        color: var(--dark-h2)
    }

    .module-wrapper--dark .h2 em,
    .module-wrapper--dark h2 em {
        color: var(--dark-eyebrow)
    }

    .module-wrapper--dark .h3,
    .module-wrapper--dark h3 {
        color: var(--dark-h3)
    }

    .module-wrapper--dark .h3 em,
    .module-wrapper--dark h3 em {
        color: var(--dark-eyebrow)
    }

    .module-wrapper--dark .h4,
    .module-wrapper--dark h4 {
        color: var(--dark-h4)
    }

    .module-wrapper--dark .h4 em,
    .module-wrapper--dark h4 em {
        color: var(--dark-eyebrow)
    }

    .module-wrapper--dark .h5,
    .module-wrapper--dark h5 {
        color: var(--dark-h5)
    }

    .module-wrapper--dark .h5 em,
    .module-wrapper--dark h5 em {
        color: var(--dark-eyebrow)
    }

    .module-wrapper--dark .eyebrow {
        color: var(--dark-eyebrow)
    }

    .module-wrapper--dark h1+p,
    .module-wrapper--dark h2+h3 {
        color: var(--dark-subheadline)
    }

    a {
        color: var(--links-color);
        -webkit-transition: .2s;
        transition: .2s
    }

    a:focus,
    a:hover {
        color: var(--links-hover-color)
    }

    a:not(.button):focus-visible {
        outline: var(--button-border) solid var(--links-hover-color)
    }

    .text-right+li,
    .text-right+ol,
    .text-right+ul,
    [style*="text-align: right"] li,
    [style*="text-align: right"] ol,
    [style*="text-align: right"] ul {
        text-align: right;
        list-style-position: inside
    }

    @media (min-width:420px) {

        .text-right--mobile-and-larger li,
        .text-right--mobile-and-larger ol,
        .text-right--mobile-and-larger ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (max-width:419px) {

        .text-right--mobile-and-smaller li,
        .text-right--mobile-and-smaller ol,
        .text-right--mobile-and-smaller ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (min-width:650px) {

        .text-right--mobile-landscape-and-larger li,
        .text-right--mobile-landscape-and-larger ol,
        .text-right--mobile-landscape-and-larger ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (max-width:649px) {

        .text-right--mobile-landscape-and-smaller li,
        .text-right--mobile-landscape-and-smaller ol,
        .text-right--mobile-landscape-and-smaller ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (min-width:768px) {

        .text-right--tablet-and-larger li,
        .text-right--tablet-and-larger ol,
        .text-right--tablet-and-larger ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (max-width:767px) {

        .text-right--tablet-and-smaller li,
        .text-right--tablet-and-smaller ol,
        .text-right--tablet-and-smaller ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (min-width:800px) {

        .text-right--tablet-portrait-and-larger li,
        .text-right--tablet-portrait-and-larger ol,
        .text-right--tablet-portrait-and-larger ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (max-width:799px) {

        .text-right--tablet-portrait-and-smaller li,
        .text-right--tablet-portrait-and-smaller ol,
        .text-right--tablet-portrait-and-smaller ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (min-width:1024px) {

        .text-right--tablet-landscape-and-larger li,
        .text-right--tablet-landscape-and-larger ol,
        .text-right--tablet-landscape-and-larger ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (max-width:1023px) {

        .text-right--tablet-landscape-and-smaller li,
        .text-right--tablet-landscape-and-smaller ol,
        .text-right--tablet-landscape-and-smaller ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (min-width:1120px) {

        .text-right--menu-break-and-larger li,
        .text-right--menu-break-and-larger ol,
        .text-right--menu-break-and-larger ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (max-width:1119px) {

        .text-right--menu-break-and-smaller li,
        .text-right--menu-break-and-smaller ol,
        .text-right--menu-break-and-smaller ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (min-width:1200px) {

        .text-right--desktop-and-larger li,
        .text-right--desktop-and-larger ol,
        .text-right--desktop-and-larger ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (max-width:1199px) {

        .text-right--desktop-and-smaller li,
        .text-right--desktop-and-smaller ol,
        .text-right--desktop-and-smaller ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (min-width:1400px) {

        .text-right--menu-shrink-and-larger li,
        .text-right--menu-shrink-and-larger ol,
        .text-right--menu-shrink-and-larger ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (max-width:1399px) {

        .text-right--menu-shrink-and-smaller li,
        .text-right--menu-shrink-and-smaller ol,
        .text-right--menu-shrink-and-smaller ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (min-width:1440px) {

        .text-right--large-and-larger li,
        .text-right--large-and-larger ol,
        .text-right--large-and-larger ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (max-width:1439px) {

        .text-right--large-and-smaller li,
        .text-right--large-and-smaller ol,
        .text-right--large-and-smaller ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (min-width:var(--max-width)) {

        .text-right--container-and-larger li,
        .text-right--container-and-larger ol,
        .text-right--container-and-larger ul {
            text-align: right;
            list-style-position: inside
        }
    }

    @media (max-width:var(--max-width) - 1px) {

        .text-right--container-and-smaller li,
        .text-right--container-and-smaller ol,
        .text-right--container-and-smaller ul {
            text-align: right;
            list-style-position: inside
        }
    }

    .text-center+li,
    .text-center+ol,
    .text-center+ul,
    [style*="text-align: center"] li,
    [style*="text-align: center"] ol,
    [style*="text-align: center"] ul {
        text-align: center;
        list-style-position: inside
    }

    @media (min-width:420px) {

        .text-center--mobile-and-larger li,
        .text-center--mobile-and-larger ol,
        .text-center--mobile-and-larger ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (max-width:419px) {

        .text-center--mobile-and-smaller li,
        .text-center--mobile-and-smaller ol,
        .text-center--mobile-and-smaller ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (min-width:650px) {

        .text-center--mobile-landscape-and-larger li,
        .text-center--mobile-landscape-and-larger ol,
        .text-center--mobile-landscape-and-larger ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (max-width:649px) {

        .text-center--mobile-landscape-and-smaller li,
        .text-center--mobile-landscape-and-smaller ol,
        .text-center--mobile-landscape-and-smaller ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (min-width:768px) {

        .text-center--tablet-and-larger li,
        .text-center--tablet-and-larger ol,
        .text-center--tablet-and-larger ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (max-width:767px) {

        .text-center--tablet-and-smaller li,
        .text-center--tablet-and-smaller ol,
        .text-center--tablet-and-smaller ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (min-width:800px) {

        .text-center--tablet-portrait-and-larger li,
        .text-center--tablet-portrait-and-larger ol,
        .text-center--tablet-portrait-and-larger ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (max-width:799px) {

        .text-center--tablet-portrait-and-smaller li,
        .text-center--tablet-portrait-and-smaller ol,
        .text-center--tablet-portrait-and-smaller ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (min-width:1024px) {

        .text-center--tablet-landscape-and-larger li,
        .text-center--tablet-landscape-and-larger ol,
        .text-center--tablet-landscape-and-larger ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (max-width:1023px) {

        .text-center--tablet-landscape-and-smaller li,
        .text-center--tablet-landscape-and-smaller ol,
        .text-center--tablet-landscape-and-smaller ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (min-width:1120px) {

        .text-center--menu-break-and-larger li,
        .text-center--menu-break-and-larger ol,
        .text-center--menu-break-and-larger ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (max-width:1119px) {

        .text-center--menu-break-and-smaller li,
        .text-center--menu-break-and-smaller ol,
        .text-center--menu-break-and-smaller ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (min-width:1200px) {

        .text-center--desktop-and-larger li,
        .text-center--desktop-and-larger ol,
        .text-center--desktop-and-larger ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (max-width:1199px) {

        .text-center--desktop-and-smaller li,
        .text-center--desktop-and-smaller ol,
        .text-center--desktop-and-smaller ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (min-width:1400px) {

        .text-center--menu-shrink-and-larger li,
        .text-center--menu-shrink-and-larger ol,
        .text-center--menu-shrink-and-larger ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (max-width:1399px) {

        .text-center--menu-shrink-and-smaller li,
        .text-center--menu-shrink-and-smaller ol,
        .text-center--menu-shrink-and-smaller ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (min-width:1440px) {

        .text-center--large-and-larger li,
        .text-center--large-and-larger ol,
        .text-center--large-and-larger ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (max-width:1439px) {

        .text-center--large-and-smaller li,
        .text-center--large-and-smaller ol,
        .text-center--large-and-smaller ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (min-width:var(--max-width)) {

        .text-center--container-and-larger li,
        .text-center--container-and-larger ol,
        .text-center--container-and-larger ul {
            text-align: center;
            list-style-position: inside
        }
    }

    @media (max-width:var(--max-width) - 1px) {

        .text-center--container-and-smaller li,
        .text-center--container-and-smaller ol,
        .text-center--container-and-smaller ul {
            text-align: center;
            list-style-position: inside
        }
    }

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-top: 0
    }

    ul {
        list-style: none;
        padding-left: 1.25em;
        margin-top: 1.5em
    }

    /*
ul li {
position: relative
}
ul li::before {
left: 0;
margin-top: -2px;
margin-left: -1.25em;
position: absolute;
color: var(--bullet-color)
} */
    address {
        font-style: normal
    }

    hr {
        width: 40px;
        display: inline-block;
        margin: auto;
        margin-top: 1.5em;
        max-width: 100%;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom-width: 2px;
        border-bottom-style: solid
    }

    br {
        margin: 0
    }

    blockquote {
        margin-left: 0;
        margin-right: 0
    }

    blockquote cite {
        display: block
    }

    .text--left {
        text-align: left
    }

    .text--center {
        text-align: center
    }

    .text--right {
        text-align: right
    }

    .text--center ol,
    .text--center ul,
    .text--right ol,
    .text--right ul {
        display: inline-block;
        width: auto;
        text-align: left
    }

    .module-wrapper--dark a:not(.button):not(.hs-button) {
        color: var(--dark-links)
    }

    .module-wrapper--dark a:not(.button):not(.hs-button):focus,
    .module-wrapper--dark a:not(.button):not(.hs-button):hover {
        color: var(--dark-links-hover)
    }

    .module-wrapper--dark a:not(.button):not(.hs-button):focus-visible {
        padding: 0 3px;
        border-style: solid;
        border-width: var(--button-border);
        border-radius: var(--button-corner);
        border-color: var(--dark-links-hover);
        outline: 0
    }

    .module-wrapper--dark ul li::before {
        color: var(--bullet-color-dark)
    }

    .module-wrapper--dark .angle-arrow {
        stroke: var(--dark-base) !important
    }

    @media (min-width:800px) {
        .widget-span+.widget-span {
            margin-left: 5.2631578947%
        }

        .span1 {
            width: 3.5087719298%
        }

        .span2 {
            width: 12.2807017544%
        }

        .span3 {
            width: 21.0526315789%
        }

        .span4 {
            width: 29.8245614035%
        }

        .span5 {
            width: 38.5964912281%
        }

        .span6 {
            width: 47.3684210526%
        }

        .span7 {
            width: 56.1403508772%
        }

        .span8 {
            width: 64.9122807018%
        }

        .span9 {
            width: 73.6842105263%
        }

        .span10 {
            width: 82.4561403509%
        }

        .span11 {
            width: 91.2280701754%
        }

        .span12 {
            width: 100%
        }
    }

    @media (min-width:800px) and (max-width:1023px) {

        .span2,
        .span3 {
            width: 47.3684210526%
        }

        .span2:nth-child(2n),
        .span3:nth-child(2n) {
            margin-left: 0
        }
    }

    @media (min-width:800px) {
        .row-fluid {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }
    }

    .site-header .actions,
    .site-header .button {
        border: var(--button-border) solid;
        display: inline-block;
        cursor: pointer;
        padding: var(--button-padding);
        border-radius: var(--button-corner);
        font-family: var(--button-font-family);
        font-size: var(--button-font-size);
        font-weight: var(--button-font-weight);
        line-height: 1;
        text-transform: var(--button-text-transform);
        letter-spacing: var(--button-letter-spacing);
        -webkit-transition: .2s;
        transition: .2s;
        white-space: normal;
        text-align: center;
        text-decoration: none;
        position: relative;
        border-color: var(--button-border-color, var(--button-background-color));
        background-color: var(--button-background-color);
        color: var(--button-text-color) !important
    }

    .actions svg,
    .button svg {
        width: var(--button-font-size);
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px
    }

    .actions svg path,
    .button svg path {
        fill: var(--button-text-color)
    }

    .actions:hover,
    .button:hover {
        border-color: var(--button-border-hover-color, var(--button-background-hover-color))
    }

    .actions[disabled],
    .button[disabled] {
        opacity: .7
    }

    .actions--base,
    .button--base {
        border-color: var(--button-border-color, var(--button-background-color));
        background-color: var(--button-background-color);
        color: var(--button-text-color) !important
    }

    .actions--base svg,
    .button--base svg {
        width: var(--button-font-size);
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px
    }

    .actions--base svg path,
    .button--base svg path {
        fill: var(--button-text-color)
    }

    .actions--base:hover,
    .button--base:hover {
        border-color: var(--button-border-hover-color, var(--button-background-hover-color))
    }

    .actions--secondary,
    .button--secondary {
        border-color: var(--button-secondary-border-color, var(--button-secondary-background-color));
        background-color: var(--button-secondary-background-color);
        color: var(--button-secondary-text-color) !important
    }

    .actions--secondary:hover {
        border-color: var(--button-secondary-border-hover-color, var(--button-secondary-background-hover-color))
    }

    .actions--tertiary,
    .button--tertiary {
        border-color: var(--button-tertiary-border-color, var(--button-tertiary-background-color));
        background-color: var(--button-tertiary-background-color);
        color: var(--button-tertiary-text-color) !important
    }

    .actions--tertiary svg,
    .button--tertiary svg {
        width: var(--button-font-size);
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px
    }

    .actions--tertiary svg path,
    .button--tertiary svg path {
        fill: var(--button-tertiary-text-color)
    }

    .actions--tertiary:hover,
    .button--tertiary:hover {
        border-color: var(--button-tertiary-border-hover-color, var(--button-tertiary-background-hover-color))
    }

    .actions--form,
    .button--form {
        border-color: var(--button-form-border-color, var(--button-form-background-color));
        background-color: var(--button-form-background-color);
        color: var(--button-form-text-color) !important
    }

    .actions--form svg,
    .button--form svg {
        width: var(--button-font-size);
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px
    }

    .actions--form svg path,
    .button--form svg path {
        fill: var(--button-form-text-color)
    }

    .actions--form:hover,
    .button--form:hover {
        border-color: var(--button-form-border-hover-color, var(--button-form-background-hover-color))
    }

    .actions--form-dark,
    .button--form-dark {
        border-color: var(--button-form-dark-border-color, var(--button-form-dark-background-color));
        background-color: var(--button-form-dark-background-color);
        color: var(--button-form-dark-text-color) !important
    }

    .actions--form-dark svg,
    .button--form-dark svg {
        width: var(--button-font-size);
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px
    }

    .actions--form-dark svg path,
    .button--form-dark svg path {
        fill: var(--button-form-dark-text-color)
    }

    .actions--form-dark:hover,
    .button--form-dark:hover {
        border-color: var(--button-form-dark-border-hover-color, var(--button-form-dark-background-hover-color))
    }

    .actions--link,
    .button--link {
        border-color: var(--button-link-border-color, var(--button-link-background-color));
        background-color: var(--button-link-background-color);
        color: var(--button-link-text-color) !important
    }

    .actions--link svg,
    .button--link svg {
        width: var(--button-font-size);
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px
    }

    .actions--link svg path,
    .button--link svg path {
        fill: var(--button-link-text-color)
    }

    .actions--link:hover,
    .button--link:hover {
        border-color: var(--button-link-border-hover-color, var(--button-link-background-hover-color));
        background-color: transparent
    }

    .actions--link-dark,
    .button--link-dark {
        border-color: var(--button-link-dark-border-color, var(--button-link-dark-background-color));
        background-color: var(--button-link-dark-background-color);
        color: var(--button-link-dark-text-color) !important;
        padding: 0 0 4px;
        border-radius: 0;
        background-color: transparent;
        border: none;
        border-bottom: 3px solid var(--button-link-dark-border-color, var(--button-link-dark-background-color))
    }

    .actions--link-dark svg,
    .button--link-dark svg {
        width: var(--button-font-size);
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px
    }

    .actions--link-dark svg path,
    .button--link-dark svg path {
        fill: var(--button-link-dark-text-color)
    }

    .actions--link-dark:hover,
    .button--link-dark:hover {
        border-color: var(--button-link-dark-border-hover-color, var(--button-link-dark-background-hover-color));
        background-color: transparent
    }

    .actions--icon,
    .button--icon {
        display: inline-block;
        margin-left: 5px
    }

    .hs-button {
        border: var(--button-border) solid;
        display: inline-block;
        cursor: pointer;
        padding: var(--button-padding);
        border-radius: var(--button-corner);
        font-family: var(--button-font-family);
        font-size: var(--button-font-size);
        font-weight: var(--button-font-weight);
        line-height: 1;
        text-transform: var(--button-text-transform);
        letter-spacing: var(--button-letter-spacing);
        -webkit-transition: .2s;
        transition: .2s;
        white-space: normal;
        text-align: center;
        text-decoration: none;
        position: relative;
        border-color: var(--button-form-border-color, var(--button-form-background-color));
        background-color: var(--button-form-background-color);
        color: var(--button-form-text-color) !important
    }

    .hs-button svg {
        width: var(--button-font-size);
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px
    }

    .hs-button svg path {
        fill: var(--button-form-text-color)
    }

    .hs-button:hover {
        border-color: var(--button-form-border-hover-color, var(--button-form-background-hover-color))
    }

    .modue-wrapper--dark .hs-button {
        border-color: var(--button-form-dark-border-color, var(--button-form-dark-background-color));
        background-color: var(--button-form-dark-background-color);
        color: var(--button-form-dark-text-color) !important
    }

    .modue-wrapper--dark .hs-button svg {
        width: var(--button-font-size);
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px
    }

    .modue-wrapper--dark .hs-button svg path {
        fill: var(--button-form-dark-text-color)
    }

    .modue-wrapper--dark .hs-button:hover {
        border-color: var(--button-form-dark-border-hover-color, var(--button-form-dark-background-hover-color))
    }

    .actions {
        padding: 0
    }

    .social-media__label,
    .social-media__service {
        word-spacing: 0
    }

    .social-media__service {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0;
        font-size: 24px;
        border: 1px solid;
        border-radius: 100% !important;
        border-color: transparent;
        width: 40px;
        height: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5px;
        text-decoration: none;
        color: var(--social-color)
    }

    .social-media__service:focus,
    .social-media__service:hover {
        text-decoration: none;
        color: var(--social-hover-color);
        outline: 0 !important
    }

    .social-media__service:focus-visible {
        outline: 0 !important;
        border-color: var(--social-hover-color)
    }

    .social-media__service svg {
        height: 25px
    }

    .social-media__service svg.icon--facebook {
        height: 23px
    }

    .social-media--enclosed .social-media__service {
        margin-right: 5px
    }

    .social-media--enclosed svg {
        height: 20px
    }

    .dark-mode .social-media__service {
        color: var(--dark-social-color)
    }

    .dark-mode .social-media__service:focus,
    .dark-mode .social-media__service:hover {
        color: var(--dark-social-hover-color)
    }

    .dark-mode .social-media__service:focus-visible {
        outline: 0 !important;
        border-color: var(--dark-social-hover-color)
    }

    *+.pagination {
        margin-top: 5em
    }

    .pagination__link {
        cursor: pointer;
        -webkit-transition-property: color;
        transition-property: color
    }

    .pagination__link+.pagination__link {
        margin-left: 2em
    }

    .pagination__link--next::after,
    .pagination__link--previous::before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        vertical-align: -.125em;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        vertical-align: middle;
        font-size: .8em;
        margin: 0 .5em
    }

    .pagination__link--next::after {
        content: "\f105";
        margin-right: 0
    }

    .pagination__link--previous::before {
        content: "\f104";
        margin-left: 0
    }

    .pagination__link[disabled=true] {
        opacity: .7
    }

    .module-wrapper {
        padding-top: var(--padding-top, 0);
        padding-right: var(--padding-right, 0);
        padding-bottom: var(--padding-bottom, 0);
        padding-left: var(--padding-left, 0);
        margin-top: var(--margin-top, 0);
        margin-bottom: var(--margin-bottom, 0)
    }

    @media (min-width:800px) {

        .dnd-section {
            padding-top: calc(var(--vertical-spacing)/ 1.5);
            padding-bottom: calc(var(--vertical-spacing)/ 1.5)
        }
    }

    .dnd-section[class*=background-color],
    .dnd-section[class*=background-gradient] {
        padding-top: calc(var(--vertical-spacing) * 1.5);
        padding-bottom: calc(var(--vertical-spacing) * 1.5);
        margin-top: calc(var(--vertical-spacing)/ 1.5)
    }

    .dnd-section[class*=background-color]+.dnd-section,
    .dnd-section[class*=background-gradient]+.dnd-section {
        margin-top: calc(var(--vertical-spacing)/ 1.5)
    }

    .dnd-section[class*=background-color]+.dnd-section[class*=background-color],
    .dnd-section[class*=background-color]+.dnd-section[class*=background-gradient],
    .dnd-section[class*=background-gradient]+.dnd-section[class*=background-color],
    .dnd-section[class*=background-gradient]+.dnd-section[class*=background-gradient] {
        margin-top: 0
    }

    .dnd-section>.row-fluid {
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        float: none
    }

    .dnd-section:not([class*=force-full-width-section])>.row-fluid {
        width: 90%;
        max-width: var(--max-width)
    }

    .body-wrapper .dnd-row+.dnd-row,
    .dnd-section .dnd-row+.dnd-row {
        padding-top: var(--vertical-spacing)
    }

    @media (max-width:799px) {

        .body-wrapper .dnd-column,
        .body-wrapper .dnd-module,
        .body-wrapper .dnd-row,
        .dnd-section .dnd-column,
        .dnd-section .dnd-module,
        .dnd-section .dnd-row {
            width: 100%
        }

        .body-wrapper .dnd-column+.dnd-column,
        .body-wrapper .dnd-column+.dnd-module,
        .body-wrapper .dnd-column+.dnd-row,
        .body-wrapper .dnd-column+.widget-span,
        .body-wrapper .dnd-module+.dnd-column,
        .body-wrapper .dnd-module+.dnd-module,
        .body-wrapper .dnd-module+.dnd-row,
        .body-wrapper .dnd-module+.widget-span,
        .body-wrapper .dnd-row+.dnd-column,
        .body-wrapper .dnd-row+.dnd-module,
        .body-wrapper .dnd-row+.dnd-row,
        .body-wrapper .dnd-row+.widget-span,
        .body-wrapper .widget-span+.dnd-column,
        .body-wrapper .widget-span+.dnd-module,
        .body-wrapper .widget-span+.dnd-row,
        .body-wrapper .widget-span+.widget-span,
        .dnd-section .dnd-column+.dnd-column,
        .dnd-section .dnd-column+.dnd-module,
        .dnd-section .dnd-column+.dnd-row,
        .dnd-section .dnd-column+.widget-span,
        .dnd-section .dnd-module+.dnd-column,
        .dnd-section .dnd-module+.dnd-module,
        .dnd-section .dnd-module+.dnd-row,
        .dnd-section .dnd-module+.widget-span,
        .dnd-section .dnd-row+.dnd-column,
        .dnd-section .dnd-row+.dnd-module,
        .dnd-section .dnd-row+.dnd-row,
        .dnd-section .dnd-row+.widget-span,
        .dnd-section .widget-span+.dnd-column,
        .dnd-section .widget-span+.dnd-module,
        .dnd-section .widget-span+.dnd-row,
        .dnd-section .widget-span+.widget-span {
            margin-top: 0;
            padding-top: calc(var(--vertical-spacing)/ 2)
        }

        .body-wrapper .dnd-column.span1,
        .body-wrapper .dnd-module.span1,
        .body-wrapper .dnd-row.span1,
        .body-wrapper .widget-span.span1,
        .dnd-section .dnd-column.span1,
        .dnd-section .dnd-module.span1,
        .dnd-section .dnd-row.span1,
        .dnd-section .widget-span.span1 {
            padding-top: 0
        }
    }

    .bordered-section {
        border-color: var(---color);
        borders: var(---color);
        border-width: 0;
        border-style: solid
    }

    .bordered-section--top {
        border-top-width: 1px
    }

    .bordered-section--right {
        border-right-width: 1px
    }

    .bordered-section--bottom {
        border-bottom-width: 1px
    }

    .bordered-section--left {
        border-left-width: 1px
    }

    .padded-section {
        padding-top: 3.5em;
        padding-bottom: 3.5em
    }

    @media (min-width:1200px) {
        .padded-section {
            padding-top: 5em;
            padding-bottom: 5em
        }
    }

    .padded-section--all {
        padding: 3.5em
    }

    @media (min-width:1200px) {
        .padded-section--all {
            padding: 5em
        }
    }

    .padded-section.padded-section--top {
        padding: 0;
        padding-top: 3.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--top {
            padding-top: 5em
        }
    }

    .padded-section.padded-section--right {
        padding: 0;
        padding-right: 3.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--right {
            padding-right: 5em
        }
    }

    .padded-section.padded-section--bottom {
        padding: 0;
        padding-bottom: 3.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--bottom {
            padding-bottom: 5em
        }
    }

    .padded-section.padded-section--left {
        padding: 0;
        padding-left: 3.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--left {
            padding-left: 5em
        }
    }

    .padded-section.padded-section--sides {
        padding: 0;
        padding-left: 3.5em;
        padding-right: 3.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--sides {
            padding-left: 5em;
            padding-right: 5em
        }
    }

    .padded-section--flush {
        padding-top: 0;
        padding-bottom: 0
    }

    @media (min-width:1200px) {
        .padded-section--flush {
            padding-top: 0;
            padding-bottom: 0
        }
    }

    .padded-section--flush.padded-section--all {
        padding: 0
    }

    @media (min-width:1200px) {
        .padded-section--flush.padded-section--all {
            padding: 0
        }
    }

    .padded-section--extra-small {
        padding-top: .7em;
        padding-bottom: .7em
    }

    @media (min-width:1200px) {
        .padded-section--extra-small {
            padding-top: 1em;
            padding-bottom: 1em
        }
    }

    .padded-section--extra-small.padded-section--all {
        padding: .7em
    }

    @media (min-width:1200px) {
        .padded-section--extra-small.padded-section--all {
            padding: 1em
        }
    }

    .padded-section--extra-small.padded-section--top {
        padding-top: .7em
    }

    @media (min-width:1200px) {
        .padded-section--extra-small.padded-section--top {
            padding-top: 1em
        }
    }

    .padded-section--extra-small.padded-section--right {
        padding-right: .7em
    }

    @media (min-width:1200px) {
        .padded-section--extra-small.padded-section--right {
            padding-right: 1em
        }
    }

    .padded-section--extra-small.padded-section--bottom {
        padding-bottom: .7em
    }

    @media (min-width:1200px) {
        .padded-section--extra-small.padded-section--bottom {
            padding-bottom: 1em
        }
    }

    .padded-section--extra-small.padded-section--left {
        padding-left: .7em
    }

    @media (min-width:1200px) {
        .padded-section--extra-small.padded-section--left {
            padding-left: 1em
        }
    }

    .padded-section--extra-small.padded-section--sides {
        padding-left: .7em;
        padding-right: .7em
    }

    @media (min-width:1200px) {
        .padded-section--extra-small.padded-section--sides {
            padding-left: 1em;
            padding-right: 1em
        }
    }

    .padded-section--small {
        padding-top: 1.1666666667em;
        padding-bottom: 1.1666666667em
    }

    @media (min-width:1200px) {
        .padded-section--small {
            padding-top: 1.6666666667em;
            padding-bottom: 1.6666666667em
        }
    }

    .padded-section--small.padded-section--all {
        padding: 1.1666666667em
    }

    @media (min-width:1200px) {
        .padded-section--small.padded-section--all {
            padding: 1.6666666667em
        }
    }

    .padded-section--small.padded-section--top {
        padding-top: 1.1666666667em
    }

    @media (min-width:1200px) {
        .padded-section--small.padded-section--top {
            padding-top: 1.6666666667em
        }
    }

    .padded-section--small.padded-section--right {
        padding-right: 1.1666666667em
    }

    @media (min-width:1200px) {
        .padded-section--small.padded-section--right {
            padding-right: 1.6666666667em
        }
    }

    .padded-section--small.padded-section--bottom {
        padding-bottom: 1.1666666667em
    }

    @media (min-width:1200px) {
        .padded-section--small.padded-section--bottom {
            padding-bottom: 1.6666666667em
        }
    }

    .padded-section--small.padded-section--left {
        padding-left: 1.1666666667em
    }

    @media (min-width:1200px) {
        .padded-section--small.padded-section--left {
            padding-left: 1.6666666667em
        }
    }

    .padded-section--small.padded-section--sides {
        padding-left: 1.1666666667em;
        padding-right: 1.1666666667em
    }

    @media (min-width:1200px) {
        .padded-section--small.padded-section--sides {
            padding-left: 1.6666666667em;
            padding-right: 1.6666666667em
        }
    }

    .padded-section--half {
        padding-top: 1.75em;
        padding-bottom: 1.75em
    }

    @media (min-width:1200px) {
        .padded-section--half {
            padding-top: 2.5em;
            padding-bottom: 2.5em
        }
    }

    .padded-section--half.padded-section--all {
        padding: 1.75em
    }

    @media (min-width:1200px) {
        .padded-section--half.padded-section--all {
            padding: 2.5em
        }
    }

    .padded-section--half.padded-section--top {
        padding-top: 1.75em
    }

    @media (min-width:1200px) {
        .padded-section--half.padded-section--top {
            padding-top: 2.5em
        }
    }

    .padded-section--half.padded-section--right {
        padding-right: 1.75em
    }

    @media (min-width:1200px) {
        .padded-section--half.padded-section--right {
            padding-right: 2.5em
        }
    }

    .padded-section--half.padded-section--bottom {
        padding-bottom: 1.75em
    }

    @media (min-width:1200px) {
        .padded-section--half.padded-section--bottom {
            padding-bottom: 2.5em
        }
    }

    .padded-section--half.padded-section--left {
        padding-left: 1.75em
    }

    @media (min-width:1200px) {
        .padded-section--half.padded-section--left {
            padding-left: 2.5em
        }
    }

    .padded-section--half.padded-section--sides {
        padding-left: 1.75em;
        padding-right: 1.75em
    }

    @media (min-width:1200px) {
        .padded-section--half.padded-section--sides {
            padding-left: 2.5em;
            padding-right: 2.5em
        }
    }

    .padded-section--medium {
        padding-top: 2.625em;
        padding-bottom: 2.625em
    }

    @media (min-width:1200px) {
        .padded-section--medium {
            padding-top: 3.75em;
            padding-bottom: 3.75em
        }
    }

    .padded-section--medium.padded-section--all {
        padding: 2.625em
    }

    @media (min-width:1200px) {
        .padded-section--medium.padded-section--all {
            padding: 3.75em
        }
    }

    .padded-section--medium.padded-section--top {
        padding-top: 2.625em
    }

    @media (min-width:1200px) {
        .padded-section--medium.padded-section--top {
            padding-top: 3.75em
        }
    }

    .padded-section--medium.padded-section--right {
        padding-right: 2.625em
    }

    @media (min-width:1200px) {
        .padded-section--medium.padded-section--right {
            padding-right: 3.75em
        }
    }

    .padded-section--medium.padded-section--bottom {
        padding-bottom: 2.625em
    }

    @media (min-width:1200px) {
        .padded-section--medium.padded-section--bottom {
            padding-bottom: 3.75em
        }
    }

    .padded-section--medium.padded-section--left {
        padding-left: 2.625em
    }

    @media (min-width:1200px) {
        .padded-section--medium.padded-section--left {
            padding-left: 3.75em
        }
    }

    .padded-section--medium.padded-section--sides {
        padding-left: 2.625em;
        padding-right: 2.625em
    }

    @media (min-width:1200px) {
        .padded-section--medium.padded-section--sides {
            padding-left: 3.75em;
            padding-right: 3.75em
        }
    }

    .padded-section--large {
        padding-top: 5.25em;
        padding-bottom: 5.25em
    }

    @media (min-width:1200px) {
        .padded-section--large {
            padding-top: 7.5em;
            padding-bottom: 7.5em
        }
    }

    .padded-section--large.padded-section--all {
        padding: 5.25em
    }

    @media (min-width:1200px) {
        .padded-section--large.padded-section--all {
            padding: 7.5em
        }
    }

    .padded-section--large.padded-section--top {
        padding-top: 5.25em
    }

    @media (min-width:1200px) {
        .padded-section--large.padded-section--top {
            padding-top: 7.5em
        }
    }

    .padded-section--large.padded-section--right {
        padding-right: 5.25em
    }

    @media (min-width:1200px) {
        .padded-section--large.padded-section--right {
            padding-right: 7.5em
        }
    }

    .padded-section--large.padded-section--bottom {
        padding-bottom: 5.25em
    }

    @media (min-width:1200px) {
        .padded-section--large.padded-section--bottom {
            padding-bottom: 7.5em
        }
    }

    .padded-section--large.padded-section--left {
        padding-left: 5.25em
    }

    @media (min-width:1200px) {
        .padded-section--large.padded-section--left {
            padding-left: 7.5em
        }
    }

    .padded-section--large.padded-section--sides {
        padding-left: 5.25em;
        padding-right: 5.25em
    }

    @media (min-width:1200px) {
        .padded-section--large.padded-section--sides {
            padding-left: 7.5em;
            padding-right: 7.5em
        }
    }

    .padded-section--double {
        padding-top: 7em;
        padding-bottom: 7em
    }

    @media (min-width:1200px) {
        .padded-section--double {
            padding-top: 10em;
            padding-bottom: 10em
        }
    }

    .padded-section--double.padded-section--all {
        padding: 7em
    }

    @media (min-width:1200px) {
        .padded-section--double.padded-section--all {
            padding: 10em
        }
    }

    .padded-section--double.padded-section--top {
        padding-top: 7em
    }

    @media (min-width:1200px) {
        .padded-section--double.padded-section--top {
            padding-top: 10em
        }
    }

    .padded-section--double.padded-section--right {
        padding-right: 7em
    }

    @media (min-width:1200px) {
        .padded-section--double.padded-section--right {
            padding-right: 10em
        }
    }

    .padded-section--double.padded-section--bottom {
        padding-bottom: 7em
    }

    @media (min-width:1200px) {
        .padded-section--double.padded-section--bottom {
            padding-bottom: 10em
        }
    }

    .padded-section--double.padded-section--left {
        padding-left: 7em
    }

    @media (min-width:1200px) {
        .padded-section--double.padded-section--left {
            padding-left: 10em
        }
    }

    .padded-section--double.padded-section--sides {
        padding-left: 7em;
        padding-right: 7em
    }

    @media (min-width:1200px) {
        .padded-section--double.padded-section--sides {
            padding-left: 10em;
            padding-right: 10em
        }
    }

    .padded-section--extra-large {
        padding-top: 8.75em;
        padding-bottom: 8.75em
    }

    @media (min-width:1200px) {
        .padded-section--extra-large {
            padding-top: 12.5em;
            padding-bottom: 12.5em
        }
    }

    .padded-section--extra-large.padded-section--all {
        padding: 8.75em
    }

    @media (min-width:1200px) {
        .padded-section--extra-large.padded-section--all {
            padding: 12.5em
        }
    }

    .padded-section--extra-large.padded-section--top {
        padding-top: 8.75em
    }

    @media (min-width:1200px) {
        .padded-section--extra-large.padded-section--top {
            padding-top: 12.5em
        }
    }

    .padded-section--extra-large.padded-section--right {
        padding-right: 8.75em
    }

    @media (min-width:1200px) {
        .padded-section--extra-large.padded-section--right {
            padding-right: 12.5em
        }
    }

    .padded-section--extra-large.padded-section--bottom {
        padding-bottom: 8.75em
    }

    @media (min-width:1200px) {
        .padded-section--extra-large.padded-section--bottom {
            padding-bottom: 12.5em
        }
    }

    .padded-section--extra-large.padded-section--left {
        padding-left: 8.75em
    }

    @media (min-width:1200px) {
        .padded-section--extra-large.padded-section--left {
            padding-left: 12.5em
        }
    }

    .padded-section--extra-large.padded-section--sides {
        padding-left: 8.75em;
        padding-right: 8.75em
    }

    @media (min-width:1200px) {
        .padded-section--extra-large.padded-section--sides {
            padding-left: 12.5em;
            padding-right: 12.5em
        }
    }

    .padded-section--huge {
        padding-top: 10.5em;
        padding-bottom: 10.5em
    }

    @media (min-width:1200px) {
        .padded-section--huge {
            padding-top: 15em;
            padding-bottom: 15em
        }
    }

    .padded-section--huge.padded-section--all {
        padding: 10.5em
    }

    @media (min-width:1200px) {
        .padded-section--huge.padded-section--all {
            padding: 15em
        }
    }

    .padded-section--huge.padded-section--top {
        padding-top: 10.5em
    }

    @media (min-width:1200px) {
        .padded-section--huge.padded-section--top {
            padding-top: 15em
        }
    }

    .padded-section--huge.padded-section--right {
        padding-right: 10.5em
    }

    @media (min-width:1200px) {
        .padded-section--huge.padded-section--right {
            padding-right: 15em
        }
    }

    .padded-section--huge.padded-section--bottom {
        padding-bottom: 10.5em
    }

    @media (min-width:1200px) {
        .padded-section--huge.padded-section--bottom {
            padding-bottom: 15em
        }
    }

    .padded-section--huge.padded-section--left {
        padding-left: 10.5em
    }

    @media (min-width:1200px) {
        .padded-section--huge.padded-section--left {
            padding-left: 15em
        }
    }

    .padded-section--huge.padded-section--sides {
        padding-left: 10.5em;
        padding-right: 10.5em
    }

    @media (min-width:1200px) {
        .padded-section--huge.padded-section--sides {
            padding-left: 15em;
            padding-right: 15em
        }
    }

    .padded-section--jumbo {
        padding-top: 14em;
        padding-bottom: 14em
    }

    @media (min-width:1200px) {
        .padded-section--jumbo {
            padding-top: 20em;
            padding-bottom: 20em
        }
    }

    .padded-section--jumbo.padded-section--all {
        padding: 14em
    }

    @media (min-width:1200px) {
        .padded-section--jumbo.padded-section--all {
            padding: 20em
        }
    }

    .padded-section--jumbo.padded-section--top {
        padding-top: 14em
    }

    @media (min-width:1200px) {
        .padded-section--jumbo.padded-section--top {
            padding-top: 20em
        }
    }

    .padded-section--jumbo.padded-section--right {
        padding-right: 14em
    }

    @media (min-width:1200px) {
        .padded-section--jumbo.padded-section--right {
            padding-right: 20em
        }
    }

    .padded-section--jumbo.padded-section--bottom {
        padding-bottom: 14em
    }

    @media (min-width:1200px) {
        .padded-section--jumbo.padded-section--bottom {
            padding-bottom: 20em
        }
    }

    .padded-section--jumbo.padded-section--left {
        padding-left: 14em
    }

    @media (min-width:1200px) {
        .padded-section--jumbo.padded-section--left {
            padding-left: 20em
        }
    }

    .padded-section--jumbo.padded-section--sides {
        padding-left: 14em;
        padding-right: 14em
    }

    @media (min-width:1200px) {
        .padded-section--jumbo.padded-section--sides {
            padding-left: 20em;
            padding-right: 20em
        }
    }

    .padded-section--gargantuan {
        padding-top: 17.5em;
        padding-bottom: 17.5em
    }

    @media (min-width:1200px) {
        .padded-section--gargantuan {
            padding-top: 25em;
            padding-bottom: 25em
        }
    }

    .padded-section--gargantuan.padded-section--all {
        padding: 17.5em
    }

    @media (min-width:1200px) {
        .padded-section--gargantuan.padded-section--all {
            padding: 25em
        }
    }

    .padded-section--gargantuan.padded-section--top {
        padding-top: 17.5em
    }

    @media (min-width:1200px) {
        .padded-section--gargantuan.padded-section--top {
            padding-top: 25em
        }
    }

    .padded-section--gargantuan.padded-section--right {
        padding-right: 17.5em
    }

    @media (min-width:1200px) {
        .padded-section--gargantuan.padded-section--right {
            padding-right: 25em
        }
    }

    .padded-section--gargantuan.padded-section--bottom {
        padding-bottom: 17.5em
    }

    @media (min-width:1200px) {
        .padded-section--gargantuan.padded-section--bottom {
            padding-bottom: 25em
        }
    }

    .padded-section--gargantuan.padded-section--left {
        padding-left: 17.5em
    }

    @media (min-width:1200px) {
        .padded-section--gargantuan.padded-section--left {
            padding-left: 25em
        }
    }

    .padded-section--gargantuan.padded-section--sides {
        padding-left: 17.5em;
        padding-right: 17.5em
    }

    @media (min-width:1200px) {
        .padded-section--gargantuan.padded-section--sides {
            padding-left: 25em;
            padding-right: 25em
        }
    }

    .padded-section.padded-section--flush-top {
        padding-top: 0
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--flush-top {
            padding-top: 0
        }
    }

    .padded-section.padded-section--flush-right {
        padding-right: 0
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--flush-right {
            padding-right: 0
        }
    }

    .padded-section.padded-section--flush-bottom {
        padding-bottom: 0
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--flush-bottom {
            padding-bottom: 0
        }
    }

    .padded-section.padded-section--flush-left {
        padding-left: 0
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--flush-left {
            padding-left: 0
        }
    }

    .padded-section.padded-section--flush-sides {
        padding-left: 0;
        padding-right: 0
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--flush-sides {
            padding-left: 0;
            padding-right: 0
        }
    }

    .padded-section.padded-section--extra-small-top {
        padding-top: .7em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--extra-small-top {
            padding-top: 1em
        }
    }

    .padded-section.padded-section--extra-small-right {
        padding-right: .7em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--extra-small-right {
            padding-right: 1em
        }
    }

    .padded-section.padded-section--extra-small-bottom {
        padding-bottom: .7em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--extra-small-bottom {
            padding-bottom: 1em
        }
    }

    .padded-section.padded-section--extra-small-left {
        padding-left: .7em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--extra-small-left {
            padding-left: 1em
        }
    }

    .padded-section.padded-section--extra-small-sides {
        padding-left: .7em;
        padding-right: .7em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--extra-small-sides {
            padding-left: 1em;
            padding-right: 1em
        }
    }

    .padded-section.padded-section--small-top {
        padding-top: 1.1666666667em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--small-top {
            padding-top: 1.6666666667em
        }
    }

    .padded-section.padded-section--small-right {
        padding-right: 1.1666666667em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--small-right {
            padding-right: 1.6666666667em
        }
    }

    .padded-section.padded-section--small-bottom {
        padding-bottom: 1.1666666667em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--small-bottom {
            padding-bottom: 1.6666666667em
        }
    }

    .padded-section.padded-section--small-left {
        padding-left: 1.1666666667em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--small-left {
            padding-left: 1.6666666667em
        }
    }

    .padded-section.padded-section--small-sides {
        padding-left: 1.1666666667em;
        padding-right: 1.1666666667em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--small-sides {
            padding-left: 1.6666666667em;
            padding-right: 1.6666666667em
        }
    }

    .padded-section.padded-section--half-top {
        padding-top: 1.75em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--half-top {
            padding-top: 2.5em
        }
    }

    .padded-section.padded-section--half-right {
        padding-right: 1.75em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--half-right {
            padding-right: 2.5em
        }
    }

    .padded-section.padded-section--half-bottom {
        padding-bottom: 1.75em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--half-bottom {
            padding-bottom: 2.5em
        }
    }

    .padded-section.padded-section--half-left {
        padding-left: 1.75em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--half-left {
            padding-left: 2.5em
        }
    }

    .padded-section.padded-section--half-sides {
        padding-left: 1.75em;
        padding-right: 1.75em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--half-sides {
            padding-left: 2.5em;
            padding-right: 2.5em
        }
    }

    .padded-section.padded-section--medium-top {
        padding-top: 2.625em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--medium-top {
            padding-top: 3.75em
        }
    }

    .padded-section.padded-section--medium-right {
        padding-right: 2.625em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--medium-right {
            padding-right: 3.75em
        }
    }

    .padded-section.padded-section--medium-bottom {
        padding-bottom: 2.625em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--medium-bottom {
            padding-bottom: 3.75em
        }
    }

    .padded-section.padded-section--medium-left {
        padding-left: 2.625em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--medium-left {
            padding-left: 3.75em
        }
    }

    .padded-section.padded-section--medium-sides {
        padding-left: 2.625em;
        padding-right: 2.625em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--medium-sides {
            padding-left: 3.75em;
            padding-right: 3.75em
        }
    }

    .padded-section.padded-section--large-top {
        padding-top: 5.25em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--large-top {
            padding-top: 7.5em
        }
    }

    .padded-section.padded-section--large-right {
        padding-right: 5.25em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--large-right {
            padding-right: 7.5em
        }
    }

    .padded-section.padded-section--large-bottom {
        padding-bottom: 5.25em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--large-bottom {
            padding-bottom: 7.5em
        }
    }

    .padded-section.padded-section--large-left {
        padding-left: 5.25em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--large-left {
            padding-left: 7.5em
        }
    }

    .padded-section.padded-section--large-sides {
        padding-left: 5.25em;
        padding-right: 5.25em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--large-sides {
            padding-left: 7.5em;
            padding-right: 7.5em
        }
    }

    .padded-section.padded-section--double-top {
        padding-top: 7em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--double-top {
            padding-top: 10em
        }
    }

    .padded-section.padded-section--double-right {
        padding-right: 7em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--double-right {
            padding-right: 10em
        }
    }

    .padded-section.padded-section--double-bottom {
        padding-bottom: 7em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--double-bottom {
            padding-bottom: 10em
        }
    }

    .padded-section.padded-section--double-left {
        padding-left: 7em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--double-left {
            padding-left: 10em
        }
    }

    .padded-section.padded-section--double-sides {
        padding-left: 7em;
        padding-right: 7em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--double-sides {
            padding-left: 10em;
            padding-right: 10em
        }
    }

    .padded-section.padded-section--extra-large-top {
        padding-top: 8.75em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--extra-large-top {
            padding-top: 12.5em
        }
    }

    .padded-section.padded-section--extra-large-right {
        padding-right: 8.75em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--extra-large-right {
            padding-right: 12.5em
        }
    }

    .padded-section.padded-section--extra-large-bottom {
        padding-bottom: 8.75em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--extra-large-bottom {
            padding-bottom: 12.5em
        }
    }

    .padded-section.padded-section--extra-large-left {
        padding-left: 8.75em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--extra-large-left {
            padding-left: 12.5em
        }
    }

    .padded-section.padded-section--extra-large-sides {
        padding-left: 8.75em;
        padding-right: 8.75em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--extra-large-sides {
            padding-left: 12.5em;
            padding-right: 12.5em
        }
    }

    .padded-section.padded-section--huge-top {
        padding-top: 10.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--huge-top {
            padding-top: 15em
        }
    }

    .padded-section.padded-section--huge-right {
        padding-right: 10.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--huge-right {
            padding-right: 15em
        }
    }

    .padded-section.padded-section--huge-bottom {
        padding-bottom: 10.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--huge-bottom {
            padding-bottom: 15em
        }
    }

    .padded-section.padded-section--huge-left {
        padding-left: 10.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--huge-left {
            padding-left: 15em
        }
    }

    .padded-section.padded-section--huge-sides {
        padding-left: 10.5em;
        padding-right: 10.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--huge-sides {
            padding-left: 15em;
            padding-right: 15em
        }
    }

    .padded-section.padded-section--jumbo-top {
        padding-top: 14em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--jumbo-top {
            padding-top: 20em
        }
    }

    .padded-section.padded-section--jumbo-right {
        padding-right: 14em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--jumbo-right {
            padding-right: 20em
        }
    }

    .padded-section.padded-section--jumbo-bottom {
        padding-bottom: 14em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--jumbo-bottom {
            padding-bottom: 20em
        }
    }

    .padded-section.padded-section--jumbo-left {
        padding-left: 14em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--jumbo-left {
            padding-left: 20em
        }
    }

    .padded-section.padded-section--jumbo-sides {
        padding-left: 14em;
        padding-right: 14em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--jumbo-sides {
            padding-left: 20em;
            padding-right: 20em
        }
    }

    .padded-section.padded-section--gargantuan-top {
        padding-top: 17.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--gargantuan-top {
            padding-top: 25em
        }
    }

    .padded-section.padded-section--gargantuan-right {
        padding-right: 17.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--gargantuan-right {
            padding-right: 25em
        }
    }

    .padded-section.padded-section--gargantuan-bottom {
        padding-bottom: 17.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--gargantuan-bottom {
            padding-bottom: 25em
        }
    }

    .padded-section.padded-section--gargantuan-left {
        padding-left: 17.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--gargantuan-left {
            padding-left: 25em
        }
    }

    .padded-section.padded-section--gargantuan-sides {
        padding-left: 17.5em;
        padding-right: 17.5em
    }

    @media (min-width:1200px) {
        .padded-section.padded-section--gargantuan-sides {
            padding-left: 25em;
            padding-right: 25em
        }
    }

    .site-header {
        width: 100%;
        margin-top: 0;
        background-color: var(--header-background-color);
        border-bottom: 1px solid var(--header-border-color);
        -webkit-box-shadow: var(--global-box-shadow);
        box-shadow: var(--global-box-shadow);
        position: relative;
        z-index: 500
    }

    .site-header {
        position: fixed;
        top: 0;
        left: 0
    }

    .site-header__nav-left,
    .site-header__nav-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .site-header__nav-left .site-header__navigation {
        padding-left: 20px
    }

    .site-header .dnd-section {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .site-header .dnd-section>.row-fluid {
        width: 100%;
        max-width: 100%
    }

    .site-header__main-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: var(--header-height);
        padding: 0 15px
    }

    @media (min-width:1400px) {
        .site-header__main-area {
            padding: 0 20px
        }
    }

    .site-header__main-area .site-header__navigation,
    .site-header__main-area .site-header__navigation-utility {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .site-header__main-area .site-header__navigation .lang_switcher_class,
    .site-header__main-area .site-header__navigation-utility .lang_switcher_class {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    @media (min-width:1400px) {
        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1 {
            padding-right: 20px
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1+.hs-menu-depth-1 {
            margin-left: 20px
        }
    }

    @media (min-width:1120px) {
        .site-header__main-area .site-header__navigation .site-header__menu {
            padding-right: 15px;
            padding-left: 15px
        }

        .site-header__main-area .site-header__navigation .site-header__menu--mobile {
            display: none !important
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item {
            position: relative
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item>a:not(.button):not(.hs-button) {
            /* border-bottom: 3px solid transparent; */
            display: inline-block;
            margin-top: var(--header-menu-item-margin);
            margin-bottom: var(--header-menu-item-margin);
            padding-bottom: 3px
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item>a:not(.button):not(.hs-button)~.hs-menu-item__child-toggle {
            margin-top: -1px
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item:focus>.hs-menu-children-wrapper,
        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item:hover>.hs-menu-children-wrapper {
            visibility: visible;
            opacity: 1;
            -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item:focus>.hs-menu-children-wrapper--mega,
        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item:hover>.hs-menu-children-wrapper--mega {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1 {
            display: inline-block;
            height: var(--header-height);
            margin-top: 0
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1.hs-item-has-multi-column {
            position: static
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1.hs-item-has-multi-column>[aria-expanded=true]+.hs-menu-children-wrapper {
            opacity: 1;
            visibility: visible;
            width: 100%;
            -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1+.hs-menu-depth-1 {
            margin-left: 15px
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper {
            position: absolute;
            top: 100%;
            left: 50%;
            width: 260px;
            margin-left: -130px;
            background-color: var(--header-dropdown-background-color);
            visibility: hidden;
            opacity: 0;
            -webkit-box-shadow: 0 25px 30px var(--header-dropdown-box-shadow-color);
            box-shadow: 0 25px 30px var(--header-dropdown-box-shadow-color);
            border-width: 1px;
            border-color: var(--header-dropdown-border-color);
            padding: 2.2em;
            color: var(--header-dropdown-link-font-color);
            font-size: .7778em;
            -webkit-transition: all .1s;
            transition: all .1s;
            -webkit-transition-delay: .1s;
            transition-delay: .1s
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper a:not(.button):not(.hs-button) {
            margin: 0
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper a:not(.button):not(.hs-button):focus,
        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper a:not(.button):not(.hs-button):hover {
            color: var(--header-dropdown-link-font-color-hover)
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper .hs-menu-item.hs-item-has-children .hs-menu-children-wrapper {
            top: 0;
            left: 100%;
            margin-left: 0
        }

        /*         .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper--mega {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        } */

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper--mega>.hs-menu-item .hs-menu-heading {
            margin-bottom: 1em
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper--mega>.hs-menu-item a:not(.button):not(.hs-button) {
            padding: 0;
            display: block;
            margin-bottom: 25px;
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper--mega>.hs-menu-item .hs-menu-depth-3.hs-item-has-children {
            margin-top: 2em
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper--mega>.hs-menu-item .hs-menu-depth-3.hs-item-has-children .hs-menu-children-wrapper {
            display: block;
            position: static;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper--mega>.hs-menu-item .hs-menu-item__child-toggle {
            display: none
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper--multi-column {
            left: 0;
            right: 0;
            margin: auto;
            width: 90%;
            max-width: 1000px
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper--sizing-even>.hs-menu-item {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-preferred-size: 0;
            flex-basis: 0
        }
    }

    @media (max-width:1119px) {
        .site-header__main-area .site-header__navigation .site-header__menu {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: var(--header-dropdown-background-color);
            visibility: hidden;
            opacity: 0;
            overflow: auto;
            color: var(--header-dropdown-link-font-color);
            -webkit-transition: .3s;
            transition: .3s;
            display: block;
            overflow-x: auto;
            max-height: calc(100vh - var(--header-height));
            padding-bottom: 3em
        }

        .mobile-menu-active .site-header__main-area .site-header__navigation .site-header__menu {
            visibility: visible;
            opacity: 1
        }

        .site-header__main-area .site-header__navigation .site-header__menu--desktop {
            display: none
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item {
            position: relative;
            margin-top: 0
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item--mega-type-text {
            margin-top: 1em
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1 {
            padding: 10px 15px
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1>a:not(.button):not(.hs-button) {
            padding: 0
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1 .hs-menu-children-wrapper {
            padding: .5em;
            display: none
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-heading,
        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1 .hs-menu-children-wrapper a {
            padding: .5em;
            margin-left: 0
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-heading {
            margin-top: 1em
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-heading+div {
            margin-top: 0
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-children-wrapper {
            padding: 0 .5em 1em
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1 [aria-expanded=true]+.hs-menu-children-wrapper {
            display: block
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:not(.button):not(.hs-button) {
            margin-right: 4em
        }

        .site-header__main-area .site-header__navigation .site-header__menu--mobile .hs-menu-wrapper--utility {
            display: block;
            margin-top: 2.5em
        }

        .site-header__main-area .site-header__navigation .site-header__menu--mobile .search-form {
            visibility: visible;
            opacity: 1;
            position: static;
            margin-bottom: 1em
        }
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item::before {
        display: none
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-item__child-toggle,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item>a:not(.button):not(.hs-button) {
        font-size: var(--header-menu-font-size);
        font-family: var(--header-menu-font-family);
        font-weight: var(--header-menu-font-weight);
        line-height: var(--header-menu-line-height);
        letter-spacing: var(--header-menu-letter-spacing);
        color: var(--header-menu-font-color);
        text-transform: var(--header-menu-transform);
        text-decoration: none
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-item__child-toggle:focus,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-item__child-toggle:hover,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item>a:not(.button):not(.hs-button):focus,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item>a:not(.button):not(.hs-button):hover {
        color: var(--header-menu-font-color-hover);
        outline: 0
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-item__child-toggle:focus~.hs-menu-item__child-toggle,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-item__child-toggle:hover~.hs-menu-item__child-toggle,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item>a:not(.button):not(.hs-button):focus~.hs-menu-item__child-toggle,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item>a:not(.button):not(.hs-button):hover~.hs-menu-item__child-toggle {
        color: var(--header-menu-font-color-hover)
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item a:not(.button):not(.hs-button) {
        color: var(--header-dropdown-link-font-color)
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item a:not(.button):not(.hs-button):focus,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item a:not(.button):not(.hs-button):hover {
        color: var(--header-dropdown-link-font-color-hover)
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item:focus>a:not(.button):not(.hs-button),
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item:hover>a:not(.button):not(.hs-button) {
        color: var(--header-menu-font-color-hover)
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item:focus>a:not(.button):not(.hs-button)~.hs-menu-item__child-toggle,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item:hover>a:not(.button):not(.hs-button)~.hs-menu-item__child-toggle {
        color: var(--header-menu-font-color-hover)
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item>[aria-expanded=true]+.hs-menu-children-wrapper {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.active-branch a:not(.button):not(.hs-button) {
        color: var(--header-menu-font-color-hover)
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item.active-branch .hs-menu-item__child-toggle {
        color: var(--header-menu-font-color-hover)
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle {
        -webkit-appearance: none;
        background-color: transparent;
        background-image: none;
        border-radius: 0;
        border: none;
        outline: 0;
        font-family: inherit;
        color: inherit;
        padding: 0;
        margin: 0;
        margin-left: 5px;
        cursor: pointer;
        z-index: 100;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        vertical-align: middle;
        font-size: var(--header-menu-font-size);
        font-family: var(--header-menu-font-family);
        font-weight: var(--header-menu-font-weight);
        line-height: var(--header-menu-line-height);
        letter-spacing: var(--header-menu-letter-spacing);
        color: var(--header-menu-font-color);
        text-transform: var(--header-menu-transform)
    }

    /* .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle::after {
display: inline-block;
font-style: normal;
font-variant: normal;
line-height: 1;
vertical-align: -.125em;
content: "\f107";
font-family: "Font Awesome 5 Free", sans-serif;
font-weight: 900
} */
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle span {
        pointer-events: none;
        /* margin-right: 9px;
border-bottom: 3px solid transparent;
padding-bottom: 3px */
    }

    @media (max-width:1119px) {
        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle:not(.hs-menu-item__child-toggle__no-link) {
            position: absolute;
            right: 0;
            top: .75em;
            width: 55px
        }
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle__no-link {
        margin-left: 0
    }

    @media (min-width:1120px) {
        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle__no-link {
            padding-top: var(--header-menu-item-margin);
            padding-bottom: var(--header-menu-item-margin)
        }
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle__no-link::after {
        margin-top: -5px
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle__no-link:focus,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle__no-link:hover {
        color: var(--header-menu-font-color-hover)
    }

    /* .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle__no-link:focus span,
.site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle__no-link:hover span {
border-color: var(--header-menu-font-color-hover)
} */
    @media (max-width:1119px) {
        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle__no-link {
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item__child-toggle__no-link::after {
            margin-right: 7px
        }
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper a:not(.button):not(.hs-button) {
        color: var(--header-dropdown-link-font-color);
        /* font-size: var(--header-dropdown-link-font-size); */
        font-size: 14px;
        color: #a8a8a8;
        font-family: var(--header-dropdown-link-font-family);
        font-weight: var(--header-dropdown-link-font-weight);
        line-height: var(--header-dropdown-line-height);
        letter-spacing: var(--header-dropdown-letter-spacing);
        text-transform: var(--header-dropdown-transform)
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper a:not(.button):not(.hs-button):focus,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper a:not(.button):not(.hs-button):hover {
        color: var(--header-dropdown-link-font-color-hover);
        outline: 0
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper .h1,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper h1 {
        font-size: calc(var(--h1-font-size)/ 2);
        letter-spacing: var(--header-dropdown-letter-spacing);
        min-height: calc(var(--h1-font-size)/ 2)
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper .h2,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper h2 {
        font-size: calc(var(--h2-font-size)/ 2);
        letter-spacing: var(--header-dropdown-letter-spacing);
        min-height: calc(var(--h2-font-size)/ 2)
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper .h3,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper h3 {
        font-size: calc(var(--h3-font-size)/ 2);
        letter-spacing: var(--header-dropdown-letter-spacing);
        min-height: calc(var(--h3-font-size)/ 2)
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper .h4,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper h4 {
        font-size: calc(var(--h4-font-size)/ 2);
        letter-spacing: var(--header-dropdown-letter-spacing);
        min-height: calc(var(--h4-font-size)/ 2)
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper .h5,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper h5 {
        font-size: calc(var(--h5-font-size)/ 2);
        letter-spacing: var(--header-dropdown-letter-spacing);
        min-height: calc(var(--h5-font-size)/ 2)
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-3.hs-item-has-children>a {
        font-size: calc(var(--h2-font-size)/ 2);
        font-weight: 700;
        margin-bottom: .35em
    }

    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-3.hs-item-has-children>a:focus,
    .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-3.hs-item-has-children>a:hover {
        color: var(--header-dropdown-link-font-color-hover)
    }

    .site-header__menu-toggle {
        -webkit-appearance: none;
        background-color: transparent;
        background-image: none;
        border-radius: 0;
        border: none;
        outline: 0;
        font-family: inherit;
        color: inherit;
        padding: 0;
        border: 0 solid var(--header-menu-font-color);
        border-top-width: 2px;
        border-bottom-width: 2px;
        width: 22px;
        height: 15px;
        -webkit-transition: .2s;
        transition: .2s;
        display: block;
        margin: auto 0;
        position: relative;
        cursor: pointer
    }

    @media (min-width:1120px) {
        .site-header__menu-toggle {
            display: none
        }
    }

    .site-header__menu-toggle::after,
    .site-header__menu-toggle::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: '';
        width: 100%;
        height: 2px;
        margin: auto;
        background-color: var(--header-menu-font-color);
        -webkit-transition: inherit;
        transition: inherit
    }

    .mobile-menu-active .site-header__menu-toggle {
        border-color: transparent !important;
        height: 22px
    }

    .mobile-menu-active .site-header__menu-toggle::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .mobile-menu-active .site-header__menu-toggle::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .site-header .hs-menu-wrapper--utility {
        padding-left: 15px;
        position: relative;
        z-index: 0
    }

    @media (max-width:1119px) {
        .site-header .hs-menu-wrapper--utility {
            display: block
        }
    }

    .site-header .hs-menu-wrapper--utility a:not(.button):not(.hs-button) {
        font-size: var(--header-menu-font-size);
        font-family: var(--header-menu-font-family);
        font-weight: var(--header-menu-font-weight);
        line-height: var(--header-menu-line-height);
        letter-spacing: var(--header-menu-letter-spacing);
        color: var(--header-menu-font-color);
        text-transform: var(--header-menu-transform)
    }

    .site-header .hs-menu-wrapper--utility a:not(.button):not(.hs-button):focus,
    .site-header .hs-menu-wrapper--utility a:not(.button):not(.hs-button):hover {
        color: var(--header-menu-font-color-hover);
        outline: 0
    }

    .site-header .hs-menu-wrapper--utility a:not(.button):not(.hs-button) .hs-menu-item--icon {
        display: inline-block;
        vertical-align: middle;
        width: calc(var(--header-menu-font-size) + 3px)
    }

    .site-header .hs-menu-wrapper--utility a:not(.button):not(.hs-button) .hs-menu-item--icon svg {
        fill: currentColor
    }

    .site-header .hs-menu-wrapper--utility .lang_switcher_class {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class {
        background-image: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        vertical-align: -.125em;
        content: "\f57d";
        font-size: 1.06em;
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 900;
        color: var(--header-menu-font-color);
        margin-top: 1px
    }

    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class .lang_list_class {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class .lang_list_class.open {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }

    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class .lang_list_class::after,
    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class .lang_list_class::before {
        display: none
    }

    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class .lang_list_class li {
        border: none;
        padding: 0
    }

    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class .lang_list_class li .lang_switcher_link {
        color: var(--header-dropdown-link-font-color);
        font-size: var(--header-dropdown-link-font-size);
        font-family: var(--header-dropdown-link-font-family);
        font-weight: var(--header-dropdown-link-font-weight);
        line-height: var(--header-dropdown-line-height);
        letter-spacing: var(--header-dropdown-letter-spacing);
        text-transform: var(--header-dropdown-transform)
    }

    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class .lang_list_class li .lang_switcher_link:focus,
    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class .lang_list_class li .lang_switcher_link:hover {
        color: var(--header-dropdown-link-font-color-hover)
    }

    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class:focus,
    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class:hover {
        outline: 0;
        border: none
    }

    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class:focus::before,
    .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class:hover::before {
        color: var(--header-menu-font-color-hover)
    }

    @media (min-width:1120px) {
        .site-header .hs-menu-wrapper--utility>ul {
            height: var(--header-height);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .site-header .hs-menu-wrapper--utility .hs-menu-item>a:not(.button):not(.hs-button),
        .site-header .hs-menu-wrapper--utility .hs-menu-item>button {
            margin-top: var(--header-menu-item-margin);
            margin-bottom: var(--header-menu-item-margin)
        }

        .site-header .hs-menu-wrapper--utility .hs-menu-item--search {
            margin-top: -5px !important
        }

        .site-header .hs-menu-wrapper--utility .lang_switcher_class {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-top: -5px
        }

        .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class {
            height: var(--header-height);
            width: 18px
        }

        .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class:focus .lang_list_class,
        .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class:hover .lang_list_class {
            display: block;
            visibility: visible;
            opacity: 1;
            -webkit-transition: all .3s;
            transition: all .3s;
            -webkit-transition-delay: 1s;
            transition-delay: 1s
        }

        .site-header .hs-menu-wrapper--utility .lang_switcher_class .lang_list_class {
            top: var(--header-height);
            width: auto;
            background-color: var(--header-dropdown-background-color);
            -webkit-box-shadow: 0 25px 30px var(--header-dropdown-box-shadow-color);
            box-shadow: 0 25px 30px var(--header-dropdown-box-shadow-color);
            border-width: 1px;
            border-color: var(--header-dropdown-border-color);
            padding: 1em 2em;
            color: var(--header-dropdown-link-font-color);
            font-size: .7778em
        }
    }

    @media (max-width:1119px) {
        .site-header .hs-menu-wrapper--utility {
            display: none;
            text-align: center
        }

        .site-header .hs-menu-wrapper--utility .hs-menu-item.hs-menu-item--search {
            display: none
        }

        .site-header .hs-menu-wrapper--utility .hs-menu-item.hs-menu-depth-1 {
            padding: 0 !important;
            display: block !important
        }

        .site-header .hs-menu-wrapper--utility .hs-menu-item+.hs-menu-item {
            display: block;
            margin-left: 0 !important;
            margin-top: 1.5em
        }

        .site-header .hs-menu-wrapper--utility .lang_switcher_class {
            display: block;
            height: auto;
            width: 100%
        }

        .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class {
            width: 100%;
            height: auto;
            display: block
        }

        .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class .lang_list_class {
            -webkit-transform: none;
            transform: none;
            position: static
        }

        .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class .lang_list_class:not(.open) {
            display: none !important
        }

        .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class .lang_list_class.open {
            display: block !important
        }

        .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class .lang_list_class::after,
        .site-header .hs-menu-wrapper--utility .lang_switcher_class .globe_class .lang_list_class::before {
            display: none
        }
    }

    @media (min-width:1400px) {
        .site-header .hs-menu-wrapper--utility {
            padding-left: 20px
        }
    }

    .site-header .hs-menu-wrapper--utility .hs-menu-item {
        display: inline-block;
        margin-top: 0
    }

    .site-header .hs-menu-wrapper--utility .hs-menu-item+.hs-menu-item {
        margin-left: 15px
    }

    @media (min-width:1400px) {
        .site-header .hs-menu-wrapper--utility .hs-menu-item+.hs-menu-item {
            margin-left: 20px
        }
    }

    .site-header__search-toggle {
        -webkit-appearance: none;
        background-color: transparent;
        background-image: none;
        border-radius: 0;
        border: none;
        outline: 0;
        font-family: inherit;
        color: inherit;
        padding: 0;
        -ms-flex-item-align: center;
        align-self: center;
        cursor: pointer;
        -webkit-transition: .4s color;
        transition: .4s color;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .site-header__search-toggle::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        vertical-align: -.125em;
        content: "\f002";
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 900;
        color: var(--header-menu-font-color)
    }

    .site-header__search-toggle:focus::before,
    .site-header__search-toggle:hover::before {
        color: var(--header-menu-font-color-hover)
    }

    @media (max-width:1119px) {
        .site-header__search-toggle {
            display: none
        }
    }

    .site-header .search-form {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .2s;
        transition: .2s;
        color: var(--header-font-color);
        background-color: var(--header-background-color)
    }

    @media (min-width:1120px) {
        .site-header .search-form {
            padding: 0 240px
        }

        .site-header .search-form .search-form__inner {
            margin-left: 90px
        }
    }

    @media (max-width:1119px) {
        .site-header .search-form .search-form__button {
            display: none
        }
    }

    .site-header .search-form__input {
        background-color: var(--header-search-background);
        padding: 1em 45px
    }

    .site-header .search-form__submit .search-a {
        stroke: var(--header-menu-font-color)
    }

    .site-header .search-form__submit:focus .search-a,
    .site-header .search-form__submit:hover .search-a {
        stroke: var(--header-menu-font-color-hover)
    }

    .site-header .search-form__close .close-a {
        fill: var(--header-menu-font-color)
    }

    .site-header .search-form__close:focus .close-a,
    .site-header .search-form__close:hover .close-a {
        fill: var(--header-menu-font-color-hover)
    }

    .site-header .search-form.site-search--header-mobile {
        display: none;
        position: static;
        margin-top: 2em
    }

    @media (max-width:1119px) {
        .site-header .search-form.site-search--header-mobile {
            display: block;
            visibility: visible;
            opacity: 1
        }
    }

    .site-header--search-active .search-form {
        visibility: visible;
        opacity: 1;
        z-index: 100
    }

    .site-header .button,
    .site-header .hs-button {
        padding: var(--header-button-padding)
    }

    #skip-link {
        position: absolute;
        top: 0;
        line-height: 1;
        margin-top: -1.5em;
        text-transform: uppercase;
        font-size: .8em;
        z-index: 550;
        padding: .25em
    }

    #skip-link:focus {
        margin-top: 0
    }

    .mobile-menu-active {
        overflow-y: hidden
    }

    .page-nav-scroll .site-header {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    footer {
        background-color: var(--footer-background-color);
        color: var(--footer-font-color);
        font-size: var(--footer-font-size);
        font-family: var(--footer-font-family);
        font-weight: var(--footer-font-weight);
        line-height: var(--footer-line-height);
        letter-spacing: var(--footer-letter-spacing)
    }

    footer a {
        color: var(--footer-link-color);
        text-decoration: none
    }

    /* footer a:focus,
footer a:hover {
color: var(--footer-link-hover-color);
text-decoration: underline
} */
    footer .social-media .social-media__service:focus,
    footer .social-media .social-media__service:hover {
        color: var(--footer-link-hover-color);
        outline: 0
    }

    footer .social-media .social-media__service:focus-visible {
        border-color: var(--footer-link-hover-color);
        outline: 0
    }

    footer .hs-menu-item>a:not(.button):not(.hs-button) {
        font-size: var(--footer-menu-link-font-size);
        font-family: var(--footer-dropdown-link-font-family);
        font-weight: var(--footer-dropdown-link-font-weight);
        line-height: var(--footer-dropdown-link-line-height);
        letter-spacing: var(--footer-dropdown-link-letter-spacing);
        color: var(--footer-dropdown-link-font-color);
        text-transform: var(--footer-dropdown-link-transform);
        outline: 0
    }

    footer .hs-menu-item>a:not(.button):not(.hs-button):focus,
    footer .hs-menu-item>a:not(.button):not(.hs-button):hover {
        color: var(--footer-dropdown-link-font-color-hover)
    }

    footer .hs-menu-item:not(.hs-menu-depth-1)>a:not(.button):not(.hs-button) {
        border-style: solid;
        border-width: var(--button-border);
        border-color: transparent;
        border-radius: var(--button-corner);
        margin-left: -4px;
        padding: 0 3px
    }

    /*     footer .hs-menu-item:not(.hs-menu-depth-1)>a:not(.button):not(.hs-button):focus,
    footer .hs-menu-item:not(.hs-menu-depth-1)>a:not(.button):not(.hs-button):hover {
        text-decoration: underline
    }
 */
    footer .hs-menu-item:not(.hs-menu-depth-1)>a:not(.button):not(.hs-button):focus {
        border-width: 1px;
        border-color: var(--footer-dropdown-link-font-color-hover)
    }

    footer .hs-menu-item.hs-menu-depth-1>a:not(.button):not(.hs-button) {
        font-size: var(--footer-menu-font-size);
        font-family: var(--footer-menu-font-family);
        font-weight: var(--footer-menu-font-weight);
        line-height: var(--footer-menu-line-height);
        letter-spacing: var(--footer-menu-letter-spacing);
        color: var(--footer-menu-font-color);
        text-transform: var(--footer-menu-transform);
        border-bottom: 3px solid transparent;
        display: inline-block;
        text-decoration: none
    }

    footer .hs-menu-item.hs-menu-depth-1>a:not(.button):not(.hs-button):focus,
    footer .hs-menu-item.hs-menu-depth-1>a:not(.button):not(.hs-button):hover {
        color: var(--footer-menu-font-color-hover);
        border-color: var(--footer-menu-font-color-hover);
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 0
    }

    @media (min-width:768px) and (max-width:1023px) {

        footer .container-fluid .span2,
        footer .container-fluid .span3,
        footer .container-fluid .span4,
        footer .container-fluid .span5 {
            width: 47.3684210526%
        }

        footer .container-fluid .widget-span:nth-child(2n+1):not(.span12) {
            margin-left: 0;
            margin-top: 1em
        }
    }

    .hs-form-field {
        position: relative
    }

    .hs-form-field>label {
        display: block;
        margin-bottom: .25em;
        text-align: left;
        font-family: var(--labels-font-family);
        font-weight: var(--labels-font-weight);
        font-size: var(--labels-font-size);
        color: var(--labels-color)
    }

    .hs-form-field legend {
        display: block;
        margin: .5em 0
    }

    .hs-form-field .input {
        margin-top: 0
    }

    .hs-field-desc {
        font-style: italic;
        margin-top: 0;
        font-size: .8em
    }

    .hs-form-required {
        font-family: var(--errors-font-family);
        font-weight: var(--errors-font-weight);
        font-size: var(--errors-font-size);
        color: var(--errors-color)
    }

    .hs-form>.hs-form-field+.hs-form-field {
        margin-top: 2em
    }

    .hs-form .hs-submit {
        text-align: center
    }

    .hs-input {
        background-color: var(--field-bg-color);
        width: 100%;
        outline: 0;
        border-radius: var(--field-corners);
        -webkit-transition: .2s border-color;
        transition: .2s border-color;
        padding: .6em .75em;
        height: var(--field-height);
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: var(--input-font-family);
        font-weight: var(--input-font-weight);
        font-size: var(--input-font-size);
        color: var(--input-color);
        border-width: var(--field-border-width);
        border-style: solid;
        border-color: var(--field-border-color);
        line-height: 1.2
    }

    .modue-wrapper--dark .hs-input {
        color: var(--dark-input-color);
        border-color: var(--dark-field-border-color);
        background-color: var(--dark-field-bg-color)
    }

    .hs-input:focus {
        border-color: var(--field-border-focus-color)
    }

    .modue-wrapper--dark .hs-input:focus {
        color: var(--field-border-focus-color)
    }

    .hs-input.invalid {
        border-color: var(--field-border-error-color)
    }

    .modue-wrapper--dark .hs-input.invalid {
        color: var(--dark-field-border-error-color)
    }

    textarea.hs-input {
        height: 5em
    }

    select.hs-input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 2.5em
    }

    select.hs-input::-ms-expand {
        display: none
    }

    .hs-fieldtype-select .input {
        position: relative
    }

    .hs-fieldtype-select .input select {
        background-size: 12px;
        background-position: 93% center;
        background-repeat: no-repeat
    }

    .inputs-list {
        padding-left: 0;
        list-style: none;
        margin-top: .5em;
        line-height: 1.3em
    }

    .inputs-list .hs-input {
        width: auto !important;
        height: auto;
        margin-top: -3px;
        margin-right: .5em;
        border: none;
        vertical-align: middle;
        background-color: transparent;
        padding: 1em
    }

    .inputs-list li::before {
        display: none
    }

    ::-webkit-input-placeholder {
        font-family: var(--placeholders-font-family);
        font-weight: var(--placeholders-font-weight);
        font-size: var(--placeholders-font-size);
        color: var(--placeholders-color)
    }

    ::-moz-placeholder {
        font-family: var(--placeholders-font-family);
        font-weight: var(--placeholders-font-weight);
        font-size: var(--placeholders-font-size);
        color: var(--placeholders-color)
    }

    :-ms-input-placeholder {
        font-family: var(--placeholders-font-family);
        font-weight: var(--placeholders-font-weight);
        font-size: var(--placeholders-font-size);
        color: var(--placeholders-color)
    }

    ::-ms-input-placeholder {
        font-family: var(--placeholders-font-family);
        font-weight: var(--placeholders-font-weight);
        font-size: var(--placeholders-font-size);
        color: var(--placeholders-color)
    }

    ::placeholder {
        font-family: var(--placeholders-font-family);
        font-weight: var(--placeholders-font-weight);
        font-size: var(--placeholders-font-size);
        color: var(--placeholders-color)
    }

    .modue-wrapper--dark ::-webkit-input-placeholder {
        color: var(--dark-placeholders-color)
    }

    .modue-wrapper--dark ::-moz-placeholder {
        color: var(--dark-placeholders-color)
    }

    .modue-wrapper--dark :-ms-input-placeholder {
        color: var(--dark-placeholders-color)
    }

    .modue-wrapper--dark ::-ms-input-placeholder {
        color: var(--dark-placeholders-color)
    }

    .modue-wrapper--dark ::placeholder {
        color: var(--dark-placeholders-color)
    }

    .legal-consent-container {
        font-size: .85em;
        margin-top: 2em
    }

    .legal-consent-container .hs-dependent-field,
    .legal-consent-container .inputs-list {
        margin-top: 0 !important
    }

    .legal-consent-container .hs-dependent-field input,
    .legal-consent-container .inputs-list input {
        margin-top: 2px
    }

    .modue-wrapper--dark form .hs-input {
        background-color: var(--dark-field-bg-color);
        border-color: var(--dark-field-border-color)
    }

    .modue-wrapper--dark form .hs-input:focus {
        border-color: var(--dark-field-border-color)
    }

    .modue-wrapper--dark form .hs-input.invalid {
        border-color: var(--dark-field-border-error-color)
    }

    /*     .hs-error-msgs {
        background-color: var(--error-bg-color);
        color: var(--errors-color);
        font-family: var(--errors-font-family);
        font-weight: var(--errors-font-weight);
        font-size: var(--errors-font-size);
        padding: .5em;
        list-style: none;
        position: absolute;
        bottom: 100%;
        right: 0;
        margin-bottom: .25em;
        border-radius: var(--button-corners);
        z-index: 100;
        text-align: left
    }

    .hs-error-msgs a {
        color: var(--errors-color)
    } */

    /*     .hs-error-msgs::after {
        content: '';
        position: absolute;
        top: 100%;
        right: .5em;
        border-width: .45em;
        border-style: solid;
        border-top-color: var(--error-bg-color);
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent
    } */

    .hs-error-msgs li::before {
        display: none
    }

    .module-wrapper--dark .hs-error-msgs {
        background-color: var(--dark-error-bg-color);
        color: var(--dark-errors-color)
    }

    .module-wrapper--dark .hs-error-msgs::after {
        border-top-color: var(--dark-error-bg-color)
    }

    .hs_error_rollup .hs-error-msgs {
        position: static;
        text-align: center;
        font-style: italic
    }

    .hs_error_rollup .hs-error-msgs::after {
        display: none
    }

    @media (min-width:768px) {
        .hs-form.hs-form fieldset.form-columns-2 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .hs-form.hs-form fieldset.form-columns-2 .hs-dependent-field,
        .hs-form.hs-form fieldset.form-columns-2 .hs-form-field {
            width: 47.3684210526%
        }

        .hs-form.hs-form fieldset.form-columns-3 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .hs-form.hs-form fieldset.form-columns-3 .hs-dependent-field,
        .hs-form.hs-form fieldset.form-columns-3 .hs-form-field {
            width: 29.8245614035%
        }
    }

    .hs-form.hs-form [class*=form-columns] {
        max-width: none;
        margin: 0
    }

    .hs-form.hs-form [class*=form-columns] .hs-dependent-field,
    .hs-form.hs-form [class*=form-columns] .hs-form-field {
        width: 100%;
        margin-top: 1.5em
    }

    @media (min-width:768px) {

        .hs-form.hs-form [class*=form-columns] .hs-dependent-field,
        .hs-form.hs-form [class*=form-columns] .hs-form-field {
            margin-left: 5.2631578947%
        }

        .hs-form.hs-form [class*=form-columns] .hs-dependent-field:first-child,
        .hs-form.hs-form [class*=form-columns] .hs-form-field:first-child {
            margin-left: 0
        }
    }

    .hs-form.hs-form [class*=form-columns] .hs-dependent-field .input,
    .hs-form.hs-form [class*=form-columns] .hs-form-field .input {
        margin-right: 0
    }

    .hs-form.hs-form [class*=form-columns] .hs-dependent-field .hs-input:not([type=checkbox]):not([type=radio]),
    .hs-form.hs-form [class*=form-columns] .hs-form-field .hs-input:not([type=checkbox]):not([type=radio]) {
        width: 100% !important
    }

    @media (max-width:767px) {

        .hs-form.hs-form [class*=form-columns] .hs-dependent-field+.hs-dependent-field,
        .hs-form.hs-form [class*=form-columns] .hs-dependent-field+.hs-form-field,
        .hs-form.hs-form [class*=form-columns] .hs-form-field+.hs-dependent-field,
        .hs-form.hs-form [class*=form-columns] .hs-form-field+.hs-form-field {
            margin-top: 1.5em
        }
    }

    @media (min-width:768px) {

        .hs-form.hs-form [class*=form-columns] .hs-richtext+.hs-dependent-field,
        .hs-form.hs-form [class*=form-columns] .hs-richtext+.hs-form-field {
            margin-left: 0
        }
    }

    .hs-form.hs-form [class*=form-columns] .hs-dependent-field .hs-form-field {
        width: 100%;
        margin-left: 0
    }

    @media (min-width:768px) {
        .hs-form.hs-form [class*=form-columns] .hs-dependent-field .hs-form-field {
            margin-top: 0
        }
    }

    .hs-form.hs-form [class*=form-columns] .hs-dependent-field .hs-form-field+.hs-form-field {
        margin-top: 1.5em
    }

    .custom-form .hs-form-field:not(:first-child) {
        margin-top: 1.5em
    }

    .custom-form--boxin {
        padding: 10%;
        border-color: var(--boxed-border-color);
        border-width: var(--boxed-border-width);
        border-style: solid;
        border-radius: var(--boxed-corners);
        background-color: var(--boxed-bg-color);
        -webkit-box-shadow: var(--boxed-shadow);
        box-shadow: var(--boxed-shadow)
    }

    .module-wrapper--dark .custom-form--boxin {
        border-color: var(--dark-boxed-border-color);
        background-color: var(--dark-boxed-bg-color)
    }

    .custom-form--label-top.custom-form--button-single .actions {
        margin-top: 1.4em
    }

    @media (min-width:800px) {
        .custom-form--label-left .hs-form-field {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .custom-form--label-left .hs-form-field>label {
            margin-bottom: 0;
            text-align: right;
            width: 25%
        }

        .custom-form--label-left .hs-form-field>.hs-field-desc,
        .custom-form--label-left .hs-form-field>.input {
            width: 75%;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-left: 1em;
            margin-left: auto
        }

        .custom-form--label-left .hs-form-field>.hs-field-desc {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            margin-left: 25%;
            margin-bottom: 1em
        }
    }

    @media (min-width:768px) {

        .custom-form--label-left.custom-form--button-center .hs-submit,
        .custom-form--label-left.custom-form--button-full .hs-submit,
        .custom-form--label-left.custom-form--button-right .hs-submit {
            width: 75%;
            padding-left: 1em;
            float: right
        }

        .custom-form--label-left.custom-form--button-left .hs-submit {
            width: 75%;
            float: left
        }

        .custom-form--label-left.custom-form--button-full .hs-submit {
            float: right
        }

        .custom-form--label-left.custom-form--button-full .hs-submit .hs-button {
            width: 100%
        }
    }

    .custom-form--label-left .hs_submit::after,
    .custom-form--label-left .hs_submit::before {
        content: '';
        display: block;
        clear: both
    }

    .custom-form--label-inset .hs-form-field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .custom-form--label-inset .hs-form-field>label {
        position: absolute;
        top: 0;
        left: var(--input-border-width);
        padding: .7em;
        -webkit-transition: .2s;
        transition: .2s;
        cursor: text;
        pointer-events: none;
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1;
        color: var(--placeholders-color)
    }

    .custom-form--label-inset .hs-form-field--active {
        margin-top: 1.75em
    }

    .custom-form--label-inset .hs-form-field--active>label {
        padding: 0;
        font-size: .75em;
        margin-top: 0;
        top: -1.5em;
        color: var(--labels-text-color)
    }

    .module-wrapper--dark .custom-form--label-inset .hs-form-field--active>label {
        color: var(--dark-labels-color)
    }

    .custom-form--label-inset .hs-form-field .hs-field-desc {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .custom-form--label-inset .hs-form-field ::-webkit-input-placeholder {
        opacity: 0
    }

    .custom-form--label-inset .hs-form-field ::-moz-placeholder {
        opacity: 0
    }

    .custom-form--label-inset .hs-form-field :-ms-input-placeholder {
        opacity: 0
    }

    .custom-form--label-inset .hs-form-field ::-ms-input-placeholder {
        opacity: 0
    }

    .custom-form--label-inset .hs-form-field ::placeholder {
        opacity: 0
    }

    .custom-form--label-inset .hs-form-field+.hs-form-field {
        margin-top: 1.75em
    }

    .custom-form--label-inset .hs-form-field legend {
        margin-bottom: 0
    }

    .custom-form--label-inset .hs-richtext {
        padding-bottom: 1em
    }

    .custom-form--label-inset .hs-fieldtype-checkbox>label,
    .custom-form--label-inset .hs-fieldtype-file>label,
    .custom-form--label-inset .hs-fieldtype-radio>label,
    .custom-form--label-inset .hs-fieldtype-select>label {
        position: static;
        font-size: 1em;
        white-space: normal;
        padding: 0;
        line-height: inherit
    }

    .custom-form--button-center .hs-submit {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .custom-form--button-left .hs-submit {
        text-align: left;
        margin-right: auto
    }

    .custom-form--button-right .hs-submit {
        text-align: right;
        margin-left: auto
    }

    .custom-form--button-full .actions,
    .custom-form--button-full .hs-button,
    .custom-form--button-full .hs-submit {
        width: 100%
    }

    .custom-form--button-single form {
        position: relative
    }

    .custom-form--button-single form input {
        height: calc(50px + (var(--button-border) * 2))
    }

    .custom-form--button-single form input[type=submit] {
        padding-top: 0;
        padding-bottom: 0;
        height: 50px
    }

    .custom-form--button-single form .actions {
        position: absolute !important;
        right: 0;
        top: 0
    }

    .custom-form--button-single form .actions,
    .custom-form--button-single form .actions .button {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .custom-form--button-single.custom-form--label-inset .hs-form-field>label {
        top: .5em !important
    }

    .custom-form--button-single.custom-form--label-inset .hs-form-field--active>label {
        top: -1.5em !important
    }

    .custom-form form>.hs-button {
        margin-top: 3em
    }

    .custom-form.message--center .submitted-message {
        text-align: center
    }

    .custom-form.message--right .submitted-message {
        text-align: right
    }

    @media (min-width:1120px) {
        .hs-menu-wrapper>ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }
    }

    .hs-menu-wrapper ul {
        list-style: none;
        padding-left: 0;
        margin-top: 0
    }

    .hs-menu-wrapper li::before {
        display: none
    }

    .hs-menu-wrapper a:not(.button):not(.hs-button) {
        display: block;
        text-decoration: none
    }

    @media (min-width:768px) {
        .hs-menu-wrapper.hs-menu-flow-horizontal ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .hs-menu-wrapper.hs-menu-flow-horizontal ul li+li {
            margin-top: 0
        }
    }

    .body-wrapper .hs-menu-wrapper .hs-menu-item>a:not(.button):not(.hs-button) {
        font-size: var(--dropdown-link-font-size);
        font-family: var(--dropdown-link-font-family);
        font-weight: var(--dropdown-link-font-weight);
        line-height: var(--dropdown-link-line-height);
        letter-spacing: var(--dropdown-link-letter-spacing);
        color: var(--dropdown-link-font-color);
        text-transform: var(--dropdown-link-transform);
        outline: 0
    }

    .body-wrapper .hs-menu-wrapper .hs-menu-item>a:not(.button):not(.hs-button):focus,
    .body-wrapper .hs-menu-wrapper .hs-menu-item>a:not(.button):not(.hs-button):hover {
        color: var(--dropdown-link-font-color-hover)
    }

    .body-wrapper .hs-menu-wrapper .hs-menu-item:not(.hs-menu-depth-1)>a:not(.button):not(.hs-button) {
        border-style: solid;
        border-width: var(--button-border);
        border-color: transparent;
        border-radius: var(--button-corner);
        margin-left: -4px;
        padding: 0 3px
    }

    /*     .body-wrapper .hs-menu-wrapper .hs-menu-item:not(.hs-menu-depth-1)>a:not(.button):not(.hs-button):focus {
        border-width: 1px;
        border-color: var(--dropdown-link-font-color-hover)
    } */

    .body-wrapper .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1>a:not(.button):not(.hs-button) {
        font-size: var(--menu-font-size);
        font-family: var(--menu-font-family);
        font-weight: var(--menu-font-weight);
        /*         line-height: var(--menu-line-height); */
        line-height: 16px;
        letter-spacing: var(--menu-letter-spacing);
        color: #fff;
        text-transform: var(--menu-transform);
        display: inline-block;
        text-decoration: none
    }

    .body-wrapper .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1>a:not(.button):not(.hs-button):focus,
    .body-wrapper .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1>a:not(.button):not(.hs-button):hover {
        /*         color: var(--menu-font-color-hover); */
        border-color: var(--menu-font-color-hover);
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 0
    }

    .widget-type-simple_menu .hs-menu-item.hs-menu-depth-1>a:not(.button):not(.hs-button) {
        margin-bottom: 1em
    }

    .widget-type-simple_menu .hs-menu-item:not(.hs-menu-depth-1)+.hs-menu-item {
        margin-top: .5em
    }

    .module__collapsible-text {
        border-top: var(--global-border)
    }

    .module__collapsible-text:last-child {
        border-bottom: var(--global-border)
    }

    @media (min-width:1200px) {
        .module__collapsible-text-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: stretch;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }
    }

    @media (min-width:1200px) {
        .module__collapsible-text-wrapper .module__collapsible-text {
            margin-bottom: 1em
        }
    }

    @media (min-width:1200px) {
        .module__collapsible-text-wrapper[data-per-row="1"] .module__collapsible-text {
            width: 100%;
            margin-bottom: 0
        }
    }

    @media (min-width:1200px) {
        .module__collapsible-text-wrapper[data-per-row="2"] .module__collapsible-text {
            width: calc((100% / $i) - 1.5em)
        }
    }

    .module__collapsible-text__title {
        padding: 20px 20px 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer
    }

    .module__collapsible-text__title h3 {
        font-stretch: condensed;
        -webkit-transition: .2s color;
        transition: .2s color;
        outline: 0;
        padding-right: 54px;
        position: relative;
        font-size: 1.15em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .module__collapsible-text__title:focus h3,
    .module__collapsible-text__title:hover h3 {
        color: var(--links-hover-color)
    }

    .module__collapsible-text__body {
        padding: 20px 20px 20px 0;
        padding-top: 0
    }

    .module__collapsible-text__body p:first-child {
        margin-top: 0
    }

    .module__collapsible-text__body-wrapper {
        margin-top: 0;
        display: none
    }

    .module__collapsible-text__arrow svg:focus {
        outline: 0
    }

    .module__collapsible-text--active .module__collapsible-text__body-wrapper {
        display: block
    }

    .module__collapsible-text--active .module__collapsible-text__arrow {
        margin-top: 0
    }

    .module__collapsible-text--active .module__collapsible-text__arrow svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .text--center .module__collapsible-text__title h3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .text--right .module__collapsible-text__title h3 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .module-wrapper--dark .module__collapsible-text {
        border-top: 1px solid var(--collapsible-dark-border-color)
    }

    .module-wrapper--dark .module__collapsible-text__title:focus h3,
    .module-wrapper--dark .module__collapsible-text__title:hover h3 {
        color: var(--dark-links-hover)
    }

    .module-wrapper--dark .module__collapsible-text__title h3::after,
    .module-wrapper--dark .module__collapsible-text__title h3::before {
        border-color: var(--dark-h3)
    }

    .cta-form-popup {
        background-color: var(--boxed-bg-color);
        border: var(--boxed-border);
        border-radius: var(--boxed-corners);
        -webkit-box-shadow: var(--boxed-shadow);
        box-shadow: var(--boxed-shadow);
        max-width: 90%;
        width: 700px;
        margin: 0 auto;
        position: relative
    }

    .cta-form-popup .mfp-close svg path {
        fill: var(--base-text-color)
    }

    .cta-form-popup.module-wrapper--dark .mfp-close svg path {
        fill: var(--dark-base)
    }

    .filters {
        outline: 0;
        font-size: 15px;
        margin-bottom: 4em
    }

    @media (min-width:800px) {
        .filters {
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .filters>* {
            margin-top: 1.5em;
            margin-bottom: 1.5em
        }

        .filters>*+:not(:last-child) {
            margin-right: 2.25em
        }

        .filters__item--search {
            -ms-flex-preferred-size: 330px;
            flex-basis: 330px
        }
    }

    .filters__items {
        margin-top: 0;
        margin-bottom: 0
    }

    @media (min-width:768px) {
        .filters__items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }
    }

    @media (max-width:767px) {
        .filters-item--search {
            margin-top: 30px
        }
    }

    .filters-item--search .search-form__input {
        padding-bottom: 8px;
        padding-left: 0;
        padding-top: 0;
        border-bottom: 1px solid var(--field-border-color);
        width: 280px
    }

    @media (max-width:767px) {
        .filters-item--search .search-form__input {
            width: 100%;
            padding-bottom: 10px
        }
    }

    .filters-item--search .search-form__input:focus {
        outline: 0;
        border: none;
        border-bottom: 2px solid var(--links-hover-color)
    }

    .filters-item--search .search-form__submit {
        right: 0
    }

    .filters-item--search .search-form__submit::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        vertical-align: -.125em;
        content: "\f002";
        font-size: 15px;
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 900;
        color: inherit
    }

    .filters-item--search .search-form__submit svg {
        height: 100%;
        width: auto
    }

    .filters__title {
        font-size: 1em;
        text-transform: uppercase
    }

    .filters__item--reset {
        -webkit-appearance: none;
        background-color: transparent;
        background-image: none;
        border-radius: 0;
        border: none;
        outline: 0;
        font-family: inherit;
        color: inherit;
        padding: 0;
        color: inherit;
        padding: .75em 0;
        cursor: pointer;
        text-decoration: none
    }

    @media (max-width:799px) {
        .filters__item--reset {
            width: 100%
        }
    }

    @media (min-width:768px) {
        .filters__item {
            margin-right: 2.5em
        }
    }

    .select-nav {
        cursor: pointer;
        position: relative
    }

    @media (max-width:767px) {
        .select-nav:first-child {
            margin-top: 0
        }
    }

    @media (min-width:768px) {

        .select-nav--active .select-nav__options,
        .select-nav:focus .select-nav__options,
        .select-nav:hover .select-nav__options {
            opacity: 1;
            visibility: visible;
            -webkit-transform: none;
            transform: none
        }
    }

    @media (max-width:767px) {

        .select-nav--active .select-nav__options,
        .select-nav:focus .select-nav__options,
        .select-nav:hover .select-nav__options {
            display: block
        }
    }

    .select-nav__label {
        -webkit-appearance: none;
        background-color: transparent;
        background-image: none;
        border-radius: 0;
        border: none;
        outline: 0;
        font-family: inherit;
        color: inherit;
        padding: 0;
        display: block;
        padding: 5px 30px 5px 0;
        border-bottom: 1px solid var(--field-border-color);
        width: 100%;
        font-family: var(--input-font-family);
        font-weight: var(--input-font-weight);
        font-size: var(--input-font-size);
        color: var(--input-color);
        position: relative;
        min-width: 100px;
        text-align: left
    }

    .select-nav__label svg {
        width: 12px;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 7px
    }

    .select-nav__label:focus,
    .select-nav__label:hover {
        color: var(--links-hover-color);
        background-size: 100% 5px
    }

    .select-nav__options {
        padding-left: 0;
        margin: 0;
        text-align: left;
        max-height: 70vh;
        overflow-y: auto;
        width: 100%;
        background-color: #fff
    }

    @media (min-width:768px) {
        .select-nav__options {
            width: 250px;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            left: 0;
            top: 100%;
            -webkit-transform: translateY(-1.5em);
            transform: translateY(-1.5em);
            -webkit-transition: .2s;
            transition: .2s;
            -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: opacity, transform;
            transition-property: opacity, transform, -webkit-transform;
            z-index: 100;
            border: 1px solid var(--field-border-color)
        }
    }

    @media (max-width:767px) {
        .select-nav__options {
            display: none
        }
    }

    .select-nav__options a {
        color: inherit;
        text-decoration: none
    }

    .select-nav li {
        margin: 0;
        padding: 0 1em;
        margin-top: .75em;
        margin-bottom: .75em
    }

    .select-nav li:focus,
    .select-nav li:hover {
        color: var(--links-hover-color)
    }

    @media (max-width:767px) {
        .select-nav li {
            padding-left: 0
        }
    }

    .select-nav li::before {
        display: none
    }

    .select-nav .list__options {
        padding-left: 0;
        margin-top: 0
    }

    @media (min-width:768px) {
        .select-nav .list__options {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }
    }

    @media (max-width:767px) {
        .select-nav .list__options {
            display: none
        }
    }

    .select-nav .list__option {
        padding: 0;
        margin-top: .5em;
        margin-bottom: .5em;
        margin-right: 20px;
        white-space: nowrap;
        border-bottom: 2px solid transparent
    }

    @media (max-width:767px) {
        .select-nav .list__option {
            margin-top: .75em;
            margin-bottom: .75em
        }
    }

    .select-nav .list__option--active {
        color: var(--links-hover-color);
        border-color: var(--links-hover-color)
    }

    .select-nav .list__option:focus {
        outline: 0
    }

    .select-nav .list-nav__label {
        display: block;
        padding: 0 0 8px 0;
        border-bottom: 1px solid var(--field-border-color);
        width: 100%;
        font-family: var(--input-font-family);
        font-weight: var(--input-font-weight);
        font-size: var(--input-font-size);
        color: var(--input-color);
        position: relative
    }

    .select-nav .list-nav__label:focus {
        font-weight: 700;
        color: var(--links-hover-color);
        outline: 0
    }

    .select-nav .list-nav__label:focus svg path {
        fill: var(--links-hover-color)
    }

    .select-nav .list-nav__label svg {
        width: 15px;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 7px
    }

    .select-nav .list-nav__label svg:focus path,
    .select-nav .list-nav__label svg:hover path {
        fill: var(--links-hover-color)
    }

    @media (min-width:768px) {
        .select-nav .list-nav__label {
            display: none
        }
    }

    .select-nav--active .list__options {
        display: block
    }

    .module-wrapper--dark:not(.site-header__eyebrow-nav) .select-nav .list-nav__label,
    .module-wrapper--dark:not(.site-header__eyebrow-nav) .select-nav__label {
        color: var(--dark-base)
    }

    .module-wrapper--dark:not(.site-header__eyebrow-nav) .select-nav .list-nav__label svg path,
    .module-wrapper--dark:not(.site-header__eyebrow-nav) .select-nav__label svg path {
        fill: var(--dark-base) !important
    }

    .module-wrapper--dark:not(.site-header__eyebrow-nav) .select-nav__options .eyebrow:not(:hover):not(:focus) {
        color: var(--text)
    }

    .module-wrapper--dark:not(.site-header__eyebrow-nav) .search-form__input {
        color: var(--dark-base)
    }

    .module-wrapper--dark:not(.site-header__eyebrow-nav) .search-form__input::-webkit-input-placeholder {
        color: var(--dark-base)
    }

    .module-wrapper--dark:not(.site-header__eyebrow-nav) .search-form__input::-moz-placeholder {
        color: var(--dark-base)
    }

    .module-wrapper--dark:not(.site-header__eyebrow-nav) .search-form__input:-ms-input-placeholder {
        color: var(--dark-base)
    }

    .module-wrapper--dark:not(.site-header__eyebrow-nav) .search-form__input::-ms-input-placeholder {
        color: var(--dark-base)
    }

    .module-wrapper--dark:not(.site-header__eyebrow-nav) .search-form__input::placeholder {
        color: var(--dark-base)
    }

    .module-wrapper--dark:not(.site-header__eyebrow-nav) .search-form svg circle,
    .module-wrapper--dark:not(.site-header__eyebrow-nav) .search-form svg line {
        stroke: var(--dark-base) !important
    }

    .module-wrapper--dark:not(.site-header__eyebrow-nav) .list__option--active,
    .module-wrapper--dark:not(.site-header__eyebrow-nav) .list__option:focus,
    .module-wrapper--dark:not(.site-header__eyebrow-nav) .list__option:hover {
        color: var(--dark-base);
        border-color: var(--links-hover-color)
    }

    @media (min-width:800px) {
        .person {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .person__body {
            margin-top: 0
        }
    }

    .person--blog-author {
        padding-top: 20px;
        border-top: 1px solid var(--author-border)
    }

    .person__avatar {
        position: relative;
        background-size: cover;
        background-position: center center;
        border-radius: 10000px;
        width: 65px;
        height: 65px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 auto
    }

    .person__avatar img {
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    @media (min-width:800px) {
        .person__avatar {
            margin-right: 1.8em
        }
    }

    @media (max-width:799px) {
        .person__avatar {
            margin-right: auto;
            margin-left: 0;
            margin-bottom: 1em
        }
    }

    .person--blog-author .person__avatar {
        width: 70px;
        height: 70px
    }

    .person__name {
        font-size: var(--author-heading);
        margin-bottom: 0
    }

    .person__bio {
        font-size: var(--author-bio);
        margin-top: .5em
    }

    .person__social {
        margin-top: 1em
    }

    .search-form {
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .search-form__inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .search-form__input {
        border: none;
        outline: 0;
        width: 100%;
        padding: 1em 1.5em;
        background-color: transparent;
        line-height: 1;
        font-family: var(--input-font-family);
        font-weight: var(--input-font-weight);
        font-size: var(--input-font-size);
        color: var(--input-color);
        border-radius: var(--field-corners)
    }

    .search-form__input ::-webkit-input-placeholder {
        font-family: var(--placeholders-font-family);
        font-weight: var(--placeholders-font-weight);
        font-size: var(--placeholders-font-size);
        color: var(--placeholders-color)
    }

    .search-form__input ::-moz-placeholder {
        font-family: var(--placeholders-font-family);
        font-weight: var(--placeholders-font-weight);
        font-size: var(--placeholders-font-size);
        color: var(--placeholders-color)
    }

    .search-form__input :-ms-input-placeholder {
        font-family: var(--placeholders-font-family);
        font-weight: var(--placeholders-font-weight);
        font-size: var(--placeholders-font-size);
        color: var(--placeholders-color)
    }

    .search-form__input ::-ms-input-placeholder {
        font-family: var(--placeholders-font-family);
        font-weight: var(--placeholders-font-weight);
        font-size: var(--placeholders-font-size);
        color: var(--placeholders-color)
    }

    .search-form__input ::placeholder {
        font-family: var(--placeholders-font-family);
        font-weight: var(--placeholders-font-weight);
        font-size: var(--placeholders-font-size);
        color: var(--placeholders-color)
    }

    .search-form__input:focus {
        border: 1px solid var(--field-border-focus-color)
    }

    .search-form__label {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }

    .search-form__close,
    .search-form__submit {
        -webkit-appearance: none;
        background-color: transparent;
        background-image: none;
        border-radius: 0;
        border: none;
        outline: 0;
        font-family: inherit;
        color: inherit;
        padding: 0;
        cursor: pointer;
        margin: auto;
        width: 20px;
        height: 20px;
        line-height: 20px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .search-form__submit {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: .2s color;
        transition: .2s color
    }

    .search-form__submit:focus,
    .search-form__submit:hover {
        color: var(--links-color)
    }

    .search-form__submit .search-a {
        width: 14px;
        height: 14px;
        stroke: var(--base-text-color)
    }

    .search-form__submit:focus .search-a,
    .search-form__submit:hover .search-a {
        stroke: var(--links-color)
    }

    .search-form__close {
        margin-left: 25px
    }

    @media (max-width:1119px) {
        .search-form__close {
            display: none
        }
    }

    .search-form__close .close-a {
        width: 16px;
        height: 16px;
        fill: var(--base-text-color)
    }

    .search-form__close:focus .close-a,
    .search-form__close:hover .close-a {
        fill: var(--links-color)
    }

    .search-form__button {
        margin-left: 1.25em
    }

    .search-form--site:not(.site-search--header) .search-form__input {
        border: 1px solid var(--field-border-color)
    }

    .search-results__list {
        list-style: none;
        padding-left: 0
    }

    .search-results__list li::before {
        display: none
    }

    .search-result::after {
        content: ' ';
        display: table;
        clear: both
    }

    .search-result+.search-result {
        margin-top: 3em
    }

    .search-result .hs-search-highlight {
        color: var(--accent-color)
    }

    .search-result__link {
        color: inherit !important;
        display: block;
        text-decoration: none
    }

    .search-result__link h3+p {
        margin-top: 10px
    }

    .search-result__thumb {
        position: relative;
        background-size: cover;
        background-position: center center;
        display: block;
        margin: auto;
        margin-bottom: 1em;
        height: 200px;
        background-size: contain
    }

    .search-result__thumb img {
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    @media (min-width:420px) {
        .search-result__thumb {
            width: 150px;
            height: 100px;
            margin-right: 2em;
            margin-bottom: 0;
            float: left
        }
    }

    .search-result__body {
        overflow: hidden
    }

    .search-result__title {
        font-size: 1.25em
    }

    .search-result__tags {
        font-size: .8em;
        list-style: none;
        padding-left: 0;
        margin-top: 1em
    }

    .search-result__tags li::before {
        display: none
    }

    .search-result__tag {
        color: var(--text-light-color);
        margin: 0;
        display: inline-block;
        margin-right: 1em
    }

    .video-popup {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .video-popup img {
        display: block;
        -o-object-fit: cover;
        object-fit: cover
    }

    .video-popup .play-button {
        position: absolute;
        display: block;
        z-index: 2;
        color: #fff;
        background-color: rgba(var(--alt-accent), .5);
        border-radius: 100%;
        padding: 10px;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .video-popup .play-button::before {
        font-size: 60px
    }

    .video-popup:focus .play-button,
    .video-popup:hover .play-button {
        background-color: rgba(var(--alt-accent), 1)
    }

    .blog-section {
/*         max-width: calc(var(--max-width)/ 1.25); */
        margin-left: 0;
        margin-right: auto;
/*         padding-top: calc(var(--vertical-spacing)/ 1.5); */
        font-size: var(--blog-body-font)
    }

    @media (max-width:1200px) {
        .blog-section {
            display: block !important
        }
    }

    .blog-section__sans-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blog-section__sans-social .blog-post-wrapper {
        margin: 0 auto;
    }

    .blog-section p:first-child {
        margin-top: 0
    }

    .blog-section .social-share {
        margin-top: 10px
    }

    .blog-section .social-share__sticky {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    @media (min-width:1200px) {
        .blog-section .social-share__sticky {
            position: -webkit-sticky;
            position: sticky;
            top: calc(var(--header-height) + (var(--vertical-spacing)/ 1.5));
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }
    }

    .blog-section .social-share__sticky h2 {
        margin-bottom: 0
    }

    .blog-section .social-share__sticky h2 em {
        margin-bottom: 0
    }

    .blog-section .social-share__sticky ul {
        padding-left: 0;
        width: 65px;
        text-align: center;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    @media (min-width:1200px) {
        .blog-section .social-share__sticky ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }
    }

    @media (max-width:1200px) {
        .blog-section .social-share__sticky ul li+li {
            margin-top: 0
        }
    }

    .blog-section .social-share__sticky ul li::before {
        display: none
    }

    @media (max-width:1200px) {
        .blog-section .blog-post-wrapper {
            width: 100%;
            margin-left: 0
        }
    }

    .hs-blog-post .blog-post {
        position: relative
    }

    .hs-blog-post .blog-post .post-body {
        padding-bottom: 20px
    }

    .hs-blog-post .blog-post .share-module {
        position: fixed;
        top: 7em;
        left: 0;
        padding: .5vw 1vw;
        text-align: center;
        z-index: 100
    }

    .hs-blog-post .blog-post .share-module .social-media--sharing {
        padding: 0;
        list-style: none;
        margin: 0
    }

    .hs-blog-post .blog-post .share-module .social-media li,
    .hs-blog-post .blog-post .share-module .social-media__service {
        margin: 0
    }

    .hs-blog-post .blog-post .share-module .social-media li::before {
        display: none
    }

    .hs-blog-post .blog-post .related-posts {
        padding-top: var(--vertical-spacing);
        padding-bottom: var(--vertical-spacing);
        background-color: var(--related-background);
        margin-top: var(--vertical-spacing)
    }

    @media (max-width:767px) {
        .hs-blog-post .blog-post img[style*=float] {
            float: none !important;
            display: block;
            margin-left: auto !important;
            margin-right: auto !important
        }
    }

    .hs-blog-post .comments-section {
        margin-bottom: 5em
    }

    .hs-blog-post .comments-section .widget-type-blog_comments {
        padding: 0 4vw
    }

    @media all and (max-width:1279px) {
        .hs-blog-post .blog-post .share-module {
            top: 5.5em
        }
    }

    .comment-body {
        margin: 1em 0
    }

    .comment-reply-to {
        border: var(--button-border) solid;
        display: inline-block;
        cursor: pointer;
        padding: var(--button-padding);
        border-radius: var(--button-corner);
        font-family: var(--button-font-family);
        font-size: var(--button-font-size);
        font-weight: var(--button-font-weight);
        line-height: 1;
        text-transform: var(--button-text-transform);
        letter-spacing: var(--button-letter-spacing);
        -webkit-transition: .2s;
        transition: .2s;
        white-space: normal;
        text-align: center;
        text-decoration: none;
        position: relative;
        border-color: var(--button-border-color, var(--button-background-color));
        background-color: var(--button-background-color);
        color: var(--button-text-color) !important;
        background-image: none;
        padding: .5em;
        font-size: 1em
    }

    .comment-reply-to svg {
        width: var(--button-font-size);
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px
    }

    .comment-reply-to svg path {
        fill: var(--button-text-color)
    }

    .comment-reply-to:hover {
        border-color: var(--button-border-hover-color, var(--button-background-hover-color))
    }

    .comment-reply-to::before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        vertical-align: -.125em;
        content: "\f3e5";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: .5em
    }

    .blog-post__w-sidebar {
        width: var(--max-width);
        max-width: 90%;
        margin: 0 auto
    }

    @media (min-width:1200px) {
        .blog-post__w-sidebar {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }
    }

    @media (min-width:1200px) {
        .blog-post__w-sidebar-left {
            width: calc(100% - 300px);
            padding-right: 60px
        }
    }

    .blog-post__w-sidebar-left .container {
        max-width: 100%
    }

    @media (min-width:1200px) {
        .blog-post__w-sidebar-left .container .social-share {
            width: 150px
        }
    }

    @media (min-width:1200px) {
        .blog-post__w-sidebar-left .container .social-share .social-share__sticky {
            width: 90px
        }
    }

    .blog-post__w-sidebar-left .container .social-share .social-share__sticky .social-share {
        margin-top: 0;
        margin-left: 0
    }

    @media (min-width:1200px) {
        .blog-post__w-sidebar-left .container .blog-post-wrapper {
            width: calc(100% - 150px)
        }
    }

    @media (max-width:1200px) {
        .blog-post__w-sidebar-left .container .blog-post-wrapper {
            width: 100%
        }
    }

    @media (min-width:1200px) {
        .blog-post__w-sidebar-right {
            width: 300px
        }

        .blog-post__w-sidebar-right>div {
            position: -webkit-sticky;
            position: sticky;
            top: var(--header-height)
        }
    }

    .flex-container {
        padding-top: 5em
    }

    .flex-container>span .hs_cos_wrapper:not(:last-child)>div:not(.hs_cos_wrapper_type_rich_text),
    .flex-container>span .hs_cos_wrapper:not(:last-child)>section {
        margin-bottom: 8em
    }

    .flex-container>span .hs_cos_wrapper>.hs_cos_wrapper_type_rich_text {
        display: block;
        max-width: 800px
    }

    .flex-container>span .hs_cos_wrapper>.hs_cos_wrapper_type_rich_text div:last-child,
    .flex-container>span .hs_cos_wrapper>.hs_cos_wrapper_type_rich_text p:last-child {
        margin-bottom: 3em
    }

    .flex-container>span .hs_cos_wrapper>span+>.flex-container>span .hs_cos_wrapper div {
        margin-top: 0
    }

    #pillar-table-of-contents {
        padding-bottom: 2em;
        padding-top: 3em
    }

    #pillar-content {
        position: relative;
        padding-top: 3em;
        padding-bottom: 0;
        background-color: #fff;
        max-width: calc(100% - 60px);
        width: 778px;
        margin-left: auto;
        margin-right: auto;
        min-height: 500px
    }

    #pillar-content__contents .row-fluid {
        width: 100%
    }

    @media (min-width:1200px) {
        #pillar-content__wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            width: 100%
        }

        #pillar-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 1100px
        }

        #pillar-content__social>div,
        #pillar-table-of-contents__wrapper,
        #pillar-table-of-contents__wrapper>div:not(#page-progress-bar) {
            height: 100%
        }

        #pillar-content__contents {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            width: calc(100% - 350px);
            max-width: 750px;
            padding-left: 50px
        }

        #pillar-content__social {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            width: 200px
        }
    }

    @media (max-width:1200px) {
        #pillar-content {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
            margin: 0 auto;
            padding-top: 2em;
            padding-bottom: 2em;
            padding-left: 0;
            padding-right: 0
        }

        #pillar-table-of-contents__wrapper.fixed {
            position: fixed;
            z-index: 776;
            top: 74px;
            width: 100%
        }
    }

    .system-page-content {
        padding-top: var(--vertical-spacing);
        padding-bottom: var(--vertical-spacing);
        max-width: var(--max-width);
        margin: 0 auto
    }

    .system-page-content.system-page--error,
    .system-page-content.system-page--password {
        text-align: center
    }

    .hs_cos_wrapper_type_password_prompt {
        max-width: 600px;
        margin: auto
    }

    .hs_cos_wrapper_type_password_prompt form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #hs-pwd-widget-password {
        background-color: var(--field-bg-color);
        width: 100%;
        outline: 0;
        border-radius: var(--field-corners);
        -webkit-transition: .2s border-color;
        transition: .2s border-color;
        padding: .6em .75em;
        height: var(--field-height);
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: var(--input-font-family);
        font-weight: var(--input-font-weight);
        font-size: var(--input-font-size);
        color: var(--input-color);
        border-width: var(--field-border-width);
        border-style: solid;
        border-color: var(--field-border-color);
        line-height: 1.2;
        height: auto !important;
        margin-top: 0 !important;
        margin-right: 1em
    }

    .modue-wrapper--dark #hs-pwd-widget-password {
        color: var(--dark-input-color);
        border-color: var(--dark-field-border-color);
        background-color: var(--dark-field-bg-color)
    }

    #hs-pwd-widget-password:focus {
        border-color: var(--field-border-focus-color)
    }

    .modue-wrapper--dark #hs-pwd-widget-password:focus {
        color: var(--field-border-focus-color)
    }

    #hs-pwd-widget-password.invalid {
        border-color: var(--field-border-error-color)
    }

    .modue-wrapper--dark #hs-pwd-widget-password.invalid {
        color: var(--dark-field-border-error-color)
    }

    .email-edit.hs-input {
        width: 100% !important
    }

    .email-prefs .item * {
        margin-top: 0;
        margin-bottom: 0
    }

    .email-prefs .item+.item {
        margin-top: 1.5em
    }

    .email-prefs .fakelabel {
        color: var(--5-text-color);
        font-size: var(--5-font-size);
        font-family: var(--5-font-family);
        line-height: var(--5-line-height);
        letter-spacing: var(--5-letter-spacing);
        text-rendering: optimizelegibility
    }

    #email-prefs-form #content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #email-prefs-form #content h3 {
        font-family: var(--labels-font-family);
        font-weight: var(--labels-font-weight);
        font-size: var(--labels-font-size);
        color: var(--labels-color);
        margin-top: 2em;
        margin-bottom: .5em;
        width: 100%
    }

    #email-prefs-form #content>div:not(.item) {
        width: calc(100% - 200px);
        margin-right: 20px;
        padding-bottom: 0 !important;
        margin-top: 0
    }

    #email-prefs-form #content>div:not(.item) .email-edit {
        height: auto;
        padding: 19px !important
    }

    #email-prefs-form .item {
        background-color: var(--pref-background);
        padding: 2em;
        margin: 1em 0;
        width: 100%
    }

    #email-prefs-form .item .fakelabel label {
        font-size: var(--h4-font-size-mobile);
        font-family: var(--h4-font-family);
        font-weight: var(--h4-font-weight);
        line-height: var(--h4-line-height);
        letter-spacing: var(--h4-letter-spacing);
        color: var(--h4-font-color);
        text-transform: var(--h4-transform);
        margin-left: 15px;
        cursor: pointer
    }

    #email-prefs-form .item p {
        margin-left: 28px
    }

    #email-prefs-form .subscribe-options~#submitbutton {
        margin-top: 1.5em
    }

    .error--404 {
        text-align: center;
    }

    @media print and (min-width:1200px) {
        .row-fluid-wrapper+.row-fluid-wrapper {
            margin-top: 1.5em !important
        }
    }

    @media print {
        * {
            color: var(--base-text-color) !important;
            background-image: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            height: auto !important
        }

        img {
            max-height: 30vh !important;
            width: auto !important
        }

        .header-container {
            position: static !important
        }

        .button,
        .filters,
        .footer-container__menu,
        .header-container__cta,
        .header-container__menu,
        .header-container__toggle,
        .listing-nav,
        .no-print,
        .page-menu,
        .parallax-mirror,
        .social-media {
            display: none !important
        }

        .pull-over {
            margin: 0 !important
        }

        ::after,
        ::before {
            background-color: transparent !important;
            border: none !important;
            background-image: none !important;
            width: auto !important;
            height: auto !important
        }

        .colored-section,
        .padded-section {
            background-color: #fff !important;
            padding: 0 !important;
            background-image: none !important
        }

        .widget-span {
            width: 100% !important;
            float: none !important;
            margin-left: 0 !important;
            min-height: 1px !important
        }

        .widget-span+.widget-span {
            margin-top: 1.5em !important
        }
    }

    img {
        width: 100%;
    }

    @media (min-width:800px) {

        .site-header__main-area .site-header__navigation .site-header__menu .hs-item-has-children button,
        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-depth-1:not(.hs-item-has-children) {
            position: relative;
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-item-has-children button::after,
        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-depth-1:not(.hs-item-has-children)::after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            background-color: #a3cc49;
            transition: width 300ms;
            width: 0;
        }

        @media (max-width:1120px) {

            .site-header__main-area .site-header__navigation .site-header__menu .hs-item-has-children button::after,
            .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-depth-1:not(.hs-item-has-children)::after {
                display: none;
            }
        }

        .site-header__main-area .site-header__navigation .site-header__menu .hs-item-has-children button:focus::after,
        .site-header__main-area .site-header__navigation .site-header__menu .hs-item-has-children button:hover::after,
        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-depth-1:not(.hs-item-has-children):hover::after {
            width: 100%;
        }

        /*         .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper--multi-column {
            left: auto;
        } */
    }

    @media (min-width:1500px) {
        .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-item .hs-menu-children-wrapper--multi-column {
            left: 27vw;
        }
    }

    .site-header__navigation .site-header__menu .hs-menu-item:hover>.hs-menu-children-wrapper--mega .hs-menu-item .cus_menu_item a:hover {
        color: #a3cc49;
    }

    a:hover>.cus_menu_title,
    .cus_menu_item:hover p:not(.cus_menu_title) {
        color: #a3cc49;
    }

    .cus_menu_title {
        display: flex;
        font-size: 16px;
        color: #ffffff;
    }

    .cus_menu_title img {
        margin-right: 12px;
    }

    .cus_menu_item p:not(.cus_menu_title) {
        margin-left: 30px;
        color: #a8a8a8;
    }

    @media (max-width:799px) {
        .site-footer .hs-image-widget {
            padding: 40px 0;
        }
    }

    @media (min-width:800px) {
        .site-footer .hs-image-widget {
            margin-top: 140px;
        }
    }

    .footer_title {
        color: #000000;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer_link {
        color: #80858f;
    }

    .footer_left_2 {
        color: #80858f;
    }

    a {
        text-decoration: none;
    }

    p {
        margin: 0;
    }

    li {
        list-style: none;
    }

    ul {
        margin: 0;
        padding: 0;
    }

    .dnd-section[class*=background-color],
    .dnd-section[class*=background-color]+.dnd-section {
        margin-top: 0;
    }



    @media (max-width:799px) {
        .site-header__main-area {
            height: 70px;
        }

        .body-wrapper {
            padding-top: 48px;
        }
    }

    @media (min-width:800px) {

        @media (max-width:1120px) {

            .site-header__main-area .site-header__navigation .site-header__menu .hs-item-has-children button::after,
            .site-header__main-area .site-header__navigation .site-header__menu .hs-menu-depth-1:not(.hs-item-has-children)::after {
                display: none;
            }
        }
    }

    /* ヘッダー・フッター */
    @media (max-width: 799px) {

        #hs-link-header_ img {
            width: 230px !important;
        }

        .social-media,
        .cell_1670844332754-vertical-alignment {
            padding: 20px;
        }
    }

        {
        % endraw %
    }