
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* reset.css */
*, *:before, *:after {
  box-sizing: border-box;
}


/* Script Interaction
   ========================================================================== */

/**
 * 1. Child Of An Interaction Should Not Be The Event Element. 
 */

a *, button * {
  pointer-events: none;
}


/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/**
 * No need in X-Theme, h1 is set anyway.
 * h1 {
 * font-size: 2em;
 * margin: 0.67em 0;
 * }
 */

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 86%; /* font-size: 1em; 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/* GENERIC */
/* ---------------------------------------- */

@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
.demo-box {
  background: #F7F7F7;
  width: 100%; height: 48px;
  display: block;
}


/* CONTAINER */
/* ---------------------------------------- */

.container {
  max-width: 1400px !important;
}
.container,
.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

/* Multiple Container Width */



/* ROWS */
/* ---------------------------------------- */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px; /* fixed */
}
.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}


/* GUTTER */
/* ---------------------------------------- */

.no-gutters {
  margin: 0;
}
.no-gutters > .col, 
.no-gutters > [class*="col-"],
[class*="col-"].no-gutters {
  padding: 0;
}
.no-gutters-x {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters-x > .col,
.no-gutters-x > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.no-gutters-y {
  margin-top: 0;
  margin-bottom: 0;
}
.no-gutters-y > .col,
.no-gutters-y > [class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width:767px) {
  .no-sm-gutters {
    margin: 0;
  }
  .no-sm-gutters > .col, .no-sm-gutters > [class*="col-"] {
    padding: 0;
  }
  .no-sm-gutters-x {
    margin-right: 0;
    margin-left: 0;
  }
  .no-sm-gutters-x > .col,
  .no-sm-gutters-x > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .no-sm-gutters-y {
    margin-top: 0;
    margin-bottom: 0;
  }
  .no-sm-gutters-y > .col,
  .no-sm-gutters-y > [class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
  }
}


/* COLUMNS */
/* ---------------------------------------- */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 16px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}


/* GRIDCELLS */
/*--------------------------------------------------------------------------*/

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


/* ORDER */
/* ---------------------------------------- */

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}


/* OFFSET */
/* ---------------------------------------- */

.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}


/* MOBILE GRID ORDER OFFSET  */
/* ---------------------------------------- */

.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (max-width:767px) {
  .order-sm-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
  }
  .order-sm-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13;
  }
  .order-sm-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
  }
  .order-sm-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }
  .order-sm-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
  }
  .order-sm-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
  }
  .order-sm-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
  }
  .order-sm-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
  }
  .order-sm-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
  }
  .order-sm-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7;
  }
  .order-sm-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8;
  }
  .order-sm-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9;
  }
  .order-sm-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10;
  }
  .order-sm-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11;
  }
  .order-sm-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12;
  }
}

.offset-sm-0 {
  margin-left: 0;
}
.offset-sm-1 {
  margin-left: 8.333333%;
}
.offset-sm-2 {
  margin-left: 16.666667%;
}
.offset-sm-3 {
  margin-left: 25%;
}
.offset-sm-4 {
  margin-left: 33.333333%;
}
.offset-sm-5 {
  margin-left: 41.666667%;
}
.offset-sm-6 {
  margin-left: 50%;
}
.offset-sm-7 {
  margin-left: 58.333333%;
}
.offset-sm-8 {
  margin-left: 66.666667%;
}
.offset-sm-9 {
  margin-left: 75%;
}
.offset-sm-10 {
  margin-left: 83.333333%;
}
.offset-sm-11 {
  margin-left: 91.666667%;
}




/* TABLET GRID ORDER OFFSET */
/* ---------------------------------------- */

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}


/* DESKTOP GRID ORDER OFFSET  */
/* ---------------------------------------- */

@media (min-width:1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}


/* WIDESCREEN GRID ORDER OFFSET  */
/* ---------------------------------------- */

@media (min-width:1920px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}


/* FLEXBOX ALIGN */
/* ---------------------------------------- */

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}


/* FLEXBOX WRAP */
/* ---------------------------------------- */

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}


/* FLEXBOX JUSTIFY */
/* ---------------------------------------- */

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}


/* FLEXITEMS */
/* ---------------------------------------- */

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}


/* MOBILE FLEXBOX  */
/* ---------------------------------------- */

.flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

/* TABLET FLEXBOX  */
/* ---------------------------------------- */

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

/* DEKSTOP FLEXBOX  */
/* ---------------------------------------- */

@media (min-width:1024px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

/* WIDESCREEN FLEXBOX  */
/* ---------------------------------------- */

@media (min-width:1920px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

/* DISPLAY */
/* ---------------------------------------- */

.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* MOBILE DISPLAY */
/* ---------------------------------------- */
@media (max-width:767px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/* TABLET DISPLAY */
/* ---------------------------------------- */

@media (min-width:768px) and (max-width:1023px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


/* DESKTOP DISPLAY */
/* ---------------------------------------- */

@media (min-width:1024px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


/* SCREENREADERS */
/* ---------------------------------------- */

.show-screenreader {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
@media (max-width:767px) {
  .show-screenreader-mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


/* VISIBILITY CLASSES */
/* ---------------------------------------- */

.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none;
    visibility: hidden;
}


/* SIMPLE VISIBILITY */
/* ---------------------------------------- */

/* Hide only for */
@media (max-width:767px) {
    .hide-mobile-only {
        display: none;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .hide-tablet-only {
        display: none;
    }
}
@media (min-width:1024px) and (max-width:1919px) {
    .hide-desktop-only {
        display: none;
    }
}
@media (min-width:1920px) and (max-width:3840px) {
    .hide-widescreen-only {
        display: none;
    }
}

/*
Hide up
we don't need mobile_up because it will hide for every screens
use hide-mobile-only if you need to hide just for mobile
*/

@media (min-width:768px) {
    .hide-tablet-up {
        display: none;
    }
}
@media (min-width:1024px) {
    .hide-desktop-up {
        display: none;
    }
}
@media (min-width:1920px) {
    .hide-widescreen-up {
        display: none;
    }
}

/*
Hide down
we don't need mobile_down  because it will hide or for no screens
we also don't have widescreen_down because it will hide for every screens
use hide-widescreen-only if you need to hide just for widescreen
*/
@media (max-width:1023px) {
    .hide-tablet-down {
        display: none;
    }
}
@media (max-width:1919px) {
    .hide-desktop-down {
        display: none;
    }
}


/* LAYOUT */
/* -------------------------------------- */

@media (min-width:1024px) {
  html, body {
    height: 100%;
  }
  body > .body-wrapper {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
  }
}
.footer-container-wrapper,
.header-container-wrapper,
.body-container-wrapper {
  position: relative;
}

/* DND CONTAINERS */
/* -------------------------------------- */

.content-wrapper {
    margin: 0 auto;
    padding: 0 16;
}
@media screen and (min-width:1920px) {
    .content-wrapper {
        padding: 0;
    }
}

/* DnD Max Width Sections */
[class*='max-width-section'] {
  margin-left: -16px;
  margin-right: -16px;
}
  
[class*='max-width-section'] .hs-form {
    padding: 0;
}


/* FULL-WIDTH */
/* -------------------------------------- */


/* Full Width */
@media (min-width:768px) {
  div[class*="full-width-section"] ,
  .hs-inline-edit [class~="full-width"],
  .full-width {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width:767px) {
  div[class*="full-width-section"] ,
  .hs-inline-edit [class~="full-width"],
  .full-width {
    margin-left: -16px;
    margin-right: -16px;
  }
}


/* Full Width - OLD */



/* DND CONTAINERS */
/* -------------------------------------- */

/* DnD Area Container */
.container-fluid.dnd-area.container {
  padding-bottom: 0;
}

.container-fluid > .container-fluid {
    padding: 0;
    width: auto !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
}

/* DnD Can Contain Oversized Height Modules That Overlap Multiple Sub-Rows */
.dnd-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
    height: 100%;
}

[class*='max-width-section-centering'] > .row-fluid {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* VERTICAL ALIGNMENT */
.row-fluid-wrapper .row-fluid-wrapper .row-fluid-wrapper [class*='vertical-alignment'] {
    height: 100%;
}
.row-fluid-wrapper .row-fluid-wrapper .row-fluid-wrapper [class*='vertical-alignment'] > .row-fluid {
    height: 100%;
    align-items: center;
}
.row-fluid-wrapper .row-fluid-wrapper .row-fluid-wrapper [class*='vertical-alignment'] > .row-fluid .hs_cos_wrapper_widget {
    height: auto;
}


/* HUBSPOT GRID TO BOOTSTRAP */
/* -------------------------------------- */
/* Note: This it not the original, it's modified to fit the bootstraps grid */

.row-fluid .row-fluid-wrapper {
  /*padding-left: 16px;
  padding-right: 16px;*/
}
.container > .row-fluid-wrapper {
  padding: 0;
}

/* DND Area spaces
.dnd-section {
    padding-top: ;
    padding-bottom: ;
}
@media (min-width:768px) {
    .dnd-section {
        padding-top: ;
        padding-bottom: ;
    }
}
@media (min-width:1024px) {
    .dnd-section {
        padding-top: ;
        padding-bottom: ;
    }
}
*/

@media (max-width:767px), print and (orientation: portrait) {
    .row-fluid-wrapper .row-fluid-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }
    .container-fluid.dnd-area > .row-fluid-wrapper {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.row-fluid-wrapper.dnd-section .row-fluid {
    margin: 0px;
}
.row-fluid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: auto;
    height: auto;
}
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    position: relative;
    display: block;
    float: none !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    vertical-align: top;
   -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.container-fluid {
    *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}
.container-fluid:after {
    clear: both;
}

/*
.row-fluid > .span12 { width: 100% !important; }
.row-fluid > .span11 { width: 91.66666666% !important; }
.row-fluid > .span10 { width: 83.33333333% !important; }
.row-fluid > .span9  { width: 75% !important; }
.row-fluid > .span8  { width: 66.66666666% !important; }
.row-fluid > .span7  { width: 58.33333333% !important; }
.row-fluid > .span6  { width: 50% !important; }
.row-fluid > .span5  { width: 41.66666666% !important; }
.row-fluid > .span4  { width: 33.33333333% !important; }
.row-fluid > .span3  { width: 25% !important; }
.row-fluid > .span2  { width: 16.6666666% !important; }
.row-fluid > .span1  { width: 8.33333333% !important; }
*/

.row-fluid > .span1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.row-fluid > .span2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.row-fluid > .span3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-fluid > .span4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-fluid > .span5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.row-fluid > .span6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-fluid > .span7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.row-fluid > .span8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.row-fluid > .span9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.row-fluid > .span10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.row-fluid > .span11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.row-fluid > .span12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* COLUMNS SPACING  */
div[class*="span"].dnd-column {
  padding: 16px;
}


/* MOBILE GRID OVERWRITE */
/* -------------------------------------- */

@media (max-width:767px), print and (orientation: portrait) {
    .row-fluid {
        min-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
    .row-fluid > .span12, .row-fluid > .span11,
    .row-fluid > .span10, .row-fluid > .span9,
    .row-fluid > .span8,  .row-fluid > .span7,
    .row-fluid > .span6,  .row-fluid > .span5,
    .row-fluid > .span4,  .row-fluid > .span3,
    .row-fluid > .span2,  .row-fluid > .span1  {
        /* width: 100% !important; */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* TABLET GRID OVERWRITE */
/* -------------------------------------- */

@media (min-width:768px) and (max-width:1023px), print and (orientation: portrait) {
    .row-fluid [class*="span"] {
        display: block;
        float: none  !important;;
        width: 100%;
        min-height: 0 !important;;
        margin-left: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
  .row-fluid > .span6  { 
    /* width: 100% !important; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-fluid > .span3  { 
    /* width: 50% !important; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}





/* Helper (Transformation) */
/*--------------------------------------------------------------------------*/

.flip {
  transform: scaleX(-1);
}
.w100 { 
  width: 100%; 
}
@media (max-width:767px){
  .sm-w100 {
    width: 100%; 
  }
}


/* Helper (Sticky) */
/*--------------------------------------------------------------------------*/

main .sticky {
  position: sticky; 
  top: 16px;
}
header .stcky {
  position: sticky;
  top: 0;
  z-index: 1;
}


/* Helper (Link-Layer) */
/*--------------------------------------------------------------------------*/

.area-link {
  display: block;
  position: absolute;
  left: 0; top: 0;
  right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


/* Helper (No-Select) */
/*--------------------------------------------------------------------------*/

.no-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}


/* Helper (Font-Color) and (Background-Color) */
/*--------------------------------------------------------------------------*/


  /* primary */
  .color-primary,
  .font-color-primary { 
		color: #1E4A60; 
		fill: #1E4A60; 
  }
  .bg-primary,
  .background-primary { 
		background: #1E4A60; 
  }

  /* secondary */
  .color-secondary,
  .font-color-secondary { 
		color: #FF6600; 
		fill: #FF6600; 
  }
  .bg-secondary,
  .background-secondary { 
		background: #FF6600; 
  }

  /* tertiary */
  .color-tertiary,
  .font-color-tertiary { 
		color: #FFFFFF; 
		fill: #FFFFFF; 
  }
  .bg-tertiary,
  .background-tertiary { 
		background: #FFFFFF; 
  }

  /* quaternary */
  .color-quaternary,
  .font-color-quaternary { 
		color: #FFFFFF; 
		fill: #FFFFFF; 
  }
  .bg-quaternary,
  .background-quaternary { 
		background: #FFFFFF; 
  }

  /* white */
  .color-white,
  .font-color-white { 
		color: #FFFFFF; 
		fill: #FFFFFF; 
  }
  .bg-white,
  .background-white { 
		background: #FFFFFF; 
  }

  /* black */
  .color-black,
  .font-color-black { 
		color: #000000; 
		fill: #000000; 
  }
  .bg-black,
  .background-black { 
		background: #000000; 
  }

  /* light_gray */
  .color-light-gray,
  .font-color-light-gray { 
		color: #F7F7F7; 
		fill: #F7F7F7; 
  }
  .bg-light-gray,
  .background-light-gray { 
		background: #F7F7F7; 
  }

  /* medium_gray */
  .color-medium-gray,
  .font-color-medium-gray { 
		color: #F5F5F5; 
		fill: #F5F5F5; 
  }
  .bg-medium-gray,
  .background-medium-gray { 
		background: #F5F5F5; 
  }

  /* dark_gray */
  .color-dark-gray,
  .font-color-dark-gray { 
		color: #5C5F5F; 
		fill: #5C5F5F; 
  }
  .bg-dark-gray,
  .background-dark-gray { 
		background: #5C5F5F; 
  }

  /* antrazit */
  .color-antrazit,
  .font-color-antrazit { 
		color: #1C3043; 
		fill: #1C3043; 
  }
  .bg-antrazit,
  .background-antrazit { 
		background: #1C3043; 
  }

  /* message */
  .color-message,
  .font-color-message { 
		color: #17A2B8; 
		fill: #17A2B8; 
  }
  .bg-message,
  .background-message { 
		background: #17A2B8; 
  }

  /* okay */
  .color-okay,
  .font-color-okay { 
		color: #28A745; 
		fill: #28A745; 
  }
  .bg-okay,
  .background-okay { 
		background: #28A745; 
  }

  /* warning */
  .color-warning,
  .font-color-warning { 
		color: #FFC107; 
		fill: #FFC107; 
  }
  .bg-warning,
  .background-warning { 
		background: #FFC107; 
  }

  /* alert */
  .color-alert,
  .font-color-alert { 
		color: #DC3545; 
		fill: #DC3545; 
  }
  .bg-alert,
  .background-alert { 
		background: #DC3545; 
  }




/* Helper (invert colors) */
/*--------------------------------------------------------------------------*/



.invert, .invert-color, .inverted, .inverted-color,
.invert h1, .invert-color h1, .inverted h1, .inverted-color h1, h1.invert, h1.invert-color,h1.inverted, h1.inverted-color,
.invert h2, .invert-color h2, .inverted h2, .inverted-color h2, h2.invert, h2.invert-color,h2.inverted, h2.inverted-color,
.invert h3, .invert-color h3, .inverted h3, .inverted-color h3, h3.invert, h3.invert-color,h3.inverted, h3.inverted-color,
.invert h4, .invert-color h4, .inverted h4, .inverted-color h4, h4.invert, h4.invert-color,h4.inverted, h4.inverted-color,
.invert h5, .invert-color h5, .inverted h5, .inverted-color h5, h5.invert, h5.invert-color,h5.inverted, h5.inverted-color,
.invert h6, .invert-color h6, .inverted h6, .inverted-color h6, h6.invert, h6.invert-color,h6.inverted, h6.inverted-color,
.invert p, .invert-color p, .inverted p, .inverted-color p, p.invert, p.invert-color,p.inverted, p.inverted-color,
.invert li, .invert-color li, .inverted li, .inverted-color li, li.invert, li.invert-color,li.inverted, li.inverted-color,
.invert a, .invert-color a, .inverted a, .inverted-color a, a.invert, a.invert-color,a.inverted, a.inverted-color,
.invert i, .invert-color i, .inverted i, .inverted-color i, i.invert, i.invert-color,i.inverted, i.inverted-color,
.invert svg, .invert-color svg, .inverted svg, .inverted-color svg, svg.invert, svg.invert-color,svg.inverted, svg.inverted-color{ 
    color: #FFFFFF !important;
    fill:#FFFFFF !important;
}


/* Helper (Animation-Fade) */
/*--------------------------------------------------------------------------*/

.fade-in {
  opacity: 1;
  transition: opacity 600ms, visibility 600ms;
  -webkit-transition: opacity 600ms, visibility 600ms;
  visibility: visible;
  max-height: 100%;
}
.fade-out {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}


/* Helper (Text Alignment) */
/*--------------------------------------------------------------------------*/

.align-left,
.text-left {
  text-align: left;
}
.align-center,
.text-center {
  text-align: center;
}
.align-right,
.text-right {
  text-align: right;
}
@media (max-width:767px) {
  .align-sm-left,	.text-sm-left { text-align: left;   }
  .align-sm-center, .text-sm-center { text-align: center; }
  .align-sm-right, .text-sm-right  { text-align: right;  }
}


/* Helper (Display) */
/*--------------------------------------------------------------------------*/

.d-none {
  display: none !important;
}
.hidden {
  visibility: hidden;
}
.sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important;
}


/* Helper (Display-Tiny) (default: 375px) */
/*--------------------------------------------------------------------------*/

@media (max-width:374px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
}


/* Helper (Display-Mobile) (default: 576px) */
/*--------------------------------------------------------------------------*/

@media (min-width:375px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
}


/* Helper (Display-Tablet) (default: 768px) */
/*--------------------------------------------------------------------------*/

@media (min-width:768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
}


/* Helper (Display-Desktop) (default: 992px) */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
}


/* Helper (Display-Widescreen) (default: 1200px) */
/*--------------------------------------------------------------------------*/

@media (min-width:1920px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
}


/* Helper (Margin-Auto) */
/*--------------------------------------------------------------------------*/

.mt-auto, .my-auto { margin-top: auto !important;    }
.mr-auto, .mx-auto { margin-right: auto !important;  }
.mb-auto, .my-auto { margin-bottom: auto !important; }
.ml-auto, .mx-auto { margin-left: auto !important;   }


/* Helper (Margin-Responsive) */
/*--------------------------------------------------------------------------*/

  .mt-0, .my-0 { margin-top:    0px !important; }
  .mr-0, .mx-0 { margin-right:  0px !important; }
  .mb-0, .my-0 { margin-bottom: 0px !important; }
  .ml-0, .mx-0 { margin-left:   0px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-0, body .sm-my-0 { margin-top:    0px !important; }
    body .sm-mr-0, body .sm-mx-0 { margin-right:  0px !important; }
    body .sm-mb-0, body .sm-my-0 { margin-bottom: 0px !important; }
    body .sm-ml-0, body .sm-mx-0 { margin-left:   0px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-0, body .md-my-0 { margin-top:    0px !important; }
    body .md-mr-0, body .md-mx-0 { margin-right:  0px !important; }
    body .md-mb-0, body .md-my-0 { margin-bottom: 0px !important; }
    body .md-ml-0, body .md-mx-0 { margin-left:   0px !important; }
  }
  @media print {
    body .mt-print-0, body .my-print-0 { margin-top:    0px !important; }
    body .mr-print-0, body .mx-print-0 { margin-right:  0px !important; }
    body .mb-print-0, body .my-print-0 { margin-bottom: 0px !important; }
    body .ml-print-0, body .mx-print-0 { margin-left:   0px !important; }
  }
  
  .mt-1, .my-1 { margin-top:    16px !important; }
  .mr-1, .mx-1 { margin-right:  16px !important; }
  .mb-1, .my-1 { margin-bottom: 16px !important; }
  .ml-1, .mx-1 { margin-left:   16px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-1, body .sm-my-1 { margin-top:    16px !important; }
    body .sm-mr-1, body .sm-mx-1 { margin-right:  16px !important; }
    body .sm-mb-1, body .sm-my-1 { margin-bottom: 16px !important; }
    body .sm-ml-1, body .sm-mx-1 { margin-left:   16px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-1, body .md-my-1 { margin-top:    16px !important; }
    body .md-mr-1, body .md-mx-1 { margin-right:  16px !important; }
    body .md-mb-1, body .md-my-1 { margin-bottom: 16px !important; }
    body .md-ml-1, body .md-mx-1 { margin-left:   16px !important; }
  }
  @media print {
    body .mt-print-1, body .my-print-1 { margin-top:    16px !important; }
    body .mr-print-1, body .mx-print-1 { margin-right:  16px !important; }
    body .mb-print-1, body .my-print-1 { margin-bottom: 16px !important; }
    body .ml-print-1, body .mx-print-1 { margin-left:   16px !important; }
  }
  
  .mt-2, .my-2 { margin-top:    32px !important; }
  .mr-2, .mx-2 { margin-right:  32px !important; }
  .mb-2, .my-2 { margin-bottom: 32px !important; }
  .ml-2, .mx-2 { margin-left:   32px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-2, body .sm-my-2 { margin-top:    32px !important; }
    body .sm-mr-2, body .sm-mx-2 { margin-right:  32px !important; }
    body .sm-mb-2, body .sm-my-2 { margin-bottom: 32px !important; }
    body .sm-ml-2, body .sm-mx-2 { margin-left:   32px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-2, body .md-my-2 { margin-top:    32px !important; }
    body .md-mr-2, body .md-mx-2 { margin-right:  32px !important; }
    body .md-mb-2, body .md-my-2 { margin-bottom: 32px !important; }
    body .md-ml-2, body .md-mx-2 { margin-left:   32px !important; }
  }
  @media print {
    body .mt-print-2, body .my-print-2 { margin-top:    32px !important; }
    body .mr-print-2, body .mx-print-2 { margin-right:  32px !important; }
    body .mb-print-2, body .my-print-2 { margin-bottom: 32px !important; }
    body .ml-print-2, body .mx-print-2 { margin-left:   32px !important; }
  }
  
  .mt-3, .my-3 { margin-top:    48px !important; }
  .mr-3, .mx-3 { margin-right:  48px !important; }
  .mb-3, .my-3 { margin-bottom: 48px !important; }
  .ml-3, .mx-3 { margin-left:   48px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-3, body .sm-my-3 { margin-top:    48px !important; }
    body .sm-mr-3, body .sm-mx-3 { margin-right:  48px !important; }
    body .sm-mb-3, body .sm-my-3 { margin-bottom: 48px !important; }
    body .sm-ml-3, body .sm-mx-3 { margin-left:   48px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-3, body .md-my-3 { margin-top:    48px !important; }
    body .md-mr-3, body .md-mx-3 { margin-right:  48px !important; }
    body .md-mb-3, body .md-my-3 { margin-bottom: 48px !important; }
    body .md-ml-3, body .md-mx-3 { margin-left:   48px !important; }
  }
  @media print {
    body .mt-print-3, body .my-print-3 { margin-top:    48px !important; }
    body .mr-print-3, body .mx-print-3 { margin-right:  48px !important; }
    body .mb-print-3, body .my-print-3 { margin-bottom: 48px !important; }
    body .ml-print-3, body .mx-print-3 { margin-left:   48px !important; }
  }
  
  .mt-4, .my-4 { margin-top:    64px !important; }
  .mr-4, .mx-4 { margin-right:  64px !important; }
  .mb-4, .my-4 { margin-bottom: 64px !important; }
  .ml-4, .mx-4 { margin-left:   64px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-4, body .sm-my-4 { margin-top:    64px !important; }
    body .sm-mr-4, body .sm-mx-4 { margin-right:  64px !important; }
    body .sm-mb-4, body .sm-my-4 { margin-bottom: 64px !important; }
    body .sm-ml-4, body .sm-mx-4 { margin-left:   64px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-4, body .md-my-4 { margin-top:    64px !important; }
    body .md-mr-4, body .md-mx-4 { margin-right:  64px !important; }
    body .md-mb-4, body .md-my-4 { margin-bottom: 64px !important; }
    body .md-ml-4, body .md-mx-4 { margin-left:   64px !important; }
  }
  @media print {
    body .mt-print-4, body .my-print-4 { margin-top:    64px !important; }
    body .mr-print-4, body .mx-print-4 { margin-right:  64px !important; }
    body .mb-print-4, body .my-print-4 { margin-bottom: 64px !important; }
    body .ml-print-4, body .mx-print-4 { margin-left:   64px !important; }
  }
  
  .mt-5, .my-5 { margin-top:    80px !important; }
  .mr-5, .mx-5 { margin-right:  80px !important; }
  .mb-5, .my-5 { margin-bottom: 80px !important; }
  .ml-5, .mx-5 { margin-left:   80px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-5, body .sm-my-5 { margin-top:    80px !important; }
    body .sm-mr-5, body .sm-mx-5 { margin-right:  80px !important; }
    body .sm-mb-5, body .sm-my-5 { margin-bottom: 80px !important; }
    body .sm-ml-5, body .sm-mx-5 { margin-left:   80px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-5, body .md-my-5 { margin-top:    80px !important; }
    body .md-mr-5, body .md-mx-5 { margin-right:  80px !important; }
    body .md-mb-5, body .md-my-5 { margin-bottom: 80px !important; }
    body .md-ml-5, body .md-mx-5 { margin-left:   80px !important; }
  }
  @media print {
    body .mt-print-5, body .my-print-5 { margin-top:    80px !important; }
    body .mr-print-5, body .mx-print-5 { margin-right:  80px !important; }
    body .mb-print-5, body .my-print-5 { margin-bottom: 80px !important; }
    body .ml-print-5, body .mx-print-5 { margin-left:   80px !important; }
  }
  
  .mt-6, .my-6 { margin-top:    96px !important; }
  .mr-6, .mx-6 { margin-right:  96px !important; }
  .mb-6, .my-6 { margin-bottom: 96px !important; }
  .ml-6, .mx-6 { margin-left:   96px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-6, body .sm-my-6 { margin-top:    96px !important; }
    body .sm-mr-6, body .sm-mx-6 { margin-right:  96px !important; }
    body .sm-mb-6, body .sm-my-6 { margin-bottom: 96px !important; }
    body .sm-ml-6, body .sm-mx-6 { margin-left:   96px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-6, body .md-my-6 { margin-top:    96px !important; }
    body .md-mr-6, body .md-mx-6 { margin-right:  96px !important; }
    body .md-mb-6, body .md-my-6 { margin-bottom: 96px !important; }
    body .md-ml-6, body .md-mx-6 { margin-left:   96px !important; }
  }
  @media print {
    body .mt-print-6, body .my-print-6 { margin-top:    96px !important; }
    body .mr-print-6, body .mx-print-6 { margin-right:  96px !important; }
    body .mb-print-6, body .my-print-6 { margin-bottom: 96px !important; }
    body .ml-print-6, body .mx-print-6 { margin-left:   96px !important; }
  }
  
  .mt-7, .my-7 { margin-top:    112px !important; }
  .mr-7, .mx-7 { margin-right:  112px !important; }
  .mb-7, .my-7 { margin-bottom: 112px !important; }
  .ml-7, .mx-7 { margin-left:   112px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-7, body .sm-my-7 { margin-top:    112px !important; }
    body .sm-mr-7, body .sm-mx-7 { margin-right:  112px !important; }
    body .sm-mb-7, body .sm-my-7 { margin-bottom: 112px !important; }
    body .sm-ml-7, body .sm-mx-7 { margin-left:   112px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-7, body .md-my-7 { margin-top:    112px !important; }
    body .md-mr-7, body .md-mx-7 { margin-right:  112px !important; }
    body .md-mb-7, body .md-my-7 { margin-bottom: 112px !important; }
    body .md-ml-7, body .md-mx-7 { margin-left:   112px !important; }
  }
  @media print {
    body .mt-print-7, body .my-print-7 { margin-top:    112px !important; }
    body .mr-print-7, body .mx-print-7 { margin-right:  112px !important; }
    body .mb-print-7, body .my-print-7 { margin-bottom: 112px !important; }
    body .ml-print-7, body .mx-print-7 { margin-left:   112px !important; }
  }
  
  .mt-8, .my-8 { margin-top:    128px !important; }
  .mr-8, .mx-8 { margin-right:  128px !important; }
  .mb-8, .my-8 { margin-bottom: 128px !important; }
  .ml-8, .mx-8 { margin-left:   128px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-8, body .sm-my-8 { margin-top:    128px !important; }
    body .sm-mr-8, body .sm-mx-8 { margin-right:  128px !important; }
    body .sm-mb-8, body .sm-my-8 { margin-bottom: 128px !important; }
    body .sm-ml-8, body .sm-mx-8 { margin-left:   128px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-8, body .md-my-8 { margin-top:    128px !important; }
    body .md-mr-8, body .md-mx-8 { margin-right:  128px !important; }
    body .md-mb-8, body .md-my-8 { margin-bottom: 128px !important; }
    body .md-ml-8, body .md-mx-8 { margin-left:   128px !important; }
  }
  @media print {
    body .mt-print-8, body .my-print-8 { margin-top:    128px !important; }
    body .mr-print-8, body .mx-print-8 { margin-right:  128px !important; }
    body .mb-print-8, body .my-print-8 { margin-bottom: 128px !important; }
    body .ml-print-8, body .mx-print-8 { margin-left:   128px !important; }
  }
  
  .mt-9, .my-9 { margin-top:    144px !important; }
  .mr-9, .mx-9 { margin-right:  144px !important; }
  .mb-9, .my-9 { margin-bottom: 144px !important; }
  .ml-9, .mx-9 { margin-left:   144px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-9, body .sm-my-9 { margin-top:    144px !important; }
    body .sm-mr-9, body .sm-mx-9 { margin-right:  144px !important; }
    body .sm-mb-9, body .sm-my-9 { margin-bottom: 144px !important; }
    body .sm-ml-9, body .sm-mx-9 { margin-left:   144px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-9, body .md-my-9 { margin-top:    144px !important; }
    body .md-mr-9, body .md-mx-9 { margin-right:  144px !important; }
    body .md-mb-9, body .md-my-9 { margin-bottom: 144px !important; }
    body .md-ml-9, body .md-mx-9 { margin-left:   144px !important; }
  }
  @media print {
    body .mt-print-9, body .my-print-9 { margin-top:    144px !important; }
    body .mr-print-9, body .mx-print-9 { margin-right:  144px !important; }
    body .mb-print-9, body .my-print-9 { margin-bottom: 144px !important; }
    body .ml-print-9, body .mx-print-9 { margin-left:   144px !important; }
  }
  
  .mt-10, .my-10 { margin-top:    160px !important; }
  .mr-10, .mx-10 { margin-right:  160px !important; }
  .mb-10, .my-10 { margin-bottom: 160px !important; }
  .ml-10, .mx-10 { margin-left:   160px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-10, body .sm-my-10 { margin-top:    160px !important; }
    body .sm-mr-10, body .sm-mx-10 { margin-right:  160px !important; }
    body .sm-mb-10, body .sm-my-10 { margin-bottom: 160px !important; }
    body .sm-ml-10, body .sm-mx-10 { margin-left:   160px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-10, body .md-my-10 { margin-top:    160px !important; }
    body .md-mr-10, body .md-mx-10 { margin-right:  160px !important; }
    body .md-mb-10, body .md-my-10 { margin-bottom: 160px !important; }
    body .md-ml-10, body .md-mx-10 { margin-left:   160px !important; }
  }
  @media print {
    body .mt-print-10, body .my-print-10 { margin-top:    160px !important; }
    body .mr-print-10, body .mx-print-10 { margin-right:  160px !important; }
    body .mb-print-10, body .my-print-10 { margin-bottom: 160px !important; }
    body .ml-print-10, body .mx-print-10 { margin-left:   160px !important; }
  }
  
  .mt-11, .my-11 { margin-top:    176px !important; }
  .mr-11, .mx-11 { margin-right:  176px !important; }
  .mb-11, .my-11 { margin-bottom: 176px !important; }
  .ml-11, .mx-11 { margin-left:   176px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-11, body .sm-my-11 { margin-top:    176px !important; }
    body .sm-mr-11, body .sm-mx-11 { margin-right:  176px !important; }
    body .sm-mb-11, body .sm-my-11 { margin-bottom: 176px !important; }
    body .sm-ml-11, body .sm-mx-11 { margin-left:   176px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-11, body .md-my-11 { margin-top:    176px !important; }
    body .md-mr-11, body .md-mx-11 { margin-right:  176px !important; }
    body .md-mb-11, body .md-my-11 { margin-bottom: 176px !important; }
    body .md-ml-11, body .md-mx-11 { margin-left:   176px !important; }
  }
  @media print {
    body .mt-print-11, body .my-print-11 { margin-top:    176px !important; }
    body .mr-print-11, body .mx-print-11 { margin-right:  176px !important; }
    body .mb-print-11, body .my-print-11 { margin-bottom: 176px !important; }
    body .ml-print-11, body .mx-print-11 { margin-left:   176px !important; }
  }
  
  .mt-12, .my-12 { margin-top:    192px !important; }
  .mr-12, .mx-12 { margin-right:  192px !important; }
  .mb-12, .my-12 { margin-bottom: 192px !important; }
  .ml-12, .mx-12 { margin-left:   192px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-12, body .sm-my-12 { margin-top:    192px !important; }
    body .sm-mr-12, body .sm-mx-12 { margin-right:  192px !important; }
    body .sm-mb-12, body .sm-my-12 { margin-bottom: 192px !important; }
    body .sm-ml-12, body .sm-mx-12 { margin-left:   192px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-12, body .md-my-12 { margin-top:    192px !important; }
    body .md-mr-12, body .md-mx-12 { margin-right:  192px !important; }
    body .md-mb-12, body .md-my-12 { margin-bottom: 192px !important; }
    body .md-ml-12, body .md-mx-12 { margin-left:   192px !important; }
  }
  @media print {
    body .mt-print-12, body .my-print-12 { margin-top:    192px !important; }
    body .mr-print-12, body .mx-print-12 { margin-right:  192px !important; }
    body .mb-print-12, body .my-print-12 { margin-bottom: 192px !important; }
    body .ml-print-12, body .mx-print-12 { margin-left:   192px !important; }
  }
  
  .mt-13, .my-13 { margin-top:    208px !important; }
  .mr-13, .mx-13 { margin-right:  208px !important; }
  .mb-13, .my-13 { margin-bottom: 208px !important; }
  .ml-13, .mx-13 { margin-left:   208px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-13, body .sm-my-13 { margin-top:    208px !important; }
    body .sm-mr-13, body .sm-mx-13 { margin-right:  208px !important; }
    body .sm-mb-13, body .sm-my-13 { margin-bottom: 208px !important; }
    body .sm-ml-13, body .sm-mx-13 { margin-left:   208px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-13, body .md-my-13 { margin-top:    208px !important; }
    body .md-mr-13, body .md-mx-13 { margin-right:  208px !important; }
    body .md-mb-13, body .md-my-13 { margin-bottom: 208px !important; }
    body .md-ml-13, body .md-mx-13 { margin-left:   208px !important; }
  }
  @media print {
    body .mt-print-13, body .my-print-13 { margin-top:    208px !important; }
    body .mr-print-13, body .mx-print-13 { margin-right:  208px !important; }
    body .mb-print-13, body .my-print-13 { margin-bottom: 208px !important; }
    body .ml-print-13, body .mx-print-13 { margin-left:   208px !important; }
  }
  
  .mt-14, .my-14 { margin-top:    224px !important; }
  .mr-14, .mx-14 { margin-right:  224px !important; }
  .mb-14, .my-14 { margin-bottom: 224px !important; }
  .ml-14, .mx-14 { margin-left:   224px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-14, body .sm-my-14 { margin-top:    224px !important; }
    body .sm-mr-14, body .sm-mx-14 { margin-right:  224px !important; }
    body .sm-mb-14, body .sm-my-14 { margin-bottom: 224px !important; }
    body .sm-ml-14, body .sm-mx-14 { margin-left:   224px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-14, body .md-my-14 { margin-top:    224px !important; }
    body .md-mr-14, body .md-mx-14 { margin-right:  224px !important; }
    body .md-mb-14, body .md-my-14 { margin-bottom: 224px !important; }
    body .md-ml-14, body .md-mx-14 { margin-left:   224px !important; }
  }
  @media print {
    body .mt-print-14, body .my-print-14 { margin-top:    224px !important; }
    body .mr-print-14, body .mx-print-14 { margin-right:  224px !important; }
    body .mb-print-14, body .my-print-14 { margin-bottom: 224px !important; }
    body .ml-print-14, body .mx-print-14 { margin-left:   224px !important; }
  }
  
  .mt-15, .my-15 { margin-top:    240px !important; }
  .mr-15, .mx-15 { margin-right:  240px !important; }
  .mb-15, .my-15 { margin-bottom: 240px !important; }
  .ml-15, .mx-15 { margin-left:   240px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-15, body .sm-my-15 { margin-top:    240px !important; }
    body .sm-mr-15, body .sm-mx-15 { margin-right:  240px !important; }
    body .sm-mb-15, body .sm-my-15 { margin-bottom: 240px !important; }
    body .sm-ml-15, body .sm-mx-15 { margin-left:   240px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-15, body .md-my-15 { margin-top:    240px !important; }
    body .md-mr-15, body .md-mx-15 { margin-right:  240px !important; }
    body .md-mb-15, body .md-my-15 { margin-bottom: 240px !important; }
    body .md-ml-15, body .md-mx-15 { margin-left:   240px !important; }
  }
  @media print {
    body .mt-print-15, body .my-print-15 { margin-top:    240px !important; }
    body .mr-print-15, body .mx-print-15 { margin-right:  240px !important; }
    body .mb-print-15, body .my-print-15 { margin-bottom: 240px !important; }
    body .ml-print-15, body .mx-print-15 { margin-left:   240px !important; }
  }
  
  .mt-16, .my-16 { margin-top:    256px !important; }
  .mr-16, .mx-16 { margin-right:  256px !important; }
  .mb-16, .my-16 { margin-bottom: 256px !important; }
  .ml-16, .mx-16 { margin-left:   256px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-16, body .sm-my-16 { margin-top:    256px !important; }
    body .sm-mr-16, body .sm-mx-16 { margin-right:  256px !important; }
    body .sm-mb-16, body .sm-my-16 { margin-bottom: 256px !important; }
    body .sm-ml-16, body .sm-mx-16 { margin-left:   256px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-16, body .md-my-16 { margin-top:    256px !important; }
    body .md-mr-16, body .md-mx-16 { margin-right:  256px !important; }
    body .md-mb-16, body .md-my-16 { margin-bottom: 256px !important; }
    body .md-ml-16, body .md-mx-16 { margin-left:   256px !important; }
  }
  @media print {
    body .mt-print-16, body .my-print-16 { margin-top:    256px !important; }
    body .mr-print-16, body .mx-print-16 { margin-right:  256px !important; }
    body .mb-print-16, body .my-print-16 { margin-bottom: 256px !important; }
    body .ml-print-16, body .mx-print-16 { margin-left:   256px !important; }
  }
  
  .mt-17, .my-17 { margin-top:    272px !important; }
  .mr-17, .mx-17 { margin-right:  272px !important; }
  .mb-17, .my-17 { margin-bottom: 272px !important; }
  .ml-17, .mx-17 { margin-left:   272px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-17, body .sm-my-17 { margin-top:    272px !important; }
    body .sm-mr-17, body .sm-mx-17 { margin-right:  272px !important; }
    body .sm-mb-17, body .sm-my-17 { margin-bottom: 272px !important; }
    body .sm-ml-17, body .sm-mx-17 { margin-left:   272px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-17, body .md-my-17 { margin-top:    272px !important; }
    body .md-mr-17, body .md-mx-17 { margin-right:  272px !important; }
    body .md-mb-17, body .md-my-17 { margin-bottom: 272px !important; }
    body .md-ml-17, body .md-mx-17 { margin-left:   272px !important; }
  }
  @media print {
    body .mt-print-17, body .my-print-17 { margin-top:    272px !important; }
    body .mr-print-17, body .mx-print-17 { margin-right:  272px !important; }
    body .mb-print-17, body .my-print-17 { margin-bottom: 272px !important; }
    body .ml-print-17, body .mx-print-17 { margin-left:   272px !important; }
  }
  
  .mt-18, .my-18 { margin-top:    288px !important; }
  .mr-18, .mx-18 { margin-right:  288px !important; }
  .mb-18, .my-18 { margin-bottom: 288px !important; }
  .ml-18, .mx-18 { margin-left:   288px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-18, body .sm-my-18 { margin-top:    288px !important; }
    body .sm-mr-18, body .sm-mx-18 { margin-right:  288px !important; }
    body .sm-mb-18, body .sm-my-18 { margin-bottom: 288px !important; }
    body .sm-ml-18, body .sm-mx-18 { margin-left:   288px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-18, body .md-my-18 { margin-top:    288px !important; }
    body .md-mr-18, body .md-mx-18 { margin-right:  288px !important; }
    body .md-mb-18, body .md-my-18 { margin-bottom: 288px !important; }
    body .md-ml-18, body .md-mx-18 { margin-left:   288px !important; }
  }
  @media print {
    body .mt-print-18, body .my-print-18 { margin-top:    288px !important; }
    body .mr-print-18, body .mx-print-18 { margin-right:  288px !important; }
    body .mb-print-18, body .my-print-18 { margin-bottom: 288px !important; }
    body .ml-print-18, body .mx-print-18 { margin-left:   288px !important; }
  }
  
  .mt-19, .my-19 { margin-top:    304px !important; }
  .mr-19, .mx-19 { margin-right:  304px !important; }
  .mb-19, .my-19 { margin-bottom: 304px !important; }
  .ml-19, .mx-19 { margin-left:   304px !important; }
  @media(max-width:767px){ /* ups .pt-sm-x */
    body .sm-mt-19, body .sm-my-19 { margin-top:    304px !important; }
    body .sm-mr-19, body .sm-mx-19 { margin-right:  304px !important; }
    body .sm-mb-19, body .sm-my-19 { margin-bottom: 304px !important; }
    body .sm-ml-19, body .sm-mx-19 { margin-left:   304px !important; }
  }
  @media (min-width:768px) and (max-width:1023px) {
    body .md-mt-19, body .md-my-19 { margin-top:    304px !important; }
    body .md-mr-19, body .md-mx-19 { margin-right:  304px !important; }
    body .md-mb-19, body .md-my-19 { margin-bottom: 304px !important; }
    body .md-ml-19, body .md-mx-19 { margin-left:   304px !important; }
  }
  @media print {
    body .mt-print-19, body .my-print-19 { margin-top:    304px !important; }
    body .mr-print-19, body .mx-print-19 { margin-right:  304px !important; }
    body .mb-print-19, body .my-print-19 { margin-bottom: 304px !important; }
    body .ml-print-19, body .mx-print-19 { margin-left:   304px !important; }
  }
    


/* Helper (Padding-Responsive) */
/*--------------------------------------------------------------------------*/

  .pt-0, .py-0 { padding-top:    0px !important; }
  .pr-0, .px-0 { padding-right:  0px !important; }
  .pb-0, .py-0 { padding-bottom: 0px !important; }
  .pl-0, .px-0 { padding-left:   0px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-0, body .sm-py-0 { padding-top:    0px !important; }
    body .sm-pr-0, body .sm-px-0 { padding-right:  0px !important; }
    body .sm-pb-0, body .sm-py-0 { padding-bottom: 0px !important; }
    body .sm-pl-0, body .sm-px-0 { padding-left:   0px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-0, body .md-py-0 { padding-top:    0px !important; }
    body .md-pr-0, body .md-px-0 { padding-right:  0px !important; }
    body .md-pb-0, body .md-py-0 { padding-bottom: 0px !important; }
    body .md-pl-0, body .md-px-0 { padding-left:   0px !important; }
  }
  @media print {
    body .pt-print-0, body .py-print-0 { padding-top:    0px !important; }
    body .pr-print-0, body .px-print-0 { padding-right:  0px !important; }
    body .pb-print-0, body .py-print-0 { padding-bottom: 0px !important; }
    body .pl-print-0, body .px-print-0 { padding-left:   0px !important; }
  }
  
  .pt-1, .py-1 { padding-top:    16px !important; }
  .pr-1, .px-1 { padding-right:  16px !important; }
  .pb-1, .py-1 { padding-bottom: 16px !important; }
  .pl-1, .px-1 { padding-left:   16px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-1, body .sm-py-1 { padding-top:    16px !important; }
    body .sm-pr-1, body .sm-px-1 { padding-right:  16px !important; }
    body .sm-pb-1, body .sm-py-1 { padding-bottom: 16px !important; }
    body .sm-pl-1, body .sm-px-1 { padding-left:   16px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-1, body .md-py-1 { padding-top:    16px !important; }
    body .md-pr-1, body .md-px-1 { padding-right:  16px !important; }
    body .md-pb-1, body .md-py-1 { padding-bottom: 16px !important; }
    body .md-pl-1, body .md-px-1 { padding-left:   16px !important; }
  }
  @media print {
    body .pt-print-1, body .py-print-1 { padding-top:    16px !important; }
    body .pr-print-1, body .px-print-1 { padding-right:  16px !important; }
    body .pb-print-1, body .py-print-1 { padding-bottom: 16px !important; }
    body .pl-print-1, body .px-print-1 { padding-left:   16px !important; }
  }
  
  .pt-2, .py-2 { padding-top:    32px !important; }
  .pr-2, .px-2 { padding-right:  32px !important; }
  .pb-2, .py-2 { padding-bottom: 32px !important; }
  .pl-2, .px-2 { padding-left:   32px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-2, body .sm-py-2 { padding-top:    32px !important; }
    body .sm-pr-2, body .sm-px-2 { padding-right:  32px !important; }
    body .sm-pb-2, body .sm-py-2 { padding-bottom: 32px !important; }
    body .sm-pl-2, body .sm-px-2 { padding-left:   32px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-2, body .md-py-2 { padding-top:    32px !important; }
    body .md-pr-2, body .md-px-2 { padding-right:  32px !important; }
    body .md-pb-2, body .md-py-2 { padding-bottom: 32px !important; }
    body .md-pl-2, body .md-px-2 { padding-left:   32px !important; }
  }
  @media print {
    body .pt-print-2, body .py-print-2 { padding-top:    32px !important; }
    body .pr-print-2, body .px-print-2 { padding-right:  32px !important; }
    body .pb-print-2, body .py-print-2 { padding-bottom: 32px !important; }
    body .pl-print-2, body .px-print-2 { padding-left:   32px !important; }
  }
  
  .pt-3, .py-3 { padding-top:    48px !important; }
  .pr-3, .px-3 { padding-right:  48px !important; }
  .pb-3, .py-3 { padding-bottom: 48px !important; }
  .pl-3, .px-3 { padding-left:   48px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-3, body .sm-py-3 { padding-top:    48px !important; }
    body .sm-pr-3, body .sm-px-3 { padding-right:  48px !important; }
    body .sm-pb-3, body .sm-py-3 { padding-bottom: 48px !important; }
    body .sm-pl-3, body .sm-px-3 { padding-left:   48px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-3, body .md-py-3 { padding-top:    48px !important; }
    body .md-pr-3, body .md-px-3 { padding-right:  48px !important; }
    body .md-pb-3, body .md-py-3 { padding-bottom: 48px !important; }
    body .md-pl-3, body .md-px-3 { padding-left:   48px !important; }
  }
  @media print {
    body .pt-print-3, body .py-print-3 { padding-top:    48px !important; }
    body .pr-print-3, body .px-print-3 { padding-right:  48px !important; }
    body .pb-print-3, body .py-print-3 { padding-bottom: 48px !important; }
    body .pl-print-3, body .px-print-3 { padding-left:   48px !important; }
  }
  
  .pt-4, .py-4 { padding-top:    64px !important; }
  .pr-4, .px-4 { padding-right:  64px !important; }
  .pb-4, .py-4 { padding-bottom: 64px !important; }
  .pl-4, .px-4 { padding-left:   64px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-4, body .sm-py-4 { padding-top:    64px !important; }
    body .sm-pr-4, body .sm-px-4 { padding-right:  64px !important; }
    body .sm-pb-4, body .sm-py-4 { padding-bottom: 64px !important; }
    body .sm-pl-4, body .sm-px-4 { padding-left:   64px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-4, body .md-py-4 { padding-top:    64px !important; }
    body .md-pr-4, body .md-px-4 { padding-right:  64px !important; }
    body .md-pb-4, body .md-py-4 { padding-bottom: 64px !important; }
    body .md-pl-4, body .md-px-4 { padding-left:   64px !important; }
  }
  @media print {
    body .pt-print-4, body .py-print-4 { padding-top:    64px !important; }
    body .pr-print-4, body .px-print-4 { padding-right:  64px !important; }
    body .pb-print-4, body .py-print-4 { padding-bottom: 64px !important; }
    body .pl-print-4, body .px-print-4 { padding-left:   64px !important; }
  }
  
  .pt-5, .py-5 { padding-top:    80px !important; }
  .pr-5, .px-5 { padding-right:  80px !important; }
  .pb-5, .py-5 { padding-bottom: 80px !important; }
  .pl-5, .px-5 { padding-left:   80px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-5, body .sm-py-5 { padding-top:    80px !important; }
    body .sm-pr-5, body .sm-px-5 { padding-right:  80px !important; }
    body .sm-pb-5, body .sm-py-5 { padding-bottom: 80px !important; }
    body .sm-pl-5, body .sm-px-5 { padding-left:   80px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-5, body .md-py-5 { padding-top:    80px !important; }
    body .md-pr-5, body .md-px-5 { padding-right:  80px !important; }
    body .md-pb-5, body .md-py-5 { padding-bottom: 80px !important; }
    body .md-pl-5, body .md-px-5 { padding-left:   80px !important; }
  }
  @media print {
    body .pt-print-5, body .py-print-5 { padding-top:    80px !important; }
    body .pr-print-5, body .px-print-5 { padding-right:  80px !important; }
    body .pb-print-5, body .py-print-5 { padding-bottom: 80px !important; }
    body .pl-print-5, body .px-print-5 { padding-left:   80px !important; }
  }
  
  .pt-6, .py-6 { padding-top:    96px !important; }
  .pr-6, .px-6 { padding-right:  96px !important; }
  .pb-6, .py-6 { padding-bottom: 96px !important; }
  .pl-6, .px-6 { padding-left:   96px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-6, body .sm-py-6 { padding-top:    96px !important; }
    body .sm-pr-6, body .sm-px-6 { padding-right:  96px !important; }
    body .sm-pb-6, body .sm-py-6 { padding-bottom: 96px !important; }
    body .sm-pl-6, body .sm-px-6 { padding-left:   96px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-6, body .md-py-6 { padding-top:    96px !important; }
    body .md-pr-6, body .md-px-6 { padding-right:  96px !important; }
    body .md-pb-6, body .md-py-6 { padding-bottom: 96px !important; }
    body .md-pl-6, body .md-px-6 { padding-left:   96px !important; }
  }
  @media print {
    body .pt-print-6, body .py-print-6 { padding-top:    96px !important; }
    body .pr-print-6, body .px-print-6 { padding-right:  96px !important; }
    body .pb-print-6, body .py-print-6 { padding-bottom: 96px !important; }
    body .pl-print-6, body .px-print-6 { padding-left:   96px !important; }
  }
  
  .pt-7, .py-7 { padding-top:    112px !important; }
  .pr-7, .px-7 { padding-right:  112px !important; }
  .pb-7, .py-7 { padding-bottom: 112px !important; }
  .pl-7, .px-7 { padding-left:   112px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-7, body .sm-py-7 { padding-top:    112px !important; }
    body .sm-pr-7, body .sm-px-7 { padding-right:  112px !important; }
    body .sm-pb-7, body .sm-py-7 { padding-bottom: 112px !important; }
    body .sm-pl-7, body .sm-px-7 { padding-left:   112px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-7, body .md-py-7 { padding-top:    112px !important; }
    body .md-pr-7, body .md-px-7 { padding-right:  112px !important; }
    body .md-pb-7, body .md-py-7 { padding-bottom: 112px !important; }
    body .md-pl-7, body .md-px-7 { padding-left:   112px !important; }
  }
  @media print {
    body .pt-print-7, body .py-print-7 { padding-top:    112px !important; }
    body .pr-print-7, body .px-print-7 { padding-right:  112px !important; }
    body .pb-print-7, body .py-print-7 { padding-bottom: 112px !important; }
    body .pl-print-7, body .px-print-7 { padding-left:   112px !important; }
  }
  
  .pt-8, .py-8 { padding-top:    128px !important; }
  .pr-8, .px-8 { padding-right:  128px !important; }
  .pb-8, .py-8 { padding-bottom: 128px !important; }
  .pl-8, .px-8 { padding-left:   128px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-8, body .sm-py-8 { padding-top:    128px !important; }
    body .sm-pr-8, body .sm-px-8 { padding-right:  128px !important; }
    body .sm-pb-8, body .sm-py-8 { padding-bottom: 128px !important; }
    body .sm-pl-8, body .sm-px-8 { padding-left:   128px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-8, body .md-py-8 { padding-top:    128px !important; }
    body .md-pr-8, body .md-px-8 { padding-right:  128px !important; }
    body .md-pb-8, body .md-py-8 { padding-bottom: 128px !important; }
    body .md-pl-8, body .md-px-8 { padding-left:   128px !important; }
  }
  @media print {
    body .pt-print-8, body .py-print-8 { padding-top:    128px !important; }
    body .pr-print-8, body .px-print-8 { padding-right:  128px !important; }
    body .pb-print-8, body .py-print-8 { padding-bottom: 128px !important; }
    body .pl-print-8, body .px-print-8 { padding-left:   128px !important; }
  }
  
  .pt-9, .py-9 { padding-top:    144px !important; }
  .pr-9, .px-9 { padding-right:  144px !important; }
  .pb-9, .py-9 { padding-bottom: 144px !important; }
  .pl-9, .px-9 { padding-left:   144px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-9, body .sm-py-9 { padding-top:    144px !important; }
    body .sm-pr-9, body .sm-px-9 { padding-right:  144px !important; }
    body .sm-pb-9, body .sm-py-9 { padding-bottom: 144px !important; }
    body .sm-pl-9, body .sm-px-9 { padding-left:   144px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-9, body .md-py-9 { padding-top:    144px !important; }
    body .md-pr-9, body .md-px-9 { padding-right:  144px !important; }
    body .md-pb-9, body .md-py-9 { padding-bottom: 144px !important; }
    body .md-pl-9, body .md-px-9 { padding-left:   144px !important; }
  }
  @media print {
    body .pt-print-9, body .py-print-9 { padding-top:    144px !important; }
    body .pr-print-9, body .px-print-9 { padding-right:  144px !important; }
    body .pb-print-9, body .py-print-9 { padding-bottom: 144px !important; }
    body .pl-print-9, body .px-print-9 { padding-left:   144px !important; }
  }
  
  .pt-10, .py-10 { padding-top:    160px !important; }
  .pr-10, .px-10 { padding-right:  160px !important; }
  .pb-10, .py-10 { padding-bottom: 160px !important; }
  .pl-10, .px-10 { padding-left:   160px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-10, body .sm-py-10 { padding-top:    160px !important; }
    body .sm-pr-10, body .sm-px-10 { padding-right:  160px !important; }
    body .sm-pb-10, body .sm-py-10 { padding-bottom: 160px !important; }
    body .sm-pl-10, body .sm-px-10 { padding-left:   160px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-10, body .md-py-10 { padding-top:    160px !important; }
    body .md-pr-10, body .md-px-10 { padding-right:  160px !important; }
    body .md-pb-10, body .md-py-10 { padding-bottom: 160px !important; }
    body .md-pl-10, body .md-px-10 { padding-left:   160px !important; }
  }
  @media print {
    body .pt-print-10, body .py-print-10 { padding-top:    160px !important; }
    body .pr-print-10, body .px-print-10 { padding-right:  160px !important; }
    body .pb-print-10, body .py-print-10 { padding-bottom: 160px !important; }
    body .pl-print-10, body .px-print-10 { padding-left:   160px !important; }
  }
  
  .pt-11, .py-11 { padding-top:    176px !important; }
  .pr-11, .px-11 { padding-right:  176px !important; }
  .pb-11, .py-11 { padding-bottom: 176px !important; }
  .pl-11, .px-11 { padding-left:   176px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-11, body .sm-py-11 { padding-top:    176px !important; }
    body .sm-pr-11, body .sm-px-11 { padding-right:  176px !important; }
    body .sm-pb-11, body .sm-py-11 { padding-bottom: 176px !important; }
    body .sm-pl-11, body .sm-px-11 { padding-left:   176px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-11, body .md-py-11 { padding-top:    176px !important; }
    body .md-pr-11, body .md-px-11 { padding-right:  176px !important; }
    body .md-pb-11, body .md-py-11 { padding-bottom: 176px !important; }
    body .md-pl-11, body .md-px-11 { padding-left:   176px !important; }
  }
  @media print {
    body .pt-print-11, body .py-print-11 { padding-top:    176px !important; }
    body .pr-print-11, body .px-print-11 { padding-right:  176px !important; }
    body .pb-print-11, body .py-print-11 { padding-bottom: 176px !important; }
    body .pl-print-11, body .px-print-11 { padding-left:   176px !important; }
  }
  
  .pt-12, .py-12 { padding-top:    192px !important; }
  .pr-12, .px-12 { padding-right:  192px !important; }
  .pb-12, .py-12 { padding-bottom: 192px !important; }
  .pl-12, .px-12 { padding-left:   192px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-12, body .sm-py-12 { padding-top:    192px !important; }
    body .sm-pr-12, body .sm-px-12 { padding-right:  192px !important; }
    body .sm-pb-12, body .sm-py-12 { padding-bottom: 192px !important; }
    body .sm-pl-12, body .sm-px-12 { padding-left:   192px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-12, body .md-py-12 { padding-top:    192px !important; }
    body .md-pr-12, body .md-px-12 { padding-right:  192px !important; }
    body .md-pb-12, body .md-py-12 { padding-bottom: 192px !important; }
    body .md-pl-12, body .md-px-12 { padding-left:   192px !important; }
  }
  @media print {
    body .pt-print-12, body .py-print-12 { padding-top:    192px !important; }
    body .pr-print-12, body .px-print-12 { padding-right:  192px !important; }
    body .pb-print-12, body .py-print-12 { padding-bottom: 192px !important; }
    body .pl-print-12, body .px-print-12 { padding-left:   192px !important; }
  }
  
  .pt-13, .py-13 { padding-top:    208px !important; }
  .pr-13, .px-13 { padding-right:  208px !important; }
  .pb-13, .py-13 { padding-bottom: 208px !important; }
  .pl-13, .px-13 { padding-left:   208px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-13, body .sm-py-13 { padding-top:    208px !important; }
    body .sm-pr-13, body .sm-px-13 { padding-right:  208px !important; }
    body .sm-pb-13, body .sm-py-13 { padding-bottom: 208px !important; }
    body .sm-pl-13, body .sm-px-13 { padding-left:   208px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-13, body .md-py-13 { padding-top:    208px !important; }
    body .md-pr-13, body .md-px-13 { padding-right:  208px !important; }
    body .md-pb-13, body .md-py-13 { padding-bottom: 208px !important; }
    body .md-pl-13, body .md-px-13 { padding-left:   208px !important; }
  }
  @media print {
    body .pt-print-13, body .py-print-13 { padding-top:    208px !important; }
    body .pr-print-13, body .px-print-13 { padding-right:  208px !important; }
    body .pb-print-13, body .py-print-13 { padding-bottom: 208px !important; }
    body .pl-print-13, body .px-print-13 { padding-left:   208px !important; }
  }
  
  .pt-14, .py-14 { padding-top:    224px !important; }
  .pr-14, .px-14 { padding-right:  224px !important; }
  .pb-14, .py-14 { padding-bottom: 224px !important; }
  .pl-14, .px-14 { padding-left:   224px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-14, body .sm-py-14 { padding-top:    224px !important; }
    body .sm-pr-14, body .sm-px-14 { padding-right:  224px !important; }
    body .sm-pb-14, body .sm-py-14 { padding-bottom: 224px !important; }
    body .sm-pl-14, body .sm-px-14 { padding-left:   224px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-14, body .md-py-14 { padding-top:    224px !important; }
    body .md-pr-14, body .md-px-14 { padding-right:  224px !important; }
    body .md-pb-14, body .md-py-14 { padding-bottom: 224px !important; }
    body .md-pl-14, body .md-px-14 { padding-left:   224px !important; }
  }
  @media print {
    body .pt-print-14, body .py-print-14 { padding-top:    224px !important; }
    body .pr-print-14, body .px-print-14 { padding-right:  224px !important; }
    body .pb-print-14, body .py-print-14 { padding-bottom: 224px !important; }
    body .pl-print-14, body .px-print-14 { padding-left:   224px !important; }
  }
  
  .pt-15, .py-15 { padding-top:    240px !important; }
  .pr-15, .px-15 { padding-right:  240px !important; }
  .pb-15, .py-15 { padding-bottom: 240px !important; }
  .pl-15, .px-15 { padding-left:   240px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-15, body .sm-py-15 { padding-top:    240px !important; }
    body .sm-pr-15, body .sm-px-15 { padding-right:  240px !important; }
    body .sm-pb-15, body .sm-py-15 { padding-bottom: 240px !important; }
    body .sm-pl-15, body .sm-px-15 { padding-left:   240px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-15, body .md-py-15 { padding-top:    240px !important; }
    body .md-pr-15, body .md-px-15 { padding-right:  240px !important; }
    body .md-pb-15, body .md-py-15 { padding-bottom: 240px !important; }
    body .md-pl-15, body .md-px-15 { padding-left:   240px !important; }
  }
  @media print {
    body .pt-print-15, body .py-print-15 { padding-top:    240px !important; }
    body .pr-print-15, body .px-print-15 { padding-right:  240px !important; }
    body .pb-print-15, body .py-print-15 { padding-bottom: 240px !important; }
    body .pl-print-15, body .px-print-15 { padding-left:   240px !important; }
  }
  
  .pt-16, .py-16 { padding-top:    256px !important; }
  .pr-16, .px-16 { padding-right:  256px !important; }
  .pb-16, .py-16 { padding-bottom: 256px !important; }
  .pl-16, .px-16 { padding-left:   256px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-16, body .sm-py-16 { padding-top:    256px !important; }
    body .sm-pr-16, body .sm-px-16 { padding-right:  256px !important; }
    body .sm-pb-16, body .sm-py-16 { padding-bottom: 256px !important; }
    body .sm-pl-16, body .sm-px-16 { padding-left:   256px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-16, body .md-py-16 { padding-top:    256px !important; }
    body .md-pr-16, body .md-px-16 { padding-right:  256px !important; }
    body .md-pb-16, body .md-py-16 { padding-bottom: 256px !important; }
    body .md-pl-16, body .md-px-16 { padding-left:   256px !important; }
  }
  @media print {
    body .pt-print-16, body .py-print-16 { padding-top:    256px !important; }
    body .pr-print-16, body .px-print-16 { padding-right:  256px !important; }
    body .pb-print-16, body .py-print-16 { padding-bottom: 256px !important; }
    body .pl-print-16, body .px-print-16 { padding-left:   256px !important; }
  }
  
  .pt-17, .py-17 { padding-top:    272px !important; }
  .pr-17, .px-17 { padding-right:  272px !important; }
  .pb-17, .py-17 { padding-bottom: 272px !important; }
  .pl-17, .px-17 { padding-left:   272px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-17, body .sm-py-17 { padding-top:    272px !important; }
    body .sm-pr-17, body .sm-px-17 { padding-right:  272px !important; }
    body .sm-pb-17, body .sm-py-17 { padding-bottom: 272px !important; }
    body .sm-pl-17, body .sm-px-17 { padding-left:   272px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-17, body .md-py-17 { padding-top:    272px !important; }
    body .md-pr-17, body .md-px-17 { padding-right:  272px !important; }
    body .md-pb-17, body .md-py-17 { padding-bottom: 272px !important; }
    body .md-pl-17, body .md-px-17 { padding-left:   272px !important; }
  }
  @media print {
    body .pt-print-17, body .py-print-17 { padding-top:    272px !important; }
    body .pr-print-17, body .px-print-17 { padding-right:  272px !important; }
    body .pb-print-17, body .py-print-17 { padding-bottom: 272px !important; }
    body .pl-print-17, body .px-print-17 { padding-left:   272px !important; }
  }
  
  .pt-18, .py-18 { padding-top:    288px !important; }
  .pr-18, .px-18 { padding-right:  288px !important; }
  .pb-18, .py-18 { padding-bottom: 288px !important; }
  .pl-18, .px-18 { padding-left:   288px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-18, body .sm-py-18 { padding-top:    288px !important; }
    body .sm-pr-18, body .sm-px-18 { padding-right:  288px !important; }
    body .sm-pb-18, body .sm-py-18 { padding-bottom: 288px !important; }
    body .sm-pl-18, body .sm-px-18 { padding-left:   288px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-18, body .md-py-18 { padding-top:    288px !important; }
    body .md-pr-18, body .md-px-18 { padding-right:  288px !important; }
    body .md-pb-18, body .md-py-18 { padding-bottom: 288px !important; }
    body .md-pl-18, body .md-px-18 { padding-left:   288px !important; }
  }
  @media print {
    body .pt-print-18, body .py-print-18 { padding-top:    288px !important; }
    body .pr-print-18, body .px-print-18 { padding-right:  288px !important; }
    body .pb-print-18, body .py-print-18 { padding-bottom: 288px !important; }
    body .pl-print-18, body .px-print-18 { padding-left:   288px !important; }
  }
  
  .pt-19, .py-19 { padding-top:    304px !important; }
  .pr-19, .px-19 { padding-right:  304px !important; }
  .pb-19, .py-19 { padding-bottom: 304px !important; }
  .pl-19, .px-19 { padding-left:   304px !important; }
  @media(max-width:767px){ /* ups .mt-sm-x */
    body .sm-pt-19, body .sm-py-19 { padding-top:    304px !important; }
    body .sm-pr-19, body .sm-px-19 { padding-right:  304px !important; }
    body .sm-pb-19, body .sm-py-19 { padding-bottom: 304px !important; }
    body .sm-pl-19, body .sm-px-19 { padding-left:   304px !important; }
  }
  @media (min-width:768px) and (max-width:1023px){ /* ups .mt-sm-x */
    body .md-pt-19, body .md-py-19 { padding-top:    304px !important; }
    body .md-pr-19, body .md-px-19 { padding-right:  304px !important; }
    body .md-pb-19, body .md-py-19 { padding-bottom: 304px !important; }
    body .md-pl-19, body .md-px-19 { padding-left:   304px !important; }
  }
  @media print {
    body .pt-print-19, body .py-print-19 { padding-top:    304px !important; }
    body .pr-print-19, body .px-print-19 { padding-right:  304px !important; }
    body .pb-print-19, body .py-print-19 { padding-bottom: 304px !important; }
    body .pl-print-19, body .px-print-19 { padding-left:   304px !important; }
  }
  


/* Helper (Box-Shadow) */
/*--------------------------------------------------------------------------*/



/* Desktop */
@media screen {
 
  .box-shadow-small {
    transition: all 150ms linear;
    box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-small-hover:hover,
  .box-shadow-small:hover {
    box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
 
  .box-shadow-medium {
    transition: all 150ms linear;
    box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-medium-hover:hover,
  .box-shadow-medium:hover {
    box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.15);
  }
 
  .box-shadow-large {
    transition: all 150ms linear;
    box-shadow: 40px 40px 60px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-large-hover:hover,
  .box-shadow-large:hover {
    box-shadow: 40px 40px 60px 0px rgba(0, 0, 0, 0.15);
  }
 
  .box-shadow-image {
    transition: all 150ms linear;
    box-shadow: 40px 40px 60px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-image-hover:hover,
  .box-shadow-image:hover {
    box-shadow: 40px 40px 60px 0px rgba(0, 0, 0, 0.15);
  }
 
}

/* Mobile */
@media screen and (max-width:767px) {
 
  .box-shadow-small {
    box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-small-hover:hover,
  .box-shadow-small:hover {
    box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.15);
  }
 
  .box-shadow-medium {
    box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-medium-hover:hover,
  .box-shadow-medium:hover {
    box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
 
  .box-shadow-large {
    box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-large-hover:hover,
  .box-shadow-large:hover {
    box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.15);
  }
 
  .box-shadow-image {
    box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-image-hover:hover,
  .box-shadow-image:hover {
    box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.15);
  }
 
}

/* Print */
@media print {
 
  .box-shadow-small-hover,
  .box-shadow-small {
    box-shadow: 0 0 0 1px #000000;
  }
 
  .box-shadow-medium-hover,
  .box-shadow-medium {
    box-shadow: 0 0 0 1px #000000;
  }
 
  .box-shadow-large-hover,
  .box-shadow-large {
    box-shadow: 0 0 0 1px #000000;
  }
 
  .box-shadow-image-hover,
  .box-shadow-image {
    box-shadow: 0 0 0 1px #000000;
  }
 
}

/* No-Shadow */
.no-shadow {
  -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}


/* Helper (Border-Radius) */
/*--------------------------------------------------------------------------*/



/* Desktop */
@media screen {
 
  .border-radius-small {
    border-radius: 10px 10px 10px 10px;
  }
 
  .border-radius-medium {
    border-radius: 20px 20px 20px 20px;
  }
 
  .border-radius-large {
    border-radius: 20px 20px 20px 20px;
  }
 
  .border-radius-image {
    border-radius: 20px 20px 20px 20px;
  }
 
}

/* Mobile */
@media screen and (max-width:767px) {
 
  .border-radius-small {
    border-radius: 10px 10px 10px 10px;
  }
 
  .border-radius-medium {
    border-radius: 20px 20px 20px 20px;
  }
 
  .border-radius-large {
    border-radius: 20px 20px 20px 20px;
  }
 
  .border-radius-image {
    border-radius: 20px 20px 20px 20px;
  }
 
}

/* Print */
@media print {
 
  .border-radius-small {
    border-radius: 10px 10px 10px 10px;
  }
 
  .border-radius-medium {
    border-radius: 20px 20px 20px 20px;
  }
 
  .border-radius-large {
    border-radius: 20px 20px 20px 20px;
  }
 
  .border-radius-image {
    border-radius: 20px 20px 20px 20px;
  }
 
}


/* Helper (Border-Width, Border-Styles) */
/*--------------------------------------------------------------------------*/



@media screen {
	  .border {
     border: 1px solid rgba(247, 247, 247,1);
    }
	}
  @media screen and (min-width:768px) {
	  .border {
     border: 1px solid rgba(247, 247, 247,1);
    }
	}
  @media print {
	  .border {
     border: 1px solid rgba(0, 0, 0,1);
    }
	}



/* Helper (Copy And Paste Module Object Developer Button) */
/*--------------------------------------------------------------------------*/

.copy-and-paste {
  position: fixed;
  right: 16px;
  bottom: 24.0px;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #000000;
  cursor: pointer;
}
.copy-and-paste > i,
.copy-and-paste > svg {
  font-style: normal;
  color: #000000;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.copy-and-paste:hover {
  background: #F7F7F7;
  border: 1px solid #1E4A60;
  color: #1E4A60;
}
.loader.demo {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-color: transparent;
}

iframe, .loader {
  background-size: 32px 32px;
  background-position: center; 
  background-repeat: no-repeat;
  background-image: url(//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/loading-spinner.svg);
}








@media screen {
  .d-print-only, .no-screen { display: none; }
  .table-container-wrapper { width: 100%; }
}




@media print {
  
  /* A4 Page Size 210x297mm */
  @page { 
    size: A4; 
    margin: 20mm 10mm 20mm 20mm; 
  }
  
  /* display helper */
  .d-print { display: block !important; }
  .d-print-none, .no-print { display: none !important; }
  
  /* reset body */
  html, body {
    color: #000000;
    margin: 0;
    padding: 0;
  }
  
  /* firefox fix */
  html.firefox, body.firefox {
    width: auto;
    height: auto;
  }
  
  /* page break after headlines or images */
  h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    page-break-after: avoid;
  }
  img, svg, .avoid-print-break {
    page-break-inside: avoid;
  }
  
  /* hide hubspot backend button */
  .hs-tools-menu { 
    display: none; 
  }
  
  /* remove special link formatting */
  a, .link {
    color: #000000;
  }

  /* remove icons from links */
  a[href]:after, a[href]:before {
    content: '' !important;
    display: none;
  }
  
}





@media print {
  body .col-print-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body .col-print-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  body .col-print-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  body .col-print-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .col-print-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  body .col-print-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  body .col-print-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .col-print-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  body .col-print-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  body .col-print-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  body .col-print-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  body .col-print-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  body .col-print-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}








/* Aspect-Ratio (Element) */
/*--------------------------------------------------------------------------*/

.aspect-ratio {
  position: relative;
  height: 0;
  width: 100%;
}


/* Aspect-Ratio (Cotnent) */
/*--------------------------------------------------------------------------*/

.aspect-ratio > img, 
.aspect-ratio > .placeholder {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  position: absolute; overflow: hidden;
  top: 0; right: 0; bottom: 0; left: 0;
}


/* 1v2 Aspect-Ratio (Default) */
/*--------------------------------------------------------------------------*/
  .aspect-ratio.ratio-10x8 {
    padding-bottom: 
  80.000%;
  }
  .aspect-ratio.ratio-5x4 {
    padding-bottom: 48.25%;
  }
  .aspect-ratio.ratio-4x1 {
    padding-bottom: 25%;
  }
  .aspect-ratio.ratio-4x3 {
    padding-bottom: 75%;
  }
  .aspect-ratio.ratio-3x1 {
    padding-bottom: 33.333%;
  }
  .aspect-ratio.ratio-2x1 {
    padding-bottom: 50%;
  }
  .aspect-ratio.ratio-16x9 {
    padding-bottom: 56.25%;
  }
  .aspect-ratio.ratio-6x4 {
    padding-bottom: 66.6%;
  }
  .aspect-ratio.ratio-7x5 {
    padding-bottom: 
  71.429%;
  }
  .aspect-ratio.ratio-1x1 {
    padding-bottom: 100%;
  }


/* 2v2 Aspect-Ratio (Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .aspect-ratio.ratio-sm-10x8 {
    padding-bottom: 
  80.000%;
  }
  .aspect-ratio.ratio-sm-5x4 {
    padding-bottom: 48.25%;
  }
  .aspect-ratio.ratio-sm-4x1 {
    padding-bottom: 25%;
  }
  .aspect-ratio.ratio-sm-4x3 {
    padding-bottom: 75%;
  }
  .aspect-ratio.ratio-sm-3x1 {
    padding-bottom: 33.333%;
  }
  .aspect-ratio.ratio-sm-2x1 {
    padding-bottom: 50%;
  }
  .aspect-ratio.ratio-sm-16x9 {
    padding-bottom: 56.25%;
  }
  .aspect-ratio.ratio-sm-6x4 {
    padding-bottom: 66.6%;
  }
  .aspect-ratio.ratio-sm-7x5 {
    padding-bottom: 
  71.429%;
  }
  .aspect-ratio.ratio-sm-1x1 {
    padding-bottom: 100%;
  }
}


/* 1v2 Full-Width Ratio (Default) */
/*--------------------------------------------------------------------------*/

.aspect-ratio.full-width,
.aspect-ratio.full-width.banner {
  width: auto; height: 0;
  min-height: 0;
}
  .aspect-ratio.ratio-10x8.full-width {
    padding-bottom: calc(100vw - 20.000vw);
  }
  .aspect-ratio.ratio-5x4.full-width {
    padding-bottom: calc(100vw - 51.750vw);
  }
  .aspect-ratio.ratio-4x1.full-width {
    padding-bottom: calc(100vw - 75.000vw);
  }
  .aspect-ratio.ratio-4x3.full-width {
    padding-bottom: calc(100vw - 25.000vw);
  }
  .aspect-ratio.ratio-3x1.full-width {
    padding-bottom: calc(100vw - 66.667vw);
  }
  .aspect-ratio.ratio-2x1.full-width {
    padding-bottom: calc(100vw - 50.000vw);
  }
  .aspect-ratio.ratio-16x9.full-width {
    padding-bottom: calc(100vw - 43.750vw);
  }
  .aspect-ratio.ratio-6x4.full-width {
    padding-bottom: calc(100vw - 33.400vw);
  }
  .aspect-ratio.ratio-7x5.full-width {
    padding-bottom: calc(100vw - 28.571vw);
  }
  .aspect-ratio.ratio-1x1.full-width {
    padding-bottom: calc(100vw - 0.000vw);
  }


/* 2v2 Full-Width Ratio (Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .aspect-ratio.ratio-sm-10x8.full-width {
    padding-bottom: calc(100vw - 20.000vw);
  }
  .aspect-ratio.ratio-sm-5x4.full-width {
    padding-bottom: calc(100vw - 51.750vw);
  }
  .aspect-ratio.ratio-sm-4x1.full-width {
    padding-bottom: calc(100vw - 75.000vw);
  }
  .aspect-ratio.ratio-sm-4x3.full-width {
    padding-bottom: calc(100vw - 25.000vw);
  }
  .aspect-ratio.ratio-sm-3x1.full-width {
    padding-bottom: calc(100vw - 66.667vw);
  }
  .aspect-ratio.ratio-sm-2x1.full-width {
    padding-bottom: calc(100vw - 50.000vw);
  }
  .aspect-ratio.ratio-sm-16x9.full-width {
    padding-bottom: calc(100vw - 43.750vw);
  }
  .aspect-ratio.ratio-sm-6x4.full-width {
    padding-bottom: calc(100vw - 33.400vw);
  }
  .aspect-ratio.ratio-sm-7x5.full-width {
    padding-bottom: calc(100vw - 28.571vw);
  }
  .aspect-ratio.ratio-sm-1x1.full-width {
    padding-bottom: calc(100vw - 0.000vw);
  }
}


/* Aspect-Ratio (Maximum Height) */
/*--------------------------------------------------------------------------*/

/* Grid Setup:
 * if container_width = 1400 else:
 * container_tablet = 736
 * container_desktop = 992
 * container_widescreen = 1248
*/

/* [FULID] If Bootstrap Fluid Container Layout And Only One Max-Width */


 /* Default Container */@media (min-width: 1368px) {
   .aspect-ratio.ratio-10x8.banner {
     height: 1094.4px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-10x8.full-width {
     height: 1120.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-5x4.banner {
     height: 660.1px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-5x4.full-width {
     height: 675.5px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-4x1.banner {
     height: 342.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-4x1.full-width {
     height: 350.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-4x3.banner {
     height: 1026.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-4x3.full-width {
     height: 1050.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-3x1.banner {
     height: 456.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-3x1.full-width {
     height: 466.7px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x1.banner {
     height: 684.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x1.full-width {
     height: 700.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-16x9.banner {
     height: 769.5px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-16x9.full-width {
     height: 787.5px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-6x4.banner {
     height: 911.1px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-6x4.full-width {
     height: 932.4px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-7x5.banner {
     height: 977.1px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-7x5.full-width {
     height: 1000.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-1x1.banner {
     height: 1368.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-1x1.full-width {
     height: 1400.0px;
     padding-bottom: 0;
   }
 }

/* [STATIC] If Bootstrap Breakpoints With Fixed Container Max-Width */



@media (min-width:1024px) {

	/* total width */
	::-webkit-scrollbar {
		background-color: #F7F7F7;
		width: 16px;
	}

	/* background of the scrollbar except button or resizer */
	::-webkit-scrollbar-track {
		background-color: #F7F7F7;
	}

	/* scrollbar itself */
	::-webkit-scrollbar-thumb {
		background-color: #F5F5F5;
		border-radius: 16px;
		border: 2px solid #FFFFFF;
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: #5C5F5F;
		border-radius: 16px;
		border: 2px solid #FFFFFF;
	}

	/* set button(top and bottom of the scrollbar) */
	::-webkit-scrollbar-button {
		display: none;
	}

}

/* no custom scrollbars on print */
@media print {
  ::-webkit-scrollbar,
  ::-webkit-scrollbar-track,
  ::-webkit-scrollbar-thumb,
  ::-webkit-scrollbar-button {
    display: none;
  }
}


/* Isotope (Basic-Styles) */
/*--------------------------------------------------------------------------*/

.isotope {
	height: auto;
	margin: -8.0px;
}
.isotope .isotope-item {
	float: left;
	display: inline-block;
	border: 8.0px solid transparent;
}


/* Isotope (Responsive FitRow Item Sizes) */
/*--------------------------------------------------------------------------*/

.isotope > .wide,
.isotope > .default {
	width: 33.33333%;
}
.isotope > .wide { 
	width: 66.66666%; 
}
.isotope .isotope-item-inner {
	position: relative;
	height: 100%; width: 100%;
	background-color: #F7F7F7;
}
@media (max-width:767px) {
	.isotope .isotope-item { width: 100% !important; }
}
@media (min-width:768px) and (max-width:1023px) {
	.isotope .isotope-item { width: 50% !important;	}
}


/* Isotope (Item-Behavior) */
/*--------------------------------------------------------------------------*/

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}


/* Isotope (CSS-Transitions) */
/*--------------------------------------------------------------------------*/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}


/* Isotope (NO-Transitions) */
/*--------------------------------------------------------------------------*/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s !important;
     -moz-transition-duration: 0s !important;
      -ms-transition-duration: 0s !important;
       -o-transition-duration: 0s !important;
          transition-duration: 0s !important;
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
  color: tomato;
  }
.leaflet-container a.leaflet-active {
	outline: 2px solid tomato;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
  font-size: 12px;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
  background-image: url(//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/leaflet/layers.png); 
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/leaflet/layers-2x.png); 
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-marker-icon.number-icon,
.leaflet-default-icon-path {
	background-image: url(//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/leaflet/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
/* Fix Bad Margin On Mobile 30.05.2022 */
body  {
  margin-right: 0 !important;
}

.fslightbox-absoluted {
  position: absolute;
  top: 0;
  left: 0;
}
.fslightbox-fade-in {
  animation: fslightbox-fade-in 0.3s cubic-bezier(0, 0, 0.7, 1);
}
.fslightbox-fade-out {
  animation: fslightbox-fade-out 0.3s ease;
}
.fslightbox-fade-in-strong {
  animation: fslightbox-fade-in-strong 0.3s cubic-bezier(0, 0, 0.7, 1);
}
.fslightbox-fade-out-strong {
  animation: fslightbox-fade-out-strong 0.3s ease;
}
@keyframes fslightbox-fade-in {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes fslightbox-fade-out {
  from {
    opacity: 0.35;
  }
  to {
    opacity: 0;
  }
}
@keyframes fslightbox-fade-in-strong {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes fslightbox-fade-out-strong {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fslightbox-cursor-grabbing {
  cursor: grabbing;
}
.fslightbox-full-dimension {
  width: 100%;
  height: 100%;
}
.fslightbox-open {
  overflow: hidden;
  height: 100%;
}
.fslightbox-flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fslightbox-opacity-0 {
  opacity: 0 !important;
}
.fslightbox-opacity-1 {
  opacity: 1 !important;
}
.fslightbox-scrollbarfix {
  padding-right: 17px;
}
.fslightbox-transform-transition {
  transition: transform 0.3s;
}
.fslightbox-container {
  font-family: Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(30, 30, 30, 0.9), #000 1810%);
  touch-action: pinch-zoom;
  z-index: 1000000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.fslightbox-container * {
  box-sizing: border-box;
}
.fslightbox-svg-path {
  transition: fill 0.15s ease;
  fill: #ddd;
}
.fslightbox-nav {
  height: 45px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fslightbox-slide-number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 15px;
  color: #d7d7d7;
  z-index: 0;
  max-width: 55px;
  text-align: left;
}
.fslightbox-slide-number-container .fslightbox-flex-centered {
  height: 100%;
}
.fslightbox-slash {
  display: block;
  margin: 0 5px;
  width: 1px;
  height: 12px;
  transform: rotate(15deg);
  background: #fff;
}
.fslightbox-toolbar {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  background: rgba(35, 35, 35, 0.65);
}
.fslightbox-toolbar-button {
  height: 100%;
  width: 45px;
  cursor: pointer;
}
.fslightbox-toolbar-button:hover .fslightbox-svg-path {
  fill: #fff;
}
.fslightbox-slide-btn-container {
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 6px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  transform: translateY(-50%);
}
@media (min-width: 476px) {
  .fslightbox-slide-btn-container {
    padding: 22px 22px 22px 6px;
  }
}
@media (min-width: 768px) {
  .fslightbox-slide-btn-container {
    padding: 30px 30px 30px 6px;
  }
}
.fslightbox-slide-btn-container:hover .fslightbox-svg-path {
  fill: #f1f1f1;
}
.fslightbox-slide-btn {
  padding: 9px;
  font-size: 26px;
  background: rgba(35, 35, 35, 0.65);
}
@media (min-width: 768px) {
  .fslightbox-slide-btn {
    padding: 10px;
  }
}
@media (min-width: 1600px) {
  .fslightbox-slide-btn {
    padding: 11px;
  }
}
.fslightbox-slide-btn-container-previous {
  left: 0;
}
@media (max-width: 475.99px) {
  .fslightbox-slide-btn-container-previous {
    padding-left: 3px;
  }
}
.fslightbox-slide-btn-container-next {
  right: 0;
  padding-left: 12px;
  padding-right: 3px;
}
@media (min-width: 476px) {
  .fslightbox-slide-btn-container-next {
    padding-left: 22px;
  }
}
@media (min-width: 768px) {
  .fslightbox-slide-btn-container-next {
    padding-left: 30px;
  }
}
@media (min-width: 476px) {
  .fslightbox-slide-btn-container-next {
    padding-right: 6px;
  }
}
.fslightbox-down-event-detector {
  position: absolute;
  z-index: 1;
}
.fslightbox-slide-swiping-hoverer {
  z-index: 4;
}
.fslightbox-invalid-file-wrapper {
  font-size: 22px;
  color: #eaebeb;
  margin: auto;
}
.fslightbox-video {
  object-fit: cover;
}
.fslightbox-youtube-iframe {
  border: 0;
}
.fslightbox-loader {
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67px;
  height: 67px;
}
.fslightbox-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  margin: 6px;
  border: 5px solid;
  border-color: #999 transparent transparent transparent;
  border-radius: 50%;
  animation: fslightbox-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.fslightbox-loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.fslightbox-loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.fslightbox-loader div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes fslightbox-loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fslightbox-source {
  position: relative;
  z-index: 2;
  opacity: 0;
}
/* PrismJS 1.26.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+csv+django+handlebars+json+markup-templating+php+python+regex+yaml */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em 1em 1.2em 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #9a6e3a;
	/* This background color was intended by the author of this theme. */
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function,
.token.class-name {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}



/* Custom Base Style (Theme) */
/*--------------------------------------------------------------------------*/

.splide__arrow {
  width: 32px; height: 32px;
  position: absolute; z-index: 1;
  top: 50%; margin-top: -16.0px;
  padding: 0; margin: 0;
  text-align: center; line-height: 32px;
  cursor: pointer;
}
.splide__arrow.splide__arrow--prev {
  left: 0;
  transform: rotate(-180deg);
}
.splide__arrow.splide__arrow--next {
  right: 0;
}
.splide__arrow > i,
.splide__arrow > svg {
  width: 100%;
  height: 100%;
  padding: 8px;
}
.splide__pagination .splide__pagination__page {
  width: 16px; height: 16px;
  margin: 32px 8px; z-index: 1;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
  display: block;
}
.splide__pagination .splide__pagination__page:focus {
  border-radius: 0;
}
.splide__pagination li:last-child > .splide__pagination__page {
  margin-right: 0px;
}
.splide__pagination li:first-child > .splide__pagination__page {
  margin-left: 0px;
}


/* Missing Print Support (Custom) */
/*--------------------------------------------------------------------------*/

@media print {
  .splide__pagination,
  .splide__arrow {
    display: none !important;
  }
}


/* Splide Lib Styles (Default) */
/*--------------------------------------------------------------------------*/

@keyframes splide-loading {
  0% { transform: rotate(0); }
  to { transform: rotate(1turn); }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}
.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%; /* width: -webkit-max-content; width: max-content;  */
  will-change: transform;
}
.splide.is-active .splide__list {
  display: flex;
}
.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.splide, .splide__slide {
  position: relative;
  outline: none;
}
.splide__slide {
  box-sizing: border-box;
  list-style-type: none!important;
  margin: 0;
  flex-shrink: 0;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__slider {
  position: relative;
}
.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}
.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.splide--draggable > .splide__track > .splide__list>.splide__slide {
  -webkit-user-select: none;
  user-select: none;
}
.splide--fade>.splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__track>.splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide--fade>.splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide--ttb > .splide__track>.splide__list {
  display: block;
}
.splide--ttb > .splide__pagination {
  width: auto;
}




/* Root */
/*--------------------------------------------------------------------------*/

/* Note:
 * html overflow-x related to lightbox.js addon.
 * body overflow-x related to document scroll event listners.
 */

.body-wrapper {
   overflow: hidden;
 }
@media (max-width:767px) {
  body {
    overflow-x: hidden;
  }
}


/* Modal Open (Helper) */
/*--------------------------------------------------------------------------*/

body.no-scroll {
  overflow: hidden;
}


/* Header, Body, Footer (Background) */
/*--------------------------------------------------------------------------*/

.header-container {
  background-color: #FFFFFF;
}
.content-container {
  background-color: transparent;
  height: 100%;
}
.footer-container {
  background-color: #FFFFFF;
}


/* Header, Body, Footer (Print) */
/*--------------------------------------------------------------------------*/

@media print {
  .header-container,
  .content-container,
  .footer-container {
    background-color: transparent;
  }
}
/* Flags (Sprite Icons) */
/*--------------------------------------------------------------------------*/

i.lang-flag:not(.icon) {
  display: inline-block;
  width: 16px;
  height: 11px;
  line-height: 11px;
  vertical-align: baseline;
  margin: 0em 0.5em 0em 0em;
  text-decoration: inherit;
  speak: none;
  font-smoothing: antialiased;
  backface-visibility: hidden;
}
i.lang-flag:not(.icon):before {
  display: inline-block;
  content: '';
  background: url(//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/flags.png) no-repeat -108px -1976px;
  width: 16px;
  height: 11px;
}/* Flags (Position-Macro) */
/*--------------------------------------------------------------------------*/
  i.lang-flag.ad:before,
  i.lang-flag.andorra:before {
    background-position: 0px -26px;
  }

  i.lang-flag.ae:before,
  i.lang-flag.united.arab.emirates:before {
    background-position: 0px -52px;
  }

  i.lang-flag.af:before,
  i.lang-flag.afghanistan:before {
    background-position: 0px -78px;
  }

  i.lang-flag.ag:before,
  i.lang-flag.antigua:before {
    background-position: 0px -104px;
  }

  i.lang-flag.ai:before,
  i.lang-flag.anguilla:before {
    background-position: 0px -130px;
  }

  i.lang-flag.al:before,
  i.lang-flag.albania:before {
    background-position: 0px -156px;
  }

  i.lang-flag.am:before,
  i.lang-flag.armenia:before {
    background-position: 0px -182px;
  }

  i.lang-flag.an:before,
  i.lang-flag.netherlands.antilles:before {
    background-position: 0px -208px;
  }

  i.lang-flag.ao:before,
  i.lang-flag.angola:before {
    background-position: 0px -234px;
  }

  i.lang-flag.ar:before,
  i.lang-flag.argentina:before {
    background-position: 0px -260px;
  }

  i.lang-flag.as:before,
  i.lang-flag.american.samoa:before {
    background-position: 0px -286px;
  }

  i.lang-flag.at:before,
  i.lang-flag.austria:before {
    background-position: 0px -312px;
  }

  i.lang-flag.au:before,
  i.lang-flag.australia:before {
    background-position: 0px -338px;
  }

  i.lang-flag.aw:before,
  i.lang-flag.aruba:before {
    background-position: 0px -364px;
  }

  i.lang-flag.ax:before,
  i.lang-flag.aland.islands:before {
    background-position: 0px -390px;
  }

  i.lang-flag.az:before,
  i.lang-flag.azerbaijan:before {
    background-position: 0px -416px;
  }

  i.lang-flag.ba:before,
  i.lang-flag.bosnia:before {
    background-position: 0px -442px;
  }

  i.lang-flag.bb:before,
  i.lang-flag.barbados:before {
    background-position: 0px -468px;
  }

  i.lang-flag.bd:before,
  i.lang-flag.bangladesh:before {
    background-position: 0px -494px;
  }

  i.lang-flag.be:before,
  i.lang-flag.belgium:before {
    background-position: 0px -520px;
  }

  i.lang-flag.bf:before,
  i.lang-flag.burkina.faso:before {
    background-position: 0px -546px;
  }

  i.lang-flag.bg:before,
  i.lang-flag.bulgaria:before {
    background-position: 0px -572px;
  }

  i.lang-flag.bh:before,
  i.lang-flag.bahrain:before {
    background-position: 0px -598px;
  }

  i.lang-flag.bi:before,
  i.lang-flag.burundi:before {
    background-position: 0px -624px;
  }

  i.lang-flag.bj:before,
  i.lang-flag.benin:before {
    background-position: 0px -650px;
  }

  i.lang-flag.bm:before,
  i.lang-flag.bermuda:before {
    background-position: 0px -676px;
  }

  i.lang-flag.bn:before,
  i.lang-flag.brunei:before {
    background-position: 0px -702px;
  }

  i.lang-flag.bo:before,
  i.lang-flag.bolivia:before {
    background-position: 0px -728px;
  }

  i.lang-flag.br:before,
  i.lang-flag.brazil:before {
    background-position: 0px -754px;
  }

  i.lang-flag.bs:before,
  i.lang-flag.bahamas:before {
    background-position: 0px -780px;
  }

  i.lang-flag.bt:before,
  i.lang-flag.bhutan:before {
    background-position: 0px -806px;
  }

  i.lang-flag.bv:before,
  i.lang-flag.bouvet:before {
    background-position: 0px -832px;
  }

  i.lang-flag.bw:before,
  i.lang-flag.botswana:before {
    background-position: 0px -858px;
  }

  i.lang-flag.by:before,
  i.lang-flag.belarus:before {
    background-position: 0px -884px;
  }

  i.lang-flag.bz:before,
  i.lang-flag.belize:before {
    background-position: 0px -910px;
  }

  i.lang-flag.ca:before,
  i.lang-flag.canada:before {
    background-position: 0px -936px;
  }

  i.lang-flag.cc:before,
  i.lang-flag.cocos.islands:before {
    background-position: 0px -962px;
  }

  i.lang-flag.cd:before,
  i.lang-flag.congo:before {
    background-position: 0px -988px;
  }

  i.lang-flag.cf:before,
  i.lang-flag.central.african.republic:before {
    background-position: 0px -1014px;
  }

  i.lang-flag.cg:before,
  i.lang-flag.congo.brazzaville:before {
    background-position: 0px -1040px;
  }

  i.lang-flag.ch:before,
  i.lang-flag.switzerland:before {
    background-position: 0px -1066px;
  }

  i.lang-flag.ci:before,
  i.lang-flag.cote.divoire:before {
    background-position: 0px -1092px;
  }

  i.lang-flag.ck:before,
  i.lang-flag.cook.islands:before {
    background-position: 0px -1118px;
  }

  i.lang-flag.cl:before,
  i.lang-flag.chile:before {
    background-position: 0px -1144px;
  }

  i.lang-flag.cm:before,
  i.lang-flag.cameroon:before {
    background-position: 0px -1170px;
  }

  i.lang-flag.cn:before,
  i.lang-flag.china:before {
    background-position: 0px -1196px;
  }

  i.lang-flag.co:before,
  i.lang-flag.colombia:before {
    background-position: 0px -1222px;
  }

  i.lang-flag.cr:before,
  i.lang-flag.costa.rica:before {
    background-position: 0px -1248px;
  }

  i.lang-flag.cs:before,
  i.lang-flag.serbia:before {
    background-position: 0px -1274px;
  }

  i.lang-flag.cu:before,
  i.lang-flag.cuba:before {
    background-position: 0px -1300px;
  }

  i.lang-flag.cv:before,
  i.lang-flag.cape.verde:before {
    background-position: 0px -1326px;
  }

  i.lang-flag.cx:before,
  i.lang-flag.christmas.island:before {
    background-position: 0px -1352px;
  }

  i.lang-flag.cy:before,
  i.lang-flag.cyprus:before {
    background-position: 0px -1378px;
  }

  i.lang-flag.cz:before,
  i.lang-flag.czech.republic:before {
    background-position: 0px -1404px;
  }

  i.lang-flag.de:before,
  i.lang-flag.germany:before {
    background-position: 0px -1430px;
  }

  i.lang-flag.dj:before,
  i.lang-flag.djibouti:before {
    background-position: 0px -1456px;
  }

  i.lang-flag.dk:before,
  i.lang-flag.denmark:before {
    background-position: 0px -1482px;
  }

  i.lang-flag.dm:before,
  i.lang-flag.dominica:before {
    background-position: 0px -1508px;
  }

  i.lang-flag.do:before,
  i.lang-flag.dominican.republic:before {
    background-position: 0px -1534px;
  }

  i.lang-flag.dz:before,
  i.lang-flag.algeria:before {
    background-position: 0px -1560px;
  }

  i.lang-flag.ec:before,
  i.lang-flag.ecuador:before {
    background-position: 0px -1586px;
  }

  i.lang-flag.ee:before,
  i.lang-flag.estonia:before {
    background-position: 0px -1612px;
  }

  i.lang-flag.eg:before,
  i.lang-flag.egypt:before {
    background-position: 0px -1638px;
  }

  i.lang-flag.eh:before,
  i.lang-flag.western.sahara:before {
    background-position: 0px -1664px;
  }

  i.lang-flag.gb:before,
  i.lang-flag.england:before {
    background-position: 0px -1690px;
  }

  i.lang-flag.er:before,
  i.lang-flag.eritrea:before {
    background-position: 0px -1716px;
  }

  i.lang-flag.es:before,
  i.lang-flag.spain:before {
    background-position: 0px -1742px;
  }

  i.lang-flag.et:before,
  i.lang-flag.ethiopia:before {
    background-position: 0px -1768px;
  }

  i.lang-flag.eu:before,
  i.lang-flag.european.union:before {
    background-position: 0px -1794px;
  }

  i.lang-flag.fi:before,
  i.lang-flag.finland:before {
    background-position: 0px -1820px;
  }

  i.lang-flag.fj:before,
  i.lang-flag.fiji:before {
    background-position: 0px -1846px;
  }

  i.lang-flag.fk:before,
  i.lang-flag.falkland.islands:before {
    background-position: 0px -1872px;
  }

  i.lang-flag.fm:before,
  i.lang-flag.micronesia:before {
    background-position: 0px -1898px;
  }

  i.lang-flag.fo:before,
  i.lang-flag.faroe.islands:before {
    background-position: 0px -1924px;
  }

  i.lang-flag.fr:before,
  i.lang-flag.france:before {
    background-position: 0px -1950px;
  }

  i.lang-flag.ga:before,
  i.lang-flag.gabon:before {
    background-position: 0px -1976px;
  }

  i.lang-flag.uk:before,
  i.lang-flag.united.kingdom:before {
    background-position: -36px -0px;
  }

  i.lang-flag.gd:before,
  i.lang-flag.grenada:before {
    background-position: -36px -26px;
  }

  i.lang-flag.ge:before,
  i.lang-flag.georgia:before {
    background-position: -36px -52px;
  }

  i.lang-flag.gf:before,
  i.lang-flag.french.guiana:before {
    background-position: -36px -78px;
  }

  i.lang-flag.gh:before,
  i.lang-flag.ghana:before {
    background-position: -36px -104px;
  }

  i.lang-flag.gi:before,
  i.lang-flag.gibraltar:before {
    background-position: -36px -130px;
  }

  i.lang-flag.gl:before,
  i.lang-flag.greenland:before {
    background-position: -36px -156px;
  }

  i.lang-flag.gm:before,
  i.lang-flag.gambia:before {
    background-position: -36px -182px;
  }

  i.lang-flag.gn:before,
  i.lang-flag.guinea:before {
    background-position: -36px -208px;
  }

  i.lang-flag.gp:before,
  i.lang-flag.guadeloupe:before {
    background-position: -36px -234px;
  }

  i.lang-flag.gq:before,
  i.lang-flag.equatorial.guinea:before {
    background-position: -36px -260px;
  }

  i.lang-flag.gr:before,
  i.lang-flag.greece:before {
    background-position: -36px -286px;
  }

  i.lang-flag.gs:before,
  i.lang-flag.sandwich.islands:before {
    background-position: -36px -312px;
  }

  i.lang-flag.gt:before,
  i.lang-flag.guatemala:before {
    background-position: -36px -338px;
  }

  i.lang-flag.gu:before,
  i.lang-flag.guam:before {
    background-position: -36px -364px;
  }

  i.lang-flag.gw:before,
  i.lang-flag.guinea-bissau:before {
    background-position: -36px -390px;
  }

  i.lang-flag.gy:before,
  i.lang-flag.guyana:before {
    background-position: -36px -416px;
  }

  i.lang-flag.hk:before,
  i.lang-flag.hong.kong:before {
    background-position: -36px -442px;
  }

  i.lang-flag.hm:before,
  i.lang-flag.heard.island:before {
    background-position: -36px -468px;
  }

  i.lang-flag.hn:before,
  i.lang-flag.honduras:before {
    background-position: -36px -494px;
  }

  i.lang-flag.hr:before,
  i.lang-flag.croatia:before {
    background-position: -36px -520px;
  }

  i.lang-flag.ht:before,
  i.lang-flag.haiti:before {
    background-position: -36px -546px;
  }

  i.lang-flag.hu:before,
  i.lang-flag.hungary:before {
    background-position: -36px -572px;
  }

  i.lang-flag.id:before,
  i.lang-flag.indonesia:before {
    background-position: -36px -598px;
  }

  i.lang-flag.ie:before,
  i.lang-flag.ireland:before {
    background-position: -36px -624px;
  }

  i.lang-flag.il:before,
  i.lang-flag.israel:before {
    background-position: -36px -650px;
  }

  i.lang-flag.in:before,
  i.lang-flag.india:before {
    background-position: -36px -676px;
  }

  i.lang-flag.io:before,
  i.lang-flag.indian.ocean.territory:before {
    background-position: -36px -702px;
  }

  i.lang-flag.iq:before,
  i.lang-flag.iraq:before {
    background-position: -36px -728px;
  }

  i.lang-flag.ir:before,
  i.lang-flag.iran:before {
    background-position: -36px -754px;
  }

  i.lang-flag.is:before,
  i.lang-flag.iceland:before {
    background-position: -36px -780px;
  }

  i.lang-flag.it:before,
  i.lang-flag.italy:before {
    background-position: -36px -806px;
  }

  i.lang-flag.jm:before,
  i.lang-flag.jamaica:before {
    background-position: -36px -832px;
  }

  i.lang-flag.jo:before,
  i.lang-flag.jordan:before {
    background-position: -36px -858px;
  }

  i.lang-flag.jp:before,
  i.lang-flag.japan:before {
    background-position: -36px -884px;
  }

  i.lang-flag.ke:before,
  i.lang-flag.kenya:before {
    background-position: -36px -910px;
  }

  i.lang-flag.kg:before,
  i.lang-flag.kyrgyzstan:before {
    background-position: -36px -936px;
  }

  i.lang-flag.kh:before,
  i.lang-flag.cambodia:before {
    background-position: -36px -962px;
  }

  i.lang-flag.ki:before,
  i.lang-flag.kiribati:before {
    background-position: -36px -988px;
  }

  i.lang-flag.km:before,
  i.lang-flag.comoros:before {
    background-position: -36px -1014px;
  }

  i.lang-flag.kn:before,
  i.lang-flag.saint.kitts.and.nevis:before {
    background-position: -36px -1040px;
  }

  i.lang-flag.kp:before,
  i.lang-flag.north.korea:before {
    background-position: -36px -1066px;
  }

  i.lang-flag.kr:before,
  i.lang-flag.south.korea:before {
    background-position: -36px -1092px;
  }

  i.lang-flag.kw:before,
  i.lang-flag.kuwait:before {
    background-position: -36px -1118px;
  }

  i.lang-flag.ky:before,
  i.lang-flag.cayman.islands:before {
    background-position: -36px -1144px;
  }

  i.lang-flag.kz:before,
  i.lang-flag.kazakhstan:before {
    background-position: -36px -1170px;
  }

  i.lang-flag.la:before,
  i.lang-flag.laos:before {
    background-position: -36px -1196px;
  }

  i.lang-flag.lb:before,
  i.lang-flag.lebanon:before {
    background-position: -36px -1222px;
  }

  i.lang-flag.lc:before,
  i.lang-flag.saint.lucia:before {
    background-position: -36px -1248px;
  }

  i.lang-flag.li:before,
  i.lang-flag.liechtenstein:before {
    background-position: -36px -1274px;
  }

  i.lang-flag.lk:before,
  i.lang-flag.sri.lanka:before {
    background-position: -36px -1300px;
  }

  i.lang-flag.lr:before,
  i.lang-flag.liberia:before {
    background-position: -36px -1326px;
  }

  i.lang-flag.ls:before,
  i.lang-flag.lesotho:before {
    background-position: -36px -1352px;
  }

  i.lang-flag.lt:before,
  i.lang-flag.lithuania:before {
    background-position: -36px -1378px;
  }

  i.lang-flag.lu:before,
  i.lang-flag.luxembourg:before {
    background-position: -36px -1404px;
  }

  i.lang-flag.lv:before,
  i.lang-flag.latvia:before {
    background-position: -36px -1430px;
  }

  i.lang-flag.ly:before,
  i.lang-flag.libya:before {
    background-position: -36px -1456px;
  }

  i.lang-flag.ma:before,
  i.lang-flag.morocco:before {
    background-position: -36px -1482px;
  }

  i.lang-flag.mc:before,
  i.lang-flag.monaco:before {
    background-position: -36px -1508px;
  }

  i.lang-flag.md:before,
  i.lang-flag.moldova:before {
    background-position: -36px -1534px;
  }

  i.lang-flag.me:before,
  i.lang-flag.montenegro:before {
    background-position: -36px -1560px;
  }

  i.lang-flag.mg:before,
  i.lang-flag.madagascar:before {
    background-position: -36px -1586px;
  }

  i.lang-flag.mh:before,
  i.lang-flag.marshall.islands:before {
    background-position: -36px -1612px;
  }

  i.lang-flag.mk:before,
  i.lang-flag.macedonia:before {
    background-position: -36px -1638px;
  }

  i.lang-flag.ml:before,
  i.lang-flag.mali:before {
    background-position: -36px -1664px;
  }

  i.lang-flag.mm:before,
  i.lang-flag.myanmar:before {
    background-position: -36px -1690px;
  }

  i.lang-flag.mn:before,
  i.lang-flag.mongolia:before {
    background-position: -36px -1716px;
  }

  i.lang-flag.mo:before,
  i.lang-flag.macau:before {
    background-position: -36px -1742px;
  }

  i.lang-flag.mp:before,
  i.lang-flag.northern.mariana.islands:before {
    background-position: -36px -1768px;
  }

  i.lang-flag.mq:before,
  i.lang-flag.martinique:before {
    background-position: -36px -1794px;
  }

  i.lang-flag.mr:before,
  i.lang-flag.mauritania:before {
    background-position: -36px -1820px;
  }

  i.lang-flag.ms:before,
  i.lang-flag.montserrat:before {
    background-position: -36px -1846px;
  }

  i.lang-flag.mt:before,
  i.lang-flag.malta:before {
    background-position: -36px -1872px;
  }

  i.lang-flag.mu:before,
  i.lang-flag.mauritius:before {
    background-position: -36px -1898px;
  }

  i.lang-flag.mv:before,
  i.lang-flag.maldives:before {
    background-position: -36px -1924px;
  }

  i.lang-flag.mw:before,
  i.lang-flag.malawi:before {
    background-position: -36px -1950px;
  }

  i.lang-flag.mx:before,
  i.lang-flag.mexico:before {
    background-position: -72px -0px;
  }

  i.lang-flag.my:before,
  i.lang-flag.malaysia:before {
    background-position: -72px -26px;
  }

  i.lang-flag.mz:before,
  i.lang-flag.mozambique:before {
    background-position: -72px -52px;
  }

  i.lang-flag.na:before,
  i.lang-flag.namibia:before {
    background-position: -72px -78px;
  }

  i.lang-flag.nc:before,
  i.lang-flag.new.caledonia:before {
    background-position: -72px -104px;
  }

  i.lang-flag.ne:before,
  i.lang-flag.niger:before {
    background-position: -72px -130px;
  }

  i.lang-flag.nf:before,
  i.lang-flag.norfolk.island:before {
    background-position: -72px -156px;
  }

  i.lang-flag.ng:before,
  i.lang-flag.nigeria:before {
    background-position: -72px -182px;
  }

  i.lang-flag.ni:before,
  i.lang-flag.nicaragua:before {
    background-position: -72px -208px;
  }

  i.lang-flag.nl:before,
  i.lang-flag.netherlands:before {
    background-position: -72px -234px;
  }

  i.lang-flag.no:before,
  i.lang-flag.norway:before {
    background-position: -72px -260px;
  }

  i.lang-flag.np:before,
  i.lang-flag.nepal:before {
    background-position: -72px -286px;
  }

  i.lang-flag.nr:before,
  i.lang-flag.nauru:before {
    background-position: -72px -312px;
  }

  i.lang-flag.nu:before,
  i.lang-flag.niue:before {
    background-position: -72px -338px;
  }

  i.lang-flag.nz:before,
  i.lang-flag.new.zealand:before {
    background-position: -72px -364px;
  }

  i.lang-flag.om:before,
  i.lang-flag.oman:before {
    background-position: -72px -390px;
  }

  i.lang-flag.pa:before,
  i.lang-flag.panama:before {
    background-position: -72px -416px;
  }

  i.lang-flag.pe:before,
  i.lang-flag.peru:before {
    background-position: -72px -442px;
  }

  i.lang-flag.pf:before,
  i.lang-flag.french.polynesia:before {
    background-position: -72px -468px;
  }

  i.lang-flag.pg:before,
  i.lang-flag.new.guinea:before {
    background-position: -72px -494px;
  }

  i.lang-flag.ph:before,
  i.lang-flag.philippines:before {
    background-position: -72px -520px;
  }

  i.lang-flag.pk:before,
  i.lang-flag.pakistan:before {
    background-position: -72px -546px;
  }

  i.lang-flag.pl:before,
  i.lang-flag.poland:before {
    background-position: -72px -572px;
  }

  i.lang-flag.pm:before,
  i.lang-flag.saint.pierre:before {
    background-position: -72px -598px;
  }

  i.lang-flag.pn:before,
  i.lang-flag.pitcairn.islands:before {
    background-position: -72px -624px;
  }

  i.lang-flag.pr:before,
  i.lang-flag.puerto.rico:before {
    background-position: -72px -650px;
  }

  i.lang-flag.ps:before,
  i.lang-flag.palestine:before {
    background-position: -72px -676px;
  }

  i.lang-flag.pt:before,
  i.lang-flag.portugal:before {
    background-position: -72px -702px;
  }

  i.lang-flag.pw:before,
  i.lang-flag.palau:before {
    background-position: -72px -728px;
  }

  i.lang-flag.py:before,
  i.lang-flag.paraguay:before {
    background-position: -72px -754px;
  }

  i.lang-flag.qa:before,
  i.lang-flag.qatar:before {
    background-position: -72px -780px;
  }

  i.lang-flag.re:before,
  i.lang-flag.reunion:before {
    background-position: -72px -806px;
  }

  i.lang-flag.ro:before,
  i.lang-flag.romania:before {
    background-position: -72px -832px;
  }

  i.lang-flag.rs:before,
  i.lang-flag.serbia:before {
    background-position: -72px -858px;
  }

  i.lang-flag.ru:before,
  i.lang-flag.russia:before {
    background-position: -72px -884px;
  }

  i.lang-flag.rw:before,
  i.lang-flag.rwanda:before {
    background-position: -72px -910px;
  }

  i.lang-flag.sa:before,
  i.lang-flag.saudi.arabia:before {
    background-position: -72px -936px;
  }

  i.lang-flag.sb:before,
  i.lang-flag.solomon.islands:before {
    background-position: -72px -962px;
  }

  i.lang-flag.sc:before,
  i.lang-flag.seychelles:before {
    background-position: -72px -988px;
  }

  i.lang-flag.sct:before,
  i.lang-flag.scotland:before {
    background-position: -72px -1014px;
  }

  i.lang-flag.sd:before,
  i.lang-flag.sudan:before {
    background-position: -72px -1040px;
  }

  i.lang-flag.se:before,
  i.lang-flag.sweden:before {
    background-position: -72px -1066px;
  }

  i.lang-flag.sg:before,
  i.lang-flag.singapore:before {
    background-position: -72px -1092px;
  }

  i.lang-flag.sh:before,
  i.lang-flag.saint.helena:before {
    background-position: -72px -1118px;
  }

  i.lang-flag.si:before,
  i.lang-flag.slovenia:before {
    background-position: -72px -1144px;
  }

  i.lang-flag.sj:before,
  i.lang-flag.svalbard:before {
    background-position: -72px -1170px;
  }

  i.lang-flag.sk:before,
  i.lang-flag.slovakia:before {
    background-position: -72px -1196px;
  }

  i.lang-flag.sl:before,
  i.lang-flag.sierra.leone:before {
    background-position: -72px -1222px;
  }

  i.lang-flag.sm:before,
  i.lang-flag.san.marino:before {
    background-position: -72px -1248px;
  }

  i.lang-flag.sn:before,
  i.lang-flag.senegal:before {
    background-position: -72px -1274px;
  }

  i.lang-flag.so:before,
  i.lang-flag.somalia:before {
    background-position: -72px -1300px;
  }

  i.lang-flag.sr:before,
  i.lang-flag.suriname:before {
    background-position: -72px -1326px;
  }

  i.lang-flag.st:before,
  i.lang-flag.sao.tome:before {
    background-position: -72px -1352px;
  }

  i.lang-flag.sv:before,
  i.lang-flag.el.salvador:before {
    background-position: -72px -1378px;
  }

  i.lang-flag.sy:before,
  i.lang-flag.syria:before {
    background-position: -72px -1404px;
  }

  i.lang-flag.sz:before,
  i.lang-flag.swaziland:before {
    background-position: -72px -1430px;
  }

  i.lang-flag.tc:before,
  i.lang-flag.caicos.islands:before {
    background-position: -72px -1456px;
  }

  i.lang-flag.td:before,
  i.lang-flag.chad:before {
    background-position: -72px -1482px;
  }

  i.lang-flag.tf:before,
  i.lang-flag.french.territories:before {
    background-position: -72px -1508px;
  }

  i.lang-flag.tg:before,
  i.lang-flag.togo:before {
    background-position: -72px -1534px;
  }

  i.lang-flag.th:before,
  i.lang-flag.thailand:before {
    background-position: -72px -1560px;
  }

  i.lang-flag.tj:before,
  i.lang-flag.tajikistan:before {
    background-position: -72px -1586px;
  }

  i.lang-flag.tk:before,
  i.lang-flag.tokelau:before {
    background-position: -72px -1612px;
  }

  i.lang-flag.tl:before,
  i.lang-flag.timorleste:before {
    background-position: -72px -1638px;
  }

  i.lang-flag.tm:before,
  i.lang-flag.turkmenistan:before {
    background-position: -72px -1664px;
  }

  i.lang-flag.tn:before,
  i.lang-flag.tunisia:before {
    background-position: -72px -1690px;
  }

  i.lang-flag.to:before,
  i.lang-flag.tonga:before {
    background-position: -72px -1716px;
  }

  i.lang-flag.tr:before,
  i.lang-flag.turkey:before {
    background-position: -72px -1742px;
  }

  i.lang-flag.tt:before,
  i.lang-flag.trinidad:before {
    background-position: -72px -1768px;
  }

  i.lang-flag.tv:before,
  i.lang-flag.tuvalu:before {
    background-position: -72px -1794px;
  }

  i.lang-flag.tw:before,
  i.lang-flag.taiwan:before {
    background-position: -72px -1820px;
  }

  i.lang-flag.tz:before,
  i.lang-flag.tanzania:before {
    background-position: -72px -1846px;
  }

  i.lang-flag.ua:before,
  i.lang-flag.ukraine:before {
    background-position: -72px -1872px;
  }

  i.lang-flag.ug:before,
  i.lang-flag.uganda:before {
    background-position: -72px -1898px;
  }

  i.lang-flag.um:before,
  i.lang-flag.us.minor.islands:before {
    background-position: -72px -1924px;
  }

  i.lang-flag.en:before,
  i.lang-flag.united.states:before {
    background-position: -72px -1950px;
  }

  i.lang-flag.uy:before,
  i.lang-flag.uruguay:before {
    background-position: -72px -1976px;
  }

  i.lang-flag.uz:before,
  i.lang-flag.uzbekistan:before {
    background-position: -108px -0px;
  }

  i.lang-flag.va:before,
  i.lang-flag.vatican.city:before {
    background-position: -108px -26px;
  }

  i.lang-flag.vc:before,
  i.lang-flag.saint.vincent:before {
    background-position: -108px -52px;
  }

  i.lang-flag.ve:before,
  i.lang-flag.venezuela:before {
    background-position: -108px -78px;
  }

  i.lang-flag.vg:before,
  i.lang-flag.british.virgin.islands:before {
    background-position: -108px -104px;
  }

  i.lang-flag.vi:before,
  i.lang-flag.us.virgin.islands:before {
    background-position: -108px -130px;
  }

  i.lang-flag.vn:before,
  i.lang-flag.vietnam:before {
    background-position: -108px -156px;
  }

  i.lang-flag.vu:before,
  i.lang-flag.vanuatu:before {
    background-position: -108px -182px;
  }

  i.lang-flag.wls:before,
  i.lang-flag.wales:before {
    background-position: -108px -208px;
  }

  i.lang-flag.wf:before,
  i.lang-flag.wallis.and.futuna:before {
    background-position: -108px -234px;
  }

  i.lang-flag.ws:before,
  i.lang-flag.samoa:before {
    background-position: -108px -260px;
  }

  i.lang-flag.ye:before,
  i.lang-flag.yemen:before {
    background-position: -108px -286px;
  }

  i.lang-flag.yt:before,
  i.lang-flag.mayotte:before {
    background-position: -108px -312px;
  }

  i.lang-flag.za:before,
  i.lang-flag.south.africa:before {
    background-position: -108px -338px;
  }

  i.lang-flag.zm:before,
  i.lang-flag.zambia:before {
    background-position: -108px -364px;
  }

  i.lang-flag.zw:before,
  i.lang-flag.zimbabwe:before {
    background-position: -108px -390px;
  }



/* Table */
/*--------------------------------------------------------------------------*/

table {
  border-collapse: collapse;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  width: 100%;
}


/* Table In Richt-Text (_table.js) */
/*--------------------------------------------------------------------------*/

@media (max-width:1023px){
  .table-wrapper {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
}


/* Table cells */
/*--------------------------------------------------------------------------*/

td, th {
  vertical-align: top;
  padding: 8.0px;
}


/* Table header */
/*--------------------------------------------------------------------------*/

thead th {
  vertical-align: bottom;
}


/* Breakpoint Helper */
/*--------------------------------------------------------------------------*/

/* Tiny */
@media (max-width: 374){
  .table-break-xs tr, 
  .table-break-xs td {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .table-break-xs tr {
    margin-bottom: 8.0px;
  }
}

/* Small */
@media (max-width:767px){
  .table-break-sm tr, 
  .table-break-sm td {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .table-break-sm tr {
    margin-bottom: 8.0px;
  }
}

/* Medium */
@media (max-width:1023px){
  .table-break-md tr, 
  .table-break-md td {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .table-break-md tr {
    margin-bottom: 8.0px;
  }
}



/* Body */
/*--------------------------------------------------------------------------*/


  @media screen {
    body { font-size: 16px; letter-spacing: 0.00em; line-height: 1.25;  }
  }
  @media screen and (min-width:768px) {
    body { font-size: 20px; letter-spacing: 0.00em; line-height: 1.25;  }
  }
  @media print {
    body { font-size: 12pt; letter-spacing: 0.002em; line-height: 16pt;  }
  }


body {
  font-family: Source Sans Pro, sans-serif;
  color: #1E4A60;
}

@media print {
  body {
    font-family: Source Sans Pro, sans-serif;
    color: #1E4A60;
  }
}


/* Links */
/*--------------------------------------------------------------------------*/

a, .link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover, .link:hover {
  color: #1E4A60;
  text-decoration: underline;
}
a:focus, .link:focus {
  color: #1E4A60;
}

/* Outlines */
a, .link,
a:hover, .link:hover,
a:focus, .link:focus {
  outline-color: transparent;
  outline-style: none;
  outline-width: 0px;
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible, .link:focus-visible {
  outline-color: rgba(30, 74, 96, .5);
  outline-style: auto;
  outline-width: 2px;
  -webkit-tap-highlight-color: transparent;
}


/* No-Links */
/*--------------------------------------------------------------------------*/

a.no-link,
a.no-link:hover,
a.no-link:focus {
  color: inherit;
  text-decoration: none;
  cursor: default;
  font-weight: inherit;
  outline-color: transparent;
  outline-style: none;
  outline-width: 0px;
  -webkit-tap-highlight-color: transparent;
}
a.no-link:focus-visible {
  outline-color: rgba(30, 74, 96, .5);
  outline-style: auto;
  outline-width: 1px;
  -webkit-tap-highlight-color: transparent;
}
a.no-link:before {
  display: none;
}


/* Selected Text */
/*--------------------------------------------------------------------------*/

::selection,
::-moz-selection {
  color: #FFFFFF;
  background: #1E4A60;
}


/* Focus Elements */
/*--------------------------------------------------------------------------*/

a[href]:focus-within, area[href]:focus-within, label[tabindex='0']:focus-within,
input:not([disabled]):focus-within, select:not([disabled]):focus-within, 
textarea:not([disabled]):focus-within, button:not([disabled]):focus-within, 
iframe:focus-within, [tabindex]:focus-within, [contentEditable=true]:focus-within {
  outline-color: rgba(30, 74, 96, .5);
  outline-style: auto;
  outline-width: 1px;
  outline-offset: 5px;
}

/* Focus Area Links */
.area-link,
.area-link:focus,
.area-link:focus-within {
  /* box-shadow: inset 0 0 0 1px orange; */
  border-radius: inherit;
} 


/* Helper */
/*--------------------------------------------------------------------------*/

.uppercase {
  text-transform: uppercase;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-normal {
  font-weight: normal;
}


/* Listings */
/*--------------------------------------------------------------------------*/

ul, ol {
  margin: 0 0 16px;
  padding-left: 20px;
}
ul ul, ol ul, ul ol, ol ol {
  margin: 0;
} 
ul.no-list, ol.no-list  {
  list-style: none;
	padding: 0;
}

/* Space */
.hs_cos_wrapper_type_rich_text ul > li, 
.hs_cos_wrapper_type_rich_text ol > li,
.richtext ul > li, 
.richtext ol > li {
  margin-bottom: 16px;
}


/* Hyphens And Wordbreak Helper */
/*--------------------------------------------------------------------------*/

.hyphens {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}


/* Font-Weight */
/*--------------------------------------------------------------------------*/
.italic {
  font-style: italic;
}
.thin {
  font-weight: 100;
}
.extra-light, .extralight {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
  font-style: italic;
}
.semi-bold, .semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extra-bold, .extrabold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}

/* Headline */
/*--------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Source Sans Pro, sans-serif;
  margin: 0 0 16px 0;
  display: inline-block;
}


  @media screen {
    h1, .h1 { color: #1E4A60; font-weight: 700; font-style: normal; font-size: 36px; letter-spacing: 0px; line-height: 1.2; margin-left: 0px;  }
  }
  @media screen and (min-width:768px) {
    h1, .h1 { color: #1E4A60; font-weight: 700; font-style: normal; font-size: 72px; letter-spacing: 0px; line-height: 1.1; margin-left: 0px;  }
  }
  @media print {
    h1, .h1 { color: #000000; font-weight: 300; font-style: normal; font-size: 32pt; letter-spacing: 0px; line-height: 1.2; margin-left: -2pt;  }
  }


  @media screen {
    h2, .h2 { color: #1E4A60; font-weight: 700; font-style: normal; font-size: 30px; letter-spacing: 0px; line-height: 1.2; margin-left: 0px;  }
  }
  @media screen and (min-width:768px) {
    h2, .h2 { color: #1E4A60; font-weight: 700; font-style: normal; font-size: 48px; letter-spacing: 0px; line-height: 1.2; margin-left: 0px;  }
  }
  @media print {
    h2, .h2 { color: #000000; font-weight: 300; font-style: normal; font-size: 24pt; letter-spacing: 0px; line-height: 1.2; margin-left: -1pt;  }
  }


  @media screen {
    h3, .h3 { color: #1E4A60; font-weight: 700; font-style: normal; font-size: 24px; letter-spacing: 0px; line-height: 1.2; margin-left: 0px;  }
  }
  @media screen and (min-width:768px) {
    h3, .h3 { color: #1E4A60; font-weight: 700; font-style: normal; font-size: 36px; letter-spacing: 0px; line-height: 1.3; margin-left: 0px;  }
  }
  @media print {
    h3, .h3 { color: #000000; font-weight: 300; font-style: normal; font-size: 18pt; letter-spacing: 0px; line-height: 1.2; margin-left: -0.5pt;  }
  }


  @media screen {
    h4, .h4 { color: #1E4A60; font-weight: 700; font-style: normal; font-size: 20px; letter-spacing: 0px; line-height: 1.2; margin-left: 0px;  }
  }
  @media screen and (min-width:768px) {
    h4, .h4 { color: #1E4A60; font-weight: 700; font-style: normal; font-size: 30px; letter-spacing: 0px; line-height: 1.3; margin-left: 0px;  }
  }
  @media print {
    h4, .h4 { color: #000000; font-weight: 300; font-style: normal; font-size: 16pt; letter-spacing: 0px; line-height: 1.2; margin-left: 0;  }
  }


  @media screen {
    h5, .h5 { color: #1E4A60; font-weight: 700; font-style: normal; font-size: 16px; letter-spacing: 0px; line-height: 1.2; margin-left: 0;  }
  }
  @media screen and (min-width:768px) {
    h5, .h5 { color: #1E4A60; font-weight: 700; font-style: normal; font-size: 24px; letter-spacing: 0px; line-height: 1.3; margin-left: 0px;  }
  }
  @media print {
    h5, .h5 { color: #000000; font-weight: 300; font-style: normal; font-size: 16pt; letter-spacing: 0px; line-height: 1.2; margin-left: 0;  }
  }


  @media screen {
    h6, .h6 { color: #1E4A60; font-weight: 700; font-style: normal; font-size: 16px; letter-spacing: 0px; line-height: 1.2; margin-left: 0;  }
  }
  @media screen and (min-width:768px) {
    h6, .h6 { color: #1E4A60; font-weight: 700; font-style: normal; font-size: 20px; letter-spacing: 0px; line-height: 1.35; margin-left: 0px;  }
  }
  @media print {
    h6, .h6 { color: #000000; font-weight: 300; font-style: normal; font-size: 16pt; letter-spacing: 0px; line-height: 1.2; margin-left: 0;  }
  }



/* Font-Sizes */
/*--------------------------------------------------------------------------*/

  @media screen {
    .font-size-xxxl, .font-size-xxxl p { font-size: 30px; letter-spacing: -0.00em; line-height: 1.2;  }
  }
  @media screen and (min-width:768px) {
    .font-size-xxxl, .font-size-xxxl p { font-size: 55px; letter-spacing: -0.00em; line-height: 1.2;  }
  }
  @media print {
    .font-size-xxxl, .font-size-xxxl p { font-size: 48pt; letter-spacing: -0.016em; line-height: 56pt; margin-left: -8pt;  }
  }


  @media screen {
    .font-size-xxl, .font-size-xxl p { font-size: 24px; letter-spacing: -0.00em; line-height: 1.3;  }
  }
  @media screen and (min-width:768px) {
    .font-size-xxl, .font-size-xxl p { font-size: 36px; letter-spacing: -0.00em; line-height: 1.3;  }
  }
  @media print {
    .font-size-xxl, .font-size-xxl p { font-size: 32pt; letter-spacing: -0.008em; line-height: 48pt; margin-left: -6pt;  }
  }


  @media screen {
    .font-size-xl, .font-size-xl p { font-size: 20px; letter-spacing: -0.00em; line-height: 1.3;  }
  }
  @media screen and (min-width:768px) {
    .font-size-xl, .font-size-xl p { font-size: 30px; letter-spacing: -0.00em; line-height: 1.3;  }
  }
  @media print {
    .font-size-xl, .font-size-xl p { font-size: 24pt; letter-spacing: -0.004em; line-height: 32pt; margin-left: -4pt;  }
  }


  @media screen {
    .font-size-l, .font-size-l p { font-size: 18px; letter-spacing: -0.00em; line-height: 1.4;  }
  }
  @media screen and (min-width:768px) {
    .font-size-l, .font-size-l p { font-size: 24px; letter-spacing: -0.00em; line-height: 1.4;  }
  }
  @media print {
    .font-size-l, .font-size-l p { font-size: 16pt; letter-spacing: -0.002em; line-height: 24pt; margin-left: -1pt;  }
  }


  @media screen {
    .font-size-m, .font-size-m p { font-size: 16px; letter-spacing: 0.00em; line-height: 1.25;  }
  }
  @media screen and (min-width:768px) {
    .font-size-m, .font-size-m p { font-size: 20px; letter-spacing: 0.00em; line-height: 1.25;  }
  }
  @media print {
    .font-size-m, .font-size-m p { font-size: 12pt; letter-spacing: 0.002em; line-height: 16pt;  }
  }


  @media screen {
    .font-size-s, .font-size-s p { font-size: 16px; letter-spacing: 0.00em; line-height: 1.5;  }
  }
  @media screen and (min-width:768px) {
    .font-size-s, .font-size-s p { font-size: 18px; letter-spacing: 0.00em; line-height: 1.5;  }
  }
  @media print {
    .font-size-s, .font-size-s p { font-size: 10pt; letter-spacing: 0.004em; line-height: 16pt;  }
  }


  @media screen {
    .font-size-xs, .font-size-xs p { font-size: 16px; letter-spacing: 0.00em; line-height: 1.5;  }
  }
  @media screen and (min-width:768px) {
    .font-size-xs, .font-size-xs p { font-size: 16px; letter-spacing: 0.00em; line-height: 1.5;  }
  }
  @media print {
    .font-size-xs, .font-size-xs p { font-size: 8pt; letter-spacing: 0.008em; line-height: 16pt;  }
  }


  @media screen {
    .font-size-xxs, .font-size-xxs p { font-size: 14px; letter-spacing: 0.00em; line-height: 1.5;  }
  }
  @media screen and (min-width:768px) {
    .font-size-xxs, .font-size-xxs p { font-size: 14px; letter-spacing: 0.01em; line-height: 1.5;  }
  }
  @media print {
    .font-size-xxs, .font-size-xxs p { font-size: 6pt; letter-spacing: 0.016em; line-height: 8pt;  }
  }














/* Paragraphs */
/*--------------------------------------------------------------------------*/





/* Blog Listing */
/*--------------------------------------------------------------------------*/
.blog-index .blog-tags .tag {
  background: #F7F7F7;
  border: none;
  border-radius: 0;
  color: #1E4A60;
  cursor: pointer;
  display: inline-block;
  margin: 8.0px 4.0px 0 0;
  padding: 8.0px 16px;
  user-select: none;
}
.blog-index .blog-tags .tag:hover,
.blog-index .blog-tags .tag.active {
  background: #FF6600;
  color: #FFFFFF;
}


/* Blog Posts Template blog-post-dez-2023 */
/*--------------------------------------------------------------------------*/
.ix-blog-post h1 {
  display: block;
  hyphens: auto;
}

.ix-blog-post .drop-cap p:first-child:first-letter {
  float: left;
  font-size: 4.4em;
  line-height: 0.8;
  padding-right: 10px;
  padding-top: 4px;
  font-weight: 700;
} 
.ix-blog-post .blog-post__tag-link {
  display: inline-block;
  background-color: #F7F7F7;
  color: #1E4A60;
  padding: 8.0px 16px;
  margin-bottom: 8.0px;
}
.ix-blog-post .blog-post__tag-link:first-child {
  margin-left: 8.0px;
}
.ix-blog-post .blog-post__tag-link:hover {
  background-color: #FF6600;
  color: #FFFFFF;
}


.boxed { border: 1px solid #000000; }
.boxed p { margin: 16px; }


/* ERROR */
/*--------------------------------------------------------------------------*/

.error {
  padding: 255px 0 254px 0;
  text-align: center;
}
.error-code {
  line-height: 1;
}
.error-text {
  z-index: 1;
}
.error .btn {
  margin-top: 16px;
}
.error .header {
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 40.0px;
}


/* SYSTEM */
/*--------------------------------------------------------------------------*/

.system {
  padding-top: 65px;
  padding-bottom: 85px;
  text-align: center;
}
.system-form .hs-form .hs-form-field,
.system-form .email-prefs {
  text-align: left;
}
.system-form .hs-form input[type="submit"] {
  margin-top: 24px;
}
@media (max-width: 380px) {
  .system-form .hs-form input[type="submit"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.system-admin {
  margin-top: 30px;
}
.system-form .hs-form .hs-error-msgs,
.system-form .hs-form .hs-error-msg {
  margin-top: 12px;
  color: inherit !important;
}
.system-form .hs-form .form-input-validation-message {
  margin-top: 0;
}
.system .success {
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  display: inline-block;
  margin: 32px 0;
  padding: 8.0px 16px;
  width: 100%;
}
.system .icon {
  color: #FFFFFF;
  padding: 32px;
}


/* SEARCH RESULT PAGE */
/*--------------------------------------------------------------------------*/

/* Title + Text */
.hs-search-results__title {
  margin-bottom: 0.35rem;
  text-decoration: underline;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Listing */
.hs-search-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-results__listing li {
  margin: 0;
  padding: 0;
}
.hs-search-highlight {
	font-weight: 700;
}
.hs-search-results__prev-page {
  float: left;
}
.hs-search-results__next-page {
  float: right;
}


/* PASSWORD PROMPT */
/*--------------------------------------------------------------------------*/

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}


/* BACKUP UNSUBSCRIBE  */
/*--------------------------------------------------------------------------*/

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}
.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}


/* SUBSCRIPTION PREFERENCES */
/*--------------------------------------------------------------------------*/

/* Option Boxes */
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.email-prefs input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 32px;
}
.email-prefs .item {
  background-color: #F7F7F7;
  padding: 16px;
  margin-bottom: 16px;
  width: 100%;
  cursor: pointer;
}
.email-prefs .item:first-of-type {
  padding-top: 48px;
}
.email-prefs .item .checkbox-row .fakelabel span {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.email-prefs .item .item-inner p {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 40.0px;
  margin: 0;
}
#email-prefs-form .page-header {
  padding-bottom: 24.0px;
}
#email-prefs-form .page-header h1 {
  margin-bottom: 0;
}
 
/* Disable All Box */
.subscribe-options {
  background-color: #F7F7F7;
  padding: 0 16px 16px;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.subscribe-options .header {
  position: relative;
  background-color: #F7F7F7;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}
.subscribe-options .header ~ p {
  margin-top: 0;
}

@media (max-width:767px) {
  .email-prefs .item .checkbox-row .fakelabel span {
    font-size: 16px;
    line-height: 1.5;
  }
  .email-prefs .item .item-inner .checkbox-row {
    margin-bottom: 8.0px;
  }
  .email-prefs .item .item-inner p {
    font-size: 16px;
    line-height: 1.5;
  }
  .subscribe-options .header {
    font-size: 16px;
    line-height: 1.5;
  }
}



/* SUBSCRIPTION PREFERENCES CONFIRMATION */
/*--------------------------------------------------------------------------*/
.system-page.email-subscription-confirmation h2 {
  margin-bottom: 32px;
}
.system-page.email-subscription-confirmation .success {
  margin-top: 48px;
  margin-bottom: 0;
}

@media (max-width:767px) {
  .system-page.email-subscription-confirmation h1 {
    margin-bottom: 8.0px;
  }  
  .system-page.email-subscription-confirmation h2 {
    margin-bottom: 16px;
  }
  .system-page.email-subscription-confirmation .success {
    margin-top: 32px;
    margin-bottom: 0;
  }
}


/* OPRGINAL THEME SOURCE MODULE STYLESHEETS */
/*--------------------------------------------------------------------------*/








/* Accordion (Wrapper) */
/*--------------------------------------------------------------------------*/

.accordion,
.accordion-inner {
  padding: 0;
  margin: 16px 0;
}


/* Accordion (Content) */
/*--------------------------------------------------------------------------*/

.accordion .tab-content {
  position: relative; 
  left: 0; top: 0; 
  right: 0; bottom: 0;
  background: #FFFFFF;
}
.accordion .tab-content-inner {
  width: 100%;
  height: 100%;
  padding: 16px 16px 24.0px;
}


/* Accordion (Two-Columns) */
/*--------------------------------------------------------------------------*/

.accordion-section.two-cols .tab-content-inner {
  column-count: 2;
  column-gap: 16px;
  column-fill: balance;
}
@media screen and (max-width:767px) {
  .accordion-section.two-cols .tab-content-inner {
    column-count: 1;
    column-gap: 0;
  }  
}


/* Accordion (Animation) */
/*--------------------------------------------------------------------------*/

.accordion .tab-content {
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  display: block;
}
.accordion .tab-checkbox {
  display: none;
}
.accordion .tab-checkbox:not(:checked) + .tab-button + .tab-content {
	max-height: 0;
}
.accordion .tab-checkbox:checked + .tab-button + .tab-content {
  max-height: 512px; 
}


/* Accordion (Tab) */
/*--------------------------------------------------------------------------*/

.accordion .tab-button {
  display: flex;
  position: relative;
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 16px 64px 16px 16px;
  text-align: left;
  outline: none;
  overflow-wrap: break-word;
  user-select: none;
  background: #FFFFFF;
  color: #000000;
}
.accordion .tab-button:focus:not(:focus-visible) {
  outline: 0;
}
.accordion .tab-checkbox:checked + .tab-button {
  color: #1E4A60;
}
.accordion .tab-button:focus,
.accordion .tab-button:focus-within {
  z-index: 1;
}


/* Accordion (Border) */
/*--------------------------------------------------------------------------*/

.accordion > .accordion-section.first .tab-button {
  border-radius: 4.0px 4.0px 0 0;
}
.accordion > .accordion-footer {
  min-height: 4.0px;
  border-radius: 0 0 4.0px 4.0px;
  background: #FFFFFF;
}
.accordion > .accordion-section.last .tab-button {
  padding-bottom: 14.0px;
}
.accordion > .accordion-section .tab-button {
  border-top: 1px solid #F7F7F7;
}
.accordion > .accordion-section.first .tab-button {
  border-top: 0;
}


/* Accordion (Caret) */
/*--------------------------------------------------------------------------*/

.accordion .tab-checkbox + .tab-button:after {
  display: block;
  position: absolute;
  right: 16px;
  font-family: "Font Awesome 5 Free", 'Font Awesome 5 Free';
  font-weight: bold;
  content: "\f078";
  width: 32px;
  top: 16px;
  text-align: center;
}
.accordion .tab-checkbox:checked + .tab-button:after {
  content: "\f077";
}


/* Accordion (Open On Print) */
/*--------------------------------------------------------------------------*/

@media print {
  .accordion .tab-content {
    max-height: 100% !important;
  }
}


/* Accordion (Custom) */
/*--------------------------------------------------------------------------*/










/* Address (Styles) */
/*--------------------------------------------------------------------------*/

.address p {
  font-style: normal;
}
.address .address-group {
  display: inline-block;
}


/* Address (Icons) */
/*--------------------------------------------------------------------------*/


.address i,
.address svg {
  color: #1E4A60;
  fill: #1E4A60;
  width: 24.0px;
  vertical-align: top;
  text-align: center;
  line-height: inherit;
}


/* Address (Print) */
/*--------------------------------------------------------------------------*/

@media print {
  .address a,
  .address i,
  .address svg {
    color: #000000;
    fill: #000000;
  }
}


/* Address (Custom) */
/*--------------------------------------------------------------------------*/



.address .address-inner .phone-number,
.address .address-inner .e-mail,
.address .address-inner .fax {
  font-weight: 700
}
.address .address-inner svg {
  width: 14px;
  margin-top: 2px;
  margin-right: 16px;
  color: #FFFFFF;
  fill: #FFFFFF;
  transition: .3s;
}










/* Anchor Menu (Style) */
/*--------------------------------------------------------------------------*/

.anchor-menu.v1 {
  border-radius: 4.0px;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  margin-top: 16px;
}
.anchor-menu.v1 .anchor-section {
  list-style: none;
  margin: 0;
  padding: 0;
}


/* Anchor Menu (Headline and Sections) */
/*--------------------------------------------------------------------------*/

.anchor-menu.v1 .anchor-section.lvl1 > .anchor-item > a {
  font-weight: bold;
}
.anchor-menu.v1 .anchor-section.lvl1 > .anchor-item > * {
  margin-top: 16px;
}
.anchor-menu.v1 .anchor-section {
  margin-bottom: 16px;
}


/* Anchor Menu (Item) */
/*--------------------------------------------------------------------------*/

.anchor-menu.v1 .anchor-item > * {
  display: block;
  padding: 8.0px 16px;
}
.anchor-menu.v1 .anchor-section.lvl2 .anchor-item > a {
  position: relative;
  color: #5C5F5F;
  background: transparent;
  transition: all 150ms linear;
}
.anchor-menu.v1 .anchor-section.lvl2 .anchor-item > a:hover {
  color: #5C5F5F;
  background: #F7F7F7;
  text-decoration: none;
  padding-left: 24.0px;
}
.anchor-menu.v1 .anchor-section.lvl2 .anchor-item a:before {
  content: '';
  position: absolute; display: block;
  height: 100%; width: 0; left: 0; top: 0;
  transition: width 150ms linear;
}


/* Anchor Menu (Item-In-Viewport) */
/*--------------------------------------------------------------------------*/

.anchor-menu.v1 .anchor-section.lvl2 .anchor-item a.active {
  padding-left: 16px;
}
.anchor-menu.v1 .anchor-section.lvl2 .anchor-item a.active:before {
  width: 4.0px;
  background: #F7F7F7;
}


/* Anchor Menu (Closest-Item-To-Top) */
/*--------------------------------------------------------------------------*/

.anchor-menu.v1 .anchor-section.lvl2 .anchor-item a.highlight {
  padding-left: 24.0px;
  color: #000000;
}
.anchor-menu.v1 .anchor-section.lvl2 .anchor-item a.highlight:before  {
  width: 4.0px;
  background: #1E4A60;
}


/* Anchor Menu (Divider) */
/*--------------------------------------------------------------------------*/

.anchor-menu.v1 .seperator {
  width: 100%;
  height: 1px;
  background-color: #F5F5F5;
}


/* Button Group (Custom) */
/*--------------------------------------------------------------------------*/



.anchor-menu.v1 {
  background: transparent;
  border: none;
  border-radius: 0px;
  margin-top: 0;
}
.anchor-menu .anchor-menu-inner .anchor-item {
  font-weight: 700;
}
.anchor-menu.v1 .anchor-section.lvl2 .anchor-item > a {
  position: relative;
  color: #1E4A60;
  background: initial;
  transition: .3s;
}
.anchor-menu.v1 .anchor-section.lvl2 .anchor-item:hover > a {
  color: #FF6600;
  background: initial;
  text-decoration: none;
  padding-left: 16px;
}
.anchor-menu.v1 .anchor-section.lvl2 .anchor-item a:before,
.anchor-menu.v1 .anchor-section.lvl2 .anchor-item a.active:before {
  background: transparent;
  width: 0px;
  content: none;
}
.anchor-menu.v1 .anchor-section.lvl2 .anchor-item a.highlight {
  padding-left: 16px;
  color: #1E4A60;
}









/* Article (Styles) */
/*--------------------------------------------------------------------------*/

.article {
  width: 100%;
  height: auto;
  border-radius: 4.0px;
  background: #FFFFFF;
}
.article-inner {
  position: relative;
  width: 100%; height: 100%;
  padding-bottom: 16px;
}
.article .article-content {
  margin: 16px;
}
.article .article-content strong {
  display: inline-block;
  margin-bottom: 16px;
  word-break: break-word;
}
.article-image {
  background: #F7F7F7;
  overflow: hidden;
  border-top-right-radius: 4.0px;
  border-top-left-radius: 4.0px;
}
.article-image > img {
  transition: all 150ms ease;
}


/* Article (Addon) */
/*--------------------------------------------------------------------------*/

.article .addon {
  margin-bottom: 8.0px;
}
.article .addon .tag-list .tag,
.article .addon .date-time {
  color: #5C5F5F;
  font-style: normal;
}


/* Article (Link) */
/*--------------------------------------------------------------------------*/

.article .read-more {
  color: #F5F5F5;
  position: relative;
  transition: all 150ms linear;
}
.article .area-link:hover ~ .article-content > .read-more,
.article .area-link:focus ~ .article-content > .read-more {
  color: #1E4A60;
  padding-left: 12px;
}
.article .area-link:hover ~ .article-image > img,
.article .area-link:focus ~ .article-image > img {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.article .read-more i {
  position: absolute;
  opacity: 0; left: 0;
  transition: all 150ms linear;
}
.article .area-link:hover ~ .article-content > .read-more i,
.article .area-link:focus ~ .article-content > .read-more i {
  opacity: 1;
}


/* Article (Responsive Grid) */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .article {
    max-width: 592.0px;
  }
}

/* Article (Custom) */
/*--------------------------------------------------------------------------*/



.article {
  height: 100%;
}
.article-inner {
  padding-bottom: initial;
}
.article:has(.area-link) {
  position: relative;
}
.article .area-link {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  display: block;
}
.article .article-content {
  padding: 32px 32px 32px 0;
  margin: initial;
}
.article .article-content .topline {
  margin-bottom: 8.0px;
  font-weight: 700;
  padding-bottom: 0;
}
.article .article-content strong {
  color: #1E4A60;
}

.article-image,
.article-video {
  position: relative;
  border-radius: 0;
  border-bottom: 4px solid #FF6600;
  height: 0;
  background: transparent;
}
.article-image > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .area-link:hover ~ .article-image > img,
.article .area-link:focus ~ .article-image > img {
  transform: unset;
  filter: unset;
}
.article-image .article-filter,
.article-video .article-filter {
  position: absolute;
  top: 32px;
  left: 32px;
}
.article-image .article-filter .filter,
.article-video .article-filter .filter {
  margin: 0;
  padding: 8.0px 16px;
  background-color: #FF6600;
  width: max-content;
  margin-bottom: 8.0px;
}
.article-image .article-filter .filter:last-child,
.article-video .article-filter .filter:last-child {
  margin-bottom: 0;
}
.article-content > p {
  margin-top: initial;
  margin-bottom: initial;
  padding-bottom: 48px;
}
.article .read-more svg {
  transform: translateY(3px);
  margin-left: 16px;
  width: 11px;
  height: 18px;
  fill: #FF6600;
  transition: .3s;
}
.article .read-more a:hover svg {
  opacity: .5;
}
.article-content > .read-more {
  color: #FF6600;
  font-size: 18px;
  font-weight: 700;
}

.article-content > i {
  margin-left: 16px;
  font-size: 18px;
  transform: translateY(1.5px);
}

.article-content > i::before {
  color: #FF6600;
  fill: #FF6600;
}

.article .area-link:hover ~ .article-content > .read-more, 
.article .area-link:focus ~ .article-content > .read-more {
  color: #FF6600;
  padding-left: initial;
}

@media (max-width:767px) {
  .article-image {
    height: 0;
  }
  .article-image img {
    max-height: unset;
  }
}


.solutions-index .article .article-inner .article-content a.btn.btn-text {
  position: relative;
  color: #FF6600;
  max-width: max-content;
  font-size: 18px;
  line-height: 1.5;
  padding: initial;
  transition: .3s;
}
.solutions-index .article .article-inner .article-content a.btn.btn-text:hover {
  opacity: .5;
}
.solutions-index .article .article-inner .article-content a.btn.btn-text::after {
  position: absolute;
  background-image:  url('data:image/svg+xml;charset=UTF-8,<svg fill="%23EC6938" version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="11" height="18" viewBox="0 0 67.6 112" style="enable-background:new 0 0 67.6 112;" xml:space="preserve"><style type="text/css"></style><path id="Icon_ionic-ios-arrow-forward_00000042014147796669443920000007189858319029640076_" d="M46.5,56L4.1,13.6 C1,10.5,1,5.5,4.1,2.4c0,0,0,0,0,0c3.1-3.1,8.2-3.1,11.3,0l48,48c3,3,3.1,7.9,0.2,11l-48.2,48.3c-3.1,3.1-8.2,3.1-11.3,0 c-3.1-3.1-3.1-8.1,0-11.3L46.5,56z"/></svg>');
  background-repeat: no-repeat;
  content: "";
  width: 11px;
  height: 18px;
  top: 50%;
  right: -27px;
  transform: translateY(-50%);
}

@media (max-width:767px) {
  .solutions-index .article .article-inner .article-content a.btn.btn-text {
    font-size: 16px;
    line-height: 1.5;
  }
}



.article .article-video .video-player {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
}










/* Article Item */
/*--------------------------------------------------------------------------*/

.article-slider .article:hover,
.article-slider .article:focus,
.article-slider .article .article-image-wrapper {
  box-shadow: none;
}


/* Splide (Slider) #}
/*--------------------------------------------------------------------------*/

.article-slider .splide__track {
  margin: -16px;
}
.article-slider .splide__slide {
  padding: 16px;
}
@media print {
  .article-slider .splide__list.row { 
    transform: translateX(0);
    width: 100%;
  }
  .article-slider .splide__slide {
    width: auto !important;
  }
}

/* equal height */
.article-slider .splide__slide > .article {
  height: 100%;
}


/* Splide (Arrows Style) */
/*--------------------------------------------------------------------------*/

.splide__arrow {
  background: #1E4A60;
  border: #1E4A60;
}
.splide__arrow i,
.splide__arrow svg {
  color: #FFFFFF;
  fill: #FFFFFF;
}
.splide__arrow:hover,
.splide__arrow:focus {
   color: #FFFFFF;
   background: #FFFFFF;
   border: #FFFFFF;
}
.splide__arrow:hover i, .splide__arrow:focus i,
.splide__arrow:hover svg, .splide__arrow:focus svg {
  color: #FFFFFF;
  fill: #FFFFFF;
}


/* Splide (Arrows Position) */
/*--------------------------------------------------------------------------*/

@media (min-width:768px) {
  .splide__arrow.splide__arrow--next {
    right: -64px;
  }
  .splide__arrow.splide__arrow--prev {
    left: -64px;
  }
}


/* Splide (Pagination) */
/*--------------------------------------------------------------------------*/

.splide__pagination .splide__pagination__page {
  background: #F5F5F5;
  border: #F5F5F5;
}
.splide__pagination .splide__pagination__page:hover,
.splide__pagination .splide__pagination__page:focus {
  background: #1E4A60;
  border: #1E4A60;
}
.splide__pagination .splide__pagination__page.is-active {
  background: #1E4A60;
  border: #1E4A60;
} 


/* Splide (Hide Controls) */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .article-slider .splide.hide_desktop_control_elements .splide__arrows,
  .article-slider .splide.hide_desktop_control_elements .splide__pagination {
     display: none; 
  }
}
@media (max-width:1919px) {
  .article-slider .splide__arrows { 
    display: none; 
  }
}
@media print {
  .article-slider .splide__arrows,
  .article-slider .splide__pagination {
     display: none !important; 
  }
}


/* Article Slider (Custom) */
/*--------------------------------------------------------------------------*/










/* Banner (Wrapper) */
/*--------------------------------------------------------------------------*/

.banner {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
}
.banner:not(.full-width) {
  margin: 0;
}
.banner-content {
  margin: 0; padding: 0;
  position: relative;
  left: 0; top: 0;
  right: 0; bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.full-width .banner-content,
.aspect-ratio .banner-content {
  position: absolute;
}

.banner.full-width {
 min-height: 50vh;
}
@media (max-width:767px) {
  .banner.full-width {
    height: 100vh;
  }
}


/* Banner (Gradient) */
/*--------------------------------------------------------------------------*/

.banner .gradient {
  background-image: linear-gradient(
    to bottom, 
    rgba(0, 0, 0, 0.5), 
    rgba(0, 0, 0, 0.0),
    rgba(0, 0, 0, 0.0)
  );
}


/* Banner (Fallback) */
/*--------------------------------------------------------------------------*/

.banner .image.fallback {
  width: 100%; height: 100%;
  position: relative;
  background-image: url(//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/large-placeholder-image.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


/* Banner (Image/Video) */
/*--------------------------------------------------------------------------*/

.banner .banner-image > .image,
.banner .banner-image > .preload,
.banner .banner-video > .video {
  background-color: #F7F7F7;
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner .banner-image img,
.banner .banner-video img,
.banner .banner-video video {
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}


/* Banner (Blur-Loading) - based on lazyload.js */
/*--------------------------------------------------------------------------*/

.banner .banner-image > .image,
.banner .banner-image > .preload {
  -webkit-transform: scale(1.1); transform: scale(1.1);
}
.banner .banner-image > .preload {
  background-position: center; 
  background-size: cover;
  -webkit-filter: blur(8px); 
  filter: blur(8px);
}
.banner .banner-image > .image {
  opacity: 0;
  transition: opacity 300ms linear;
}
.banner .banner-image > .image.loaded,
.banner .banner-image > .image.cached {
  opacity: 1;
}


/* Banner (Overlay) */
/*--------------------------------------------------------------------------*/

.banner-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;  height: 100%;
}


/* Banner (Title) */
/*--------------------------------------------------------------------------*/

.banner .banner-title {
  margin: 0 auto;
  padding: 32px 16px 48px 16px;
  user-select: text;
	width: calc(100% - 32px);
	max-width: 1400px;
}
@media(max-width:767px){
  .banner .banner-title {
    padding-top: 128px;
    padding-bottom: 112px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media(max-width:){
  .banner .banner-title {
    padding-top: 96px;
    padding-bottom: 80px;
  }
}

/* Headline */
.banner-title h1, .banner-title strong {
  color: #FFFFFF;
  /* text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.30); */
  margin-bottom: 0;
  display: inline-block;
}

/* Subline */
.banner-title, .banner-title p, .banner-title span {
  color: #FFFFFF;
  /* text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.75); */
  margin-bottom: 0;
}


/* Banner (Custom) */
/*--------------------------------------------------------------------------*/



.banner {
  height: 100%;
}
.banner.full-size,
.banner.full-size .banner-content {
  min-height: 100vh;
  padding: 0;
}
.banner.half,
.banner.half .banner-content {
  min-height: 615px;
}
.banner.big,
.banner.big .banner-content {
  min-height: 75vh;
}
.banner .banner-title {
  margin: 100px auto 0px;
  padding: 0 ;
  max-width: 1160px;
}
.banner .banner-title .banner-topline {
  margin: 0;
  margin: 0 0 16px 0;
}
.banner .banner-title .banner-subline {
  margin: 3px 0 0;
}


@media (max-width:767px) {
  .banner .banner-title {
    margin: 96px auto 0;
  }
  .banner.sm-full {
    min-height: 100vh;
    padding: 0;
  }
  .banner.sm-half {
    min-height: 50vh;
  }
  .banner.sm-big {
    min-height: 75vh;
  }
}








/* Breadcrumb (Wrapper) */
/*--------------------------------------------------------------------------*/

.breadcrumb {}
.breadcrumb-inner {
  list-style: none;
  display: block;
  height: auto;
  padding: 8.0px 16px 8.0px 35.64px ; 
  background: transparent;
  border-radius: 4.0px;
  white-space: nowrap;
}
.breadcrumb-inner > li:first-child {
  margin-left: -19.64px;
}


/* Breadcrumb (Seperator) */
/*--------------------------------------------------------------------------*/

.breadcrumb .separator {
  font-size: 10px;
  line-height: inherit;
  vertical-align: middle;
  display: inline-block;
  padding: 0 8.0px;
  line-height: 16px;
  min-height: 16px;
}
.breadcrumb .section {
  font-size: 14px;
  line-height: 16px;
  min-height: 16px;
  display: inline-block;
}


/* Breadcrumb (Link) */
/*--------------------------------------------------------------------------*/

.breadcrumb a,
.breadcrumb i {
  color: #000000;
}
.breadcrumb a:hover,
.breadcrumb a:hover i {
  color: #1E4A60;
}
.breadcrumb a.disabled,
.breadcrumb .active {
  pointer-events: none;
  color: #5C5F5F;
}


/* Breadcrumb (Custom) */
/*--------------------------------------------------------------------------*/



.breadcrumb .breadcrumb-inner {
  padding-top: 4.0px;
  padding-left: 19.64px;
}
.breadcrumb .breadcrumb-inner .separator {
  padding: 0 4px;
}
.breadcrumb .breadcrumb-inner .separator svg {
  color: rgba(92, 95, 95, .3);
  fill: rgba(92, 95, 95, .3);
  transform: translateY(1px);
}
.breadcrumb .breadcrumb-inner .section {
  font-size: 16px;
  line-height: 1.5;
  
} 
.breadcrumb .breadcrumb-inner .section a {
  color: rgba(92, 95, 95, .3);
  transition: .3s;
}
.breadcrumb .breadcrumb-inner .section a:hover {
  color: rgba(92, 95, 95, 1);
  text-decoration: none;
}
.breadcrumb .breadcrumb-inner .active a {
  color: rgba(92, 95, 95, 1);
}










/* Button (Style) */
/*--------------------------------------------------------------------------*/

.button-container {
  width: 100%;
}
.btn, .hs-button,
.hs-form input[type="submit"] {
  padding: 16px 36.0px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0px;
  transition: .3s;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.03em;
}
.btn:not(.icon-btn){
  min-width: 80px;
}
.btn:hover, .hs-button:hover,
.btn:focus, .hs-button:focus {
  text-decoration: none;
}
@media(max-width:374px){
  .btn, .hs-button {
    min-width: 100%;
  }
}

/* Button (Primary) */
/*--------------------------------------------------------------------------*/

.btn-primary, .hs-button.primary, .hs-form input[type="submit"] {
  background-color: #FF6600;
  border: 2px solid #FF6600;
  color: #FFFFFF;
} 
.btn-primary:hover, .btn-primary:focus, 
.hs-button.primary:hover, .hs-button.primary:focus
.hs-form input[type="submit"]:hover, .hs-form input[type="submit"]:focus {
  background-color: transparent;
  border-color: #FF6600;
  color: #FF6600;
}
.cta_button.primary:hover, 
.cta_button.primary:focus {
  background-color: transparent !important;
  border-color: #FF6600 !important;
  color: #FF6600 !important;
}


/* Button (Secondary) */
/*--------------------------------------------------------------------------*/

.btn-secondary, .hs-button.secondary {
  background-color: #FFFFFF;
  border: 2px solid #FF6600;
  color: #FF6600;
} 
.btn-secondary:hover, .btn-secondary:focus, 
.hs-button.secondary:hover, .hs-button.secondary:focus {
  background-color: #FF6600;
  border-color: #FF6600;
  color: #FFFFFF;
}
.cta_button.secondary:hover, 
.cta_button.secondary:focus {
  background-color: #FF6600 !important;
  border-color: #FF6600 !important;
  color: #FFFFFF !important;
}


/* Button (Primary-Outline) */
/*--------------------------------------------------------------------------*/

.btn-primary-outline {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.cta_button.primary-outline:hover, 
.cta_button.primary-outline:focus {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}


/* Button (Secondary-Outline) */
/*--------------------------------------------------------------------------*/

.btn-secondary-outline {
  background-color: rgba(30, 74, 96, 0.2);
  border: 2px solid #1E4A60;
  color: #1E4A60;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: rgba(30, 74, 96, 0.3);
  border-color: #1E4A60;
  color: #1E4A60;
}
.cta_button.secondary-outline:hover,
.cta_button.secondary-outline:focus {
  background-color: rgba(30, 74, 96, 0.3) !important;
  border-color: #1E4A60 !important;
  color: #1E4A60 !important;
}


/* Button (Disabled) */
/*--------------------------------------------------------------------------*/

.btn[disabled], .hs-button[disabled],
.btn[disabled]:hover, .hs-button[disabled]:focus,
.btn.disabled, .hs-button.disabled,
.btn.disabled:hover, .hs-button.disabled:focus {
  cursor: default;
  pointer-events: none;
  background-color: #F7F7F7;
  color: #5C5F5F;
  border: 2px solid transparent;
}


/* Button (No-Button) */
/*--------------------------------------------------------------------------*/

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}


/* Button (Custom) */
/*--------------------------------------------------------------------------*/



.btn, .hs-button {
  font-weight: 700
}
.btn, .hs-button,
.hs-form input[type="submit"] {
  padding: 16px 32px;
}

/* Button (White) */
/*--------------------------------------------------------------------------*/

.btn-white, .hs-button.white {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #FF6600;
} 
.btn-white:hover, .btn-white:focus, 
.hs-button.white:hover, .hs-button.white:focus {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/* Button (Text) */
/*--------------------------------------------------------------------------*/

.btn-text, .hs-button.text {
  color: #FF6600;
  position: relative;
}
.btn-text:hover, .btn-text:focus, 
.hs-button.text:hover, .hs-button.text:focus {
  color: rgba(255, 102, 0, 0.5);
}

/* Button (External link) */
/*--------------------------------------------------------------------------*/

.btn-external-link, .hs-button.btn_external_link {
  color: #FF6600;
  position: relative;
} 
.btn-external-link:hover, .btn-external-link:focus, 
.hs-button.btn_external_link:hover, .hs-button.btn_external_link:focus {
  color: rgba(255, 102, 0, 0.5);
}

/* Button (Mobile styles) */
/*--------------------------------------------------------------------------*/
@media (max-width:767px) {
  .btn {
    display: block;
  }
}










/* Card (Element) */
/*--------------------------------------------------------------------------*/

.card {
  width: 100%;
  height: auto;
  border-radius: 4.0px;
}
.card:not(.bg-gradient) {
  background: #FFFFFF;
}
.card-inner {
  position: relative;
  width: 100%; height: 100%;
  padding-bottom: 36.0px;
}
.card .card-content {
  margin: 16px;
  margin-top: 0;
  color: #1E4A60;
}
.card .card-content strong {
  display: inline-block;
  margin-bottom: 16px;
  word-break: break-word;
  color: #1E4A60;
}


/* Card (Icon) */
/*--------------------------------------------------------------------------*/

.card .card-icon {
  min-height: 128px;
}
.card .card-icon > i,
.card .card-icon > svg {
  fill: #1E4A60;
  color: #1E4A60;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  max-width: 128px; max-height: 128px;
}


/* Card (Button) */
/*--------------------------------------------------------------------------*/

.card-cta {
  margin-top: 32px;
}


/* Card (Responsive Grid) */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .card {
    max-width: 592.0px;
  }
}


/* Card (Custom) */
/*--------------------------------------------------------------------------*/





.card {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  max-width: unset;
  height: 100%;
}
.card .card-img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.card .card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card .card-inner {
  padding-bottom: 0; 
  border-bottom: 4px solid #FF6600;
}
.card.hover-card .card-inner .hover-area {
  display: flex;
  flex-direction: column;
  opacity: 0;
  background-color: rgba(255, 102, 0, .85);
  transition: .3s;
  text-align: center;
  padding: 32px 60.0px 16px;
  min-height: 100%;
}
.card.hover-card .card-inner:hover .hover-area {
  opacity: 1;
}
.card.hover-card .card-inner .hover-area p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.5;
}
.card.hover-card .card-inner .hover-area .headline {
  margin-top: 0;
  margin-bottom: 8.0px;
  color: #FFFFFF;
  font-weight: 700;
}
.card.hover-card .card-inner .hover-area .subline {
  padding-bottom: 32px;
  margin: 0;
  position: relative;
  color: #FFFFFF;
}
.col-lg-4 .card.hover-card .card-inner .hover-area .subline:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}
.card.hover-card .card-inner .hover-area .content {
  margin: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  color: #FFFFFF;
}
.card.hover-card .card-inner .hover-area:not(:has(.btn)) .content {
  padding-bottom: 0;
}
.card.hover-card .card-inner .hover-area .btn.btn-text {
  margin-top: auto;
}
.card .card-inner .btn.btn-text {
  font-size: 18px; 
  color: #FFFFFF;
  letter-spacing: 0;
}
.card .card-inner .btn.btn-text:hover {
  color: rgba(255, 255, 255, .5);
}
.card .card-inner .btn.btn-text svg {
  fill: #FFFFFF;
  transition: .3s;
  width: 11px;
  height: 18px;
  transform: translateY(3px);
  margin-left: 16px;
}
.card .card-inner .btn.btn-text:hover svg {
  fill: rgba(255, 255, 255, .5);
}
.card .card-inner .card-content {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  transition: .3s;
}
.card.hover-card .card-inner:hover .card-content {
  opacity: 0;
  z-index: -1;
}
.card .card-inner .card-content .title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 32px 0 8.0px;
}  
.card .card-inner .card-content .text {
  margin: 0;
  font-size: 18px;
  color: #FFFFFF;
  padding: 0 0 32px;
}



.col-lg-3 .card {
  min-height: 318px;
}
.col-lg-3 .card .card-inner {
  min-height: 318px;
}
.col-lg-3 .card .card-inner .hover-area {
  min-height: 318px;
  justify-content: center;
  padding-right: 48px;
  padding-left: 48px;
}
.col-lg-3 .card .card-inner .hover-area .headline {
  position: relative;
  font-weight: 400;
  padding-bottom: 24.0px;
  margin-bottom: 24.0px;
}
.col-lg-3 .card .card-inner .hover-area .headline::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}
.col-lg-3 .card .card-inner .hover-area .btn.btn-text {
  margin-top: unset;
  padding-right: 8.0px;
  padding-left: 8.0px;
}
.col-lg-3 .card .card-inner .card-content .title {
  padding-top: 20.0px;
  padding-bottom: 20.0px;
  font-weight: 400;
}





.card:not(.hover-card) .card-inner {
  padding-bottom: 100%;
}
.card:not(.hover-card) .card-inner .card-content .text {
  padding-right: 32px;
  padding-left: 32px;
}

@media (max-width:767px) {
  .card:not(.hover-card) {
    height: initial;
    margin-top: 0;
    margin-bottom: 0;
  }
  .card:not(.hover-card) .card-img {
    height: 0;
  }
  .card:not(.hover-card) .card-inner  {
    height: initial;
  }
}








@media (max-width:767px) {
  .card .card-inner {
    border-bottom: 3px solid #FF6600;
  }
  .card .card-inner .hover-area {
    padding: 32px 16px 16px
  }
  .card .card-inner .hover-area .headline {
    font-size: 24px;
  }
  .card .card-inner .hover-area .subline {
    padding-bottom: 24.0px;
    font-size: 16px;
  }
  .card .card-inner .hover-area .content {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }
  .card .card-inner .hover-area a {
    padding: 16px 32px;
  }
  .card .card-inner .card-content .title {
    font-size: 24px;
  }
  .card .card-inner .card-content .text {
    font-size: 16px;
  }
}
@media (max-width:1023px) {
  .card {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}











/* Code (Style) */
/*--------------------------------------------------------------------------*/

.code pre[class*="language-"],
.code :not(pre) code[class*="language-"] {
  border-radius: 4.0px;
}

.code pre[class*="language-"] {
	padding: 16px 16px 19.2px;
  margin: 0;
}


/* Inline-Code Snipped (Richtext) */
/*--------------------------------------------------------------------------*/

p code, 
.hs_cos_wrapper_type_rich_text code,
.richtext code {
  color: #1E4A60;
}


/* Code (Custom) */
/*--------------------------------------------------------------------------*/










/* Company-Logos (Wrapper) */
/*--------------------------------------------------------------------------*/

.company-logos {
	display: grid; width: 100%;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(196px, 1fr));
	grid-auto-rows: 56px;
	grid-auto-flow: dense;
}


/* Company-Logos (Style) */
/*--------------------------------------------------------------------------*/

.company-logos .logo {
  display: flex;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
}
.company-logos .logo > img {
  display: inline-block;
  transition-property: filter;
  transition-duration: 300ms;
  filter: grayscale(100%);
  width: auto; height: auto;
  max-width: 100%;
  max-height: 100%;
}
.company-logos .logo:hover > img {
  filter: grayscale(0%);
}


/* Company-Logos (Fallback) */
/*--------------------------------------------------------------------------*/

.company-logos .fallback {
  background-size: contain;
  width: 100%; min-height: 56px;
  background-size: 196px 56px;
  background-repeat: no-repeat;
  background-position: center;
}
.company-logos .fallback:nth-child(1),
.company-logos .fallback:nth-child(5) {
  background-image: url(//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/logos/logoipsum-logo-1.png);
}
.company-logos .fallback:nth-child(2),
.company-logos .fallback:nth-child(6) {
  background-image: url(//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/logos/logoipsum-logo-2.png);
}
.company-logos .fallback:nth-child(3),
.company-logos .fallback:nth-child(7) {
  background-image: url(//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/logos/logoipsum-logo-3.png);
}
.company-logos .fallback:nth-child(4),
.company-logos .fallback:nth-child(8) {
  background-image: url(//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/logos/logoipsum-logo-4.png);
}


/* Company-Logos (Custom) */
/*--------------------------------------------------------------------------*/










/* Vorlage (Style) */
/*--------------------------------------------------------------------------*/



/* Vorlage (Custom) */
/*--------------------------------------------------------------------------*/



.contact_box .topline {
  font-weight: 700;
  margin-bottom: 6px;
}
.contact_box .headline {
  margin-bottom: 8px;
}
.contact_box .contact-item-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}
.contact_box .contact-item {
  display: block;
  position: relative;
  font-weight: 700;
  padding-left: 32px;
  margin-bottom: 8.0px;
  transition: .3s;
}
.contact_box .contact-item:hover {
  text-decoration: none;
}
.contact_box .contact-item:last-child {
  margin-bottom: 0;
}
.contact_box .contact-item:hover svg {
  fill: rgba(255, 102, 0, .5);
}
.contact_box .contact-item svg {
  transition: .3s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  content: '';
  display: block;
}



@media (max-width:767px) {
  .contact_box {
    padding-bottom: 24.0px;
  }
  .contact_box:last-child {
    padding-bottom: 16px;
  }
  .contact_box .headline h2 {
    margin-bottom: 0;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .contact_box {
    padding-bottom: 48px;
  }
  .contact_box:last-child {
    padding-bottom: 16px;
  }
}









/* Content OFfer Banner Wrapper (Style) */
/*--------------------------------------------------------------------------*/

.co-banner {
  background: #FFFFFF;
  padding: 32px;
}
@media (min-width:1024px) {
  .co-banner {
    padding: 48px 64px;
  }
}


/* Content OFfer Image (Style) */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .co-banner .co-image.offset {
    margin-top: -160px;
  }
}

.co-banner .co-image {
  margin: 0;
}
.co-banner .co-image img {
  width: 100%;
  height: auto;
}



/* Content (Style) */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .co-banner .co-content {
    padding-right: 96px;
  }
}
.co-banner .co-description {
  margin-bottom: 32px;
}
.co-banner .co-description p {
  margin-top: 0px;
}
.co-banner .co-description p:last-child {
  margin-bottom: 0px;
}
@media (min-width:768px) {
  .co-banner .co-description {
    margin-bottom: 64px;
  }
}


/* Buttons (Style) */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .co-banner .button-container .btn:first-child {
    margin-right: 32px;
    margin-bottom: 8.0px;
  }
}

@media (max-width:1023px) {
  .co-banner .button-container .btn {
    width: 100%;
  }
  .co-banner .button-container .btn:first-child {
    margin-bottom: 8.0px;
  }
}


/* Vorlage (Custom) */
/*--------------------------------------------------------------------------*/



.co-banner .co-image img {
  transform: translateX(-64px);
}
.co-banner .topline {
  margin-bottom: 8.0px;
  font-weight: 700;
}


@media (max-width:767px) {
  .co-banner {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .co-banner .row {
    transform: translateY(-150px);
    margin-bottom: -150px;
  }
  .co-banner .co-image img {
    transform: translateX(-30px);
  }
  .co-banner .co-content {
    margin-bottom: 48px;
  }
  .co-banner .button-container .btn:first-child {
    margin-bottom: 16px;
  }
}









/* Copyright (Style) */
/*--------------------------------------------------------------------------*/

.copyright {
  color: #5C5F5F;
}


/* Copyright (Custom) */
/*--------------------------------------------------------------------------*/










/* Countdown (Wrapper) */
/*--------------------------------------------------------------------------*/

.countdown {
  width: 100%;
  background: #FFFFFF;
  color: #FF6600;
  text-align: center;
  margin: 0 auto;
}
.countdown:not(.full-width) {
  border-radius: 4.0px;
}
.countdown-inner {
  justify-content: center;
  padding: 32px 0 40.0px 0;
}


/* Countdown (Dynamic Font Size) */
/*--------------------------------------------------------------------------*/

.font-size-dyn {
  font-size: 10vw;
}

/* Countdown (Content) */
/*--------------------------------------------------------------------------*/

.countdown .days,
.countdown .hours,
.countdown .minutes,
.countdown .seconds {
  display: block;
  padding: 0 32px;
}
@media (max-width:767px) {
  .countdown .days,
  .countdown .hours,
  .countdown .minutes,
  .countdown .seconds {
    padding: 0 16px;
  }
}

/* Divider */
.countdown span[role="seperator"] {
  display: inline-block;
}


/* Countdown (Custom) */
/*--------------------------------------------------------------------------*/










/* Vorlage (Style) */
/*--------------------------------------------------------------------------*/

.cta {
  color: #FFFFFF;
  background: transparent;
}


/* Vorlage (Custom) */
/*--------------------------------------------------------------------------*/



@media ((min-width:768px)) {
  .cta-banner .container .cta-inner-2 {
    max-width: 600px;
    padding-left: 104.0px;
  }
  .cta-banner .container .cta-inner-2 .text {
    margin-bottom: 64px;
  }
}
.cta-banner {
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -16px;
  margin-left: -16px;
  position: relative;
  color: #FFFFFF;
}
.cta-banner.parallax {
  background-attachment: fixed;
}

.cta-banner .overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}
.cta-banner .overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, #2E454B 0%, #2E454B00 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
}
.cta-banner .container {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  justify-content: center;
}
.cta-banner .container strong {
  color: #FFFFFF;
  display: block;
}
.cta-banner .container .cta-inner .text {
  margin-bottom: 64px;
}

@media (max-width:767px) {
  .cta-banner .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .cta-banner.content-width .container {
    padding-top: 64px;
  }
  .cta-banner .container .cta-inner strong {
    margin-bottom: 32px;
  }
  .cta-banner .container .cta-inner .text {
    margin-bottom: 48px;
  }
  .cta-banner.parallax {
    background-attachment: initial;
  }
}

@media (min-width:768px) {
  .cta-banner .container {
    min-height: 600px;
  }  
}









/* Divider (Wrapper) */
/*--------------------------------------------------------------------------*/

hr, .divider {
  display: block;
  position: relative;
  height: 1px;
  width: 100%;
  border: 0;
  outline: 0;
  margin: 80px 0 16px;background-color: #F5F5F5;}


/* Divider (Style) */
/*--------------------------------------------------------------------------*/

/* Center */
.divider:before,
.divider:after {
  position: absolute; display: block;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
}

/* Bullet */
.divider.bullet:before {
  background: #F5F5F5;
  border-radius: 8.0px;
  content: "";
  width: 16px;
  height: 16px;
}
.divider.bullet:after {
  background: #1C3043;
  border-radius: 4.0px;
  content: "";
  width: 8.0px;
  height: 8.0px;
}

/* Label */
.divider.label[aria-label]:before {
  background: #F5F5F5;
  border-radius: 4.0px;
  content: attr(aria-label);
  padding: 8.0px 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1C3043;
  font-size: 16px;
}
@media (max-width:767px) {
  .divider.label[aria-label]:before {
    font-size: 16px;
  }
}


/* Divider (Custom) */
/*--------------------------------------------------------------------------*/



hr, .divider {
  background-color: #E5E5E5;
  margin: initial;
}








/* Download Listing (Line) */
/*--------------------------------------------------------------------------*/

.download > .listing-item {
  border-bottom: 1px solid #D3D3D3;
}
.download > .listing-item:first-child {
  border-top: 1px solid #D3D3D3;
}

/* Mobile Auto Grid Col Gap Fix */
@media (max-width:400px) {
  .download .btn {
    margin-top: 16px;
  }
}


/* Download Listing (Custom) */
/*--------------------------------------------------------------------------*/










/* Dropdown (Wrapper) */
/*--------------------------------------------------------------------------*/

.dropdown {
	position: relative; z-index: 3;
	min-width: 116.66666666666667px;
}
.dropdown .dropdown-title {
	width: 100%; min-height: 32px;	
	padding: 8.0px 16px;
	color: #000000;
  background: #F7F7F7;
	border-radius: 4.0px;
	cursor: pointer;
}
.dropdown[open] .dropdown-title {
  border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.dropdown[open] .dropdown-item:last-child {
  border-bottom-left-radius: 4.0px;
	border-bottom-right-radius: 4.0px;
}
.dropdown .dropdown-menu {
	position: absolute; width: 100%;
  background: #F7F7F7;
	max-height: 240px;
	overflow-x: hidden; overflow-y: auto;
	padding-left: 0; margin: 0;
}


/* Dropdown (Items) */
/*--------------------------------------------------------------------------*/

.dropdown .dropdown-menu .dropdown-item {
	list-style: none; width: 100%;
	min-width: 116.66666666666667px;
	min-height: 40px;
	white-space: nowrap;
	color: #000000;
	background: transparent;
	user-select: none;
}
.dropdown .dropdown-menu .dropdown-radio,
.dropdown .dropdown-menu .dropdown-checkbox {
	margin-left: 16px;
	display: inline-block;
}
.dropdown .dropdown-menu .dropdown-label {
  padding: 8.0px 16px;
	width: calc(100% - 32px); 
	display: inline-block; white-space: normal;
	user-select: none;
}
.dropdown .dropdown-menu .dropdown-radio + .dropdown-label,
.dropdown .dropdown-menu .dropdown-checkbox + .dropdown-label,
.dropdown .dropdown-menu .dropdown-label {
  padding-left: 4.0px;
	cursor: pointer; 
}


/* Dropdown (Action) */
/*--------------------------------------------------------------------------*/

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item:focus {
	color: #000000;
	background: #F5F5F5;
}


/* Dropdown (Custom) */
/*--------------------------------------------------------------------------*/










/* Favorites (Button) */
/*--------------------------------------------------------------------------*/

.favorites-btn {
  display: block;
  position: relative;
  background: transparent;
  width: 48px; height: 48px;
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.favorites-btn:hover,
.favorites-btn:focus,
.favorites-btn.active {
  background: #FF6600;
}
.favorites-btn i, 
.favorites-btn svg {
  fill: #F7F7F7;
  color: #F7F7F7;
  margin-top: 50%;
  transform: translateY(-50%);
}
.favorites-btn:hover i,
.favorites-btn:focus i,
.favorites-btn.active i,
.favorites-btn:hover svg,
.favorites-btn:focus svg,
.favorites-btn.active svg {
  fill: #FFFFFF;
  color: #FFFFFF;
}


/* Favorites (Badge) */
/*--------------------------------------------------------------------------*/

.navigation-primary .favorites .badge,
.reminder .badge {
  position: absolute;
  right: 6px; top: 12px;
  background: #FFFFFF;
  color: #1E4A60;
  border-radius: 8px;
  width: 16px; height: 16px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}
.navigation-primary .favorites .badge {
  position: relative;
  display: inline-block;
  top: -6px;
  right: 0;
}
.navigation-primary .favorites .badge.hide,
.reminder .badge.hide {
  display: none;
}


/* Favorites (Love-And-Share) Position */
/*--------------------------------------------------------------------------*/

.love-and-share .item-close, 
.love-and-share .item-store,
.love-and-share .item-share {
  position: absolute;
  top: 32px; bottom: auto;
  right: 32px; left: auto;
  padding: 0;
  z-index: 1;
}
.love-and-share > .item-close + .item-share,
.love-and-share > .item-store + .item-share {
  top: 88.0px;
}


/* Favorites (Love-And-Share) Icon */
/*--------------------------------------------------------------------------*/

.love-and-share .item-close,
.love-and-share .item-store,
.love-and-share .item-share {
  width: 48px; 
  height: 48px;
  border-radius: 24px;
  color: #FFFFFF;
  background-color: #F7F7F7;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  min-width: auto;
  margin: 0; padding: 0;
  outline: none; border: 0;
}
.love-and-share .item-close > i,
.love-and-share .item-store > i,
.love-and-share .item-share > i {
  line-height: inherit;
  pointer-events: none;
  vertical-align: middle;
}
.love-and-share .item-close:hover, .love-and-share .item-close:focus,
.love-and-share .item-store:hover, .love-and-share .item-store:focus,
.love-and-share .item-share:hover, .love-and-share .item-share:focus {
  color: #FFFFFF;
  background-color: #F5F5F5;
}
.love-and-share .item-store.active {
  color: #FFFFFF;
  background-color: #1E4A60;
}
.love-and-share .item-store.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* Toggle Add/Remove */
.love-and-share .item-store i.fa-times { display: none; }
.love-and-share .item-store.active i.fa-heart { display: block; }
.love-and-share .item-store.active:hover i.fa-heart { display: none; }
.love-and-share .item-store.active:hover i.fa-times { display: block; }






/* Note:
 * You can copy and paste the style from the button default object into the object below.
 * See: ../button/button_defaults.css from styles.
 *//* Note:
 * HubSpot Breakpoints not Theme Breakpoints!
 */



/* GLOBAL FORM - TEXT, TITLE AND LABELS */
/*--------------------------------------------------------------------------*/

.hs-form {
  clear: both;
  font-family: inherit;
  font-weight: 400;
  padding: 0 16px;
  font-style: normal;
}
.form-title:empty {
  display: none;
}




/* ALL FOTM TEXT, TITLE AND LABELS */
/*--------------------------------------------------------------------------*/

/* Additional HuSpot Form Types: (from system not forms)
 * Subscription Preferences (module) --> #email-prefs-form
 * Backup Unsubscribe (module) --> #email-prefs-form
 */

.hs_cos_wrapper.form-title,
.form-title {
  padding: 0 16px 16px 16px;
  font-size: 16px;
  text-align: center;
}
.container .form-title, 
.container .hs-form {
  padding: 0;
}

/* Labels and Titels */
.hs-form .hs-form-field > label,
.hs-form .field[role="search"] > label,
.hs-form .hs-fieldtype-booleancheckbox:before {
  display: inline-block;
  font-size: 16px;
	font-weight: 700;
  color: #000000;
  line-height: 1.25;
  margin-bottom: 8.0px;
}

/* Requied Symbol Color in Labels */
.hs-form .hs-form-required {
  margin-left: 1px;
  color: #DC3545;
}

/* Hidden Fields If Not Hide By Browser Defaults */
.hs-form input[hidden] {
  display: none !important;
}

/* HubSpot Text Block Between Input Elements */
.hs-form .hs-richtext:not(.hs-main-font-element) {
  margin-top: 32px;
  margin-bottom: -8.0px;
}
.hs-form div:not(.hs-richtext) + .hs-richtext {
  margin-top: 0; /* 8.0px */
}




/* DEFAULT INPUT FIELDS */
/*--------------------------------------------------------------------------*/

/* Inputs (selectors for all inputs)  */
.hs-form input[type='text'], .hs-form input[type='number'], .hs-form input[type='email'], .hs-form input[type='search'], .hs-form input[type='password'], .hs-form input[type='tel'], .hs-form input[type='url'], .hs-form input[type='date'], .hs-form input[type='file'],
.hs-form button, .hs-form optgroup,
.hs-form select, .hs-form textarea,
.hs-form .select-selected {
	display: inline-block;
	background: #FFFFFF;
	box-shadow: none;
	padding: 8px 16px;
	width: 100%;
	border-radius: 6px;
	border-width: 1px;
	border-color: #5C5F5F;
	border-style: solid;
	line-height: 1.25;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #000000;
}

/* Input Defaults (if-used-outside-theme) */
.hs-form input[type='text'], .hs-form input[type='number'], .hs-form input[type='email'], .hs-form input[type='search'], .hs-form input[type='password'], .hs-form input[type='tel'], .hs-form input[type='url'], .hs-form input[type='date'], .hs-form input[type='file'],
.hs-form button, .hs-form optgroup,
.hs-form select, .hs-form textarea,
.hs-form .select-selected {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Inputs in Focus with Keyboard */
.hs-form input:focus,
.hs-form textarea:focus,
.hs-form select:focus {
	outline-color: rgba(30, 74, 96, .5);
  outline-style: auto;
  outline-width: 1px;
}

/* Inputs in Focus only Mouse 
.hs-form input:focus:not(:focus-visible),
.hs-form textarea:focus:not(:focus-visible),
.hs-form select:focus:not(:focus-visible) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	outline: 0;
} */

.hs-form input:hover,
.hs-form textarea:hover,
.hs-form select:hover,
.hs-form .select-selected:hover {
	border-color: #1E4A60;
}

/* Equal Height Inputs */
.hs-form input:not(.hs-button), 
.hs-form select {
	height: 52px;
}

/* Textareas */
.hs-form textarea,
.hs-fieldtype-textarea  {
	width: 100% !important;
	min-height: 96px;
}

/* Custom Placeholder */
.hs-form .select-selected.placeholder,
.hs-form .hs-file-value.placeholder {
  color: #5C5F5F;
}

/* Pseudo Placeholder */
::-webkit-input-placeholder { color: #5C5F5F; }
::-moz-placeholder { color: #5C5F5F; }
:-ms-input-placeholder { color: #5C5F5F; }
:-moz-placeholder { color: #5C5F5F; }
:-ms-input-placeholder { color: #5C5F5F; }
::-ms-input-placeholder { color: #5C5F5F; }
::placeholder { color: #5C5F5F; }

/* Hidden Fields If Not Hide By Browser Defaults */
.hs-form input[hidden] {
	display: none !important;
}




/* DESCRIPTIONS */
/*--------------------------------------------------------------------------*/

.hs-form .hs-field-desc {
  font-size: 12px;
  color: gray;
  line-height: 1.25;
  margin-bottom: 8.0px; 
  margin-top:  -8.0px;
}




/* CUSTOM CHECKBOX AND RADIO FIELDS */
/*--------------------------------------------------------------------------*/

.hs-form .inputs-list,
.hs-form-booleancheckbox {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.hs-form-radio,
.hs-form-checkbox,
.hs-form-booleancheckbox,
.email-prefs .item,
.subscribe-options {
	display: table;
	margin-bottom: 16px;
	border: 0;
	margin: 0 !important;
}

/* Customize the label (the container) */
.hs-form-radio label,
.hs-form-checkbox label,
.hs-form-booleancheckbox label,
.email-prefs .item .fakelabel, 
.subscribe-options label {
	display: table-cell;
	vertical-align: middle;
	height: 52px;
	position: relative;
	padding-left: 40px;
	padding-right: 16px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;    
}
.email-prefs .item p,
.subscribe-options > p:first-child {
	padding-left: 40px;
}

/* Hide the browser's default checkbox */
.hs-form-radio input,
.hs-form-checkbox input,
.hs-form-booleancheckbox input,
.email-prefs .item input,
.subscribe-options input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Label Text */
.hs-form .hs-form-radio span,
.hs-form .hs-form-checkbox span,
.email-prefs .item .fakelabel span,
.subscribe-options span {
	vertical-align: baseline;
	line-height: 1.25;
}

/* Create a custom checkbox */
.hs-form .hs-form-radio label > span:before,
.hs-form .hs-form-checkbox label > span:before,
.hs-form .hs-form-booleancheckbox label > span:before,
.email-prefs .item .fakelabel > span:nth-child(2):before,
.subscribe-options label > span:before {
	left: 0;
	top: 13.0px;
	position: absolute;
	display: block;
	content: "";
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #5C5F5F;
	border-style: solid;
}
.hs-form .hs-form-checkbox label > span:before,
.hs-form .hs-form-booleancheckbox label > span:before,
.email-prefs .item .fakelabel > span:nth-child(2):before,
.subscribe-options label > span:before {
	width: 24px;
	height: 24px;
}
.hs-form .hs-form-radio label > span:before {
	width: 26px;
	height: 26px;
}

/* FOCUS (Restore focus effect for before elements) */
.hs-form .hs-form-radio label > input:focus ~ span:before,
.hs-form .hs-form-checkbox label > input:focus ~ span:before,
.hs-form .hs-form-booleancheckbox label > input:focus ~ span:before,
.hs-form .hs-form-booleancheckbox label > input:checked:focus ~ span:after,
.email-prefs .item .fakelabel > input:focus ~ span:nth-child(2):before,
.subscribe-options label > input:focus ~ span:before {
	outline-color: rgba(30, 74, 96, .5);
  outline-style: auto;
  outline-width: 1px;
}

/* HOVER (hover from inputs for custom before elements) */
.hs-form .hs-form-radio:hover label > span:before,
.hs-form .hs-form-checkbox:hover label > span:before,
.hs-form .hs-form-booleancheckbox:hover label > span:before,
.email-prefs .item .fakelabel:hover > span:nth-child(2):before,
.subscribe-options:hover label > span:before {
  border-color: #1E4A60;
}

/* Border Radius */
.hs-form .hs-form-radio span:before {
	border-radius: 50%;
}
.hs-form .hs-form-checkbox label > span:before,
.hs-form .hs-form-booleancheckbox label > span:before,
.email-prefs .item .fakelabel > span:nth-child(2):before,
.subscribe-options label > span:before {
	border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.hs-form-radio:hover input + span:before,
.hs-form-checkbox:hover input + span:before,
.hs-form-booleancheckbox:hover input + span:before,
.email-prefs .item:hover .fakelabel > input + span:nth-child(2):before,
.subscribe-options label:hover input + span:before {
	background-color: #F7F7F7;
	border-color: #1E4A60;
}

/* When the checkbox is checked background */
.hs-form .hs-form-radio input:checked + span:before,
.hs-form .hs-form-checkbox input:checked + span:before,
.hs-form .hs-form-booleancheckbox input:checked + span:before,
.email-prefs .item .fakelabel > input:checked + span:nth-child(2):before,
.subscribe-options input:checked + span:before {
	background-color: #FFFFFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.hs-form-radio span:after,
.hs-form-checkbox span:after,
.hs-form-booleancheckbox span:after {
	content: "";
	position: absolute;
	display: none;
}
.email-prefs .item .fakelabel > span:nth-child(2):after,
.subscribe-options label > span:after {
	position: absolute;
	opacity: 0;
}

/* Show the checkmark when checked */
.hs-form-radio input:checked ~ span:after,
.hs-form-checkbox input:checked ~ span:after,
.hs-form-booleancheckbox input:checked ~ span:after {
	display: block;
}
.email-prefs .item .fakelabel > input:checked + span:nth-child(2):after,
.subscribe-options input:checked ~ span:after {
	opacity: 1;
}

/* Style the checkmark/indicator */
.hs-form-booleancheckbox label > span:after,
.hs-form-checkbox label > span:after,
.email-prefs .item .fakelabel > span:nth-child(2):after,
.subscribe-options label > span:after {
	
		font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f00c"; /* Checked */
	
	left: 0;
	top: 13.0px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	width: 24px;
	height: 24px;
	border: 1px solid transparent;
}

/* Style the selection/indicator */
.hs-form-radio label > span:after {
	
		font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f00c"; /* Checked */
	
	left: 0;
	top: 14.0px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	width: 26px;
	height: 26px;
	border: 1px solid transparent;
}

/* Style the boolean/indicator */
.hs-form-booleancheckbox label > span:after {
	left: 0;
	top: 13.0px;
	height: 24px;
	width: 24px;
	background-color: #FFFFFF;
	border-radius: 6px;
	border-width: 1px;
	border-color: #5C5F5F;
	border-style: solid;
	-webkit-transition: -webkit-transform 150ms ease;
	-ms-transition: -ms-transform 150ms ease;
	transition: transform 150ms ease;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* Required Field Pass Validation */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
}

/* Requied Input Focus */
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
	box-shadow: none;
}




/* SPECIAL BOOLEN CHECKBOX [ EXTEND THE CHECKBOX AND RADIO SECION ] */
/*--------------------------------------------------------------------------*/



  /* Sometimes you want the content boolean without the boolean layout, this swith change the style to a checkbox layout. */

  /* Boolean checkbox label need more space */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label {
    margin: 0;
    padding-left: 92px;
  }

  /* Create a custom booloean background area */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span:before {
    height: 38px;
    width: 70px;
		border-radius: 19.0px;
	  border-width: 3px;
		border-color: #000000;
    border-style: solid;
   -webkit-transition: background 120ms ease;
   -ms-transition: background 120ms ease;
    transition: background 120ms ease;
    top: 7.0px;
  }

  /* HOVER */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label:hover > input ~ span:before,
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label:hover > input ~ span:after {
		border-color: #1E4A60;
	}

	/* FOCUS (Restore focus effect for before elements) */
	.hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > input:focus ~ span:before {
    outline: none !important;
	}
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > input:focus ~ span:after,
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > input:checked:focus ~ span:after {
		outline-color: rgba(30, 74, 96, .5);
		outline-style: auto;
		outline-width: 1px;
	}

  /* Toggle field background between FALSE (default) and TRUE (checked) */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span:before {
    background: #000000;
  }
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox input:checked + span:before {
    background: #000000;
  }

  /* Always display the boolean/indicator */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span:after {
    display: block;
    text-align: center;
		
		/* Resize indivator if no border */
		
			width: 38px;
			height: 38px;
		  line-height: 35px;
		
		
    top: 7.0px;
		border-radius: 19.0px;
	  border-width: 3px;
		border-color: #000000;
    border-style: solid;
		left: 0;
    
    /* Animation */
   -webkit-transition: transform 120ms linear 0ms;
   -ms-transition: transform 120ms linear 0ms;
    transition: transform 120ms linear 0ms;
		
		/* FALSE Style (default) */
		color: #FFFFFF;
		background-color: #FFFFFF;

    /* Icon Type */
      font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";
      font-weight: bold;
      content: "\f00c"; /* Checked */}

  /* Move the boolen indicator to position true */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox input:checked ~ span:after {
		
		
		  
		
		
		/* Toggle Move */
   -webkit-transform: translate(30px, 0);
   -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);

		/* TRUE Style (checked) */
		color: #FFFFFF;
		background-color: #FFFFFF;
		
  }






/* DSGVO Text Privacy Policy */
/*--------------------------------------------------------------------------*/

  .hs-form .legal-consent-container {
    margin-top: 32px;
  }
  .hs-form .legal-consent-container .hs-form-field {
		margin-top: 0px; 
    margin-bottom: 0px; 
  }
  .hs-form .legal-consent-container .hs-richtext {
    margin-top: 16px;
		font-size: 13px;
  }
  .hs-form .legal-consent-container p {
    color: #000000;
    font-size: 13px;
    line-height: 1.25;
  }
  .hs-form .legal-consent-container > .hs-richtext + div:not(.hs-richtext) {
    margin-top: 16px;
  }
  .hs-form .legal-consent-container > .hs-richtext:last-child {
    margin-bottom: 16px;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox {
    margin-bottom: 0;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    vertical-align: baseline;
    font-size: 13px;
    line-height: 1.25;
    margin-left: 0 !important;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 0 !important;
  }




/* DATEPICKER WIDGET POPUP */
/*--------------------------------------------------------------------------*/

.hs-form .hs-datepicker .pika-button {
	text-align: center;
	border-radius: 0px;
}
.hs-form .hs-datepicker .is-today .pika-button {
	color:  !important;
}
.hs-form .hs-datepicker .fn-date-picker .pika-button:hover {
	background:  !important;
}
.hs-form .hs-datepicker .fn-date-picker .is-selected .pika-button {
	box-shadow: none;
	background:  !important;
}




/* DATETIME INPUT FIELD */
/*--------------------------------------------------------------------------*/

/* .hs-fieldtype-date */
.hs-dateinput .hs-input { 
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	line-height: 36px !important;
	-webkit-appearence: none;
	-webkit-min-logical-width: calc( 100% - 16px);
}
.hs-dateinput input {
	background: #FFFFFF;
	padding-right: 52px;
	-webkit-padding-end: 52px;
	-webkit-padding-start: 8px;
}


/* DATETIME PICKER CALENDAR */
/*--------------------------------------------------------------------------*/

.hs-form .hs-dateinput:before {
	right: 16px;
	font-size: 16px;
}


	.hs-form .hs-dateinput input {
		padding-right: 68px !important;
	}
	.hs-form .hs-dateinput:after {

		/* Icon */
		box-sizing: border-box;
		font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";
		font-weight: bold;
		font-size: 18px;
		content: "\f073"; /* Calendar */
		text-align: center;
		vertical-align: middle;
		line-height: 50px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
    border-style: solid;
		border-width: 1px;
		border-color: transparent transparent  transparent #5C5F5F;

		/* Block */
		width: 52px;
		height: 52px;
		background: transparent;
		position: absolute;
		right: 0;
		pointer-events: none;
		cursor: pointer;
	}






/* SELECT FIELD AND DROPDOWN */
/*--------------------------------------------------------------------------*/

  /* Dropdown Default Select */
  .hs-form select,
  .hs-form .select-selected {
      position: relative;
      height: 52px;
      padding-top: 0; 
      padding-bottom: 0;
      line-height: 50px;
      width: 100% !important;
     -webkit-appearance: none;
     -moz-appearance: none;
      appearance: none;
     -webkit-border-radius: 6px;
      border-radius: 6px;
      cursor: pointer;
      padding-left: 16px;
      padding-right: 52px;
     -webkit-padding-end: 52px;
     -webkit-padding-start: 16px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
  }

  .hs-form .select-selected {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }


/* CARRET 1 - Css Dropdown Caret */
/*--------------------------------------------------------------------------*/
/* (!icons=true and active=true) */

  


/* CARRET 2 - Icon Font Dropdown Caret */
/*--------------------------------------------------------------------------*/
/* (icons=true and active=true) */

  
    .hs-form .hs-fieldtype-select .select-selected:after {
      position: absolute;
      pointer-events: none;
      display: block;
      font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";
      font-weight: bold;
      content: "\f107"; /* Caret open */ 
      right: 21.0px;
      top: 0;
    }
    .hs-form .hs-fieldtype-select .select-arrow-active.select-selected:after {
      content: "\f106"; /* Caret Close*/ 
    }
  


/* CARRET 3 - Icon Font Nativ Field Arrow */
/*--------------------------------------------------------------------------*/
/* (icons=true and !active=true) */

  


/* CARRET 4 - Css Nativ Field Arrow */
/*--------------------------------------------------------------------------*/
/* (!icons=true and !active=true) */

  


/* CUSTOM DROPDOWN DOM FROM JS */
/*--------------------------------------------------------------------------*/

  /* Style items (options): */
  .hs-form .select-items {
    position: absolute;
    background-color: #FFFFFF;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: -1px;
    border-style: solid;
		border-width: 1px;
		border-color: #5C5F5F;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 190.0px;
    text-align: left;
  }
  .hs-form .hs-form-field > label:not(.empty) ~ .select-items {
    top: 96.0px;
  }
  .hs-form .hs-form-field > label.empty ~ .select-items
    top: 80.0px;
  }
  .hs-form .select-group {
    padding: 8px 0;
  }
  .hs-form .select-group .select-group-label {
    display: block;
    width: 100%;
    color: #000000;
    padding: 8px 16px;
    line-height: 1.25;
    font-weight: bold;
  }

  /* style the items (options), including the selected item: */
  .hs-form .select-items .select-option {
    color: #000000;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.25;
		border-radius: 0;
    border-style: solid;
		border-width: 1px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    border-left-width: 0;
    border-right-width: 0;
    cursor: pointer;
  }
  .hs-form .select-items .select-option:focus {
    outline-offset: -2px;
  }
  .hs-form .select-items .select-option:last-child {
    border-bottom: none;
  }

  /* Hide the items when the select box is closed: */
  .hs-form .select-hide {
    display: none;
  }

  .hs-form .select-items .select-option:hover, 
  .hs-form .select-items .same-as-selected {
    color: #000000;
    background-color: #F7F7F7;
  }

  .select-selected.select-arrow-active {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
  }




/* SPECIAL MEMBERSHIP FORM */
/*--------------------------------------------------------------------------*/

.hs-register-widget-show-password,
.hs-login-widget-show-password,
.hs-reset-widget-show-password {
	display: inline-block;
	float: right;
	line-height: 1.25;
	margin-bottom: 8.0px;
}
#hs-login-widget-remember {
	height: auto !important;
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	appearance: checkbox !important;
}
#hs-pwd-widget-password {
	height: 52px !important;
	margin-top: 16px !important;
}




/* SETP UP - STEP DOWN - CUSTOM INPUT NUMBER */
/*--------------------------------------------------------------------------*/

/* Remove Default Number Appearance  */
.hs-form .custom-numbers-field input[type="number"],
.hs-form .custom-numbers-field input[type="number"]:focus {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
.hs-form .custom-numbers-field input[type="number"]::-webkit-inner-spin-button,
.hs-form .custom-numbers-field input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Border Radius If With Or Without Custom JS Buttons  */
.hs-form input[type="number"] {
	border-radius: 6px; 
}
.hs-form .custom-numbers-field input[type="number"] {
	border-radius: 0; 
}

/* Create New Display Layout  */
.hs-fieldtype-number .input {
	display: flex;
	box-sizing: border-box;
	width: 100%;
}
.hs-fieldtype-number .input.custom-numbers-field .hs-input {
	width: calc(100% - 88px ) !important;
	text-align: center;
}

/* Add New Numeric Buttons (need-js-component) */
.hs-fieldtype-number button {
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 52px;
	height: 52px;
	padding-left: 11.0px;
	padding-right:11.0px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.hs-fieldtype-number button.hs-stepDown {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.hs-fieldtype-number button.hs-stepUp {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.hs-fieldtype-number button.hs-stepDown:hover,
.hs-fieldtype-number button.hs-stepUp:hover {
	border-color: #1E4A60;
}

/* HOVER (Fake Border On Hover ) */
.hs-fieldtype-number button.hs-stepDown:before,
.hs-fieldtype-number button.hs-stepUp:before {
	content: ""; position: absolute;
	background: #1E4A60;
	width: 1px;
	height: 52px;
	top: -1px;
	z-index: 1; opacity: 0;
}
.hs-fieldtype-number button.hs-stepDown:before {
  right: -1px;
}
.hs-fieldtype-number button.hs-stepUp:before {
  left: -1px;
}
.hs-fieldtype-number button.hs-stepDown:focus:before,
.hs-fieldtype-number button.hs-stepUp:focus:before {
  display: none;
}
.hs-fieldtype-number button.hs-stepDown:hover:before,
.hs-fieldtype-number button.hs-stepUp:hover:before {
  opacity: 1;
}




	.hs-fieldtype-number button.hs-stepDown::after {
		font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f068"; /* Minus */
	}
	.hs-fieldtype-number button.hs-stepUp:after {
		font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f067"; /* Plus */
	}




/* RECAPTCHA */
/*--------------------------------------------------------------------------*/

.hs_recaptcha {
	
	margin-top: 24px;
	margin-bottom: 40px;
}




/* SUBMIT BUTTON */
/*--------------------------------------------------------------------------*/

/*.hs-form .hs-button.primary,*/
.hs-form input[type="submit"],
.hs-form input[type="button"] {
	display: inline-block;
	width: auto; 
	cursor: pointer;
	padding: 0.0px px;
	margin-top: 16px;
	font-weight: 400;
	transition: all 300ms ease-in-out;
	border-radius: 25px;
	border-width: 2px;
	border-style: solid;
	background-color: #1E4A60;
	border-color: #1E4A60;
	color: #FFFFFF;
}
.hs-form input[type="submit"]:hover,
.hs-form input[type="button"]:hover {
	background-color: #144056;
	border-color: #144056;
	color: #FFFFFF;
}
.hs-form .actions {
	margin-top: 16px;
	text-align: center;
}
@media (max-width: 767px) {
	.hs-form input[type="submit"],
	.hs-form input[type="button"] {
		width: 100%;
	}
}




/* DSGVO Text Privacy Policy */
/*--------------------------------------------------------------------------*/

  .hs-form .legal-consent-container {
    margin-top: 32px;
  }
  .hs-form .legal-consent-container .hs-form-field {
		margin-top: 0px; 
    margin-bottom: 0px; 
  }
  .hs-form .legal-consent-container .hs-richtext {
    margin-top: 16px;
		font-size: 13px;
  }
  .hs-form .legal-consent-container p {
    color: #000000;
    font-size: 13px;
    line-height: 1.25;
  }
  .hs-form .legal-consent-container > .hs-richtext + div:not(.hs-richtext) {
    margin-top: 16px;
  }
  .hs-form .legal-consent-container > .hs-richtext:last-child {
    margin-bottom: 16px;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox {
    margin-bottom: 0;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    vertical-align: baseline;
    font-size: 13px;
    line-height: 1.25;
    margin-left: 0 !important;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 0 !important;
  }




/* FILE UPLOAD + BUTTON */
/*--------------------------------------------------------------------------*/

.hs-form .custom-upload input[type="file"] {
	display: block;
	margin: 0;
	padding: 8px 16px;
	background: #FFFFFF;
	width: auto;
	height: 52px;
	color: #000000;
	font-weight: 400;
	line-height: 32px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	
}

/* Button */
.hs-form .hs-fieldtype-file.custom-upload .hs-file-button,
.hs-form .hs-fieldtype-file.custom-upload input[type="file"]::-webkit-file-upload-button {
	height: 32px;
	line-height: 0px !important;
	cursor: pointer;
	color: #FFFFFF;
	background: #000000;
}
.hs-form .hs-fieldtype-file.custom-upload .hs-file-button:hover,
.hs-form .hs-fieldtype-file.custom-upload input[type="file"]::-webkit-file-upload-button:hover {
	cursor: pointer;
	color: #FFFFFF;
	background: #232323;
}

/* Only Firefox */
@supports (-moz-appearance: none) {
	.hs-form .custom-upload input[type="file"] {
		line-height: 0 !important;
		padding: 0 !important;
	}
}

/* Only Edge */
@supports (-ms-ime-align:auto) {
	.hs-form .custom-upload input[type="file"] {
		padding: 0 !important;
	}
}

.hs-form .hs-fieldtype-file.custom-upload .input {
	white-space: nowrap;
}

/* Custom File Upload Button + Value (need js component) */
.hs-form .hs-fieldtype-file.custom-upload .hs-file-button,
.hs-form .hs-fieldtype-file.custom-upload .hs-file-value {
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	line-height: 32px;
}

/* Custom File Upload Button (need js component) */
.hs-form .hs-fieldtype-file.custom-upload .hs-file-button {
	width: 35%; /* calc( 35% - 32px ) !important; */
	height: 52px;
	border-radius: 26.0px;
	
	  text-align: center;
	
}

/* Custom File Upload Value (need js component) */
.hs-form .hs-fieldtype-file.custom-upload .hs-file-value {
	display: inline-block;
	font-size: initial;
	width: 65%;
	height: 52px;
	line-height: 50px;
	padding: 0 16px;
	margin-left: 0;
  
}




/* File Upload DnD Area Design /
/*--------------------------------------------------------------------------*/

.hs-form .hs-fieldtype-file.dnd-area {
	position: relative;
}

/* Button As Upload Area */
.hs-form .hs-fieldtype-file.dnd-area .hs-file-button {
	background: transparent;
	color: transparent;
	width: 100%;
	height: 162px;
	border-width: 1px;
  border-style: dashed;
	border-color: #5C5F5F;
	z-index: 1;
}
.hs-form .hs-fieldtype-file.dnd-area.highlight .hs-file-button,
.hs-form .hs-fieldtype-file.dnd-area .hs-file-button:hover {
	cursor: pointer;
	border-color: #1E4A60;
}
.hs-form .hs-fieldtype-file.dnd-area input.error + .hs-file-button {
	border-color: #DC3545;
}

/* Input Label And Helper Text As Area Description Text */
.hs-form .hs-fieldtype-file.dnd-area .hs-file-value,
.hs-form .hs-fieldtype-file.dnd-area label,
.hs-form .hs-fieldtype-file.dnd-area legend,
.hs-form .hs-fieldtype-file.dnd-area .hs-error-msgs {
	position: absolute;
	width: calc(100% - 32px);
	left: 16px; 
	right: 16px;
	text-align: center;
	z-index: -1;
	user-select: none;
}
.hs-form .hs-fieldtype-file.dnd-area .hs-error-msgs > li:first-child {
	margin-top: 7px;
}

.hs-form .hs-fieldtype-file.dnd-area .hs-file-value {
	top: 50%;
	transform: translateY(-50%);
	padding: 32px 0;
	height: auto;
	border: 0;
}

/* No File - Hide Filename */
.hs-form .hs-fieldtype-file.dnd-area.no-file .hs-file-value {
	display: none;
	background: transparent;
	color: transparent;
}

/* Valid File - Hide Area Default Text */
.hs-form .hs-fieldtype-file.dnd-area.valid-file .hs-file-value {
	display: block;
	background: #FFFFFF;
	color: #000000;
}

/* Valid File - Check */
.hs-form .hs-fieldtype-file.dnd-area.valid-file .custom-file-value:before {
	
		font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f00c"; /* Checked */
	
	position: absolute; text-align: center;
	left: 50%; top: -12.0px;
	font-size: 12.0px;
	margin-left: -12.0px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #FFFFFF;
	fill: #FFFFFF;
	background: #28A745;
	border-radius: 12px;
}


.hs-form .hs-fieldtype-file.dnd-area > label {
	top: calc(50% - 24px);
	font-weight: bold;
}
.hs-form .hs-fieldtype-file.dnd-area > legend {
	top: calc(50% + 8px);
	font-size: 16px;
}
.hs-form .hs-fieldtype-file.dnd-area .hs-error-msgs {
	top: 100%;
	left: 0;
}
@media (max-width:767px) {
	.hs-form .hs-fieldtype-file.dnd-area > label {
		top: calc(50% - 40px);
	}
	.hs-form .hs-fieldtype-file.dnd-area > legend {
		top: calc(50% + 8px);
	}
}
@media (max-width:375px) {
	.hs-form .hs-fieldtype-file.dnd-area .hs-file-button {
		height: 196px;
		padding-bottom: 48px;
	}
	.hs-form .hs-fieldtype-file.dnd-area > label {
		top: calc(50% - 56px);
	}
	.hs-form .hs-fieldtype-file.dnd-area > legend {
		top: calc(50% + 8px);
	}
}




/* FIELD VALIDATION */
/*--------------------------------------------------------------------------*/

.hs-form .hs-input.invalid + .hs-error-msgs,
.hs-form .hs-input.error + .hs-error-msgs {}

/* Error Message */
.hs-form .hs-error-msgs {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 8px 0 17px;
  height: 26.0px;
}
.hs-form .hs-error-msgs li > label.hs-error-msg {
  color: #DC3545;
  font-size: 12px;
	line-height: 24px;
  vertical-align: sub;
}

/* Consent Checkbox Error */
.hs-form .legal-consent-container .hs-error-msgs {
  padding-left: 96px;
}
.hs-form .legal-consent-container .hs-error-msgs .hs-error-msg {
  vertical-align: top;
}

/* Error Box */
.hs-form .hs_error_rollup {
  position: relative;
  display: none;
}

/* Error Input Field */
.hs-input.invalid {
  border-color: #DC3545 !important;
}

/* Keep in Line */
.hs-form-field .hs-error-msg {
	display: block;
	margin-top: 4px;
	line-height: 16px !important;
}




/* FORM GRID */
/*--------------------------------------------------------------------------*/

/* Grid Gutter */
fieldset > .hs-form-field,
fieldset > .hs-dependent-field {
	margin: 0 16px;
}
fieldset > .hs-form-field:first-child,
fieldset > .hs-dependent-field:first-child {
	margin-left: 0;
}
fieldset > .hs-form-field:last-child,
fieldset > .hs-dependent-field:last-child {
	margin-right: 0;
}
fieldset > .hs-form-field:only-child,
fieldset > .hs-dependent-field:only-child {
	margin-right: 0;
	margin-left: 0;
}
fieldset > .hs-form-field .input,
fieldset > .hs-dependent-field .input {
	margin-right: 0 !important;
}

@media (max-width: 767px) {
	fieldset.form-columns-2 > .hs-form-field,
	fieldset.form-columns-2 > .hs-dependent-field {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: -1px) {
	fieldset.form-columns-3 > .hs-form-field,
	fieldset.form-columns-3 > .hs-dependent-field {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Grid Elements */
fieldset { max-width: none !important; }
.hs-dependent-field { display: inline-block; }

.hs-form input[type='text'], .hs-form input[type='number'], .hs-form input[type='email'], .hs-form input[type='search'], .hs-form input[type='password'], .hs-form input[type='tel'], .hs-form input[type='url'], .hs-form input[type='date'], .hs-form input[type='file'], .hs-form > .hs-form-field,
fieldset.form-columns-1 > .hs-form-field,
fieldset.form-columns-1 > .hs-dependent-field,
fieldset > .hs-dependent-field > .hs-form-field {
	width: 100% !important;
}

fieldset.form-columns-2 > .hs-form-field,
fieldset.form-columns-2 > .hs-dependent-field {
	width: calc(50% - 16px) !important;
}
@media (max-width: 767px) {
	fieldset.form-columns-2 .hs-form-field,
	fieldset.form-columns-2 > .hs-dependent-field {
		width: 100% !important;
		margin-left: 0;
	}
}

fieldset.form-columns-3 > .hs-form-field,
fieldset.form-columns-3 > .hs-dependent-field {
	width: calc(33.33333% - 21.333333333333332px) !important;
}
@media (max-width: 1023px) {
	fieldset.form-columns-3 > .hs-form-field,
	fieldset.form-columns-3 > .hs-dependent-field {
		width: 100% !important;
		margin-left: 0;
	}
}

/* Gaps Between Fields */
form.hs-form > .hs-form-field,
fieldset > .hs-form-field,
fieldset > .hs-dependent-field > .hs-form-field {
	float: none !important;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 32px;
}
fieldset > .hs-richtext.hs-main-font-element {
	margin-top: 32px;
}


/* INPUT MULTI-FIELD GRID - or display multiple checkboxes in one row */
/*--------------------------------------------------------------------------*/

/* all items */
.inputs-list.multi-container > li {
	display: inline-block;
	width: 50%;
}

fieldset.form-columns-3 .inputs-list.multi-container > li {  
	width: 100% !important; 
}



.inputs-list.multi-container > li:first-child:nth-last-child(1)  {  width: 100%; }
.inputs-list.multi-container > li:first-child:nth-last-child(2), .inputs-list.multi-container > li:first-child:nth-last-child(2) ~ li {  width: 50%;     }
.inputs-list.multi-container > li:first-child:nth-last-child(3), .inputs-list.multi-container > li:first-child:nth-last-child(3) ~ li {  width: 33.333%; }
.inputs-list.multi-container > li:first-child:nth-last-child(4), .inputs-list.multi-container > li:first-child:nth-last-child(4) ~ li {  width: 25%;     }
.inputs-list.multi-container > li:first-child:nth-last-child(5), .inputs-list.multi-container > li:first-child:nth-last-child(5) ~ li {  width: 20%;     }
.inputs-list.multi-container > li:first-child:nth-last-child(6), .inputs-list.multi-container > li:first-child:nth-last-child(6) ~ li {  width: 33.333%; }
.inputs-list.multi-container > li:first-child:nth-last-child(8), .inputs-list.multi-container > li:first-child:nth-last-child(8) ~ li {  width: 25%;     }

@media (max-width: 767px) {

	.inputs-list.multi-container > li:first-child:nth-last-child(2), .inputs-list.multi-container > li:first-child:nth-last-child(2) ~ li {  width: 50%;  }
	.inputs-list.multi-container > li:first-child:nth-last-child(3), .inputs-list.multi-container > li:first-child:nth-last-child(3) ~ li {  width: 100%; }
	.inputs-list.multi-container > li:first-child:nth-last-child(4), .inputs-list.multi-container > li:first-child:nth-last-child(4) ~ li {  width: 50%;  }
	.inputs-list.multi-container > li:first-child:nth-last-child(5), .inputs-list.multi-container > li:first-child:nth-last-child(5) ~ li {  width: 100%; }
	.inputs-list.multi-container > li:first-child:nth-last-child(6), .inputs-list.multi-container > li:first-child:nth-last-child(6) ~ li {  width: 50%;  }
	.inputs-list.multi-container > li:first-child:nth-last-child(8), .inputs-list.multi-container > li:first-child:nth-last-child(8) ~ li {  width: 50%;  }

}

@media (max-width: 479px) {

	.inputs-list.multi-container > li:first-child:nth-last-child(2), .inputs-list.multi-container > li:first-child:nth-last-child(2) ~ li {  width: 100%; }
	.inputs-list.multi-container > li:first-child:nth-last-child(3), .inputs-list.multi-container > li:first-child:nth-last-child(3) ~ li {  width: 100%; }
	.inputs-list.multi-container > li:first-child:nth-last-child(4), .inputs-list.multi-container > li:first-child:nth-last-child(4) ~ li {  width: 100%; }
	.inputs-list.multi-container > li:first-child:nth-last-child(5), .inputs-list.multi-container > li:first-child:nth-last-child(5) ~ li {  width: 100%; }
	.inputs-list.multi-container > li:first-child:nth-last-child(6), .inputs-list.multi-container > li:first-child:nth-last-child(6) ~ li {  width: 100%; }
	.inputs-list.multi-container > li:first-child:nth-last-child(8), .inputs-list.multi-container > li:first-child:nth-last-child(8) ~ li {  width: 100%; }

}
label {
  font-weight: 700;
}
label,
label span {
  color: #1E4A60;
  font-size: 18px;
  line-height: 1.5;
}
fieldset > .hs-form-field {
  margin-top: 16px;
}
.hs_anrede_radio_buttons.hs-form-field {
  margin-top: 0;
}
.hs_anrede_radio_buttons .input {
  display: inline-block;
}
.hs-form input:focus, 
.hs-form textarea:focus, 
.hs-form select:focus {
  outline-color: none;
  outline-style: none;
  outline-width: 0px;
}
.hs_anrede_radio_buttons .hs-form-radio label {
  margin-right: 16px;
}
.inputs-list.multi-container > li {
  height: 100%;
  max-width: max-content;
  display: inline-block;
}
.hs-form-radio label,
.inputs-list.multi-container > li.hs-form-radio label {
  display: inline-block;
  height: 100%;
}
.inputs-list.multi-container > li.hs-input {
  height: 100%;
}
.hs-form .hs-form-radio label > span:before {
  width: 20px;
  height: 20px;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
}
.hs-form .hs-form-radio label > span:after {
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.hs-form .hs-form-field  {
  margin-top: 16px;
}
.hs-form .hs-form-field label {
  margin-bottom: 10px;
}
.hs-form .hs-form-field.hs_anrede_radio_buttons label {
  margin-right: 56.0px;
  margin-bottom: 0;
}
.hs-form input[type="text"],
.hs-form input[type="number"],
.hs-form input[type="tel"],
.hs-form input[type="email"],
.hs-form textarea {
  padding: 16px 36px;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #1E4A60;
  color: #1E4A60;
}
.hs-form input[type="submit"] {
  background-color: #FF6600;
  border-radius: 0;
  border-color: #FF6600;
  padding: 16px 32px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
}
.hs-form input[type="submit"]:hover,
.hs-form input[type="submit"]:focus {
  background-color: transparent;
  border: 2px solid #FF6600;
  color: #FF6600;
}
.hs-form .actions {
  text-align: initial;
}
.hs-form .legal-consent-container {
  margin-top: 8.0px;
}
.hs-form .legal-consent-container p {
  color: #1E4A60;
}
.hs-form .legal-consent-container .hs-richtext,
.hs-form .legal-consent-container .hs-richtext p {
  margin-top: 0;
  color: #1E4A60;
}
.hs-form .legal-consent-container .hs-richtext:not(:last-child) {
  margin-bottom: 0;
}

@media (max-width:767px) {
  label,
  label span {
    font-size: 16px;
    line-height: 1.5;
  }
  .hs-form .hs-form-field.hs_anrede_radio_buttons > label {
    margin-bottom: 16px;
  }
  .hs-form .legal-consent-container {
    margin-top: 32px;
  }
  .hs-form .hs-dependent-field,
  .hs-form div:not(.hs-richtext) + .hs-richtext {
    margin-top: 16px;
  }
}











/* Galerie (Wrapper) */
/*--------------------------------------------------------------------------*/

.galerie-grid {
	display: grid; width: 100%;
  grid-gap: 32px;
	grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
	grid-auto-rows: 304px;
	grid-auto-flow: dense;
}
.galerie-grid > .galerie-item {
	display: flex;
	justify-content: center;
	align-items: center;
  min-height: 304px;
}


/* Galerie (Sizes) */
/*--------------------------------------------------------------------------*/

.galerie-grid .default {
	grid-column: span 1;
}
.galerie-grid .wide {
	grid-column: span 2;
}
.galerie-grid .tall {
	grid-row: span 2;
}
.galerie-grid .big {
	grid-column: span 2;
	grid-row: span 2;
}


/* Galerie (Mobile) */
/*--------------------------------------------------------------------------*/

@media(max-width:767px){
  .galerie-grid {
    grid-gap: 32px 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .galerie-grid > .wide,
  .galerie-grid > .tall, 
  .galerie-grid > .big,
  .galerie-grid > .default {
    grid-column: auto;
    grid-row: auto;
  }
}


/* Galerie (Image) */
/*--------------------------------------------------------------------------*/

.galerie-item {
  border-radius: 4.0px;
  background: #FFFFFF;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #F7F7F7;
}
.galerie-item .galerie-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4.0px;
}
.galerie-item .galerie-image > img {
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all linear 150ms;
}
.galerie-item > .fallback {
  width: 100%; height: 100%;
  background: url("//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/grayscale-mountain.png");
  background-repeat: norepeat;
  background-position: center;
  background-size: cover;
  border-radius: 4.0px;
}

.galerie a.area-link:hover ~ .galerie-image > img,
.galerie a.area-link:hover ~ .galerie-image > img {
  transform: scale(1.1);
}


/* Galerie (Link) */
/*--------------------------------------------------------------------------*/

.galerie a.area-link[href="javascript:;"] {
  cursor: default;
  pointer-events: none;
}
.galerie a.area-link:hover ~ div,
.galerie a.area-link:focus ~ div {
  color: #000000;
}


/* Galerie (Content) */
/*--------------------------------------------------------------------------*/

.galerie .galerie-content {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 16px;
  padding-bottom: 20.0px;
  background: rgba(255, 255, 255,0.75);
  border-bottom-left-radius: 4.0px;
  border-bottom-right-radius: 4.0px;
}
.galerie .galerie-content p:last-child {
  margin-bottom: 0;
}


/* Galerie (Remove Border Radius On Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .full-width .galerie-item,
  .full-width .galerie-item .galerie-image,
  .full-width .galerie-item > .fallback,
  .full-width .galerie-content {
    border-radius: 0;
  }
}


/* Galerie (Custom) */
/*--------------------------------------------------------------------------*/



.galerie-grid {
   padding: 0 16px;
}
.galerie-item {
  background-color: transparent;
}


.galerie-grid.three-items {
  grid-template-columns: repeat(3, 1fr);
}
.galerie-grid.four-items {
  grid-template-columns: repeat(4, 1fr);
}
.galerie-grid.five-items {
  grid-template-columns: repeat(5, 1fr);
}

.galerie-item .galerie-image {
  border-radius: 0;
}
.galerie a.area-link:hover ~ .galerie-image > img, 
.galerie a.area-link:hover ~ .galerie-image > img {
  transform: none;
}

@media (max-width:767px) {
  .galerie-grid {
    grid-auto-rows: calc(100vw - 64px);
    grid-template-columns: repeat(1, 1fr);
    padding-right: 0;
    padding-left: 0;
  }
  .galerie-grid.three-items,
  .galerie-grid.four-items, 
  .galerie-grid.five-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .galerie-grid .galerie-item {
    min-height: calc(100vw - 64px);
  }
}
@media (min-width:768px) and (max-width:1023px) {
  .galerie-grid {
    grid-auto-rows: 242px;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 0;
    padding-left: 0;
  }
  .galerie-grid.three-items,
  .galerie-grid.four-items, 
  .galerie-grid.five-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .galerie-grid .galerie-item {
    min-height: 242px;
  }
}









/* Galerie (Wrapper) */
/*--------------------------------------------------------------------------*/




.galerie.galerie-slider .splide__pagination .splide__pagination__page {
  margin: 64px 8.0px 24.0px;
}
.splide__pagination .splide__pagination__page {
  background: rgba(92, 95, 95, .25);
  border: rgba(92, 95, 95, .25);
}
.splide__pagination .splide__pagination__page.is-active {
  background: #FF6600;
  border: #FF6600;
}
.splide__pagination .splide__pagination__page:hover, 
.splide__pagination .splide__pagination__page:focus {
  background: #FF6600;
  border: #FF6600;
}
.splide__slide .galerie-item .galerie-image {
  padding-bottom: 80px;
}
.splide__slide .galerie-item .galerie-image img {
  object-fit: contain;
}









/* Go Back (Link) */
/*--------------------------------------------------------------------------*/

.go-back-link a {
	display: inline-block;
	padding: 8.0px 16px;
	border-radius: 4.0px;
	color: #FF6600;
	background: transparent;
}
.go-back-link a:hover,
.go-back-link a:focus {
	text-decoration: none;
	color: #000000;
	background: #F7F7F7;
}

	
/* Go Back (Icon) */
/*--------------------------------------------------------------------------*/

.go-back-link i,
.go-back-link svg {
	width: 12px;
  height: 12px;
	color: #FF6600;
  fill: #FF6600;
}
.go-back-link a:hover i, 
.go-back-link a:focus i,
.go-back-link a:hover svg, 
.go-back-link a:focus svg {
  color: #FF6600;
  fill: #FF6600;
}


/* Go Back (Custom) */
/*--------------------------------------------------------------------------*/



.go-back-link a {
  position: relative;
  font-weight: 700;
}
.go-back-link a:hover, 
.go-back-link a:focus {
  text-decoration: none;
  color: #FF6600;
  background: transparent;
  opacity: .5;
}
.go-back-link span {
  margin-left: 16px;
}
.go-back-link svg {
  position: absolute; 
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
}









/* Google-Map (Style) */
/*--------------------------------------------------------------------------*/

.gm-style {
  color: ;
  background: ;
}

/* Google-Map (Wrapper) */
/*--------------------------------------------------------------------------*/

.hs-responsive-embed-wrapper {
	width: 100%; height: auto; 
	display: block; position: relative; 
	overflow: hidden; border: 0; 
	padding: 0; margin: 0px auto;
	min-width: 256px;
	/* max-width: { { module.config.width } }; */
	/* max-height: { { module.config.height } }px; */
}
.hs-responsive-embed-inner-wrapper {
	position: relative; 
	overflow: hidden; 
	max-width: 100%; 
	padding-bottom: 75.00%;
	margin: 0;
}


/* Google-Map (Custom) */
/*--------------------------------------------------------------------------*/










/* Headline (Style) */
/*--------------------------------------------------------------------------*/

.headline {
  width: 100%;
  background: transparent;
  padding: px;
  border-radius: 4.0px;
}
.headline > * {
  margin-bottom: 16px;
}
.headline .highlight {
  color: #1E4A60;
}

.headline .topline {
  margin-bottom: 16px;
  color: #FF6600;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width:767px) {
  .headline .topline {
    margin-bottom: 16px;
    font-size: 1rem;
  }
}


/* Headline (Backplate) */
/*--------------------------------------------------------------------------*/

.headline.backplate {
  background: transparent;
}
.headline.backplate > *:not(.topline) {
  background-color: #FFFFFF;
  box-shadow: 16px 0 0 #FFFFFF, -16px 0 0 #FFFFFF;
  padding: 4.0px 0 5.0px 0;
  line-height: 1.5em;
  display: inline;
  margin-left: 0;
}


/* Headline (Custom) */
/*--------------------------------------------------------------------------*/



.headline .topline {
  text-transform: unset;
}
.headline .subline {
  margin-top: 0;
  margin-bottom: 24.0px;
}

@media (max-width:767px) {
  .headline .subline {
    margin-top: 0;
    margin-bottom: 16px;
  }
}











/* Historiography (Splide) */
/*--------------------------------------------------------------------------*/

/* Wrapper */
.historiography > .splide {
	width: calc(100% - 132px);
	margin: 0 66px;
}

/* Arrows */
.historiography .splide__arrow {
	width: 50px;
	height: 50px;
	margin-top: -25.0px;
	background: #FFFFFF;
  border-radius: 25px;
	border: 1px solid #5C5F5F;
}
.historiography .splide__arrow i, 
.historiography .splide__arrow svg {
	padding: 13.0px;
  fill: #5C5F5F;
  color: #5C5F5F;
}
.historiography .splide__arrow--next {
	right: -66px;
}
.historiography .splide__arrow--prev {
	left: -66px;
}

/* Arrows Hover */
.historiography .splide__arrow:hover,
.historiography .splide__arrow:focus {
	background: #F7F7F7;
	border: 1px solid #1E4A60;
}
.historiography .splide__arrow:hover i, .historiography .splide__arrow:focus i,
.historiography .splide__arrow:hover svg, .historiography .splide__arrow:focus svg {
  fill: #1E4A60;
  color: #1E4A60;
}


/* Historiography (Timeline-Blur-Effect) */
/*--------------------------------------------------------------------------*/



.historiography-timeline {
	position: relative;
}
.historiography-timeline:before,
.historiography-timeline:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 50px;
	z-index: 1;
}
.historiography-timeline:before {
  left: -2px; right: auto;
	background: linear-gradient(to right, rgba(255, 255, 255,1), rgba(255, 255, 255,0));
}
.historiography-timeline:after {
  right: -2px; left: auto;
  background: linear-gradient(to left, rgba(255, 255, 255,1), rgba(255, 255, 255,0));
}


/* Historiography (Line) */
/*--------------------------------------------------------------------------*/

/* Background */
.historiography-line,
.historiography-timeline .is-active:before {
	position: absolute; z-index: 0;
	left: 0; top: 50%; width: 100%;
	margin-top: -1.0px;
	height: 2px;
	background: #1E4A60;
}

/* Progress */
.historiography-timeline .is-active:before {
	content: ""; width: 2000px; left: 42px;
	background: #5C5F5F;
}


/* Historiography (Date And Bullet) */
/*--------------------------------------------------------------------------*/

/* Dates */
.historiography-timeline .date,
.historiography-timeline .bullet {
	position: absolute;
	text-align: center;
	font-weight: 400;
	color: #000000;
	top: 50%; left: 42px; /* (min_width+factor)/2 */
	transform: translate(-50%,-50%);
}
.historiography-timeline .date.up {
	margin-top: -25px;
}
.historiography-timeline .date.down {
	margin-top: 25px;
}

/* Dates (active) */
.historiography-timeline .is-active .date {
	font-weight: 700;
	color: #000000;
}

/* Bullets */
.historiography-timeline .bullet {
	box-sizing: content-box; 
	transition: all 150ms linear;
	position: absolute;
	border-radius: 50%;
	background: #1E4A60;
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	border-color: #FFFFFF;
	outline-style: solid;
	outline-color: #1E4A60;
	outline-width: 0px;
}

/* Bullets (active) */
.historiography-timeline .splide__slide:hover .bullet,
.historiography-timeline .splide__slide:focus .bullet,
.historiography-timeline .is-active .bullet {
  width: 10px;
	height: 10px;
	border-width: 5px;
	outline-width: 3px;
	z-index: 1;
}

/* Focus */
.historiography-description .splide__slide:focus,
.historiography-timeline .splide__slide:focus {
	outline: none;
}
.historiography-timeline .splide__slide:focus-visible:focus-within .date {
	text-decoration: underline;	
}


/* Historiography (Splide) */
/*--------------------------------------------------------------------------*/

.historiography-description .content {
	padding: 32px;
	background: #F7F7F7;
  border-radius: 4.0px;
}

/* focus */
.historiography-description .splide__slide:focus-visible {
  outline-color: rgba(30, 74, 96, .5);
  outline-style: auto;
  outline-width: 2px;
	outline-offset: -4px;
}


/* Historiography (Editor) */
/*--------------------------------------------------------------------------*/

/* HubSpot Helper 
.hs-inline-edit .historiography-description .content[data-date]:before {
	content: attr(data-date);
	display: inline-block;
	margin-right: 8.0px;
	background: #1E4A60;
	color: #FFFFFF;
	padding: 2px 4px;
	border-radius: 4px;
	margin-top: -4px;
} */


/* Historiography (Custom) */
/*--------------------------------------------------------------------------*/










/* Iconbox (Wrapper) */
/*--------------------------------------------------------------------------*/

.iconbox {
  background: #FFFFFF;
  border-radius: 4.0px;
  overflow: hidden;
  padding: 16px;
  padding-bottom: 20.0px;
}


/* Iconbox (Icon) */
/*--------------------------------------------------------------------------*/

.iconbox .icon {
  padding-right: 0;
}
.iconbox .icon > i,
.iconbox .icon > svg {
  width: 48px;
  height: 48px;
  color: #1E4A60;
  fill: #1E4A60;
}


/* Iconbox (Content) */
/*--------------------------------------------------------------------------*/

.iconbox .content > p:last-child {
  margin-bottom: 0;
}


/* Iconbox (Custom) */
/*--------------------------------------------------------------------------*/



.iconbox-wrapper {
  position: relative;
}


.iconbox .iconbox-inner.items-5 {
  max-width: 20%;
  flex-basis: 20%;
}
.iconbox .iconbox-inner.items-4 {
  max-width: 25%;
  flex-basis: 25%;
}
.iconbox .iconbox-inner.items-3 {
  max-width: 33.3%;
  flex-basis: 33.3%;
}
@media (max-width:1023px) {
  .iconbox .iconbox-inner.items-5,
  .iconbox .iconbox-inner.items-4,
  .iconbox .iconbox-inner.items-3 {
    max-width: 100%;
    flex-basis: 100%;
  }
}


.iconbox {
  display: flex;
  flex-wrap: wrap;
}
.iconbox .iconbox-inner {
  hyphens: auto;
}
.iconbox a.iconbox-inner[href="javascript:;"] {
  pointer-events: none;
}
.iconbox .iconbox-inner:hover,
.iconbox .iconbox-inner:focus {
  cursor: pointer;
  text-decoration: none;
}
.iconbox .icon > i, 
.iconbox .icon > svg {
  width: 112px;
  height: 112px;
}
.iconbox .icon > svg.custom-icon path,
.iconbox .icon > svg.custom-icon polygon,
.iconbox .icon > svg.custom-icon line {
  transition: .3s;
}
.iconbox .iconbox-inner:hover .icon.link > svg.custom-icon path.cls-2,
.iconbox .iconbox-inner:hover .icon.link > svg.custom-icon polygon.cls-2,
.iconbox .iconbox-inner:hover .icon.link > svg.custom-icon path.cls-3,
.iconbox .iconbox-inner:hover .icon.link > svg.custom-icon polygon.cls-3 {
  color: #FF6600;
  fill: #FF6600;
}


.iconbox .iconbox-inner:hover .icon.link > svg.custom-icon path.cls-14-oberflaecheninspektion {
  color: #FF6600;
  fill: #FF6600;
} 


.iconbox .iconbox-inner .icon:not(.link) > svg.uebersicht,
.iconbox .iconbox-inner .icon.link > svg.uebersicht {
  fill: #FF6600;
}


.iconbox .iconbox-inner:hover .icon.link > svg.custom-icon.labelinspektion path.cls-4-labelinspektion {
  color: #FF6600;
  fill: #FF6600;
} 


.iconbox .iconbox-inner:hover .icon.link > svg.custom-icon.visioncommander path.cls-2-visioncommander,
.iconbox .iconbox-inner:hover .icon.link > svg.custom-icon.visioncommander path.cls-3-visioncommander {
  color: rgba(255, 102, 0, .3);
  fill: rgba(255, 102, 0, .3);
} 
.iconbox .iconbox-inner:hover .icon.link > svg.custom-icon.visioncommander path.cls-4-visioncommander {
  color: #FF6600;
  fill: #FF6600;
} 


.iconbox .iconbox-inner:hover .icon:not(.link) > svg.robotic-vision path,
.iconbox .iconbox-inner:hover .icon.link > svg.robotic-vision path {
  fill: #FF6600!important;
}


.iconbox .iconbox-inner:hover .icon:not(.link) > svg.visioncommander line,
.iconbox .iconbox-inner:hover .icon.link > svg.visioncommander line {
  stroke: #FF6600!important;
}



.iconbox .icon svg.standort .section-1,
.iconbox .icon svg.standort .section-2,
.iconbox .icon svg.phone-2 .section-1,
.iconbox .icon svg.mail-2 .section-1{
  fill: #5C5F5F;
  transition: .3s;
}
.iconbox.default .iconbox-inner:hover .icon.link svg.standort .section-1,
.iconbox.default .iconbox-inner:hover .icon.link svg.standort .section-2,
.iconbox.default .iconbox-inner:hover .icon.link svg.phone-2 .section-1,
.iconbox.default .iconbox-inner:hover .icon.link svg.mail-2 .section-1{
  fill: #FF6600;
}

.iconbox .content {
  margin-top: 32px;
}
.iconbox .content .icon-title {
  color: #1E4A60;
  transition: .3s;
  display: block;
  padding-bottom: 4.0px;
}
.iconbox .iconbox-inner:hover .content.link .icon-title {
  color: #FF6600;
}
.iconbox .iconbox-inner .content.link .icon-description {
  transition: .3s;
}
.iconbox .iconbox-inner:hover .content.link .icon-description {
  color: #FF6600;
}

.iconbox .content.variant_2 .icon-title {
  padding-bottom: 0;
}
.iconbox .iconbox-inner:hover .content.variant_2.link .icon-title {
  color: #1E4A60;
}
.iconbox .iconbox-inner:hover .content.variant_2.link .icon-description {
  opacity: .5;
}
.iconbox .content.variant_2 .icon-description {
  font-weight: 700;
  position: relative;
  margin-top: 10px;
  transition: .3s;
}
.iconbox .content.variant_2 .icon-description svg {
  width: 11px;
  height: 18px;
  transform: translateY(4px);
  margin-left: 16px;
}

.iconbox .iconbox-inner .icon svg {
  transition: .3s;
}
.iconbox .iconbox-inner:hover .icon svg {
  fill: #FF6600;
}
.iconbox .content .icon-description {
  margin-top: 0;
}


.iconbox.default {
  justify-content: space-evenly;
}
.iconbox.default .iconbox-inner .icon > svg {
  max-width: 69px;
  max-height: 69px;
}
.iconbox .iconbox-inner.items-5 .icon svg {
  max-width: 112px;
  max-height: 112px;
}


.iconbox.variant_2 .iconbox-inner {
  display: flex;
}
.iconbox.variant_2 .iconbox-inner .content {
  margin-top: 0;
  margin-left: 32px;
}


.iconbox.offset {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
}
.iconbox.variant_3 {
  background-color: #1E4A60;
  border-radius: 0;
}
.iconbox.variant_3 .iconbox-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconbox.variant_3 .iconbox-inner:hover {
  cursor: initial;
}
.iconbox.variant_3 a.iconbox-inner[href="javascript:;"] {
  cursor: default;
  pointer-events: none;
}
.iconbox.variant_3 .iconbox-inner .content {
  margin-top: 0;
  margin-left: 32px;
}
.iconbox.variant_3 .iconbox-inner:hover .content .icon-title {
  color: #FFFFFF;
}
.iconbox.variant_3 .iconbox-inner .icon svg {
  fill: #FFFFFF;
  padding-top: 24.0px;
  padding-bottom: 16px;
}
.iconbox.variant_3 .iconbox-inner .icon-title {
  font-size: 55px;
  line-height: 1.2;
  color: #FFFFFF;
}


@media (max-width:767px) {
  .iconbox.default .iconbox-inner .icon > svg {
    
  }
  .iconbox.variant_4 {
    justify-content: center;
  }
  .iconbox.variant_4 .content .icon-description {
    font-size: 14px;
  }
  .iconbox.variant_3 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .iconbox.variant_3 .iconbox-inner {
    justify-content: center;
  }
  .iconbox.variant_3 .iconbox-inner .icon {
    padding-right: 32px;
  }
  .iconbox.variant_3 .iconbox-inner .icon > svg {
    padding: 0;
    width: 64px;
    height: 64px;
  }
  .iconbox.variant_3 .iconbox-inner .icon-title {
    font-size: 36px;
    line-height: 1.5;
    padding-bottom: 0;
  }
  .iconbox.variant_3 .iconbox-inner .content {
    margin-left: 0;
    text-align: left;
    min-width: 100px;
  }
}
.iconbox.variant_3 .iconbox-inner .icon-description {
  font-size: 24px;
  letter-spacing: -0.00em;
  line-height: 1.4;
  color: rgba(255, 255, 255, .5);
}
@media (max-width:767px) {
  .iconbox.variant_3 .iconbox-inner .icon-description {
    font-size: 24px;
    line-height: 1.4;
  }
  .iconbox.default .content {
    margin-top: 16px;
  }
}
@media (max-width:1023px) {
  .iconbox.variant_3 {
    width: calc(100% - 64px); 
  }
}

.iconbox.variant_3 .iconbox-inner .icon > svg.custom-icon path.cls-2,
.iconbox.variant_3 .iconbox-inner .icon > svg.custom-icon polygon.cls-2,
.iconbox.variant_3 .iconbox-inner .icon > svg.custom-icon path.cls-3,
.iconbox.variant_3 .iconbox-inner .icon > svg.custom-icon polygon.cls-3 {
  color: #FFFFFF;
  fill: #FFFFFF;
}









.iframe {
	position: relative;
	min-height: 512px;
}
.iframe .iframe-wrapper {
  z-index: 1;
	position: relative;
}





.iframe iframe {
  width: 100%;
  height: 512px;
  border: none;
  margin: 0;
  padding: 0;
}





.iframe .iframe-dsgvo {
  width: 80%; height: auto;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 0;
}

/* iFrame (Custom) */
/*--------------------------------------------------------------------------*/










.infographic-image {
  position: relative;
  cursor: crosshair;
}
.infographic-image > img {
  border-radius: 4.0px;
}
.infographic-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}





.infographic .overlay .point {
  position: absolute;
  font-size: 12.0px;
  font-family: "DejaVu Sans Mono", "Lucida Sans Typewriter", "San Francisco", "Menlo", "Consolas", "Ubuntu Mono", "Roboto Mono", "Courier New", "Courier", monospace;
  width: 24px;
  height: 24px;
  line-height: 23px;
  background: #FFFFFF;
  border: 1px solid #000000;
  color: #1E4A60;
  margin-left: -12.0px;
  margin-top: -12.0px;
  text-align: center;
  border-radius: 12.0px;
  cursor: pointer;
  transition: all 150ms linear;
}
.infographic .overlay .point:hover,
.infographic .overlay .point.active {
  background: #000000;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}





.popover {
  display: none;
  position: absolute;
  font-family: Source Sans Pro, sans-serif;
  border: 1px solid #000000;
  border-radius: 4.0px;
  background: #FFFFFF;
  color:  #1E4A60;
  padding: 8.0px 16px;
  text-align: center;
  z-index: 1;
}
@media screen {
  .infographic .overlay .point:hover .popover {
    display: block;
  }
}
.popover:not(.top):not(.bottom):not(.left):not(.right),
.popover.top {
  transform: translateX(-50%);
  left: 12.0px;
  bottom: 40px;
}
.popover.bottom {
  transform: translateX(-50%);
  left: 12.0px;
  top: 40px;
}
.popover.left {
  transform: translateY(-50%);
  top: 12.0px;
  right: 40px;
}
.popover.right {
  transform: translateY(-50%);
  top: 12.0px;
  left: 40px;
}






.popover:after {
  content: '';
  position: absolute;
  width: 0;
	height: 0;
	border-style: solid;
}
.popover:not(.top):not(.bottom):not(.left):not(.right):after,
.popover.top:after {
  border-width: 8.0px 8.0px 0 8.0px;
	border-color: #000000 transparent transparent  transparent;
  left: 50%; 
  margin-left: -8.0px;
  bottom: -8.0px;
}
.popover.bottom:after {
  border-width: 0 8.0px 8.0px 8.0px;
	border-color: transparent transparent #000000 transparent ;
  left: 50%; 
  margin-left: -8.0px;
  top: -8.0px;
}
.popover.left:after {
  border-width: 8.0px 0 8.0px 8.0px;
	border-color: transparent transparent transparent #000000;
  top: 50%; 
  margin-top: -8.0px;
  right: -8.0px;
}
.popover.right:after {
  border-width: 8.0px 8.0px 8.0px 0;
	border-color: transparent #000000 transparent transparent;
  top: 50%; 
  margin-top: -8.0px;
  left: -8.0px;
}





.infographic .sibling.active,
.infographic .sibling:hover {
  color: #1E4A60;
  cursor: pointer;
  transition: all 150ms linear;
}





.infographic-image .preview-coords {
  display: none;
  position: absolute;
  top: 4px; right: 4px;
  color: #000000;
  background: #FFFFFF;
  opacity: 0.75;
  padding: 1px 2px;
  border-radius: 3px;
}
.preview .infographic-image:hover .preview-coords {
  display: block;
}


/* Infographic (Custom) */
/*--------------------------------------------------------------------------*/



.infographic .infographic-image > img {
  border-radius: 0;
}
.infographic .overlay .point {
  background: #FF6600;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: none;
}
.infographic .overlay .point:hover, .infographic .overlay .point.active {
  background: #FF6600;
  border: none;
}
.infographic .point svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #FFFFFF;
}
.infographic .point .popover {
  border: none;
  border-radius: 0;
  width: max-content;
  height: max-content;
  max-width: 200px;
  padding: 16px;
  text-align: left;
}
.infographic .point .popover.right,
.infographic .point .popover.left {
  top: 50%;
  transform: translateY(-50%);
}
.infographic .point .popover.top,
.infographic .point .popover.bottom {
  left: 50%;
  transform: translateX(-50%);
}
.infographic .point .popover.top {
  bottom: 52px;
}
.infographic .point .popover.bottom {
  top: 52px;
}
.infographic .point .popover.right {
  left: 52px;
}
.infographic .point .popover.left {
  right: 52px;
}
.infographic .point .popover::before,
.infographic .point .popover::after {
  content: none;
}

@media (max-width:767px) {
  .infographic .overlay .point {
    height: 25px;
    width: 25px;
  }
  .infographic .overlay .point svg {
    width: 10px;
    height: 10px;
  }
  .infographic .popover-mobile {
    position: absolute;
    right: 32px;
    bottom: -162px;
    left: 32px;
  }
  .infographic .popover-mobile .popover {
    position: static;
    border: none;
    border-radius: 0;
  }
  .infographic .popover-mobile .popover.top,
  .infographic .popover-mobile .popover.bottom {
    transform: translate(0 -50%);
  }
  .infographic .popover-mobile .popover::before,
  .infographic .popover-mobile .popover::after {
    content: none;
  }
  .infographic .popover-mobile .popover.active {
    display: block;
  }
}









/* Vorlage (Style) */
/*--------------------------------------------------------------------------*/

.interactive_icon {
  color: #FFFFFF;
  background: transparent;
}


/* Vorlage (Custom) */
/*--------------------------------------------------------------------------*/



.interactive_icon {
  position: relative;
  max-width: calc(700.0px + 16px);
}
.interactive_icon .textbox {
  position: absolute;
  max-width: 200px;
  box-shadow: 20px 20px 40px rgb(0 0 0 / 10%);
  background: #FFFFFF;
  color: #1E4A60;
  padding: 16px;
  transition: .3s;
  opacity: 0;
  right: -26.0px;
  top: 50%;
  transform: translateY(-50%);
}
.interactive_icon .textbox p {
  margin: 0;
}
.interactive_icon svg g.gear-top path,
.interactive_icon svg g.gear-right path,
.interactive_icon svg g.gear-bottom path,
.interactive_icon svg g.gear-left path {
  transition: .3s ease-in-out;
}
.interactive_icon svg g.gear-top:hover path,
.interactive_icon svg g.gear-right:hover path,
.interactive_icon svg g.gear-bottom:hover path,
.interactive_icon svg g.gear-left:hover path {
  fill: #FF6600;
}

@media (max-width:767px) {
  .interactive_icon {
    text-align: center;
  }
  .interactive_icon svg g.gear-top path,
  .interactive_icon svg g.gear-right path,
  .interactive_icon svg g.gear-bottom path,
  .interactive_icon svg g.gear-left path {
    pointer-events: none;
  } 
  .interactive_icon .textbox {
    display: none;
  } 
  .interactive_icon .icon {
    max-width: 100%;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .interactive_icon {
    margin-top: 96px;
    margin-bottom: 48px;
  }
  .interactive_icon .textbox {
    right: 0;
    left: initial;
  }
}









/* Leaflet (Map) */
/*--------------------------------------------------------------------------*/

.map {
  margin: 0;
  position: relative;
}
.map .map-dsgvo {
  width: 80%; height: auto;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 0;
}
.map .map-inner {
  width: 100%;
  height: 450px;
  background: #F7F7F7;
  border-radius: 4.0px;
  z-index: 0;
  overflow: hidden;
}


/* Leaflet (Attribution) */
/*--------------------------------------------------------------------------*/




/* Leaflet (Marker) */
/*--------------------------------------------------------------------------*/

.map .number-icon {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  
  
  line-height: 42px;
    background-size: 32px 42px;
    background-image: url('data:image/svg+xml,<svg fill="%231E4A60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32px" height="42px" viewBox="0 0 32 42" enable-background="new 0 0 32 42" xml:space="preserve"><path d="M30.617,16C30.617,25.59,16,41,16,41S1.383,25.59,1.383,16C1.383,7.927,7.927,1.383,16,1.383S30.617,7.927,30.617,16z"/></svg>');
  
}


/* Leaflet (Custom) */
/*--------------------------------------------------------------------------*/










/* Lineitem (Styles) */
/*--------------------------------------------------------------------------*/

.lineitem {
  width: 100%;
  height: auto;
  border-radius: 4.0px;
  background: #FFFFFF;
}
.lineitem-inner {
  position: relative;
  width: 100%; height: 100%;
  padding-bottom: 16px;
}
.lineitem .lineitem-content {
  margin: 16px;
}
.lineitem .lineitem-content strong {
  display: inline-block;
  margin-bottom: 16px;
  word-break: break-word;
}
.lineitem-image {
  background: #F7F7F7;
  overflow: hidden;
  border-top-right-radius: 4.0px;
  border-top-left-radius: 4.0px;
}
.lineitem-image > img {
  transition: all 150ms ease;
}


/* Lineitem (Addon) */
/*--------------------------------------------------------------------------*/

.lineitem .addon {
  margin-bottom: 8.0px;
}
.lineitem .addon .tag-list .tag,
.lineitem .addon .date-time {
  color: #5C5F5F;
  font-style: normal;
}


/* Lineitem (Link) */
/*--------------------------------------------------------------------------*/

.lineitem .read-more {
  color: #F5F5F5;
  position: relative;
  transition: all 150ms linear;
}
.lineitem .area-link:hover ~ .lineitem-content > .read-more,
.lineitem .area-link:focus ~ .lineitem-content > .read-more {
  color: #1E4A60;
  padding-left: 12px;
}
.lineitem .area-link:hover ~ .lineitem-image > img,
.lineitem .area-link:focus ~ .lineitem-image > img {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.lineitem .read-more i {
  position: absolute;
  opacity: 0; left: 0;
  transition: all 150ms linear;
}
.lineitem .area-link:hover ~ .lineitem-content > .read-more i,
.lineitem .area-link:focus ~ .lineitem-content > .read-more i {
  opacity: 1;
}


/* Lineitem (Custom) */
/*--------------------------------------------------------------------------*/










/* Linkboxes (Wrapper) */
/*--------------------------------------------------------------------------*/

.linkboxes {
  width: 100%;
  height: 100%;
}


/* Linkboxes (Offset) */
/*--------------------------------------------------------------------------*/


.linkboxes.offset-top { 
  margin-top: -128px;
  margin-bottom: auto;
}
.linkboxes.offset-bottom { 
  margin-bottom: -128px;
  margin-top: auto;
}


@media (min-width:768px) {
  .linkboxes.offset-left { 
    margin-left: -128px;
    margin-right: auto;
  }
  .linkboxes.offset-right { 
    margin-right: -128px;
    margin-left: auto;
  }
}


/* Linkboxes (Item) */
/*--------------------------------------------------------------------------*/

.linkboxes .linkbox-item {
  width: 100%; height: 100%;
  position: relative;
  border-radius: 4.0px;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5);
  padding: 16px;
}
.linkboxes .linkbox-item .content {
  width: 100%;
}


/* Linkboxes (Icon) */
/*--------------------------------------------------------------------------*/

.linkboxes .linkbox-item .icon {
  margin-left: 32px;
}
.linkboxes .linkbox-item .icon > svg,
.linkboxes .linkbox-item .icon > i {
  vertical-align: middle;
  width: 32px;
}


/* Linkboxes (Custom) */
/*--------------------------------------------------------------------------*/










/* Login (Wrapper) */
/*--------------------------------------------------------------------------*/

.login {
  display: inline-flex;
  height: 100%;
  text-align: center;
}


/* Login (Toggle) */
/*--------------------------------------------------------------------------*/

.login .login-btn {
  display: block;
  position: relative;
  background: transparent;
  width: 48px; height: 48px;
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.login .login-btn:hover,
.login .login-btn:focus,
.login .login-btn.active {
  background: #FF6600;
}
.login .login-btn i,
.login .login-btn svg {
  fill: #F7F7F7;
  color: #F7F7F7;
  margin-top: 50%;
  transform: translateY(-50%);
}
.login .login-btn:hover i,
.login .login-btn:focus i,
.login .login-btn.active i,
.login .login-btn:hover svg,
.login .login-btn:focus svg,
.login .login-btn.active svg {
  fill: #FFFFFF;
  color: #FFFFFF;
}

/* Focus with mouse */
.login .login-btn:focus:not(:focus-visible) {
  outline: 0;
}


/* Login (Dropout) */
/*--------------------------------------------------------------------------*/

.login-checkbox,
.login-checkbox ~ .login-panel {
  display: none;
}
.login-checkbox:checked ~ .login-panel {
  display: block;
}


/* Login (Panel) */
/*--------------------------------------------------------------------------*/

.login-panel {
  position: absolute;
  background: #FF6600;
  padding: 16px 16px 20.0px;
  text-align: left;
  z-index: 2;
}

/* Desktop */
@media  {
  .topbar .login-panel,
  .header-container .login-panel {
    top: 48px;
    width: 336px;
    border-radius: 4.0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .justify-content-end .login-panel {
    right: 0;
  }
}

.login-panel .hs-form input[type="submit"] {
  width: 100%;
}
.login-panel form.hs-form > .hs-form-field {
  margin-top: 8.0px;
}


/* Login (Font) */
/*--------------------------------------------------------------------------*/

.login-panel,
.login-panel .hs-login-widget-email-label,
.login-panel .hs-login-widget-password-label,
.login-panel .hs-login-widget-show-password,
.login-panel .hs-form .hs-form-field > label {
  color: #FFFFFF;
}
.login-panel .hs-login-widget-show-password:hover,
.login-panel a:hover {
  color: #F7F7F7;
}


/* Login (Custom) */
/*--------------------------------------------------------------------------*/










/* Mandatory (Wrapper) */
/* --------------------------------------------------------------------- */

.mandatory {
  width: 100%;
}
.mandatory-inner {
  width: inherit;
  display: inline-flex;
  list-style: none;
  justify-content: flex-end;
  margin: 0; 
  padding: 0;
}
@media (max-width:767px){
  .mandatory-inner {
    justify-content: space-between;
  }
}


/* Mandatory (Items) */
/* --------------------------------------------------------------------- */

.mandatory .seperator,
.mandatory .hs-menu-item > a {
  display: block;
  color: #1C3043;
  font-weight: normal;
  padding: 16px;
}
.mandatory .hs-menu-item > a:hover {
  text-decoration: underline;
}
.mandatory .seperator {
  text-align: center;
  vertical-align: middle;
  padding-left: 1px;
  padding-right: 1px;
  user-select: none;
  cursor: normal;
}


/* Mandatory (Align-Mobile) */
/* --------------------------------------------------------------------- */


  @media (max-width:767px){
    .mandatory-inner {
      flex-wrap: wrap;
    }
    .mandatory .hs-menu-item {
      width: 100%;
      position: relative;
    }
    .mandatory-inner > .hs-menu-item:after {
      content: ''; display: block;
      position: absolute; height: 1px; bottom: 0; 
      left: 32px; right: 32px;
      background: #F7F7F7;
    }
    .mandatory-inner > .hs-menu-item:last-child:after,
    .mandatory .seperator {
      display: none;
    }
  }



/* Mandatory (Custom) */
/*--------------------------------------------------------------------------*/



.mandatory {
  font-size: 14px;
}
.mandatory .hs-menu-item > a {
  font-weight: 700;
  transition: .3s;
}
.mandatory .hs-menu-item > a:hover {
  text-decoration: none;
  color: rgba( 255, 255, 255, 1);
}
.mandatory .cookie-einstellungen {
  order: 5;
}
.mandatory .newsletter {
  order: 6;
}
@media (max-width: 767px) {
  .mandatory-inner > .hs-menu-item {
    padding-top: 8.0px;
    padding-bottom: 8.0px;
  }
  .mandatory-inner > .hs-menu-item:first-child {
    padding-top: 0;
  }
  .mandatory-inner > .hs-menu-item:last-child {
    padding-bottom: 0;
  }
  .mandatory-inner > .hs-menu-item:after {
    background-color: rgba(255, 255, 255, .2);
  }
  .mandatory-inner > .hs-menu-item a {
    padding: 0;
  }
  .mandatory-inner > .hs-menu-item.cookie-einstellungen:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 32px;
    right: 32px;
    background-color: rgba(255, 255, 255, .2);
  }
  .mandatory-inner > .hs-menu-item.newsletter:after {
    display: none;
  }
  .mandatory .datenschutz {
    order: 1;
  }
  .mandatory .agb {
    order: 2;
  }
  .mandatory .impressum {
    order: 3;
  }
  .mandatory .disclaimer {
    order: 4;
  }
  .mandatory .newsletter {
    order: 5;
  }
  .mandatory .cookie-einstellungen {
    order: 6;
  }
}










/* Meeting (Style) */
/*--------------------------------------------------------------------------*/

.meeting {
  width: 100%;
  background: #FFFFFF;
}
.meetings-iframe-container {}


/* Meeting (Custom) */
/*--------------------------------------------------------------------------*/











/* Megamenu (Wrapper) */
/*--------------------------------------------------------------------------*/

.megamenu {}


/* Submenu Links As Area Links + Hover */
/*--------------------------------------------------------------------------*/

.megamenu .submenu.full-width .menu-link {
  position: absolute; display: block;
  top: 0; right: 0; bottom: 0; left: 0;
  width: auto; height: auto; z-index: 2;
  margin: 0; padding: 0;
}
.megamenu .submenu.full-width .menu-link:hover ~ .title,
.megamenu .submenu.full-width .menu-link:focus ~ .title {
  color: #FF6600;
}


/* Megamenu Size And Position */
/*--------------------------------------------------------------------------*/

@media (min-width:768px) {
  .megamenu .hs-menu-depth-1 > .hs-item-has-children > .submenu.full-width {
    position: absolute; width: 100vw;
    left: 0; right: 0; margin: 0;
  }
}
@media (min-width:1400px) {
  .header-container .megamenu .hs-menu-depth-1 > .hs-item-has-children > .submenu.full-width {
    left: calc(-50vw - 16px); /* js fallback */
    min-height: calc(-100vh - 160px); /* js fallback */
  }
}
  

/* Megamenu Elements On Desktop */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .megamenu .hs-menu-depth-2 .thumbnail {
    margin-bottom: 16px;
  }
  .megamenu .hs-menu-depth-2 .overline {
    color: #FF6600;
    margin-bottom: 8.0px;
  }
  .megamenu .hs-menu-depth-2 .overline,
  .megamenu .hs-menu-depth-2 .title {
    display: block;
    font-weight: bold;
  }
  .megamenu .hs-menu-depth-2 .divider {
    margin: 0;
  }
  .megamenu .hs-menu-depth-2 .description {
    word-break: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .megamenu .call-to-action {
    overflow: hidden;
  }
}


/* Megamenu Elements On Mobile */
/*--------------------------------------------------------------------------*/

@media (max-width:1023px) {
  .megamenu .hs-menu-depth-2 .title {
    margin-bottom: 0;
  }
}


/* Hide Megamenu Elements On Mobile */
/*--------------------------------------------------------------------------*/

@media (max-width:1023px) {
  .megamenu .hs-menu-depth-2 .thumbnail,
  .megamenu .hs-menu-depth-2 .overline,
  .megamenu .hs-menu-depth-2 .description,
  .megamenu .hs-menu-depth-2 .divider,
  .megamenu .call-to-action {
    display: none !important;
  }
}


/* Normalize Grid Of Mega Items On Mobile */
/*--------------------------------------------------------------------------*/

@media (max-width:1023px) {
  .megamenu .container,
  .megamenu .row,
  .megamenu .row > div {
    margin: 0;
    padding: 0;
  }
}


/* Hamburg (Position) */
/*--------------------------------------------------------------------------*/


.hamburg { 
  display: block; 
  background: transparent; 
  width: 48px; 
  height: 48px; 
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  pointer-events: none;
  position: relative;
}


/* Hamburg (Style) */
/*--------------------------------------------------------------------------*/

.hamburg .line { 
  position: absolute; 
  left: 12.0px;
  height: 2px; 
  width: 24px; 
  background: #1E4A60; 
  border-radius: 1.0px;
  display: block; 
  transition: 0.5s; 
  transform-origin: center; 
}.hamburg .line:nth-child(1) { top: 15.0px; }
.hamburg .line:nth-child(2) { top: 22.0px; }
.hamburg .line:nth-child(3) { top: 29.0px; }

/* Focus with mouse */
.hamburg:focus:not(:focus-visible) {
  outline: 0;
}


/* Hamburg (Toggle-Animation) */
/*--------------------------------------------------------------------------*/

.navigation-checkbox:checked ~ .navigation-btn .hamburg > .line:nth-child(1) {
   transform: translateY(7px) rotate(45deg);
}
.navigation-checkbox:checked ~ .navigation-btn .hamburg > .line:nth-child(2) {
   opacity:0;
}
.navigation-checkbox:checked ~ .navigation-btn .hamburg > .line:nth-child(3) {
   transform: translateY(-7px) rotate(-45deg);
}


/* Megamenu (Custom) */
/*--------------------------------------------------------------------------*/





/* END */
/*--------------------------------------------------------------------------*/







/* Mockup (Wrapper) */
/*--------------------------------------------------------------------------*/

.mockup {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.mockup:not(.full-width) {
  margin: 0;
}
.mockup-content {
  margin: 0; padding: 0;
  position: relative;
  left: 0; top: 0;
  right: 0; bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.full-width .mockup-content,
.aspect-ratio .mockup-content {
  position: absolute;
}

.mockup .row,
.mockup.full-width {
 min-height: 61.803398876895vh;
}
@media (max-width:767px) {
  .mockup.full-width {
    height: 100vh;
  }
}

/* Mockup (Gradient) */
/*--------------------------------------------------------------------------*/

.mockup .gradient {
  background-image: linear-gradient(
    to bottom, 
    rgba(0, 0, 0, 0.5), 
    rgba(0, 0, 0, 0.0),
    rgba(0, 0, 0, 0.0)
  );
}


/* Mockup (Fallback) */
/*--------------------------------------------------------------------------*/

.mockup .image.fallback {
  width: 100%; height: 100%;
  position: relative;
  background-image: url(//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/large-placeholder-image.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


/* Mockup (Image) */
/*--------------------------------------------------------------------------*/

.mockup .mockup-image > .image {
  width: 100%; 
  height: auto;
}
@media (min-width:768px) {
  .mockup .mockup-image > .image {
    position: absolute;
    object-fit: contain;
    object-position: center;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
  }
}
@media (max-width:767px) {
  .mockup .mockup-image {
    /* 61.803398876895 zu 38,196601123105 gold */
    max-width: 61.803398876895vh;
    max-height: 61.803398876895vh;
    overflow: hidden;
    margin: auto;
  }
}


/* Mockup (Overlay) */
/*--------------------------------------------------------------------------*/

.mockup-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;  height: 100%;
}


/* Mockup (Title) */
/*--------------------------------------------------------------------------*/

.mockup .mockup-title {
  margin: 0 auto;
  padding: 32px 16px 48px;
  user-select: text;
  width: 100%;
}
@media (min-width:768px) {
  .mockup .mockup-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Headline */
.mockup-title h1, .mockup-title strong {
  color: #FFFFFF;
  /* text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.30); */
  margin-bottom: 0;
  display: inline-block;
}

/* Subline */
.mockup-title, .mockup-title p, .mockup-title span {
  color: #FFFFFF;
  /* text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.75); */
  margin-bottom: 0;
}


/* Mockup (Custom) */
/*--------------------------------------------------------------------------*/










/* Form Design */
/* ---------------------------------------------------- */

.multi-step-wrapper {
  position: relative;
}
.multi-step-form {   
  background: #FFFFFF;
  margin: px auto;
  margin-bottom: 0;
  border-radius: 8px;
  box-sizing: border-box;
  padding-top: 112px;
  padding-bottom: 144px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  
}
@media(max-width:767px){
  .multi-step-form { 
    padding-top: 112px;
    padding-bottom: 144px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.multi-step-form .hs-form {
  position: relative;
}
.multi-step-form .step,
.multi-step-form .step.hidden {
  transition: opacity 100ms;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.multi-step-form .step.active {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.multi-step-form .hidden {
  display: none;
}
.multi-step-form .hs-form > fieldset {
  max-width: none;
}


/*  Pagination */
/* ---------------------------------------------------- */

.multi-step-pagination {
  display: block;
  text-align: center;
  list-style: none;
  position: absolute;
  padding: 0;
  width: auto;
  z-index: 1;
  top: 40.0px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.multi-step-pagination li:before {
  display: none;
}
.multi-step-pagination > .bull {
  display: inline-block;
  position: relative;
  width: 8px; 
  height: 8px;
  background: #5C5F5F;
  border-radius: 4.0px;
  margin-right: 56px;
}
.multi-step-pagination > .bull:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.0px;
  height: 2px;
  width: 56px;
  background: #5C5F5F;
  z-index: -1;
}
.multi-step-pagination > .bull:nth-child(1):after {
  display: none;
}
.multi-step-pagination > .bull:last-child {
  margin-right: 0px;
}


/* Numer of Steps Supported */
/* ---------------------------------------------------- */
	.multi-step-pagination > .bull.active + .bull:after,
	.multi-step-pagination > .bull.active + .bull {
		background: #1E4A60;
	}
	.multi-step-pagination > .bull.active + .bull + .bull:after,
	.multi-step-pagination > .bull.active + .bull + .bull {
		background: #1E4A60;
	}
	.multi-step-pagination > .bull.active + .bull + .bull + .bull:after,
	.multi-step-pagination > .bull.active + .bull + .bull + .bull {
		background: #1E4A60;
	}
	.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull:after,
	.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull {
		background: #1E4A60;
	}
	.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull:after,
	.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull {
		background: #1E4A60;
	}
	.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull:after,
	.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull {
		background: #1E4A60;
	}
	.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull + .bull:after,
	.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull + .bull {
		background: #1E4A60;
	}

/* Current */
.multi-step-pagination > .bull.active {
	background: #5C5F5F;
}


/* Validation Error */
/* ---------------------------------------------------- */

.multi-step-form .hs-form .hs_error_rollup {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.multi-step-form label span > em,
.multi-step-form .hs-form-required {
  color: red;
  margin-left: 1px;
}


/* Form Navigation */
/* ---------------------------------------------------- */

.multi-step-form .footer {
  position: absolute; 
  z-index: 0;
  bottom: 0; left: 0; 
  width: 100%; 
  padding: 16px 32px 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
}
.multi-step-form .footer .hs-button,
.multi-step-form .actions input[type="submit"] {
  outline: none;
  width: auto;
  padding: 14px 16px;
  font-weight: 400;
  transition: color 0ms ease-in-out, background 0ms ease-in-out;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #FFFFFF;
  background: #1E4A60;
}
.multi-step-form .footer .hs-button:hover,
.multi-step-form .actions input[type="submit"]:hover {
  color: #FFFFFF;
  background: #FF6600;
}
.multi-step-form .footer .hs-button.prev {
  visibility: hidden;
}
.multi-step-form .footer .hs-button.prev.last {
  position: absolute;
  bottom: -80px;
  color: rgba(66, 66, 66, 1.0);
  background: transparent;
  left: 50%;
  transform: translateX(-50%);
}
.multi-step-form .footer .hs-button.prev.last:hover {
  color: #1E4A60;
  background: transparent;
}
.multi-step-form .footer .hs-button:disabled {
  color: #5C5F5F;
  background: #F7F7F7;
  cursor: not-allowed;
}


/* Form Overwrite */
/* ---------------------------------------------------- */

.multi-step-form .hs-form {
  padding: 0;
}
.multi-step-form .form-title {
  display: none;
}
.multi-step-form .form-columns-none > .hs-form-field {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.multi-step-form .hs-submit .actions .hs-button {
  margin-top: 0;
}
.multi-step-form .actions input[type="submit"] {
  position: absolute;
  bottom: -91px;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
}


/* Submit Message */
/* ---------------------------------------------------- */

.multi-step-form.submitted-message {
  height: auto !important;
  padding-bottom: 0px;
}
.multi-step-form.submitted-message .hs-button.prev.last {
  visibility: hidden !important;
}


/* Multistep (Custom) */
/*--------------------------------------------------------------------------*/










/* Navigation (Wrapper) */
/*--------------------------------------------------------------------------*/

.primary-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width:1023px) {
  .primary-navigation ul > li {
    position: relative;
    width: 100%;
  }
  .primary-navigation {
    
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #FFFFFF;
  }
}


/* Navigation Mobile-Btn (open/close) */
/*--------------------------------------------------------------------------*/

.navigation-btn,
.navigation-checkbox {
  display: none;
}
@media (max-width:1023px) {
  .navigation-checkbox ~ .primary-navigation,
  .navigation-checkbox + .navigation-btn > .close {
    display: none;
  }
  .navigation-btn,
  .navigation-checkbox + .navigation-btn > .open,
  .navigation-checkbox:checked ~ .primary-navigation,
  .navigation-checkbox:checked + .navigation-btn > .close {
    display: block;
  }
  .navigation-checkbox:checked + .navigation-btn > .open {
    display: none;
  }
}


/* Navigation Mobile-Btn (Absolute-Positon) */
/*--------------------------------------------------------------------------*/

.navigation-btn {
  width: 48px;
  height: 48px;
}
.navigation-btn i,
.navigation-btn svg {
  color: #FF6600;
  fill: #FF6600;
  text-align: center;
  line-height: 48px;
  vertical-align: middle;
}
@media (max-width:1023px) {
  .header-container .navigation-btn {
    position: absolute;
    left: auto; right: 16px;
    top: -60px; bottom: auto;
  }
}


/* Dropdown Submenu (open/close) */
/*--------------------------------------------------------------------------*/

.submenu-toggle,
.submenu-toggle ~ .submenu {
  display: none;
}
.submenu-toggle:checked ~ .submenu {
  display: block;
}


/* Dropdown Submenu Caret (toggle) */
/*--------------------------------------------------------------------------*/

/* Arrow */
.primary-navigation .menu-arrow {
  display: inline-block;
  position: absolute;
  right: 16px; 
  top: 0;
  width: 32px;
  height: 100%;
  min-height: 32px;
  max-height: 46px;
  padding: 16px;
  cursor: pointer;
}
.primary-navigation .menu-arrow > i,
.primary-navigation .menu-arrow > svg {
  color: #1E4A60;
  fill: #1E4A60;
  width: 16px;
  height: 16px;
}
.submenu-toggle:checked + .menu-arrow > svg {
  transform: rotate(180deg);
}

/* Toggle With Icon Font, Not Inline Svg */
.submenu-toggle + .menu-arrow > i.open { display: none; }
.submenu-toggle:checked + .menu-arrow > i.open { display: block; }
.submenu-toggle + .menu-arrow > i.close { display: block; }
.submenu-toggle:checked + .menu-arrow > i.close { display: none; }

/* Hide the caret on large screens */
@media (min-width:1024px) {
	.primary-navigation a[href="javascript:;"] ~ .menu-arrow,
  .primary-navigation .menu-arrow i,
	.primary-navigation .menu-arrow svg {
    display: none !important;
  }
}

/* Enlarge label if link has no targat / if link is just opener */
.primary-navigation .hs-item-has-children > a[href="javascript:;"] ~ .menu-arrow {
	display: inline-flex;
	justify-content: flex-end;
	width: 100%;
	text-align: right;
	left: 0;
}


/* Navigation Wrapper (Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:1023px) {
  .primary-navigation {
    height: calc(100vh - 152px);
    top: 0; bottom: auto;
    left: 0; right: 0;
    position: absolute; z-index: 2;
    width: 100vw;
  }
}


/* LINKS */
/*--------------------------------------------------------------------------*/

.primary-navigation a {
  position: relative;
  display: inline-block;
  letter-spacing: 0.01em;
  text-decoration: none;
  user-select: none;
  padding: 15px 16px;
  color: #1E4A60;
}
.primary-navigation a:hover,
.primary-navigation a:focus,
.primary-navigation .hs-menu-item:hover > a,
.primary-navigation .hs-menu-item:focus-within > a,
/* Sublinks */
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 a:hover,
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 a:focus {
  color: #FF6600;
}
.primary-navigation .hs-menu-item > a:focus:not(:focus-visible),
.primary-navigation .hs-menu-item > label:focus:not(:focus-visible){
  outline: 0;
}

/* Links without target */
.primary-navigation a[href="javascript:;"]:hover {
  cursor: default;
}

/* Small Screens */
@media (max-width:1023px) {
  .primary-navigation a {
    width: 100%;
    padding-right: 16px;
  }
}


/* PRIMARY LEVEL WRAPPER */
/*--------------------------------------------------------------------------*/

.primary-navigation .hs-menu-depth-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
	position: relative;
}

/* Large Screens */
@media (min-width:1024px) {
  .primary-navigation .hs-menu-depth-1 {
    flex-direction: row;
  }
}


/* PRIMARY LEVEL LINKS */
/*--------------------------------------------------------------------------*/

.primary-navigation .hs-menu-depth-1 a {
  line-height: 16px;
  font-weight: bold;
	user-select: none;
}

/* Small Screens */
@media (max-width:1023px) {
  .primary-navigation .hs-menu-depth-1 a {
    width: 100%;
  }
  .primary-navigation .hs-item-has-children > a {
    width: calc( 100% - 48px );
  }
  /* .primary-navigation .hs-menu-depth-1 > .hs-menu-item:not(:last-child) {
     border-bottom: 2px solid#F7F7F7;
  } */
  .primary-navigation .hs-menu-depth-1 > .hs-menu-item:not(:last-child):after {
    width: auto;
    height: 2px;
    background: #F7F7F7;
    content: "";
    display: block;
    position: absolute;
    bottom: 0; top: auto;
    left: 16px;
    right: 16px;
		z-index: -1;
  }
}


/* Large Screens */
@media (min-width:1024px) {
  .primary-navigation .hs-menu-depth-1 a {

  }
}


/* SECONDARY LEVEL */
/*--------------------------------------------------------------------------*/

.primary-navigation .hs-menu-depth-2 {
  width: 100%;
	position: relative;
}

/* Large Screens */
@media (min-width:1024px) {
  .primary-navigation .hs-menu-depth-2 a {
    padding: 16px 8.0px;
  }
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .submenu {
    position: absolute;
    flex-wrap: wrap;
    top: 94px;
    width: 256px;
    max-width: 100vw;
    background: #FFFFFF;
    z-index: 1;
    border-top: 1px solid #F7F7F7;
    padding: 16px;
  }
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children:hover > .submenu,
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children:focus > .submenu,
  .primary-navigation .hs-menu-depth-1 > .submenu-toggle:checked ~ .submenu {
    display: flex;
  }
}
@media (max-width:1023px) {
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .submenu {
    padding-bottom: 16px;
    margin-left: 16px;
  }
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 a {
    width: calc( 100% - 32px );
  }
}
/* Links */
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 a {
  padding: 8.0px 16px;
  line-height: 1.3;
}


/* SECONDARY LEVEL BRIDGE */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .submenu:before {
    width: 100%; position: absolute;
    height: 32px;
    left: 0; top: -33px;
    content: ""; background: transparent;
  }
}


/* Pagination (Custom) */
/*--------------------------------------------------------------------------*/



.header-container-wrapper {
  z-index: 10;
}
.header-container-wrapper .header-container {
  background-color: rgba(255, 255, 255, .75)
}
.header-container-wrapper .header-container .container .row {
  align-items: center;
}
.header-container-wrapper .header-container .primary-navigation .hs-menu-item > a {
  transition: .3s;
  font-size: 18px;
  font-weight: 700
}
.primary-navigation .menu-link.active {
  color: #FF6600;
}
.primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .submenu {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .submenu:before {
  background: #FFFFFF;
  width: 32px;
  height: 32px;
  top: -16px;
  left: 50%;
  transform: rotate(45deg) translate(-5%, 60%);
}
.primary-navigation #submenu-produkte,
.primary-navigation #submenu-products {
  width: max-content;
}
.primary-navigation #submenu-produkte > .hs-menu-depth-2,
.primary-navigation #submenu-products > .hs-menu-depth-2 {
  width: 50%;
}
.primary-navigation #submenu-unternehmen .hs-item-has-children > label {
  top: 12.0px;
  padding: 0;
  min-height: unset;
  width: auto;
  height: auto;
}
.primary-navigation #submenu-unternehmen .hs-item-has-children > label svg {
  display: block!important;
  transition: transform .3s ease-in-out;
}
.primary-navigation #submenu-unternehmen .hs-item-has-children .submenu {
  display: block;
  transition: height .3s ease-in-out;
  max-height: max-content;
  height: 0;
  overflow: hidden;
}
.primary-navigation .hs-menu-depth-1 .hs-item-has-children .submenu li {
  padding-left: 8.0px;
}
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-3.active {
  display: block;
}
.primary-navigation .hs-menu-depth-1 .hs-item-has-children .hs-menu-depth-3 li {
  padding-left: 16px;
}
.primary-navigation .hs-menu-depth-1 .hs-item-has-children .hs-menu-depth-3 li a {
  font-weight: 400;
}


@media (max-width:1023px) {
  .primary-navigation .hs-menu-depth-1.submenu {
    display: block;
  }
  .primary-navigation li.hs-menu-depth-1 {
    height: auto;
  }
  .primary-navigation #submenu-produkte,
  .primary-navigation #submenu-produkte > .hs-menu-depth-2,
  .primary-navigation #submenu-products,
  .primary-navigation #submenu-products > .hs-menu-depth-2{
    width: 100%;
  }
  .primary-navigation .hs-menu-depth-2 .hs-item-has-children label {
    right: 32px;
  }
}

@media (max-width: 1023px) {
  .header-container-wrapper .header-container .primary-navigation {
    top: 96px;
    height: calc(100vh - 96px);
    background: #F5F5F5;
  }
  .header-container-wrapper.sticky .header-container .primary-navigation {
    top: 66px;
    height: calc(100vh - 66px);
  }
  .header-container-wrapper .header-container .primary-navigation .submenu.hs-menu-depth-1 {
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .header-container-wrapper .header-container .primary-navigation .submenu:not(.hs-menu-depth-2, .hs-menu-depth-3)::after {
    position: absolute;
    display: block;
    bottom: 0;
    content: '';
    height: 1px;
    background: #E5E5E5;
    width: calc(100% - 64px);
    margin-left: 32px; 
  }
  .header-container-wrapper .header-container .primary-navigation .hs-menu-item > a {
    padding-top: 12.0px;
    padding-bottom: 12.0px;
    font-size: 20px;
    line-height: 1.35;
    padding-right: 32px;
    padding-left: 32px;
  }
  .header-container-wrapper .header-container .primary-navigation li:first-child a {
    padding-top: 16px;
  }
  .navigation-btn svg {
    width: 34px;
    height: 22px;
    color: #1E4A60;
    fill: #1E4A60;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .header-container-wrapper .header-container .primary-navigation {
    top: 105px;
  }
}

@media (max-width: 1023px) {
  .primary-navigation .hs-menu-depth-1 {
    justify-content: center;
  }
}









/* Vorlage (Style) */
/*--------------------------------------------------------------------------*/

.vorlage {
  color: ;
  background: ;
}


/* Vorlage (Custom) */
/*--------------------------------------------------------------------------*/



@media (max-width:1023px) {
  .newsletter-subscription-wrapper .newsletter-subscription,
  .teaser-bar-wrapper .teaser-bar {
    margin: 0 16px;
    text-align: center;
  }
}

.newsletter-subscription strong.h2,
.teaser-bar strong.h2 {
  color: #FFFFFF;
}
.newsletter-subscription .newsletter-text {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.25;
}
.teaser-bar .teaser-text {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.4;
}
.newsletter-subscription .newsletter-text p:last-child,
.teaser-bar .teaser-text p:last-child {
  margin-bottom: 0;
}

.newsletter-subscription-wrapper .bg-image,
.teaser-bar-wrapper .bg-image {
  height: 400px;
  width: 100%;
  position: relative;
  z-index: -1;
}
.newsletter-subscription-wrapper .bg-image .overlay,
.teaser-bar-wrapper .bg-image .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.newsletter-subscription.offset,
.teaser-bar.offset {
  transform: translateY(50%);
}
.newsletter-subscription-wrapper .popup-inner {
  border-radius: 0;
}
.newsletter-subscription-wrapper .popup-inner .hs_email label,
.newsletter-subscription-wrapper .popup-inner .legal-consent-container {
  color: #1E4A60;
}
@media (min-width:1024px) {
  .newsletter-subscription .button-container,
  .teaser-bar .button-container {
    text-align: right;
  }
}

@media (max-width:767px) {
  .newsletter-subscription-wrapper,
  .teaser-bar-wrapper {
    margin-top: -112px;
  }
  .newsletter-subscription-wrapper .newsletter-subscription,
  .teaser-bar-wrapper .teaser-bar {
    margin-right: 32px;
    margin-left: 32px;
  }
  .newsletter-subscription .newsletter-text,
  .teaser-bar .teaser-text {
    font-size: 20px;
  }
  .newsletter-subscription-wrapper .bg-image,
  .teaser-bar-wrapper .bg-image {
    height: 250px;
  }
}


/* Notification (Wrapper) */
/*--------------------------------------------------------------------------*/

.notification.fixed {
  margin: 0;
  padding: 0;
  width: auto;
  position: fixed;
  left: 16px;
  right: 16px;
  top: 8.0px
}


/* Notification (Element) */
/*--------------------------------------------------------------------------*/

.note {
  overflow: visible;
  position: relative;
  margin-top: 8.0px
}
.note > .note-inner {
  font-family: Source Sans Pro, sans-serif;
  border-radius: 4.0px;
  font-style: normal; margin: 0; 
  padding: 16px 64px 16px 16px;
}
.note > span {
  min-height: 22px;
  line-height: 22px;
}
.note > i,
.note > svg {
  display: inline-block;
  margin-right: 8.0px;
  font-size: 18px;
}
.note > i:before {
  vertical-align: middle;
}
.note > .close {
  position: absolute;
  right: 16px;
  top: 20px;
  color: inherit;
  cursor: pointer;
  background: transparent;
  border: 0;
}


/* Notification (Animation) */
/*--------------------------------------------------------------------------*/

.notification .note {
  transition: all 300ms linear;
}
.notification .note.fade-outside {
  opacity: 0;
  transform: translateY(100%);
  max-height: auto;
}
.notification .note.fade-inside {
  opacity: 1;
  transform: translateY(0%);
}


/* Notification (Colors) */
/*--------------------------------------------------------------------------*/


  /* message */
  .btn.message,
  .notification-message .note-inner {
    color: #005c72;
    background: #85ffff;
    border: 1px solid #005c72;
  }
  .notification-message i,
  .notification-message svg {
    color: #005c72;
    fill: #005c72;
  }

  /* alert */
  .btn.alert,
  .notification-alert .note-inner {
    color: #820000;
    background: #ffa3b3;
    border: 1px solid #820000;
  }
  .notification-alert i,
  .notification-alert svg {
    color: #820000;
    fill: #820000;
  }

  /* warning */
  .btn.warning,
  .notification-warning .note-inner {
    color: #915300;
    background: #ffff9d;
    border: 1px solid #915300;
  }
  .notification-warning i,
  .notification-warning svg {
    color: #915300;
    fill: #915300;
  }

  /* okay */
  .btn.okay,
  .notification-okay .note-inner {
    color: #005700;
    background: #a0ffbd;
    border: 1px solid #005700;
  }
  .notification-okay i,
  .notification-okay svg {
    color: #005700;
    fill: #005700;
  }


/* Notification (Custom) */
/*--------------------------------------------------------------------------*/










/* Pagination (Base-Style) */
/*--------------------------------------------------------------------------*/

/* Wrapper */
.pagination {
  margin: 16px 0;
}

/* Number Button */
.pagination .btn:not(.control-btn) {
  margin-left: 8.0px;
  margin-right: 8.0px;
  padding: 0;
  line-height: 14px;
  min-width: auto;
  white-space: nowrap;
}

/* Current Button Hover */
.pagination .current:hover {
  cursor: none;
  pointer-events: none;
}

/* Button Disabled */
.pagination .disabled {
  cursor: none;
  pointer-events: none;
}

/* Next-Prev Button Mobile */
@media(max-width:767px){
  .pagination .control-btn {
    min-width: auto;
  }
}


/* Pagination (Controls) */
/*--------------------------------------------------------------------------*/


.pagination .btn.control-btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #5C5F5F;
  color: #000000;
}


.pagination .btn.control-btn {
  color: #000000;
  width: auto;
  height: 60px;
  border-radius: 18px;
  line-height: 44px;
}
.pagination .btn.control-btn > i,
.pagination .btn.control-btn > svg {
  fill: #000000; 
  color: inherit;
  max-height: 100%;
  max-width: 100%;
}


.pagination .btn.control-btn:hover {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #1E4A60;
  color: #1E4A60;
}
.pagination .btn.control-btn:hover > i,
.pagination .btn.control-btn:hover > svg {
  fill: #1E4A60;
}


.pagination .btn.control-btn.disabled {
  background-color: #F7F7F7;
  border: 1px solid #5C5F5F;
  color: #5C5F5F;
}
.pagination .btn.control-btn.disabled > i,
.pagination .btn.control-btn.disabled > svg {
  fill: #5C5F5F;
}





/* Pagination (Numbers) */
/*--------------------------------------------------------------------------*/


.pagination .btn.number-btn {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  line-height: 14px;
}
.pagination .btn.number-btn {
  background-color: #5C5F5F;
  border: none;
  color: #000000;
}


.pagination .btn.number-btn:hover {
  background-color: #000000;
  border: none;
  color: #FFFFFF;
}


.pagination .btn.number-btn.current {
  background-color: #1E4A60;
  border: none;
  color: #FFFFFF;
}





/* Pagination (Custom) */
/*--------------------------------------------------------------------------*/



.pagination .btn.control-btn {
  line-height: unset;
  border-radius: 0;
}
.pagination .btn.number-btn {
  background-color: #F5F5F5;
}
.pagination .btn.number-btn:hover {
  background-color: #FF6600;
}
.pagination .btn.number-btn.current {
  background-color: #FF6600;
}
.pagination .btn.control-btn:not(.disabled) {
  border: 2px solid #FF6600;
  color: #FF6600;
}
.pagination .btn.control-btn:not(.disabled):hover {
  background-color: #FF6600;
  color: #FFFFFF;
}
.pagination .btn.control-btn.disabled {
  background-color: #F7F7F7;
  border: solid transparent; 
  color: #5C5F5F;
}









/* Person (Wrapper ) */
/*--------------------------------------------------------------------------*/

.person {
  width: 100%;
  height: 100%;
}

.person .person-inner.equal,
.section-row-equalize .person .person-inner{
  align-content: flex-start;
}

.person-inner {
  height: 100%;
  align-items: stretch;
  overflow: hidden;
}

.person .person-inner.shadow {
  border-radius: 10px;
}

.person .order-name-job .name-job {
  display: flex;
  flex-direction: column;
}


.person .order-jnt .name-job .job {order: 1;}
.person .order-jnt .name-job .name {order: 2;}
.person .order-jnt .name-job .description {order: 3;}

.person .order-tnj .name-job .description {order: 1;}
.person .order-tnj .name-job .name {order: 2;}
.person .order-tnj .name-job .job {order: 3;}



.person .name-job .name {
  font-weight: 600;     
  margin:0;
  hyphens: auto;
}
.person .name-job .job {
  margin:0;
  hyphens: auto;
  font-weight: 300;  
}



/* Person (Image) */
/*--------------------------------------------------------------------------*/

.person .image-inner {
  /*background: #F7F7F7;*/
  display: block;
  height: 100%;
}
.person .image-inner > .image {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
}

.person .image-circled,
.person .image-squared,
.person .image-squared-rounded {
    display: flex;
    align-items: center;
}
.person .image-circled img {
  border-radius:50%;
}
.person .image-squared-rounded img {
  border-radius: 10px;
}


/* Person (Content Text) */
/*--------------------------------------------------------------------------*/

.person .content {
  padding: 32px;
  color: #000000;
}
.person .content-inner {
  height:100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.person .description {
  display: inline-block;
  margin-top: 16px;
}


/* Person (Responsive Grid) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .person {
    padding-bottom: 32px;
  }
  .person .image-inner {
    height: 100vw;
    max-height: 592.0px;
  }
}


/* Person (Contact Point) */
/*--------------------------------------------------------------------------*/

.person .social-links {
  margin-top:2rem;
}

.person .contact-text .social-links,
.person .contact-label_text .social-links {
  flex-direction: column;
  gap:1rem;
  color:#1E4A60;
  font-weight: 600;
}
.person .contact-icons_text .social-links {
  flex-direction: column;
  gap:1rem;
  color:#1E4A60;
  font-weight: 300; 
}
.person .contact-icons .social-links {
  gap:1rem;
}

.person .contact-label_text .social-links .label {
  font-weight: 300;  
}

.person .social-links a:hover {
  text-decoration:none;
}
.person .social-links a:hover .text {
  color:#1E4A60;
  opacity:50%; 
  text-decoration:none;
}

.person .contact-icons_text .social-links a {
  display:flex;
  align-items:center;  
}

.person .social-links .icon {
  margin:0 1em 0 0;
  background-color: #1E4A60;
  border-radius:100%;
}
.person .contact-icons .social-links .icon {
  margin:0;
}
.person .social-links a:hover .icon {
  background-color: rgba(30, 74, 96, .5);
}

.person .social-links .icon svg, 
.person .social-links .icon i {
  width: 44px;
  height: 44px;
  padding: 23%;
  box-sizing: border-box;
  fill: #FFFFFF;
  opacity:0.5;  
}
.person .social-links a:hover .icon svg, 
.person .social-links a:hover .icon i {
  fill: #1E4A60;
  opacity:1;  
}

.person .contact-icons_text .social-links .icon svg {
  width: 28px;
  height: 28px;
}


/* Person (Custom) */
/*--------------------------------------------------------------------------*/



.person .name-job .job,
.person .name-job .name {
  font-weight: 700
}




.person.person-multi-element.variant_1 .person-inner {
  height: unset;
  overflow: unset;
}
.person.person-multi-element.variant_1 .image {
  border-radius: unset;
  margin: -16px;
}
.person.person-multi-element.variant_1 .image .background {
  
}
.person.person-multi-element.variant_1 .image img {
  border-radius: 100%;
}
.person.person-multi-element.variant_1 .content {
  padding: 16px;
}
.person.person-multi-element.variant_1 .name-job .name {
  margin-top: 4.0px;
}



.person.variant_2 .image,
.person.person-multi-element .img {
  border-radius: 100%;
  margin: 0;
}
.person.variant_2 .image .background,
.person.person-multi-element .image .background {
  background: transparent linear-gradient(180deg, #E95B25 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 100%;
  max-width: 350px;
  max-height: 350px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.person.variant_2 .image .background img,
.person.person-multi-element .image .background img {
  max-width: 342px;
  max-height: 342px;
  transform: translateY(4px);
  width: 100%;
  height: 100%;
}
.person.person-multi-element.variant_2 .content {
  padding: 48px 32px 32px;
}
.person .name-job .job,
.person .name-job .name {
  font-weight: 700
}
.person.variant_2 .social-links,
.person.person-multi-element.variant_2 .social-links {
  align-items: center;
}
.person.variant_2 .contact-icons_text .social-links,
.person.person-multi-element .contact-icons_text .social-links {
  gap: 8.0px;
}
.person.variant_2 .contact-icons_text .social-links svg,
.person.variant_2 .contact-icons_text .social-links .icon i,
.person.person-multi-element .contact-icons_text .social-links svg,
.person.person-multi-element .contact-icons_text .social-links .icon i {
  width: 18px!important;
  height: 18px!important;
}
.person.variant_2 .social-links a:hover .text,
.person.person-multi-element .social-links a:hover .text{
  color: rgba(255, 102, 0, .5);
  opacity: initial;
}
.person.variant_2 .social-links a:hover .icon,
.person.person-multi-element .social-links a:hover .icon {
  background-color: transparent;  
}
.person.variant_2 .social-links a:hover .icon svg,
.person.person-multi-element .social-links a:hover .icon svg {
  fill: rgba(255, 102, 0, .5);
}
.person.variant_2 .social-links .icon,
.person.person-multi-element .social-links .icon {
  background-color: transparent;
  margin-right: 16px;
  border-radius: 0;
}
.person.variant_2 .social-links .icon svg, 
.person.variant_2 .social-links .icon i,
.person.person-multi-element .social-links .icon svg, 
.person.person-multi-element .social-links .icon i {
  fill: #FF6600;
  transition: .3s;
  opacity: 1;
  padding: 0;
}
.person.variant_2 .social-links .text,
.person.person-multi-element .social-links .text {
  font-weight: 700;
  transition: .3s;
}
.person.variant_2 .address .company,
.person.person-multi-element .address .company {
  font-weight: 700;
  margin-bottom: 12.0px;
}

/* Four per row */
.person.variant_2.col-lg-3 .image .background {
  max-width: 260px;
  max-height: 260px;
}
.person.variant_2.col-lg-3 .image img {
  max-width: 252px;
  max-height: 252px;
}
.person.variant_2.col-lg-3 .content {
  padding: 48px 16px 32px;
}
  


@media (max-width:767px) {
  .person.variant_2 .image .background,
  .person.person-multi-element .image .background {
    max-width: 274px;
    max-height: 274px;
  }
  .person.variant_2 .image .background img,
  .person.person-multi-element .image .background img {
    max-width: 266px;
    max-height: 266px;
  }
  .person.person-multi-element.variant_2 .content {
    padding: 32px 0;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .person.person-multi-element.variant_1 .content .content-inner {
    margin-top: 48px;
  }
  .person.variant_1 .content .content-inner .social-links {
    margin-bottom: 0;
  }
}









/* Picture (Wrapper) */
/*--------------------------------------------------------------------------*/

.picture {
	background: transparent;  
  margin: 0;
  position: relative;
	overflow: hidden; 
	position: relative;
}

@media (min-width:768px) {
  .picture .picture-image.ratio-md-auto,
  .picture .picture-image.ratio-md-auto > .image {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    position: relative;
    display: block;
  }
}
@media (max-width:767px) {
  .picture .picture-image.ratio-sm-auto,
  .picture .picture-image.ratio-sm-auto > .image {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    position: relative;
    display: block;
  }
}


/* Picture (Grid-Helper) */
/*--------------------------------------------------------------------------*/

.picture.equal-height {
  height: inherit !important;
}
.picture.equal-height .picture-image  {
  min-height: 100%;
}
@media (min-width:768px) {
  .widget-span .picture.equal-height .picture-image.ratio-sm-auto > .image,
  .widget-span .picture.equal-height .picture-image.ratio-md-auto > .image {
    width: 100%;  
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute; 
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
  }
}


/* Picture (Content) */
/*--------------------------------------------------------------------------*/

.picture .picture-content {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 16px;
  padding-bottom: 20.0px;
  color: #FFFFFF;
  background: rgba(92, 95, 95,0.75);
}
.picture .picture-content strong {
  margin-bottom: 8.0px;
}
.picture .picture-content p:last-child {
  margin-bottom: 0;
}


/* Picture (Placeholder) */
/*--------------------------------------------------------------------------*/

.picture .fallback {
  width: 100%; height: 100%;
  background: url("//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/grayscale-mountain.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4.0px;
}


/* Picture (Custom) */
/*--------------------------------------------------------------------------*/



.picture .picture-content {
  position: relative;
  background: transparent;
  padding: 24.0px 0 0;
}






/* Popup (Object) */
/*--------------------------------------------------------------------------*/

/* Popup (Modal) */
/*--------------------------------------------------------------------------*/

/* Not::
 * Isotope.js need z-index 1, 2 for Items and 3 for filter dropdowns.
 */

.popup {
  position: fixed; z-index: 4; 
  top: 0; right: 0;  left: 0; bottom: 0;
  width: 100%; height: 100%;
}
.popup-inner {
  position: relative;
  height: auto; min-height: 512px;
  background: #FFFFFF;
  border-radius: 4.0px;
}


/* Popup (Script) */
/*--------------------------------------------------------------------------*/

.popup,
.popup-checkbox {
  display: none;
}


/* Popup (Position) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px){
  .popup .popup-inner {
    width: 100%; height: 100%;
    transition: opacity 300ms linear;
    opacity: 0;
  }
  .popup.active .popup-inner {
    opacity: 1;
  }
}
@media (min-width:768px){
  .popup .popup-inner {
    top: 50vh;
    transition: all 300ms linear;
    transform: translateY(-70%);
    opacity: 0;
  }
  .popup.active .popup-inner {
    transform: translateY(-56%);
    opacity: 1;
  }
}


/* Popup (Overlay) */
/*--------------------------------------------------------------------------*/

.popup .popup-overlay {
  position: absolute;  z-index: -1;
  top: 0; right: 0;  left: 0; bottom: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0; transition: opacity 150ms linear;
}
.popup.active .popup-overlay {
  opacity: 1; transition: opacity 150ms linear 150ms;
}


/* Popup (Content) */
/*--------------------------------------------------------------------------*/

.popup .popup-text {
  padding: 16px;
}
.popup .popup-form {}
.popup .popup-video {}


/* Popup (Close-Btn) */
/*--------------------------------------------------------------------------*/

.popup .popup-close {
  margin-top: 16px;
}
.popup .popup-close i {
  vertical-align: middle;
}


/* Popup (Custom) */
/*--------------------------------------------------------------------------*/



.popup .popup-inner {
  padding: 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.popup .popup-inner .hs-form .hs-form-booleancheckbox label > span:before {
  border-radius: 0;
}
.popup .popup-inner .popup-form .input input {
  border-radius: 0;
}
.popup .popup-close {
  position: absolute;
  top: 16px;
  right: 32px;
  cursor: pointer;
  z-index: 5;
}
.popup .popup-close > svg {
  width: 24.0px;
  height: 24.0px;
  color: #1E4A60;
  fill: #1E4A60;
}









/* Pricing-Cards (Wrapper) */
/*--------------------------------------------------------------------------*/

.pricing-cards {
  width: 100%;
  position: relative;
}


/* Pricing-Cards (Wrapper) */
/*--------------------------------------------------------------------------*/

.pricing-card-item-inner {
  height: 100%;
  background: #FFFFFF;
  padding: 16px;
}


/* Pricing-Cards (Currency-Display) */
/*--------------------------------------------------------------------------*/

.pricing-cards .currency > .price {
  display: none;
}
.pricing-cards .currency.dollar > .price.dollar,
.pricing-cards .currency.euro > .price.euro {
  display: block;
}


/* Pricing-Cards (Custom) */
/*--------------------------------------------------------------------------*/










/* Progress Bar (Element) */
/*--------------------------------------------------------------------------*/

/* Reset */
.progress progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border: none;
}

/* Style */
.progress progress[value] {
	display: block; width: 100%;
  color: #000000;
  background: #F7F7F7;
	height: 16px;
	border-radius: 8.0px;}


/* Progress Bar (Shadow-Dom) */
/*--------------------------------------------------------------------------*/

.progress progress[value]::-webkit-progress-bar {
  background-color: #F7F7F7;
  border-radius: 8.0px;}

.progress progress[value]::-webkit-progress-value {
	background-color: #1E4A60;
	background-size:32px 16px,100% 100%, 100% 100%;
	border-radius: 8.0px;
	position: relative;
}


/* Progress Bar (Gradient) /
/*--------------------------------------------------------------------------*//* Progress Bar (Extra Firefox /
/*--------------------------------------------------------------------------*/



.progress progress[value]::-moz-progress-bar {
  background-color: {bar=#F7F7F7, inset_shadow=false, value=#1E4A60};
  border-radius: 8.0px;}


/* Progress Bar (Fallback) */
/*--------------------------------------------------------------------------*/

.progress progress .progress-bar {
	background-color: #F7F7F7;
}
.progress progress .progress-value {
	background-color: #1E4A60;
}

/* Internet Explorer Fallback */
@media all and (-ms-high-contrast:none) {
  .progress progress .progress-value,
	.progress progress[value]::-ms-fill {
		background-color: #1E4A60;background-image: none;
	}
}


/* Progress Bar (Value-Label) */
/*--------------------------------------------------------------------------*/

.progress label[data-value] {
	color: #000000;
	font-weight: 700;
	display: inline-block;
  position: relative;
	min-width: 25%;
	margin-bottom: 4.0px;
	padding-right: 48px; /* Protected space for long values */
}
.progress label[data-value]:after {
	color: #000000;
	font-weight: 400;
	content: attr(data-value)' %';
	position: absolute; right: 0;
}

/* Limit Inline Position Of Value */
@media (max-width:767px) {
	.progress label[data-value] {	
		width: 100% !important; 
	}
}
@media (min-width:768px) and (max-width:1023px) {
	.span6 .progress label[data-value] { 
		width: 100% !important; 
	}
}


/* Scroll Depth (Custom) */
/*--------------------------------------------------------------------------*/










/* Questionary (Slide-Display) */
/*--------------------------------------------------------------------------*/

.questionary .storyline,
.questionary .storyline .section {
	display: none;
}
.questionary .storyline.show,
.questionary .storyline .section.show {
	display: block;
}


/* Questionary (Options As Buttons) */
/*--------------------------------------------------------------------------*/

.questionary .router-btn {
	margin-bottom: 16px;
}
.questionary .property-btn {
	display: block;
}


/* Questionary (Intro-Image) */
/*--------------------------------------------------------------------------*/

.questionary .banner {
	max-height: 550px;
}


/* Questionary (Preview-Helper) */
/*--------------------------------------------------------------------------*/

.questionary .section,
.questionary .storyline {
	position: relative;
}
.questionary.preview .section[data-storyline-preview]:before,
.questionary.preview .section[data-section-preview]:after {
	font-size: 10px; font-weight: bold;
	display: block; text-align: center;
	width: auto; min-width: 32px;
	height: 32px; line-height: 32px;
	position: absolute; top:0 ;
	padding: 0 8.0px;
	z-index: 1;
}
.questionary.preview .section[data-storyline-preview]:before {
	background: SlateBlue; color: white;
	content: attr(data-storyline-preview);
	left: 0;
}
.questionary.preview .section[data-section-preview]:after {
	background: DeepPink; color: white;
	content: attr(data-section-preview);
	right: 0;
}
.questionary.preview .section[data-storyline-preview],
.questionary.preview .section[data-section-preview] {
	box-shadow: inset 0px 0px 0px 1px FireBrick;
}


/* Questionary (Pagination) */
/*--------------------------------------------------------------------------*/

.questionary .storyline-pagination {
  display: block; white-space: nowrap;
  text-align: center; list-style: none;
  position: absolute; z-index: 1;
  padding: 0; width: auto;
	min-height: 40px;
  bottom: 40.0px;
  left: 50%; transform: translateX(-50%);
}
.questionary .storyline-pagination > .bull:before {
  display: none;
}
.questionary .storyline-pagination > .bull {
  display: inline-block;
  position: relative;
  width: 8px; 
  height: 8px;
  background: #1E4A60;
  border-radius: 4.0px;
  margin-right: 56px;
}
.questionary .storyline-pagination > .bull:after {
  content: ""; z-index: -1;
  position: absolute; display: block;
	right: 0; top: 50%;
  margin-top: -1.0px;
  height: 2px;
  width: 72px;
  background: #1E4A60;
  
}
.questionary .storyline-pagination > .bull:nth-child(1):after {
  display: none;
}
.questionary .storyline-pagination > .bull:last-child {
  margin-right: 0px;
}
.questionary .storyline-pagination > .bull > button {
	display: block;
	margin-top: -16px;
	margin-left: -16px;
  width: 40px;
	height:40px;
}


/* Questionary (Numer Of Supported Steps)  */
/*--------------------------------------------------------------------------*/
	.questionary .storyline-pagination > .bull.active + .bull:after,
	.questionary .storyline-pagination > .bull.active + .bull {
		background: #5C5F5F;
	}
	.questionary .storyline-pagination > .bull.active + .bull + .bull:after,
	.questionary .storyline-pagination > .bull.active + .bull + .bull {
		background: #5C5F5F;
	}
	.questionary .storyline-pagination > .bull.active + .bull + .bull + .bull:after,
	.questionary .storyline-pagination > .bull.active + .bull + .bull + .bull {
		background: #5C5F5F;
	}
	.questionary .storyline-pagination > .bull.active + .bull + .bull + .bull + .bull:after,
	.questionary .storyline-pagination > .bull.active + .bull + .bull + .bull + .bull {
		background: #5C5F5F;
	}
	.questionary .storyline-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull:after,
	.questionary .storyline-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull {
		background: #5C5F5F;
	}
	.questionary .storyline-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull:after,
	.questionary .storyline-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull {
		background: #5C5F5F;
	}
	.questionary .storyline-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull + .bull:after,
	.questionary .storyline-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull + .bull {
		background: #5C5F5F;
	}

/* Current */
.questionary .storyline-pagination > .bull.active,
.questionary .storyline-pagination > .bull:hover {
	background: #1E4A60;
}


/* Questionary (Custom) */
/*--------------------------------------------------------------------------*/










/* QR-Code (Style) */
/*--------------------------------------------------------------------------*/

.quick-response {
	width: 100%;
}
.quick-response-code {
  display: inline-block;
}


/* QR-Code (Custom) */
/*--------------------------------------------------------------------------*/










/* Quotation (Wrapper) */
/*--------------------------------------------------------------------------*/

.quotation {
  background: #FFFFFF;
  border-radius: 4.0px;
  margin: 0;
  position: relative;
}


/* Quotation (Creator) */
/*--------------------------------------------------------------------------*/

.quotation-creator {
  position: absolute;
  left: 82px;
  bottom: 32px;
}


/* Blockquotes (Rich-Text) */
/*--------------------------------------------------------------------------*/

/* Wrapper */
blockquote {
  padding: 32px 32px 72.0px;
  padding-left: 82px;
  position: relative;
  font-style: normal;
  quotes: "\201C""\201D""\2018""\2019";
}

/* Font */
blockquote, blockquote > p {
  margin: 0;
}

/* Quote */
blockquote:before {
  display: block; 
  position: absolute;
  left: 16px; 
  top: 32px;
  content:"”";
  color: #1E4A60;
  background-repeat: no-repeat;
  line-height: 44px;
  width: 50px;
  height: 44px;
}

/* Square or Round */
blockquote:before {
 content: "";
     background-image: url('data:image/svg+xml,<svg fill="%231E4A60" version="1.1" width="50px" height="44px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" xml:space="preserve"><path d="M10.983,3v7.391c0,5.704-3.731,9.57-8.983,10.609l-0.995-2.15C3.437,17.932,5,15.211,5,13H1V3H10.983z M23,3v7.391 c0,5.704-3.748,9.571-9,10.609l-0.996-2.15C15.438,17.932,17,15.211,17,13h-3.982V3H23z"/></svg>');}


/* Quotation (Custom) */
/*--------------------------------------------------------------------------*/



.quotation blockquote {
  padding-left: 100px
}
.quotation blockquote::before {
  top: 27px;
  left: 0;
  line-height: 56px;
  width: 56px;
  height: 56px;
  content: "";
     background-image: url('data:image/svg+xml,<?xml version="1.0" encoding="utf-8"?><svg fill="%23FF6600" version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56 56" style="enable-background:new 0 0 56 56;" xml:space="preserve"><path id="Download_00000051363090996702686480000016548248171860171419_" class="st0" d="M25.411,0v18.813 c0,14.519-9.5,24.36-22.866,27l-2.532-5.468c6.187-2.336,10.169-9.262,10.169-14.89H0V0H25.411z M56,0v18.813 c0,14.519-9.54,24.363-22.909,27l-2.535-5.473c6.2-2.337,10.172-9.263,10.172-14.891H30.591V0H56z"/></svg>');}
.quotation blockquote.en-quotes::before {
  transform: rotateX(180deg) rotateY(180deg);
}
.quotation-creator {
  position: initial;
  font-weight: 700
}

@media (max-width:767px) {
  .quotation blockquote {
    padding: 0 0 16px 82px;
  }
  .quotation blockquote:before {
    top: 0;
    height: 46px;
  }
  .quotation .quotation-block .quote {
    margin-left: -82px;
  }
}






/* Search (Object) */
/*--------------------------------------------------------------------------*/

/* Search (Wrapper) */
/*--------------------------------------------------------------------------*/

.readtime {}


/* Search (Custom) */
/*--------------------------------------------------------------------------*/










/* Rich-Text (Default) */
/*--------------------------------------------------------------------------*/




/* Rich-Text (Introduction) */
/*--------------------------------------------------------------------------*/

@media screen {
  .richtext.intro {
    font-size: 24px; letter-spacing: -0.00em; line-height: 1.4; ;
    font-weight: bold;
    color: 
  }
}
@media screen and (max-width:767px) {
  .richtext.intro {
    font-size: 18px; letter-spacing: -0.00em; line-height: 1.4; ;
  }
}
@media print {
  .richtext.intro {
    font-size: 16pt; letter-spacing: -0.002em; line-height: 24pt; margin-left: -1pt; ;
    font-weight: bold;
    color: 
  }
}


/* Rich-Text (List-Styles) */
/*--------------------------------------------------------------------------*/

/* Base Style */
.richtext.list-style ul {
  list-style: none;
  padding-left: 16px;
}
.richtext.list-style ul > li {
  position: relative;
}
.richtext.list-style ul > li:before {
  position: absolute;
}

/* Circle Colored */
.richtext.list-style.circle-colored ul > li:before  {
	content: "•";
	color: #1E4A60;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
}

/* Bullet Numbers */

.richtext.list-style.bullet-numbers ul > li:nth-child(1):before  { content: "①"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(2):before  { content: "②"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(3):before  { content: "③"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(4):before  { content: "④"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(5):before  { content: "⑤"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(6):before  { content: "⑥"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(7):before  { content: "⑦"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(8):before  { content: "⑧"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(9):before  { content: "⑨"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(10):before  { content: "⑩"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(11):before  { content: "⑪"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(12):before  { content: "⑫"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(13):before  { content: "⑬"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(14):before  { content: "⑭"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(15):before  { content: "⑮"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(16):before  { content: "⑯"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(17):before  { content: "⑰"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(18):before  { content: "⑱"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(19):before  { content: "⑲"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(20):before  { content: "⑳"; }

.richtext.list-style.bullet-numbers ul > li:before {
  color: #000000;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
	position: absolute;
	left: 0;
}


/* Rich-Text (Auto-Numbers) */
/*--------------------------------------------------------------------------*/

/* Count H2 */
.richtext.auto-numbers  {
  counter-reset: h2counter;
}
.richtext.auto-numbers h2:before {
  content: counter(h2counter) ".\0000a0";
  counter-increment: h2counter;
  counter-reset: h3counter;
}
.richtext.auto-numbers h2.nocount:before {
  content: none; 
  counter-increment: none;
}

/* Count H3 */
.richtext.auto-numbers .richtext-section {
  counter-reset: h3counter;
}
.richtext.auto-numbers h3:before {
  content: counter(h2counter) "." counter(h3counter) ".\0000a0";
  counter-increment: h3counter;
}
.richtext.auto-numbers h3.nocount:before {
  content: none; 
  counter-increment: none;
}


/* Rich-Text (Custom) */
/*--------------------------------------------------------------------------*/







/* Search (Object) */
/*--------------------------------------------------------------------------*/

/* Search (Wrapper) */
/*--------------------------------------------------------------------------*/

.site-search {
  display: inline-flex;
  height: 100%;
  text-align: center;
}


/* Search (Toggle) */
/*--------------------------------------------------------------------------*/

.site-search .search-btn {
  display: block;
  position: relative;
  background: transparent;
  width: 48px; height: 48px;
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.site-search .search-btn:hover,
.site-search .search-btn:focus,
.site-search .search-btn.active {
  background: #FF6600;
}
.site-search .search-btn i,
.site-search .search-btn svg {
  fill: #F7F7F7;
  color: #F7F7F7;
  margin-top: 50%;
  transform: translateY(-50%);
}
.site-search .search-btn:hover i,
.site-search .search-btn:focus i,
.site-search .search-btn.active i,
.site-search .search-btn:hover svg,
.site-search .search-btn:focus svg,
.site-search .search-btn.active svg {
  fill: #FFFFFF;
  color: #FFFFFF;
}

/* Focus with mouse */
.site-search .search-btn:focus:not(:focus-visible) {
  outline: 0;
}


/* Search (Dropout) */
/*--------------------------------------------------------------------------*/

.search-checkbox,
.search-checkbox ~ .hs-search-panel {
  display: none;
}
.search-checkbox:checked ~ .hs-search-panel {
  display: block;
}


/* Search (Suggestions) */
/*--------------------------------------------------------------------------*/

.site-search .hs-search-suggestions {
  background-color: #FFFFFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.site-search .hs-search-suggestions #results-for {
  display: none;
}
.site-search .hs-search-suggestions li {
  border-top: 1px solid ;
}
.site-search .hs-search-suggestions li a {
  display: block;
  color: ;
  padding: 8.0px  16px;
  transition: background-color 150ms;
}
.site-search .hs-search-suggestions li a:hover,
.site-search .hs-search-suggestions li a:focus {
  background-color: ;
  text-decoration: none;
  color: #000000;
  outline: none;
}


/* Search (Panel) */
/*--------------------------------------------------------------------------*/

.site-search .hs-search-panel {
  background-color: #FF6600;
}

/* Desktop */
@media (min-width:1024px) {
  .site-search .hs-search-panel {
    height: 48px;
  }
  .site-search .hs-search-panel-inner {
  }
  .site-search .hs-search-bar {
    width: 20vw; height: 48px;
  }
  .site-search .search-close,
  .site-search .hs-search-bar button {
    display: none;
  }
  .site-search .input {
    margin-right: 16px !important;
    height: 32px !important;
  }
}

/* Mobile */
@media (max-width:1023px) {
  .site-search .hs-search-panel {
    position: fixed;
    top: 48px; left: 0;
    height: calc( 100vh - 48px);
    width: 100%;
    background-color: #FF6600;
  }
  .site-search .hs-search-panel-inner {
    padding: 16px;
  }
  .hs-search-bar {
    margin-top: 40%;
  }
  .hs-search-bar form {
    flex-direction: column;
  }
}

.site-search .input {
  position: relative;
  background: #FFFFFF;
  color: #000000;
  border: 0;
  border-bottom: 0px solid #FFFFFF;
  border-radius: 0;
  text-align: left;
  display: inline-block;
  width: 100%; height: 28px;
  padding: 5px 10px;
  margin: 0 8.0px 0 8.0px;
}
.site-search .input:focus {
  outline: 0;
}


/* Search (Input-Placeholder) */
/*--------------------------------------------------------------------------*/

.site-search .input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F5F5F5;
  opacity: 1; /* Firefox */
}
.site-search .input-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F5F5F5;
}
.site-search .input::-ms-input-placeholder { /* Microsoft Edge */
  color: #F5F5F5;
}


/* Search (Bar) */
/*--------------------------------------------------------------------------*/

.hs-search-bar {
  transition: all 250ms linear;
}
.hs-search-bar form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.hs-search-bar button {
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  margin-top: 16px;
  width: auto;
}
.hs-search-bar button .label {
  word-wrap: nowrap;
  margin-left: 8.0px;
}
.hs-search-bar button svg,
.hs-search-bar button i {
}


/* Search (Close) */
/*--------------------------------------------------------------------------*/

.site-search .search-close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  width: 48px; height: 48px;
}
.site-search .search-close i,
.site-search .search-close svg {
  fill: #F7F7F7;
  color: #F7F7F7;
  margin-top: 50%;
  transform: translateY(-50%);
}
@media (max-width:1023px) {
  .site-search .search-close {
    display: block;
  }
}

/* Search (Custom) */
/*--------------------------------------------------------------------------*/










/* Scroll Depth (Wrapper) */
/*--------------------------------------------------------------------------*/

.scroll-depth {
	position: fixed;
	top: 0; right: 0; left: 0;
}
.scroll-depth.full-width {
	top: 16px;
}


/* Scroll Depth (Progress) */
/*--------------------------------------------------------------------------*/

/* Reset */
.scroll-depth progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border: none;
}

/* Style */
.scroll-depth progress[value] {
	display: block;
  color: #FFFFFF;
  background: #F7F7F7;
	height: 4px;
	border-radius: 0px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
	width: 100%;
}


/* Progress Bar (Shadow-Dom) */
/*--------------------------------------------------------------------------*/

.scroll-depth progress[value]::-webkit-progress-bar {
  background-color: #F7F7F7;
  border-radius: 0px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.scroll-depth progress[value]::-webkit-progress-value {
	position: relative;
	background-size:100% 100%, 100% 100%;
	border-radius: 0px;
}


/* Progress Bar (Gradient) /
/*--------------------------------------------------------------------------*/

.scroll-depth progress[value]::-webkit-progress-value,
.scroll-depth progress .progress-value {
	background-image:-webkit-linear-gradient( left, #1E4A60, #FF6600);
}


/* Progress Bar (Extra Firefox /
/*--------------------------------------------------------------------------*/



.scroll-depth progress[value]::-moz-progress-bar {
  background-color: #F7F7F7;
  border-radius: 0px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
	background-size:100% 100%, 100% 100%;
	background-image:-moz-linear-gradient( left, #1E4A60, #FF6600);
}



/* Scroll Depth (Fallback) */
/*--------------------------------------------------------------------------*/

.scroll-depth progress .progress-bar {
	background-color: #F7F7F7;
}
.scroll-depth progress .progress-value {
	background-color: #1E4A60;
}


/* Scroll Depth (Custom) */
/*--------------------------------------------------------------------------*/










/* Share (Wrapper) */
/*--------------------------------------------------------------------------*/

.social-share {
  max-width: 100%;
}
.social-share-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8.0px;
}
.social-share .icon {
  display: inline-block;
  border-radius: 100%;
  background: #FF6600;
  overflow: hidden;
  margin-right: 8.0px;
  margin-top:  8.0px;
  min-width: 32px;
}


/* Share (Plattform Icons) */
/*--------------------------------------------------------------------------*/

.social-share svg,
.social-share i {
  display: block;
  fill: #FFFFFF;
  color: #FFFFFF;
}
.social-share svg, 
.social-share i {
  width: 32px; 
  height: 32px; 
  padding: 6px;
  box-sizing: border-box;
}


/* Share (Custom) */
/*--------------------------------------------------------------------------*/










/* Simple-Menu (Link) */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_simple_menu .hs-menu-item > a {
  color: #000000;
  background: #1E4A60;
  padding: 16px 32px;
}
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:hover,
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:focus {
  color: #FFFFFF;
  background: #FFFFFF;
}
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:focus {
  z-index: 1;
}

/* vertical */
@media (min-width:768px) {
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-vertical .hs-menu-item > a {
    width: 100%;
    text-align: center;
  }
}


/* Simple-Menu (Highlight) */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_simple_menu .hs-menu-item.highlight > a {
  color: #FFFFFF;
  background: #FF6600;
}
.hs_cos_wrapper_type_simple_menu .hs-menu-item.highlight > a:hover,
.hs_cos_wrapper_type_simple_menu .hs-menu-item.highligh > a:focus {
  color: #FFFFFF;
  background: #FFFFFF;
}


/* Simple Menü (HubSpot) */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper,
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul,
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li {
  display: flex;
  height: auto;
  list-style: none;
  align-self: center;
}
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
}
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-horizontal,
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  flex-direction: row;
}
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-vertical,
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  flex-direction: column;
}
@media (max-width:767px) {
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper:not(.hs-menu-flow-vertical),
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper:not(.hs-menu-flow-vertical) > ul {
    flex-direction: column;
  }
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul,
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li {
    width: 100%;
  }
}


/* Simple-Menu (Custom) */
/*--------------------------------------------------------------------------*/



/* Menu headline */
.hs_cos_wrapper_type_simple_menu .menu-headline {
  padding-bottom: 8.0px;
  font-weight: 500;
}

/* Menu list */
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-vertical, 
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  width: 100%;
  height: auto;
}

/* Menu item */
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper, 
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul, 
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li {
  width: 100%;
}
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li {
  border-top: 1px solid #F5F5F5;
  display: block;
}
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a {
  background: transparent;
  padding: 8.0px;
  margin-left: -8.0px;
  margin-right: -8.0px;
  font-size: 14px;
  text-align: left!important;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: .3s;
}
.hs_cos_wrapper_type_simple_menu .hs-menu-item:last-child {
  border-bottom: 1px solid #F5F5F5;
}
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:hover,
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:focus{
  background: transparent;
  text-decoration: none;
}
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a svg,
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a i {
  font-size: 16px;
  width: 16px;
  height: 16px;
  fill: #1E4A60;
  color: #1E4A60;
  transition: .3s;
}









/* Sitemap (tree-section) */
/*--------------------------------------------------------------------------*/

.sitemap ul {
  margin: 0;
  padding: 0;
}
.sitemap ul > li {
  display: block; 
  margin-bottom: 8.0px;
	position: relative;
}


/* Sitemap (tree-link) */
/*--------------------------------------------------------------------------*/

.sitemap a {
  display:  inline-block; /* prevent fractional pixels */
  padding: 8.0px;
  min-height: 24.0px;
  line-height: 24.0px;
	width: 100%;
}
.sitemap a.disabled {
  cursor: default;
	pointer-events: none;
	color: #000000;
}
.sitemap a > span {
  display: block; 
  text-transform: lowercase;
  font-size: 10px;
}

/* Node without childs */
.sitemap a.end {
  padding-left: 12.0px;
}

	.sitemap a.end:before {
		content: "•";
		position: absolute;
		font-weight: ;
		color: #F7F7F7;
		display: inline-block;
		margin-left: -25.5px;
		width: 24.5px;
	}


/* Node with childs */
.sitemap .tree-button + a {
	padding-left: 40.0px;
}


/* Sitemap (indent) */
/*--------------------------------------------------------------------------*/

.sitemap .hs-menu-depth-0 .tree-menu {
	margin-left: 19.0px;
  padding-left: 20.0px;
	border-left: 1px solid #F7F7F7;
}
.sitemap .hs-menu-depth-1 .tree-section {
  margin-left: -12.0px;
}


/* Sitemap (tree-menu) */
/*--------------------------------------------------------------------------*/

.tree-toggle,
.tree-toggle ~ .tree-menu {
  display: none;
}
.tree-toggle:checked ~ .tree-menu {
  display: block;
}


/* Sitemap (tree-icon) */
/*--------------------------------------------------------------------------*/

.sitemap .tree-button {
  display: inline-block;
  width: 24.0px;
  height: 24.0px;
  text-align: center;
  vertical-align: baseline;
  line-height: 24.0px;
  padding: 8.0px;
  box-sizing: content-box;
  cursor: pointer;
	position: absolute;
	left: 0; top: 0;
}
.sitemap .tree-button > i,
.sitemap .tree-button > svg {
  color: #F5F5F5;
  fill: #F5F5F5;
}
.tree-toggle + .tree-button > .icon-close,
.tree-toggle:checked + .tree-button > .icon-open {
  display: none;
}
.tree-toggle + .tree-button > .icon-open,
.tree-toggle:checked + .tree-button > .icon-close {
  display: inline-block;
}


/* Sitemap (Custom) */
/*--------------------------------------------------------------------------*/










/* Socialmedia (Style) */
/*--------------------------------------------------------------------------*/
  
    .social-links .icon.sm-whatsapp:hover svg, .social-links .icon.sm-whatsapp:hover i,
    .social-links .icon.sm-whatsapp:focus svg, .social-links .icon.sm-whatsapp:focus i,
    .social-share .icon.sm-whatsapp:hover svg, .social-share .icon.sm-whatsapp:hover i,
    .social-share .icon.sm-whatsapp:focus svg, .social-share .icon.sm-whatsapp:focus i {
      color: #25d366;
      fill: #25d366;
    }
  
    .social-links .icon.sm-facebook:hover svg, .social-links .icon.sm-facebook:hover i,
    .social-links .icon.sm-facebook:focus svg, .social-links .icon.sm-facebook:focus i,
    .social-share .icon.sm-facebook:hover svg, .social-share .icon.sm-facebook:hover i,
    .social-share .icon.sm-facebook:focus svg, .social-share .icon.sm-facebook:focus i {
      color: #1877f2;
      fill: #1877f2;
    }
  
    .social-links .icon.sm-twitter:hover svg, .social-links .icon.sm-twitter:hover i,
    .social-links .icon.sm-twitter:focus svg, .social-links .icon.sm-twitter:focus i,
    .social-share .icon.sm-twitter:hover svg, .social-share .icon.sm-twitter:hover i,
    .social-share .icon.sm-twitter:focus svg, .social-share .icon.sm-twitter:focus i {
      color: #1da1f2;
      fill: #1da1f2;
    }
  
    .social-links .icon.sm-google:hover svg, .social-links .icon.sm-google:hover i,
    .social-links .icon.sm-google:focus svg, .social-links .icon.sm-google:focus i,
    .social-share .icon.sm-google:hover svg, .social-share .icon.sm-google:hover i,
    .social-share .icon.sm-google:focus svg, .social-share .icon.sm-google:focus i {
      color: #db4437;
      fill: #db4437;
    }
  
    .social-links .icon.sm-linkedin:hover svg, .social-links .icon.sm-linkedin:hover i,
    .social-links .icon.sm-linkedin:focus svg, .social-links .icon.sm-linkedin:focus i,
    .social-share .icon.sm-linkedin:hover svg, .social-share .icon.sm-linkedin:hover i,
    .social-share .icon.sm-linkedin:focus svg, .social-share .icon.sm-linkedin:focus i {
      color: #0a66c2;
      fill: #0a66c2;
    }
  
    .social-links .icon.sm-xing:hover svg, .social-links .icon.sm-xing:hover i,
    .social-links .icon.sm-xing:focus svg, .social-links .icon.sm-xing:focus i,
    .social-share .icon.sm-xing:hover svg, .social-share .icon.sm-xing:hover i,
    .social-share .icon.sm-xing:focus svg, .social-share .icon.sm-xing:focus i {
      color: #126567;
      fill: #126567;
    }
  
    .social-links .icon.sm-telegram:hover svg, .social-links .icon.sm-telegram:hover i,
    .social-links .icon.sm-telegram:focus svg, .social-links .icon.sm-telegram:focus i,
    .social-share .icon.sm-telegram:hover svg, .social-share .icon.sm-telegram:hover i,
    .social-share .icon.sm-telegram:focus svg, .social-share .icon.sm-telegram:focus i {
      color: #0088cc;
      fill: #0088cc;
    }
  
    .social-links .icon.sm-youtube:hover svg, .social-links .icon.sm-youtube:hover i,
    .social-links .icon.sm-youtube:focus svg, .social-links .icon.sm-youtube:focus i,
    .social-share .icon.sm-youtube:hover svg, .social-share .icon.sm-youtube:hover i,
    .social-share .icon.sm-youtube:focus svg, .social-share .icon.sm-youtube:focus i {
      color: #ff0000;
      fill: #ff0000;
    }
  
    .social-links .icon.sm-instagram:hover svg, .social-links .icon.sm-instagram:hover i,
    .social-links .icon.sm-instagram:focus svg, .social-links .icon.sm-instagram:focus i,
    .social-share .icon.sm-instagram:hover svg, .social-share .icon.sm-instagram:hover i,
    .social-share .icon.sm-instagram:focus svg, .social-share .icon.sm-instagram:focus i {
      color: #c32aa3;
      fill: #c32aa3;
    }
  
    .social-links .icon.sm-email:hover svg, .social-links .icon.sm-email:hover i,
    .social-links .icon.sm-email:focus svg, .social-links .icon.sm-email:focus i,
    .social-share .icon.sm-email:hover svg, .social-share .icon.sm-email:hover i,
    .social-share .icon.sm-email:focus svg, .social-share .icon.sm-email:focus i {
      color: #1E4A60;
      fill: #1E4A60;
    }
  
    .social-links .icon.sm-phone:hover svg, .social-links .icon.sm-phone:hover i,
    .social-links .icon.sm-phone:focus svg, .social-links .icon.sm-phone:focus i,
    .social-share .icon.sm-phone:hover svg, .social-share .icon.sm-phone:hover i,
    .social-share .icon.sm-phone:focus svg, .social-share .icon.sm-phone:focus i {
      color: #1E4A60;
      fill: #1E4A60;
    }
  
    .social-links .icon.sm-meeting:hover svg, .social-links .icon.sm-meeting:hover i,
    .social-links .icon.sm-meeting:focus svg, .social-links .icon.sm-meeting:focus i,
    .social-share .icon.sm-meeting:hover svg, .social-share .icon.sm-meeting:hover i,
    .social-share .icon.sm-meeting:focus svg, .social-share .icon.sm-meeting:focus i {
      color: #1E4A60;
      fill: #1E4A60;
    }
  
    .social-links .icon.sm-copy-and-paste:hover svg, .social-links .icon.sm-copy-and-paste:hover i,
    .social-links .icon.sm-copy-and-paste:focus svg, .social-links .icon.sm-copy-and-paste:focus i,
    .social-share .icon.sm-copy-and-paste:hover svg, .social-share .icon.sm-copy-and-paste:hover i,
    .social-share .icon.sm-copy-and-paste:focus svg, .social-share .icon.sm-copy-and-paste:focus i {
      color: #1E4A60;
      fill: #1E4A60;
    }
  
    .social-links .icon.sm-website:hover svg, .social-links .icon.sm-website:hover i,
    .social-links .icon.sm-website:focus svg, .social-links .icon.sm-website:focus i,
    .social-share .icon.sm-website:hover svg, .social-share .icon.sm-website:hover i,
    .social-share .icon.sm-website:focus svg, .social-share .icon.sm-website:focus i {
      color: #1E4A60;
      fill: #1E4A60;
    }
  
/* Socialmedia (Global) */
/*--------------------------------------------------------------------------*/

.social-links {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -8.0px;
}
.social-links .icon {
  display: inline-block;
  border-radius: 16.0px;
  overflow: hidden;
  margin-right: 8.0px;
  margin-top:  8.0px;
}


/* Socialmedia (Variant 1) */
/*--------------------------------------------------------------------------*/

.social-links.variant_1 {
  flex-direction: row;
}


/* Socialmedia (Variant 2) */
/*--------------------------------------------------------------------------*/

.social-links.variant_2 {
  flex-direction: column;
}
.social-links.variant_2 .icon {
  display: flex;
  align-items: center;
}
.social-links.variant_2 .icon .platform-name {
  margin-left: 8.0px;
}


/* Socialmedia (Plattform Icons) */
/*--------------------------------------------------------------------------*/

.social-links .icon svg,
.social-links .icon i {
  display: block;
  fill: #1C3043;
  color: #1C3043;
}
.social-links .icon svg, 
.social-links .icon i {
  width: 32px; 
  height: 32px; 
  padding: 6px;
  box-sizing: border-box;
}


/* Socialmedia (Custom) */
/*--------------------------------------------------------------------------*/



/* Socialmedia (Variant 1) */
/*--------------------------------------------------------------------------*/

.socialmedia.social-links.variant_1 a svg {
  transition: .3s;
}

.socialmedia.social-links.variant_1 .icon:hover svg {
  color: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);
}

@media (max-width: 767px) {
  .socialmedia.social-links.variant_1 {
    justify-content: space-evenly;
  }
}








/* Spacer (Style) */
/*--------------------------------------------------------------------------*/

.spacer { width: 100%; display: block; }
.spacer.small  { height: 64px;  }
.spacer.medium { height: 96px; }
.spacer.large  { height: 160px;  }


/* Spacer (Visualisation) */
/*--------------------------------------------------------------------------*/

.spacer.preview,
.page-editor .spacer,
.hs-inline-edit .spacer {
  color: #FFFFFF;
  background: #6e9ab0;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Spacer (Custom-Preview) */
/*--------------------------------------------------------------------------*/

.spacer .gap { display: none; }
@media screen and (min-width:768px)  {
  .spacer .gap.desktop { display: block; }
}
@media screen and (max-width:767px) {
  .spacer .gap.mobile { display: block; }
}
@media print {
  .spacer .gap.print { display: block; }
}


/* Spacer (Custom) */
/*--------------------------------------------------------------------------*/










/* Suggestions (Style) */
/*--------------------------------------------------------------------------*/

.suggestions-item-inner {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 4.0px;
  overflow: hidden;
}
.suggestions-image {
  min-height: 100%;
  background: #F7F7F7;
  overflow: hidden;
}
.suggestions-image > img {
  transition: all 150ms ease;
}
.suggestions-content {
  margin: 16px;
}


/* Suggestions (Hover) */
/*--------------------------------------------------------------------------*/
/* fyi: Nearly Same Effect As Article Css */

.suggestions .read-more {
  color: #1E4A60;
  position: relative;
  transition: all 150ms linear;
}
.suggestions .area-link:hover ~ div > .suggestions-content > .read-more,
.suggestions .area-link:focus ~ div > .suggestions-content > .read-more {
  color: #1E4A60;
  padding-left: 12px;
}
.suggestions .area-link:hover ~ div > .suggestions-image > img,
.suggestions .area-link:focus ~ div > .suggestions-image > img {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.suggestions .read-more i {
  position: absolute;
  opacity: 0; left: 0;
  transition: all 150ms linear;
}
.suggestions .area-link:hover ~ div > .suggestions-content > .read-more i,
.suggestions .area-link:focus ~ div > .suggestions-content > .read-more i {
  opacity: 1;
}

/* Suggestions (Custom) */
/*--------------------------------------------------------------------------*/



.suggestions .suggestions-item-inner {
  border-radius: 0;
}
.suggestions .suggestions-image {
  border-bottom: 4px solid #FF6600;
}
.suggestions .suggestions-content {
  margin: 32px;
}









/* Switch (Wrapper) */
/*--------------------------------------------------------------------------*/

.language-switch {
  display: inline-flex;
  align-items: center;
  text-align: center;
  position: relative;
}


/* Switch (Current) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-selected {
  font-size: 0;
  display: none;
}


/* Switch (Toggle) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-btn {
  display: block;
  position: relative;
  background: transparent;
  width: 48px; height: 48px;
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.language-switch .lang-btn:hover,
.language-switch .lang-btn:focus,
.language-switch .lang-btn.active {
  background: #FF6600;
}
.language-switch .lang-btn i, 
.language-switch .lang-btn svg {
  fill: #F7F7F7;
  color: #F7F7F7;
  margin-top: 50%;
  transform: translateY(-50%);
}
.language-switch .lang-btn:hover i,
.language-switch .lang-btn:focus i, 
.language-switch .lang-btn.active i, 
.language-switch .lang-btn:hover svg,
.language-switch .lang-btn:focus svg,
.language-switch .lang-btn.active svg {
  fill: #FFFFFF;
  color: #FFFFFF;
}



/* Disabled */
html.hs-inline-edit .lang-btn,
.language-switch .lang-btn.disabled {
  cursor: default;
  opacity: 0.25;
}

/* Focus with mouse */
.language-switch .lang-btn:focus:not(:focus-visible) {
  outline: 0;
}


/* Switch (Dropdown) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-menu {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  padding: 0; margin: 0;
  z-index: 1;
  list-style: none;
}
.language-switch .lang-menu > li {
  position: relative;
}


/* Switch (Menu) */
/*--------------------------------------------------------------------------*/

.lang-checkbox,
.lang-checkbox ~ .lang-menu {
  display: none;
}
.lang-checkbox:checked ~ .lang-menu {
  display: block;
}
/*
@media (min-width:768px) {
  .language-switch .lang-btn:hover + .lang-menu,
  .language-switch .lang-menu:hover {
    display: block;
  }
}*/


/* Switch (Option) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-option {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 8.0px;
  color: #FFFFFF;
  background: #FF6600;
  text-align: left;
	user-select: none;
}
.language-switch .lang-option:hover,
.language-switch .lang-option:focus {
  text-decoration: none;
  color: #FFFFFF;
  background: #FFFFFF;
}
.language-switch .lang-menu > li:focus-within {
  z-index: 1;
}


/* Switch (Option-Check-Icon) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-option .far {
  border-radius: 50%;
}
.language-switch .fa-circle {
  color: #5C5F5F;
  background: #FFFFFF;
}
.language-switch .fa-check-circle {
  color: #5C5F5F;
  background: #FFFFFF;
}
.language-switch .lang-current .fa-circle,
.language-switch .fa-check-circle {
  display: none
}
.language-switch .fa-circle,
.language-switch .lang-current .fa-check-circle {
  display: inline-block;
}



/* Switch (Custom) */
/*--------------------------------------------------------------------------*/



.language-switch {
  padding-bottom: 32px;
  margin-bottom: -32px;
}
.language-switch .lang-btn svg {
  position: relative;
  margin-top: initial;
  top: 50%;
  fill: #1E4A60;
  transition: .3s;
}
.language-switch .lang-btn.active {
  background: transparent;
}
.language-switch .lang-btn.active svg {
  fill: #FF6600;
  color: #FF6600;
}
.language-switch .lang-btn:hover {
  background: transparent;
}
.language-switch .lang-btn:hover svg {
  fill: #FF6600;
}
.language-switch .lang-menu {
  top: calc(50% + 24.0px);
  left: 50%;
  transform: translateX(-50%);
  min-width: unset;
}
.language-switch .lang-menu::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-5px) rotate(45deg);
  background: #FFFFFF;
  width: 16px;
  height: 16px;
}
.language-switch .lang-menu.active {
  display: block;
}
.language-switch .lang-option {
  background: #FFFFFF;
  color: #1E4A60;
  padding: 5.0px 10.0px;
  align-items: center;
}
.language-switch .lang-menu li:first-child .lang-option {
  padding-top: 10.0px;
}
.language-switch .lang-menu li:last-child .lang-option {
  padding-bottom: 10.0px;
}
.language-switch .lang-option:hover {
  color: #FF6600;
}
.language-switch .lang-option span:last-child {
  font-size: 16px;
  line-height: 1.5;
}



@media (max-width:767px) {
  .language-switch {
    display: none;
  }
}

@media (max-width: 1023px) {
  .language-switch {
    padding: 52px 20px 52px;
  }
  .language-switch .lang-menu {
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
  }
  .language-switch .lang-menu::before {
    top: 50%;
    left: 0;
    transform: translateX(-5px) translateY(-50%) rotate(45deg);
  }
}

@media (min-width:1024px) {
  .language-switch {
    padding: 16px;
    margin: 0;
  }
  .language-switch .lang-btn {
    width: 24px;
    height: 24px;
  }
} 



/* Table (Overflow) */
/* --------------------------------------------------------------------- */

.overflow-container {
  overflow-x: auto;
}
table.hubdb tfoot {
  padding: 24.0;
  margin-bottom: 24px;
}


/* Table (Layout) */
/* --------------------------------------------------------------------- */

table.hubdb {
  border-collapse: collapse;
  margin: auto;
  width: 100%;
  animation: float 5s infinite;
  font-family: inherit;
  background-color: #fff;
}
table.hubdb img {
  display: inline-block;
}


/* Table (Head) */
/* --------------------------------------------------------------------- */

table.hubdb thead th {
  color: #FFFFFF;
  background-color: #ff6600;
  border-bottom: 4px solid #e14800;
  font-size: 20px;
  font-weight: bold;
  padding: 24.0px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
table.hubdb thead th.active {
  color: #1E4A60;
  background-color: #1e4a60;
  border-bottom: 4px solid #002c42;
}


/* Table (Border-Radius) */
/* --------------------------------------------------------------------- */

table.hubdb {
  border-radius: 4.0px;
  overflow: hidden;
}
table.hubdb thead th:first-child {
  border-top-left-radius: 4.0px;
}
table.hubdb thead th:last-child {
  border-top-right-radius: 4.0px;
}
table.hubdb tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4.0px;
}
table.hubdb tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4.0px;
}


/* Table (Body) */
/* --------------------------------------------------------------------- */

table.hubdb tbody td,
table.hubdb tbody th { 
  padding: 24.0px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  font-size: 20px;
}
table.hubdb tbody td[data-label]:before { 
  content: attr(data-label); 
}
table.hubdb tbody th {
  font-weight: bold;
}
table.hubdb tbody tr {
  border-bottom: 2px solid #f5f5f5;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
}
table.hubdb tbody tr:nth-child(even) {
  background-color: #ffffff;
}
table.hubdb tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
table.hubdb tbody tr > td.active,
table.hubdb tbody tr > th.active,
table.hubdb tbody tr.active {
  color: #1E4A60;
  background-color: #1e4a60;
  border-bottom: 2px solid #002c42;
}
table.hubdb tbody tr:last-child,
table.hubdb tbody tr:last-child > th.active, 
table.hubdb tbody tr:last-child > td.active {
  border-bottom: none;
}
table.hubdb tbody td:before {
   display: none;
}
table.hubdb .hidden {
  display: none !important;
}


/* Table (Foot) */
/* --------------------------------------------------------------------- */

table.hubdb tfoot tr {
  color: #000000;
  background: transparent;
}
table.hubdb tfoot td {
  padding: 24.0px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  font-size: 18px;
}
table.hubdb tfoot p {
  margin: 0;
  padding: 0;
} 


/* Table (Columns-Text-Align) */
/* --------------------------------------------------------------------- */

table.hubdb .text-center { text-align: center; }
table.hubdb .text-left   { text-align: left;   }
table.hubdb .text-right  { text-align: right;  }


/* Table (Gobal-Text-Align)*/
/* --------------------------------------------------------------------- */

table.hubdb.text-center td, 
table.hubdb.text-center thead th:not(:first-child) { 
  text-align: center !important; 
}
table.hubdb.text-left td,   
table.hubdb.text-left thead th:not(:first-child) { 
  text-align: left !important;  
}
table.hubdb.text-right td,  
table.hubdb.text-right thead th:not(:first-child) { 
  text-align: right !important;  
}


/* Table (Responsive) */
/* --------------------------------------------------------------------- */

@media (max-width:1023px){
    table.hubdb {
      box-shadow: 0 0 0 rgba(0,0,0,0);
      max-width: 100vw;
    }
    table.hubdb, table.hubdb thead, table.hubdb tbody, table.hubdb tfoot, 
    table.hubdb th, table.hubdb td, table.hubdb tr {
		  display: block;
	  }
		table.hubdb thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
    table.hubdb tbody th {
      color: #FFFFFF;
      background-color: #ff6600;
      border-bottom: 4px solid #e14800;
      font-size: 20px;
      font-weight: bold;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    table.hubdb tbody tr.active th {
      color: #1E4A60;
      background-color: #1e4a60;
      border-bottom: 4px solid #002c42;
    }
    table.hubdb tbody tr,
    table.hubdb tbody tr.active {
      color: #000000;
      margin: 0 0 24.0px 0;
      border-bottom: 0;
    }
    table.hubdb tbody td:nth-child(even) {
      background: #ffffff;
    } 
    table.hubdb tbody td:nth-child(odd) {
      background: #ffffff;
    } 
		table.hubdb tbody td {
			border: none;
      padding: 24.0px;
			border-bottom: 2px solid #f5f5f5;
			position: relative;
			padding-left: 50%;
      text-align: left !important;
		}
    table.hubdb tbody .vidyard-player-container {
      margin-left: 0 !important;
    }
		table.hubdb tbody td:last-child {
			border-bottom: 0;
		}
		table.hubdb tbody td:before {
      display: block;
      position: absolute;
			top: 0;
			left: 0;
			width: 50%;
			padding: 24.0px;
			white-space: nowrap;
      text-align: left;
		}
    table.hubdb tfoot {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
    }
    table.hubdb tbody tr:last-child {
      margin-bottom: 0;
    }
}


/* Table (Collapsable) */
/* --------------------------------------------------------------------- */

@media (max-width:1023px){
    table.hubdb .collapse-hide,
    table.hubdb .collapse-hide.active {
      height: 0;
      border: 0;
      padding-top: 0;
      padding-bottom: 0;
      overflow: hidden;
    }
    table.hubdb .caret {
      position: relative;
      padding-right: calc(24.0px * 2 + 20px);
    }
    table.hubdb .caret:after {
      text-align: center;
      display: block;
      position: absolute;
      right: 24.0px;
      top: 24.0px;
      content: "";
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-top-color: #FFFFFF;
      margin-top: 9px;
    }
    table.hubdb .caret.caret-down:after {
      border-top-color: transparent;
      border-bottom-color: #FFFFFF;
      margin-top: -1%;
      transform: translateY(-50%);
      top: 50%;
    }
    table.hubdb.switch_true tr.active .caret:after {
      border-top-color: #1E4A60
    }
    table.hubdb.switch_true tr.active .caret.caret-down:after {
      border-top-color: transparent;
      border-bottom-color: #1E4A60
    }
}


/* Table (Mobile Font-Size) */
/* --------------------------------------------------------------------- */

@media (max-width:1023px){
  table.hubdb thead th,
  table.hubdb tbody th {
    font-size: 16px;
  }
  table.hubdb tbody td,
  table.hubdb tbody th,
  table.hubdb tbody tr { 
    font-size: 16px;
  }
  table.hubdb tfoot td {
    font-size: 16px;
  }
}



/* Table (Boolean Fields) */
/* --------------------------------------------------------------------- */

table.hubdb .boolean {
  position: relative;
  font-size: 0;
}
table.hubdb .boolean.true:before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0; bottom: -6px;
  transform: rotate(45deg);
  height: 24px;
  width: 12px;
  border-bottom: 6px solid green;
  border-right: 6px solid green;
}
table.hubdb .boolean.false:before,
table.hubdb .boolean.false:after {
  display: inline-block;
  position: absolute;
  left: 0px; bottom: -8px;
  content: "";
  height: 24px;
  width: 6px;
  background-color: red;
}
table.hubdb .boolean.false:before {
  transform: rotate(45deg);
}
table.hubdb .boolean.false:after {
  transform: rotate(-45deg);
}


/* Table (Custom) */
/*--------------------------------------------------------------------------*/



table.hubdb {
  border-radius: 0px;
}
table.hubdb thead th {
  border-right: 4px solid #FFFFFF;
  border-bottom: none;
}
table.hubdb thead th:first-child {
  border-top-left-radius: 0px;
}
table.hubdb thead th:last-child {
  border-top-right-radius: 0px;
  border-radius: 0px;
}
table.hubdb tbody tr td {
  border-top: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  background-color: #F5F5F5;
  font-size: 18px;
}
table.hubdb tbody tr td:last-child {
  border-right: none;
}

@media (min-width:1024px) {
  table.hubdb thead th {
    padding: 16px 32px;
  }
  table.hubdb tbody tr td {
    padding: 16px 32px;
  }
  table.hubdb tbody tr:last-child td {
    border-bottom: 4px solid #FFFFFF;
  }
}
@media (max-width:1023px) {
  table.hubdb thead th {
    text-align: center;
  }
  table.hubdb tbody tr {
    margin-bottom: 64px;
    text-align: center;
  }
  table.hubdb tbody td:nth-child(2n), 
  table.hubdb tbody td:nth-child(odd) {
    background-color: #F5F5F5;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #FFFFFF;
    border-left: 0;
  }
  table.hubdb tbody td:last-child {
    margin-bottom: 48px;
    border-bottom: none;
  }
  table.hubdb tbody tr td:first-child {
    background-color: #FF6600;
    color: #FFFFFF;
    font-weight: 700;
    border: 0;
  }
  table.hubdb tbody tr td:first-child::before {
    content: none;
  }
  table.hubdb thead th:last-child {
    border-bottom: none;
  }
}

@media (max-width:767px) {
  table.hubdb tbody td {
    padding: 16px 16px 16px 50%;
  }
    table.hubdb tbody td::before {
    padding: 16px 24.0px;
  }
}










/* Tabs (Wrapper) */
/*--------------------------------------------------------------------------*/

.tabs {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: left;
}
.tabs .tab-panel {
  margin-top: 32px;
}
@media (max-width:767px) {
  .tabs .tab-panel {
    margin-top: 16px;
  }
}


/* Tabs (Button Default) */
/*--------------------------------------------------------------------------*/

.tabs .tab-button {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #1E4A60;
} 
.tabs .tab-button:hover, 
.tabs .tab-button:focus {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #1E4A60;
}


/* Tabs (Button Active) */
/*--------------------------------------------------------------------------*/

.tabs .tab-toggle:checked + .tab-button {
  background-color: #1E4A60;
  border: 1px solid #1E4A60;
  color: #FFFFFF;
} 
.tabs .tab-toggle:checked + .tab-button:hover, 
.tabs .tab-toggle:checked + .tab-button:focus {
  background-color: #144056;
  border-color: #144056;
  color: #FFFFFF;
}


/* Tabs (Radio And Section Toggle) */
/*--------------------------------------------------------------------------*/


.tabs .btn {
  margin-bottom: 16px;
  margin-left: 16px;
}
.tabs .btn.first {
  margin-left: 0;
}
.tabs .tab-toggle,
.tabs .tab-toggle ~ .tab-panel {
  display: none;
}
@media (max-width:767px) {
  .tabs .btn {
    display: block;
    margin-left: 0;
  }
}


/* Tabs (Content) */
/*--------------------------------------------------------------------------*/

.tabs .tabpanel {
  text-align: left;
}







/* Vorlage (Style) */
/*--------------------------------------------------------------------------*/

.testimonial-single-wrapper .testimonial {
  color: #000000;
  background: transparent;
}

.testimonial-single-wrapper .offset.testimonial img {
  margin-top: -200px;
}
.testimonial-single-wrapper .offset.testimonial {
  padding-top: 200px;
}
.testimonial-single-wrapper .offset {
  margin-top: -200px;
  padding-bottom: 64px;
}
.testimonial-single-wrapper .offset .title {
  position: absolute;
  top: -80px;
  color:  !important;
}
.testimonial-single-wrapper .testimonial .title {
  letter-spacing: 0.45px;
  line-height: 28px;
  font-weight: 500;
  color: ;
  text-transform: uppercase;
  padding: 0 16px;
}
.testimonial-single-wrapper .testimonial img {
  width: 100%;
  max-width: 380px;
  height: auto;
  max-height: 380px;
  margin-bottom: 16px;
}
.testimonial-single-wrapper .testimonial figcaption strong,
.testimonial-single-wrapper .testimonial figcaption span {
  display: block;
}
.testimonial-single-wrapper .testimonial figcaption span {
  font-weight: 300;
}
.testimonial-single-wrapper .invert-color .quot strong.h3 {
	color: #FFFFFF
}
@media (max-width:767px) {
  .testimonial-single-wrapper .testimonial:not(.offset) {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .testimonial-single-wrapper .testimonial .title {
    margin-bottom: 16px;
    font-size: 1rem;
  }
  .testimonial-single-wrapper .testimonial .title {
    text-align: center;
    width: calc(100% + 32px);
  }
  .testimonial-single-wrapper .offset.testimonial img {
    margin-top: 0;
  }
  .testimonial-single-wrapper .offset.testimonial {
    margin-top: -70px;
    padding-top: 100px;
  }
  .testimonial-single-wrapper .testimonial {
    text-align: center;
  }
  .testimonial-single-wrapper .testimonial figcaption {
    text-align: left;
  }
}

/* Vorlage (Custom) */
/*--------------------------------------------------------------------------*/



.testimonial-single-wrapper .testimonial .image {
  position: relative;
  margin: -16px;
}
.testimonial-single-wrapper .testimonial .image > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.testimonial-single-wrapper .testimonial .image .background {
  border-radius: 100%;
  background: transparent linear-gradient(180deg, #E95B25 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.testimonial-single-wrapper .testimonial .image .background > img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(4px);
}
.testimonial-single-wrapper .testimonial blockquote {
  padding: 0 0 0 88px;
}
.testimonial-single-wrapper .testimonial blockquote:before {
  background-image: url('data:image/svg+xml,<?xml version="1.0" encoding="utf-8"?><svg fill="%23FF6600" version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56 56" style="enable-background:new 0 0 56 56;" xml:space="preserve"><path id="Download_00000051363090996702686480000016548248171860171419_" class="st0" d="M25.411,0v18.813 c0,14.519-9.5,24.36-22.866,27l-2.532-5.468c6.187-2.336,10.169-9.262,10.169-14.89H0V0H25.411z M56,0v18.813 c0,14.519-9.54,24.363-22.909,27l-2.535-5.473c6.2-2.337,10.172-9.263,10.172-14.891H30.591V0H56z"/></svg>');
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
}
.testimonial-single-wrapper .testimonial blockquote.en-quotes:before {
  transform: rotateX(180deg) rotateY(180deg);
  top: - 16px;
}
.testimonial-single-wrapper .testimonial .quot-creator {
  margin-bottom: 32px;
}
.testimonial-single-wrapper .testimonial .quot-block p {
  font-weight: 400;
  margin-left: -88px;
}
.testimonial-single-wrapper .testimonial .accordion-toggler {
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: .3s;
}
.testimonial-single-wrapper .testimonial .accordion-toggler:hover {
  cursor: pointer;
  color: rgba(255, 102, 0, .5);
}
.testimonial-single-wrapper .testimonial .accordion-toggler::after {
  content: '';
  transition: .3s;
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 6px;
  right: -26px;
  background-image: url('data:image/svg+xml,<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --><svg version="1.1" fill="%23FF6600" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve"><path class="st0" d="M12.7647,5.7647H8.2353V1.2353C8.2353,0.5533,7.682,0,7,0S5.7647,0.5533,5.7647,1.2353v4.5294H1.2353 C0.5533,5.7647,0,6.318,0,7s0.5533,1.2353,1.2353,1.2353h4.5294v4.5294C5.7647,13.4467,6.318,14,7,14s1.2353-0.5533,1.2353-1.2353 V8.2353h4.5294C13.4467,8.2353,14,7.682,14,7S13.4467,5.7647,12.7647,5.7647z"/></svg>');
}
.testimonial-single-wrapper .testimonial .accordion-toggler:hover::after {
  opacity: .5;
}
.testimonial-single-wrapper .testimonial .accordion-toggler.accordion-active::after {
  background-image: url('data:image/svg+xml,<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --><svg version="1.1" fill="%23FF6600" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve"><path class="st0" d="M12.7647,5.7647H1.2353C0.5533,5.7647,0,6.318,0,7s0.5533,1.2353,1.2353,1.2353h11.5294 C13.4467,8.2353,14,7.682,14,7S13.4467,5.7647,12.7647,5.7647z"/></svg>');
}
.testimonial-single-wrapper .accordion-area {
  background-color: #F5F5F5;
  overflow: hidden;
  transition: .6s all ease-in-out;
}

.testimonial-single-wrapper .accordion-area.active {
  max-height: 1000px;
  height: 100%;
  margin-bottom: 96px;
}
.testimonial-single-wrapper .accordion-area .vita-title {
  font-weight: 700
}
.testimonial-single-wrapper .accordion-area .vita ul {
  padding-left: 16px
}
.testimonial-single-wrapper .accordion-area .vita ul li::marker {
  color: #FF6600
}  

@media (max-width:767px) {
  .testimonial-single-wrapper .testimonial {
    text-align: left;
  }
  .testimonial-single-wrapper .testimonial .image .background {
    max-width: 330px;
    max-height: 330px;
  }
  .testimonial-single-wrapper .testimonial .image .background > img {
    max-width: 322px;
    max-height: 322px;
  }
  .testimonial .title {
    width: 100%;
  }
  .testimonial-single-wrapper .testimonial .accordion-toggler::after {
    top: 3.5px;
  }
  .testimonial-single-wrapper .accordion-area.active {
    margin-bottom: 32px;
  }
  .testimonial-single-wrapper .accordion-area .vita-title p {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .testimonial-single-wrapper .accordion-area {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width:1023px) {
  .testimonial-single-wrapper .testimonial .image.offset-lg-1 {
    margin-left: 0;
  }
  .testimonial-single-wrapper .testimonial .image .background {
    margin: 0 auto;
  }
}

@media (min-width:768px) {
  .testimonial-single-wrapper .testimonial .image .background {
    max-height: 350px;
    min-height: 320px;
    min-width: 320px;
    max-width: 350px;
  }
  .testimonial-single-wrapper .testimonial .image .background > img {
    max-width: 342px;
    max-height: 342px;
    min-width: 312px;
    min-height: 312px;
    margin-bottom: 0;
  }
}









/* Vorlage (Style) */
/*--------------------------------------------------------------------------*/

.testimonial-slider .testimonial {
  color: ;
  background: ;
}
.offset.testimonial-slider,
.offset.testimonial-slider img {
  margin-top: -200px;
}
.offset .splide__track {
  padding-top: 200px;
}
.offset.testimonial-slider {
  padding-bottom: 64px;
}
.offset.testimonial-slider .title {
  position: absolute;
  top: -100px;
  color:  !important;
}
.testimonial-slider .title {
  letter-spacing: 0.45px;
  line-height: 28px;
  font-weight: 500;
  color: ;
  text-transform: uppercase;
  padding: 0 16px;
}
.testimonial-slider .splide__list {
  position: relative;
}
.testimonial-slider .testimonial img {
  width: 100%;
  max-width: 380px;
  height: auto;
  max-height: 380px;
  margin-bottom: 16px;
}
.testimonial-slider .testimonial figcaption strong,
.testimonial-slider .testimonial figcaption span {
  display: block;
}
.testimonial-slider .testimonial figcaption span {
  font-weight: 300;
}
.testimonial-slider .invert-color .quot strong.h3 {
	color: #FFFFFF
}
@media (max-width:767px) {
  .testimonial-slider .title {
	margin-bottom: 16px;
    font-size: 1rem;
    text-align: center;
    width: calc(100% + 32px);
  }
  .offset.testimonial-slider {
    margin-top: 0;
  }
  .offset .splide__track {
    margin-top: -70px;
    padding-top: 100px;
  }
  .offset.testimonial-slider {
    padding-bottom: 0;
  }
  .offset.testimonial-slider .title {
    top: 0;
  }
  .testimonial-slider.splide {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .offset.testimonial-slider.splide {
    padding-top: 0;
    padding-bottom: 0;
  }
  .testimonial-slider .testimonial {
    text-align: center;
  }
  .testimonial-slider .testimonial figcaption {
    text-align: left;
  }
}

/* overwrite pagination styles */
.testimonial-slider .splide__pagination {
  justify-content: left;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.testimonial-slider .splide__pagination .splide__pagination__page:focus {
  border-radius: 50%;
}
.testimonial-slider .splide__pagination .splide__pagination__page.is-active,
.testimonial-slider .splide__pagination .splide__pagination__page:focus,
.testimonial-slider .splide__pagination .splide__pagination__page:hover {
  background: ;
  border: 1px solid ;
}
.testimonial-slider .splide__pagination .splide__pagination__page {
  background: ;
  border: 1px solid ;
}
.testimonial-slider .splide__pagination.invert-color .splide__pagination__page.is-active,
.testimonial-slider .splide__pagination.invert-color .splide__pagination__page:focus,
.testimonial-slider .splide__pagination.invert-color .splide__pagination__page:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.testimonial-slider .splide__pagination.invert-color .splide__pagination__page {
  background: ;
  border: 1px solid #FFFFFF;
}

@media (max-width:767px) {
  .testimonial-slider .splide__pagination {
    justify-content: center;
    margin-top: 0;
  }
}


/* Vorlage (Custom) */
/*--------------------------------------------------------------------------*/



.testimonial-slider .testimonial .splide__slide:focus-within {
  outline: none!important;
}
.testimonial-slider .testimonial .image {
  margin: 0;
  position: relative;
}
.testimonial-slider .testimonial .image > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.testimonial-slider .testimonial .image .background {
  width: 380px;
  height: 380px;
  border-radius: 100%;
  background: transparent linear-gradient(180deg, #E95B25 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.testimonial-slider .testimonial .image .background > img {
  border-radius: 100%;
  width: 100%;
  max-width: 372px;
  height: 100%;
  max-height: 372px;
  object-fit: cover;
  transform: translateY(4px);
}
.testimonial-slider .testimonial blockquote:before {
  background-image: url('data:image/svg+xml,<svg fill="%23EC6938" version="1.1" width="56px" height="46px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" xml:space="preserve"><path d="M10.983,3v7.391c0,5.704-3.731,9.57-8.983,10.609l-0.995-2.15C3.437,17.932,5,15.211,5,13H1V3H10.983z M23,3v7.391 c0,5.704-3.748,9.571-9,10.609l-0.996-2.15C15.438,17.932,17,15.211,17,13h-3.982V3H23z"/></svg>');
  top: 0;
  width: 56px;
  height: 46px;
}
.testimonial-slider .testimonial blockquote.en-quotes:before {
  transform: rotateX(180deg) rotateY(180deg);
  top: -16px;
}
.testimonial-slider .testimonial .quot-creator {
  margin-bottom: 32px;
}
.testimonial-slider .testimonial .quot-block p {
  font-weight: 400;
}
.testimonial-slider .splide__list {
  will-change: auto !important;
}
.testimonial-slider .splide__pagination {
  z-index: 0;
}
.testimonial-slider .splide__pagination .splide__pagination__page {
  border: none;
  transition: .3s;
}
.testimonial-slider .splide__pagination .splide__pagination__page.is-active, 
.testimonial-slider .splide__pagination .splide__pagination__page:focus, 
.testimonial-slider .splide__pagination .splide__pagination__page:hover,
.testimonial-slider button:not([disabled]):focus-within {
  border: none;
}

@media (max-width:767px) {
  .testimonial-slider .title {
    width: 100%;
  }
  .testimonial-slider .testimonial .image .background {
    width: 266px;
    height: 266px;
  }
  .testimonial-slider .testimonial .image .background > img {
    max-width: 262px;
    max-height: 262px;
  }
  .testimonial-slider .splide__pagination {
    padding: 0;
  }
}

@media (max-width:1023px) {
  .testimonial-slider .testimonial {
    text-align: center;
  }
  .testimonial-slider .testimonial blockquote:before {
    left: 0;
  }
  .testimonial-slider .testimonial .image .background {
    margin: 0 auto;
  }
  .testimonial-slider .testimonial .quot-block {
    text-align: left;
  }
  .testimonial-slider .testimonial .quot-block p {
    margin-right: -32px;
    margin-left: -82px;
  }
  .testimonial-slider .splide__pagination {
    padding: 0;
    width: 100%;
    justify-content: center;
  }
}
@media (min-width:1024px) {
  .testimonial-slider .testimonial .image {
    padding-left: 80px;
  }
  .testimonial-slider .testimonial .quot {
    padding-left: 112px;
  }
  .testimonial-slider .testimonial .quot-block {
    padding-left: 120.0px;
  }
  .testimonial-slider .testimonial blockquote:before {
    left: 0;
  }
  .testimonial-slider .testimonial {
    justify-content: center;
  }
  .testimonial-slider .splide__pagination {
    margin-left: calc(33.3% + 32px + 76px);
    display: inline-block;
    transform: translate(100%, -70px);
    margin-top: initial;
    width: initial;
  }
}









/* Timeline (Variables) */
/* --------------------------------------------------------------------- *//* Timeline (Wrapper) */
/* --------------------------------------------------------------------- */

.timeline {
  position: relative;
}
.timeline-inner {
	padding-top: 16px;
	padding-bottom: 16px;
}


/* Timeline Start-End (Bullets) */
/* --------------------------------------------------------------------- */

.timeline-trace > .timeline-fixpoint {
  content: '';
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 8.0px;
  margin-left: -8.0px;
	background: #F5F5F5;
}
.timeline-inner.js .timeline-trace > .timeline-fixpoint:first-child {
	background: #1E4A60;
}
.timeline-trace > .timeline-fixpoint:first-child { 
	top: -8.0px; 
}
.timeline-trace > .timeline-fixpoint:last-child { 
	bottom: -8.0px; 
}


/* Timeline (Trace) */
/* --------------------------------------------------------------------- */

.timeline-trace {
  position: absolute; z-index: 0;
  height: 100%;	width: 6px;
  background: #F5F5F5;
	top: 0px; left: 50%;
	margin-left: -3.0px;
}
.timeline-trace .timeline-progress {
	height: 0;
	background: #1E4A60;
	transition: height 150ms ease 0ms;
}
@media (max-width:767px) {
  .timeline {
    margin-left: 28.0px;
  }
  .timeline-trace {
    right: auto; left: 0;
  }
}


/* Timeline Circle (Style) */
/* --------------------------------------------------------------------- */

.timeline .circle,
.timeline .circle-icon {
  border: 6px solid #F5F5F5;
  background: #F5F5F5;
	transition: background 300ms linear 150ms, border 300ms linear 150ms;
}
/* JS Progress Active State */
.timeline-item.focus .circle,
.timeline-item.focus .circle-icon,
.timeline-item.above .circle,
.timeline-item.above .circle-icon {
  border-color: #1E4A60;
  background: #1E4A60;
}
.timeline .circle svg, .timeline .circle i,
.timeline .circle-icon svg, .timeline .circle-icon i {
  width: 60%; height: 60%; margin: 20%;
}
.timeline .circle-icon svg, .timeline .circle-icon i {
  color: #FFFFFF;
  fill: #FFFFFF;
}
.timeline .circle {
  border-radius: 12.0px;
  width: 24px;
  height: 24px;
}
.timeline .circle-icon {
  border-radius: 28.0px;
  width: 56px;
  height: 56px;
}


/* Timeline Circle (Position) */
/* --------------------------------------------------------------------- */

.timeline .circle {
  position: absolute;
  top: 26px;
}
.timeline .circle-icon {
  position: absolute;
  top: 10px;
}
.timeline-item.left  .circle { right: -12px; }
.timeline-item.left  .circle-icon {  right: -28px; }
.timeline-item.right .circle { left: -12px; }
.timeline-item.right .circle-icon {  left: -28px; }

@media (max-width:767px) {
  .timeline .circle {
    margin-left: -9.0px;
  }
  .timeline .circle-icon {
    margin-left: -25.0px;
  }
  .timeline-item.left .circle, 
	.timeline-item.left .circle-icon, 
  .timeline-item.right .circle, 
	.timeline-item.right .circle-icon {
    right: auto; 
		left: -3.0px;
  }
}


/* Timeline (Content) */
/* --------------------------------------------------------------------- */

.timeline .timeline-box {
  border-radius: 4.0px;
  color:  #000000;
  background: #F7F7F7;
  padding: 16px 16px 20.0px 16px;
}
.timeline .timeline-item.left {
  padding-right: 48px;
}
.timeline .timeline-item.right {
  padding-left: 48px;
}
@media (max-width:767px) {
  .timeline .timeline-item.left,
  .timeline .timeline-item.right {
    padding-right: 16px;
    padding-left: 48px;
		padding-top: 16px;
  }
}
.timeline .timeline-box > p:last-child {
  margin-bottom: 0;
}

/* Timeline (Caret) */
/* --------------------------------------------------------------------- */

.timeline-item.left  .timeline-box:before,
.timeline-item.left  .timeline-box:after,
.timeline-item.right .timeline-box:before {
  content: '';
  display: block;
	width: 0; height: 0; 
  position: absolute;
}
.timeline-item.right .timeline-box:before,
.timeline-item.left  .timeline-box:after {
	border-bottom: 8.0px solid transparent;
	border-top: 8.0px solid transparent;
	border-right: 8.0px solid #F7F7F7;
  left: 40.0px;
}
.timeline-item.left .timeline-box:before {
	border-bottom: 8.0px solid transparent;
	border-top: 8.0px solid transparent;
	border-left: 8.0px solid #F7F7F7;
  right: 40.0px;
}
@media (max-width:767px) {
	.timeline-item.left .timeline-box:before { display: none; }
}
@media (min-width:768px) {
	.timeline-item.left .timeline-box:after { display: none; }
}


/* Timeline Caret (Position) */
/* --------------------------------------------------------------------- */

.timeline-box:before,
.timeline-box:after {
  top: 30.0px;
}
.timeline-box.item-icon:before,
.timeline-box.item-icon:after {
  top: 30.0px;
}


/* Timeline (Custom) */
/*--------------------------------------------------------------------------*/



.timeline .timeline-trace {
  width: 1px;
  background: #000000;
}
.timeline .timeline-inner {
  padding-top: 102px;
}
.timeline .timeline-trace .timeline-fixpoint:first-child {
  top: -56px;
  width: 64px;
  height: 64px;
  left: -32px;
  border-radius: 100%;
  margin-left: 0;
}
.timeline .timeline-trace .timeline-fixpoint {
  background: #FF6600;
}
.timeline .timeline-trace .timeline-fixpoint:first-child .icon {
  position: relative;
  width: 34px;
  height: 34px;
}
.timeline .timeline-trace .timeline-fixpoint:first-child .icon svg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 34px;
  height: 34px;
  fill: #FFFFFF;
}
.timeline .timeline-item .circle {
  background-color: #FF6600;
  border-color: #FF6600;
  width: 16px;
  height: 16px;
  top: 30px;
}
.timeline .timeline-box {
  background: transparent;
  display: flex;
  flex-direction: column;
}
.timeline time {
  background-color: #FF6600;
  padding: 12.0px 24.0px;
  color: #FFFFFF;
}
.timeline .richtext {
  max-width: 55%;
  margin-top: 16px;
}
.timeline .timeline-item .timeline-box:before {
  z-index: -1;
  background-color: #FF6600;
  width: 150px;
  height: 1px;
  top: 38px;
  border: none;
}
.timeline .timeline-item.left .timeline-box:before {
  right: 0;
}
.timeline .timeline-item.right .timeline-box:before {
  left: 0;
}

@media (max-width:767px) {
  .timeline .timeline-box {
    padding-top: 0;
    align-items: flex-start;
  }
  .timeline .timeline-item .timeline-box:before {
    width: 140px;
  }
  .timeline-item.left .timeline-box:after {
    z-index: -1;
    background-color: #FF6600;
    width: 140px;
    height: 1px;
    top: 38px;
    border: none;
    left: 0;
  }
  .timeline-item.left .circle, 
  .timeline-item.left .circle-icon, 
  .timeline-item.right .circle, 
  .timeline-item.right .circle-icon {
    left: -2px;
  }
  .timeline .richtext {
    max-width: 100%;
  }
}

@media (min-width:768px) {
  .timeline .timeline-item.left {
    padding-right: 58px;
  }
  .timeline .timeline-item.right {
    padding-left: 52px;
  }
  .timeline .timeline-item.left .circle {
    right: -5px;
  }
  .timeline .timeline-item.right .circle {
    left: -11px;
  }
  .timeline .timeline-box {
    padding-top: 14px;
  }
  .timeline .timeline-item.left .timeline-box {
    align-items: flex-end;
  }
  .timeline .timeline-item.right .timeline-box {
    align-items: flex-start;
  }
  .timeline .timeline-item.left .richtext {
    text-align: right;
  }
  .timeline .timeline-item.right .richtext {
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .timeline .richtext {
    max-width: 100%;
  }
}










/* Timetable Sequence */
/*--------------------------------------------------------------------------*/

.timetable .tt-segment {
  display: inline-block;
  background: #FF6600;
}


/* Desktop */
/*--------------------------------------------------------------------------*/

@media(min-width:1024px){
  .timetable tbody th {
    font-weight: 400;
  }
  .timetable tbody td {
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 0;
    vertical-align: middle;
  }
  .timetable .tt-spacer,
  .timetable .tt-segment {
    width: 100%;
    height: 16px;
  }
  .timetable .first .tt-segment { 
    border-radius: 8.0px 0px 0px 8.0px; 
  }
  .timetable .part  .tt-segment { 
    border-radius: 0; 
  }
  .timetable .last  .tt-segment { 
    border-radius: 0px 8.0px 8.0px 0px; 
  }
  .timetable .only  .tt-segment { 
    border-radius: 8.0px; 
  }
}


/* Mobile */
/*--------------------------------------------------------------------------*/

@media(max-width:1023px){
  .timetable tbody td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 32px;
  }
  .timetable .tt-spacer,
  .timetable .tt-segment {
    height: 32px;
    width: 32px;
  }
  .timetable .first .tt-segment {
    margin-top: 4px;
    height: 28px;
    border-radius: 16px 16px 0px 0px; 
  }
  .timetable .part  .tt-segment {
    border-radius: 0; 
  }
  .timetable .last  .tt-segment { 
    margin-bottom: 4px;
    height: 28px;
    border-radius: 0px 0px 16px 16px; 
  }
  .timetable .only  .tt-segment { 
    margin-bottom: 4px;
    height: 28px;
    border-radius: 16px; 
  }
  table.timetable-inner tbody td:before {
    text-align: right;
    padding-top: 4.0px;
    padding-bottom: 4.0px;
	}
  table.timetable-inner tbody th {
    text-align: center;
	}
}


/* Timetable (Custom) */
/*--------------------------------------------------------------------------*/









pre.tooltip,
.hs_cos_wrapper_type_rich_text pre {
  padding: 32px 32px 40.0px;
  padding-left: 80px;
  position: relative;
  height: auto;
  width: 100%;
  white-space: normal;
  font-style: normal;
  font-family: inherit;
  color: inherit;
  background: #F7F7F7;
  border: 1px solid #F5F5F5;
  border-radius: 4.0px;
}





pre.tooltip:before,
.hs_cos_wrapper_type_rich_text pre:before {
  content:"!";
  display: block; 
  position: absolute;
  left: 16px; 
  top: 32px;
  color: #FFFFFF;
  background-repeat: no-repeat;
  line-height: 48px;
  width: 48px;
  height: 48px;
  background: #1E4A60;
  border-radius: 24.0px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 44px;
}


/* Tooltip (Custom) */
/*--------------------------------------------------------------------------*/










/* Topbar (Wrapper) */
/*--------------------------------------------------------------------------*/

.topbar {
  position: relative;
  height: auto;
  background-color: #1E4A60;
  text-align: right;
  z-index: 1;
}
.topbar .row,
.topbar .d-flex {
  justify-content: flex-end;
}
@media (max-width:767px){
  .topbar .row,
  .topbar .d-flex {
    justify-content: center;
  }
}


/* Topbar Types (Default) */
/*--------------------------------------------------------------------------*/

.topbar-linklist,
.topbar-contact a:hover,
.topbar-contact,
.topbar-message {
  color: #FFFFFF;
}
.topbar-message {
  padding: 16px;
}
.topbar-message p {
  margin-bottom: 0;
}
.topbar-linklist [role="seperator"],
.topbar-linklist a,
.topbar-contact a,
.topbar-contact .intro {
  display: inline-block;
  padding-top: 16px;
  padding-bottom:  16px;
}
.topbar-contact .phone,
.topbar-contact .email {
  white-space: nowrap;
}
.topbar-linklist a {
  padding-left: 8.0px;
  padding-right: 8.0px;
}
.topbar-contact a,
.topbar-contact .intro {
  padding-left: 4.0px;
  padding-right: 8.0px;
}
.topbar-contact .row > span:not(:last-child){
  margin-right: 8.0px;
}


/* Topbar Types (Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px){
  .topbar-linklist a {
    width: 100%;
    text-align: center;
  }
  .topbar-linklist [role="seperator"] {
    display: none;
  }
  .topbar-contact .row > span.phone,
  .topbar-contact .row > span.email,
  .topbar-contact .row > span.intro {
    width: 100%;
    margin-right: 0;
  }
}


/* Topbar (Custom) */
/*--------------------------------------------------------------------------*/










/* Scroll-To-Top (Wrapper) */
/*--------------------------------------------------------------------------*/

.totop {
  position: fixed;
  right: 0;
  width: 32px;
  height: 32px;
  bottom: 16px;
  background: #FF6600;
  padding: 4px;
  border-radius: 16px;
  z-index: 2;
}
.totop > i,
.totop > svg {
  color: #FFFFFF;
  fill: #FFFFFF;
  width: 24px;
  height: 24px;
}


/* Scroll-To-Top (Hover) */
/*--------------------------------------------------------------------------*/

.totop:hover,
.totop:focus {
  background: #FFFFFF;
}
.totop:hover > i,
.totop:hover > svg,
.totop:focus > i,
.totop:focus > svg {
  color: #FF6600;
  fill: #FF6600;
}


/* Scroll-To-Top (Preview) */
/*--------------------------------------------------------------------------*/

.totop.preview {
  position: relative;
  margin: 64px;
  right: auto; bottom: auto;
  display: block !important;
}


/* Scroll-To-Top (Print) */
/*--------------------------------------------------------------------------*/

@media print {
  .totop {
    display: none !important;
  }
}


/* Scroll-To-Top (Custom) */
/*--------------------------------------------------------------------------*/



.totop {
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.totop > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}









/* Trademark (Wrapper) */
/* --------------------------------------------------------------------- */

.trademark .color-logo > img,
.trademark .polar-logo > img,
.trademark .hs-image-widget,
.trademark .logo {
  max-width: 100%;
}

/* Trademark (Custom) */
/*--------------------------------------------------------------------------*/



header .header-container .trademark {
  line-height: 1;
}
header .header-container .trademark > a {
  height: 100%;
  display: block;
}
header .header-container .trademark .logo {
  height: 100%;
  width: auto;
  transform: translateY(2px);
  max-height: 70px;
}
header.sticky .header-container .trademark .logo {
  max-height: 60px;
}
footer .footer-container .trademark .logo {
  width: 230px;
  height: auto;
  opacity: .4;
}

@media (max-width: 1023px) {
  header .header-container .trademark .logo {
    max-height: 54px;
  }
}

@media (max-width:767px) {
  header .header-container .trademark .logo {
    transform: translateY(1.5px);
  }
  header.sticky .header-container .trademark .logo {
    max-height: 45px;
    transform: translateY(1.5px);
  }
}









/* Twinbox (Styles) */
/*--------------------------------------------------------------------------*/

.twinbox {
  position: relative;
  overflow: hidden;
}
.twinbox:not(.full-width) {
  padding: 0 16px;
  border-radius: 4.0px;
}
.twinbox .type-image > .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.twinbox .type-image > .image.fallback {
  height: 0;
  padding-top: 62.5%;
  background-image: url(//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/grayscale-mountain.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.twinbox .type-html > .html,
.twinbox .type-form > span {
  width: 100%;
}
.twinbox .type-form form {
  margin-top: -32px;
}
@media (min-width:768px) {
  .twinbox .left {
    justify-content: flex-end;
  }
  .twinbox .reverse .left {
    justify-content: flex-start;
  }
}
.twinbox .type-form .hs-submit {
  margin-bottom: 20.0px
}


/* Twinbox (Full-Width) */
/*--------------------------------------------------------------------------*/

.twinbox.full-width .type-html,
.twinbox.full-width .type-form {
  max-width: 700.0px !important;
}
.twinbox.full-width .type-html > .html {
  margin: 16px;
}
.twinbox.full-width .type-form > span {
  margin-left: 16px;
  margin-right: 16px;
}


@media (min-width:1024px) {
  .twinbox.full-width .left.type-image > .image,
  .twinbox.full-width > .reverse .right.type-image > .image { 
    margin-right: 16px;
    margin-left: 0;
  }
  .twinbox.full-width > .reverse .right.type-image > .image {
    padding-right: 16px;
    margin-left: 0;
  }
  .twinbox.full-width .right.type-image > .image,
  .twinbox.full-width > .reverse .left.type-image > .image { 
    margin-left: 16px;
    margin-right: 0;
  }
  .twinbox.full-width > .reverse .left.type-image > .image { 
    padding-left: 16px;
    margin-right: 0;
  }
}


/* Fixes */
/*--------------------------------------------------------------------------*/

/* Conflict fix for .full-width class form _grid_hubspot.css */
.default.twinbox.full-width {
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}


/* Twinbox (Custom) */
/*--------------------------------------------------------------------------*/



.twinbox .image.fallback {
  width: 100%; 
  height: 100%;
  position: relative;
  background-image: url(//19835758.fs1.hubspotusercontent-na1.net/hubfs/19835758/raw_assets/public/senswork_Redesign/images/large-placeholder-image.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100%;
}


.twinbox:not(.variant_2) .twinbox-inner {
  align-items: center;
}
.twinbox .twinbox-inner .type-html {
  flex-direction: column;
  justify-content: center;
}
.twinbox .twinbox-inner .type-image figure {
  margin: 0;
}
.twinbox .twinbox-inner .type-image > figcaption p {
  margin-top: 24.0px;
}
.twinbox .twinbox-inner .type-image figure > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.twinbox .twinbox-inner .type-html .topline {
  font-weight: 700;
  margin-bottom: 8.0px;
}
.twinbox .twinbox-inner .type-html h3 {
  margin-bottom: 48px;
}
.twinbox .twinbox-inner .type-html h3 ~ .html > ul {
  margin-top: 16px;
}
.twinbox .twinbox-inner .type-html .html ul li {
  padding-top: 4.0px;
  padding-bottom: 4.0px;
}
.twinbox .twinbox-inner .type-html .html ul li:first-child {
  padding-top: 0;
}
.twinbox .twinbox-inner .type-html .html ul li:last-child {
  padding-bottom: 0;
}
.twinbox .twinbox-inner .type-html .html {
}
.twinbox .twinbox-inner .type-html .subline {
  margin-top: 0;
  margin-bottom: 48px;
}
.twinbox .twinbox-inner .type-html .html p {
  margin-top: 0;
  line-height: 1.5;
  color: #1E4A60;
  margin-bottom: 0;
}


.twinbox.variant_2 .twinbox-inner {
  justify-content: space-between!important;
}
.twinbox.variant_2 .twinbox-inner .type-html {
  flex-direction: row;
  justify-content: initial;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.twinbox.variant_2 .twinbox-inner .type-html .headline .topline {
  text-transform: none;
  line-height: 1.5;
}
.twinbox.variant_2 .twinbox-inner .type-html .html {
  margin-top: 8.0px;
}
.twinbox.variant_2 .twinbox-inner .type-html .icon > svg {
  max-height: 80px;
  max-width: 80px;
}


.twinbox .twinbox-inner .type-html .html:has(ul) h3 {
  margin-bottom: 16px;
}


.twinbox .video-inner {
  width: 100%;
  height: 100%;
}
.twinbox .video-inner video {
  width: 100%;
  height: 100%;
}

@media (max-width:767px) {
  
  .twinbox .twinbox-inner .type-html .topline {
    margin-bottom: 4.0px;
  }
  .twinbox .twinbox-inner .type-html h3 {
    margin-bottom: 32px;
  }
  .twinbox .twinbox-inner .type-html .subline {
    margin-bottom: 32px;
  }
  .twinbox .twinbox-inner .type-html h3 ~ .html > ul {
    margin-top: 0;
  }
  .twinbox .twinbox-inner .type-html .html p {
    margin-bottom: 0;
    font-size: 16px;
  }
  .twinbox .twinbox-inner .type-image figcaption p {
    font-size: 14px!important;
    line-height: 1.5!important;
  }
 
  
  .twinbox.variant_2 .twinbox-inner .type-html .button {
    width: 100%;
  }
}










/* Video-Player (Wrapper) */
/*--------------------------------------------------------------------------*/

.video {
  color: #000000;
  background: #F7F7F7;
	border-radius: 4.0px;
	overflow: hidden;
}


/* Video-Player (Size) */
/*--------------------------------------------------------------------------*/

.video .aspect-ratio .video-player {
	width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
}


/* Video-Player (Consent) */
/*--------------------------------------------------------------------------*/

.video .video-dsgvo {
  width: 80%; height: auto;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}


/* Video-Player (Custom) */
/*--------------------------------------------------------------------------*/



.video {
  background-color: #FFFFFF;
  margin: 0;
  border-radius: 0;
}
.video .video-title {
  margin-top: 24.0px;
}

@media (min-width:768px) and (max-width:1023px) {
  .video {
    padding-right: 32px;
    padding-left: 32px;
  }
}




/* ADDITIONAL JOB TEMPLATE STYLESHEETS */
/*--------------------------------------------------------------------------*/








/* Job-Apply Button (Wrapper) */
/*--------------------------------------------------------------------------*/

.job-apply {
  padding: 0;
  margin: 0;
}


/* Job-Apply Button (Custom) */
/*--------------------------------------------------------------------------*/










/* Job-Data (Wrapper) */
/*--------------------------------------------------------------------------*/

.job-data {
  border-radius: 4.0px;
  box-shadow: ;
  padding: 16px;
}

/* display flex column on mobile */
@media (max-width:767px) {
  .job-data {
    box-shadow: ;
    padding: 32px 16px;
  }
  .d-sm-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}


/* Job-Data (Content) */
/*--------------------------------------------------------------------------*/

.job-data .headline {
  margin-top: 8.0px;
  margin-bottom: 8.0px;
}


/* Job-Data (Divider) */
/*--------------------------------------------------------------------------*/

.job-data .seperator {
  width: 1px;
  height: 48px;
  background: #F7F7F7;
  padding: 0;
  margin: 8.0px 0;
}
@media (max-width:767px) {
  .job-data .seperator {
    width: 60%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* Job-Data (Custom) */
/*--------------------------------------------------------------------------*/










/* Jobfilter (Wrapper) */
/*--------------------------------------------------------------------------*/

.job-filter {
  padding: 0;
  margin: 0;
}


/* Jobfilter (Tags) */
/*--------------------------------------------------------------------------*/

.job-filter .tag-link {
  display: inline-block;
  padding: 8.0px 16px;
  color: #FFFFFF;
  background: #1E4A60;
  border: 0px solid transparent;
  border-radius: 4.0px;
}
.job-filter .tag-link:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #FF6600;
  border: 0px solid transparent;
}


/* Jobfilter (Custom) */
/*--------------------------------------------------------------------------*/










/* Job-Viewer (Wrapper) */
/*--------------------------------------------------------------------------*/

.job-viewer {
  padding-top: 16px;
  padding-bottom: 48px;
  text-align: center;
  width: 100%;
}
.job-viewer .section {
  margin-top: 80px;
}
@media (max-width:767px) {
  .job-viewer .section {
    margin-top: 48px;
  }
}


/* Job-Viewer (Toggle) */
/*--------------------------------------------------------------------------*/

.job-viewer .btn {
  margin-bottom: 16px;
  margin-left: 16px;
}
.job-viewer .btn:focus:not(:focus-visible) {
  outline: none;
}
.job-viewer .btn.first {
  margin-left: 0;
}
.job-viewer .tab-toggle,
.job-viewer .tab-toggle ~ .section {
  display: none;
}
@media (max-width:767px) {
  .job-viewer .btn {
    display: block;
    margin-left: 0;
  }
}


/* Job-Viewer-Item (Wrapper) */
/*--------------------------------------------------------------------------*/

.job-viewer-item {
  border-radius: 4.0px;
  box-shadow: ;
  padding: 32px;
  margin-bottom: 32px;
  position: relative;
  color: #1C3043;
  background: #FFFFFF;
}
.job-viewer-item.last {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .job-viewer-item  {
    box-shadow: ;
  }
}

/* display flex column on tablet down */
@media (max-width:1023px) {
  .d-md-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .align-md-center {
    text-align: center;
  }
}


/* Job-Viewer-Item (Content) */
/*--------------------------------------------------------------------------*/

.job-viewer-item .headline {
  width: auto;
}
.job-viewer-item .area-link:hover ~ .headline,
.job-viewer-item .area-link:focus ~ .headline {
  color: #1C3043;
}
.job-viewer-item .headline > * {
  display: inline-block;
  margin-bottom: 4.0px;
}
@media (max-width:1023px) {
  .job-viewer-item .headline {
    margin-bottom: 16px;
  }
  .job-viewer-item .title {
    display: block;
  }
}


/* Job-Viewer-Item (Arrow) */
/*--------------------------------------------------------------------------*/

.job-viewer-item .arrow > svg,
.job-viewer-item .arrow > i {
  fill: inherit;
  color: inherit;
  width: 16px;
  height: 18px;
}
.job-viewer-item .area-link:hover ~ .arrow > svg,
.job-viewer-item .area-link:focus ~ .arrow > svg,
.job-viewer-item .area-link:hover ~ .arrow > i,
.job-viewer-item .area-link:focus ~ .arrow > i {
  fill: #FF6600;
  color: #FF6600;
}


/* Job-Viewer-Item (Divider) */
/*--------------------------------------------------------------------------*/

.job-viewer-item .seperator {
  width: 1px;
  height: 48px;
  background: #F7F7F7;
  padding: 0;
  margin: 16px 0;
}
@media (max-width:1023px) {
  .job-viewer-item .seperator {
    width: 60%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* Job-Viewer (Custom) */
/*--------------------------------------------------------------------------*/



.job-viewer {
  text-align: unset;
  padding-top: 0;
  padding-bottom: 0;
}
.job-viewer .section {
  margin-top: 0;
}
.job-viewer .section-inner .job-viewer-item {
  padding: 48px 0;
}
.job-viewer .section-inner .headline .overline {
  font-weight: 700;
  border-right: 1px solid #E5E5E5;
  margin-bottom: 8.0px;
}
.job-viewer .btn {
  margin: 0;
}

@media (max-width:767px) {  
  .job-viewer .section-inner .job-viewer-item {
    padding: 16px 0;
  }
  .job-viewer .section-inner .job-viewer-item .title {
    display: inline-block;
  }
}









/* Job-Benefits (Headline) */
/*--------------------------------------------------------------------------*/

.job-benefits .headline {
  color: #1C3043;
	padding: 0;
}


/* Job-Benefits (Icon And Image) */
/*--------------------------------------------------------------------------*/

.job-benefits .icon.custom img,
.job-benefits .icon.custom svg,
.job-benefits .icon.custom i {
  width: 48px;
  height: 48px;
}
.job-benefits .icon svg,
.job-benefits .icon i {
  fill: #1E4A60;
  color: #1E4A60;
}


/* Job-Benefits (v1) Iconbox */
/*--------------------------------------------------------------------------*/

.job-benefits.variant_1 .icon {
	margin-bottom: 16px;
}


/* Job-Benefits (v2) Checklist */
/*--------------------------------------------------------------------------*/

.job-benefits.variant_2 .icon.custom img,
.job-benefits.variant_2 .icon.custom svg,
.job-benefits.variant_2 .icon.custom i {
  width: 24.0px;
  height: 24.0px;
}
.job-benefits.variant_2 .headline {
  line-height: 24.0px;
}
.job-benefits.variant_2 .content {
	padding: 0 16px;
}


/* Job-Benefits (Custom) */
/*--------------------------------------------------------------------------*/










/* Job-Comments (Wrapper) */
/*--------------------------------------------------------------------------*/

.job-comments {
}


/* Job-Comments (Custom) */
/*--------------------------------------------------------------------------*/





/* ADDITIONAL QUTOE TEMPLATE STYLESHEETS */
/*--------------------------------------------------------------------------*/








/* Buyer Company (Style) */
/*--------------------------------------------------------------------------*/

@media screen {
  .quote-buyer-company {
    color: #FFFFFF;
  }
  .conclusion .quote-buyer-company {
    color: #000000;
  }
}
@media print {
  .quote-buyer-company {
    color: #000000;
  }
}

/* Buyer Company (Custom) */
/*--------------------------------------------------------------------------*/










/* Buyer Contact (Style) */
/*--------------------------------------------------------------------------*/

@media screen {
  .quote-buyer-contact {
    color: #FFFFFF;
  }
  .conclusion .quote-buyer-contact {
    color: #000000;
  }
}
@media print {
  .quote-buyer-contact {
    color: #000000;
  }
}

/* Buyer Contact (Custom) */
/*--------------------------------------------------------------------------*/










/* Sender Company (Style) */
/*--------------------------------------------------------------------------*/

@media screen {
  .quote-sender-company {
    color: #FFFFFF;
  }
  .conclusion .quote-sender-company {
    color: #000000;
  }
}
@media print {
  .quote-sender-company {
    color: #000000;
  }
}

/* Sender Company (Custom) */
/*--------------------------------------------------------------------------*/










/* Sender Contact (Style) */
/*--------------------------------------------------------------------------*/

@media screen {
  .quote-sender-contact {
    color: #FFFFFF;
  }
  .conclusion .quote-sender-contact {
    color: #000000;
  }
}
@media print {
  .quote-sender-contact {
    color: #000000;
  }
}

/* Sender Contact (Custom) */
/*--------------------------------------------------------------------------*/










/* Signatures (Wrapper) */
/*--------------------------------------------------------------------------*/

.quote-signatures {
  color: #000000;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}


/* Signatures (Box) */
/*--------------------------------------------------------------------------*/

.quote-signatures .sign-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  page-break-inside: avoid;
}
.quote-signatures .sign-box {
  margin-top: 80px;
}


/* Signatures (Field) */
/*--------------------------------------------------------------------------*/

.quote-signatures .sign-field {
  width: 50%;
  margin-bottom: 16px;
}
.quote-signatures .sign-field:before {
  content: '';
  width: 100%;
  display: block;
  border-width: 1px 0 0;
  border-style: solid;
}


/* Signatures (Custom) */
/*--------------------------------------------------------------------------*/










/* eSignature (Wrapper) */
/*--------------------------------------------------------------------------*/

#esignature {
  margin-bottom: 40px;
}
.esignature__profile {
  max-width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  border: 1px solid;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  page-break-inside: avoid;
}
.esignature__verify-button-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.esignature__warning--test-mode {
  padding-top: 2px;
}
.esignature__verify-button {
  width: 120px;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  border: none;
}
.esignature__tag--sent {
  background: rgb(253, 248, 241);
  border: 1px solid rgb(238, 195, 120);
  font-size: 12px;
  padding-left: 24px;
  padding-right: 24px;
  height: 25px;
  vertical-align: middle;
  text-align: center;
}
.esignature__tag--signed {
  background: rgb(233, 248, 246);
  border: 1px solid rgb(84, 186, 166);
  font-size: 12px;
  width: 100px;
  height: 25px;
  vertical-align: middle;
  text-align: center;
}
.signature-area {
  /* low (but visible) opacity preserves text tags in newer chrome versions: https://hubspot.slack.com/archives/CGV5LMY69/p1626463505059600?thread_ts=1626099971.025700&cid=CGV5LMY69 */
  color: rgba(0, 0, 0, 0.01);
  margin-bottom: -32px;
  font-size: 22px;
  font-family: Arial;
  font-weight: bold;
}

/* eSignature (Spinner) */
/*--------------------------------------------------------------------------*/

#esignature__loading-spinner {
  border: 8px solid lightgray;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 20px auto;
  animation: spin 0.5s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* eSignature (Custom) */
/*--------------------------------------------------------------------------*/










/* Line Item Table (Style) */
/*--------------------------------------------------------------------------*/

.quote-itemtable {
  color: #000000;
  background: transparent;
}
.line-items__table {
  width: 100%;
  border: 1px solid;
  border-collapse: collapse;
}
.line-items__table td,
.line-items__table th {
  height: 4em;
  border-width: 1px 0px 0px;
  border-style: solid;
  text-align: right;
  vertical-align: top;
}
.line-items__table th {
  font-weight: 600;
  padding: 1em 1.71em;
}
.line-items__table td {
  hyphens: auto;
  overflow-wrap: break-word;
  padding: 1em 1.71em;
}
.line-items__table thead th {
  border: none;
}
.line-items__table tr > th:first-child,
.line-items__table tr > td:first-child,
.line-items__table tr > th:last-child,
.line-items__table tr > td:last-child {
  padding-left: 0;
  padding-right: 0;
}
.line-items__table tr > th:first-child,
.line-items__table tr > td:first-child {
  text-align: left;
  min-width: 120px;
}
.line-item-description {
  white-space: pre-wrap;
}
.quote-itemtable .total-qoute-calculations {
  font-size: 16px;
  font-weight: 600;
}
.line-items__table .line-items__table-header--main th {
  border-top: none;
}
.line-items__table .currency__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.quote-itemtable .totals__row .discount__container {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.line-items__table .currency__content {
  white-space: nowrap;
}
.line-items__table .currency__content--full-width {
  width: 100%;
}
@media print {
  .line-items__total,
  .line-items__totals {
    break-inside: avoid;
  }
}


/* Line Item Table (Custom) */
/*--------------------------------------------------------------------------*/










/* PDF Download (Wrapper) */
/*--------------------------------------------------------------------------*/

.hs-download__button {

}
.hs-download__button[disabled] {

}
.hs-download__alert--error {
  display: none;
  color: red;
  margin-left: 15px;
}
.hs-download__loading-spinner {
  border: 3px solid white;
  border-radius: 50%;
  border-top-color: black;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  animation: spin 0.5s linear infinite;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media print {
  .hs-download__button {
    display: none;
  }
}


/* PDF Download (Custom) */
/*--------------------------------------------------------------------------*/





/* YOUR EXTENSION BUNDLE STYLESHEETS */
/*--------------------------------------------------------------------------*/

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa, .fas {
  font-family: 'Font Awesome 5 Free', 'Font Awesome';
  font-weight: 900;
}
.fab {
  font-family: 'Font Awesome 5 Free', 'Font Awesome';
  font-weight: 400;
}
.far {
  font-family: 'Font Awesome 5 Free', 'Font Awesome';
  font-weight: 400;
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -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.33333em;
  line-height: 0.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 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

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

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

.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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

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

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

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.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-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.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-alipay:before {
  content: "\f642"; }

.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-angry:before {
  content: "\f556"; }

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

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

.fa-ankh:before {
  content: "\f644"; }

.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-alt:before {
  content: "\f5d1"; }

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

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

.fa-archway:before {
  content: "\f557"; }

.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-artstation:before {
  content: "\f77a"; }

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

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

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

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

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.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-award:before {
  content: "\f559"; }

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

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

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

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.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-battle-net:before {
  content: "\f835"; }

.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-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

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

.fa-biking:before {
  content: "\f84a"; }

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

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

.fa-biohazard:before {
  content: "\f780"; }

.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-blender-phone:before {
  content: "\f6b6"; }

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

.fa-blog:before {
  content: "\f781"; }

.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-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

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

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

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

.fa-book-reader:before {
  content: "\f5da"; }

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

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

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

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

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

.fa-box-tissue:before {
  content: "\e05b"; }

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

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

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

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

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

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

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

.fa-brush:before {
  content: "\f55d"; }

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

.fa-buffer:before {
  content: "\f837"; }

.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-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.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-day:before {
  content: "\f783"; }

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

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

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

.fa-calendar-week:before {
  content: "\f784"; }

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

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

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

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

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.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-carrot:before {
  content: "\f787"; }

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

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.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-centos:before {
  content: "\f789"; }

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

.fa-chair:before {
  content: "\f6c0"; }

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

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

.fa-charging-station:before {
  content: "\f5e7"; }

.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-double:before {
  content: "\f560"; }

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

.fa-cheese:before {
  content: "\f7ef"; }

.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-chromecast:before {
  content: "\f838"; }

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

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

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

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.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-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloudflare:before {
  content: "\e07d"; }

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

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

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

.fa-cocktail:before {
  content: "\f561"; }

.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-dollar:before {
  content: "\f651"; }

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

.fa-comment-medical:before {
  content: "\f7f5"; }

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

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

.fa-comments-dollar:before {
  content: "\f653"; }

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

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

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

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

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

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

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

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

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

.fa-cotton-bureau:before {
  content: "\f89e"; }

.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-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-critical-role:before {
  content: "\f6c9"; }

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

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

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

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

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

.fa-crutch:before {
  content: "\f7f7"; }

.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-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

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

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

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

.fa-deezer:before {
  content: "\e077"; }

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

.fa-democrat:before {
  content: "\f747"; }

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

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

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

.fa-dev:before {
  content: "\f6cc"; }

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

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

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

.fa-diaspora:before {
  content: "\f791"; }

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

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.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-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

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

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

.fa-disease:before {
  content: "\f7fa"; }

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

.fa-dizzy:before {
  content: "\f567"; }

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

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

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

.fa-dog:before {
  content: "\f6d3"; }

.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-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

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

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

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

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

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

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

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

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

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

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

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

.fa-edge-legacy:before {
  content: "\e078"; }

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

.fa-egg:before {
  content: "\f7fb"; }

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

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

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

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

.fa-ello:before {
  content: "\f5f1"; }

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

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

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

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

.fa-envelope-open-text:before {
  content: "\f658"; }

.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-ethernet:before {
  content: "\f796"; }

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

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

.fa-evernote:before {
  content: "\f839"; }

.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-alt:before {
  content: "\f424"; }

.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-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-faucet:before {
  content: "\e005"; }

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

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

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

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

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

.fa-figma:before {
  content: "\f799"; }

.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-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

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

.fa-file-export:before {
  content: "\f56e"; }

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

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.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-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

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

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

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

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

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

.fa-fingerprint:before {
  content: "\f577"; }

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

.fa-fire-alt:before {
  content: "\f7e4"; }

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

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

.fa-firefox-browser:before {
  content: "\e007"; }

.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-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

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

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

.fa-flag-usa:before {
  content: "\f74d"; }

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

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

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

.fa-flushed:before {
  content: "\f579"; }

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

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

.fa-folder-minus:before {
  content: "\f65d"; }

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

.fa-folder-plus:before {
  content: "\f65e"; }

.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-frown-open:before {
  content: "\f57a"; }

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

.fa-funnel-dollar:before {
  content: "\f662"; }

.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-ghost:before {
  content: "\f6e2"; }

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

.fa-gifts:before {
  content: "\f79c"; }

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

.fa-git-alt:before {
  content: "\f841"; }

.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-cheers:before {
  content: "\f79f"; }

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

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

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

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

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

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

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.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-pay:before {
  content: "\e079"; }

.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-gopuram:before {
  content: "\f664"; }

.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-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

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

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

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.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-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

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

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

.fa-hand-holding-medical:before {
  content: "\e05c"; }

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

.fa-hand-holding-water:before {
  content: "\f4c1"; }

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

.fa-hand-middle-finger:before {
  content: "\f806"; }

.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-sparkles:before {
  content: "\e05d"; }

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

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

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

.fa-hands-wash:before {
  content: "\e05e"; }

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

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

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

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

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

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

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

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

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

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

.fa-heart-broken:before {
  content: "\f7a9"; }

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

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

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

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

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

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

.fa-hive:before {
  content: "\e07f"; }

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

.fa-holly-berry:before {
  content: "\f7aa"; }

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

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

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

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

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

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

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.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-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

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

.fa-hryvnia:before {
  content: "\f6f2"; }

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

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

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

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

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

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

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

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.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-innosoft:before {
  content: "\e080"; }

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

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

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

.fa-invision:before {
  content: "\f7b0"; }

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

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

.fa-itch-io:before {
  content: "\f83a"; }

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

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

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

.fa-jedi:before {
  content: "\f669"; }

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

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

.fa-jira:before {
  content: "\f7b1"; }

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

.fa-joint:before {
  content: "\f595"; }

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

.fa-journal-whills:before {
  content: "\f66a"; }

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

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

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

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

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

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

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

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

.fa-khanda:before {
  content: "\f66d"; }

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

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

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

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

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

.fa-landmark:before {
  content: "\f66f"; }

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

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

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

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

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

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.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-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

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

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

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

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

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

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

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

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

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.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-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.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-mask:before {
  content: "\f6fa"; }

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

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

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.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-megaport:before {
  content: "\f5a3"; }

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

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

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

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

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

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.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-microscope:before {
  content: "\f610"; }

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

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

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

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

.fa-mitten:before {
  content: "\f7b5"; }

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

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

.fa-mixer:before {
  content: "\e056"; }

.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-monument:before {
  content: "\f5a6"; }

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

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

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

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

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

.fa-mug-hot:before {
  content: "\f7b6"; }

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

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

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

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

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

.fa-nimblr:before {
  content: "\f5a8"; }

.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-octopus-deploy:before {
  content: "\e082"; }

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

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

.fa-oil-can:before {
  content: "\f613"; }

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

.fa-om:before {
  content: "\f679"; }

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

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

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

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

.fa-orcid:before {
  content: "\f8d2"; }

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

.fa-otter:before {
  content: "\f700"; }

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

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

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

.fa-pager:before {
  content: "\f815"; }

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

.fa-paint-roller:before {
  content: "\f5aa"; }

.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-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.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-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

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

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

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

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

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

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

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

.fa-person-booth:before {
  content: "\f756"; }

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

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

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

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

.fa-phone-alt:before {
  content: "\f879"; }

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

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

.fa-phone-square-alt:before {
  content: "\f87b"; }

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

.fa-photo-video:before {
  content: "\f87c"; }

.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-pied-piper-square:before {
  content: "\e01e"; }

.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-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

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

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.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-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

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

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

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

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

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.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-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.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-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.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-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.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-route:before {
  content: "\f4d7"; }

.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-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.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-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.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-shapes:before {
  content: "\f61f"; }

.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-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.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-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.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-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.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-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.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-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.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-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.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-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.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-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.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-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.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-injured:before {
  content: "\f728"; }

.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-nurse:before {
  content: "\f82f"; }

.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-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.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-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.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-wind:before {
  content: "\f72e"; }

.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-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.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-wpressr:before {
  content: "\f3e4"; }

.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-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.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;
  overflow: visible;
  position: static;
  width: auto; }




.source-sans-pro {
  font-family: 'Source Sans Pro';
}


/* Disable Keyboard Focus */
/*--------------------------------------------------------------------------*/




[tabindex]:focus-within,
label[tabindex='0']:focus-within {
  outline-color: none;
  outline-style: none;
  outline-width: none;
  outline-offset: none;
}


/* Wrap links on mobile devices */
/*--------------------------------------------------------------------------*/
@media (max-width:767px) {
  a:not(.btn) {
    word-wrap: break-word;
  } 
}


/* Custom <li> marker */
/*--------------------------------------------------------------------------*/
body li::marker {
  color: #FF6600;
}


/* Fade in effect on scroll */
/*--------------------------------------------------------------------------*/
.row-fluid-wrapper {
  transition: 1.5s;
}
.row-fluid-wrapper.hide-row {
  opacity: 0;
}

/* Custom consent banner styles */
/*--------------------------------------------------------------------------*/
#hs-eu-cookie-confirmation {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  height: 100% !important;
}
#hs-eu-cookie-confirmation-inner {
  box-shadow: 0 0px 1px #eaf0f6 !important;
  border: 1px solid rgba(30, 74, 96, 20%) !important;
  height: 75% !important;
  top: calc(52.5px + 50%) !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  max-width: 1200px !important;
  width: 100% !important;
}
.body-wrapper:has(.header-container-wrapper.sticky) ~ #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
  top: calc(45.0px + 50%) !important;
}
#hs-eu-cookie-confirmation-inner p,
#hs-eu-cookie-confirmation-inner span,
#hs-eu-cookie-confirmation-inner p span {
  font-size: 20px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.00em !important;
}
#hs-eu-policy-wording {
  padding-top: 48px;
}

/* CUSTOM MOBILE GRID SETTINGS */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  /* Container spacing */
  .container,
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
  div[class*=span].dnd-column {
    padding-left: 32px;
    padding-right: 32px;
  }
  /* DnD Max Width Sections */
  div[class*='max-width-section'],
  div[class*="full-width-section"] ,
  .hs-inline-edit [class~="full-width"],
  .full-width {
    margin-left: -32px;
    margin-right: -32px;
  }
  .container-fluid.dnd-area>.row-fluid-wrapper {
    padding: 0; 
  }
}



/* CUSTOM TABLET GRID SETTINGS */
/*--------------------------------------------------------------------------*/

@media (min-width:768px) and (max-width:1023px) {
  .row-fluid > .span4,
  .row-fluid > .span8 { 
    /* width: 100% !important; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-fluid-wrapper .row-fluid > .dnd-column {
    padding-right: 16px!important;
    padding-left: 16px!important;
  }
}



/* Body */
/*--------------------------------------------------------------------------*/

body.modal-open {
  overflow: hidden; /* scroll lock */
}



/* Button icons */
/*--------------------------------------------------------------------------*/

svg.text-link, svg.external-link {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  margin-left: 16px;
  fill: #FF6600;
  transition: .3s;
}
.btn-text:hover svg.text-link, .btn-text:hover svg.external-link,
.btn-external-link:hover svg.text-link, .btn-external-link:hover svg.external-link {
  fill: rgba(255, 102, 0, .5);
}



/* CUSTOM MOBILE GRID SETTINGS */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .container-fluid.dnd-area>.row-fluid-wrapper {
    padding: 0; 
  }
}



/* Link styles */
/*--------------------------------------------------------------------------*/
a, .link {
  color: #FF6600;
  text-decoration: none;
  cursor: pointer;
  transition: .3s;
}
a:hover, .link:hover {
  color: rgba(255, 102, 0, .5);
  text-decoration: none;
}
a:focus, .link:focus {
    color: rgba(255, 102, 0, .5);
    text-decoration: none;
}



/* CTA Button styles */
/*--------------------------------------------------------------------------*/
@media (max-width:767px) {
  a.cta_button {
    display: block!important;
  }
}

a.cta_button {
  font-weight: 700!important;
}
  


/* Disable outline styles on focus */
/*--------------------------------------------------------------------------*/
a[href]:focus-within, 
area[href]:focus-within, 
label[tabindex='0']:focus-within, 
input:not([disabled]):focus-within, 
select:not([disabled]):focus-within, 
textarea:not([disabled]):focus-within, 
button:not([disabled]):focus-within, 
iframe:focus-within, 
[tabindex]:focus-within, 
[contentEditable=true]:focus-within {
  outline-color: transparent;
  outline-style: none;
  outline-width: 0;
  outline-offset: 0;
}



/* Header styles */
/*--------------------------------------------------------------------------*/
@keyframes stickyHeader {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

header.header-container-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0
}
header.header-container-wrapper .header-container .container .row {
  height: 105px;
  justify-content: space-between;
}
header.sticky.header-container-wrapper .header-container .container .row {
  height: 90px;
}
header.sticky {
  position: fixed;
  animation: .6s stickyHeader;
  z-index: 1;
}
header:not(.sticky) .header_logo {
  display: block;
}
header:not(.sticky) .sticky_logo {
  display: none;
}
header.sticky .header_logo {
  display: none;
}
header.sticky .sticky_logo {
  display: block;
}
header.header-container-wrapper .header-container .navbar-container {
  align-items: center;
  justify-content: flex-end;
}
.navi-open .header-container-wrapper .header-container,
header.sticky.header-container-wrapper .header-container {
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0,0,0,0.16);
}

@media (max-width:767px) {
  header .header-container {
    max-height: 96px; 
  }
  header.header-container-wrapper .header-container .container .row {
    height: 96px;
  }
  header.sticky.header-container-wrapper .header-container .container .row {
    height: 66px;
  }
  header.header-container-wrapper .header-container .navbar-container .language-switch {
    display: block;
  }
}
.navbar-container {
  position: static;
}

@media (max-width: 1023px) {
  .header-container .navigation-btn {
    position: static;
    margin: 0 auto;
  }
  .header-container .navigation-btn i {
    font-size: 20px
  }
}



/* Footer styles */
/*--------------------------------------------------------------------------*/
footer .footer-container {
  background-color: #1E4A60;
}
footer .footer-container .link:hover,
footer .footer-container a:hover {
  text-decoration: none;
}
footer .footer-container .container .row {
  align-items: flex-start;
}
footer .footer-container .trademark {
  margin-bottom: 3rem;
}
footer .hs_cos_wrapper_type_simple_menu .simple-menu-inner {
  margin-top: 1rem;
}
footer .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li {
  border-top: 1px solid rgba(255, 255, 255, .2);
}
footer .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li:first-child {
  border-top: none; 
}
footer .hs_cos_wrapper_type_simple_menu .hs-menu-item > a {
  padding: 16px 8px;
}
footer .hs_cos_wrapper_type_simple_menu .hs-menu-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
footer .hs_cos_wrapper_type_simple_menu .hs-menu-item > a i {
  fill: #FFFFFF;
  color: #FFFFFF;
}
footer .hs_cos_wrapper_type_simple_menu .hs-menu-item > a,
footer .address .address-inner a {
  transition: .3s;;
}
footer .hs_cos_wrapper_type_simple_menu .hs-menu-item a:hover,
footer .address .address-inner a:hover {
  color: rgba(255, 255, 255, .5);
}
footer .hs_cos_wrapper_type_simple_menu .hs-menu-item a:hover i,
footer .address .address-inner a:hover svg {
  fill: rgba(255, 255, 255, .5);
  color: rgba(255, 255, 255, .5);
}
footer .address .address-inner {
  margin-top: 2rem;
  font-size: 14px
}
footer .address .address-group {
  line-height: 1.5;
  margin-bottom: 12.0px;
}
footer .address .address-inner i {
  fill: #FFFFFF;
  color: #FFFFFF;
  margin-right: 16px
}
footer p,
footer .richtext,
footer a,
footer .hs_cos_wrapper_type_simple_menu .hs-menu-item > a {
  color: #FFFFFF;
}
footer .socialmedia.social-links {
  margin-top: 0;
}
footer .socialmedia.social-links .icon {
  margin-top: 0;
  border-radius: 0;
  width: 24.0px;
  height: 24.0px;
  margin-right: 16px;
  margin-left: 16px;
}
footer .socialmedia.social-links .icon:first-child {
  margin-left: 0; 
}
footer .socialmedia.social-links .icon:last-child {
  margin-right: 0;
}
footer .socialmedia.social-links .icon svg, 
footer .socialmedia.social-links .icon i {
  fill: rgba(255, 255, 255, .4);
  color: rgba(255, 255, 255, .4);
  width: 100%;
  height: 100%;
  padding: 0;
}
footer .footer-divider {
  background-color: rgba(255, 255, 255, .2);
  margin-top: 16px;
  margin-bottom: 0;
}
footer .mandatory .seperator {
  display: none;
}
footer .mandatory .hs-menu-item > a {
  color: rgba(255, 255, 255, .4);
  padding-top: 0;
  padding-bottom: 0;
}



/* Footer styles - Mobile */
/*--------------------------------------------------------------------------*/
@media (max-width:767px) {
  footer .hs_cos_wrapper_type_simple_menu .simple-menu-inner {
    margin-top: 0;
  }
  footer .address .address-inner {
    margin-top: 16px;
  }
  footer .address .address-group {
    margin-bottom: 52.0px;
  }
  .mandatory-inner > .hs-menu-item:after,
  .mandatory-inner > .hs-menu-item.cookie-einstellungen:after {
    content: none;
  }
}



/* Splide pagination */
/*--------------------------------------------------------------------------*/
.splide__pagination .splide__pagination__page {
  margin-right: 10px;
  margin-left: 10px;
}
button.splide__pagination__page:focus {
  background: none;
  border-radius: 50%!important;
}
button.splide__pagination__page:not([disabled]):focus-within {
  outline-style: none;
}



/* Solutions specific styles */
/*--------------------------------------------------------------------------*/
.solutions-index .article-item {
  height: 100%;
}

/* Solutions - Twinbox-text: li margin fix */
/*-----------------------------------------*/
.solutions-detail .hs_cos_wrapper_type_rich_text .twinbox ul > li, 
.solutions-detail .hs_cos_wrapper_type_rich_text .twinbox ol > li {
  margin-bottom: 0;
}

/* Solutions - CTA-Banner: Negative margin fix */
/*---------------------------------------------*/
.solutions-detail .container .cta-banner {
  margin-right: 0;
  margin-left: 0;
}


/* Form specific styles */
/*--------------------------------------------------------------------------*/
.hs-form .hs-richtext:not(.hs-main-font-element) {
  margin-bottom: 0;
}



/* System pages */
/*--------------------------------------------------------------------------*/
.system-page .content-container-wrapper {
  margin-top: 105px;
}
.system-page .system {
  padding-top: 64px;
  padding-bottom: 64px;
}
.system-page .system .hs-form label {
  color: #1E4A60;
}
.system-page .system .hs-form input[type="text"] {
  padding: 8.0px 16px;
}
.system-page .system .hs-form input[type='password'] {
  border-radius: 0;
}
.system-page .form-input-validation-message .no-list {
  padding-left: 0;
  padding-right: 0;
}
.system-page .system .hs-form .hs-membership-loader .actions {
  text-align: center;
}
.system-page .system .hs-form .hs-membership-loader .actions .hs-button {
  margin-top: 48px;
}



@media (max-width:767px) {
  .system-page .content-container-wrapper {
    margin-top: 96px;
  }
  .system-page .system .hs-form .hs-membership-loader .actions .hs-button {
    margin-top: 32px;
  }
}



/* Backup unsubscribe */
/*--------------------*/
.system-page.email-backup-unsubscribe h3 {
  margin-bottom: 32px;
}
.system-page.email-backup-unsubscribe form .hs-button {
  margin-top: 64px;
}
@media (max-width:767px) {
  .system-page.email-backup-unsubscribe form .hs-button {
    margin-top: 48px;
  }
}

/* Membership login */
/*------------------*/
.system-page.membership-login .hs-form div:has(#hs_login_reset) {
  text-align: left;
}

@media (max-width:767px) {
  .system-page.membership-login .hs-form div:has(#hs_login_reset) {
    margin-top: 32px;
  }
  .system-page.membership-login .hs-form .hs-membership-loader .actions {
    margin-top: 16px;
  }
  .system-page.membership-login .hs-form input[type="submit"] {
    margin-top: 0;
  }
}



/* Membership registration */
/*-------------------------*/
.system-page.membership-registration .form-input-validation-message .no-list {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 0;
}

@media (max-width:767px) {
  .system-page.membership-registration .form-input-validation-message .no-list {
    margin-top: 48px;
    margin-bottom: 80px;
  }
}



/* Membership reset password request */
/*-----------------------------------*/
.system-page.membership-reset-password-request h1 + p {
  margin-bottom: 0;
}
.system-page.membership-reset-password-request .no-list {
  margin-top: 0;
}

@media (max-width:767px) {
  .system-page.membership-reset-password-request form.hs-form .hs-form-field {
    margin-top: 16px;
  }
}



/* Membership reset password */
/*---------------------------*/


@media (max-width:767px) {
  .system-page.membership-reset-password h1 {
    margin-bottom: 0;
  }
  .system-page.membership-reset-password .form-input-validation-message .no-list {
    margin-top: 8.0px;
    margin-bottom: 32px;
  }
}


/* Membership reset password */
/*---------------------------*/
.system-page.password-prompt h1 {
  margin-bottom: 0;
}
.system-page.password-prompt form .hs-button {
  margin-top: 64px;
}

@media (max-width:767px) {
  .system-page.password-prompt form .hs-button {
    margin-top: 48px;
  }
}


/* E-Mail subscription preferences */
/*---------------------------------*/
.system-page.email-subscription-preferences .page-header {
  padding-bottom: 28px!important;
}
.system-page.email-subscription-preferences h2 {
  margin-top: 16px;
  margin-bottom: 32px;
}
.system-page.email-subscription-preferences .email-prefs input[type="submit"] {
  margin-top: 64px;
}

@media (max-width:767px) {
  .system-page.email-subscription-preferences h2 {
    margin-top: 8.0px;
    margin-bottom: 16px;
  }
  .system-page.email-subscription-preferences .email-prefs input[type="submit"] {
    margin-top: 48px;
  }
}


/* E-Mail subscription preferences */
/*---------------------------------*/
.hs-landing-page.thank_you .content-container-wrapper {
  margin-top: 201px;
  margin-bottom: 96px;
}
/* CUSTOM CHILD THEME STYLESHEETS */
/*--------------------------------------------------------------------------*/




/* THEME SECTION STYLESHEETS */
/*--------------------------------------------------------------------------*/



/* Add 100% height, bu only if there is exactly 1 row-fluid-wrapper */
/*--------------------------------------------------------------------------*/

@media (min-width:768px) {
  .section-row-equalize .row-fluid-wrapper:first-child:last-child .row-fluid,
  .section-row-equalize .row-fluid-wrapper:first-child:last-child {
    height:100%;
  }
}


/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.hs-inline-edit .aos-init, .hs-inline-edit [data-aos] { opacity: 1!important; transform: none!important; }
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}