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

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

/* 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.
 */

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: bold;
}

/**
 * 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: 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: #EFF2F3;
  width: 100%; height: 128px;
  display: block;
}


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

.container,
div[class*="full-width-section"] > .row-fluid {
    max-width: 1226px !important;
}
div[class*="full-width-section"] > .row-fluid {
    margin-right: auto;
    margin-left: auto;
}
.container,
.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}




/* 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%;
}
.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;
}


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

@media (max-width:375px) {
    .d-xs-none {
        display: none !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'] .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: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@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 */
/* -------------------------------------- */

.container-fluid.dnd-area,
.container-fluid.dnd-header,
.container-fluid.dnd-footer,
.container-fluid.dnd-sidebar {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* 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%;
    padding: 16px;
}

[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-wrapper {
  padding: 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) {
    .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 {
    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;
    margin: -16px;
}
.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%;
}

/* Disabled Safari Problem: */


/* Copy & Paste From Bootstrap Grid: */

.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%;
}


.container-fluid {
    *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}
.container-fluid:after {
    clear: both;
}


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

@media screen and (max-width:767px) {
  /*  */
    .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  {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    } 

}


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

@media screen and (min-width:768px) and (max-width:1023px) {
  /*  */
   .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,
  .row-fluid > .span3  { 
    -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 (Transformation) */
/*--------------------------------------------------------------------------*/

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

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

/* Print */
@media print {
 
  .box-shadow-sm-hover,
  .box-shadow-sm {
    border: 1px solid #E5E8E9;
  }
 
  .box-shadow-md-hover,
  .box-shadow-md {
    border: 1px solid #E5E8E9;
  }
 
  .box-shadow-lg-hover,
  .box-shadow-lg {
    border: 1px solid #E5E8E9;
  }
 
}


/* 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 (Aspect-Ratio) */
/*--------------------------------------------------------------------------*/

.aspect-ratio {
  position: relative;
  height: 0;
  width: 100%;
}
.aspect-ratio.ratio-1x4 {
  padding-bottom: 25%;
}
.aspect-ratio.ratio-1x3 {
  padding-bottom: 33.333%;
}
.aspect-ratio.ratio-2_95x1 {
  padding-bottom: 33.85%;
}
.aspect-ratio.ratio-4x5 {
  padding-bottom: 48.25%;
}
.aspect-ratio.ratio-1x2 {
  padding-bottom: 50%;
}
.aspect-ratio.ratio-16x9 { 
  padding-bottom: 56.25%; 
}
.aspect-ratio.ratio-6x4 {
  padding-bottom: 66.6%;
}
.aspect-ratio.ratio-7x4 {
  padding-bottom: 57.14286%;
}
.aspect-ratio.ratio-7x5 {
  padding-bottom: 71.43%;
}
.aspect-ratio.ratio-1x1 {
  padding-bottom: 100%;
}
.aspect-ratio.ratio-13x38 {
  padding-bottom: 34.21053%;
}
.full-width.aspect-ratio.ratio-13x38 {
  padding-bottom: calc(100vw - 65.78947%);
}
.aspect-ratio > img, 
.aspect-ratio > .placeholder {
  width: 100%;  
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute; 
  top: 0; right: 0; bottom: 0; left: 0;
  overflow: hidden;
}
.full-width.aspect-ratio,
.banner.full-width.aspect-ratio {
  width: 100vw;
  height: 0;
  min-height: 0;
}
@media (max-width:767px) {
  .aspect-ratio.ratio-sm-7x5 {
    padding-bottom: 71.43%;
  }
  .full-width.aspect-ratio.ratio-sm-7x5 {
    padding-bottom: calc(100vw - 28.57%);
  }
}


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

.color-primary {
  color: #1C3043;
}
.color-secondary {
  color: #FF9600;
}
.color-black {
  color: #000000;
}
.color-white {
  color: #FFFFFF;
}


/* Helper (Font-Weight) */
/*--------------------------------------------------------------------------*/

.font-weight-bold {
  font-weight: bold;
}
.font-weight-normal {
  font-weight: normal;
}


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

.no-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}
.no-scroll {
  overflow: hidden !important;
  max-height: 100vh;
}


/* Helper (No-Padding, No-Marign) */
/*--------------------------------------------------------------------------*/

.no-padding { padding: 0 !important; }
.no-margin { margin: 0 !important; }
@media (max-width:1023px) {
  .no-md-padding { padding: 0 !important; }
  .no-md-margin { margin: 0 !important; }
}
@media (max-width:767px) {
  .no-sm-padding { padding: 0 !important; }
  .no-sm-margin { margin: 0 !important; }
}


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


/* primary */
.bg-primary {
  background: #1C3043;
}

/* secondary */
.bg-secondary {
  background: #FF9600;
}

/* tertiary */
.bg-tertiary {
  background: #324455;
}

/* quaternary */
.bg-quaternary {
  background: #FEAB33;
}

/* white */
.bg-white {
  background: #FFFFFF;
}

/* black */
.bg-black {
  background: #000000;
}

/* light_gray */
.bg-light_gray {
  background: #EFF2F3;
}

/* medium_gray */
.bg-medium_gray {
  background: ;
}

/* dark_gray */
.bg-dark_gray {
  background: #4C4C4C;
}

/* antrazit */
.bg-antrazit {
  background: #1C3043;
}

/* Helper (Grid-Spacer) */
/*--------------------------------------------------------------------------*/

/* Gaps */
.space-large  { height: 160px;  }
.space-medium { height: 96px; }
.space-small  { height: 64px;  }

/* Edge to Edge */
.flush-header { margin-top: -16px };
.flush-footer { margin-bottom: -16px };
@media (max-width:767px) {
  .flush-header { margin-top: -16px };
  .flush-footer { margin-bottom: -32px };
}


/* 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 (Align) */
/*--------------------------------------------------------------------------*/

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


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

.d-none {
  display: none !important;
}
.hidden {
  visibility: hidden;
}
.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;
  width: 1px;
  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) */
/*--------------------------------------------------------------------------*/

  /* Desktop classes */
  .mt-0 { margin-top:    0px !important; }
  .mr-0 { margin-right:  0px !important; }
  .mb-0 { margin-bottom: 0px !important; }
  .ml-0 { margin-left:   0px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be mt-sm-x */
    body .sm-mt-0 { margin-top:    0px !important; }
    body .sm-mr-0 { margin-right:  0px !important; }
    body .sm-mb-0 { margin-bottom: 0px !important; }
    body .sm-ml-0 { margin-left:   0px !important; }
  }
  @media print {
    body .mt-print-0 { margin-top:    0px !important; }
    body .mr-print-0 { margin-right:  0px !important; }
    body .mb-print-0 { margin-bottom: 0px !important; }
    body .ml-print-0 { margin-left:   0px !important; }
  }
  
  /* Desktop classes */
  .mt-1 { margin-top:    16px !important; }
  .mr-1 { margin-right:  16px !important; }
  .mb-1 { margin-bottom: 16px !important; }
  .ml-1 { margin-left:   16px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be mt-sm-x */
    body .sm-mt-1 { margin-top:    16px !important; }
    body .sm-mr-1 { margin-right:  16px !important; }
    body .sm-mb-1 { margin-bottom: 16px !important; }
    body .sm-ml-1 { margin-left:   16px !important; }
  }
  @media print {
    body .mt-print-1 { margin-top:    16px !important; }
    body .mr-print-1 { margin-right:  16px !important; }
    body .mb-print-1 { margin-bottom: 16px !important; }
    body .ml-print-1 { margin-left:   16px !important; }
  }
  
  /* Desktop classes */
  .mt-2 { margin-top:    32px !important; }
  .mr-2 { margin-right:  32px !important; }
  .mb-2 { margin-bottom: 32px !important; }
  .ml-2 { margin-left:   32px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be mt-sm-x */
    body .sm-mt-2 { margin-top:    32px !important; }
    body .sm-mr-2 { margin-right:  32px !important; }
    body .sm-mb-2 { margin-bottom: 32px !important; }
    body .sm-ml-2 { margin-left:   32px !important; }
  }
  @media print {
    body .mt-print-2 { margin-top:    32px !important; }
    body .mr-print-2 { margin-right:  32px !important; }
    body .mb-print-2 { margin-bottom: 32px !important; }
    body .ml-print-2 { margin-left:   32px !important; }
  }
  
  /* Desktop classes */
  .mt-3 { margin-top:    48px !important; }
  .mr-3 { margin-right:  48px !important; }
  .mb-3 { margin-bottom: 48px !important; }
  .ml-3 { margin-left:   48px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be mt-sm-x */
    body .sm-mt-3 { margin-top:    48px !important; }
    body .sm-mr-3 { margin-right:  48px !important; }
    body .sm-mb-3 { margin-bottom: 48px !important; }
    body .sm-ml-3 { margin-left:   48px !important; }
  }
  @media print {
    body .mt-print-3 { margin-top:    48px !important; }
    body .mr-print-3 { margin-right:  48px !important; }
    body .mb-print-3 { margin-bottom: 48px !important; }
    body .ml-print-3 { margin-left:   48px !important; }
  }
  
  /* Desktop classes */
  .mt-4 { margin-top:    64px !important; }
  .mr-4 { margin-right:  64px !important; }
  .mb-4 { margin-bottom: 64px !important; }
  .ml-4 { margin-left:   64px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be mt-sm-x */
    body .sm-mt-4 { margin-top:    64px !important; }
    body .sm-mr-4 { margin-right:  64px !important; }
    body .sm-mb-4 { margin-bottom: 64px !important; }
    body .sm-ml-4 { margin-left:   64px !important; }
  }
  @media print {
    body .mt-print-4 { margin-top:    64px !important; }
    body .mr-print-4 { margin-right:  64px !important; }
    body .mb-print-4 { margin-bottom: 64px !important; }
    body .ml-print-4 { margin-left:   64px !important; }
  }
  
  /* Desktop classes */
  .mt-5 { margin-top:    80px !important; }
  .mr-5 { margin-right:  80px !important; }
  .mb-5 { margin-bottom: 80px !important; }
  .ml-5 { margin-left:   80px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be mt-sm-x */
    body .sm-mt-5 { margin-top:    80px !important; }
    body .sm-mr-5 { margin-right:  80px !important; }
    body .sm-mb-5 { margin-bottom: 80px !important; }
    body .sm-ml-5 { margin-left:   80px !important; }
  }
  @media print {
    body .mt-print-5 { margin-top:    80px !important; }
    body .mr-print-5 { margin-right:  80px !important; }
    body .mb-print-5 { margin-bottom: 80px !important; }
    body .ml-print-5 { margin-left:   80px !important; }
  }
  
  /* Desktop classes */
  .mt-6 { margin-top:    96px !important; }
  .mr-6 { margin-right:  96px !important; }
  .mb-6 { margin-bottom: 96px !important; }
  .ml-6 { margin-left:   96px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be mt-sm-x */
    body .sm-mt-6 { margin-top:    96px !important; }
    body .sm-mr-6 { margin-right:  96px !important; }
    body .sm-mb-6 { margin-bottom: 96px !important; }
    body .sm-ml-6 { margin-left:   96px !important; }
  }
  @media print {
    body .mt-print-6 { margin-top:    96px !important; }
    body .mr-print-6 { margin-right:  96px !important; }
    body .mb-print-6 { margin-bottom: 96px !important; }
    body .ml-print-6 { margin-left:   96px !important; }
  }
  
  /* Desktop classes */
  .mt-7 { margin-top:    112px !important; }
  .mr-7 { margin-right:  112px !important; }
  .mb-7 { margin-bottom: 112px !important; }
  .ml-7 { margin-left:   112px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be mt-sm-x */
    body .sm-mt-7 { margin-top:    112px !important; }
    body .sm-mr-7 { margin-right:  112px !important; }
    body .sm-mb-7 { margin-bottom: 112px !important; }
    body .sm-ml-7 { margin-left:   112px !important; }
  }
  @media print {
    body .mt-print-7 { margin-top:    112px !important; }
    body .mr-print-7 { margin-right:  112px !important; }
    body .mb-print-7 { margin-bottom: 112px !important; }
    body .ml-print-7 { margin-left:   112px !important; }
  }
  
  /* Desktop classes */
  .mt-8 { margin-top:    128px !important; }
  .mr-8 { margin-right:  128px !important; }
  .mb-8 { margin-bottom: 128px !important; }
  .ml-8 { margin-left:   128px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be mt-sm-x */
    body .sm-mt-8 { margin-top:    128px !important; }
    body .sm-mr-8 { margin-right:  128px !important; }
    body .sm-mb-8 { margin-bottom: 128px !important; }
    body .sm-ml-8 { margin-left:   128px !important; }
  }
  @media print {
    body .mt-print-8 { margin-top:    128px !important; }
    body .mr-print-8 { margin-right:  128px !important; }
    body .mb-print-8 { margin-bottom: 128px !important; }
    body .ml-print-8 { margin-left:   128px !important; }
  }
  
  /* Desktop classes */
  .mt-9 { margin-top:    144px !important; }
  .mr-9 { margin-right:  144px !important; }
  .mb-9 { margin-bottom: 144px !important; }
  .ml-9 { margin-left:   144px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be mt-sm-x */
    body .sm-mt-9 { margin-top:    144px !important; }
    body .sm-mr-9 { margin-right:  144px !important; }
    body .sm-mb-9 { margin-bottom: 144px !important; }
    body .sm-ml-9 { margin-left:   144px !important; }
  }
  @media print {
    body .mt-print-9 { margin-top:    144px !important; }
    body .mr-print-9 { margin-right:  144px !important; }
    body .mb-print-9 { margin-bottom: 144px !important; }
    body .ml-print-9 { margin-left:   144px !important; }
  }
  
  .m-0 {margin:0;} 


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

  /* Desktop classes */
  .pt-0 { padding-top:    0px !important; }
  .pr-0 { padding-right:  0px !important; }
  .pb-0 { padding-bottom: 0px !important; }
  .pl-0 { padding-left:   0px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be pt-sm-x */
    body .sm-pt-0 { padding-top:    0px !important; }
    body .sm-pr-0 { padding-right:  0px !important; }
    body .sm-pb-0 { padding-bottom: 0px !important; }
    body .sm-pl-0 { padding-left:   0px !important; }
  }
  @media print {
    body .pt-print-0 { padding-top:    0px !important; }
    body .pr-print-0 { padding-right:  0px !important; }
    body .pb-print-0 { padding-bottom: 0px !important; }
    body .pl-print-0 { padding-left:   0px !important; }
  }
  
  /* Desktop classes */
  .pt-1 { padding-top:    16px !important; }
  .pr-1 { padding-right:  16px !important; }
  .pb-1 { padding-bottom: 16px !important; }
  .pl-1 { padding-left:   16px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be pt-sm-x */
    body .sm-pt-1 { padding-top:    16px !important; }
    body .sm-pr-1 { padding-right:  16px !important; }
    body .sm-pb-1 { padding-bottom: 16px !important; }
    body .sm-pl-1 { padding-left:   16px !important; }
  }
  @media print {
    body .pt-print-1 { padding-top:    16px !important; }
    body .pr-print-1 { padding-right:  16px !important; }
    body .pb-print-1 { padding-bottom: 16px !important; }
    body .pl-print-1 { padding-left:   16px !important; }
  }
  
  /* Desktop classes */
  .pt-2 { padding-top:    32px !important; }
  .pr-2 { padding-right:  32px !important; }
  .pb-2 { padding-bottom: 32px !important; }
  .pl-2 { padding-left:   32px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be pt-sm-x */
    body .sm-pt-2 { padding-top:    32px !important; }
    body .sm-pr-2 { padding-right:  32px !important; }
    body .sm-pb-2 { padding-bottom: 32px !important; }
    body .sm-pl-2 { padding-left:   32px !important; }
  }
  @media print {
    body .pt-print-2 { padding-top:    32px !important; }
    body .pr-print-2 { padding-right:  32px !important; }
    body .pb-print-2 { padding-bottom: 32px !important; }
    body .pl-print-2 { padding-left:   32px !important; }
  }
  
  /* Desktop classes */
  .pt-3 { padding-top:    48px !important; }
  .pr-3 { padding-right:  48px !important; }
  .pb-3 { padding-bottom: 48px !important; }
  .pl-3 { padding-left:   48px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be pt-sm-x */
    body .sm-pt-3 { padding-top:    48px !important; }
    body .sm-pr-3 { padding-right:  48px !important; }
    body .sm-pb-3 { padding-bottom: 48px !important; }
    body .sm-pl-3 { padding-left:   48px !important; }
  }
  @media print {
    body .pt-print-3 { padding-top:    48px !important; }
    body .pr-print-3 { padding-right:  48px !important; }
    body .pb-print-3 { padding-bottom: 48px !important; }
    body .pl-print-3 { padding-left:   48px !important; }
  }
  
  /* Desktop classes */
  .pt-4 { padding-top:    64px !important; }
  .pr-4 { padding-right:  64px !important; }
  .pb-4 { padding-bottom: 64px !important; }
  .pl-4 { padding-left:   64px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be pt-sm-x */
    body .sm-pt-4 { padding-top:    64px !important; }
    body .sm-pr-4 { padding-right:  64px !important; }
    body .sm-pb-4 { padding-bottom: 64px !important; }
    body .sm-pl-4 { padding-left:   64px !important; }
  }
  @media print {
    body .pt-print-4 { padding-top:    64px !important; }
    body .pr-print-4 { padding-right:  64px !important; }
    body .pb-print-4 { padding-bottom: 64px !important; }
    body .pl-print-4 { padding-left:   64px !important; }
  }
  
  /* Desktop classes */
  .pt-5 { padding-top:    80px !important; }
  .pr-5 { padding-right:  80px !important; }
  .pb-5 { padding-bottom: 80px !important; }
  .pl-5 { padding-left:   80px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be pt-sm-x */
    body .sm-pt-5 { padding-top:    80px !important; }
    body .sm-pr-5 { padding-right:  80px !important; }
    body .sm-pb-5 { padding-bottom: 80px !important; }
    body .sm-pl-5 { padding-left:   80px !important; }
  }
  @media print {
    body .pt-print-5 { padding-top:    80px !important; }
    body .pr-print-5 { padding-right:  80px !important; }
    body .pb-print-5 { padding-bottom: 80px !important; }
    body .pl-print-5 { padding-left:   80px !important; }
  }
  
  /* Desktop classes */
  .pt-6 { padding-top:    96px !important; }
  .pr-6 { padding-right:  96px !important; }
  .pb-6 { padding-bottom: 96px !important; }
  .pl-6 { padding-left:   96px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be pt-sm-x */
    body .sm-pt-6 { padding-top:    96px !important; }
    body .sm-pr-6 { padding-right:  96px !important; }
    body .sm-pb-6 { padding-bottom: 96px !important; }
    body .sm-pl-6 { padding-left:   96px !important; }
  }
  @media print {
    body .pt-print-6 { padding-top:    96px !important; }
    body .pr-print-6 { padding-right:  96px !important; }
    body .pb-print-6 { padding-bottom: 96px !important; }
    body .pl-print-6 { padding-left:   96px !important; }
  }
  
  /* Desktop classes */
  .pt-7 { padding-top:    112px !important; }
  .pr-7 { padding-right:  112px !important; }
  .pb-7 { padding-bottom: 112px !important; }
  .pl-7 { padding-left:   112px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be pt-sm-x */
    body .sm-pt-7 { padding-top:    112px !important; }
    body .sm-pr-7 { padding-right:  112px !important; }
    body .sm-pb-7 { padding-bottom: 112px !important; }
    body .sm-pl-7 { padding-left:   112px !important; }
  }
  @media print {
    body .pt-print-7 { padding-top:    112px !important; }
    body .pr-print-7 { padding-right:  112px !important; }
    body .pb-print-7 { padding-bottom: 112px !important; }
    body .pl-print-7 { padding-left:   112px !important; }
  }
  
  /* Desktop classes */
  .pt-8 { padding-top:    128px !important; }
  .pr-8 { padding-right:  128px !important; }
  .pb-8 { padding-bottom: 128px !important; }
  .pl-8 { padding-left:   128px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be pt-sm-x */
    body .sm-pt-8 { padding-top:    128px !important; }
    body .sm-pr-8 { padding-right:  128px !important; }
    body .sm-pb-8 { padding-bottom: 128px !important; }
    body .sm-pl-8 { padding-left:   128px !important; }
  }
  @media print {
    body .pt-print-8 { padding-top:    128px !important; }
    body .pr-print-8 { padding-right:  128px !important; }
    body .pb-print-8 { padding-bottom: 128px !important; }
    body .pl-print-8 { padding-left:   128px !important; }
  }
  
  /* Desktop classes */
  .pt-9 { padding-top:    144px !important; }
  .pr-9 { padding-right:  144px !important; }
  .pb-9 { padding-bottom: 144px !important; }
  .pl-9 { padding-left:   144px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be pt-sm-x */
    body .sm-pt-9 { padding-top:    144px !important; }
    body .sm-pr-9 { padding-right:  144px !important; }
    body .sm-pb-9 { padding-bottom: 144px !important; }
    body .sm-pl-9 { padding-left:   144px !important; }
  }
  @media print {
    body .pt-print-9 { padding-top:    144px !important; }
    body .pr-print-9 { padding-right:  144px !important; }
    body .pb-print-9 { padding-bottom: 144px !important; }
    body .pl-print-9 { padding-left:   144px !important; }
  }
  
  /* Desktop classes */
  .pt-10 { padding-top:    160px !important; }
  .pr-10 { padding-right:  160px !important; }
  .pb-10 { padding-bottom: 160px !important; }
  .pl-10 { padding-left:   160px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be pt-sm-x */
    body .sm-pt-10 { padding-top:    160px !important; }
    body .sm-pr-10 { padding-right:  160px !important; }
    body .sm-pb-10 { padding-bottom: 160px !important; }
    body .sm-pl-10 { padding-left:   160px !important; }
  }
  @media print {
    body .pt-print-10 { padding-top:    160px !important; }
    body .pr-print-10 { padding-right:  160px !important; }
    body .pb-print-10 { padding-bottom: 160px !important; }
    body .pl-print-10 { padding-left:   160px !important; }
  }
  
  /* Desktop classes */
  .pt-11 { padding-top:    176px !important; }
  .pr-11 { padding-right:  176px !important; }
  .pb-11 { padding-bottom: 176px !important; }
  .pl-11 { padding-left:   176px !important; }
  /* Mobile classes */
  @media(max-width:767px){ /* ups, sould be pt-sm-x */
    body .sm-pt-11 { padding-top:    176px !important; }
    body .sm-pr-11 { padding-right:  176px !important; }
    body .sm-pb-11 { padding-bottom: 176px !important; }
    body .sm-pl-11 { padding-left:   176px !important; }
  }
  @media print {
    body .pt-print-11 { padding-top:    176px !important; }
    body .pr-print-11 { padding-right:  176px !important; }
    body .pb-print-11 { padding-bottom: 176px !important; }
    body .pl-print-11 { padding-left:   176px !important; }
  }
  
  .p-0 {padding:0;}


/* 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: #EFF2F3;
  border: 1px solid #1C3043;
  color: #1C3043;
}
.loader.demo {
  width: 128px;
  height: 128px;
  margin: 0 auto;
  background-color: transparent;
}

iframe, .loader {
  background-size: 128px 128px;
  background-position: center; 
  background-repeat: no-repeat;
  background-image: url(//25186595.fs1.hubspotusercontent-eu1.net/hubfs/25186595/raw_assets/public/ALUCA_ReDesign/images/loading_spinner.svg);
}


.d-print-only {  display: none; }

/* 
 * A4 = 2480 x 3508 px (print resolution) 
 * A4 = 595 x 842 px (screen resolution)
 * Console: Strg + Shift + P > Rendering Emulate CSS print media type
 */




 @media print {
     @page {
         size: A4;
         margin: 20mm 10mm 20mm 20mm;
    }
    /* reset body */
     html, body {
         color: #000;
         margin: 0;
         padding: 0;
    }
    /* firefox fix */
     html.firefox, body.firefox {
         width: auto;
         height: auto;
    }
     .container-fluid.dnd-area, .container-fluid.dnd-header, .container-fluid.dnd-footer, .container-fluid.dnd-sidebar {
         padding-top: 0;
         padding-bottom: 0;
    }
    /* hide global elements */
     #nav, #navigation, #back-to-top, .header, .footer-bottom, .banner-overlay, .body-top, .body-top-bar, .nav, .navigation, .site-search, .search, .language-switch, .slide-panel, .back, .back-to-top, .dontPrint, .dont-print, .no-print, .d-print {
         display: none !important;
    }
     .d-print, .only-print {
         display: block !important;
    }
     .only-print.logo, .only-print.contact {
         background-color: #f3f3f3;
         padding: 5mm !important;
    }
     .only-print.logo img {
         margin: 0;
    }
    /* page break after headlines or images */
     h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
         page-break-after: avoid;
    }
     img, svg {
         page-break-inside: avoid;
    }
    /* reset grid */
     .row-fluid-wrapper, [class*="dnd_area"], [class^="dnd_area"], .container-fluid.dnd-area > .row-fluid-wrapper {
         background: none !important;
         background-image: none !important;
         background-color: transparent !important;
    }
     .header-container-wrapper, .header-container-wrapper.sticky {
         background: none;
         background-color: transparent;
         background-image: none;
    }
     .header-container-wrapper.sticky {
         animation-name: none;
    }
     footer .only-print.contact .headline {
         display: none;
    }
     footer .only-print.contact .contact-data p {
         margin-bottom: 0;
    }
     footer .only-print.contact .contact-data p:first-child {
         float: left;
         margin-right: 100mm;
    }
    /* reset floating */
     .float-right, .float-left {
         float: none !important;
         margin: 0 !important;
    }
    /* remove special link formatting */
     body a, body .link {
        color: #000000;
        font-weight: normal;
    }
    /* remove a:after */
     a[href]:after, a[href]:before {
         content: '' !important;
         margin: 0 !important;
         padding: 0 !important;
    }
    /* table */
     table tr td, table tr th {
         text-align: left !important;
    }
     table tr td {
         border-top: 1px solid #000 !important;
    }
    /* no break in table */
     .ie table {
         page-break-inside: avoid;
    }
    /* hide hubspot backend button */
     .hs-tools-menu {
         display: none !important;
    }
   
   .row-fluid-wrapper.dnd-section {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
   
}








@media print {
  body .row-print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
  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%;
  }
}


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

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

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

::-webkit-scrollbar-thumb:hover {
  background-color: #1C3043;
  border-radius: 16px;
  border: 2px solid #EFF2F3;
}

/* 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;
  }
}


/* 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(//25186595.fs1.hubspotusercontent-eu1.net/hubfs/25186595/raw_assets/public/ALUCA_ReDesign/images/leaflet/layers.png); 
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(//25186595.fs1.hubspotusercontent-eu1.net/hubfs/25186595/raw_assets/public/ALUCA_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(//25186595.fs1.hubspotusercontent-eu1.net/hubfs/25186595/raw_assets/public/ALUCA_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; /* Problematic in combination with body 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;
  border-radius: 4px;
}



/* 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;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  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;
}


/* 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: block;
  text-align: center;
  width: 95%;
  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;
}

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





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

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


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

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


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

@media print {
  .header-container,
  .content-container,
  .footer-container {
    background-color: transparent;
  }
}


/* Header, Body, Footer (Responsive Behavior) */
/*--------------------------------------------------------------------------*/

@media (max-width:1023px) {
  .header-container-wrapper.extend {
    height: 100vh;
  }
}


/* Extra Special Ordanary Footer Letter Spaceing */
/*--------------------------------------------------------------------------*/

.footer-container strong > .hs_cos_wrapper_type_text {
  letter-spacing: 0.068em;
}
/* 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(//25186595.fs1.hubspotusercontent-eu1.net/hubfs/25186595/raw_assets/public/ALUCA_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;
  }

/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  font-weight: 500
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

form fieldset > div {
  margin-bottom: 1rem !important;
}


/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* equal height */
.listing {
  margin-top: 32px;
}
.listing .item > * {
  height: 100%;
}


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

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  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:not(.hubdb) {
    min-width: 990px;
  }
}


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

td, th {
  vertical-align: top;
  padding-bottom: 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;
  }
}



/* Topbar (Variabls) */
/*--------------------------------------------------------------------------*/

/* Topbar (Partial) */
/*--------------------------------------------------------------------------*/

.topbar {
  color: #FFFFFF;
  background: #1C3043;
  z-index: 1;
}
@media (min-width:768px) { 
  .topbar * {
    line-height: 22px;
  }
}
.topbar .hs_cos_wrapper_type_simple_menu,
.topbar-slogan > span {
  display: inline-flex;
  align-items: center;
}
.topbar-slogan > span,
.topbar .language-switch .lang-btn,
.topbar .hs_cos_wrapper_type_simple_menu .hs-menu-item > a {
  padding: 8.0px 16px;
}
.topbar-slogan > span {
  padding-left: 4px;
}


/* Topbar (Mobile-Display) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .topbar-slogan,
  .topbar { display: none; }
  .topbar.show { display: block; }
  .topbar {
    position: fixed;
    bottom: 0; top: auto;
    left: 0; right: 0;
    height: 92px;
  }
  .topbar .hs_cos_wrapper_type_simple_menu .hs-menu-item.highlight > a {
    color: #FF9600;
    background: #1C3043;
  }
  .topbar .hs_cos_wrapper_type_simple_menu .hs-menu-item.highlight > a:hover {
    color: #FF9600; /* quaternary */
    background: #324455;
  }
  .language-switch { margin-right: 44px; }
  .lp .language-switch { margin-right: 0px; }
}


/* Topbar (Mobile-Style) Lang-Switch and Simple Menu */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .topbar .simple-menu {
    padding: 8px 0;
  }
  .topbar .simple-menu,
  .topbar .simple-menu-inner,
  .topbar .simple-menu ul,
  .topbar .simple-menu a {
    width: 100%
  }
  .topbar .simple-menu li.hs-menu-item {
    width: 50%;
  }
}


/* Topbar (Slogan) */
/*--------------------------------------------------------------------------*/

.topbar-slogan {
  white-space: nowrap;
}


body {
  font-family: "Roboto", Verdana, sans-serif;
}

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

a, .link {
  color: #FF9600;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}
a:hover, .link:hover {
  color: #FEAB33;
  text-decoration: none;
}
a:focus, .link:focus {
  color: #FEAB33;
}


/* Arrows */
.arrow-intern:before, .arrow-extern:before, .arrow-download:before,
.hs_cos_wrapper_type_rich_text a:before,
.no-child-button > .hs-button:before {
  font-family: 'Font Awesome 5 Free', 'Font Awesome';
  content: "\f30b";
  display: inline-block;
  margin-right: 0.8em;
}
.arrow-extern:before,
.hs_cos_wrapper_type_rich_text a[target="_blank"]:before {
  transform: rotate(-35deg);
}
.arrow-download:before {
  transform: rotate(90deg);
}

/* JS event.currentTarget Fix: Child Of An Interaction Should Not Be The Event Element. */
a *, button * {
  pointer-events: none;
}


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

a.no-link,
a.no-link:hover,
a.no-link:focus {
  color: inherit;
  text-decoration: none;
  cursor: default;
  font-weight: inherit;
}
a.no-link:before {
  display: none;
}


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

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


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



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


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

@media screen {
  p, .hs_cos_wrapper_type_rich_text, .image-text-box {
    margin: 0 0 16px 0;
    color: #4C4C4C;
    font-size: 18px;
    letter-spacing: 0.004em;
    line-height: 1.5;
    font-weight: 300;
  }
}
@media print {
  p, .hs_cos_wrapper_type_rich_text, .image-text-box {
    margin: 0 0 16px 0;
    color: #000000;
    font-size: 8pt;
    letter-spacing: 0.008em;
    line-height: 1.5;
    font-weight: 300;
  }
}


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

.uppercase {
  text-transform: uppercase;
}


/* Divider */
/*--------------------------------------------------------------------------*/

hr {
  margin: 64px 0 64px 0; 
}


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

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


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

body .overline {
  letter-spacing: 0.068em;
}


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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", Verdana, sans-serif;
  margin: 0 0 16px 0;
}

@media screen {
  h1, .h1 { color: #1C3043; font-size: 30px; letter-spacing: -0.003em; line-height: 36px;  }
  h2, .h2 { color: #1C3043; font-size: 20px; letter-spacing: -0.003em; line-height: 1.3;  }
  h3, .h3 { color: #1C3043; font-size: 18px; letter-spacing: 0.004em; line-height: 1.3;  }
  h4, .h4 { color: #1C3043; font-size: 16px; letter-spacing: 0.008em; line-height: 1.3;  }
  h5, .h5 { color: #1C3043; font-size: 14px; letter-spacing: 0.008em; line-height: 1.5;  }
  h6, .h6 { color: #1C3043; font-size: 12px; letter-spacing: 0.03em; line-height: 1.5;  }
}

@media screen and (min-width:768px) {
  h1, .h1 { color: #1C3043; font-size: 60px; letter-spacing: -0.006em; line-height: 1.1; margin-left: -1px;  }
  h2, .h2 { color: #1C3043; font-size: 36px; letter-spacing: -0.003em; line-height: 1.3;  }
  h3, .h3 { color: #1C3043; font-size: 24px; letter-spacing: -0.004em; line-height: 1.3;  }
  h4, .h4 { color: #1C3043; font-size: 18px; letter-spacing: 0.004em; line-height: 1.3;  }
  h5, .h5 { color: #1C3043; font-size: 16px; letter-spacing: 0.008em; line-height: 1.5;  }
  h6, .h6 { color: #1C3043; font-size: 12px; letter-spacing: 0.03em; line-height: 1.5;  }
}

@media print {
  h1, .h1 { font-size: 20pt; letter-spacing: -0.010em; line-height: 1.2; margin-left: -0.1em;  }
  h2, .h2 { font-size: 14pt; letter-spacing: -0.004em; line-height: 1.3;  }
  h3, .h3 { font-size: 12pt; letter-spacing: -0.002em; line-height: 1.5;  }
  h4, .h4 { font-size: 10pt; letter-spacing: 0.004em; line-height: 1.5;  }
  h5, .h5 { font-size: 8pt; letter-spacing: 0.008em; line-height: 1.5;  }
  h6, .h6 { font-size: 6pt; letter-spacing: 0.016em; line-height: 1.5;  }
}


/* Font-Size (mobile) */
/*--------------------------------------------------------------------------*/

@media screen {
  .font-size-xxxl, .font-size-xxxl p { font-size: 26px; letter-spacing: 0.000em; line-height: 1.1; ; }
  .font-size-xxl,  .font-size-xxl p  { font-size: 26px; letter-spacing: 0.000em; line-height: 1.1; ;  }
  .font-size-xl,   .font-size-xl p   { ;   }
  .font-size-l,    .font-size-l p    { font-size: 18px; letter-spacing: 0.002em; line-height: 1.5; ;    }
  .font-size-m,    .font-size-m p    { font-size: 16px; letter-spacing: 0.004em; line-height: 1.5; ;    }
  .font-size-s,    .font-size-s p    { font-size: 14px; letter-spacing: 0.008em; line-height: 1.5; ;    }
  body.x-theme .font-size-si,   body.x-theme .font-size-si p   { font-size: 14px; letter-spacing: 0.008em; line-height: 1.5; ;}
  .font-size-xs,   .font-size-xs p   { font-size: 14px; letter-spacing: 0.008em; line-height: 1.5; ;   }
  .font-size-xxs,  .font-size-xxs p  { font-size: 14px; letter-spacing: 0.008em; line-height: 1.5; ;  }
}


/* Font-Size (desktop) */
/*--------------------------------------------------------------------------*/

@media screen and (min-width:768px) {
  .font-size-xxxl, .font-size-xxxl p { font-size: 120px; letter-spacing: -0.016em; line-height: 1.1; margin-left: -2px; ; }
  .font-size-xxl,  .font-size-xxl p  { font-size: 65px; letter-spacing: -0.010em; line-height: 1.2; margin-left: -1px; ;  }
  .font-size-xl,   .font-size-xl p   { font-size: 24px; letter-spacing: -0.004em; line-height: 1.3; ;   }
  .font-size-l,    .font-size-l p    { font-size: 20px; letter-spacing: -0.002em; line-height: 1.5; ;    }
  .font-size-m,    .font-size-m p    { font-size: 18px; letter-spacing: 0.004em; line-height: 1.5; ;    }
  .font-size-s,    .font-size-s p    { font-size: 16px; letter-spacing: 0.008em; line-height: 1.5; ;    }
  body.x-theme .font-size-si,   body.x-theme .font-size-si p   { font-size: 16px; letter-spacing: 0.008em; line-height: 1.5; ;}
  .font-size-xs,   .font-size-xs p   { font-size: 14px; letter-spacing: 0.016em; line-height: 1.5; ;   }
  .font-size-xxs,  .font-size-xxs p  { font-size: 12px; letter-spacing: 0.024em; line-height: 1.5; ;  }
}


/* Font-Size (print) */
/*--------------------------------------------------------------------------*/

@media print {
  .font-size-xxxl, .font-size-xxxl p { font-size: 24pt; letter-spacing: -0.016em; line-height: 1.1; margin-left: -0.2em; ; }
  .font-size-xxl,  .font-size-xxl p  { font-size: 20pt; letter-spacing: -0.010em; line-height: 1.2; margin-left: -0.1em; ;  }
  .font-size-xl,   .font-size-xl p   { font-size: 14pt; letter-spacing: -0.004em; line-height: 1.3; ;   }
  .font-size-l,    .font-size-l p    { font-size: 12pt; letter-spacing: -0.002em; line-height: 1.5; ;    }
  .font-size-m,    .font-size-m p    { font-size: 10pt; letter-spacing: 0.004em; line-height: 1.5; ;    }
  .font-size-s,    .font-size-s p    { font-size: 8pt; letter-spacing: 0.008em; line-height: 1.5; ;    }
  .font-size-xs,   .font-size-xs p   { font-size: 6pt; letter-spacing: 0.016em; line-height: 1.5; ;   }
  .font-size-xxs,  .font-size-xxs p  { font-size: 6pt; letter-spacing: 0.024em; line-height: 1.5; ;  }
}


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

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


/* Inverted */
/*--------------------------------------------------------------------------*/

.inverted h1, .iverted .h1,
.inverted h2, .iverted .h2,
.inverted h3, .iverted .h3,
.inverted h4, .iverted .h4,
.inverted h5, .iverted .h5,
.inverted p,
.inverted strong,
.inverted span {
  color: #FFFFFF;
}


.blog-listitem-inner,
.blog-article-image-wrapper > div {
  transition: all 0ms linear;
}

/* ----------- Blog abo ----------- */
.blog-abonnememnt {
  -webkit-box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.10);
}

@media (min-width:1024px) {
  .blog-abonnememnt {
    -webkit-box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.10);
  }
}
.blog-abonnememnt .submitted-message {
  text-align:center;
  color: #4C4C4C;
}
.blog-abonnememnt h2 {
    margin-bottom:48px;
}
.blog-abonnememnt .legal-consent-container .hs-form-booleancheckbox-display span {
 color: #4C4C4C;
}



/* ----------- Blog post ----------- */
.blog-post-body h2 {
  margin-top: 80px;
  margin-bottom:48px;
}
.blog-post-body h3 {
  margin-top: 60px;
  color: #1C3043;
}
.blog-post-body ul {
  margin: 2rem 0;
}

.blog-post-body img {
  margin-top:20px;
  margin-bottom:20px;
  border-radius:4px;
  max-width:100%;
  height:auto;
}
@media (max-width:767px) {
  .blog-post-body h2 {
    margin-top: 48px;
    margin-bottom:24px;
  }
  
  .blog-post-body h3 {
    margin-top: 32px;
  }
  .blog-post-body img {
    margin-top:40px;
  }
}

.blog-comments form {
  margin-top: 48px;
  border-top: 2px solid #eee;
  padding-top: 48px !important;
}
.blog-comments .comment {
    padding-bottom: 32px;
}

.blog-back-overview {
  display:inline-block;
  color: #FF9600;
}



.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}


/* CTA */
.blog-post-body .hs-cta-wrapper a {
  display:block;
}
.blog-post-body .hs-cta-wrapper a:before {
  content: "";
}


/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

/*.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}*/

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}


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

.error {
  padding: 192px 0 128px 0;
  text-align: center;
}
/* headline */
.error-code {
  color: #FF9600;
  line-height: 1;
}
.error-text {
  z-index: 1;
}
.error .btn {
  margin-top: 16px;
}

.error .header {
  border-bottom: 1px solid #E5E8E9;
  padding-bottom: 40.0px;
}


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

.system {
  padding-top: 65px;
  padding-bottom: 85px;
  text-align: center;
}
/* headline */
.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 {
  display: inline-block;
  margin: 32px 0;
  padding: 8.0px 16px;
  width: 100%;
  font-size: 20px;
}
.system .icon {
  color: #FF9600;
  padding: 32px;
}


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

/* Title + Text */
.hs-search-results__title {
  color: #1C3043;
  font-family: "", Arial, sans-serif;
  font-size: 1.25rem;
  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: bold;
}
.hs-search-results__prev-page {
  float: left;
}
.hs-search-results__next-page {
  float: right;
}


/* PASSWORD PROMT */
/*--------------------------------------------------------------------------*/

.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-top: 1rem;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

.backup-unsubscribe #email-prefs-form input[type="submit"] {
  margin-top: 2rem;
}


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

.email-prefs {
  box-shadow: 20px 20px 40px #0000001A;
  border-radius: 4px;
  padding: 24.0px;
}

@media (max-width:767px) {
  .email-prefs {
    box-shadow: 20px 20px 40px #0000001A;
    border-radius: 4px;
    padding: 16px 0px;
  }
}

/* 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 {
  padding: 16px 0px;
  margin-bottom: 32px!important;
  width: 100%;
  cursor: pointer;
}
.email-prefs .item-inner {
  padding: 0px 16px;
}
.email-prefs .item .checkbox-row .fakelabel {
  height: auto!important;
}
.email-prefs .item .checkbox-row .fakelabel span {
  font-weight: 700;
  font-size: ;
}
.email-prefs .item .item-inner p {
  font-size: ;
  margin-left: 1.5rem;
}
#email-prefs-form .page-header {
  padding-bottom: 24.0px;
}
#email-prefs-form .page-header h1 {
  margin-bottom: 0;
} 
 
/* Disable All Box */
.subscribe-options {
  padding: 16px;
  width: 100%;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #E5E8E9 !important;
}
.subscribe-options .header {
  position: relative;
  font-weight: bold;
  margin-bottom: 8.0px;
  font-size: ;
}

/* button */
.email-prefs input[type=submit] {
  margin-top: 0!important;
}


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







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

.accordion {
  padding: 0;
  margin: 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 (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: #1C3043;
}
.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 #EFF2F3;
}
.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: "\f077";
  width: 32px;
  top: 16px;
  text-align: center;
}
.accordion .tab-checkbox:checked + .tab-button:after {
  content: "\f078";
}


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

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






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

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


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


.address i,
.address svg {
  color: #1C3043;
  fill: #1C3043;
  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;
    font-weight: normal;
  }
}






@media (min-width:768px) {
  .address-boxes .address-headline {
    margin-bottom: 48px;
  }
}





.address-box {
  padding: 48px 16px 48px 32px;
  background: #FFFFFF;
  box-shadow: 20px 20px 40px #0000001A;
  border-radius: 4px;
  color: #4C4C4C;
  font-weight: 300;
  height: 100%;
}

@media (max-width:767px) {
  .address-box { 
     padding: 32px 16px; 
  }
}





@media (min-width:768px) {
  .address-boxes.offset-bottom {
    position: relative;
    margin-bottom: -100px;
    z-index: 1;
  }
}





.address-box .name {
  margin-bottom: 16px;
}





@media (min-width:768px) {
  .address-headquarter .col-md-6.single-item {
    margin: 0 auto;
  }
}






/* Advice (Wrapper) */
/*--------------------------------------------------------------------------*/

.advice  {
  position: relative;
  width: 100%;
  border-top: 1px solid #000000;
  padding: 32px 0;
  background-color: #FFFFFF;
}

/* Sticky Part ( Desktop Only ) */
@media(min-width:1024px){
  .advice {
    position: fixed;
    bottom: 0; left: 0;
    width: 100%;
    z-index: 1;
  }
  .hs-inline-edit .advice {
    position: relative;
  }
}


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

.space-keeper {
  height: inherit;
  position: relative;
  width: 100%;
  border-top: 1px solid #000000;
}
.space-keeper.out-of-order {
  position: absolute;
  z-index: -1;
}
.hs-inline-edit .space-keeper {
  display: none;
}
@media(min-width:1024px){
  html:not(.hs-inline-edit) .advice.back-in-flow {
    position: relative;
    padding-left: 0;
    padding-right: 0; 
  }
}


/* Advice (Slide-in-out) */
/*--------------------------------------------------------------------------*/

.advice {
   transition: transform 300ms ease; 
}
@media(min-width:1024px){
  .advice,
  .advice.slide-in {
    transform: translateY(100%);
  }
  .hs-inline-edit .advice,
  .advice.slide-out {
    transform: translateY(0);
  }
}


/* Advice (Print) */
/*--------------------------------------------------------------------------*/

@media print {
  .advice {
    position: relative;
  }
  .space-keeper {
    display: none;
  }
}






/* Anchor (Styles) */
/*--------------------------------------------------------------------------*/

a.anchor.preview,
.page-editor a.anchor,
.hs-inline-edit a.anchor {
  display: block; position: relative;
  background: #6c8093;
  width: 100vw; height: 24.0px;
  line-height: 24.0px;
  left: 50%; right: 50%;
  margin-left: -50vw; margin-right: -50vw;
}
a.anchor[id].preview:before,
.page-editor a.anchor[id]:before,
.hs-inline-edit a.anchor[id]:before {
  content: 'Hash-ID: #'attr(id);
  color: #FFFFFF;
  display: inline-block; position: absolute;
  width: 100%; height: 24px;
  white-space: nowrap; text-align: center;
}






/* Anchor Menu */
/*--------------------------------------------------------------------------*/

.anchor-menu.version-1 .anchor-section {
  list-style: none;
  padding: 0;
  margin: 0;
}

.anchor-menu.version-1 .anchor-section li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}


/* Anchor Link */
/*--------------------------------------------------------------------------*/

.anchor-menu.version-1 .anchor-section li a {
  display: inline-block;
  padding: 11px 20px;
  background: #E5E8E9;
  color: #1C3043;
  font-size: 14px;
}

/* Hover */
.anchor-menu.version-1 .anchor-section li a:hover {
  background: #1C3043;
  color: #FFFFFF;
}






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

.article {
  width: 100%;
  height: 100%;
  border-radius: 4.0px;
  background: transparent;
  transition: box-shadow 150ms ease;
}
.article-inner {
  position: relative;
  width: 100%; height: 100%;
  padding-bottom: 16px;
}
.article .article-content {
  margin: 48px 32px 32px 32px;
}
.article .article-content strong {
  color: #1C3043;
  display: inline-block;
  margin-bottom: 16px;
  word-break: break-word;
}
.article .article-content p {
  color: #4C4C4C;
  word-break: break-word;
  margin-bottom: 32px;
}
.article-image-wrapper {
  transition: box-shadow 150ms ease;
}
.article-image {
  background: #EFF2F3;
  overflow: hidden;
  border-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: #4C4C4C;
  font-style: normal;
}


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

.article .read-more {
  position: relative;
  transition: all 150ms linear;
  padding-left: 24px;
  text-transform: lowercase;
  font-weight: bold;
  color: #FF9600;
}
.article:hover {
  background: #FFFFFF;
}
.article .area-link:hover ~ .article-image-wrapper,
.article .area-link:focus ~ .article-image-wrapper {
  box-shadow: none;
}
.article .area-link:hover ~ .article-image-wrapper .article-image,
.article .area-link:focus ~ .article-image-wrapper .article-image {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; 
}
.article .area-link:hover ~ .article-image-wrapper .article-image > img,
.article .area-link:focus ~ .article-image-wrapper .article-image > img {
  /* transform: scale(1.1); */
  /* filter: brightness(1.1); */
}
.article .area-link:hover ~ .article-content .read-more {
  color: #FEAB33;
}
.article .read-more i {
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 150ms linear;
}


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

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






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





.article-slider .splide {}
.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;
  }
}




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





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





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





@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; 
  }
}






/* 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;
}

@media (min-width:768px) {
  .banner.full-width {
    min-height: 580px;
  }
}
@media (max-width:767px) {
  .banner.full-width {
    height: 290px;
  }
  .dnd-module > .hs_cos_wrapper_type_module .banner-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }
}


/* 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(//25186595.fs1.hubspotusercontent-eu1.net/hubfs/25186595/raw_assets/public/ALUCA_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: #EFF2F3;
  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%;
}

/* Size Relative To Screen Width to Flip Aspect Ratio Back Into Static Height */
/* a rato of 13x38 means on 1436px width its heigh has 650px and getting locked */
@media (min-width: 1436px) {
  .banner.full-width.aspect-ratio.ratio-13x38.max650 {
    height: 650px !important;
    padding-bottom: 0 !important;
  }
}


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

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


/* Banner (Blur-Loading) */
/*--------------------------------------------------------------------------*/

.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 (Title) */
/*--------------------------------------------------------------------------*/

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


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

/* Mobile - 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;
}






/* Blog-Filter (Wrapper) */
/*--------------------------------------------------------------------------*/
.blog-filter {
  flex-wrap:wrap;
  list-style-type: none;
  gap:1rem;
}
:root .blog-filter>*, _::-webkit-full-page-media, _:future {
  margin-right:1rem;
  margin-bottom:1rem;
}
.blog-filter .tag a {
  display:block;
  color: #1C3043;
  background: #E5E8E9;
  border-radius: 2px;
  padding: 10px 20px;
}

.blog-filter .tag.active a,
.blog-filter .tag a:hover {
  color: #E5E8E9;
  background: #1C3043;
}
.blog-filter .disabled,
.blog-filter .disabled a { 
  pointer-events: none; 
  cursor: default; 
}





.blog-listitem-inner:hover {
  -webkit-box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.10);
}
.blog-listitem-inner:hover .blog-article-image-wrapper > div  {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-listitem-inner:hover .blog-article-image-wrapper .article-image {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-article-image-wrapper > div {
  -webkit-box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.10);
}
.blog-listitem-inner {
  position:relative;
}
.blog-listitem-inner .content-inner .read-more {
  display:inline-block;
  color: #FF9600;
}
.blog-listitem-inner:hover .content-inner .read-more {
    color: #feab33 !important;
}
.blog-listitem-inner .content-inner h2 {
   margin-bottom:3rem;
}

.blog-listitem-inner .blog-article-image-wrapper .article-image .tags {
  /*display:inline-block;*/
  flex-flow: row;
  flex-wrap: wrap;
  position: relative;
  margin:0;
  align-items: flex-start;
  gap:0.5rem;
  margin: 30px 0 0 30px;
}

.blog-listitem-inner .blog-article-image-wrapper .article-image .tag {
  display:inline-block;
  margin:0;
  background-color: #1C3043;
  color: #FFFFFF;
  padding: 5px 5px;
  border-radius:2px; 
  word-wrap: break-word;
  max-width:100%;
}

@media (max-width:767px) {
  .blog-listitem-inner .blog-article-image-wrapper .article-image .tags {font-size:71%;}  
}







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

.breadcrumb-inner {
  list-style: none;
  display: block;
  height: auto;
  padding: 8.0px 16px;
  background: transparent;
  border-radius: 4.0px;
  white-space: nowrap;
}
@media (min-width:768px) {
  .breadcrumb.with-return-btn > .breadcrumb-inner {
    padding-bottom: 40.0px;
  }
}


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

.breadcrumb .separator {
  font-size: 16px;
  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;
}


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

.breadcrumb a,
.breadcrumb i {
  color: #A5A5A5;
}
.breadcrumb a:hover,
.breadcrumb a:hover i {
  color: #1C3043;
}
.breadcrumb a.disabled {
  pointer-events: none;
  color: #1C3043;
}


/* Return to overview (Link) */
/*--------------------------------------------------------------------------*/

.return-to-overview {
  font-size: 16px;
  line-height: 16px;
  padding: 8.0px 16px;
}
.return-to-overview a .link-text {
  display: inline-block;
  margin-left: 16px;
}
@media (max-width:767px) {
  .return-to-overview {
    display: none;
  }
}







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

.button-container {
  width: 100%;
}
.btn, .hs-button {
  font-family: "Roboto", Verdana, sans-serif;
  padding: 16px 32px;
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  border-radius: 2px;
  transition: all 300ms linear 0ms;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0; /*0.03em; */
  font-size: 16px;
  font-weight: bold;
}
.btn:not(.icon-btn){
  min-width: 128px;
}
.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) */
/*--------------------------------------------------------------------------*/

.tab-toggle[type="radio"]:checked + label,
.btn-primary, .hs-button.primary {
  background-color: #1C3043;
  border: 2px solid #1C3043;
  color: #FFFFFF;
}
/*
.tab-toggle[type="radio"]:checked:hover + label,
.tab-toggle[type="radio"]:checked:focus + label,
.btn-primary:hover, .btn-primary:focus, 
.hs-button.primary:hover, .hs-button.primary:focus {
  background-color: #324455;
  border-color: #324455;
  color: #FFFFFF;
}
*/
.cta_button.primary:hover, 
.cta_button.primary:focus {
  background-color: #324455 !important;
  border-color: #324455 !important;
  color: #FFFFFF !important;
}


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

.btn-primary-navigation, .hs-button.primary-navigation {
  background-color: #1C3043;
  border: 2px solid #1C3043;
  color: #FFFFFF;
}
.btn-primary-navigation:hover, .btn-primary-navigation:focus, 
.hs-button.primary-navigation:hover, .hs-button.primary-navigation:focus {
  background-color: #324455;
  border-color: #324455;
  color: #FFFFFF;
}
.cta_button.primary-navigation:hover, 
.cta_button.primary-navigation:focus {
  background-color: #324455 !important;
  border-color: #324455 !important;
  color: #FFFFFF !important;
}


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

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


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

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


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

.btn-secondary-outline {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #FF9600;
  color: #FF9600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #FEAB33;
  color: #FEAB33;
}
.cta_button.secondary-outline:hover,
.cta_button.secondary-outline:focus {
  background-color: rgba(255, 255, 255, 0.4) !important;
  border-color: #FEAB33 !important;
  color: #FEAB33 !important;
}


/* Button (inaktiv) */
/*--------------------------------------------------------------------------*/

.tab-toggle[type="radio"] + label,
.btn-inaktiv {
  background-color: #EFF2F3;
  border: 2px solid #EFF2F3;
  color: #1C3043;
}
.tab-toggle[type="radio"]:hover + label,
.tab-toggle[type="radio"]:focus + label,
.btn-inaktiv:hover,
.btn-inaktiv:focus {
  background-color: #E5E8E9;
  border-color: #E5E8E9;
  color: #1C3043;
}
.cta_button.inaktiv:hover,
.cta_button.inaktiv:focus {
  background-color: #E5E8E9 !important;
  border-color: #E5E8E9 !important;
  color: #1C3043 !important;
}


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

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


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

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






/* Button Group (Wrapper) */
/*--------------------------------------------------------------------------*/

.button-group {
  overflow: hidden;
}


/* Button Group (Fit-In-Group) */
/*--------------------------------------------------------------------------*/

.button-group.flex-row .first {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 1px;
}
.button-group.flex-row .last {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 1px;
}

.button-group.flex-column .first {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-width: 1px;
}
.button-group.flex-column .last {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-width: 1px;
}

.button-group.flex-row .segment {
  border-radius: 0;
  border-left-width: 1px;
  border-right-width: 1px;
}
.button-group.flex-column .segment {
  border-radius: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
}


/* Button Group (Button Behavior) */
/*--------------------------------------------------------------------------*/

.button-group .btn {
  min-width: 128px;
}
.button-group .btn:hover,
.button-group .btn:focus {
  z-index: 1;
}
.button-group.flex-row .last,
.button-group.flex-row .segment {
  margin-left: -1px;
}
.button-group.flex-column .last,
.button-group.flex-column .segment {
  margin-top: -1px;
}






/* 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: #1C3043;
}
.card .card-content strong {
  display: inline-block;
  margin-bottom: 16px;
  word-break: break-word;
  color: #1C3043;
}


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

.card .card-icon {
  min-height: 128px;
}
.card .card-icon > i,
.card .card-icon > svg {
  fill: #1C3043;
  color: #1C3043;
  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;
  }
}






/* Chart (Wrapper) */
/*--------------------------------------------------------------------------*/

.chart {
  background: #FFF;
  padding: 16px;
  border-radius: 4.0px;
}


/* Chart (Board) */
/*--------------------------------------------------------------------------*/

.chart-inner {
  display: table;
  table-layout: fixed;   
  width: 100%;
  max-width: 1226px;
  height: 256px;
  margin: 0 auto;
  padding: 0 16px;
  background: repeating-linear-gradient(to top, #ddd, #ddd 1px, #FFF 1px, #FFF 20%);
  background-position: left top;
} 
.chart-inner > li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: inherit;
}


/* Chart (Graph) */
/*--------------------------------------------------------------------------*/

.chart-inner span {
  margin: 0 16px;
  display: block;
}
.chart-inner.monotone > li > span {
  background: #1C3043;
  color: #FFFFFF;
}


/* Chart (Graph-Animation) */
/*--------------------------------------------------------------------------*/

@media (max-width: 720px){ .chart span { animation: draw_mobile 1s ease-in-out; } }
@keyframes draw_mobile { 0% { width:0; } }
@media (min-width: 721px){ .chart span { animation: draw_desktop 1s ease-in-out; } }
@keyframes draw_desktop { 0% { height:0; } }


/* Chart (Graph-Label) */
/*--------------------------------------------------------------------------*/

.chart span[data-value]:after,
.chart span[data-label]:before {
  padding: 8.0px 16px 0;
  display: block;
  text-align: center;
  word-wrap: break-word;
}
.chart span[data-label]:before {
  position: absolute;
  left: 0; right: 0; top: 100%;
  content: attr(data-label);
  color: #000;
}


/* Chart (Graph-Border-Radius) */
/*--------------------------------------------------------------------------*/

@media (min-width:768px){
  .chart-inner span {
    border-top-right-radius: 4.0px;
    border-top-left-radius: 4.0px;
  }
}
@media (max-width:767px){
  .chart-inner span {
    border-top-right-radius: 4.0px;
    border-bottom-right-radius: 4.0px;
  }
}


/* Chart (Graph-Value-%) */
/*--------------------------------------------------------------------------*/

.chart span[data-value]:not(.null):after {
  opacity: 0;
  left: 0; right: 0; top: 0;
  padding: 8.0px 16px;
  content: attr(data-value) '%';
  animation: show 750ms ease-in-out 250ms;
  animation-fill-mode: forwards;
}
@keyframes show {
  0% { opacity:0; top: calc( 100% - 38px) }
  100% { opacity:1; }
}


/* Chart (If-Tall-Value-%) */
/*--------------------------------------------------------------------------*/

.chart span[data-value].null:after,
.chart span[data-value].min:after {
  opacity: 1; position: absolute;
  left: 0; right: 0; top: calc( 100% - 38px );
  padding: 8.0px 16px;
  content: '0%'; color: #000;
}
.chart span[data-value].min:after {
  opacity: 0;
  content: attr(data-value) '%';
}


/* Chart (If-Small-Value-%) (Desktop) */
/*--------------------------------------------------------------------------*/

@media (min-width:768px){
  .chart span[data-value].min:after { animation: showV 1s ease-in-out 0ms; animation-fill-mode: forwards; }
  
  .chart span.min.v1:after { top: calc( 99% - 38px ); } .chart span.min.v2:after { top: calc( 98% - 38px ); } .chart span.min.v3:after { top: calc( 97% - 38px ); } .chart span.min.v4:after { top: calc( 96% - 38px ); } .chart span.min.v5:after { top: calc( 95% - 38px ); }
  .chart span.min.v6:after { top: calc( 94% - 38px ); } .chart span.min.v7:after { top: calc( 93% - 38px ); } .chart span.min.v8:after { top: calc( 92% - 38px ); } .chart span.min.v9:after { top: calc( 91% - 38px ); } .chart span.min.v10:after { top: calc( 90% - 38px ); }
  .chart span.min.v11:after { top: calc( 89% - 38px ); }.chart span.min.v12:after { top: calc( 88% - 38px ); }.chart span.min.v13:after { top: calc( 87% - 38px ); }.chart span.min.v14:after { top: calc( 86% - 38px ); }.chart span.min.v15:after { top: calc( 85% - 38px ); }
}
@keyframes showV {
  0% { opacity:0; top: calc( 100% - 38px) }
  100% { opacity:1; }
}


/* Chart (If-Small-Value-%) (Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px){
  .chart span[data-value].min:after { animation: showH 1s ease-in-out 0ms; animation-fill-mode: forwards; }
  
  .chart span.min.h1:after { left: 1%; right:auto; top:0; } .chart span.min.h2:after { left: 2%; right:auto; top:0; } .chart span.min.h3:after { left: 3%; right:auto; top:0; } .chart span.min.h4:after { left: 4%; right:auto; top:0; } .chart span.min.h5:after { left: 5%; right:auto; top:0; }
  .chart span.min.h6:after { left: 6%; right:auto; top:0; } .chart span.min.h7:after { left: 7%; right:auto; top:0; } .chart span.min.h8:after { left: 8%; right:auto; top:0; } .chart span.min.h9:after { left: 9%; right:auto; top:0; } .chart span.min.h10:after { left: 10%; right:auto; top:0; }
  .chart span.min.h11:after { left: 11%; right:auto; top:0; }.chart span.min.h12:after { left: 12%; right:auto; top:0; }.chart span.min.h13:after { left: 13%; right:auto; top:0; }.chart span.min.h14:after { left: 14%; right:auto; top:0; }.chart span.min.h15:after { left: 15%; right:auto; top:0; }
}
@keyframes showH {
  0% { opacity:0; left: 0%; }
  25% { opacity:0; }
  100% { opacity:1; }
}


/* Chart (Mobile-Style) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px){
  .chart {
    padding-bottom: 24.0px !important;
  }
  .chart-inner { 
    height: auto;
    background: repeating-linear-gradient(to right, #ddd, #ddd 1px, #FFF 1px, #FFF 20%);
    background-position: right top;
    padding: 16px 0;
    width: calc( 100% - 32px);
    margin-left: 32px
  }
  .chart-inner > li {
    display: block;
    margin: 16px 0;
  }
  .chart-inner span {
    padding: 0;
    height: 48px !important;
    margin-left: 0;
  }
  .chart-inner span[data-label]:before {
    content: attr(data-index)'.';
    width: 32px;
    left: -32px;
    right: auto; top: 0;
    height: 48px; line-height: 48px;
    text-align: right;
    white-space: nowrap;
    padding: 0 8.0px 0 0;
  }
  .chart-inner span[data-value]:after {
    text-align: right;
    padding: 0 8.0px !important;
    height: 48px;
    line-height: 48px;
  }
}
@media (min-width:768px){
  .chart span { width: auto !important; }
  .legend { display: none; }
}


/* Chart (Legend-Custom-Color) */
/*--------------------------------------------------------------------------*/

.legend {
  list-style: none;
  margin-top: 24.0px
}
.legend > li {
  vertical-align: top;
  overflow-wrap: break-word;
  padding-top: 8.0px;
  padding-bottom: 8.0px;
  padding-right: 24.0px;
  padding-left: 16px;
}
.legend > li > i {
  content: attr(data-index);
  width: 12px; height: 12px; line-height: 13px;
  display: inline-block;
  margin-left: -16px;
  font-style: normal;
  text-align: center;
  font-size: 8px;
  vertical-align: text-top;
  margin-top: 2px;
}



/* Chart (Legend-Align) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px){
  .legend > li { display: inline-block; width: 49%; /* 49?50 */ }
  .legend > li > i { position: absolute; }
}
@media (max-width:480px){
  .legend > li {
    width: 100%;
    padding-right: 0;
  }
}






/* Circle (Wrapper) */
/* --------------------------------------------------------------------- */

.circle-bar {
  display: block;
  margin: 2em auto;
  box-shadow: 0 0 1em rgba(22,22,22,0.75);
  border-radius: 100%;
  position: relative;
}


/* Circle (Element) */
/* --------------------------------------------------------------------- */

.circle-bar > svg > circle {
  stroke-dashoffset: 0;
  transform: rotate(-90deg);
  transform-origin: center;
}


/* Circle (Label) */
/* --------------------------------------------------------------------- */

.circle-bar .count {
  position: absolute;
  display: block;
  width: inherit; height: inherit;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 1em rgba(22,22,22,0.75);
  border-radius: 100%;
  font-size: 2em;
  text-shadow: 0 0 0.5em rgba(22,22,22,0.75);
  text-align: center;
}






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

.copyright {
  color: #4C4C4C;
  padding: 16px 0px;
  font-weight: 300;
}

@media (max-width:767px) {
  .copyright {
    padding: 8.0px 0px;
  }
}






/* Company-Logos (Desktop) */
/*--------------------------------------------------------------------------*/

.company-logos {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: 20px 5%;
  -webkit-gap: 20px 5%;
  padding-left: 16px;
  padding-right: 16px;
  flex-wrap:wrap;  
  margin-top:60px;
  margin-bottom:60px;
}

/* flex-gap in Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .company-logos > * {
  margin-right:20px;  
  margin-bottom:5%; 
}

.company-logos.logo-width-2,
.company-logos.logo-width-3,
.company-logos.logo-width-4,
.company-logos.logo-width-5 {
  gap:20px 1%;
  -webkit-gap:20px 1%;
}
.company-logos > * {
  flex-grow:1;
} 
.company-logos.logo-width-2 > * { flex-basis:49%; -webkit-flex-basis:49%; }
.company-logos.logo-width-3 > * { flex-basis:32.3333333%; -webkit-flex-basis:32.3333333%; }
.company-logos.logo-width-4 > * { flex-basis:24%; -webkit-flex-basis:24%; }
.company-logos.logo-width-5 > * { flex-basis:19%; -webkit-flex-basis:19%; }


/* Company-Logos (Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .company-logos.mobile-logo-width-2 > * {
    flex-basis: 48%; 
    width: 48%;
    -webkit-flex-basis: 48%;
  }
  .company-logos { 
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .company-logos.mobile-logo-width-2 {
    gap:20px 3%;
  }  
}






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

.countdown {
  width: 100%;
  background: #FFFFFF;
  color: #FF9600;
  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;
}






.cta-banner {
  padding: 80px 0px;
}

@media (max-width:767px) {
  .cta-banner {
    padding: 64px 0px;
  }
}





.cta-banner .cta-headline {
  margin-bottom: 0;
}

.cta-banner .cta-content {
  padding-right: 80px;
}

.cta-banner .cta-content p:last-child {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .cta-banner .cta-content {
    margin-bottom: 32px;
    padding-right: 0;
  }
}






/* CTA Section Wrapper */
/*--------------------------------------------------------------------------*/

.cta-section {
  padding: 2rem 0px;
  border-radius: 4.0px;
}

.cta-section.box-shadow-md {
  padding: 0px 48px 32px 32px;
  border-radius: 4.0px;
}

@media (min-width:768px) {
  .cta-section {
    padding: 0px;
  }
  .cta-section.box-shadow-md {
    padding: 0px 48px 48px 0px;
  }
}

.cta-section .mainline {
  margin-bottom: 24px;
}

/* CTA Section Image */
/*--------------------------------------------------------------------------*/

.cta-section .cta-image img {
  width: 100%;
  height: auto;
}

.cta-section .cta-image img.box-shadow {
  box-shadow: -30px 30px 50px rgba(0, 0, 0,0.3);
}

.cta-section .cta-image.size-large img {
  max-height: 450px;
  width: auto;
}

.cta-section .cta-image.size-medium img {
  max-height: 300px;
  width: auto;
}

.cta-section .cta-image.size-small img {
  max-height: 150px;
  width: auto;
}

.cta-section .cta-image.image-offset {
  transform: translateY(-64px);
  margin-bottom: -64px;
}
@media (max-width:767px) {
  .cta-section .cta-image img {
    max-width: 80%;
  }
}
@media (max-width: 360px) {
  .cta-section .cta-image img {
    max-width: 100%;
  }
}

/* CTA Section Content */
/*--------------------------------------------------------------------------*/

.cta-section .cta-content {
  margin-bottom: 48px;
}
@media (min-width:768px) {
  .cta-section .cta-content {
    margin-bottom: 64px;
  }
}
.cta-section .cta-content p:last-child {
  margin-bottom: 0;
}






/* Download item wrapper */
/*--------------------------------------------------------------------------*/

.downloads .download-item {
  background: #FFFFFF;
  box-shadow: 20px 20px 40px #0000001A;
  border-radius: 4.0px;
  padding: 42.4px 42.4px 42.4px 52.0px;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width:767px) {
  .downloads .download-item {
    padding: 16px;
    min-height: 166px;
  }
}


/* Download preview image */
/*--------------------------------------------------------------------------*/

.downloads .download-item .download-preview {
  width: 30%;
}

.downloads .download-item .download-preview figure {
  margin: 0;
}

.downloads .download-item .download-preview figure img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 10px 10px 30px #0000001A;
}


/* Download info wrapper  */
/*--------------------------------------------------------------------------*/

.downloads .download-item .download-info {
  display: flex;
  flex-direction: column;
  padding-left: 94px; 
  height: 100%;
  width: 70%;
}

@media (max-width:767px) {
  .downloads .download-item .download-info {
    padding-left: 32px; 
  }
}


/* Download meta data */
/*--------------------------------------------------------------------------*/

.downloads .download-item .download-meta span {
  color: #4C4C4C;
}

.downloads .download-item .download-meta .file-extension {
  text-transform: uppercase;
}


/* Download url */
/*--------------------------------------------------------------------------*/

.downloads .download-item .download-url {
  margin-top: auto; /* Push to the bottom */
}






/* Divider (Wrapper) */
/*--------------------------------------------------------------------------*/

hr, .divider {
  display: block;
  position: relative;
  height: 1px;
  width: 100%;
  border: 0;
  outline: 0;
  margin: 16px 0 16px;background-color: #E5E8E9;}
@media (max-width:767px){
  margin: 32px 0 0px
}


/* Divider (Style) */
/*--------------------------------------------------------------------------*/

/* Center */
.divider:before,
.divider:after {
  position: absolute; display: block;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
}

/* Bullet */
.divider.bullet:before {
  background: #E5E8E9;
  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: #E5E8E9;
  border-radius: 4.0px;
  content: attr(aria-label);
  padding: 8.0px 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1C3043;
  font-size: 14px;
}
@media (max-width:767px) {
  .divider.label[aria-label]:before {
    font-size: 14px;
  }
}







/* 0. Constants */
/*--------------------------------------------------------------------------*/


/* 1. Form */
/*--------------------------------------------------------------------------*/


/* 2. Labels */
/*--------------------------------------------------------------------------*/


/* 3. Helper */
/*--------------------------------------------------------------------------*/


/* 4. Consent */
/*--------------------------------------------------------------------------*/


/* 5. ReCaptcha */
/*--------------------------------------------------------------------------*/


/* 6. Inputs */
/*--------------------------------------------------------------------------*/


/* 7. Select And Checkbox */
/*--------------------------------------------------------------------------*/


/* 8. Dropdowns */
/*--------------------------------------------------------------------------*/


/* 9. Number */
/*--------------------------------------------------------------------------*/


/* 10. Error Validation */
/*--------------------------------------------------------------------------*/


/* 11. Boolean */
/*--------------------------------------------------------------------------*/


/* 12. Datetime */
/*--------------------------------------------------------------------------*/


/* 13. Uploads */
/*--------------------------------------------------------------------------*/


/* 14. Button */
/*--------------------------------------------------------------------------*/


/* 15. Membership */
/*--------------------------------------------------------------------------*/


/* 16. Grid */
/*--------------------------------------------------------------------------*/


/* HubSpot Form Configuration */
/*--------------------------------------------------------------------------*/




/* 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;
}


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
    .hs-form .hs-richtext .optional {
      font-size: inherit;
    }
  }



/* 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;
  color: #000000;
  line-height: 1.25;
  margin-bottom: 8.0px;
}

/* Requied Symbol Color in Labels */
.hs-form .hs-form-required {
  margin-left: 1px;
  color: #9c9c9c;
}

/* 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 */
}


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/





/* 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: 16px 16px;
    width: 100%;
    border: 1px solid #E5E8E9;
    border-color: #E5E8E9;
    border-radius: 2px;
    line-height: 1.25;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #4C4C4C;
  }

  /* Input Defaults */
  .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,
  .select-selected {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

  }

  /* Inputs in Focus 
  .hs-form input:focus,
  .hs-form textarea:focus,
  .hs-form select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: 0;
  } */

  /* Equal Height Inputs */
  .hs-form input:not(.hs-button), 
  .hs-form select {
    height: 54px;
  }

  /* Textareas */
  .hs-form textarea,
  .hs-fieldtype-textarea  {
    width: 100% !important;
    min-height: 96px;
  }

  /* Placeholder */
  .hs-form .select-selected.placeholder,
  ::-webkit-input-placeholder,
  ::-moz-placeholder,
  :-ms-input-placeholder,
  :-moz-placeholder {
  }

  /* Hidden Fields If Not Hide By Browser Defaults */
  .hs-form input[hidden] {
    display: none !important;
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form input[type='text']:hover,
  .hs-form input[type='number']:hover,
  .hs-form input[type='email']:hover,
  .hs-form input[type='search']:hover,
  .hs-form input[type='password']:hover,
  .hs-form input[type='tel']:hover,
  .hs-form input[type='url']:hover,
  .hs-form input[type='date']:hover,
  .hs-form input[type='file']:hover,
  .hs-form button:hover, .hs-form optgroup:hover,
  .hs-form select:hover, .hs-form textarea:hover,
  .hs-form .select-selected:hover,
  .hs-form .hs-form-checkbox:hover label > span:before, 
  .hs-form .hs-form-booleancheckbox:hover label > span:before, 
  .email-prefs .item:hover .fakelabel > span:nth-child(2):before, 
  .subscribe-options label:hover > span:before {
    border-color: #1C3043;
  }
  .hs-form .select-selected:hover + .select-items {
    border-top-color: #1C3043;
  }
  .hs-form textarea:focus { outline: none; }
  .hs-form .select-selected.placeholder { color: #9c9c9c; font-weight: 300; }
  ::-webkit-input-placeholder { color: #9c9c9c; font-weight: 300; }
  ::placeholder { color: #9c9c9c; opacity: 1; font-weight: 300; }
  :-ms-input-placeholder { color: #9c9c9c; font-weight: 300; }
  ::-ms-input-placeholder { color: #9c9c9c; font-weight: 300; }



/* DESCRIPTIONS */
/*--------------------------------------------------------------------------*/

.hs-form .hs-field-desc {
  font-size: 12px;
  color: gray;
  line-height: 1.25;
  margin-bottom: 8.0px; 
  margin-top:  -8.0px;
}


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/





/* 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: 54px; /* 56px */
    position: relative;
    padding-left: 32px;
    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: 32px;
  }

  /* 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;
    position: absolute;
    display: block;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #E5E8E9;
  }
  .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: 16px;
    height: 16px;
    top: 8.0px;
  }
  .hs-form .hs-form-radio label > span:before {
    width: 18px;
    height: 18px;
    top: 7.0px;
  }

  /* 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: 2px;
  }

  /* 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: #FFFFFF;
  }

  /* 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: 8.0px;
       font-size: 16px;
       line-height: 15px;
       text-align: center;
       width: 16px;
       height: 16px;
       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: 7.0px;
      font-size: 16px;
      line-height: 16px;
      text-align: center;
      width: 18px;
      height: 18px;
      border: 1px solid transparent;
  }

  /* 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;
  }

/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form .hs_anrede_neu {
    margin-top: 0 !important;
  }
  .hs-form .hs_anrede_neu > label {
    display: none !important;
  }
  .hs-form .hs-form-radio span, 
  .hs-form .hs-form-checkbox span, 
  .email-prefs .item .fakelabel span, 
  .subscribe-options span {
    font-size: px;
  }
  .hs-form-booleancheckbox label {
    height: auto;
    padding-top: 3px;
  }
  .hs-form-radio label > span:after,
  .hs-form-booleancheckbox label > span:after,
  .hs-form-checkbox label > span:after,
  .email-prefs .item .fakelabel > span:nth-child(2):after,
  body .subscribe-options label > span:after {
    content: '';
    background-color: #fff;
    width: 12px;
    height: 12px;
    border: 0;
    margin-left: 2.0px; 
    margin-top: 2.0px;
  }
  .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,
 body .subscribe-options label > span:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    line-height: 1;
    padding: 1px;
    color: #000;
  }
  .hs-form-radio label > span:after {
    border-radius: 6.0px;
    margin-left: 3.0px;
    margin-top: 3.0px;
  }
  .hs-form .hs-form-radio label > span:before,
  .hs-form .hs-form-radio label > span:after,
  .hs-form .hs-form-checkbox label > span:before,
  .hs-form .hs-form-checkbox label > span:after,
   body .subscribe-options label > span:after{
    top: 19.0px;
  }
  .email-prefs .item .fakelabel, .email-prefs .item .item-inner p, .subscribe-options label {
    padding-left: 24.0px;
    margin: 0!important;
    vertical-align: unset;
  }
  .email-prefs .item p, .subscribe-options>p:first-child {
     padding-left: 0;
  }
  .email-prefs .item .fakelabel > span, .subscribe-options span {
      position: relative;
  }
  .email-prefs .item .fakelabel > span:nth-child(2):before,
  .email-prefs .item .fakelabel > span:nth-child(2):after,
  .subscribe-options label > span:before,
  .subscribe-options label > span:after,
  body .subscribe-options label > span:after{
    top: 0;
    left: -24px;
    border-color: #4C4C4C!important;
  }
  body .subscribe-options label>span:before {
    width: 16px;
    height: 16px;
    top: 0;
  }
  @media (max-width: 767px) {
    .subscribe-options > p:first-child {
      padding-left: 0;
    }
    .email-prefs .item {
      padding-left: 0!important;
      padding-right: 0!important;
    }
    .email-prefs .item .fakelabel > span:nth-child(2):before,
    .email-prefs .item .fakelabel > span:nth-child(2):after,
    body .subscribe-options label > span:before,
    body .subscribe-options label > span:after {
      top: 4px;
    }
  }



/* SPECIAL BOOLEN CHECKBOX [ EXTEND THE CHECKBOX AND RADIO SECION ] */
/*--------------------------------------------------------------------------*/



  /* Boolean checkbox label need more space */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label {
    margin: 0;
    padding-left: 108px;
  }

  /* Create a custom booloean background area */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span:before {
    height: 46px;
    width: 92px;
    border: 1px solid #E5E8E9;
   -webkit-transition: background 120ms ease;
   -ms-transition: background 120ms ease;
    transition: background 120ms ease;
    background: #FAFAFA;
    top: 4.0px;
  }

  /* When the boolean is true background */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox input:checked + span:before {
    background: #DCDCDC;
  }

  /* Always display the boolean/indicator */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span:after {
    display: block;
    border-radius: 2px;
    width: 46px;
    height: 46px;
    top: 4.0px;
    border: 1px solid #E5E8E9;
    background: #FFFFFF;
    
    /* Icon Animation FadeOut */
    color: red;
   -webkit-transition: all 120ms linear 0ms;
   -ms-transition: all 120ms linear 0ms;
    transition: all 120ms linear 0ms;

    /* Icon Type */
      font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";;
      font-weight: bold;
      content: "\f00c"; /* Checked */
      line-height: 46px;
      text-align: center;}

  /* Move the boolen indicator to position true */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox input:checked ~ span:after {
   -webkit-transform: translate(46px, 0);
   -ms-transform: translate(46px, 0);
    transform: translate(46px, 0);

    /* Icon Animation FadeIn */
    color: green;
   -webkit-transition: all 120ms linear 50ms;
   -ms-transition: all 120ms linear 50ms;
    transition: all 120ms linear 50ms;
  }




/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/





/* DSGVO Text Privacy Policy */
/*--------------------------------------------------------------------------*/

  .hs-form .legal-consent-container {
    margin-top: 24.0px;
  }
  .hs-form .legal-consent-container .hs-form-field {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .hs-form .legal-consent-container .hs-richtext {
    margin-top: 16px;
  }
  .hs-form .legal-consent-container p {
    color: #4C4C4C;
    font-size: 14px;
    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: 14px;
    line-height: 1.25;
    margin-left: 0 !important;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 0 !important;
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form .legal-consent-container p {
    line-height: 1.5;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    line-height: 1.5;
  }



/* DATETIME INPUT FIELD */
/*--------------------------------------------------------------------------*/

    /* .hs-fieldtype-date */
   .hs-dateinput .hs-input { 
      cursor: pointer;
      vertical-align: middle;
      display: inline-block;
      line-height: 22px !important;
     -webkit-appearence: none;
     -webkit-min-logical-width: calc( 100% - 16px);
   }
   .hs-dateinput input {
      background: #FFFFFF;
      padding-right: 54px;
     -webkit-padding-end: 54px;
     -webkit-padding-start: 16px;
    }


/* DATETIME PICKER CALENDAR */
/*--------------------------------------------------------------------------*/

   .hs-form .hs-datepicker .pika-button {
      text-align: center;
   }
   .hs-form .hs-datepicker .is-today .pika-button {
      color: #1C3043 !important;
   }
   .hs-form .hs-datepicker .fn-date-picker .pika-button:hover {
      background: #324455 !important;
   }
   .hs-form .hs-datepicker .fn-date-picker .is-selected .pika-button {
      box-shadow: none;
      background: #1C3043 !important;
   }
   .hs-form .hs-dateinput:before {
      right: 16px;
      font-size: 16px;
   }


    .hs-form .hs-dateinput input {
      padding-right: 70px !important;
    }
    .hs-form .hs-dateinput:after {
      
      /* Icon */
        box-sizing: border-box;
        font-family: "", "Font Awesome 5 Free";
        font-weight: bold;
        font-size: 18px;
        content: "\f073"; /* Calendar */
        text-align: center;
        vertical-align: middle;
        line-height: 52px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border: 1px solid #E5E8E9;

      /* Block */
        width: 54px;
        height: 54px;
        background: #1C3043;
        position: absolute;
        right: 0;
        pointer-events: none;
        cursor: pointer;
    }




/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/






/* SELECT FIELD AND DROPDOWN */
/*--------------------------------------------------------------------------*/

  /* Dropdown Default Select */
  .hs-form select,
  .hs-form .select-selected {
      position: relative;
      height: 54px;
      padding-top: 0; 
      padding-bottom: 0;
      line-height: 52px;
      width: 100% !important;
     -webkit-appearance: none;
     -moz-appearance: none;
      appearance: none;
     -webkit-border-radius: 2px;
      border-radius: 2px;
      cursor: pointer;
      padding-left: 16px;
      padding-right: 54px;
     -webkit-padding-end: 54px;
     -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: 22.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;
    top: 72px; 
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: -1px;
    border: 1px solid #E5E8E9;
    border-color: #E5E8E9;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 270.0px;
    text-align: left;
  }
  .hs-form .select-group {
    padding: 16px 0;
  }
  .hs-form .select-group .select-group-label {
    display: block;
    width: 100%;
    color: #4C4C4C;
    padding: 16px 16px;
    line-height: 1.25;
    font-weight: bold;
  }

  /* style the items (options), including the selected item: */
  .hs-form .select-items .select-option {
    color: #4C4C4C;
    padding: 16px 16px;
    font-size: 16px;
    line-height: 1.25;
    border: 1px solid #E5E8E9;
    border-color: transparent transparent #E5E8E9 transparent;
    border-left-width: 0;
    border-right-width: 0;
    cursor: pointer;
  }
  .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: #FF9600;
    background-color: #FFFFFF;
  }

  .select-selected.select-arrow-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form .select-items .select-option {
    border-color: transparent;
  }



/* 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;
    font-size: 14px;
  }
  #hs-membership-form.hs-form .actions {
    margin-top: 24.0px;
  }
  #hs-login-widget-remember {
    height: auto !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
  }
  #hs-pwd-widget-password {
    height: 54px !important;
    margin-top: 16px !important;
  }
  #hs_login_reset  {
    display: block;
    text-align: left;
  }

/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

#hs-membership-password-requirements {
    margin-top: -16px;
    margin-bottom: 32px;
  }
  /* Password msg */
  #hs-membership-password-requirements ul.hs-error-msgs {
    padding: 0;
    font-size: 0.875rem;
  }

  #hs-membership-password-requirements ul.hs-error-msgs label {
    font-size: 0.875rem;
  }
  
  @media  {
    #hs-membership-form {
      margin-top: 64px;
    }
  }



/* SETP UP - STEP DOWN - CUSTOM INPUT NUMBER */
/*--------------------------------------------------------------------------*/


  
    /* Remove Default Number Appearance  */
    .hs-form input[type="number"],
    .hs-form input[type="number"]:focus {
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield;
    }
    .hs-form input[type="number"]::-webkit-inner-spin-button,
    .hs-form 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: 2px; 
    }
    .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% - 92px ) !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: 54px;
      height: 54px;
      padding-left: 11.5px;
      padding-right:11.5px;
      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::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 */
        }
    

 /* end hs_numbers.active */


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/





/* RECAPTCHA */
/*--------------------------------------------------------------------------*/

  .hs_recaptcha {
    
      display: none !important;
    
    margin-top: 24.0px;
    margin-bottom: 40.0px;
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/





/* SUBMIT BUTTON */
/*--------------------------------------------------------------------------*/

  /*.hs-form .hs-button.primary,*/
  .hs-form input[type="submit"],
  .hs-form input[type="button"] {
    display: inline-block;
    background: #1C3043;
    color: #FFFFFF;
    width: auto;
    padding: 14px 85px;
    margin-top: 16px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
    border-radius: 2px;
    border: 1px solid transparent;
    cursor: pointer;
  }
  /*.hs-form .hs-button.primary:hover,*/
  .hs-form input[type="submit"]:hover,
  .hs-form input[type="button"]:hover {
      background: #324455;
      color: #FFFFFF;
  }
  .hs-form .actions {
     margin-top: 16px;
  }
  @media (max-width: 767px) {
    /*.hs-form .hs-button.primary,*/
    .hs-form input[type="submit"],
    .hs-form input[type="button"] {
      width: 100%;
    }
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form input[type="submit"] {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hs-form input[type="submit"]:hover {
    border: 1px solid transparent;
  }
  .hs-form .actions {
    margin-top: 48px;
    text-align: center;
  }



/* DSGVO Text Privacy Policy */
/*--------------------------------------------------------------------------*/

  .hs-form .legal-consent-container {
    margin-top: 24.0px;
  }
  .hs-form .legal-consent-container .hs-form-field {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .hs-form .legal-consent-container .hs-richtext {
    margin-top: 16px;
  }
  .hs-form .legal-consent-container p {
    color: #4C4C4C;
    font-size: 14px;
    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: 14px;
    line-height: 1.25;
    margin-left: 0 !important;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 0 !important;
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form .legal-consent-container p {
    line-height: 1.5;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    line-height: 1.5;
  }




/* FILE UPLOAD + BUTTON */
/*--------------------------------------------------------------------------*/

  /* Field */
  .hs-form input[type="file"]{
    display: block;
    margin: 0;
    padding: 16px 16px;
    background: #FFFFFF;
    width: auto;
    height: 54px;
    color: #4C4C4C;
    font-weight: 400;
    line-height: 22px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 300ms ease-in-out;
  }

  /* Button */
  .hs-form .hs-file-button,
  ::-webkit-file-upload-button {
    height: 22px;
    line-height: 0px !important;
    background: #1C3043;
    color: #FFFFFF;
  }
  ::-webkit-file-upload-button:hover {
    background: #324455;
    color: #FFFFFF;
  }

  /* Only Firefox */
  @supports (-moz-appearance: none) {
    .hs-form  input[type="file"] {
      line-height: 0 !important;
      padding: 0 !important;
    }
  }

  /* Only Edge */
  @supports (-ms-ime-align:auto) {
    .hs-form input[type="file"] {
      padding: 0 !important;
    }
  }

  .hs-form .hs-fieldtype-file .input {
    white-space: nowrap;
  }

  /* Custom File Upload Button + Value (need js component) */
  .hs-form .hs-file-button,
  .hs-form .hs-file-value {
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    line-height: 22px;
  }

  /* Custom File Upload Button (need js component) */
  .hs-form .hs-fieldtype-file .hs-file-button {
    width: 35%; /* calc( 35% - 32px ) !important; */
    height: 54px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* Custom File Upload Value (need js component) */
  .hs-form .hs-file-value {
    display: inline-block;
    width: 65%;
    height: 54px;
    padding: 0 16px;
    background-color: #FFFFFF;
    font-size: initial;
    line-height: 52px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #E5E8E9;
    border-left: none;
    margin-left: 0;
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form .hs-fieldtype-file {
    position: relative;
  }
  .hs-form .hs-fieldtype-file .hs-file-button:hover {
    cursor: pointer;
  }
  .hs-form .hs-fieldtype-file.highlight .hs-file-button{
    border-color: #FF9600;
  }
  .hs-form .hs-fieldtype-file .hs-file-button {
    background: transparent;
    width: 100%;
    height: 162px;
    border-style: dashed;
    z-index: 1;
  }
  .hs-form .hs-fieldtype-file .hs-file-value,
  .hs-form .hs-fieldtype-file label,
  .hs-form .hs-fieldtype-file legend,
  .hs-form .hs-fieldtype-file .hs-error-msgs {
    position: absolute;
    width: auto;
    left: 16px; 
    right: 16px;
    text-align: center;
    z-index: -1;
    user-select: none;
  }
  .hs-form .hs-fieldtype-file .hs-file-value {
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF;
    padding: 32px 0;
    height: auto;
    border: 0;
    color: #4C4C4C;
  }
  .hs-form .hs-fieldtype-file.no-file .hs-file-value {
    display: none;
    background: transparent;
  }
  .hs-form .hs-fieldtype-file.valid-file .hs-file-value {
    display: block;
  }
  .hs-form .hs-fieldtype-file > label {
    top: calc(50% - 24px);
    font-weight: bold;
    color: #9c9c9c;
  }
  .hs-form .hs-fieldtype-file > legend {
    top: calc(50% + 8px);
    font-size: 16px;
    color: #9c9c9c;
  }
  .hs-form .hs-fieldtype-file .hs-error-msgs {
    top: 100%;
  }
  @media (max-width:767px) {
    .hs-form .hs-fieldtype-file > label {
      top: calc(50% - 40px);
    }
    .hs-form .hs-fieldtype-file > legend {
      top: calc(50% + 8px);
    }
  }
  @media (max-width:375px) {
   .hs-form .hs-fieldtype-file .hs-file-button {
      height: 196px;
    }
    .hs-form .hs-fieldtype-file > label {
      top: calc(50% - 56px);
    }
    .hs-form .hs-fieldtype-file > 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 px 0 17px;
  height: 27.0px;
}
.hs-form .hs-error-msgs li > label.hs-error-msg {
  color: red;
  font-size: 12px;
  vertical-align: sub;
}

/* Consent Checkbox Error */
.hs-form .legal-consent-container .hs-error-msgs {
  padding-left: 0px;
}
.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: red !important;
}


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/





/* 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%; }
    
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

form.hs-form > .hs-form-field,
  fieldset > .hs-form-field,
  fieldset > .hs-dependent-field > .hs-form-field {
    margin-top: 0;
  }
  fieldset > .hs-richtext.hs-main-font-element {
    margin-top: 64px !important;
    margin-bottom: 0;
  }
  /* Short For Salutation * /
  @media (min-width: 1024px) {
    body .hs-form .hs_salutation {
      width: 174px !important;
    }
  } */


/* END */
/*--------------------------------------------------------------------------*/






/* Galerie (Wrapper) */
/*--------------------------------------------------------------------------*/

.galerie {
	display: grid; width: 100%;
  grid-gap: 4px;
  grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
	grid-auto-rows: 450px;
	grid-auto-flow: dense;
}
.galerie > .galerie-item {
	display: flex;
	justify-content: center;
	align-items: center;
  min-height: 450px;
}
@media (max-width:767px) {
  .galerie {
    grid-auto-rows: 232px;
  }
  .galerie > .galerie-item {
    min-height: 232px;
  }
}


/* Galerie (Sizes) */
/*--------------------------------------------------------------------------*/

.galerie .default {
	grid-column: span 1;
}
.galerie .wide {
	grid-column: span 2;
}
.galerie .tall {
	grid-row: span 2;
}
.galerie .big {
	grid-column: span 2;
	grid-row: span 2;
}


/* Galerie (Mobile) */
/*--------------------------------------------------------------------------*/

@media(max-width:767px){
  .galerie {
    grid-gap: 4px 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .galerie > .wide,
  .galerie > .tall, 
  .galerie > .big,
  .galerie > .default {
    grid-column: auto;
    grid-row: auto;
  }
}


/* Galerie (Image) */
/*--------------------------------------------------------------------------*/

.galerie-item {
  border-radius: 4.0px;
  background: #000000;
  position: relative;
  margin: 0;
  padding: 0;
}
.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("//25186595.fs1.hubspotusercontent-eu1.net/hubfs/25186595/raw_assets/public/ALUCA_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;
}
.galerie a.area-link:hover ~ div,
.galerie a.area-link:focus ~ div {
  color: #000000;
}


/* Galerie (Content) */
/*--------------------------------------------------------------------------*/

.galerie .galerie-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  background: rgba(0, 0, 0,0.45);
  border-bottom-left-radius: 4.0px;
  border-bottom-right-radius: 4.0px;
}
.galerie .galerie-content * {
  color: #FFFFFF;
}
.galerie .galerie-content p:last-child {
  margin-bottom: 0;
}
.galerie a.area-link:hover ~ .galerie-content > .h2 {
  color: #FF9600;
}


/* 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;
  }
}






/* Headline (Style) */
/*--------------------------------------------------------------------------*/

.headline {
  width: 100%;
  background: transparent;
  
  border-radius: 4.0px;
}
.headline > * {
  margin-bottom: 8.0px;
}
.headline .highlight {
  color: #FF9600;
}

.headline .overline {
  margin-bottom: 16px;
  color: #FF9600;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width:767px) {
  .headline .overline {
    margin-bottom: 8.0px;
  }
}


/* Headline (Backplate) */
/*--------------------------------------------------------------------------*/

.headline.backplate {
  background: transparent;
}
.headline.backplate > * {
  background-color: #FFFFFF;
  box-shadow: 16px 0 0 #FFFFFF, -16px 0 0 #FFFFFF;
  padding: 4.0px 0 12.0px 0;
  line-height: 1.5em;
  display: inline;
  margin-left: 0;
}






/* Iconbox (Wrapper) */
/*--------------------------------------------------------------------------*/

.iconbox .iconbox-item {
  background: #FFFFFF;
  border-radius: 4.0px;
  overflow: hidden;
  padding: 16px;
}

@media (max-width:767px) {
  .iconbox .iconbox-item {
    padding-bottom: 0;
  }
}

.iconbox .iconbox-item .icon,
.iconbox .iconbox-item .image {
  margin-bottom: 20.0px;
}


/* Iconbox (Icon) */
/*--------------------------------------------------------------------------*/


.iconbox .iconbox-item .icon > i,
.iconbox .iconbox-item .icon > svg {
  width: 48px;
  height: 48px;
  color: #1C3043;
  fill: #1C3043;
}


/* Iconbox (Image) */
/*--------------------------------------------------------------------------*/

.iconbox .iconbox-item .image > .img,
.iconbox .iconbox-item .image > .img-hover {
  position: absolute;
}

.iconbox .iconbox-item:hover .image > .img,
.iconbox .iconbox-item .image > .img-hover {
  opacity: 0;
  transition: opacity 100ms linear;
}

.iconbox .iconbox-item .image > .img,
.iconbox .iconbox-item:hover .image > .img-hover {
  opacity: 1;
  transition: opacity 100ms linear;
}

.iconbox .iconbox-item .image > img,
.iconbox.size-small .iconbox-item .image > img {
  width: 48px;
  height: 48px;
}

.iconbox.size-medium .iconbox-item .image > img {
  width: 72.0px;
  height: 72.0px;
}

.iconbox.size-large .iconbox-item .image > img {
  width: 96px;
  height: 96px;
}

.iconbox.size-small .iconbox-item .image {
  height:  48px;
}

.iconbox.size-medium .iconbox-item .image {
  height:  72.0px;
}

.iconbox.size-large .iconbox-item .image {
  height:  96px;
}


.iconbox.size-small.align-center .iconbox-item img {
  left: calc( 50% - 24.0px);
}

.iconbox.size-medium.align-center .iconbox-item img {
  left: calc( 50% - 36.0px);
}

.iconbox.size-large.align-center .iconbox-item img {
  left: calc( 50% - 48.0px);
}


.iconbox.size-small.align-right .iconbox-item img {
  right: 24.0px;
}

.iconbox.size-medium.align-right .iconbox-item img {
  right: 72.0px;
}

.iconbox.size-large.align-right .iconbox-item img {
  right: 96px;
}

/* Iconbox (Content) */
/*--------------------------------------------------------------------------*/

.iconbox .iconbox-item .content > p:last-child {
  margin-bottom: 0;
}






.infographic-image {
  position: relative;
}
.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: #1C3043;
  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: "Roboto", Verdana, sans-serif;
  border: 1px solid #000000;
  border-radius: 4.0px;
  background: #FFFFFF;
  color:  #1C3043;
  padding: 8.0px 16px;
  text-align: center;
}
@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: #1C3043;
  cursor: pointer;
  transition: all 150ms linear;
}






/* Apply (Button) */
/*--------------------------------------------------------------------------*/

.job-apply-button {

}






/* Job-Benefits (Headline) */
/*--------------------------------------------------------------------------*/

.job-benefits .headline {
  color: #1C3043;
}


/* Job-Benefits (Icon And Image) */
/*--------------------------------------------------------------------------*/



  .job-benefits .icon.custom {
    padding: 6.0px;
  }


.job-benefits .icon.custom img,
.job-benefits .icon.custom svg,
.job-benefits .icon.custom i {
  width: 48px;
  height: 48px;
}
.job-benefits .icon.import img,
.job-benefits .icon.import svg,
.job-benefits .icon.import i {
  width: 60px;
  height: 60px;
}
.job-benefits .icon svg,
.job-benefits .icon i {
  fill: #1C3043;
  color: #1C3043;
}






/* Job Contact (Wrapper) */
/*--------------------------------------------------------------------------*/

.person.job_contact {
  max-width: 100%;
}






/* Job-Data (Wrapper) */
/*--------------------------------------------------------------------------*/

.job-data {
  border-radius: 4.0px;
  padding: 16px;
}

/* display flex column on mobile */
@media screen and (max-width:767px) {
  .job-data {
    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;
  letter-spacing: .06em;
}


/* Job-Data (Divider) */
/*--------------------------------------------------------------------------*/

.job-data .seperator {
  width: 1px;
  height: 48px;
  background: #EFF2F3;
  padding: 0;
  margin: 8.0px 0;
}
@media screen and (max-width:767px) {
  .job-data .seperator {
    width: 60%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }
}






/* 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 screen and (max-width:767px) {
  .job-viewer .btn {
    display: block;
    margin-left: 0;
  }
}


/* Job-Viewer-Item (Wrapper) */
/*--------------------------------------------------------------------------*/

.job-viewer-item {
  border-radius: 4.0px;
  padding: 32px;
  margin-bottom: 32px;
  position: relative;
  color: #1C3043;
  background: #FFFFFF;
}
.job-viewer-item.last {
  margin-bottom: 0;
}


/* display flex column on tablet down */
@media screen and (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 screen and (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: #FF9600;
  color: #FF9600;
}


/* Job-Viewer-Item (Divider) */
/*--------------------------------------------------------------------------*/

.job-viewer-item .seperator {
  width: 1px;
  height: 48px;
  background: #EFF2F3;
  padding: 0;
  margin: 16px 0;
}
@media screen and (max-width:1023px) {
  .job-viewer-item .seperator {
    width: 60%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* Job-Viewer-Item (Print) */
/*--------------------------------------------------------------------------*/

@media print {
  .job-viewer-item { flex-wrap: wrap; }
  .job-viewer-item .headline { width: 100%; text-align: center; }
}






/* Switch (Wrapper) */
/*--------------------------------------------------------------------------*/

.language-switch {
  display: inline-block;
  align-items: center;
  text-align: center;
  position: relative;
}


/* Switch (Current) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-selected {

}


/* Switch (Toggle) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-btn {
  display: block;
  position: relative;
  background: transparent;
  width: auto;
  min-width: 50px;
  height: auto;
  margin: 0; 
  text-align: center;
  cursor: pointer;
}

/* 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;
  right: 0;
}
.language-switch .lang-menu > li {
  position: relative;
}


/* Switch (Menu) */
/*--------------------------------------------------------------------------*/

.lang-checkbox,
.lang-checkbox ~ .lang-menu,
.lang-checkbox ~ .lang-btn > .lang-selected .close {
  display: none;
}
.language-switch .lang-checkbox:checked ~ .lang-menu {
  display: block;
}
.lang-checkbox ~ .lang-btn > .lang-selected .open,
.lang-checkbox:checked ~ .lang-btn > .lang-selected .close {
  display: inline;
}
.lang-checkbox:checked ~ .lang-btn > .lang-selected .open {
  display: none;
}
@media (max-width:767px) {
  .language-switch .lang-btn {
    line-height: initial;
    height: auto;
    font-weight: bold;
    text-align: initial;
  }
}


/* Switch (Option) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-option {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 8.0px;
  text-align: left;
}
.language-switch .lang-option:hover,
.language-switch .lang-option:focus {
  text-decoration: none;
}
.language-switch .lang-menu > li:focus-within {
  z-index: 1;
}


/* Switch (Option-Check-Icon) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-option .far {
  border-radius: 50%;
}
.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;
}








/* Topbar Partial Switch (Desktop-Style) */
/*--------------------------------------------------------------------------*/


  .lang-switch-desktop .language-switch .lang-btn {
    background: #1C3043;
  }
  .lang-switch-desktop .language-switch:hover .lang-btn,
  .lang-switch-desktop .language-switch:focus .lang-btn,
  .lang-switch-desktop .language-switch:focus-within .lang-btn {
    background: #324455;
  }
  .lang-switch-desktop .language-switch .lang-btn i, 
  .lang-switch-desktop .language-switch .lang-btn svg {
    fill: #FFFFFF;
    color: #FFFFFF;
  }
  .lang-switch-desktop .language-switch:hover .lang-btn i, 
  .lang-switch-desktop .language-switch:hover .lang-btn svg,
  .lang-switch-desktop .language-switch:focus .lang-btn i, 
  .lang-switch-desktop .language-switch:focus .lang-btn svg {
    fill: #FFFFFF;
    color: #FFFFFF;
  }
  .lang-switch-desktop .language-switch .lang-option {
    color: #FFFFFF;
    background: #1C3043;
  }
  .lang-switch-desktop .language-switch .lang-option:hover,
  .lang-switch-desktop .language-switch .lang-option:focus {
    color: #FFFFFF;
    background: #324455;
  }
  .lang-switch-desktop .language-switch .fa-circle {
    color: #4C4C4C;
    background: #FFFFFF;
  }
  .lang-switch-desktop .language-switch .fa-check-circle {
    color: #4C4C4C;
    background: #FFFFFF;
  }

.lang-switch-desktop .language-switch .lang-btn {
  padding: 8.0px 16px;
}


/* Header Partial Switch (Mobile-Style) */
/*--------------------------------------------------------------------------*/


  .lang-switch-mobile .language-switch .lang-btn {
    background: transparent;
  }
  .lang-switch-mobile .language-switch:hover .lang-btn,
  .lang-switch-mobile .language-switch:focus .lang-btn,
  .lang-switch-mobile .language-switch:focus-within .lang-btn {
    background: transparent;
  }
  .lang-switch-mobile .language-switch .lang-btn i, 
  .lang-switch-mobile .language-switch .lang-btn svg {
    fill: #1C3043;
    color: #1C3043;
  }
  .lang-switch-mobile .language-switch:hover .lang-btn i, 
  .lang-switch-mobile .language-switch:hover .lang-btn svg,
  .lang-switch-mobile .language-switch:focus .lang-btn i, 
  .lang-switch-mobile .language-switch:focus .lang-btn svg {
    fill: #1C3043;
    color: #1C3043;
  }
  .lang-switch-mobile .language-switch .lang-option {
    color: #FFFFFF;
    background: #1C3043;
  }
  .lang-switch-mobile .language-switch .lang-option:hover,
  .lang-switch-mobile .language-switch .lang-option:focus {
    color: #FFFFFF;
    background: #324455;
  }
  .lang-switch-mobile .language-switch .fa-circle {
    color: #4C4C4C;
    background: #FFFFFF;
  }
  .lang-switch-mobile .language-switch .fa-check-circle {
    color: #4C4C4C;
    background: #FFFFFF;
  }

.lang-switch-mobile .language-switch .lang-btn {
  padding: 12.0px 16px;
  /*margin-right: 52.0px; */
}
.lang-switch-mobile .lang-menu {
  margin-top: 17px;
  border-top: 1px solid #E5E8E9;
}
.lang-switch-mobile .lang-menu:before {
  display: block; position: absolute;
  width: 100%; height: 16px;
  content: ""; top: -16px;
}






/* leaflet_contact (Map) */
/*--------------------------------------------------------------------------*/

.map {
  position: relative;
  z-index: 0;
}

.map .map-dsgvo {
  text-align: center;
  z-index: 0;
  padding: 100px 0;
  display: none;
}
.map .map-inner {
  width: 100%;
  height: 900px;
  background: #EFF2F3;
  border-radius: px;
  z-index: 0;
  overflow: hidden;
}
@media (max-width:767px) {
  .map .map-inner {
    width: 100%;
    height: 450px;
    background: #EFF2F3;
    border-radius: px;
    z-index: 0;
    overflow: hidden;
  }
  .map .map-dsgvo {
    padding: 25px 16px 80px 16px;
  }
}
.map .leaflet_partner-control-attribution {
  display: none;
}
.map .leaflet-container .leaflet-pane .leaflet-tile-container img {
	filter: grayscale(100%);
}

/* leaflet_contact (Marker) */
/*--------------------------------------------------------------------------*/

.map .number-icon {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: px;
  background-repeat: no-repeat;
  background-position: center;
  
  
  
    line-height: 32px;
    background-size: 32px 42px;
    background-image: url(https://25186595.fs1.hubspotusercontent-eu1.net/hubfs/25186595/Icons/icon-map.svg);
  
}






/* leaflet_partner (Map) */
/*--------------------------------------------------------------------------*/

.map-partner {
  position: relative;
  margin-top: -110px;
  z-index: 0;
}
@media (max-width:767px) {
  .map-partner {
    margin-top: -35px;
  }
  .map-partner.full-width {
    margin-left:-32px;
    margin-right:-32px;
  }
}
.map-partner .map-dsgvo {
  text-align: center;
  margin-top:110px;
}
.map-partner .map-inner {
  width: 100%;
  height: 900px;
  background: #EFF2F3;
  border-radius: 4.0px;
  z-index: 0;
  overflow: hidden;
}
@media (max-width:767px) {
  .map-partner .map-inner {
    width: 100%;
    height: 450px;
    background: #EFF2F3;
    border-radius: 4.0px;
    z-index: 0;
    overflow: hidden;
  }
}
.map-partner .leaflet-container .leaflet-pane .leaflet-tile-container img {
	filter: grayscale(100%);
}
.leaflet-control-attribution.leaflet-control {
  margin-right:1rem;
  margin-bottom:1rem;
}






/* 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: #EFF2F3;
  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: #4C4C4C;
  font-style: normal;
}


/* Lineitem (Link) */
/*--------------------------------------------------------------------------*/

.lineitem .read-more {
  color: #FF9600;
  position: relative;
  transition: all 150ms linear;
}
.lineitem .area-link:hover ~ .lineitem-content > .read-more,
.lineitem .area-link:focus ~ .lineitem-content > .read-more {
  color: #1C3043;
  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;
}






/* Mandatory (Wrapper) */
/* --------------------------------------------------------------------- */

.mandatory {
  width: 100%;
}
.mandatory-inner {
  width: inherit;
  display: inline-flex;
  list-style: none;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media (max-width:767px){
  .mandatory-inner {
    justify-content: flex-start;
    margin-left: -7.0px;
  }
}


/* Mandatory (Items) */
/* --------------------------------------------------------------------- */

.mandatory .seperator,
.mandatory .hs-menu-item > a {
  color: #4C4C4C;
  padding: 16px 8.0px;
  display: inline-block;
  font-weight: 300;
}
@media (max-width:767px){
  .mandatory .hs-menu-item > a {
    padding: 16px 8.0px;
  }
}
.mandatory .hs-menu-item > a:hover {
  color: #FF9600
  /* text-decoration: underline; */
}
.mandatory .seperator {
  text-align: center;
  vertical-align: middle;
  padding-left: 1px;
  padding-right: 1px;
  user-select: none;
  cursor: normal;
}


/* Mandatory (Mobile) */
/* --------------------------------------------------------------------- */

@media (max-width:767px) {
  .mandatory .seperator,
  .mandatory .hs-menu-item > a {
    padding: 5.333333333333333px 4.0px;
  }
}






/* Meeting (Style) */
/*--------------------------------------------------------------------------*/

.meeting {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4.0px;
}






/* Form Design */
/* ---------------------------------------------------- */

.multi-step-wrapper {
  position: relative;
}
.multi-step-form {   
  background: #FFFFFF;
  margin: px auto;
  margin-bottom: 0;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  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: #0078ff;
  border-radius: 4.0px;
  margin-right: 64px;
}
.multi-step-pagination > .bull:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.0px;
  height: 2px;
  width: 64px;
  background: #0078ff;
  z-index: -1;
}
.multi-step-pagination > .bull:nth-child(1):after {
  display: none;
}
.multi-step-pagination > .bull:last-child {
  margin-right: 0px;
}
.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull + .bull + .bull:after,
.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull + .bull:after,
.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull:after,
.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull:after,
.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull:after,
.multi-step-pagination > .bull.active + .bull + .bull + .bull:after,
.multi-step-pagination > .bull.active + .bull + .bull:after,
.multi-step-pagination > .bull.active + .bull:after,
.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull + .bull + .bull,
.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull + .bull,
.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull + .bull,
.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull + .bull,
.multi-step-pagination > .bull.active + .bull + .bull + .bull + .bull,
.multi-step-pagination > .bull.active + .bull + .bull + .bull,
.multi-step-pagination > .bull.active + .bull + .bull,
.multi-step-pagination > .bull.active + .bull {
  background: #494a52;
}
.multi-step-pagination > .bull.active {
  background: #0078ff;
}


/* 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: #0078ff;
}
.multi-step-form .footer .hs-button:hover,
.multi-step-form .actions input[type="submit"]:hover {
  color: #FFFFFF;
  background: #006EE6;
}
.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: #0078ff;
  background: transparent;
}
.multi-step-form .footer .hs-button:disabled {
  color: #E0E0E0;
  background: #F5F5F5;
  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;
}







/* Megamenu (Wrapper) */
/*--------------------------------------------------------------------------*/

.megamenu {}

.megamenu .h4 {
  color: #1C3043;
}
.megamenu .description {
  color:#4C4C4C;
}

/* 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: #FF9600;
}

/* Active / Current Page  */
/*--------------------------------------------------------------------------*/

.megamenu .active-item {
  color: #FF9600;
  cursor: default;
  pointer-events: none;
}
.megamenu .active-branch > a {
  color: #FF9600;
}


/* Megamenu Size And Position */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .megamenu .hs-menu-depth-1 > .hs-item-has-children > .submenu.full-width {
    position: absolute; width: 100vw;
    left: 0; right: 0; margin: 0;
  margin-bottom: 16px;
  padding-bottom: 0;   
    box-shadow: 0 29px 50px -25px rgb(0 0 0 / 10%);
  }
  .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 */
/*--------------------------------------------------------------------------*/

/* SVG Animated Thumbnails */
.megamenu .hs-menu-depth-2 .thumbnail svg {
  width: 100%;
  height: auto;
}

@media (min-width:1024px) {
  .megamenu .hs-menu-depth-2 .thumbnail {
    margin-bottom: 16px;
  }
  .megamenu .hs-menu-depth-2 .overline {
    color: #FF9600;
    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: 35px 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;
    font-weight: normal;
  }
}


/* 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;
  }
  .megamenu .submenu.full-width {
    min-height: auto !important;
  }
}


/* Normalize Grid Of Mega Items On Mobile */
/*--------------------------------------------------------------------------*/

@media (max-width:1023px) {
  .megamenu .container,
  .megamenu .row {
    margin: 0 !important;
    padding: 0 !important;
  }
  .megamenu .row > div {
    padding: 8.0px 16px;
  }
}



/* Hamburg (Position) */
/*--------------------------------------------------------------------------*/


.hamburg { 
  display: block; 
  background: transparent; 
  width: 44px; 
  height: 44px; 
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  pointer-events: none;
  position: relative;
}


/* Hamburg (Style) */
/*--------------------------------------------------------------------------*/

.hamburg .line { 
  position: absolute; 
  left: 10.0px;
  height: 2px; 
  width: 24px; 
  background: #1C3043; 
  border-radius: 1.0px;
  display: block; 
  transition: 0.5s; 
  transform-origin: center; 
}.hamburg .line:nth-child(1) { top: 13.0px; }
.hamburg .line:nth-child(2) { top: 20.0px; }
.hamburg .line:nth-child(3) { top: 27.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);
}


/* END */
/*--------------------------------------------------------------------------*/






/* 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 {
    /* navigation overflow with topbar at bottom and logo header above */
    max-height: calc( 100vh - 160px);
    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: 44px;
  height: 44px;
}
.navigation-btn i,
.navigation-btn svg {
  color: #FF9600;
  fill: #FF9600;
  text-align: center;
  line-height: 44px;
  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 8.0px;
  cursor: pointer;
}
.primary-navigation .menu-arrow > i,
.primary-navigation .menu-arrow > svg {
  color: #1C3043;
  fill: #1C3043;
  width: 16px;
  height: 16px;
  position:absolute;
  right: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 .menu-arrow {
    display: none;
  }
}

/* Enlarge label if link has no targat / if link is just opener */
.primary-navigation .hs-item-has-children > a[href="javascript:;"] ~ .menu-arrow {
  width: 100%;
  text-align: right;
  left: 0;
}


/* Navigation Wrapper (Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:1023px) {
  .primary-navigation {
    height: calc(100vh - 168px);
    top: 0; bottom: auto;
    left: 0; right: 0;
    position: absolute; z-index: 2;
    width: 100%;
  }
}


/* LINKS */
/*--------------------------------------------------------------------------*/

.primary-navigation a {
  position: relative;
  display: inline-block;
  letter-spacing: 0.01em;
  text-decoration: none;
  user-select: none;
  padding: 15px 16px;
  color: #1C3043;
}
.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: #FF9600;
}
.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%;
}

/* 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;
}

/* 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#EFF2F3;
  } */
  .primary-navigation .hs-menu-depth-1 > .hs-menu-item:not(:last-child):after {
    width: auto;
    height: 2px;
    background: #EFF2F3;
    content: "";
    display: block;
    position: absolute;
    bottom: 0; top: auto;
    left: 16px;
    right: 16px;
  }
}


/* Large Screens */
@media (min-width:1024px) {
  .primary-navigation .hs-menu-depth-1 a {

  }
}


/* SECONDARY LEVEL */
/*--------------------------------------------------------------------------*/

.primary-navigation .hs-menu-depth-2 {
  width: 100%;
}

/* 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 #EFF2F3;
    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 );
    font-weight: normal;
  }
}
/* 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;
  }
}


/* END */
/*--------------------------------------------------------------------------*/
/* Notification (Wrapper) */
/*--------------------------------------------------------------------------*/

.notification {
  margin: 0;
  padding: 0;
  width: 100%;
}
.notification {
  position: fixed;
  top: 8.0px;
  left: 16px;
  right: 16px;
  bottom: auto;
  z-index: 1;
  width: auto;
}


/* Notification (Element) */
/*--------------------------------------------------------------------------*/

.notification .note {
  overflow: visible;
  position: relative;
  margin-top: 8.0px;
}
.notification .note-inner {
  font-family: "Roboto", Verdana, sans-serif;
  border-radius: 4.0px;
  font-style: normal; margin: 0; 
  padding: 16px 64px 16px 16px;
}
.notification .note > span {
  min-height: 22px;
  line-height: 22px;
}
.notification .note > i,
.notification .note > svg {
  display: inline-block;
  margin-right: 8.0px;
  font-size: 18px;
}
.notification .note > i:before {
  vertical-align: middle;
}
.notification .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 .notification-message .note-inner {
    color: #aaaaaa;
    background: #FAFAFA;
    border: 1px solid #aaaaaa;
  }
  .notification .notification-message i,
  .notification .notification-message svg {
    color: #aaaaaa;
    fill: #aaaaaa;
  }

  /* alert */
  .btn.alert,
  .notification .notification-alert .note-inner {
    color: #a96d72;
    background: #f9bdc2;
    border: 1px solid #a96d72;
  }
  .notification .notification-alert i,
  .notification .notification-alert svg {
    color: #a96d72;
    fill: #a96d72;
  }

  /* warning */
  .btn.warning,
  .notification .notification-warning .note-inner {
    color: #af9763;
    background: #ffe7b3;
    border: 1px solid #af9763;
  }
  .notification .notification-warning i,
  .notification .notification-warning svg {
    color: #af9763;
    fill: #af9763;
  }

  /* okay */
  .btn.okay,
  .notification .notification-okay .note-inner {
    color: #8e9b6e;
    background: #deebbe;
    border: 1px solid #8e9b6e;
  }
  .notification .notification-okay i,
  .notification .notification-okay svg {
    color: #8e9b6e;
    fill: #8e9b6e;
  }






/* Pagination (Style) */
/*--------------------------------------------------------------------------*/

/* Wrapper */
.pagination {
  margin: 16px 0;
}

/* Number Button */
.pagination .btn:not(.control-btn) {
  width: 50px;
  height: 50px;
  line-height: 50px; 
  border-radius: 50px; 
  margin-right: 20px;
  padding: 0;
  min-width: auto;
  white-space: nowrap;
}

/* Current Button Hover */
.pagination a.btn.btn-primary:hover {
  background: #FFFFFF;
  color: #fff;
  cursor: none;
  pointer-events: none;
}

/* Button Disabled */
.pagination .disabled {
  cursor: none;
  pointer-events: none;
  visibility:hidden;
}

/* Next-Prev Button Mobile */
@media(max-width:767px){
  .pagination .control-btn {
    min-width: auto;
  }
  .pagination .fas {
    font-size:200%;
  }
}






/* Person (Wrapper) */
/*--------------------------------------------------------------------------*/

.person {
  width: 100%;
  height: 100%;
  border-radius: 4.0px;
  overflow: hidden;
}
.person-inner {
  height: 100%;
  align-items: stretch !important;
}


/* Person (Image) */
/*--------------------------------------------------------------------------*/

.person .image-inner {
  background: #FAFAFA;
  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-inner > .image.fallback {
  background-position: top center;
  background-image: url(//25186595.fs1.hubspotusercontent-eu1.net/hubfs/25186595/raw_assets/public/ALUCA_ReDesign/images/grayscale-mountain.png);
  background-size: cover;
}


/* Person (Content Text) */
/*--------------------------------------------------------------------------*/

.person .content {
  background: #FFFFFF;
  padding: 96px;
  color: #000000;
}
@media (min-width:768px) and (max-width:1023px) {
  .person .content {
    padding: 64px;
  }
}
@media (max-width:767px) {
  .person .content {
    padding: 32px;
  }
}
.person .description {
  display: inline-block;
  margin-top: 16px;
}


/* Person (Responsive Grid) */
/*--------------------------------------------------------------------------*/


@media (max-width:767px) {
  .person .image-inner {
    height: 100vw;
    /* max-height: 592.0px; */
  }
}
@media (min-width:1024px) {
  .person {
   /*  max-width: 592.0px; */
  }
}
@media print {
  .person .image-inner {
    height: auto;
  }
}


/* Person (Contact Point) */
/*--------------------------------------------------------------------------*/

.person .contact-data {
  user-select: none;
  color: #FF9600;
}
.person .contact-data p {
  margin-bottom: 0;
}
.person .contact-data.with-icon a {
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.person .contact-data.with-icon svg {
  fill: #FF9600;
}






/* Picture (Wrapper) */
/*--------------------------------------------------------------------------*/

.picture {
  background: #FAFAFA;
	border-radius: 4.0px;
  margin: 0;
  position: relative;
}
.picture .image {
	border-radius: 4.0px;
}


/* Picture (Content) */
/*--------------------------------------------------------------------------*/

.picture .picture-content {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 16px;
  padding-bottom: 20.0px;
  color: #FFFFFF;
  background: rgba(170, 170, 170,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("//25186595.fs1.hubspotusercontent-eu1.net/hubfs/25186595/raw_assets/public/ALUCA_ReDesign/images/grayscale-mountain.png");
  background-repeat: norepeat;
  background-position: center;
  background-size: cover;
  border-radius: 4.0px;
}



/* Popup (Object) */
/*--------------------------------------------------------------------------*/

/* Popup (Modal) */
/*--------------------------------------------------------------------------*/

.popup {
  position: fixed; z-index: 1;
  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;
}






/* Product Sheet (Wrapper) */
/*--------------------------------------------------------------------------*/

.product-sheet {
}






/* Product Tile (Wrapper) */
/*--------------------------------------------------------------------------*/

.product-tile {
  margin-bottom: 16px;
  position: relative;
}
.product-tile .tile {
  border-radius: 4.0px;
  background: #FFFFFF;
  padding: 32px;
  box-shadow: 20px 20px 40px 0px rgba(0, 0, 0,0.10);
  cursor: pointer;
}
.product-tile .tile:hover {
  border-radius: 4.0px;
  background: #FFFFFF;
  padding: 32px;
  box-shadow: 20px 20px 40px 0px rgba(0, 0, 0,0.15);
}

.product-tile .tile-content {
  height: 100%;
  width: 100%;
  position: absolute;
  align-content: flex-start;
}

.product-tile .tile-title {
  font-weight: 300;
}


/* Product Tile (Colors) */
/*--------------------------------------------------------------------------*/

.product-tile .tile-infinity,
.product-tile .tile-string,
.product-tile .tile-integer, 
.product-tile .tile-title {
  color: #1C3043;
}
.product-tile .highlight .tile-infinity,
.product-tile .highlight .tile-string,
.product-tile .highlight .tile-integer {
  color: #FF9600;
}


/* Product Tile (Font-Size) */
/*--------------------------------------------------------------------------*/

@media screen {
  /* default */
  .product-tile  .tile-integer,
  .product-tile  .tile-string,
  .product-tile  .tile-infinity { 
    font-size: 120px; 
    line-height: 1;
  }
  /* smaller font sie */
  .product-tile.small  .tile-integer,
  .product-tile.small  .tile-string,
  .product-tile.small  .tile-infinity { 
    font-size: 72px; 
    line-height: 1;
  }
}
@media screen and (max-width:767px) {
  .product-tile  .tile-integer,
  .product-tile  .tile-string,
  .product-tile  .tile-infinity { 
    font-size: 80px; 
    line-height: 1;
  }
  /* smaller font sie */
  .product-tile.small  .tile-integer,
  .product-tile.small  .tile-string,
  .product-tile.small  .tile-infinity { 
    font-size: 50px; 
  }
}
@media print {
  .product-tile  .tile-integer,
  .product-tile  .tile-string,
  .product-tile  .tile-infinity { 
    font-size: 60pt; 
    line-height: 1;
  }
}


/* Product Tile (Extra Small Column) */
/*--------------------------------------------------------------------------*/

@media (max-width: 375px) {
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}






/* 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: #1C3043;
  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="%231C3043" 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>');}



/* Search (Object) */
/*--------------------------------------------------------------------------*/

/* Search (Wrapper) */
/*--------------------------------------------------------------------------*/

.readtime {
  display: flex;
  margin-bottom: 50px;
}
.readtime .reading-time {
  padding-right: 5px;
}
.readtime .reading-time strong {
  padding-right: 5px;
}

/* Search (Clock-Icon) */
/*--------------------------------------------------------------------------*/

.readtime svg,
.readtime i {
  display: inline-block;
  height: 16px;
  padding-right: 16px;
  fill:#1C3043;
}

.readtime, 
.readtime .reading-time {
  color: #1C3043;
}



/* Rich-Text (Object) */
/*--------------------------------------------------------------------------*/

/* Rich-Text (Global) */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_rich_text strong {
  color: #1C3043;
}


/* Rich-Text (Global-List) */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_rich_text ul {
  padding-left: 0;
  box-sizing: content-box;
}
.hs_cos_wrapper_type_rich_text ul > li {
  list-style: none;
  position: relative;
  margin-left: 32px;
  margin-bottom: 8.0px;
}
.hs_cos_wrapper_type_rich_text ul > li:before {
  content: ""; line-height: inherit;
  display: inline-block;
  left: -24.0px; position: absolute;
  margin-top: 10.0px; 
  background-color: #1C3043;
  width: 8px; 
  height: 8px;
}
@media print {
  .hs_cos_wrapper_type_rich_text ul > li {
    margin-left: 12px;
  }
  .hs_cos_wrapper_type_rich_text ul > li:before {
    left: -16px;
    margin-top: -2.0px; 
    width: 4px; 
    height: 4px;
  }
}


/* Rich-Text (Default) */
/*--------------------------------------------------------------------------*/

@media screen {
  .richtext.default, .richtext.default p {
    font-size: 18px; letter-spacing: 0.004em; line-height: 1.5; ;
  }
  .richtext.default ul > li:before {
    margin-top: 9px;
  }
}
@media screen and (max-width:767px) {
  .richtext.default, .richtext.default p {
    font-size: 16px; letter-spacing: 0.004em; line-height: 1.5; ;
  }
  .richtext.default ul > li:before {
    margin-top: 8px;
  }
}
@media print {
  .richtext.default {
    font-size: 8pt; letter-spacing: 0.008em; line-height: 1.5; ;
  }
  .richtext.default ul > li:before {
    margin-top: 4px;
  }
}


/* Rich-Text (Introduction) */
/*--------------------------------------------------------------------------*/

@media screen {
  .richtext.intro {
    font-size: 20px; letter-spacing: -0.002em; line-height: 1.5; ;
    font-weight: bold;
    color: 
  }
}
@media screen and (max-width:767px) {
  .richtext.intro {
    font-size: 18px; letter-spacing: 0.002em; line-height: 1.5; ;
  }
}
@media print {
  .richtext.intro {
    font-size: 12pt; letter-spacing: -0.002em; line-height: 1.5; ;
    font-weight: bold;
    color: 
  }
}



/* 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: 32px; height: 32px;
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.site-search .search-btn i,
.site-search .search-btn svg {
  fill: #000000;
  color: #000000;
  margin-top: 50%;
  transform: translateY(-50%);
}

/* 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 {
}
.site-search .hs-search-panel label {
  display: none;
}
.site-search .hs-search-panel {
  background-color: #1C3043;
}
.site-search .input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #FFFFFF;
  border-radius: 0;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  padding: 0px 10px 5px;
  margin: 0 0 16px;
}
.site-search .input:focus {
  outline: 0;
}
.site-search .input::placeholder,
.site-search .input::-moz-placeholder {
  color: #FFFFFF;
}


/* Search (Bar) */
/*--------------------------------------------------------------------------*/

.hs-search-bar {
  position: relative;
  top: 40vh;
}
.hs-search-bar button {
  text-align: center;
  display: inline-block;
  min-width: 300px;
  padding: 14px 32px;
}
.hs-search-bar button svg {
  width: px;
  height: px;
}

@media (min-width:768px) {
  .site-search .input { width: 50%; }
}
@media (min-width:1024px) {
  .site-search .input { width: 30%; }
}


/* Search (Close) */
/*--------------------------------------------------------------------------*/

.site-search .search-close {
  position: absolute;
  right: 32px;
  top: 32px;
  display: block;
  cursor: pointer;
}
.site-search .search-close i,
.site-search .search-close svg {
  fill: #000000;
  color: #000000;
  margin-top: 50%;
  transform: translateY(-50%);
}






/* 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: #FF9600;
  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;
}









/* Simple Menu (Link) */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_simple_menu .hs-menu-item > a {
  color: #FFFFFF;
  background: #1C3043;
  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: #324455;
}
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:focus {
  z-index: 1;
}


/* Simple Menu (Highlight) */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_simple_menu .hs-menu-item.highlight > a {
  color: #FFFFFF;
  background: #FF9600;
}
.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: #FEAB33;
}

/* Small Arrow Before Text (Partner-Link) */
@media (max-width:767px) {
  .hs_cos_wrapper_type_simple_menu .hs-menu-item.highlight > a:before {
    display: inline-block;
    margin-right: 5.333333333333333px;
    content: "\f30b";
    font-family: "Font Awesome 5 Free", Font-Awesome;
  }
}


/* 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: 100%;
  list-style: none;
}
.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;
  align-items: center;
}
.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.hs-menu-flow-sm-horizontal,
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-sm-horizontal > ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-sm-vertical,
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-sm-vertical > ul {
    flex-direction: column;
  }
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-sm-vertical > ul,
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-sm-vertical > ul > li {
    width: 100%;
  }
}






/* Share (Global Icon Plattform Colors) */
/*--------------------------------------------------------------------------*/
  
    .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-links .icon.sm-whatsapp:focus-visible svg, .social-links .icon.sm-whatsapp:focus-visible 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,
    .social-share .icon.sm-whatsapp:focus-visible svg, .social-share .icon.sm-whatsapp:focus-visible i {
      color: #25d366;
      fill: #25d366;
      outline: 0;
    }
  
    .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-links .icon.sm-facebook:focus-visible svg, .social-links .icon.sm-facebook:focus-visible 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,
    .social-share .icon.sm-facebook:focus-visible svg, .social-share .icon.sm-facebook:focus-visible i {
      color: #1877f2;
      fill: #1877f2;
      outline: 0;
    }
  
    .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-links .icon.sm-twitter:focus-visible svg, .social-links .icon.sm-twitter:focus-visible 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,
    .social-share .icon.sm-twitter:focus-visible svg, .social-share .icon.sm-twitter:focus-visible i {
      color: #1da1f2;
      fill: #1da1f2;
      outline: 0;
    }
  
    .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-links .icon.sm-google:focus-visible svg, .social-links .icon.sm-google:focus-visible 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,
    .social-share .icon.sm-google:focus-visible svg, .social-share .icon.sm-google:focus-visible i {
      color: #db4437;
      fill: #db4437;
      outline: 0;
    }
  
    .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-links .icon.sm-linkedin:focus-visible svg, .social-links .icon.sm-linkedin:focus-visible 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,
    .social-share .icon.sm-linkedin:focus-visible svg, .social-share .icon.sm-linkedin:focus-visible i {
      color: #0a66c2;
      fill: #0a66c2;
      outline: 0;
    }
  
    .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-links .icon.sm-xing:focus-visible svg, .social-links .icon.sm-xing:focus-visible 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,
    .social-share .icon.sm-xing:focus-visible svg, .social-share .icon.sm-xing:focus-visible i {
      color: #126567;
      fill: #126567;
      outline: 0;
    }
  
    .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-links .icon.sm-telegram:focus-visible svg, .social-links .icon.sm-telegram:focus-visible 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,
    .social-share .icon.sm-telegram:focus-visible svg, .social-share .icon.sm-telegram:focus-visible i {
      color: #0088cc;
      fill: #0088cc;
      outline: 0;
    }
  
    .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-links .icon.sm-youtube:focus-visible svg, .social-links .icon.sm-youtube:focus-visible 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,
    .social-share .icon.sm-youtube:focus-visible svg, .social-share .icon.sm-youtube:focus-visible i {
      color: #ff0000;
      fill: #ff0000;
      outline: 0;
    }
  
    .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-links .icon.sm-instagram:focus-visible svg, .social-links .icon.sm-instagram:focus-visible 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,
    .social-share .icon.sm-instagram:focus-visible svg, .social-share .icon.sm-instagram:focus-visible i {
      color: #c32aa3;
      fill: #c32aa3;
      outline: 0;
    }
  
    .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-links .icon.sm-email:focus-visible svg, .social-links .icon.sm-email:focus-visible 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,
    .social-share .icon.sm-email:focus-visible svg, .social-share .icon.sm-email:focus-visible i {
      color: #1C3043;
      fill: #1C3043;
      outline: 0;
    }
  
    .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-links .icon.sm-phone:focus-visible svg, .social-links .icon.sm-phone:focus-visible 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,
    .social-share .icon.sm-phone:focus-visible svg, .social-share .icon.sm-phone:focus-visible i {
      color: #1C3043;
      fill: #1C3043;
      outline: 0;
    }
  
    .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-links .icon.sm-meeting:focus-visible svg, .social-links .icon.sm-meeting:focus-visible 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,
    .social-share .icon.sm-meeting:focus-visible svg, .social-share .icon.sm-meeting:focus-visible i {
      color: #1C3043;
      fill: #1C3043;
      outline: 0;
    }
  
    .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-links .icon.sm-copy-and-paste:focus-visible svg, .social-links .icon.sm-copy-and-paste:focus-visible 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,
    .social-share .icon.sm-copy-and-paste:focus-visible svg, .social-share .icon.sm-copy-and-paste:focus-visible i {
      color: #1C3043;
      fill: #1C3043;
      outline: 0;
    }
  
    .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-links .icon.sm-website:focus-visible svg, .social-links .icon.sm-website:focus-visible 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,
    .social-share .icon.sm-website:focus-visible svg, .social-share .icon.sm-website:focus-visible i {
      color: #1C3043;
      fill: #1C3043;
      outline: 0;
    }
  
/* Socialmedia (Default) */
/*--------------------------------------------------------------------------*/

.social-links {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.social-links .icon {
  display: inline-block;
  border-radius: 16.0px;
  overflow: hidden;
  margin-right: 8.0px;
  margin-top:  8.0px;
  width: 32px;
  height: 32px;
}

.social-links .icon:hover,
.social-links .icon:focus,
.social-links .icon:focus-visible {
  outline: 0;
}


/* Socialmedia (Plattform Icons) */
/*--------------------------------------------------------------------------*/

.social-links .icon svg,
.social-links .icon i {
  display: block;
  fill: #aaaaaa;
  color: #aaaaaa;
  outline: 0;
}
.social-links .icon svg, 
.social-links .icon i {
  width: px;
  height: 32px;
  padding: 6px;
  box-sizing: border-box;
}






/* Suggestions (Style) */
/*--------------------------------------------------------------------------*/

.suggestions-item-inner {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 4.0px;
  overflow: hidden;
}
.suggestions-image {
  min-height: 100%;
  background: #FAFAFA;
  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: #1C3043;
  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: #FEAB33;
  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;
}
/* 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: #ff9600;
  border-bottom: 4px solid #e17800;
  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: #1C3043;
  background-color: #1c3043;
  border-bottom: 4px solid #001225;
}


/* 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: 18px;
}
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 #e5e8e9;
  color: #000000;
  font-size: 18px;
  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: #1C3043;
  background-color: #1c3043;
  border-bottom: 2px solid #001225;
}
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: 16px;
}
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, thead, tbody, tfoot, th, td, tr {
		  display: block;
	  }
		table.hubdb thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
    table.hubdb tbody th {
      color: #FFFFFF;
      background-color: #ff9600;
      border-bottom: 4px solid #e17800;
      font-size: 20px;
      font-weight: bold;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    table.hubdb tbody tr.active th {
      color: #1C3043;
      background-color: #1c3043;
      border-bottom: 4px solid #001225;
    }
    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 #e5e8e9;
			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: #1C3043
    }
    table.hubdb.switch_true tr.active .caret.caret-down:after {
      border-top-color: transparent;
      border-bottom-color: #1C3043
    }
}


/* Table (Mobile Font-Size) */
/* --------------------------------------------------------------------- */

@media (max-width:1023px){
  table.hubdb thead th,
  table.hubdb tbody th {
    font-size: 18px;
  }
  table.hubdb tbody td,
  table.hubdb tbody th,
  table.hubdb tbody tr { 
    font-size: 16px;
  }
  table.hubdb tfoot td {
    font-size: 14px;
  }
}



/* 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);
}






.team {
  margin-bottom: 48px;
}
.team .headline {
  margin-bottom: 48px;
}
.team .team-members .col-lg-4 {
   margin-bottom: 32px;
}
@media (max-width:767px) {
  .team {
    margin-bottom: 48px;
  }
  .team .headline {
    margin-bottom: 16px;
  }
}





.team .team-member {
  height: 100%;
}
.team .team-member .member-photo img {
  border-radius: 4px;
}
.team .team-member:hover .member-photo img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.team .team-member:hover .member-photo {
  box-shadow: none;
}
.team .team-member-inner {
  transition: box-shadow 150ms ease;
  height: 100%;
  border-radius: 4.0px;
}
@media (max-width:767px) {
  .team .team-member {
    margin-bottom: 32px;
  }
}





.team .team-member .member-photo figure {
  margin: 0;
}
.team .team-member .member-photo {
  display: block;
  border-radius: 4px;
  transition: box-shadow 150ms ease;
}





.team .team-member .member-inner {
  padding: 42px 16px 32px 32px;
}
.team .team-member .member-inner .member-area {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing; .9px;
  margin-bottom: 32px;
}
.team .team-member .member-inner .member-area > span {
  letter-spacing: .9px !important;
}
.team .team-member .member-inner .member-name {
  margin-bottom: 8.0px;
}
.team .team-member .member-inner .member-position {
  margin-bottom: 32px;
  font-weight: 300;
}
.team .team-member .member-inner .member-contact {
  margin-bottom: 32px;
  line-height: 1.5;
  font-weight: 300;
}






/* Thumbnails Slider (Wrapper) */
/*--------------------------------------------------------------------------*/

.container .thumbnails-slider {
  margin: -16px;
}


/* Thumbnails Slider (Image) */
/*--------------------------------------------------------------------------*/

.thumbnails-slider .thumbnails-item > .thumbnails-image,
.thumbnails-slider .thumbnails-item > .fallback {
  position: absolute;
}


/* Thumbnails Slider (Slide) */
/*--------------------------------------------------------------------------*/

.thumbnails-slider .slide-inner {
  padding: 16px;
}

.thumbnails-slider .splide__arrows {
  display: none;
}

.thumbnails-slider .splide__pagination .splide__pagination__page {
  background: #FFFFFF;
  border: #FFFFFF;
}

.thumbnails-slider .splide__pagination .splide__pagination__page.is-active,
.thumbnails-slider .splide__pagination .splide__pagination__page:focus,
.thumbnails-slider .splide__pagination .splide__pagination__page:hover {
  background: #1C3043;
  border: #1C3043;
}

@media screen and (max-width:767px) {
  .thumbnails-slider .slide {
    white-space: nowrap;
  }
  .thumbnails-slider .slide-inner {
    width: 50%;
    display: inline-block;
  }
}






/* Galerie (Wrapper) */
/*--------------------------------------------------------------------------*/

.thumbnails {
	display: grid; width: 100%;
  grid-gap: 32px;
	grid-template-columns: 1fr 1fr; 
	grid-auto-rows: 276px;
	grid-auto-flow: dense;
}
.thumbnails > .thumbnails-item {
	display: flex;
	justify-content: center;
	align-items: center;
  min-height: 276px;
}

@media(max-width:767px){
  .thumbnails {
    grid-gap: 16px;
    grid-auto-rows: 165px;
  }
  .thumbnails > .thumbnails-item {
    min-height: 165px;
  }
}


/* Galerie (Sizes) */
/*--------------------------------------------------------------------------*/

.thumbnails .default {
	grid-column: span 1;
}
.thumbnails .wide {
	grid-column: span 2;
}
.thumbnails .tall {
	grid-row: span 2;
}
.thumbnails .big {
	grid-column: span 2;
	grid-row: span 2;
}


/* Thumbnails (Image) */
/*--------------------------------------------------------------------------*/

.thumbnails-item {
  border-radius: 4.0px;
  position: relative;
  margin: 0;
  padding: 0;
}
.thumbnails-item .thumbnails-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4.0px;
}
.thumbnails-item .thumbnails-image > img {
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all linear 150ms;
}
.thumbnails-item > .fallback {
  width: 100%; height: 100%;
  background: url("//25186595.fs1.hubspotusercontent-eu1.net/hubfs/25186595/raw_assets/public/ALUCA_ReDesign/images/grayscale-mountain.png");
  background-repeat: norepeat;
  background-position: center;
  background-size: cover;
  border-radius: 4.0px;
}

.thumbnails-item a.area-link:hover ~ .thumbnails-image > img,
.thumbnails-item a.area-link:hover ~ .thumbnails-image > img {
  transform: scale(1.1);
}


/* Thumbnails (Content) */
/*--------------------------------------------------------------------------*/

.thumbnails-item .thumbnails-content {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 16px;
  background: rgba(0, 0, 0,0.45);
  color: #FFFFFF;
  font-weight: bold;
  border-bottom-left-radius: 4.0px;
  border-bottom-right-radius: 4.0px;
  white-space: normal;
}
.thumbnails-item .thumbnails-content p {
  font-weight: bold;
}

.thumbnails-item .thumbnails-content p:last-child {
  margin-bottom: 0;
}

/* Super Tiny Screens * /
@media(max-width:375px){
  .thumbnails-item .thumbnails-content {
    display: none;
  }
}
*/

/* Thumbnails (Link) */
/*--------------------------------------------------------------------------*/

.thumbnails-item a.area-link[href="javascript:;"] {
  cursor: default;
}
.thumbnails-item a.area-link:hover ~ .thumbnails-content,
.thumbnails-item a.area-link:focus ~ .thumbnails-content {
  color: #FF9600;
}


/* Thumbnails (Link-Arrow) */
/*--------------------------------------------------------------------------*/

.thumbnails-item .caption-arrow {
  margin-right: 8.0px;
  transform: rotate(-45deg);
}


/* Thumbnails (Print) */
/*--------------------------------------------------------------------------*/

@media print {
  .thumbnails-item {
    border: 1px solid #aaaaaa;
  }
  .thumbnails-item .thumbnails-content {
    color: #000000;
    background: #FFFFFF;
    border-top: 1px solid #aaaaaa;
  }
}






/* Timeline */
/*--------------------------------------------------------------------------*/

.timeline-wrapper {
  position: relative;
}


/* Vertical Line */
/*--------------------------------------------------------------------------*/

.timeline-wrapper .timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
}


/* Opening/Closing dot */
/*--------------------------------------------------------------------------*/

.timeline-wrapper:before, 
.timeline-wrapper:after {
    content: '';
    z-index: 1;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: ;
    left: 50%;
    border-radius: 100%;
    transform: translateX(-50%);
}


/* Items */
/*--------------------------------------------------------------------------*/

.timeline-wrapper .timeline {
    display: flex;
    flex-wrap: wrap;
}

.timeline-wrapper:before {
    top: 0;
}

.timeline-wrapper:after {
    bottom: 0;
}

.timeline-wrapper .timeline .timeline-item {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  margin-bottom: 64px;
  margin-right: 50%;
  text-align: right;
  padding-right: 118px;
}

.timeline-wrapper .timeline .timeline-item.last {
  margin-bottom: 0px;
}

.timeline-wrapper .timeline .timeline-item:nth-child(even) {
  align-items: flex-end;
  margin-left: 50%;
  margin-right: 0;
  text-align: left;
  padding-right: 0;
  padding-left: 118px;
}

.timeline-item .timeline-content {
  width: 100%;
}

.timeline-item .timeline-content .timeline-time {
  padding: 14px 30px;
  background-color: #1C3043;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  color: #FFFFFF;;
}


/* Timeline item with dot marker */
/*--------------------------------------------------------------------------*/

.timeline-item.dot .timeline-content .timeline-time:before {
  content: '';
  position: absolute;
  top: 50%;
  right:-118px;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background-color: #FF9600;
  transform: translateX(50%) translateY(-50%);
  z-index: 1;
}


/* Timeline item with icon marker */
/*--------------------------------------------------------------------------*/

.timeline-item.icon .timeline-content .timeline-time .timeline-icon {
  content: '';
  position: absolute;
  top: 50%;
  right:-118px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  transform: translateX(50%) translateY(-50%);
  box-shadow: 0px 0px 50px #00000029;;
  background: #FFFFFF;
  z-index: 1;
}

.timeline-item.icon:nth-child(even) .timeline-content .timeline-time .timeline-icon  {
  right: auto;
  left: -118px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.timeline-item.icon .timeline-content .timeline-time .timeline-icon svg {
  padding: 21px 23px;
  color: #1C3043;
  fill: #1C3043;
  width: 100%;
}



/* Timeline item lines */
/*--------------------------------------------------------------------------*/

.timeline-item .timeline-content .timeline-time:after {
  content: '';
  position: absolute;
  width: 118px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}

.timeline-item:nth-child(even) .timeline-content .timeline-time:before {
  right: auto;
  left: -118px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.timeline-item:nth-child(even) .timeline-content .timeline-time:after {
  right: auto;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}

.timeline-item .timeline-content .timeline-item-description {
  margin-top: 32px;
}

.timeline-item .timeline-content .timeline-item-description img {
  width: 100%!important;
  height: auto;
}

.timeline-item .timeline-content .timeline-item-description p:last-child {
  margin-bottom: 0;
}

/* Mobile */
@media (max-width:767px){
 .timeline-wrapper {
   margin-left: 20.0px;
 }
 .timeline-wrapper .timeline:before {
   left: 0;
 }
  
 .timeline-item:nth-child(2n) .timeline-content .timeline-time:before,
 .timeline-item .timeline-content .timeline-time:before,
 .timeline-item.icon .timeline-content .timeline-time .timeline-icon {
   right: auto;
   left: -60px;
   top: 50%;
   transform: translateX(-50%) translateY(-50%)!important;
  }
  
  .timeline-item.icon .timeline-content .timeline-time .timeline-icon {
    width: 60px;
    height: 60px;
  }
  
  .timeline-item.icon .timeline-content .timeline-time .timeline-icon svg {
    padding: 16px;
  }

 .timeline-wrapper:before, .timeline-wrapper:after {
   left: 0;
 }

 .timeline-wrapper .timeline .timeline-item {
   margin-right: 0;
   flex-basis: 100%;
   text-align: left;
   padding-left: 60px;
   padding-right: 0;
 }

 .timeline-wrapper .timeline .timeline-item:nth-child(even) {
   margin-left: 0;
   padding-left: 60px;
 }

 .timeline-item .timeline-content .timeline-time:after {
   left: 0;
   top: 50%;
   transform: translateX(-100%) translateY(-50%);
   width: 60px;
  }
  
 .timeline-item .timeline-content .timeline-time h3 {
   font-size: ;
 }
}







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;
  background: #FAFAFA;
  font-style: normal;
  font-family: inherit;
  color: inherit;
  border: 1px solid #E5E8E9;
  border-radius: 4.0px;
}





pre.tooltip:before,
.hs_cos_wrapper_type_rich_text pre:before {
  display: block; 
  position: absolute;
  left: 16px; 
  top: 32px;
  content:"!";
  color: #FFFFFF;
  background-repeat: no-repeat;
  line-height: 48px;
  width: 48px;
  height: 48px;
  background: #1C3043;
  border-radius: 24.0px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 44px;
}






/* Scroll-To-Top (Wrapper) */
/*--------------------------------------------------------------------------*/

.totop {
  position: fixed;
  right: 16px;
  width: 50px;
  height: 50px;
  bottom: 16px;
  background: #FFFFFF;
  padding: 16px;
  border-radius: 25px;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
  z-index: 100;
}
.totop:focus-within {
  outline: none !important;
}
.totop > i,
.totop > svg {
  color: #FF9600;
  fill: #FF9600;
  width: 18px;
  height: 18px;
}


/* Scroll-To-Top (Hover) */
/*--------------------------------------------------------------------------*/

.totop:hover,
.totop:focus {
  background: #FF9600;
}
.totop:hover > i,
.totop:hover > svg,
.totop:focus > i,
.totop:focus > svg {
  color: #FFFFFF;
  fill: #FFFFFF;
}


/* Scroll-To-Top (Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .totop {
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
  }
}


/* Scroll-To-Top (Helper) */
/*--------------------------------------------------------------------------*/

.totop.preview {
  position: relative;
  margin: 64px;
  right: auto; bottom: auto;
  display: block !important;
}


/* Scroll-To-Top (Print) */
/*--------------------------------------------------------------------------*/

@media print {
  .totop {
    display: none !important;
  }
}






/* Trademark (Wrapper) */
/* --------------------------------------------------------------------- */

.trademark .color-logo > img,
.trademark .polar-logo > img,
.trademark .hs-image-widget,
.trademark .logo {
  max-width: 100%;
  fill: #1C3043
}


/* Trademark (Mobile And Print) */
/* --------------------------------------------------------------------- */

@media print {
  .trademark {
     width: 128px; /* smaller svg logo on print */
  }
}
@media (max-width:767px) {
  .trademark {
     width: 128px;
  }
}






/* Twinbox (Styles) */
/*--------------------------------------------------------------------------*/

.twinbox {
  position: relative;
  background-color: #FFFFFF;
  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(//25186595.fs1.hubspotusercontent-eu1.net/hubfs/25186595/raw_assets/public/ALUCA_ReDesign/images/grayscale-mountain.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.twinbox .type-html > .html,
.twinbox .type-form > span {
  width: 100%;
}
@media (min-width:768px) {
  .left {
    justify-content: flex-end;
  }
  .reverse .left {
    justify-content: flex-start;
  }
}
.twinbox .type-form .hs-submit {
  margin-bottom: 20.0px
}


/* Twinbox (Full-Width) */
/*--------------------------------------------------------------------------*/

.twinbox.full-width .type-html {
  max-width: 613.0px !important;
}
.twinbox.full-width .type-html > .html {
  margin: 16px;
}
.twinbox .type-form > span {
  margin: -32px 16px 0 16px; /* reverse default form margin */
}


@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;
  }
}







/* Linkboxes Container (Desktop) */
/*--------------------------------------------------------------------------*/

.linkboxes-container {
  padding: 16px;
  display: flex; 
  justify-content: center; 
  align-items: stretch; 
  gap: 30px;
  position: relative;
}
.linkboxes-container .area-link {
  z-index: 0;
}


/* Linkboxes Position (Desktop) */
/*--------------------------------------------------------------------------*/

.linkboxes-container.move-up {
  margin-top: -140px;
}
.linkboxes-container.move-down {
  margin-bottom: -140px;
  z-index: 1;
}


/* Linkboxes Grid /
/*--------------------------------------------------------------------------*/

.linkboxes-element {
  flex-grow: 1;
  flex-basis: 50%;
  position: relative;
}


/* Linkboxes FIX (flex-gap in Safari 7.1+) /
/*--------------------------------------------------------------------------*/

_::-webkit-full-page-media, _:future, :root .linkboxes-element {
  margin-right:30px;  
  margin-bottom:30px; 
}
@media(max-width:767px){
  _::-webkit-full-page-media, _:future, :root .linkboxes-element {
    margin-right:30px;  
    margin-bottom:0; 
  }
}


/* Linkboxes Border Radius */
/*--------------------------------------------------------------------------*/

.linkboxes-element.pos_1_0 {  border-radius: 4px; }
.linkboxes-element.pos_2_0 {  border-radius: 4px 0px 0px 4px; }
.linkboxes-element.pos_2_1 {  border-radius: 0px 4px 4px 0px; }
.linkboxes-element.pos_3_0 {  border-radius: 4px 0px 0px 4px; }
.linkboxes-element.pos_3_2 {  border-radius: 0px 4px 4px 0px; }


/* Linkboxes Content */
/*--------------------------------------------------------------------------*/

.linkboxes-element {
  padding: 24px 25px 25px 25px;
  display: flex; 
  justify-content: space-between; 
  gap: 32px;
  transition: box-shadow .15s linear;
}
.linkboxes-element strong {
  display: inline-block;
  word-break: break-word;
  margin-bottom: 16px;
}
.linkboxes-element p {
  word-break: break-word;
  font-weight: normal;
}  
.linkboxes-element p:last-child {
  margin-bottom: 0;
}
.linkboxes-element .icon {
  display: flex; 
  align-items: center; 
}
.linkboxes-element .icon svg {
  height: 43px;
  opacity: 0.5;
}
.linkboxes-text * {
  color: inherit;
}


/* Linkboxes Mobile */
/*--------------------------------------------------------------------------*/

@media(max-width:1023px){
  .linkboxes-container {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 25px;
  }
  .linkboxes-container.move-up {
    margin-top: -100px;  
  }
  .linkboxes-container.move-down {
    margin-bottom: -100px;  
  }  
  .linkboxes-element {
    width: 100%;
    padding: 35px 30px;
  }
  .linkboxes-element .icon svg {
    height: 22px;
  }  
  .linkboxes-element.pos_2_0 { border-radius: 4px 4px 0px 0px; }
  .linkboxes-element.pos_2_1 { border-radius: 0px 0px 4px 4px; }
  .linkboxes-element.pos_3_0 { border-radius: 4px 4px 0px 0px; }
  .linkboxes-element.pos_3_2 { border-radius: 0px 0px 4px 4px; }  
}

  
/* Linkboxes Color Variant (Gray) */
/*--------------------------------------------------------------------------*/

.linkboxes-color-dark {
  background: transparent linear-gradient(249deg, #334454 0%, #1D3042 33%, #1D3042 100%) 0% 0% no-repeat padding-box;
}
.linkboxes-color-dark {
  color: white;
}
.linkboxes-color-dark:hover, 
.linkboxes-color-dark:focus {
  background: #334454;
}
.linkboxes-color-dark:hover, 
.linkboxes-color-dark:focus {
  color: white;
}
.linkboxes-color-dark .icon svg {
  fill: white;
}


/* Linkboxes Color Variant (Orange) */
/*--------------------------------------------------------------------------*/

.linkboxes-color-orange {
  background: transparent linear-gradient(111deg, #FCAA42 0%, #FD9526 33%, #FD9526 100%) 0% 0% no-repeat padding-box;
}
.linkboxes-color-orange {
   color: white;
}
.linkboxes-color-orange:hover, 
.linkboxes-color-orange:focus {
  background: #FCAA42;
}
.linkboxes-color-orange:hover, 
.linkboxes-color-orange:focus {
  color: white;
}
.linkboxes-color-orange .icon svg {
  fill: white;
}


/* Linkboxes Color Variant (Blue) */
/*--------------------------------------------------------------------------*/

.linkboxes-color-light {
  background: transparent linear-gradient(111deg, #EFF2F3 0%, #E5E8E9 26%, #E5E8E9 100%) 0% 0% no-repeat padding-box;
}
.linkboxes-color-light {
  color: #1C3043;
}
.linkboxes-color-light:hover, 
.linkboxes-color-light:focus {
  background: #EFF2F3;
}
.linkboxes-color-light:hover, 
.linkboxes-color-light:focus {
  color: #1C3043;
}
.linkboxes-color-light .icon svg {
  fill: #1C3043;
}



/* Rich-Text (Object) */
/*--------------------------------------------------------------------------*/

/* Rich-Text (Global) */
/*--------------------------------------------------------------------------*/

.image-text-box .mainline {
  margin-bottom: 24px;
}
.image-text-box .richtext strong {
  color: #1C3043;
}

@media screen {
  .image-text-box .richtext, .image-text-box .richtext p {
    font-size: 18px; letter-spacing: 0.004em; line-height: 1.5; ;
  }
  .image-text-box .richtext ul > li:before {
    margin-top: 9px;
  }
}
@media screen and (max-width:767px) {
  .image-text-box .richtext, .image-text-box .richtext p {
    font-size: 16px; letter-spacing: 0.004em; line-height: 1.5; ;
  }
  .image-text-box .richtext ul > li:before {
    margin-top: 8px;
  }
}
@media print {
  .image-text-box .richtext, .image-text-box .richtext p {
    font-size: 8pt; letter-spacing: 0.008em; line-height: 1.5; ;
  }
  .image-text-box .richtext ul > li:before {
    margin-top: 4px;
  }
}


/* Rich-Text (Global-List) */
/*--------------------------------------------------------------------------*/

.image-text-box .richtext ul {
  padding-left: 0;
  box-sizing: content-box;
}
.image-text-box .richtext ul > li {
  list-style: none;
  position: relative;
  margin-left: 32px;
  margin-bottom: 8.0px;
}

.image-text-box .richtext ul > li:before {
  content: ""; line-height: inherit;
  display: inline-block;
  left: -24.0px; position: absolute;
  margin-top: 10.0px; 
  background-color: #1C3043;
  width: 8px; 
  height: 8px;
}

@media print {
  .image-text-box .richtext ul > li {
    margin-left: 12px;
  }
  .image-text-box .richtext ul > li:before {
    left: -16px;
    margin-top: -2.0px; 
    width: 4px; 
    height: 4px;
  }
}


.car_card {
  box-shadow: 20px 20px 40px 0px rgba(0, 0, 0,0.1);
  margin: 0;
  background: #FFFFFF;
  height: 100%;
}

.car_card-inner {
  padding: 32px 16px 16px;
  height: 100%;
}


/* Card Logo */
/*--------------------------------------------------------------------------*/
.car_card img {
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
}
.car_card .size-small img {
  max-width: 60px;
  max-height: 60px;
}
.car_card .size-medium img {
  max-width: 120px;
  max-height: 120px;
}
.car_card .size-large img {
  max-width: 240px;
  max-height: 240px;
}


/* Card Content */
/*--------------------------------------------------------------------------*/
.car_card .content a:before{
    font-family: Font Awesome\ 5 Free,Font Awesome;
    content: "\f30b";
    display: inline-block;
    margin-right: 0.8em;
}

.partner-template {
  display:none;
}
.partner-view-box {
    z-index: 10;
    position: relative;
}



.partner-info {
  background-color: #FAFAFA;
  margin-top:160px;
  border-radius: 4px;
  opacity: 1;
  color: #ffffff;
  padding: 13px 14px; 
  line-height:1.5;    
}
@media (max-width:767px) {
  .partner-info{
    margin-top:60px;
  }
}
.partner-info p {
  color:red;
  margin:0;
}


.partner-seach {
  text-align:center;
}
.input-partner-search {
  margin-right: 2rem;
  border: 1px solid #E5E8E9;
  border-radius: 2px;
  height:52px;
  color: #aaaaaa;
  padding:24px;  
  width:375px;
}
@media (max-width:767px) {
  .input-partner-search {
    width:100px;
    margin-bottom:1rem;
  }
}
.input-partner-search.error-partner-search {
  border-color:red;
}

.btn-partner-search {
  max-height:52px;
  line-height:1;
  margin:0;
}
.btn-partner-search.disabled {
  background-color: #aaaaaa;
  border: 2px solid #aaaaaa;
}
.input-partner-search:focus-visible {
  outline:none;
}
.disabled {
  pointer-events:none;
}



.partner-table {
  min-width: auto !important;
}
@media (min-width:1024px) {
  .partner-table {
    margin-bottom:69px;
  }
}
.partner-table td {
  padding:0;
  display:table-cell;
}
.partner-table td.col1 {
  width:70px;
}
.partner-table tr {display:table-row;}
.partner-table tbody {display: table-row-group;}



.partner-search-text,
.gvl-search-text{
  margin-top:160px;
  background: transparent linear-gradient(261deg, #334454 0%, #1D3042 33%, #1D3042 100%) 0% 0% no-repeat padding-box;
  box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.10);
  border-radius: 4px;
  opacity: 1;
  color: #ffffff;
  padding: 43px 50px 35px 50px; /*13px 14px;*/ 
  line-height:1.5;
  border-radius:4px;
  overflow:hidden;
}
@media (max-width:767px) {
  .partner-search-text,
  .gvl-search-text{
    margin-top:60px;
  }
}


.partner-search-text h2{
  color: #ffffff;
}
.partner-search-text p{
  color: #ffffff;
}
.partner-search-text .strong{
  font-weight:700;
}
.partner-search-text .partner-table td.col1 {
  width:14%;
}
@media (min-width:1024px) {
  .partner-search-text .partner-table td.col1 {
    width: 23%;
  }
}



.partner-search-text.gvl-search-text { 
  background:none;
  padding:0;
}
.gvl-search-text .col-right {
  background: transparent linear-gradient(261deg, #334454 0%, #1D3042 33%, #1D3042 100%) 0% 0% no-repeat padding-box;
}

.gvl-search-text figure {
  margin:0;
}
.gvl-search-text img {
  max-width:100%;
  width:100%;
  display:block;
}
@media (max-width:767px) {
  .gvl-search-text.partner-search-text .col-right {
    padding: 32px 32px 40px 32px;
  }
}
.gvl-search-text .col-right {
  padding: 10% 9% 6% 9%;
}

@media (min-width:768px) and (max-width:1023px) {
  .partner-search-text.gvl-search-text { 
    box-shadow:none;
  } 
  .gvl-search-text {
    margin-left:100px;
    margin-right:100px;
  }
  .gvl-search-text figure {
    height:560px;
    overflow: hidden;
  }
  .gvl-search-text img {
    object-fit: contain;
  }   
}
@media (max-width:767px) {
  .gvl-search-text figure {
    height:450px;
    overflow: hidden;
  }
  .gvl-search-text img {
    object-fit: contain;
  }  
}
@media (max-width: 430px) {
  .gvl-search-text figure {
    height:auto;
  }
}

.gvl-search-text .partner-table td.col1 {
  width:10%;
}
@media (min-width:1024px) {
  .gvl-search-text .partner-table td.col1 {
    width: 15%;
  }
}




.anchor-menu.version-2 menu.anchor-section {
  margin:0;
  padding:0;
}

.anchor-menu.version-2 .anchor-section li {
  list-style:none;
  line-height: 1.2;
  margin-bottom:16px;
}

.Xanchor-menu.version-2 .anchor-section li a {
  display: inline-block;
  padding: 0;
  background: none;
  color: #af9763;
  font-size: 14px;
}

/* Hover */
.Xanchor-menu.version-2 .anchor-section li a:hover {
  background: #1C3043;
  color: #FFFFFF;
}
/* CUSTOM PROJECT STYLESHEETS */
/*--------------------------------------------------------------------------*/

.link-no-icon a:before {
  display: none;
}

.form-partneranfrage .submitted-message {
    text-align: center;
}

.hs-image-widget {
  border-radius: 4.0px;
}

.mb-neg1 {margin-bottom:-16px;}
.mb-neg2 {margin-bottom:-32px;}
.mt-neg1 {margin-top:-16px;}
.mt-neg2 {margin-top:-32px;}

@media (max-width:767px) {
  .sm-mb-neg1 {margin-bottom:-16px !important;}
  .sm-mb-neg2 {margin-bottom:-32px !important;}
  .sm-mt-neg1 {margin-top:-16px !important;}
  .sm-mt-neg2 {margin-top:-32px !important;}

.sm-nobr br {
    display:none;
  }
}
/* 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-long-arrow-right:before {
  content: "\f178"; }
  
.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; }
.roboto {
  font-family: 'Roboto';
}
.thin {
  font-weight: 100;
  font-style: normal;
}
.thin-italic {
  font-weight: 100;
  font-style: italic;
}
.extra-light {
  font-weight: 200;
  font-style: normal;
}
.extra-light-italic {
  font-weight: 200;
  font-style: italic;
}
.light {
  font-weight: 300;
  font-style: normal;
}
.light-italic {
  font-weight: 300;
  font-style: italic;
}
.regular {
  font-weight: 400;
  font-style: normal;
}
.italic {
  font-weight: 400;
  font-style: italic;
}
.semi-bold {
  font-weight: 600;
  font-style: normal;
}
.semi-bold-italic {
  font-weight: 600;
  font-style: italic;
}
.bold {
  font-weight: 700;
  font-style: normal;
}
.bold-italic {
  font-weight: 700;
  font-style: italic;
}
.black {
  font-weight: 900;
  font-style: normal;
}
.black-italic {
  font-weight: 900;
  font-style: italic;
}