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

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


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

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

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


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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

menu, nav, figure {
  margin: 0;
  padding: 0;
}



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

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


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

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

/* Multiple Container Width */



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

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


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

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

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


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

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


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

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

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


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

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


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

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


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

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




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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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


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

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


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

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

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

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

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


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

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

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

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

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


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


/* Full Width DnD */
div[class*="full-width-section"],
.hs-inline-edit [class~="full-width"] {
  width: 100vw;
  margin-left: -16px;
  margin-right: -16px;
}

/* Full Width */
@media (min-width:768px) {
  .full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width:767px) {
  .full-width {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width:1398px) {
  .full-width {
    margin: -16px;
  }
}
/* Dont Double Full Width With Custom Class */
div[class*="full-width-section"] .full-width,
.hs-inline-edit [class~="full-width"] .full-width {
    margin-left: auto;
    margin-right: auto;
}


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

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

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

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

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

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


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

.row-fluid .row-fluid-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
div[class*="full-width-section"] .row-fluid .row-fluid-wrapper,
.container > .row-fluid-wrapper {
  padding: 0;
}

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

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

.row-fluid-wrapper.dnd-section:not([class*="full-width-section"]) .row-fluid {
    margin: 0px -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;
}
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    position: relative;
    display: block;
    float: none !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    vertical-align: top;
   -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.container-fluid {
    *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}
.container-fluid:after {
    clear: both;
}

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

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

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

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


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

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


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

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


/* GUTTER FIX FOR EDITOR */
/*--------------------------------------------------------------------------*/

.hs-inline-edit div[class*="full-width-section"] {
  margin-top: 0!important;
  margin-bottom: 0!important;
}



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

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


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

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


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

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


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

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


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


  /* primary */
  .color-primary { color: #EA152A; }
  .bg-primary { background: #EA152A; }

  /* secondary */
  .color-secondary { color: #00A5DF; }
  .bg-secondary { background: #00A5DF; }

  /* tertiary */
  .color-tertiary { color: #0A57E3; }
  .bg-tertiary { background: #0A57E3; }

  /* quaternary */
  .color-quaternary { color: #0F129D; }
  .bg-quaternary { background: #0F129D; }

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

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

  /* light_gray */
  .color-light-gray { color: #EAEBEC; }
  .bg-light-gray { background: #EAEBEC; }

  /* medium_gray */
  .color-medium-gray { color: #ABAFB3; }
  .bg-medium-gray { background: #ABAFB3; }

  /* dark_gray */
  .color-dark-gray { color: #2E3640; }
  .bg-dark-gray { background: #2E3640; }

  /* info */
  .color-info { color: #00529B; }
  .bg-info { background: #00529B; }

  /* success */
  .color-success { color: #4F8A10; }
  .bg-success { background: #4F8A10; }

  /* warning */
  .color-warning { color: #9F6000; }
  .bg-warning { background: #9F6000; }

  /* error */
  .color-error { color: #D8000C; }
  .bg-error { background: #D8000C; }



/* 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 (Background color classes) */
/*--------------------------------------------------------------------------*/

.bg-primary {
  background-color: #EA152A;
}
.bg-secondary {
  background-color: #00A5DF;
}
.bg-lightgray {
  background-color: #EAEBEC;
}
.bg-transparent {
  background-color: transparent;
}


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

  .mt-0 { margin-top:    0px !important; }
  .mr-0 { margin-right:  0px !important; }
  .mb-0 { margin-bottom: 0px !important; }
  .ml-0 { margin-left:   0px !important; }
  @media(max-width:767px){ /* ups .pt-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; }
  }
  
  .mt-1 { margin-top:    16px !important; }
  .mr-1 { margin-right:  16px !important; }
  .mb-1 { margin-bottom: 16px !important; }
  .ml-1 { margin-left:   16px !important; }
  @media(max-width:767px){ /* ups .pt-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; }
  }
  
  .mt-2 { margin-top:    32px !important; }
  .mr-2 { margin-right:  32px !important; }
  .mb-2 { margin-bottom: 32px !important; }
  .ml-2 { margin-left:   32px !important; }
  @media(max-width:767px){ /* ups .pt-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; }
  }
  
  .mt-3 { margin-top:    48px !important; }
  .mr-3 { margin-right:  48px !important; }
  .mb-3 { margin-bottom: 48px !important; }
  .ml-3 { margin-left:   48px !important; }
  @media(max-width:767px){ /* ups .pt-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; }
  }
  
  .mt-4 { margin-top:    64px !important; }
  .mr-4 { margin-right:  64px !important; }
  .mb-4 { margin-bottom: 64px !important; }
  .ml-4 { margin-left:   64px !important; }
  @media(max-width:767px){ /* ups .pt-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; }
  }
  
  .mt-5 { margin-top:    80px !important; }
  .mr-5 { margin-right:  80px !important; }
  .mb-5 { margin-bottom: 80px !important; }
  .ml-5 { margin-left:   80px !important; }
  @media(max-width:767px){ /* ups .pt-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; }
  }
   


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

  .pt-0 { padding-top:    0px !important; }
  .pr-0 { padding-right:  0px !important; }
  .pb-0 { padding-bottom: 0px !important; }
  .pl-0 { padding-left:   0px !important; }
  @media(max-width:767px){ /* ups .mt-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; }
  }
  
  .pt-1 { padding-top:    16px !important; }
  .pr-1 { padding-right:  16px !important; }
  .pb-1 { padding-bottom: 16px !important; }
  .pl-1 { padding-left:   16px !important; }
  @media(max-width:767px){ /* ups .mt-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; }
  }
  
  .pt-2 { padding-top:    32px !important; }
  .pr-2 { padding-right:  32px !important; }
  .pb-2 { padding-bottom: 32px !important; }
  .pl-2 { padding-left:   32px !important; }
  @media(max-width:767px){ /* ups .mt-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; }
  }
  
  .pt-3 { padding-top:    48px !important; }
  .pr-3 { padding-right:  48px !important; }
  .pb-3 { padding-bottom: 48px !important; }
  .pl-3 { padding-left:   48px !important; }
  @media(max-width:767px){ /* ups .mt-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; }
  }
  
  .pt-4 { padding-top:    64px !important; }
  .pr-4 { padding-right:  64px !important; }
  .pb-4 { padding-bottom: 64px !important; }
  .pl-4 { padding-left:   64px !important; }
  @media(max-width:767px){ /* ups .mt-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; }
  }
  
  .pt-5 { padding-top:    80px !important; }
  .pr-5 { padding-right:  80px !important; }
  .pb-5 { padding-bottom: 80px !important; }
  .pl-5 { padding-left:   80px !important; }
  @media(max-width:767px){ /* ups .mt-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; }
  }
  
  .pt-6 { padding-top:    96px !important; }
  .pr-6 { padding-right:  96px !important; }
  .pb-6 { padding-bottom: 96px !important; }
  .pl-6 { padding-left:   96px !important; }
  @media(max-width:767px){ /* ups .mt-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; }
  }
  
  .pt-7 { padding-top:    112px !important; }
  .pr-7 { padding-right:  112px !important; }
  .pb-7 { padding-bottom: 112px !important; }
  .pl-7 { padding-left:   112px !important; }
  @media(max-width:767px){ /* ups .mt-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; }
  }
  
  .pt-8 { padding-top:    128px !important; }
  .pr-8 { padding-right:  128px !important; }
  .pb-8 { padding-bottom: 128px !important; }
  .pl-8 { padding-left:   128px !important; }
  @media(max-width:767px){ /* ups .mt-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; }
  }
  
  .pt-9 { padding-top:    144px !important; }
  .pr-9 { padding-right:  144px !important; }
  .pb-9 { padding-bottom: 144px !important; }
  .pl-9 { padding-left:   144px !important; }
  @media(max-width:767px){ /* ups .mt-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; }
  }
  
  .pt-10 { padding-top:    160px !important; }
  .pr-10 { padding-right:  160px !important; }
  .pb-10 { padding-bottom: 160px !important; }
  .pl-10 { padding-left:   160px !important; }
  @media(max-width:767px){ /* ups .mt-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; }
  }
  
  .pt-11 { padding-top:    176px !important; }
  .pr-11 { padding-right:  176px !important; }
  .pb-11 { padding-bottom: 176px !important; }
  .pl-11 { padding-left:   176px !important; }
  @media(max-width:767px){ /* ups .mt-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; }
  }
  


/* Message Boxes for validation */
/*--------------------------------------------------------------------------*/

/* ToDo:
 * Prüfen wo verwendet, Dublikat mit notification.module! 
 * Zusammenführen, Ersetzen, Reduzieren oder Löschen.
 */

@media screen {
  .info-box, .success-box, .warning-box, .error-box {
    border: 1px solid;
    margin: 10px 0px;
		padding: 15px;
		background-repeat: no-repeat;
		background-position: 10px center;
	}
	.info-box {
		color: #00529B;
		background-color: rgba(0, 82, 155,0.5);
		border: #00529B;
	}
	.success-box {
		color: #4F8A10;
		background-color: rgba(79, 138, 16,0.5);
		border: #4F8A10;
	}
	.warning-box {
		color: #9F6000;
		background-color: rgba(159, 96, 0,0.5);
		border: #9F6000;
	}
	.error-box {
		color: #D8000C;
		background-color: rgba(216, 0, 12,0.5);
		border: #D8000C;
	}
}


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

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

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

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

/* 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: #EAEBEC;
  border: 1px solid #EA152A;
  color: #EA152A;
}
.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(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/images/loading-spinner.svg);
}








@media print {
  
  @page {
    size: A4;
    margin: 20mm 10mm 20mm 20mm;
  }
  
  .d-print { display: block !important; }
  .d-print-none, .no-print { display: none !important; }
  
  /* overwrite all */
  * {
    background-image: none !important;
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid #000000 !important;
    text-align: left !important;
    font-size: 12pt !important;
    max-width: 200mm !important;
  }
  
  /* reset body */
  html, body {
    color: #000000;
    margin: 0;
    padding: 0;
  }
  
  /* firefox fix */
  html.firefox, body.firefox {
    width: auto;
    height: auto;
  }
  
  /* page break after headlines or images */
  h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    page-break-after: avoid;
  }
  img, svg {
    page-break-inside: avoid;
  }
  
  /* hide hubspot backend button */
  .hs-tools-menu { 
    display: none; 
  }
  
  /* remove special link formatting */
  a, .link {
    color: #000000;
  }

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





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








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

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


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

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


/* 1v2 Aspect-Ratio (Default) */
/*--------------------------------------------------------------------------*/
  .aspect-ratio.ratio-4x7 {
    padding-bottom: 
  175.000%;
  }
  .aspect-ratio.ratio-2x3 {
    padding-bottom: 
  150.000%;
  }
  .aspect-ratio.ratio-2x4 {
    padding-bottom: 
  200.000%;
  }
  .aspect-ratio.ratio-4x1 {
    padding-bottom: 25%;
  }
  .aspect-ratio.ratio-3x1 {
    padding-bottom: 33.333%;
  }
  .aspect-ratio.ratio-5x4 {
    padding-bottom: 48.25%;
  }
  .aspect-ratio.ratio-2x1 {
    padding-bottom: 50%;
  }
  .aspect-ratio.ratio-16x9 {
    padding-bottom: 56.25%;
  }
  .aspect-ratio.ratio-6x4 {
    padding-bottom: 66.6%;
  }
  .aspect-ratio.ratio-7x5 {
    padding-bottom: 
  71.429%;
  }
  .aspect-ratio.ratio-9x16 {
    padding-bottom: 
  177.778%;
  }
  .aspect-ratio.ratio-1x1 {
    padding-bottom: 100%;
  }


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

@media (max-width:767px) {
  .aspect-ratio.ratio-sm-4x7 {
    padding-bottom: 
  175.000%;
  }
  .aspect-ratio.ratio-sm-2x3 {
    padding-bottom: 
  150.000%;
  }
  .aspect-ratio.ratio-sm-2x4 {
    padding-bottom: 
  200.000%;
  }
  .aspect-ratio.ratio-sm-4x1 {
    padding-bottom: 25%;
  }
  .aspect-ratio.ratio-sm-3x1 {
    padding-bottom: 33.333%;
  }
  .aspect-ratio.ratio-sm-5x4 {
    padding-bottom: 48.25%;
  }
  .aspect-ratio.ratio-sm-2x1 {
    padding-bottom: 50%;
  }
  .aspect-ratio.ratio-sm-16x9 {
    padding-bottom: 56.25%;
  }
  .aspect-ratio.ratio-sm-6x4 {
    padding-bottom: 66.6%;
  }
  .aspect-ratio.ratio-sm-7x5 {
    padding-bottom: 
  71.429%;
  }
  .aspect-ratio.ratio-sm-9x16 {
    padding-bottom: 
  177.778%;
  }
  .aspect-ratio.ratio-sm-1x1 {
    padding-bottom: 100%;
  }
}


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

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


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

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


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

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

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


 /* Default Container */@media (min-width: 1366px) {
   .aspect-ratio.ratio-4x7.banner {
     height: 2390.5px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-4x7.full-width {
     height: 2446.5px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x3.banner {
     height: 2049.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x3.full-width {
     height: 2097.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x4.banner {
     height: 2732.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x4.full-width {
     height: 2796.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-4x1.banner {
     height: 341.5px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-4x1.full-width {
     height: 349.5px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-3x1.banner {
     height: 455.3px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-3x1.full-width {
     height: 466.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-5x4.banner {
     height: 659.1px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-5x4.full-width {
     height: 674.5px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x1.banner {
     height: 683.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x1.full-width {
     height: 699.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-16x9.banner {
     height: 768.4px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-16x9.full-width {
     height: 786.4px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-6x4.banner {
     height: 909.8px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-6x4.full-width {
     height: 931.1px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-7x5.banner {
     height: 975.7px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-7x5.full-width {
     height: 998.6px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-9x16.banner {
     height: 2428.4px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-9x16.full-width {
     height: 2485.3px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-1x1.banner {
     height: 1366.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-1x1.full-width {
     height: 1398.0px;
     padding-bottom: 0;
   }
 }

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



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

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

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

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

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

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


/* 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(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/images/leaflet/layers.png); 
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/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(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/images/leaflet/marker-icon.png);
	}


/* attribution and scale controls */

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

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

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


/* popup */

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

	margin: -10px auto 0;

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

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

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

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


/* div icon */

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


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

/* Directions */

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

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

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

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

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

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

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

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

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

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

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

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

.token.punctuation {
	color: #999;
}

.token.namespace {
	opacity: .7;
}

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

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

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

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

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

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

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

.token.entity {
	cursor: help;
}



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

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


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

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


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

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




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

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

html, .body-wrapper {
  overflow-x: hidden;
}
@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: #FFFFFF;
}


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

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

i.lang-flag:not(.icon) {
  display: inline-block;
  width: 16px;
  height: 11px;
  line-height: 11px;
  vertical-align: baseline;
  margin: 0em 0.5em 0em 0em;
  text-decoration: inherit;
  speak: none;
  font-smoothing: antialiased;
  backface-visibility: hidden;
}
i.lang-flag:not(.icon):before {
  display: inline-block;
  content: '';
  background: url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/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;
}

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


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


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

thead th {
  vertical-align: bottom;
}


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

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

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

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


body {
  font-family: "neueRadial-A", sans-serif;
}

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

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


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


/* Focus Elements */
/*--------------------------------------------------------------------------*/
/*
a[href]:focus-within, area[href]:focus-within, label[tabindex='0']:focus-within,
input:not([disabled]):focus-within, select:not([disabled]):focus-within, 
textarea:not([disabled]):focus-within, button:not([disabled]):focus-within, 
iframe:focus-within, [tabindex]:focus-within, [contentEditable=true]:focus-within {
  outline-color: orange;
  outline-style: auto;
  outline-width: 1px;
}
*/

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


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

p, .hs_cos_wrapper_type_rich_text {
  margin: 0 0 16px 0;
  font-size: 18px;
  letter-spacing: 0.27px;
  line-height: 1.5;
  font-weight: 200;
}

@media print {
  p, .hs_cos_wrapper_type_rich_text {
    font-size: 12pt;
    letter-spacing: 0.002em;
    line-height: 16pt;
    font-weight: 200;
  }
}


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

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


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

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

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


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

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

@media screen {
  h1, .h1 { color: #000000; font-weight: 200; font-style: normal; font-size: 40px; letter-spacing: -0.9px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h2, .h2 { color: #000000; font-weight: 200; font-style: normal; font-size: 24px; letter-spacing: 0px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h3, .h3 { color: #000000; font-weight: 500; font-style: normal; font-size: 18px; letter-spacing: 0.27px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h4, .h4 { color: #000000; font-weight: 500; font-style: normal; font-size: 16px; letter-spacing: 0px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h5, .h5 { color: #000000; font-weight: 500; font-style: normal; font-size: 16px; letter-spacing: 0px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h6, .h6 { color: #000000; font-weight: 500; font-style: normal; font-size: 16px; letter-spacing: 0px; line-height: 1.1; text-transform: none; margin-left: 0;  }
}

@media screen and (min-width:768px) {
  h1, .h1 { color: #000000; font-weight: 200; font-style: normal; font-size: 60px; letter-spacing: -0.9px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h2, .h2 { color: #000000; font-weight: 200; font-style: normal; font-size: 36px; letter-spacing: 0px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h3, .h3 { color: #000000; font-weight: 500; font-style: normal; font-size: 18px; letter-spacing: 0.27px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h4, .h4 { color: #000000; font-weight: 500; font-style: normal; font-size: 16px; letter-spacing: 0px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h5, .h5 { color: #000000; font-weight: 500; font-style: normal; font-size: 16px; letter-spacing: 0px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h6, .h6 { color: #000000; font-weight: 500; font-style: normal; font-size: 16px; letter-spacing: 0px; line-height: 1.1; text-transform: none; margin-left: 0;  }
}

@media print {
  h1, .h1 { color: #000000; font-weight: 200; font-style: normal; font-size: 32pt; letter-spacing: -0.9px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h2, .h2 { color: #000000; font-weight: 200; font-style: normal; font-size: 24pt; letter-spacing: 0px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h3, .h3 { color: #000000; font-weight: 500; font-style: normal; font-size: 18pt; letter-spacing: 0.27px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h4, .h4 { color: #000000; font-weight: 500; font-style: normal; font-size: 16pt; letter-spacing: 0px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h5, .h5 { color: #000000; font-weight: 500; font-style: normal; font-size: 16pt; letter-spacing: 0px; line-height: 1.1; text-transform: none; margin-left: 0;  }
  h6, .h6 { color: #000000; font-weight: 500; font-style: normal; font-size: 16pt; letter-spacing: 0px; line-height: 1.1; text-transform: none; margin-left: 0;  }
}


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

@media screen {
  .font-size-xxxl, .font-size-xxxl p { font-size: 0; letter-spacing: 0; line-height: 1.1; margin-left: 0; ; }
  .font-size-xxl,  .font-size-xxl p  { font-size: 0; letter-spacing: 0; line-height: 1.1; margin-left: 0; ;  }
  .font-size-xl,   .font-size-xl p   { font-size: 30px; letter-spacing: 0; line-height: 1.1; margin-left: 0; ;   }
  .font-size-l,    .font-size-l p    { font-size: 20px; letter-spacing: 0; line-height: 1.5; margin-left: 0; ;    }
  .font-size-m,    .font-size-m p    { font-size: 18px; letter-spacing: 0.27px; line-height: 1.5; margin-left: 0; ;    }
  .font-size-s,    .font-size-s p    { font-size: 16px; letter-spacing: 0; line-height: 1.5; margin-left: 0; ;    }
  .font-size-xs,   .font-size-xs p   { font-size: 12px; letter-spacing: 0.3em; line-height: 1.5; margin-left: 0; ;   }
  .font-size-xxs,  .font-size-xxs p  { font-size: 0; letter-spacing: 0.3em; line-height: 1.5; margin-left: 0; ;  }
}


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

@media screen and (min-width:768px) {
  .font-size-xxxl, .font-size-xxxl p { font-size: 0; letter-spacing: 0; line-height: 1.1; margin-left: 0; ; }
  .font-size-xxl,  .font-size-xxl p  { font-size: 0; letter-spacing: 0; line-height: 1.1; margin-left: 0; ;  }
  .font-size-xl,   .font-size-xl p   { font-size: 30px; letter-spacing: 0; line-height: 1.1; margin-left: 0; ;   }
  .font-size-l,    .font-size-l p    { font-size: 20px; letter-spacing: 0; line-height: 1.5; margin-left: 0; ;    }
  .font-size-m,    .font-size-m p    { font-size: 18px; letter-spacing: 0.27px; line-height: 1.5; margin-left: 0; ;    }
  .font-size-s,    .font-size-s p    { font-size: 16px; letter-spacing: 0; line-height: 1.5; margin-left: 0; ;    }
  .font-size-xs,   .font-size-xs p   { font-size: 12px; letter-spacing: 0.3em; line-height: 1.5; margin-left: 0; ;   }
  .font-size-xxs,  .font-size-xxs p  { font-size: 0; letter-spacing: 0.3em; line-height: 1.5; margin-left: 0; ;  }
}


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

@media print {
  .font-size-xxxl, .font-size-xxxl p { font-size: 48pt; letter-spacing: -0.016em; line-height: 56pt; margin-left: -8pt; ; }
  .font-size-xxl,  .font-size-xxl p  { font-size: 32pt; letter-spacing: -0.008em; line-height: 48pt; margin-left: -6pt; ;  }
  .font-size-xl,   .font-size-xl p   { font-size: 24pt; letter-spacing: -0.004em; line-height: 32pt; margin-left: -4pt; ;   }
  .font-size-l,    .font-size-l p    { font-size: 16pt; letter-spacing: -0.002em; line-height: 24pt; margin-left: -1pt; ;    }
  .font-size-m,    .font-size-m p    { font-size: 12pt; letter-spacing: 0.002em; line-height: 16pt; ;    }
  .font-size-s,    .font-size-s p    { font-size: 10pt; letter-spacing: 0.004em; line-height: 16pt; ;    }
  .font-size-xs,   .font-size-xs p   { font-size: 8pt; letter-spacing: 0.008em; line-height: 16pt; ;   }
  .font-size-xxs,  .font-size-xxs p  { font-size: 6pt; letter-spacing: 0.016em; line-height: 8pt; ;  }
}


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






/* Blog Navi */
/*--------------------------------------------------------------------------*/

.navi-blog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}


/* Blog Typography */
/*--------------------------------------------------------------------------*/

/* links */
.post-detail .goback,
.post-detail .content a:not(.tag-item) {
  text-decoration: underline;
  color: #0F129D;
  font-weight: 300;
}
.post-detail .goback:hover,
.post-detail .goback:focus,
.post-detail .content a:not(.tag-item):hover,
.post-detail .content a:not(.tag-item):focus {
  color: #00A5DF;
}

/* Headlines */
.banner-blog .banner-content h1 {
  font-weight: 200;
}
.post-detail h2 {
  font-size: 40px;
  letter-spacing: -0.9px;
  line-height: 1.1;
  margin-bottom: 32px;
  margin-top: 32px;
  font-weight: 200;
}
.post-detail h3 {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (min-width:768px) {
  .post-detail h2 {
    font-size: 60px;
    letter-spacing: -0.9px;
    line-height: 1.1;
    margin-bottom: 64px;
    margin-top: 80px;
  }
  .post-detail h3 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 39.7px;
    margin-bottom: 24.0px;
  }
}

/* Paragraphs */
.post-detail p {
  font-size: 16px;
}
@media (min-width:768px) {
  .post-detail p {
    font-size: 20px;
  }
}

/* WP Caption text */
.post-detail .wp-caption-text {
  font-size: 14px;
}

/* lists */
.post-detail ul,
.post-detail ol {
  padding-left: 20px;
  margin-top: 0;
}
.post-detail ul li,
.post-detail ol li {
  font-size: 16px;
}
@media (min-width:768px) {
  .post-detail ul li,
  .post-detail ol li {
    font-size: 20px;
  }
}
.post-detail ul li > ul {
  margin-top: 16px;
  list-style-type: disc;
}
.post-detail ol > li {
  padding-left: 4px;
}
.post-detail ol > li::marker {
  font-weight: 500;
}

/* blockquote */
.post-detail blockquote:before {
  width: 142px;
  height: 142px;
  background-image: url('data:image/svg+xml, <svg fill="%23ea152a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.433,16L14.865,3.246h8.116l9.018,12.754-9.018,12.754H14.865l8.568-12.754Zm-14.865,0L0,3.246H8.116l9.017,12.754-9.017,12.754H0L8.568,16Z"/></svg>') 
}
.post-detail blockquote {
  padding-top: 208px;
  padding-left: 112px;
}
.post-detail blockquote,
.post-detail blockquote p,
.post-detail blockquote span {
  font-size: 36px;
  font-style: italic;
  font-weight: 200;
  line-height: 1.15;
}
@media (max-width:767px) {
  .post-detail blockquote:before {
    width: 72px;
    height: 72px;
  }
  .post-detail blockquote {
    padding-top: 112px;
    padding-left: 44px;
  }
  .post-detail blockquote,
  .post-detail blockquote p,
  .post-detail blockquote span {
    font-size: 22px;
  }
}

/* Blog medias */
/*--------------------------------------------------------------------------*/

.post-detail .hs-responsive-embed-wrapper.hs-responsive-embed ,
.post-detail .content .wp-caption,
.post-detail .content img {
  max-width: 100%!important;
  height: auto!important;
  max-height: 100%!important;
}


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

.error {
  position: relative;
  padding: 150px 0;
  text-align: center
}
.error-code {
  color: #e5eaef;
  font-size: 40vw;
  line-height: 1;
  font-weight: 500
}
.error-text h1 {
  font-size: 3.375rem
}
.error-text p {
  font-size: 1.25rem;
  text-align: center
}
.error-button {
  width: 100%
}
.error .button {
  margin-top: 30px
}
@media (min-width:768px) {
  .error-code {
    font-size:26rem
  }
  .error-text {
    z-index: 1;
    position: absolute;
    top: 23rem;
    width: 100%
  }
}


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

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


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

/* Title + Text */
.hs-search-results__title {
  color: ;
  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-bottom: 1.4rem;
  padding: 0.7rem !important;
}


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

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

/* Checkbox */
body .system-form .email-prefs .item .fakelabel > span:nth-child(2):after,
body .system-form .subscribe-options label > span:after {
  left: 0.5px;
  top: 4px;
  font-size: 10px;
  line-height: 15px;
}

/* Disabled Icon */
.email-prefs .item.disabled .fakelabel {
  position: relative; 
}
.email-prefs .item.disabled .fakelabel:after {
  display: block;
  font-family: "Font Awesome 5 Free","Font Awesome";
  content: "\f071";
  font-weight: 900;
  position: absolute;
  top: -1px;
  left: 0px;
  color: #2E3640;
}
.email-prefs .item.disabled .fakelabel > input + span:nth-child(2):before, 
.email-prefs .item.disabled .fakelabel > input + span:nth-child(2):after {
  opacity: 0 !important;
}


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








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

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


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

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


/* Accordion (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: #EA152A;
}
.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 #EAEBEC;
}
.accordion > .accordion-section.first .tab-button {
  border-top: 0;
}


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

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


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

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


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


.accordion-icon {
  margin-right: 1rem;
}
.accordion-icon img, .accordion-icon svg {
  width:100%;
}

.accordion .accordion-intro {
  color: #000000;
}

.variant_2.accordion .tab-checkbox + .tab-button::after {
  width: 48px;
  height: 48px;
  content: "+";
  color: #868686;
  font-family: "neueRadial-A", sans-serif;
  font-size: 48px;
  font-weight: 200;
}
.variant_2.accordion .tab-checkbox:checked + .tab-button::after {
  content: "-";
  color: #868686;
}








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

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


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


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


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

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


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



.address .address-inner .telephone {
  margin: 0;
}









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


/* Advice (Custom) */
/*--------------------------------------------------------------------------*/










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

a.anchor.preview,
.page-editor a.anchor,
.hs-inline-edit a.anchor {
  display: block; position: relative;
  background: #ff657a;
  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;
}


/* Anchors (Custom) */
/*--------------------------------------------------------------------------*/










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

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


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

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


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

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


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

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


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

.variant_1 .anchor-section.lvl2 .anchor-item a.highlight {
  padding-left: 24.0px;
  color: #000000;
}
.variant_1 .anchor-section.lvl2 .anchor-item a.highlight:before  {
  width: 4.0px;
  background: #EA152A;
}


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

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


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


.variant_2 {
  
}








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

.article {
  width: 100%;
  height: auto;
  border-radius: 0px;
  background: #FFFFFF;
}
.article-inner {
  position: relative;
  width: 100%; height: 100%;
  padding-bottom: 16px;
}
.article .article-content {
  margin: 16px;
}
.article .article-content strong {
  display: inline-block;
  margin-bottom: 32px;
  word-break: break-word;
}
.article-image {
  background: #EAEBEC;
  overflow: hidden;
  border-top-right-radius: 0px;
  border-top-left-radius: 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: #2E3640;
  font-style: normal;
}


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

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


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

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

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



.article {
  max-width: 100%;
  height: 100%;
}
.article .article-inner {
  display: flex;
  flex-direction: column;
}
.article .article-content {
  margin: 0;
}
.article .article-image {
  margin-bottom: 32px;
}
.article .tag-list {
  margin-left: -8.0px;
}
.article .tag-list i,
.article .article-author .author {
  font-size: 14px;
  font-style: normal; 
  padding: 0px 10px;
}
.article .article-author {
  color: #7F7F7F;
  font-weight: 300;
}
.article .tag-list i,
.article .tag-list .tag-separator {
  color: #0F129D;
  font-weight: 300;
}
.article .tag-list .tag-separator:last-child {
  display: none;
}
.article .article-content strong.article-headline {
  display: block;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 200;
}
@media (min-width:768px) {
  .article .article-content strong.article-headline {
    display: block;
    font-size: 28px;
  }
}
.article .article-description,
.article .button-container {
  margin-top: auto;
}
.article .btn-readmore {
  padding: 20.0px 20.0px;
  background: #0F129D;
  color: #FFFFFF;
  border: 2px solid #0F129D;
  display: inline-block;
  margin-top: auto;
  font-weight: 500;
}
.article .btn-readmore:hover,
.article .btn-readmore:focus {
  background: #FFFFFF;
  color: #0F129D;
  text-decoration: none;
}





.skeleton {
  opacity: .7;
  animation: skeleton-loading 800ms linear infinite alternate;
}
@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}


.skeleton.skeleton-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.skeleton.skeleton-meta {
  height: 13px;
  width: 85%;
  margin-left: 0;
  margin-right: 0;
}


.skeleton.skeleton-headline {
  height: 20px;
  width: 95%;
  margin-bottom: 0.5rem;
}
.skeleton.skeleton-headline.shorter {
  width: 65%;
}
.skeleton.skeleton-headline:last-child {
  margin-bottom: 0;
}


.skeleton.skeleton-paragraph {
  width: 95%;
  margin-bottom: 0.5rem;
  height: 14px;
  display: block;
}
.skeleton.skeleton-paragraph.shorter {
  width: 50%;
}
.skeleton.skeleton-paragraph:last-child {
  margin-bottom: 0;
}


.skeleton.skeleton-button {
  width: 140px;
  height: 62px;
}










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

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


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

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

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


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

.splide__arrow {
  background: #EA152A;
  border: #EA152A;
}
.splide__arrow i,
.splide__arrow svg {
  color: #FFFFFF;
  fill: #FFFFFF;
}
.splide__arrow:hover,
.splide__arrow:focus {
   color: #FFFFFF;
   background: #0A57E3;
   border: #0A57E3;
}
.splide__arrow:hover i, .splide__arrow:focus i,
.splide__arrow:hover svg, .splide__arrow:focus svg {
  color: #FFFFFF;
  fill: #FFFFFF;
}


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

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


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

.splide__pagination .splide__pagination__page {
  background: #ABAFB3;
  border: #ABAFB3;
}
.splide__pagination .splide__pagination__page:hover,
.splide__pagination .splide__pagination__page:focus {
  background: #EA152A;
  border: #EA152A;
}
.splide__pagination .splide__pagination__page.is-active {
  background: #EA152A;
  border: #EA152A;
} 


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

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


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










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

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

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


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

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


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

.banner .image.fallback {
  width: 100%; height: 100%;
  position: relative;
  background-image: url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/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: #EAEBEC;
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner .banner-image img,
.banner .banner-video img,
.banner .banner-video video {
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}


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

.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 {
  opacity: 1;
}


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

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


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

.banner .banner-title {
  margin: 0 auto;
  padding: 32px 16px 48px;
  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:){
  .banner .banner-title {
    padding-top: 96px;
    padding-bottom: 80px;
    height: 100%;
  }
}

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

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


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



  /* Protected Header Area
  @media (max-width:767px) {
    body .banner .banner-title { margin-top: 128px; }
  }
  @media (min-width:768px) {
    body .banner .banner-title { margin-top: 128px; }
  } */

.banner .banner-content .topline {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.27px;
}
.banner .banner-content .topline .separator {
  margin: 0 4.0px;
}
.banner .banner-content .btn {
  background-color: #0F129D;
  border: 2px solid #0F129D;
}
.banner .banner-content .btn:hover {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

@media (min-width:1024px) {
  .banner.banner-blog .banner-title figcaption {
    max-width: 850px;
  }
}
@media (min-width:768px){
  .banner.banner-blog.ratio-none, 
  .banner.banner-blog .banner-content {
    min-height: 650px;
  }
  .banner.ratio-desktop-none {
    padding-bottom: unset;
    height: unset;
  }
  .banner.ratio-desktop-none .banner-content {
    position: relative;
  }
}

/* fix mobile banner height for banner with more text / content */
@media (max-width:767px) {
  .landing-page-enginsight .banner {
    padding-bottom: 0 !important;
    min-height: 100vh !important;
    height: auto !important;
  }
  .banner.ratio-none .banner-content {
    hyphens: auto;
  }
  .banner.ratio-mobile-none {
    padding-bottom: unset;
  }
  .banner.ratio-mobile-none .banner-content {
    position: relative;
  }
}
.landing-page-enginsight .banner .banner-title figcaption {
    max-width: 650px;
    padding-top: 150px;
 }









.banner-code .banner-code-container { 
  z-index: 100;
  padding: 3rem 2rem;
  box-shadow: 30px 90px 90px #0000000F;
}


/* ############# widget-transformation-2025 ################ */
.widget-transformation-2025 .pretix-widget {
  margin:0;
  padding:0;
  border:none;
}
.widget-transformation-2025 .pretix-widget h3 {
  display:block;
  font-size: inherit;
  font-weight:normal;
  margin: 1rem 0 0.5rem 0;
}
.widget-transformation-2025 .pretix-widget .pretix-widget-category-name {
  padding-left:0;
}
.widget-transformation-2025 .pretix-widget p {
  font-size: 18px;
}
.widget-transformation-2025 .pretix-widget .pretix-widget-item-title {
  font-weight:normal;
}
.widget-transformation-2025 .pretix-widget input[type="text"] {
  display: inline-block !important;
  font-size: .875rem !important;
  padding: .7rem !important;
  width: 100% !important;
  color: #969a9f !important;
  background: #f4f5f5 !important;
  border-radius: 4px !important;
  border: none;
}
.widget-transformation-2025 .pretix-widget .pretix-widget-item-count-group button,
.widget-transformation-2025 .pretix-widget .pretix-widget-item-count-group input {
  font-size: .875rem !important;
  color: #969a9f !important;
  background: #f4f5f5 !important;
}
.widget-transformation-2025 .pretix-widget .pretix-widget-voucher-button-wrap button,
.widget-transformation-2025 .pretix-widget .pretix-widget-action button, 
.widget-transformation-2025 .pretix-widget .pretix-widget-resume-button {
  background: #0F129D;
  color: #FFFFFF;
  width: 100%;
  padding: 5px 18px;
  font-weight: bold;
  transition: all 300ms ease-in-out;
  border-radius: 0px;
  border: 2px solid #0F129D;
  cursor: pointer;
}
.widget-transformation-2025 .pretix-widget .pretix-widget-resume-button {
  width:auto;
}
.widget-transformation-2025 .pretix-widget .pretix-widget-voucher-button-wrap button:hover,
.widget-transformation-2025 .pretix-widget .pretix-widget-action button:hover,
.widget-transformation-2025 .pretix-widget .pretix-widget-resume-button:hover {
  border: 2px solid #0F129D;
  background: transparent;
  color: #0F129D;
}
.widget-transformation-2025 .pretix-widget .pretix-widget-info-message {
  margin-bottom:2rem;
  border: 2px solid #0F129D;
  color: color: #0F129D;
}


/* small width adjustment */
.widget-transformation-2025 .pretix-widget .pretix-widget-pricebox {
  text-align: left;
}
.widget-transformation-2025 .pretix-widget .pretix-widget-resume-button {
  margin-bottom:1rem;
}







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

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


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

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


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

.breadcrumb a,
.breadcrumb i {
  color: #000000;
}
.breadcrumb a:hover,
.breadcrumb a:hover i {
  color: #EA152A;
}
.breadcrumb a.disabled {
  pointer-events: none;
  color: #2E3640;
}


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











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

.button-container {
  width: 100%;
}
.btn, .hs-button {
  padding: 16px 20px 14px;
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  border-radius: 0px;
  transition: .3s;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.03em;
}
.btn:not(.icon-btn){
  min-width: 80px;
}
.btn:hover, .hs-button:hover,
.btn:focus, .hs-button:focus {
  text-decoration: none;
}
@media(max-width:374px){
  .btn, .hs-button {
    min-width: 100%;
  }
}


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

.btn-primary, .hs-button.primary {
  background-color: #0F129D;
  border: 2px solid #0F129D;
  color: #FFFFFF;
} 
.btn-primary:hover, .btn-primary:focus, 
.hs-button.primary:hover, .hs-button.primary:focus {
  background-color: transparent;
  border-color: #0F129D;
  color: #0F129D;
}
.cta_button.primary:hover, 
.cta_button.primary:focus {
  background-color: transparent !important;
  border-color: #0F129D !important;
  color: #0F129D !important;
}

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

.btn-primary-outline {
  background-color: transparent;
  border-color: #0F129D;
  color: #0F129D;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #0F129D;
  border: 2px solid #0F129D;
  color: #FFFFFF;
}
.cta_button.primary-outline:hover, 
.cta_button.primary-outline:focus {
  background-color: #0F129D !important;
  border: 2px solid #0F129D !important;
  color: #FFFFFF !important;
}



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

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


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

.btn-secondary-outline {
  background-color: rgba(234, 21, 42, 0.2);
  border: 2px solid #EA152A;
  color: #EA152A;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: rgba(234, 21, 42, 0.3);
  border-color: #EA152A;
  color: #EA152A;
}
.cta_button.secondary-outline:hover,
.cta_button.secondary-outline:focus {
  background-color: rgba(234, 21, 42, 0.3) !important;
  border-color: #EA152A !important;
  color: #EA152A !important;
}


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

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


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

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


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












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

@media (min-width:768px) {
  .button-group.flex-md-row .first {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 1px;
  }
  .button-group.flex-md-row .last {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 1px;
  }
}

/* Last */
@media (max-width:767px) {
  .button-group.flex-sm-column .first {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 1px;
  }
}
.button-group.flex-column .first {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-width: 1px;
}

/* Last */
@media (max-width:767px) {
  .button-group.flex-sm-column .last {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 1px;
  }
}
.button-group.flex-column .last {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-width: 1px;
}

/* Segment */
.button-group.flex-column .segment {
  border-radius: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
@media (max-width:767px) {
  .button-group.flex-sm-column .segment {
    border-radius: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}
@media (min-width:768px) {
  .button-group.flex-md-row .segment {
    border-radius: 0;
    border-left-width: 1px;
    border-right-width: 1px;
  }
}

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

.button-group .btn {
  min-width: 128px;
}
.button-group .btn:hover,
.button-group .btn:focus {
  z-index: 1;
}
@media (min-width:768px) {
  .button-group.flex-md-row .last,
  .button-group.flex-md-row .segment {
    margin-left: -1px;
  }
}
@media (max-width:767px) {
  .button-group.flex-sm-column .last,
  .button-group.flex-sm-column .segment {
    margin-top: -1px;
  }
}
.button-group.flex-column .last,
.button-group.flex-column .segment {
  margin-top: -1px;
}


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










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


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

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


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

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


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

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


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




.icon-80 svg, .icon-80 img {
  transform: translate(-50%,-50%) scale(0.8) !important;
}
.icon-60 svg, .icon-60 img {
  transform: translate(-50%,-50%) scale(0.6) !important;
}
.icon-40 svg, .icon-40 img {
  transform: translate(-50%,-50%) scale(0.4) !important;
}

.card__image-icon {
  max-width: initial;
}
.card__image-icon .card-inner {
  padding-bottom: 0;
}
.card__image-icon .card-inner > .row {
  padding: 0 16px;
}
.card__image-icon .card-image {
  padding-bottom: calc(100% / 2.75);
}
.card__image-icon .card-content {
  padding: 40.0px 30.0px 30.0px 40.0px;
  margin: 0;
}
.card__image-icon .card-headline {
  position: relative;
}
.card__image-icon .btn.btn-primary {
  background-color: #0F129D;
  border-color: #0F129D;
}


/* 250px: Request from Manuel that the cards dont gt more narrow than 250px from 08.08.24 to Sebastian Zill per Mail */
.card-multi-v2 .col {min-width: calc(250px + 16px + 16px);}
.card-multi-v2 .card.v2, .card-multi-v2 .card.v2 .card-inner {display: flex; flex-direction: column;}
.card.v2 .card-inner {padding-bottom: 0;}
.card.v2 .card-inner > .button-container {margin-top: auto; padding-bottom: 36.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: 1398px;
  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: #EA152A;
  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;
  }
}


/* Chart (Custom) */
/*--------------------------------------------------------------------------*/










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


/* Circle (Custom) */
/*--------------------------------------------------------------------------*/










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

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

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


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

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


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










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

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


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

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


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

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


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










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

.copyright {
  color: #2E3640;
}


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










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

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


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

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

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

.countdown .days,
.countdown .hours,
.countdown .minutes,
.countdown .seconds {
  display: block;
  padding: 0 32px;
}
@media (max-width:767px) {
  .countdown .days,
  .countdown .hours,
  .countdown .minutes,
  .countdown .seconds {
    padding: 0 16px;
  }
}

/* Divider */
.countdown span[role="seperator"] {
  display: inline-block;
}


/* Countdown (Custom) */
/*--------------------------------------------------------------------------*/










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

hr, .divider {
  display: block;
  position: relative;
  height: 1px;
  width: 100%;
  border: 0;
  outline: 0;
  margin: 80px 0 16px;background-color: #ABAFB3;}
@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: #ABAFB3;
  border-radius: 8.0px;
  content: "";
  width: 16px;
  height: 16px;
}
.divider.bullet:after {
  background: ;
  border-radius: 4.0px;
  content: "";
  width: 8.0px;
  height: 8.0px;
}

/* Label */
.divider.label[aria-label]:before {
  background: #ABAFB3;
  border-radius: 4.0px;
  content: attr(aria-label);
  padding: 8.0px 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: ;
  font-size: 12px;
}
@media (max-width:767px) {
  .divider.label[aria-label]:before {
    font-size: 12px;
  }
}


/* Divider (Custom) */
/*--------------------------------------------------------------------------*/






/* Note:
 * Tab Content, Label and Checkbox is based on _accordion_default.css.
 */




/* Download (Wrapper) */
/*--------------------------------------------------------------------------*/

.downlaod {
  position: relative;
}


/* Download (Teaser) */
/*--------------------------------------------------------------------------*/


.download .download-teaser {
  border-top-left-radius: 4.0px;
  border-top-right-radius: 4.0px;
  color: #FFFFFF;
  background: #EA152A;
  min-height: 80.0px;
  position: relative;
}
.download .download-teaser-inner {
  width: 100%; 
  display: flex;
  align-items: center;
  padding-left: 64.0px;
}
.download .download-teaser .icon-box {
  position: absolute;
  width: 32px;
  height: 32px;
  padding: 8.0px;
  box-sizing: content-box;
  line-height: 32px;
  text-align: center;
  background: #FFFFFF;
  margin-bottom: 16px;
  left: 16px;
  top: 16px;
  border-radius: 4.0px;
}
.download .download-teaser .icon-box > i,
.download .download-teaser .icon-box > svg {
  color: #000000;
  fill: #000000;
  max-width: 32px;
  max-height: 32px;
}
.download .tab-checkbox+.tab-button:after {
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
}
.download .tab-checkbox:checked+.tab-button {
  color: #FFFFFF;
}


/* Download (Content) */
/*--------------------------------------------------------------------------*/

.download .download-content {
  color: #FFFFFF;
  background: #00A5DF;
  padding-top: 0;
  padding-bottom: 0;
}
.download .download-content-inner {
  padding: 16px;
}
.download .ratio-auto > img {
  width: 100%;
  height: auto;
}


/* Download (File) */
/*--------------------------------------------------------------------------*/

.download .download-file {
  color: #FFFFFF;
  background: #EA152A;
  border-bottom-left-radius: 4.0px;
  border-bottom-right-radius: 4.0px;
  padding-top: 0;
  padding-bottom: 0;
}
.download .download-file .description {
  padding-top: 24.0px;
  padding-bottom: 24.0px;
}


/* Download (Custom) */
/*--------------------------------------------------------------------------*/










/* Favorites (Button) */
/*--------------------------------------------------------------------------*/

.favorites-btn {
  display: block;
  position: relative;
  background: transparent;
  width: 48px; height: 48px;
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.favorites-btn:hover,
.favorites-btn:focus,
.favorites-btn.active {
  background: #00A5DF;
}
.favorites-btn i, 
.favorites-btn svg {
  fill: #EAEBEC;
  color: #EAEBEC;
  margin-top: 50%;
  transform: translateY(-50%);
}
.favorites-btn:hover i,
.favorites-btn:focus i,
.favorites-btn.active i,
.favorites-btn:hover svg,
.favorites-btn:focus svg,
.favorites-btn.active svg {
  fill: #FFFFFF;
  color: #FFFFFF;
}


/* Favorites (Badge) */
/*--------------------------------------------------------------------------*/

.navigation-primary .favorites .badge,
.reminder .badge {
  position: absolute;
  right: 6px; top: 12px;
  background: #FFFFFF;
  color: #EA152A;
  border-radius: 8px;
  width: 16px; height: 16px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}
.navigation-primary .favorites .badge {
  position: relative;
  display: inline-block;
  top: -6px;
  right: 0;
}
.navigation-primary .favorites .badge.hide,
.reminder .badge.hide {
  display: none;
}


/* Favorites (Love-And-Share) Position */
/*--------------------------------------------------------------------------*/

.love-and-share .item-close, 
.love-and-share .item-store,
.love-and-share .item-share {
  position: absolute;
  top: 32px; bottom: auto;
  right: 32px; left: auto;
  padding: 0;
  z-index: 1;
}
.love-and-share > .item-close + .item-share,
.love-and-share > .item-store + .item-share {
  top: 88.0px;
}


/* Favorites (Love-And-Share) Icon */
/*--------------------------------------------------------------------------*/

.love-and-share .item-close,
.love-and-share .item-store,
.love-and-share .item-share {
  width: 48px; 
  height: 48px;
  border-radius: 24px;
  color: #FFFFFF;
  background-color: #EAEBEC;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  min-width: auto;
  margin: 0; padding: 0;
  outline: none; border: 0;
}
.love-and-share .item-close > i,
.love-and-share .item-store > i,
.love-and-share .item-share > i {
  line-height: inherit;
  pointer-events: none;
  vertical-align: middle;
}
.love-and-share .item-close:hover, .love-and-share .item-close:focus,
.love-and-share .item-store:hover, .love-and-share .item-store:focus,
.love-and-share .item-share:hover, .love-and-share .item-share:focus {
  color: #FFFFFF;
  background-color: #ABAFB3;
}
.love-and-share .item-store.active {
  color: #FFFFFF;
  background-color: #EA152A;
}
.love-and-share .item-store.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* Toggle Add/Remove */
.love-and-share .item-store i.fa-times { display: none; }
.love-and-share .item-store.active i.fa-heart { display: block; }
.love-and-share .item-store.active:hover i.fa-heart { display: none; }
.love-and-share .item-store.active:hover i.fa-times { display: block; }







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





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

/* 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;
    border: 1px solid #4F4F4F;
    background: #FFFFFF;
    box-shadow: none;
    padding: 16px 18px;
    width: 100%;
    border-radius: 0px;
    line-height: 1.25;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000000;
  }

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

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





/* 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: 15px; /* 17px */
    position: relative;
    padding-left: 31px;
    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: 31px;
  }

  /* 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 #4F4F4F;
  }
  .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: 15px;
    height: 15px;
    top: 8.0px;
  }
  .hs-form .hs-form-radio label > span:before {
    width: 17px;
    height: 17px;
    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: 0px;
  }

  /* 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-weight: bold;
       content: "\f00c"; /* Checked */
    
       left: 0; 
       top: 8.0px;
       font-size: 16px;
       line-height: 15px;
       text-align: center;
       width: 15px;
       height: 15px;
       border: 1px solid transparent;
  }

  /* Style the selection/indicator */
  .hs-form-radio label > span:after {
   
      font-family: "", "Font Awesome 5 Free";
      font-weight: bold;
      content: "\f00c"; /* Checked */
   
      left: 0;
      top: 7.0px;
      font-size: 16px;
      line-height: 15px;
      text-align: center;
      width: 17px;
      height: 17px;
      border: 1px solid transparent;
  }

  /* Style the boolean/indicator */
  .hs-form-booleancheckbox label > span:after {
    left: 0;
    top: 8.0px;
    height: 32px;
    width: 32px;
    background-color: #FFFFFF;
    border: 1px solid #4F4F4F;
    border-radius: 0px;
    -webkit-transition: -webkit-transform 150ms ease;
    -ms-transition: -ms-transform 150ms ease;
    transition: transform 150ms ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  /* Required Field Pass Validation */
  input:focus:required:invalid,
  textarea:focus:required:invalid,
  select:focus:required:invalid {
  }

  /* Requied Input Focus */
  input:focus:required:invalid:focus,
  textarea:focus:required:invalid:focus,
  select:focus:required:invalid:focus {
    box-shadow: none;
  }

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

.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 {
  top: 4px;
}

.hs-form-booleancheckbox label>span:after {
  width: 15px;
  height: 15px;
  font-size: 12px;
  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: 80px;
  }

  /* Create a custom booloean background area */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span:before {
    height: 32px;
    width: 64px;
    border: 1px solid #4F4F4F;
   -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: 0px;
    width: 32px;
    height: 32px;
    top: 4.0px;
    border: 1px solid #4F4F4F;
    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", "Font Awesome 5 Free";;
      font-weight: bold;
      content: "\f00c"; /* Checked */
      line-height: 32px;
      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(32px, 0);
   -ms-transform: translate(32px, 0);
    transform: translate(32px, 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: 32px;
  }
  .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: #000000;
    font-size: 13px;
    line-height: 1.25;
  }
  .hs-form .legal-consent-container > .hs-richtext + div:not(.hs-richtext) {
    margin-top: 16px;
  }
  .hs-form .legal-consent-container > .hs-richtext:last-child {
    margin-bottom: 16px;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox {
    margin-bottom: 0;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    vertical-align: baseline;
    font-size: 13px;
    line-height: 1.25;
    margin-left: 0 !important;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 0 !important;
  }


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





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

    /* .hs-fieldtype-date */
   .hs-dateinput .hs-input { 
      cursor: pointer;
      vertical-align: middle;
      display: inline-block;
      line-height: 8px !important;
     -webkit-appearence: none;
     -webkit-min-logical-width: calc( 100% - 18px);
   }
   .hs-dateinput input {
      background: #FFFFFF;
      padding-right: 40px;
     -webkit-padding-end: 40px;
     -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: #0F129D !important;
   }
   .hs-form .hs-datepicker .fn-date-picker .pika-button:hover {
      background: transparent !important;
   }
   .hs-form .hs-datepicker .fn-date-picker .is-selected .pika-button {
      box-shadow: none;
      background: #0F129D !important;
   }
   .hs-form .hs-dateinput:before {
      right: 18px;
      font-size: 16px;
   }


    .hs-form .hs-dateinput input {
      padding-right: 58px !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: 38px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border: 1px solid #4F4F4F;

      /* Block */
        width: 40px;
        height: 40px;
        background: #0F129D;
        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: 40px;
      padding-top: 0; 
      padding-bottom: 0;
      line-height: 38px;
      width: 100% !important;
     -webkit-appearance: none;
     -moz-appearance: none;
      appearance: none;
     -webkit-border-radius: 0px;
      border-radius: 0px;
      cursor: pointer;
      padding-left: 18px;
      padding-right: 40px;
     -webkit-padding-end: 40px;
     -webkit-padding-start: 18px;
      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", "Font Awesome 5 Free";
      font-weight: bold;
      content: "\f107"; /* Caret open */ 
      right: 15.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: 68.0px;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: -1px;
    border: 1px solid #4F4F4F;
    border-radius: 0px;
    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: #000000;
    padding: 16px 18px;
    line-height: 1.25;
    font-weight: bold;
  }

  /* style the items (options), including the selected item: */
  .hs-form .select-items .select-option {
    color: #000000;
    padding: 16px 18px;
    font-size: 16px;
    line-height: 1.25;
    border: 1px solid #4F4F4F;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    border-left-width: 0;
    border-right-width: 0;
    cursor: pointer;
  }
  .hs-form .select-items .select-option:last-child {
    border-bottom: none;
  }

  /* Hide the items when the select box is closed: */
  .hs-form .select-hide {
    display: none;
  }

  .hs-form .select-items .select-option:hover, 
  .hs-form .select-items .same-as-selected {
    color: #000000;
    background-color: #FFFFFF;
  }

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


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





/* SPECIAL MEMBERSHIP FORM */
/*--------------------------------------------------------------------------*/

  .hs-register-widget-show-password,
  .hs-login-widget-show-password,
  .hs-reset-widget-show-password {
    display: inline-block;
    float: right;
    line-height: 1.25;
    margin-bottom: 8.0px;
  }
  #hs-login-widget-remember {
    height: auto !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
  }
  #hs-pwd-widget-password {
    height: 40px !important;
    margin-top: 16px !important;
  }

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





/* 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: 0px; 
    }
    .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% - 62px ) !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: 40px;
      height: 40px;
      padding-left: 8.0px;
      padding-right:8.0px;
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

    .hs-fieldtype-number button.hs-stepDown {
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .hs-fieldtype-number button.hs-stepUp {
      border-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    
        .hs-fieldtype-number button.hs-stepDown::after {
          font-family: "Font-Awesome", "Font Awesome 5 Free";
          font-weight: bold;
          content: "\f068"; /* Minus */
        }
        .hs-fieldtype-number button.hs-stepUp:after {
          font-family: "Font-Awesome", "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: #0F129D;
    color: #FFFFFF;
    width: auto;
    padding: 14px 85px;
    margin-top: 16px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
    border-radius: 0px;
    border: 2px solid #0F129D;
    cursor: pointer;
  }
  /*.hs-form .hs-button.primary:hover,*/
  .hs-form input[type="submit"]:hover,
  .hs-form input[type="button"]:hover {
      background: transparent;
      color: #0F129D;
  }
  .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"], 
.hs-form input[type="button"] {
  padding: 16px 18px;
}

.hs-form input[type="submit"]:hover, 
.hs-form input[type="button"]:hover {
  border: 2px solid #0F129D;
}



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

  .hs-form .legal-consent-container {
    margin-top: 32px;
  }
  .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: #000000;
    font-size: 13px;
    line-height: 1.25;
  }
  .hs-form .legal-consent-container > .hs-richtext + div:not(.hs-richtext) {
    margin-top: 16px;
  }
  .hs-form .legal-consent-container > .hs-richtext:last-child {
    margin-bottom: 16px;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox {
    margin-bottom: 0;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    vertical-align: baseline;
    font-size: 13px;
    line-height: 1.25;
    margin-left: 0 !important;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 0 !important;
  }


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






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

  /* Field */
  .hs-form input[type="file"]{
    display: block;
    margin: 0;
    padding: 16px 18px;
    background: #FFFFFF;
    width: auto;
    height: 40px;
    color: #000000;
    font-weight: 400;
    line-height: 8px;
    border: 2px solid #0F129D;
    cursor: pointer;
    transition: all 300ms ease-in-out;
  }

  /* Button */
  .hs-form .hs-file-button,
  ::-webkit-file-upload-button {
    height: 8px;
    line-height: 0px !important;
    background: #0F129D;
    color: #FFFFFF;
  }
  ::-webkit-file-upload-button:hover {
    background: transparent;
    color: #0F129D;
  }

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

  /* Custom File Upload Button (need js component) */
  .hs-form .hs-fieldtype-file .hs-file-button {
    width: 35%; /* calc( 35% - 36px ) !important; */
    height: 40px;
    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: 40px;
    padding: 0 18px;
    background-color: #FFFFFF;
    font-size: initial;
    line-height: 38px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #4F4F4F;
    border-left: none;
    margin-left: 0;
  }


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





/* 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 19px;
  height: 20.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: 84px;
}
.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 */
/*--------------------------------------------------------------------------*/




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







/* Form-Asyncron (Wrapper) */
/*--------------------------------------------------------------------------*/

.form_async {}


/* Form-Asyncron (Custom) */
/*--------------------------------------------------------------------------*/










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

.galerie-grid {
	display: grid; width: 100%;
  grid-gap: 32px;
	grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
	grid-auto-rows: 304px;
	grid-auto-flow: dense;
}
.galerie-grid > .galerie-item {
	display: flex;
	justify-content: center;
	align-items: center;
  min-height: 304px;
}


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

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


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

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


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

.galerie-item {
  border-radius: 4.0px;
  background: #FFFFFF;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #EAEBEC;
}
.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("//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/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 {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 16px;
  padding-bottom: 20.0px;
  background: rgba(255, 255, 255,0.75);
  border-bottom-left-radius: 4.0px;
  border-bottom-right-radius: 4.0px;
}
.galerie .galerie-content p:last-child {
  margin-bottom: 0;
}


/* Galerie (Remove Border Radius On Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .full-width .galerie-item,
  .full-width .galerie-item .galerie-image,
  .full-width .galerie-item > .fallback,
  .full-width .galerie-content {
    border-radius: 0;
  }
}


/* Galerie (Custom) */
/*--------------------------------------------------------------------------*/










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

.headline {
  width: 100%;
  background: transparent;
  padding: 16px;
  border-radius: 4.0px;
}
.headline > * {
  margin-bottom: 16px;
}
.headline .highlight {
  color: #000000;
  opacity: 0.5;
}

.headline .overline,
.headline .topline {
  margin-bottom: 0px;
  color: #000000;
  text-transform: none;
  font-weight: 500;
}
@media (max-width:767px) {
  .headline .overline,
  .headline .topline {
    margin-bottom: 16px;
    font-size: 1rem;
  }
}


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

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


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


.headline.has-icon .headline-icon {
  
  padding-right:.9rem;
  display: inline-block;
    vertical-align: top;
}
.headline.has-icon .headline-icon > span{
  width: auto;
    display: block;
}
.headline.has-icon .headline-icon > img, .headline-icon svg{
  min-width:48px;
  width: 48px;
   height: 48px;
  color: #EA152A;
  fill: #EA152A;
  position:relative;
}
.headline.has-icon > .topline{
  margin-left:4rem;
  margin-bottom:0;
}

.headline.has-icon .headline-text-wrapper{
  display:flex;
}

.headline.has-icon.align-left .headline-text-wrapper{
  justify-content:flex-start;
}
.headline.has-icon.align-center .headline-text-wrapper{
  justify-content:center;
}
.headline.has-icon.align-right .headline-text-wrapper{
  justify-content:flex-end;
}



@media (min-width:768px){
 .headline.has-icon.sh-1.styling-none .headline-icon,
  .headline.has-icon.styling-h1 .headline-icon {
    padding-top:.5rem;
  }
  .headline.has-icon > .topline{
    margin-left:4.2rem;
    
  }
}









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

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


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

.iconbox .icon {
  padding-right: 0;
}
.iconbox .icon > i,
.iconbox .icon > svg,
.iconbox .icon > img {
  width: 48px;
  height: 48px;
  color: #EA152A;
  fill: #EA152A;
}


.iconbox.bg_primary {background-color: #EA152A;}
.iconbox.bg_secondary {background-color: #00A5DF;}
.iconbox.bg_tertiary {background-color: #0A57E3;}
.iconbox.bg_white {background-color: #FFFFFF;}
.iconbox.bg_black {background-color: #000000;}
.iconbox.bg_light_gray {background-color: #EAEBEC;}
.iconbox.bg_medium_gray {background-color: #ABAFB3;}
.iconbox.bg_dark_gray {background-color: #2E3640;}
.iconbox.bg_transparent {background-color: unset;}


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

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


/* Iconbox (Custom) */
/*--------------------------------------------------------------------------*/



.iconbox .w48 {
  width: 48px !important;
}
.iconbox .icon .aspect-ratio > img {
  object-fit: contain; 
}









.infographic-image {
  position: relative;
  cursor: crosshair;
}
.infographic-image > img {
  border-radius: 4.0px;
}
.infographic-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}





.infographic .overlay .point {
  position: absolute;
  font-size: 12.0px;
  font-family: "DejaVu Sans Mono", "Lucida Sans Typewriter", "San Francisco", "Menlo", "Consolas", "Ubuntu Mono", "Roboto Mono", "Courier New", "Courier", monospace;
  width: 24px;
  height: 24px;
  line-height: 23px;
  background: #FFFFFF;
  border: 1px solid #000000;
  color: #EA152A;
  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: "neueRadial-A", sans-serif;
  border: 1px solid #000000;
  border-radius: 4.0px;
  background: #FFFFFF;
  color:  #EA152A;
  padding: 8.0px 16px;
  text-align: center;
  z-index: 1;
}
@media screen {
  .infographic .overlay .point:hover .popover {
    display: block;
  }
}
.popover:not(.top):not(.bottom):not(.left):not(.right),
.popover.top {
  transform: translateX(-50%);
  left: 12.0px;
  bottom: 40px;
}
.popover.bottom {
  transform: translateX(-50%);
  left: 12.0px;
  top: 40px;
}
.popover.left {
  transform: translateY(-50%);
  top: 12.0px;
  right: 40px;
}
.popover.right {
  transform: translateY(-50%);
  top: 12.0px;
  left: 40px;
}






.popover:after {
  content: '';
  position: absolute;
  width: 0;
	height: 0;
	border-style: solid;
}
.popover:not(.top):not(.bottom):not(.left):not(.right):after,
.popover.top:after {
  border-width: 8.0px 8.0px 0 8.0px;
	border-color: #000000 transparent transparent  transparent;
  left: 50%; 
  margin-left: -8.0px;
  bottom: -8.0px;
}
.popover.bottom:after {
  border-width: 0 8.0px 8.0px 8.0px;
	border-color: transparent transparent #000000 transparent ;
  left: 50%; 
  margin-left: -8.0px;
  top: -8.0px;
}
.popover.left:after {
  border-width: 8.0px 0 8.0px 8.0px;
	border-color: transparent transparent transparent #000000;
  top: 50%; 
  margin-top: -8.0px;
  right: -8.0px;
}
.popover.right:after {
  border-width: 8.0px 8.0px 8.0px 0;
	border-color: transparent #000000 transparent transparent;
  top: 50%; 
  margin-top: -8.0px;
  left: -8.0px;
}





.infographic .sibling.active,
.infographic .sibling:hover {
  color: #EA152A;
  cursor: pointer;
  transition: all 150ms linear;
}





.infographic-image .preview-coords {
  display: none;
  position: absolute;
  top: 4px; right: 4px;
  color: #000000;
  background: #FFFFFF;
  opacity: 0.75;
  padding: 1px 2px;
  border-radius: 3px;
}
.preview .infographic-image:hover .preview-coords {
  display: block;
}


/* Infographic (Custom) */
/*--------------------------------------------------------------------------*/



.infographic-image.aspect-ratio > svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
  height: 100%;
}
.infographic-image.aspect-ratio > svg .country,
.infographic-image.aspect-ratio > svg .de:not(.country) {
  transition: fill .3s ease-in-out;
}
.infographic-image.aspect-ratio > svg .country:hover {
  fill: #0F129D;
}
.infographic-image.aspect-ratio > svg .country.de:hover + .de:not(.country) {
  fill: #0F129D;
}
.infographic-image.aspect-ratio > img {
  object-fit: contain;
}
.infographic .overlay .point {
  width: 6px;
  height: 6px;
  border: none;
  color: #FFFFFF;
}
.infographic .overlay .point .popover {
  display: block;
  opacity: 0;
  color: #000000;
  border: none;
  box-shadow: 0px -10px 40px #2E364026;
  border-radius: 0;
  transition: opacity .3s ease-in-out;
  text-align: left;
  width: max-content;
}
.infographic .overlay .point .popover.top {
  transform: none;
  bottom: 30px;
  left: -20px;
}
.infographic .overlay .point:hover {
  background: #FFFFFF;
}
.infographic .overlay .point .popover:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.infographic .overlay .point .popover.top:after {
  margin-left: initial;
  left: 16px;
}









/* Leaflet (Map) */
/*--------------------------------------------------------------------------*/

.map {
  margin: 0;
  position: relative;
}
.map .map-dsgvo {
  width: 80%; height: auto;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 0;
}
.map .map-inner {
  width: 100%;
  height: 450px;
  background: #EAEBEC;
  border-radius: 4.0px;
  z-index: 0;
  overflow: hidden;
}
.map .leaflet-control-attribution {
  display: none;
}

/* Leaflet (Marker) */
/*--------------------------------------------------------------------------*/

.map .number-icon {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFFpx;
  background-repeat: no-repeat;
  background-position: center;
  
  
  line-height: 42px;
    background-size: 32px 42px;
    background-image: url('data:image/svg+xml,<svg fill="%23EA152A" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32px" height="42px" viewBox="0 0 32 42" enable-background="new 0 0 32 42" xml:space="preserve"><path d="M30.617,16C30.617,25.59,16,41,16,41S1.383,25.59,1.383,16C1.383,7.927,7.927,1.383,16,1.383S30.617,7.927,30.617,16z"/></svg>');
  
}


/* Leaflet (Custom) */
/*--------------------------------------------------------------------------*/










/* Lineitem (Styles) */
/*--------------------------------------------------------------------------*/

.lineitem {
  width: 100%;
  height: auto;
  border-radius: 4.0px;
  background: #FFFFFF;
}
.lineitem-inner {
  position: relative;
  width: 100%; height: 100%;
  padding-bottom: 16px;
}
.lineitem .lineitem-content {
  margin: 16px;
}
.lineitem .lineitem-content strong {
  display: inline-block;
  margin-bottom: 16px;
  word-break: break-word;
}
.lineitem-image {
  background: #EAEBEC;
  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: #2E3640;
  font-style: normal;
}


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

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


/* Lineitem (Custom) */
/*--------------------------------------------------------------------------*/










/* Linkboxes (Wrapper) */
/*--------------------------------------------------------------------------*/

.linkboxes {
  width: 100%;
  height: 100%;
}


/* Linkboxes (Offset) */
/*--------------------------------------------------------------------------*/


.linkboxes.offset-top { 
  margin-top: -128px;
  margin-bottom: auto;
}
.linkboxes.offset-bottom { 
  margin-bottom: -128px;
  margin-top: auto;
}


@media (min-width:768px) {
  .linkboxes.offset-left { 
    margin-left: -128px;
    margin-right: auto;
  }
  .linkboxes.offset-right { 
    margin-right: -128px;
    margin-left: auto;
  }
}


/* Linkboxes (Item) */
/*--------------------------------------------------------------------------*/

.linkboxes .linkbox-item {
  width: 100%; height: 100%;
  position: relative;
  border-radius: 4.0px;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5);
  padding: 16px;
}
.linkboxes .linkbox-item .content {
  width: 100%;
}


/* Linkboxes (Icon) */
/*--------------------------------------------------------------------------*/

.linkboxes .linkbox-item .icon {
  margin-left: 32px;
}
.linkboxes .linkbox-item .icon > svg,
.linkboxes .linkbox-item .icon > i {
  vertical-align: middle;
  width: 32px;
}


/* Linkboxes (Custom) */
/*--------------------------------------------------------------------------*/







/* Card Wrapper */
/*--------------------------------------------------------------------------*/
.card_wrapper {
  max-width: 100%;
}
/* Card Wrapper */
/*--------------------------------------------------------------------------*/
.card_image {
  width: 100%;
  height: auto;
}


/* lightbox-popup (Custom) */
/*--------------------------------------------------------------------------*/










/* Login (Wrapper) */
/*--------------------------------------------------------------------------*/

.login {
  display: inline-flex;
  height: 100%;
  text-align: center;
}


/* Login (Toggle) */
/*--------------------------------------------------------------------------*/

.login .login-btn {
  display: block;
  position: relative;
  background: transparent;
  width: 24px; height: 24x;
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.login .login-btn:hover,
.login .login-btn:focus,
.login .login-btn.active {
  background: transparent;
}
.login .login-btn i,
.login .login-btn svg {
  fill: #000000;
  color: #000000;
  margin-top: 50%;
  transform: translateY(-50%);
}
.login .login-btn:hover i,
.login .login-btn:focus i,
.login .login-btn.active i,
.login .login-btn:hover svg,
.login .login-btn:focus svg,
.login .login-btn.active svg {
  fill: #000000;
  color: #000000;
}

/* Focus with mouse */
.login .login-btn:focus:not(:focus-visible) {
  outline: 0;
}


/* Login (Dropout) */
/*--------------------------------------------------------------------------*/

.login-checkbox,
.login-checkbox ~ .login-panel {
  display: none;
}
.login-checkbox:checked ~ .login-panel {
  display: block;
}


/* Login (Panel) */
/*--------------------------------------------------------------------------*/

.login-panel {
  position: absolute;
  background: #00A5DF;
  padding: 16px 16px 20.0px;
  text-align: left;
  z-index: 2;
}

/* Desktop */
@media  {
  .topbar .login-panel,
  .header-container .login-panel {
    top: 48px;
    width: 336px;
    border-radius: 4.0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .justify-content-end .login-panel {
    right: 0;
  }
}

.login-panel .hs-form input[type="submit"] {
  width: 100%;
}
.login-panel form.hs-form > .hs-form-field {
  margin-top: 8.0px;
}


/* Login (Font) */
/*--------------------------------------------------------------------------*/

.login-panel,
.login-panel .hs-login-widget-email-label,
.login-panel .hs-login-widget-password-label,
.login-panel .hs-login-widget-show-password,
.login-panel .hs-form .hs-form-field > label {
  color: #FFFFFF;
}
.login-panel .hs-login-widget-show-password:hover,
.login-panel a:hover {
  color: #EAEBEC;
}


/* Login (Custom) */
/*--------------------------------------------------------------------------*/










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

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


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

.mandatory .seperator,
.mandatory .hs-menu-item > a {
  color: ;
  font-weight: normal;
  padding: 16px;
}
.mandatory .hs-menu-item > a:hover {
  text-decoration: underline;
}
.mandatory .seperator {
  text-align: center;
  vertical-align: middle;
  padding-left: 1px;
  padding-right: 1px;
  user-select: none;
  cursor: normal;
}


/* Mandatory (Custom) */
/*--------------------------------------------------------------------------*/










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

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


/* Meeting (Custom) */
/*--------------------------------------------------------------------------*/











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

.megamenu {}


/* Submenu Links As Area Links + Hover */
/*--------------------------------------------------------------------------*/

.megamenu .submenu.full-width .menu-link {
  position: absolute; display: block;
  top: 0; right: 0; bottom: 0; left: 0;
  width: auto; height: auto; z-index: 2;
  margin: 0; padding: 0;
}
.megamenu .submenu.full-width .menu-link:hover ~ .title,
.megamenu .submenu.full-width .menu-link:focus ~ .title {
  color: #00A5DF;
}


/* 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;
  }
  .header-container .megamenu .hs-menu-depth-1 > .hs-item-has-children > .submenu.full-width {
    left: calc(-50vw - 16px); /* js fallback */
    min-height: calc(-100vh - 160px); /* js fallback */
  }
}
  

/* Megamenu Elements On Desktop */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .megamenu .hs-menu-depth-2 .thumbnail {
    margin-bottom: 16px;
  }
  .megamenu .hs-menu-depth-2 .overline {
    color: #00A5DF;
    margin-bottom: 8.0px;
  }
  .megamenu .hs-menu-depth-2 .overline,
  .megamenu .hs-menu-depth-2 .title {
    display: block;
    font-weight: bold;
  }
  .megamenu .hs-menu-depth-2 .divider {
    margin: 0;
  }
  .megamenu .hs-menu-depth-2 .description {
    word-break: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .megamenu .call-to-action {
    overflow: hidden;
  }
}


/* Megamenu Elements On Mobile */
/*--------------------------------------------------------------------------*/

@media (max-width:1023px) {
  .megamenu .hs-menu-depth-2 .title {
    margin-bottom: 0;
  }
}


/* Hide Megamenu Elements On Mobile */
/*--------------------------------------------------------------------------*/

@media (max-width:1023px) {
  .megamenu .hs-menu-depth-2 .thumbnail,
  .megamenu .hs-menu-depth-2 .overline,
  .megamenu .hs-menu-depth-2 .description,
  .megamenu .hs-menu-depth-2 .divider,
  .megamenu .call-to-action {
    display: none !important;
  }
}


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

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


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


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


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

.hamburg .line { 
  position: absolute; 
  left: 12.0px;
  height: 2px; 
  width: 24px; 
  background: #EA152A; 
  border-radius: 1.0px;
  display: block; 
  transition: 0.5s; 
  transform-origin: center; 
}.hamburg .line:nth-child(1) { top: 15.0px; }
.hamburg .line:nth-child(2) { top: 22.0px; }
.hamburg .line:nth-child(3) { top: 29.0px; }

/* Focus with mouse */
.hamburg:focus:not(:focus-visible) {
  outline: 0;
}


/* Hamburg (Toggle-Animation) */
/*--------------------------------------------------------------------------*/

.navigation-checkbox:checked ~ .navigation-btn .hamburg > .line:nth-child(1) {
   transform: translateY(7px) rotate(45deg);
}
.navigation-checkbox:checked ~ .navigation-btn .hamburg > .line:nth-child(2) {
   opacity:0;
}
.navigation-checkbox:checked ~ .navigation-btn .hamburg > .line:nth-child(3) {
   transform: translateY(-7px) rotate(-45deg);
}


/* Megamenu (Custom) */
/*--------------------------------------------------------------------------*/





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







/* Mockup (Wrapper) */
/*--------------------------------------------------------------------------*/

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

.mockup .row,
.mockup.full-width {
 min-height: 61.803398876895vh;
}
@media (max-width:767px) {
  .mockup.full-width {
    height: 100vh;
  }
}

/* Mockup (Gradient) */
/*--------------------------------------------------------------------------*/

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


/* Mockup (Fallback) */
/*--------------------------------------------------------------------------*/

.mockup .image.fallback {
  width: 100%; height: 100%;
  position: relative;
  background-image: url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/images/large-placeholder-image.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


/* Mockup (Image) */
/*--------------------------------------------------------------------------*/

.mockup .mockup-image > .image {
  width: 100%; 
  height: auto;
}
@media (min-width:768px) {
  .mockup .mockup-image > .image {
    position: absolute;
    object-fit: contain;
    object-position: center;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
  }
}
@media (max-width:767px) {
  .mockup .mockup-image {
    /* 61.803398876895 zu 38,196601123105 gold */
    max-width: 61.803398876895vh;
    max-height: 61.803398876895vh;
    overflow: hidden;
    margin: auto;
  }
}


/* Mockup (Overlay) */
/*--------------------------------------------------------------------------*/

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


/* Mockup (Title) */
/*--------------------------------------------------------------------------*/

.mockup .mockup-title {
  margin: 0 auto;
  padding: 32px 16px 48px;
  user-select: text;
  width: 100%;
}
@media (min-width:768px) {
  .mockup .mockup-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

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

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


/* Mockup (Custom) */
/*--------------------------------------------------------------------------*/










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

.multi-step-wrapper {
  position: relative;
}
.multi-step-form {   
  background: #FFFFFF;
  margin: px auto;
  margin-bottom: 0;
  border-radius: 8px;
  box-sizing: border-box;
  padding-top: 112px;
  padding-bottom: 144px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  
}
@media(max-width:767px){
  .multi-step-form { 
    padding-top: 112px;
    padding-bottom: 144px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.multi-step-form .hs-form {
  position: relative;
}
.multi-step-form .step,
.multi-step-form .step.hidden {
  transition: opacity 100ms;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.multi-step-form .step.active {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.multi-step-form .hidden {
  display: none;
}
.multi-step-form .hs-form > fieldset {
  max-width: none;
}


/*  Pagination */
/* ---------------------------------------------------- */

.multi-step-pagination {
  display: block;
  text-align: center;
  list-style: none;
  position: absolute;
  padding: 0;
  width: auto;
  z-index: 1;
  top: 40.0px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.multi-step-pagination li:before {
  display: none;
}
.multi-step-pagination > .bull {
  display: inline-block;
  position: relative;
  width: 8px; 
  height: 8px;
  background: #2E3640;
  border-radius: 4.0px;
  margin-right: 56px;
}
.multi-step-pagination > .bull:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.0px;
  height: 2px;
  width: 56px;
  background: #2E3640;
  z-index: -1;
}
.multi-step-pagination > .bull:nth-child(1):after {
  display: none;
}
.multi-step-pagination > .bull:last-child {
  margin-right: 0px;
}

/* Max. 8 Steps Supported: */
.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: #EA152A;
}
.multi-step-pagination > .bull.active {
  background: #2E3640;
}


/* 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: #EA152A;
}
.multi-step-form .footer .hs-button:hover,
.multi-step-form .actions input[type="submit"]:hover {
  color: #FFFFFF;
  background: #00A5DF;
}
.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: #EA152A;
  background: transparent;
}
.multi-step-form .footer .hs-button:disabled {
  color: #2E3640;
  background: #EAEBEC;
  cursor: not-allowed;
}


/* Form Overwrite */
/* ---------------------------------------------------- */

.multi-step-form .hs-form {
  padding: 0;
}
.multi-step-form .form-title {
  display: none;
}
.multi-step-form .form-columns-none > .hs-form-field {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.multi-step-form .hs-submit .actions .hs-button {
  margin-top: 0;
}
.multi-step-form .actions input[type="submit"] {
  position: absolute;
  bottom: -91px;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
}


/* Submit Message */
/* ---------------------------------------------------- */

.multi-step-form.submitted-message {
  height: auto !important;
  padding-bottom: 0px;
}
.multi-step-form.submitted-message .hs-button.prev.last {
  visibility: hidden !important;
}


/* Multistep (Custom) */
/*--------------------------------------------------------------------------*/










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

.primary-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width:1023px) {
  .primary-navigation ul > li {
    position: relative;
    width: 100%;
  }
  .primary-navigation {
    
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #FFFFFF;
  }
}


/* Navigation Mobile-Btn (open/close) */
/*--------------------------------------------------------------------------*/

.navigation-btn,
.navigation-checkbox {
  display: none;
}
@media (max-width:1023px) {
  .navigation-checkbox ~ .primary-navigation,
  .navigation-checkbox + .navigation-btn > .close {
    display: none;
  }
  .navigation-btn,
  .navigation-checkbox + .navigation-btn > .open,
  .navigation-checkbox:checked ~ .primary-navigation,
  .navigation-checkbox:checked + .navigation-btn > .close {
    display: block;
  }
  .navigation-checkbox:checked + .navigation-btn > .open {
    display: none;
  }
}


/* Navigation Mobile-Btn (Absolute-Positon) */
/*--------------------------------------------------------------------------*/

.navigation-btn {
  width: 48px;
  height: 48px;
}
.navigation-btn i,
.navigation-btn svg {
  color: #00A5DF;
  fill: #00A5DF;
  text-align: center;
  line-height: 48px;
  vertical-align: middle;
}
@media (max-width:1023px) {
  .header-container .navigation-btn {
    position: absolute;
    left: auto; right: 16px;
    top: -60px; bottom: auto;
  }
}


/* Dropdown Submenu (open/close) */
/*--------------------------------------------------------------------------*/

.submenu-toggle,
.submenu-toggle ~ .submenu {
  display: none;
}
.submenu-toggle:checked ~ .submenu {
  display: block;
}


/* Dropdown Submenu Caret (toggle) */
/*--------------------------------------------------------------------------*/

/* Arrow */
.primary-navigation .menu-arrow {
  display: inline-block;
  position: absolute;
  right: 16px; 
  top: 0;
  width: 32px;
  height: 100%;
  min-height: 32px;
  max-height: 46px;
  padding: 16px 8.0px;
  cursor: pointer;
}
.primary-navigation .menu-arrow > i,
.primary-navigation .menu-arrow > svg {
  color: #EA152A;
  fill: #EA152A;
  width: 16px;
  height: 16px;
}
.submenu-toggle:checked + .menu-arrow > svg {
  transform: rotate(180deg);
}

/* Toggle With Icon Font, Not Inline Svg */
.submenu-toggle + .menu-arrow > i.open { display: none; }
.submenu-toggle:checked + .menu-arrow > i.open { display: block; }
.submenu-toggle + .menu-arrow > i.close { display: block; }
.submenu-toggle:checked + .menu-arrow > i.close { display: none; }

/* Hide the caret on large screens */
@media (min-width:1024px) {
  .primary-navigation .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 - 152px);
    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: #FFFFFF;
}
.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: #EA152A;
}
.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#EAEBEC;
  } */
  .primary-navigation .hs-menu-depth-1 > .hs-menu-item:not(:last-child):after {
    width: auto;
    height: 2px;
    background: #EAEBEC;
    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 #EAEBEC;
    padding: 16px;
  }
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children:hover > .submenu,
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children:focus > .submenu,
  .primary-navigation .hs-menu-depth-1 > .submenu-toggle:checked ~ .submenu {
    display: flex;
  }
}
@media (max-width:1023px) {
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .submenu {
    padding-bottom: 16px;
    margin-left: 16px;
  }
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 a {
    width: calc( 100% - 32px );
  }
}
/* Links */
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 a {
  padding: 8.0px 16px;
  line-height: 1.3;
}


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

@media (min-width:1024px) {
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .submenu:before {
    width: 100%; position: absolute;
    height: 32px;
    left: 0; top: -33px;
    content: ""; background: transparent;
  }
}


/* Pagination (Custom) */
/*--------------------------------------------------------------------------*/



@media (min-width:1024px) { 
  
  .header-container-wrapper {
    margin-bottom: -16px;
    z-index: 10;  
  }
  .primary-navigation {
    margin-left: -16px;
    margin-right: -16px;
  }
  .primary-navigation .hs-menu-depth-1 li {
    margin-right: 28px;
  }
  .primary-navigation .hs-menu-depth-1>.hs-menu-item>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .primary-navigation .h2 {
    font-size: 30px;
  }
  
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 a {
    padding: 11px 16px;
  }
  .primary-navigation .hs-menu-depth-1 .mega-dropdown .level2 {
    padding: 52.0px 16px 52.0px 48px;
    position: relative;
  }
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .submenu {
    top: 44px;
  }
  
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .nav-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 10;
    display: none;
    margin: 0;
  }
  
  body .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item a {
    padding-right: 52.0px;
    font-weight: 300;
  }
  
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children:hover > .nav-dropdown,
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children:focus > .nav-dropdown,
  .primary-navigation .hs-menu-depth-1 > .submenu-toggle:checked ~ .nav-dropdown {
    display: flex;
  }
  
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .nav-dropdown.mega-dropdown {
    width: 100%;
    min-height: 542px;
  }
  
  .primary-navigation .hs-menu-depth-1 .nav-dropdown.mega-dropdown .dropdown-image {
    padding: 0;
  }
  .primary-navigation .hs-menu-depth-1 .nav-dropdown.mega-dropdown .dropdown-image figure {
    height: 100%;
  }
  .primary-navigation .hs-menu-depth-1 .nav-dropdown.mega-dropdown .dropdown-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  
  .primary-navigation .hs-menu-depth-1 .nav-dropdown.mega-dropdown .dropdown-description-wrapper {
    padding: 0;
  }
  .primary-navigation .hs-menu-depth-1 .nav-dropdown.mega-dropdown .dropdown-description {
    padding: 52.0px 48px 66.0px 48px;
    height: 100%;
  }
  .primary-navigation .hs-menu-depth-1 .nav-dropdown.mega-dropdown .dropdown-description .description-headline{
    color: rgba(0, 0, 0, 0.5);
  }
  
  
  .primary-navigation .hs-menu-depth-2 > .submenu-toggle:checked ~ .hs-menu-depth-3,
  .primary-navigation .hs-menu-depth-2 >.hs-item-has-children.active-branch-list >.hs-menu-depth-3,
  .primary-navigation .hs-menu-depth-2 > .clicked > .hs-menu-depth-3 {
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 117px 48px 48px 48px;
  }
  .primary-navigation .hs-menu-depth-2>.hs-item-has-children.active-branch-list >.hs-menu-depth-3 {
    z-index: 9;
  }
  
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-depth-3::before {
    position: absolute;
    left: 0;
    top: 110px;
    height: calc(100% - 142px);
    content: "";
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}


.primary-navigation .hs-menu-item a .check-icon svg {
  display: none;
}


.primary-navigation .hs-menu-depth-1 {
  justify-content: flex-end;
}


.primary-navigation .hs-menu-depth-1 a {
  font-weight: 500;
  font-size: 20px;
  transition: color 300ms, opacity 300ms;
}

.primary-navigation .hs-menu-depth-1 a.active {
  color: #EA152A
}


.primary-navigation .hs-menu-depth-1 .submenu-category {
  margin-bottom: 32px;
  color: rgba(0, 0, 0, 0.5);
}


.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item {
  margin-left: -16px;
  margin-right: -16px;
}

.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item a {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.27px;
  line-height: 1.5;
  color: #000000;
  display: flex;
  align-items: center;
  padding-right: 52.0px;
}

.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item.clicked>a,
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item a.active,
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item a:hover, 

.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 li.hs-menu-item:hover>a {
  color: #EA152A;
}


.primary-navigation .hs-menu-depth-1 .hs-menu-item a .arrow-icon {
  margin-left: auto;
}

.primary-navigation .hs-menu-depth-1 .hs-menu-item a .arrow-icon svg {
  width: 12px;
  height: 12px;
}


.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 > .hs-menu-item > a > .check-icon img,
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 > .hs-menu-item > a > .check-icon svg,
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 > .hs-menu-item > a > .check-icon i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 24.0px;
  transform: translateY(1px);
}

.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 > .hs-menu-item > a > .check-icon img {
  filter: invert(0%) sepia(0%) saturate(7458%) hue-rotate(208deg) brightness(98%) contrast(100%);
}
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 > .hs-menu-item > a:hover > .check-icon img {
  filter: invert(27%) sepia(95%) saturate(5480%) hue-rotate(344deg) brightness(90%) contrast(105%);
}

.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item.clicked>a svg,
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item.clicked>a i,
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item a:hover svg,
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item a.active svg,
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item:hover > a svg,

.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item a:hover i,
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item a.active i, 
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item:hover > a i
 {
  fill: #EA152A;
  color: #EA152A
}



.dropdown-description-wrapper .image-landscape {
  margin-right:-1px; 
}
.dropdown-description-wrapper .image-landscape img {
  max-width: 100%;
  height: auto;
  margin-bottom: -5px; 
}
.metanavi_right_item,
.metanavi_right_default_content {
  overflow:hidden;
  height:100%;
}
.metanavi_right_item .dropdown-right-item-variant {
  display:none; 
}

.mega-dropdown .description-richtext {
  font-weight: 300;
  line-height: 1.35;
}

.mega-dropdown .inverted,
.mega-dropdown .inverted .description-headline,
.mega-dropdown .inverted .description-richtext,
.mega-dropdown .inverted a,
.mega-dropdown .inverted p {
  color: #FFFFFF!important;
}

.mega-dropdown .inverted a:hover {
  color: #FFFFFF!important;
  opacity: 0.5;
}

.mega-dropdown .btn-more, .submenu.hs-menu-depth-3 .btn-more {
  text-decoration: underline;
  user-select: none;
  padding: 0 !important;
  color: #0F129D !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  position:absolute;
  bottom:48px;
}

.mega-dropdown .btn-more:hover, .submenu.hs-menu-depth-3 .btn-more:hover {
  color: #00A5DF !important;
}

/* Iconbox type */

.primary-navigation .hs-menu-depth-1 .dropdown-iconbox .hs-menu-depth-2 .hs-menu-item {
  display: inline-block;
  width: 50%;
}

.primary-navigation .hs-menu-depth-1 .dropdown-iconbox .btn-more-static {
  position: static;
  margin: 2.5rem 0 0;
}

.iconbox-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 3rem 2rem -2rem 0;
}

.iconbox-menu>div {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 24.0px;
}

.iconbox-menu>div:nth-child(4n+1) {
  border-left: 1px solid transparent;
}

.iconbox-menu a {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px !important;
}

.iconbox-menu .menu-item {
  position: relative;
  text-align: center;
  display: block;
}

.iconbox-menu .menu-item::before {
  content: "";
  display: block;
  padding-top: 120.0px;
}

.iconbox-menu .menu-item::after {
  content: "";
  display: block;
  clear: both;
}

.iconbox-menu .menu-item-icon > i, .iconbox-menu .menu-item-icon > svg, .iconbox-menu .menu-item-icon > .svg {
  position: absolute;
  width: 40.0px;
  height: 40.0px;
  left: 50%;
  top: 40.0px;
  transform: translateX(-50%);
}

.iconbox-menu .menu-item-icon > img.svg {
  filter: invert(0%) sepia(0%) saturate(7458%) hue-rotate(208deg) brightness(98%) contrast(100%);
}

.iconbox-menu a .menu-item-icon > i, .iconbox-menu a .menu-item-icon > svg path, .iconbox-menu .menu-item-icon > img.svg {
  transition: fill 300ms, color 300ms, filter 300ms;
}

.iconbox-menu a:hover .menu-item-icon > i, .iconbox-menu a:hover .menu-item-icon > svg path {
  fill: #EA152A;
  color: #EA152A;
}

.iconbox-menu a:hover .menu-item-icon > img.svg {
  filter: invert(27%) sepia(95%) saturate(5480%) hue-rotate(344deg) brightness(90%) contrast(105%);
}

.iconbox-menu .menu-item .menu-item-headline {
  margin-bottom: 24.0px;
  font-weight: 300;
  transition: color 300ms;
}

.iconbox-menu a:hover .menu-item .menu-item-headline {
  color: #EA152A;
}

/* Standard type */

ul.standard-dropdown {
  margin: 0 !important;
  padding: 1rem !important;
  top: 56px !important;
}

ul.standard-dropdown li {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 1rem;
}

ul.standard-dropdown li a {
  margin: 0;
  padding: 0 !important;
}

/* Additional classes */

.no-icons .l2-icon {
  display: none;
}


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

.notification {
  margin: 0;
  padding: 0;
  width: auto;
  position: fixed;
  left: 16px;
  right: 16px;
  top: 8.0px
}


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

.notification .note {
  overflow: visible;
  position: relative;
  margin-top: 8.0px
}
.notification .note-inner {
  font-family: "neueRadial-A", 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: #2E3640;
    background: #EAEBEC;
    border: 1px solid #2E3640;
  }
  .notification .notification-message i,
  .notification .notification-message svg {
    color: #2E3640;
    fill: #2E3640;
  }

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


/* Notification (Custom) */
/*--------------------------------------------------------------------------*/










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

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

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

/* Current Button Hover */
.pagination .current:hover {
  cursor: none;
  pointer-events: none;
}

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

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


/* Pagination (Custom) */
/*--------------------------------------------------------------------------*/










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

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


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

.person .image-inner {
  background: #EAEBEC;
  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(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/images/grayscale-mountain.png);
  background-size: cover;
}


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

.person .content {
  padding: 32px;
  color: #000000;
}
.person .description {
  display: inline-block;
  margin-top: 16px;
}


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


@media (max-width:767px) {
  .person {
    padding-bottom: 32px;
  }
  .person .image-inner {
    height: 100vw;
    max-height: 592.0px;
  }
}
@media (min-width:1024px) {
  .person {
    max-width: 592.0px;
  }
}


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

.person .social-links {
  margin-left: -1px;
  user-select: none;
}
.person .social-links .icon {
  display: inline-block;
  text-align: center;
}


/* Person (Custom) */
/*--------------------------------------------------------------------------*/










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

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

@media (min-width:768px) {
  .picture .picture-image.ratio-md-auto,
  .picture .picture-image.ratio-md-auto > .image {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    position: relative;
    display: block;
  }
}
@media (max-width:767px) {
  .picture .picture-image.ratio-sm-auto,
  .picture .picture-image.ratio-sm-auto > .image {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    position: relative;
    display: block;
  }
}


/* Picture (Grid-Helper) */
/*--------------------------------------------------------------------------*/

.picture.equal-height {
  height: inherit !important;
}
.picture.equal-height .picture-image  {
  min-height: 100%;
}
@media (min-width:768px) {
  .widget-span .picture.equal-height .picture-image.ratio-sm-auto > .image,
  .widget-span .picture.equal-height .picture-image.ratio-md-auto > .image {
    width: 100%;  
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute; 
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
  }
}


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

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


/* Picture (Custom) */
/*--------------------------------------------------------------------------*/







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

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

/* Not::
 * Isotope.js need z-index 1, 2 for Items and 3 for filter dropdowns.
 */

.popup {
  position: fixed; z-index: 9; 
  top: 0; right: 0;  left: 0; bottom: 0;
  width: 100%; height: 100%;
}
.default.popup-inner {
  position: relative; height: auto;
  background: #FFFFFF;
  border-radius: 4.0px;
}

/* Scroll */
.popup .scroll-container {
  position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
  width: 100%; height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
}


/* Popup (Two-Columns) */
/*--------------------------------------------------------------------------*/

.popup .two-cols .popup-content {
  column-count: 2;
  column-fill: auto;
}
.popup .two-cols.small .popup-content {
  column-gap: 16px;
}
.popup .two-cols.medium .popup-content {
  column-gap: 32px;
}
.popup .two-cols.large .popup-content {
  column-gap: 48px;
}
@media screen and (max-width:767px) {
  .popup .two-cols .popup-content {
    column-count: 1;
    column-gap: 0;
  }  
}


/* Popup (Position/Animation) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .popup .default.popup-inner {
    width: 100%;
    transition: opacity 300ms linear;
    opacity: 0;
		margin-top: 0;
  }
  .popup.active .default.popup-inner {
    opacity: 1;
  }
}
@media (min-width:768px){
  .popup .default.popup-inner {
    transition: all 300ms linear;
    transform: translateY(-50%);
    opacity: 0;
		margin-top: 0;
  }
  .popup.active .default.popup-inner {
    transform: translateY(0%);
    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 (Size) */
/*--------------------------------------------------------------------------*/

/* Size (Desktop) */
.popup .small.popup-inner  { width: 40%; padding: 32px;margin: auto; }
.popup .medium.popup-inner  { width: 60%; padding: 32px; margin: auto;}
.popup .large.popup-inner  { width: 100%; padding: 80px 116.0px; margin: auto; }

/* Size (Tablet) */
@media (min-width:768px) and (max-width:1023px) {
  .popup .small.popup-inner  { width: 60%; padding: 32px; }
  .popup .medium.popup-inner { width: 80%; padding: 32px; }
  .popup .large.popup-inner  { width: 100%; padding: 48px 80px; }
}


/* Popup (Content) */
/*--------------------------------------------------------------------------*/

.popup .default .popup-form {}
.popup .default .popup-video {}
.popup .default .popup-text {
  padding: 16px;
}
.popup .popup-inner.video-only {
	padding: 0 !important;
}
.popup .popup-inner.video-only iframe,
.popup .popup-inner.video-only video {
	border-radius: 4.0px;
}
.popup .popup-inner:not(.video-only) .hs-video-wrapper,
.popup .popup-inner:not(.video-only) video {
	margin-bottom: 16px;
}

/* Video Edge Cutter */
.popup .popup-inner.video-only iframe,
.popup .popup-inner.video-only video {
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
  margin: -1px;
  transform: scale(1);
}



/* Popup (Close-Btn) */
/*--------------------------------------------------------------------------*/

.popup .popup-close {
  position: absolute;
  display: block;
	border: 0;
  margin-top: 0px;
  z-index: 1;
	padding: 0;
	right: 16px;
}
.popup .popup-close i,
.popup .popup-close svg {
	vertical-align: middle;
}



/* Inside */
.popup .inside .popup-close {
	width: 48px;
	height: 48px;
	line-height: 48px;
	background-color: transparent;
	top: 16px;
}
.popup .inside .popup-clos:hover,
.popup .inside .popup-close:focus {
	background-color: transparent;
}
.popup .inside .popup-close i,
.popup .inside .popup-close svg {
	width: 32px;
	height: 32px;
	margin: 8.0px;
	fill: #000000;
	color: #000000;
}
.popup .inside .popup-close:hover > i,
.popup .inside .popup-close:focus > i,
.popup .inside .popup-close:hover > svg,
.popup .inside .popup-close:focus > svg {
	cursor: pointer;
	color: #2E3640;
	fill: #2E3640;
}


/* Outside */
.popup .outside .popup-close {
	width: 64px;
	height: 64px;
	line-height: 64px;
	background-color: transparent;
	top: -80px;
}
.popup .outside .popup-clos:hover,
.popup .outside .popup-close:focus {
	background-color: transparent;
}
.popup .outside .popup-close i,
.popup .outside .popup-close svg {
	width: 48px;
	height: 48px;
	margin: 8.0px;
	fill: #FFFFFF;
	color: #FFFFFF;
}
.popup .outside .popup-close:hover > i,
.popup .outside .popup-close:focus > i,
.popup .outside .popup-close:hover > svg,
.popup .outside .popup-close:focus > svg {
	cursor: pointer;
	color: #EAEBEC;
	fill: #EAEBEC;
}

.popup .popup-inner.outside { 
	margin-top: 80px;
}


/* Popup (Custom) */
/*--------------------------------------------------------------------------*/










/* Pricing-Cards (Wrapper) */
/*--------------------------------------------------------------------------*/

.pricing-cards {
  width: 100%;
  position: relative;
}


/* Pricing-Cards (Wrapper) */
/*--------------------------------------------------------------------------*/

.pricing-card-item-inner {
  height: 100%;
  background: #FFFFFF;
  padding: 16px;
}


/* Pricing-Cards (Currency-Display) */
/*--------------------------------------------------------------------------*/

.pricing-cards .currency > .price {
  display: none;
}
.pricing-cards .currency.dollar > .price.dollar,
.pricing-cards .currency.euro > .price.euro {
  display: block;
}


/* Pricing-Cards (Custom) */
/*--------------------------------------------------------------------------*/










/* 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: #EA152A;
  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="%23EA152A" version="1.1" width="50px" height="44px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" xml:space="preserve"><path d="M10.983,3v7.391c0,5.704-3.731,9.57-8.983,10.609l-0.995-2.15C3.437,17.932,5,15.211,5,13H1V3H10.983z M23,3v7.391 c0,5.704-3.748,9.571-9,10.609l-0.996-2.15C15.438,17.932,17,15.211,17,13h-3.982V3H23z"/></svg>');}


/* Quotation (Custom) */
/*--------------------------------------------------------------------------*/


figure.quotation {
  display: flex;
}
.quotation.with-image .quotation-creator {
  left: auto;
  margin-left: 1rem;
}
.quotation .picture-image img {
  border-radius: 100% !important;
}





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

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

.readtime {}


/* Search (Custom) */
/*--------------------------------------------------------------------------*/










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

@media screen {
  .richtext.default, .richtext.default p {
    font-size: 18px; letter-spacing: 0.27px; line-height: 1.5; margin-left: 0; ;
  }
}
@media screen and (max-width:767px) {
  .richtext.default, .richtext.default p {
    font-size: 18px; letter-spacing: 0.27px; line-height: 1.5; margin-left: 0; ;
  }
}
@media print {
  .richtext.default {
    font-size: 12pt; letter-spacing: 0.002em; line-height: 16pt; ;
  }
}


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

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


/* Socialmedia (Custom) */
/*--------------------------------------------------------------------------*/







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

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

.site-search {
  display: inline-flex;
  height: 100%;
  text-align: center;
}


/* Search (Toggle) */
/*--------------------------------------------------------------------------*/

.site-search .search-btn {
  display: block;
  position: relative;
  background: transparent;
  width: 24px; height: 24px;
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.site-search .search-btn:hover,
.site-search .search-btn:focus,
.site-search .search-btn.active {
  background: transparent;
}
.site-search .search-btn i,
.site-search .search-btn svg {
  fill: #000000;
  color: #000000;
  margin-top: 50%;
  transform: translateY(-50%);
}
.site-search .search-btn:hover i,
.site-search .search-btn:focus i,
.site-search .search-btn.active i,
.site-search .search-btn:hover svg,
.site-search .search-btn:focus svg,
.site-search .search-btn.active svg {
  fill: #000000;
  color: #000000;
}

/* Focus with mouse */
.site-search .search-btn:focus:not(:focus-visible) {
  outline: 0;
}


/* Search (Dropout) */
/*--------------------------------------------------------------------------*/

.search-checkbox,
.search-checkbox ~ .hs-search-panel {
  display: none;
}
.search-checkbox:checked ~ .hs-search-panel {
  display: block;
}


/* Search (Suggestions) */
/*--------------------------------------------------------------------------*/

.site-search .hs-search-suggestions {
  background-color: #FFFFFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.site-search .hs-search-suggestions #results-for {
  display: none;
}
.site-search .hs-search-suggestions li {
  border-top: 1px solid ;
}
.site-search .hs-search-suggestions li a {
  display: block;
  color: ;
  padding: 8.0px  16px;
  transition: background-color 150ms;
}
.site-search .hs-search-suggestions li a:hover,
.site-search .hs-search-suggestions li a:focus {
  background-color: ;
  text-decoration: none;
  color: #000000;
  outline: none;
}


/* Search (Panel) */
/*--------------------------------------------------------------------------*/

.site-search .hs-search-panel {
  background-color: #00A5DF;
}

/* Desktop */
@media (min-width:1024px) {
  .site-search .hs-search-panel {
    height: 48px;
  }
  .site-search .hs-search-panel-inner {
  }
  .site-search .hs-search-bar {
    width: 20vw; height: 48px;
  }
  .site-search .search-close,
  .site-search .hs-search-bar button {
    display: none;
  }
  .site-search .input {
    margin-right: 16px !important;
    height: 32px !important;
  }
}

/* Mobile */
@media (max-width:1023px) {
  .site-search .hs-search-panel {
    position: fixed;
    top: 48px; left: 0;
    height: calc( 100vh - 48px);
    width: 100%;
    background-color: #00A5DF;
  }
  .site-search .hs-search-panel-inner {
    padding: 16px;
  }
  .hs-search-bar {
    margin-top: 40%;
  }
  .hs-search-bar form {
    flex-direction: column;
  }
}

.site-search .input {
  position: relative;
  background: #FFFFFF;
  color: #000000;
  border: 0;
  border-bottom: 0px solid #FFFFFF;
  border-radius: 0;
  text-align: left;
  display: inline-block;
  width: 100%; height: 28px;
  padding: 5px 10px;
  margin: 0 8.0px 0 8.0px;
}
.site-search .input:focus {
  outline: 0;
}


/* Search (Input-Placeholder) */
/*--------------------------------------------------------------------------*/

.site-search .input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ABAFB3;
  opacity: 1; /* Firefox */
}
:.site-search .input-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ABAFB3;
}
.site-search .input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ABAFB3;
}


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

.hs-search-bar {
  transition: all 250ms linear;
}
.hs-search-bar form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.hs-search-bar button {
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  margin-top: 16px;
  width: auto;
}
.hs-search-bar button .label {
  word-wrap: nowrap;
  margin-left: 8.0px;
}
.hs-search-bar button svg,
.hs-search-bar button i {
}


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

.site-search .search-close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  width: 48px; height: 48px;
}
.site-search .search-close i,
.site-search .search-close svg {
  fill: #000000;
  color: #000000;
  margin-top: 50%;
  transform: translateY(-50%);
}
@media (max-width:1023px) {
  .site-search .search-close {
    display: block;
  }
}

/* Search (Custom) */
/*--------------------------------------------------------------------------*/











/* Share (Wrapper) */
/*--------------------------------------------------------------------------*/

.social-share {
  max-width: 100%;
}
.social-share-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8.0px;
}
.social-share .icon {
  display: inline-block;
  border-radius: 100%;
  background: #00A5DF;
  overflow: hidden;
  margin-right: 8.0px;
  margin-top:  8.0px;
  min-width: 32px;
}


/* Share (Plattform Icons) */
/*--------------------------------------------------------------------------*/

.social-share svg,
.social-share i {
  display: block;
  fill: #FFFFFF;
  color: #FFFFFF;
}
.social-share svg, 
.social-share i {
  width: 32px; 
  height: 32px; 
  padding: 6px;
  box-sizing: border-box;
}


/* Share (Custom) */
/*--------------------------------------------------------------------------*/










/* Shopping cart  (Style) */
/*--------------------------------------------------------------------------*/

.shopping-cart {
  display: inline-flex;
}

.shopping-cart svg {
  color: #000000;
  width: 24px;
  height: 24px;
  fill: #000000;
  color: #000000;
  margin-top: 50%;
  transform: translateY(-50%);
}


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










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

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

/* vertical */
@media (min-width:768px) {
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-vertical .hs-menu-item > a {
    width: 100%;
    text-align: center;
  }
}


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

.hs_cos_wrapper_type_simple_menu .hs-menu-item.highlight > a {
  color: #FFFFFF;
  background: #00A5DF;
}
.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: #0F129D;
}


/* 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;
  align-self: center;
}
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
}
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-horizontal,
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  flex-direction: row;
}
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-vertical,
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  flex-direction: column;
}
@media (max-width:767px) {
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.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%;
  }
}


/* Simple-Menu (Custom) */
/*--------------------------------------------------------------------------*/



/* horizontal custom */
.simple-menu .hs-menu-flow-horizontal>ul>li {
  margin-right: 48px;
}

/* vertical custom */
.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,
.simple-menu .hs-menu-flow-vertical ul,
.simple-menu .hs-menu-flow-vertical>ul>li {
  display: block;
  height: auto;
}

.simple-menu .hs-menu-item>a {
  background: transparent;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0px;
  display: flex;
  align-items: center;
}

@media (min-width:768px) {
  .hs_cos_wrapper_type_simple_menu>.hs-menu-wrapper.hs-menu-flow-vertical .hs-menu-item>a,
  .simple-menu .hs-menu-flow-vertical .hs-menu-item>a {
    text-align: left;
  }
}

.simple-menu .hs-menu-item>a:hover {
  color: #EA152A;
  background: transparent
}

/* item with icon */
.simple-menu .hs-menu-item>a svg {
  display: inline-block;
  margin-right: 12px;
  width: 24px;
  height: 24px;
}

.simple-menu .hs-menu-item>a:hover svg,
.simple-menu .hs-menu-item>a:hover i {
  color: #EA152A;
  fill: #EA152A;
}









/* Sitemap (tree-section) */
/*--------------------------------------------------------------------------*/

.sitemap ul {
  margin: 0;
  padding: 0 0 0 16px;
}
.sitemap ul > li {
  display: block; 
  text-transform: capitalize;
  margin-bottom: 8.0px;
}


/* Sitemap (tree-link) */
/*--------------------------------------------------------------------------*/

.sitemap a {
  display: inline-block;
  padding: 8.0px;
  min-height: 24.0px;
  line-height: 24.0px;
  margin-left: -8.0px;
}
.sitemap a.end {
  padding-left: 32.0px;
  margin-left: 0;
}
.sitemap a > span {
  display: block; 
  text-transform: lowercase;
  font-size: 10px;
}


/* Sitemap (tree-menu) */
/*--------------------------------------------------------------------------*/

.tree-toggle,
.tree-toggle ~ .tree-menu {
  display: none;
}
.tree-toggle:checked ~ .tree-menu {
  display: block;
}


/* Sitemap (tree-icon) */
/*--------------------------------------------------------------------------*/

.sitemap .tree-button {
  display: inline-block;
  width: 24.0px;
  height: 24.0px;
  text-align: center;
  vertical-align: baseline;
  line-height: 24.0px;
  padding: 8.0px;
  box-sizing: content-box;
  cursor: pointer;
}
.sitemap .tree-button > i,
.sitemap .tree-button > svg {
  color: #000000;
  fill: #000000;
}
.tree-toggle + .tree-button > .icon-close,
.tree-toggle:checked + .tree-button > .icon-open {
  display: none;
}
.tree-toggle + .tree-button > .icon-open,
.tree-toggle:checked + .tree-button > .icon-close {
  display: inline-block;
}


/* Sitemap (Custom) */
/*--------------------------------------------------------------------------*/










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


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

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


/* Socialmedia (Custom) */
/*--------------------------------------------------------------------------*/










/* Spacer (Style) */
/*--------------------------------------------------------------------------*/

.spacer { width: 100%; }
.spacer.small  { height: 64px;  }
.spacer.medium { height: 96px; }
.spacer.large  { height: 160px;  }


/* Spacer (Visualisation) */
/*--------------------------------------------------------------------------*/

.spacer.preview,
.page-editor .spacer,
.hs-inline-edit .spacer {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Spacer (Custom-Preview) */
/*--------------------------------------------------------------------------*/

.spacer .gap { display: none; }
@media screen and (min-width:768px)  {
  .spacer .gap.desktop { display: block; }
}
@media screen and (max-width:767px) {
  .spacer .gap.mobile { display: block; }
}
@media print {
  .spacer .gap.print { display: block; }
}


/* Spacer (Custom) */
/*--------------------------------------------------------------------------*/










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

.suggestions-item-inner {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 4.0px;
  overflow: hidden;
}
.suggestions-image {
  min-height: 100%;
  background: #EAEBEC;
  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: #EA152A;
  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: #EA152A;
  padding-left: 12px;
}
.suggestions .area-link:hover ~ div > .suggestions-image > img,
.suggestions .area-link:focus ~ div > .suggestions-image > img {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.suggestions .read-more i {
  position: absolute;
  opacity: 0; left: 0;
  transition: all 150ms linear;
}
.suggestions .area-link:hover ~ div > .suggestions-content > .read-more i,
.suggestions .area-link:focus ~ div > .suggestions-content > .read-more i {
  opacity: 1;
}

/* Suggestions (Custom) */
/*--------------------------------------------------------------------------*/










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

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


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

.language-switch .lang-selected {
  font-size: 0;
  display: none;
}


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

.language-switch .lang-btn {
  display: block;
  position: relative;
  background: transparent;
  width: 24px; height: 24px;
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.language-switch .lang-btn:hover,
.language-switch .lang-btn:focus,
.language-switch .lang-btn.active {
  background: transparent;
}
.language-switch .lang-btn i, 
.language-switch .lang-btn svg {
  fill: #000000;
  color: #000000;
  margin-top: 50%;
  transform: translateY(-50%);
}
.language-switch .lang-btn:hover i,
.language-switch .lang-btn:focus i, 
.language-switch .lang-btn.active i, 
.language-switch .lang-btn:hover svg,
.language-switch .lang-btn:focus svg,
.language-switch .lang-btn.active svg {
  fill: #000000;
  color: #000000;
}



/* Disabled */
html.hs-inline-edit .lang-btn,
.language-switch .lang-btn.disabled {
  cursor: default;
  opacity: 0.25;
}

/* Focus with mouse */
.language-switch .lang-btn:focus:not(:focus-visible) {
  outline: 0;
}


/* Switch (Dropdown) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-menu {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  padding: 0; margin: 0;
  z-index: 1;
  list-style: none;
}
.language-switch .lang-menu > li {
  position: relative;
}


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

.lang-checkbox,
.lang-checkbox ~ .lang-menu {
  display: none;
}
.lang-checkbox:checked ~ .lang-menu {
  display: block;
}
/*
@media (min-width:768px) {
  .language-switch .lang-btn:hover + .lang-menu,
  .language-switch .lang-menu:hover {
    display: block;
  }
}*/


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

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


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

.language-switch .lang-option .far {
  border-radius: 50%;
}
.language-switch .fa-circle {
  color: #2E3640;
  background: #FFFFFF;
}
.language-switch .fa-check-circle {
  color: #2E3640;
  background: #FFFFFF;
}
.language-switch .lang-current .fa-circle,
.language-switch .fa-check-circle {
  display: none
}
.language-switch .fa-circle,
.language-switch .lang-current .fa-check-circle {
  display: inline-block;
}



/* Switch (Custom) */
/*--------------------------------------------------------------------------*/



.language-switch .lang-current {
  display: flex;
  align-items: center;
}

.currlang {
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 12px;
}

.language-switch .lang-btn {
  margin-top: 50%;
  transform: translateY(-50%);
}

.language-switch .lang-btn i, 
.language-switch .lang-btn svg {
  margin-top: 0;
  transform: translateY(0%);
}



/* 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: #00a5df;
  border-bottom: 4px solid #0087c1;
  font-size: 18px;
  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: #EA152A;
  background-color: #ea152a;
  border-bottom: 4px solid #cc000c;
}


/* 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 #abafb3;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
}
table.hubdb tbody tr:nth-child(even) {
  background-color: #e7ebef;
}
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: #EA152A
  background-color: #ea152a;
  border-bottom: 2px solid #cc000c;
}
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, table.hubdb thead, table.hubdb tbody, table.hubdb tfoot, 
    table.hubdb th, table.hubdb td, table.hubdb tr {
		  display: block;
	  }
		table.hubdb thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
    table.hubdb tbody th {
      color: #FFFFFF;
      background-color: #00a5df;
      border-bottom: 4px solid #0087c1;
      font-size: 18px;
      font-weight: bold;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    table.hubdb tbody tr.active th {
      color: #EA152A;
      background-color: #ea152a;
      border-bottom: 4px solid #cc000c;
    }
    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: #e7ebef;
    } 
		table.hubdb tbody td {
			border: none;
      padding: 24.0px;
			border-bottom: 2px solid #abafb3;
			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: #EA152A
    }
    table.hubdb.switch_true tr.active .caret.caret-down:after {
      border-top-color: transparent;
      border-bottom-color: #EA152A
    }
}


/* 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: 18px;
  }
  table.hubdb tfoot td {
    font-size: 16px;
  }
}



/* Table (Boolean Fields) */
/* --------------------------------------------------------------------- */

table.hubdb .boolean {
  position: relative;
  font-size: 0;
}
table.hubdb .boolean.true:before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0; bottom: -6px;
  transform: rotate(45deg);
  height: 24px;
  width: 12px;
  border-bottom: 6px solid green;
  border-right: 6px solid green;
}
table.hubdb .boolean.false:before,
table.hubdb .boolean.false:after {
  display: inline-block;
  position: absolute;
  left: 0px; bottom: -8px;
  content: "";
  height: 24px;
  width: 6px;
  background-color: red;
}
table.hubdb .boolean.false:before {
  transform: rotate(45deg);
}
table.hubdb .boolean.false:after {
  transform: rotate(-45deg);
}


/* Table (Custom) */
/*--------------------------------------------------------------------------*/











/* Tabs (Wrapper) */
/*--------------------------------------------------------------------------*/

.tabs {
  text-align: left;
  box-shadow: 0px 5px 30px -5px #ABAFB3;
  -webkit-box-shadow: 0px 5px 30px -5px #ABAFB3;
  -moz-box-shadow: 0px 5px 30px -5px #ABAFB3;
}
.tabs .tab-panel {
  padding: 80px 64px;
  text-align: left;
  box-shadow: 0px -3px 10px -5px #ABAFB3;
  -webkit-box-shadow: 0px -3px 10px -5px #ABAFB3;
  -moz-box-shadow: 0px -3px 10px -5px #ABAFB3;
  z-index: 10;
}
.tabs .tab-panel .row:not(.flex-md-row-reverse) .first {
  padding-right: 64px;
}
@media (max-width:767px) {
  .tabs .tab-panel {
    padding-top: 16px;
  }
  .tabs .tab-panel .row:not(.flex-md-row-reverse) .first {
    padding-right: 16px;
  }
}


/* Tabs (Button Default) */
/*--------------------------------------------------------------------------*/
.tabs .tab-button {
  text-align: left;
  padding: 32px 48px;
  border-width: 0 0 0 2px;
  border-style: solid;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
}
.tabs .tabs-btn {
  background-color: #0F129D;
  border: 2px solid #0F129D;
  color: #FFFFFF;
}
/*.tabs .tab-button.tabdepth-1 {
  z-index: 11;
}
.tabs .tab-button.tabdepth-2 {
  filter: brightness(99%);
}
.tabs .tab-button.tabdepth-3 {
  filter: brightness(98%);
}
.tabs .tab-button.tabdepth-4 {
  filter: brightness(97%);
}*/
/* Box Shadow Fix */
.tabs .tab-toggle:checked + .tab-button,
.tabs .tab-button.active,
.tabs .tab-button:hover {
  z-index: 20;
}

.tabs .tab-toggle:checked + .tab-button:focus-within,
.tabs .tab-toggle:checked + .tab-button:focus-visible {
  outline: none;
}


/* Tabs (Radio And Section Toggle) */
/*--------------------------------------------------------------------------*/
.tabs .tab-toggle,
.tabs .tab-toggle ~ .tab-panel {
  display: none;
}


/* Tabs (Content) */
/*--------------------------------------------------------------------------*/
.tabs .tab-button .subtext {
  font-weight: normal;
  padding-top: 8.0px;
  display: table;
}
.tabs .tab-panel figure img {
  max-width: 100%;
  height: auto;
}
.tabs .tab-panel .link {
  margin-top: 32px;
}
.tabs .tab-panel .headline > * {
  margin-bottom: 0;
}



.tabs .tabpanel .row {
  padding: 0 16px;
}

/* Mobile Accordion Functionality */
.tabs .accordion.btn { display: none; }
@media (max-width:767px) {
  .tabs .btn { display: none; }
  .tabs .accordion.btn,
  .tabs .link .btn { display: block; }
  
  .tabs .subtext p {margin: 0;}
  
  
  
  /*.tabs.event-accordion {border: 1px solid;}*/
  .tabs.event-accordion .btn {display:block;width: 100%;}
  .tabs.event-accordion .tabpanel {border:none;box-shadow: 0px 0px 10px -5px #ABAFB3;-webkit-box-shadow: 0px 0px 10px -5px #ABAFB3;-moz-box-shadow: 0px 0px 10px -5px #ABAFB3;}
  .tabs.event-accordion .tabpanel.active {padding-top: 16px;}
}


/* Mobile Style */
@media (max-width:767px) {

  .tabs .tabpanel {
    overflow: scroll;
    max-height: 0;
    transition: max-height 1s;
    display: block !important;
    border-style: solid;
    border-width: 0;
    padding: 0;
  }

  .tabs .accordion.btn {
    padding: 16px;
    position: relative;
    cursor: pointer;
    text-align: left;
    user-select: none;
    margin: 0;
    border-width: 1px 1px 0 1px;
    
    display: block;
    min-width: 100%;
    width: 100%;
  }

  .tabs .tabpanel.active { border-width: 0 1px 0 1px; }
  .tabs .tabpanel:last-of-type.active { border-width: 0 1px 1px 1px; }
  .tabs .accordion.btn:last-of-type { border-width: 1px; }
  .tabs .accordion.btn.active { border-width: 1px 1px 0 1px; }

  .tabs .accordion.btn::after {
    display: block;
    position: absolute;
    right: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f078";
    width: 32px;
    top: 16px;
    text-align: center;
  }
  .tabs .accordion.btn.active::after {
    content: "\f077";
  }
  .tabs .tabpanel.active {
    max-height: 100vh;
  }
  
  
  .tabs .tabpanel .row {
    margin: 0 0 -16px 0;
    padding: 0;
  }
  
  .tabs .tab-panel figure img {
    width: 100%;
  }
  
}

@media (min-width:768px){
  .tabs {
    display: flex;
    flex-wrap: wrap;
  }
}









/* Timeline (Variables) */
/* --------------------------------------------------------------------- *//* Timeline (Wrapper) */
/* --------------------------------------------------------------------- */

.timeline,
.timeline .item,
.timeline .item-inner {
  position: relative;
}


/* Timeline Start-End (Bullets) */
/* --------------------------------------------------------------------- */

.timeline:before,
.timeline:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #EA152A;
  border-radius: 8.0px;
  margin-left: -8.0px;
}
.timeline:before { top: -8.0px; }
.timeline:after { bottom: -8.0px; }

@media (max-width:767px) {
  .timeline:before,
  .timeline:after {
      left: 3.0px;
  }
}


/* Timeline Start-End (Border) */
/* --------------------------------------------------------------------- */

.timeline .startpoint,
.timeline .endpoint {
  margin-left: 50%;
  transform: translateX( -3.0px );
  width: 6px;
  background: #EA152A;
}
.timeline .startpoint { height: 32px }
.timeline .endpoint { height: 24.0px; }

@media (max-width:767px) {
  .timeline .startpoint,
  .timeline .endpoint {
    margin-left: 3.0px;
  }
}


/* Timeline Item (Border) */
/* --------------------------------------------------------------------- */

.timeline .item .border {
  position: absolute;
  height: 100%;
  z-index: 0;
  top: 0px;
}
.timeline .item.left .border {
  right: -3.0px;
  width: 6px;
  background: #EA152A;
}
.timeline .item.right .border {
  left: -3.0px;
  width: 6px;
  background:  #EA152A;
}
@media (max-width:767px) {
  .timeline {
    margin-left: 28.0px;
  }
  .timeline .item.left .border, 
  .timeline .item.right .border {
    right: auto; left: 0px;
  }
}


/* Timeline Circle (Style) */
/* --------------------------------------------------------------------- */

.timeline .circle,
.timeline .circle-icon {
  border: 6px solid #EA152A;
  background: #EAEBEC;
}
.timeline .circle svg, .timeline .circle i,
.timeline .circle-icon svg, .timeline .circle-icon i {
  width: 60%; height: 60%; margin: 20%;
}
.timeline .circle-icon svg, .timeline .circle-icon i {
  color: #00A5DF;
  fill: #00A5DF;
}
.timeline .circle {
  border-radius: 12.0px;
  width: 24px;
  height: 24px;
}
.timeline .circle-icon {
  border-radius: 28.0px;
  width: 56px;
  height: 56px;
}


/* Timeline Circle (Position) */
/* --------------------------------------------------------------------- */

.timeline .circle {
  position: absolute;
  top: 26px;
}
.timeline .circle-icon {
  position: absolute;
  top: 10px;
}
.timeline .item.left  .circle { right: -12px; }
.timeline .item.left  .circle-icon {  right: -28px; }
.timeline .item.right .circle { left: -12px; }
.timeline .item.right .circle-icon {  left: -28px; }

@media (max-width:767px) {
  .timeline .circle {
    margin-left: -9.0px;
  }
  .timeline .circle-icon {
    margin-left: -25.0px;
  }
  .timeline .item.left .circle, .timeline .item.left .circle-icon, 
  .timeline .item.right .circle, .timeline .item.right .circle-icon {
    right: auto; left: 0px;
  }
}


/* Timeline (Content) */
/* --------------------------------------------------------------------- */

.timeline .item-inner {
  border-radius: 4.0px;
  background: #EAEBEC;
  padding: 16px 16px 20.0px 16px;
}
.timeline .item.left {
  padding-right: 48px;
}
.timeline .item.right {
  padding-left: 48px;
}
@media (max-width:767px) {
  .timeline .item.left,
  .timeline .item.right {
    padding-right: 16px;
    padding-left: 48px;
  }
}
.timeline .item-inner > p:last-child {
  margin-bottom: 0;
}

/* Timeline Caret (Style) */
/* --------------------------------------------------------------------- */

.timeline .item.left .item-inner:before,
.timeline .item.left .item-inner:after,
.timeline .item.right .item-inner:before {
  content: '';
  display: block;
	width: 0; height: 0; 
  position: absolute;
}
.timeline .item.right .item-inner:before,
.timeline .item.left .item-inner:after {
	border-bottom: 8.0px solid transparent;
	border-top: 8.0px solid transparent;
	border-right: 8.0px solid #EAEBEC;
  left: -8.0px;
}
.timeline .item.left .item-inner:before {
	border-bottom: 8.0px solid transparent;
	border-top: 8.0px solid transparent;
	border-left: 8.0px solid #EAEBEC;
  right: -8.0px;
}
@media (max-width:767px) {
  .timeline .item.left .item-inner:before { display: none; }
}
@media (min-width:768px) {
  .timeline .item.left .item-inner:after { display: none; }
}


/* Timeline Caret (Position) */
/* --------------------------------------------------------------------- */

.timeline .item .item-inner:before,
.timeline .item .item-inner:after {
  top: 14.0px;
}
.timeline .item .item-inner.with-icon:before,
.timeline .item .item-inner.with-icon:after {
  top: 14.0px;
}


/* Timeline (Custom) */
/*--------------------------------------------------------------------------*/











/* Timetable Sequence */
/*--------------------------------------------------------------------------*/

.timetable .tt-segment {
  display: inline-block;
  background: #00A5DF;
}


/* Desktop */
/*--------------------------------------------------------------------------*/

@media(min-width:1024px){
  .timetable tbody th {
    font-weight: 400;
  }
  .timetable tbody td {
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 0;
    vertical-align: middle;
  }
  .timetable .tt-spacer,
  .timetable .tt-segment {
    width: 100%;
    height: 16px;
  }
  .timetable .first .tt-segment { 
    border-radius: 8.0px 0px 0px 8.0px; 
  }
  .timetable .part  .tt-segment { 
    border-radius: 0; 
  }
  .timetable .last  .tt-segment { 
    border-radius: 0px 8.0px 8.0px 0px; 
  }
  .timetable .only  .tt-segment { 
    border-radius: 8.0px; 
  }
}


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

@media(max-width:1023px){
  .timetable tbody td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 32px;
  }
  .timetable .tt-spacer,
  .timetable .tt-segment {
    height: 32px;
    width: 32px;
  }
  .timetable .first .tt-segment {
    margin-top: 4px;
    height: 28px;
    border-radius: 16px 16px 0px 0px; 
  }
  .timetable .part  .tt-segment {
    border-radius: 0; 
  }
  .timetable .last  .tt-segment { 
    margin-bottom: 4px;
    height: 28px;
    border-radius: 0px 0px 16px 16px; 
  }
  .timetable .only  .tt-segment { 
    margin-bottom: 4px;
    height: 28px;
    border-radius: 16px; 
  }
  table.timetable-inner tbody td:before {
    text-align: right;
    padding-top: 4.0px;
    padding-bottom: 4.0px;
	}
  table.timetable-inner tbody th {
    text-align: center;
	}
}


/* Timetable (Custom) */
/*--------------------------------------------------------------------------*/









pre.tooltip,
.hs_cos_wrapper_type_rich_text pre {
  padding: 32px 32px 40.0px;
  padding-left: 80px;
  position: relative;
  height: auto;
  width: 100%;
  white-space: normal;
  background: #EAEBEC;
  font-style: normal;
  font-family: inherit;
  color: inherit;
  border: 1px solid #ABAFB3;
  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: #EA152A;
  border-radius: 24.0px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 44px;
}


/* Tooltip (Custom) */
/*--------------------------------------------------------------------------*/










/* Topbar (Wrapper) */
/*--------------------------------------------------------------------------*/

.topbar {
  position: relative;
  height: auto;
  background-color: #FFFFFF;
  text-align: right;
  z-index: 1;
}
.topbar .row,
.topbar .d-flex {
  justify-content: flex-end;
}
@media (max-width:767px){
  .topbar .row,
  .topbar .d-flex {
    justify-content: center;
  }
}


/* Topbar Types (Default) */
/*--------------------------------------------------------------------------*/

.topbar-message {
  padding: 16px;
}
.topbar-message p {
  margin-bottom: 0;
}
.topbar-linklist [role="seperator"],
.topbar-linklist a,
.topbar-contact a,
.topbar-contact .intro {
  display: inline-block;
  padding-top: 16px;
  padding-bottom:  16px;
}
.topbar-contact .phone,
.topbar-contact .email {
  white-space: nowrap;
}
.topbar-linklist a {
  padding-left: 8.0px;
  padding-right: 8.0px;
}
.topbar-contact a,
.topbar-contact .intro {
  padding-left: 4.0px;
  padding-right: 8.0px;
}
.topbar-contact .row > span:not(:last-child){
  margin-right: 8.0px;
}


/* Topbar Types (Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px){
  .topbar-linklist a {
    width: 100%;
    text-align: center;
  }
  .topbar-linklist [role="seperator"] {
    display: none;
  }
  .topbar-contact .row > span.phone,
  .topbar-contact .row > span.email,
  .topbar-contact .row > span.intro {
    width: 100%;
    margin-right: 0;
  }
}


/* Topbar (Custom) */
/*--------------------------------------------------------------------------*/



.topbar {
  text-align: left;
}









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

.totop {
  position: fixed;
  right: 16px;
  width: 48px;
  height: 48px;
  bottom: 16px;
  background: #0F129D;
  padding: 12px;
  border-radius: 24px;
  z-index: 2;
}
.totop > i,
.totop > svg {
  color: #FFFFFF;
  fill: #FFFFFF;
  width: 24px;
  height: 24px;
}


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

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


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

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


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

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


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



.totop {
  z-index: 30;
}

/* Make visible for the editor in the backend */
html.hs-inline-edit .totop {
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  right: unset;
  bottom: unset;
  
  border: 1px solid lightgray;
  background: repeating-linear-gradient(
    45deg,
    white,
    white 10px,
    lightgray 10px,
    lightgray 20px
  );
}
html.hs-inline-edit .totop::after {
  content: "Totop - Module";
  position: absolute;
  top: 22px;
  left: 45%;
  z-index: -1;
}

html.hs-inline-edit .totop:hover {
  border: 1px gray;
  background: repeating-linear-gradient(
    45deg,
    white,
    white 10px,
    lightgray 10px,
    lightgray 20px
  );
}

html.hs-inline-edit .totop > svg {
  display: none;
}









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

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

/* Trademark (Custom) */
/*--------------------------------------------------------------------------*/










/* 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(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/images/grayscale-mountain.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.twinbox .type-html > .html,
.twinbox .type-form > span {
  width: 100%;
}
.twinbox .type-form form {
  margin-top: -32px;
}
@media (min-width:768px) {
  .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,
.twinbox.full-width .type-form {
  max-width: 699.0px !important;
}
.twinbox.full-width .type-html > .html {
  margin: 16px;
}
.twinbox.full-width .type-form > span {
  margin-left: 16px;
  margin-right: 16px;
}


@media (min-width:1024px) {
  .twinbox.full-width .left.type-image > .image,
  .twinbox.full-width > .reverse .right.type-image > .image { 
    margin-right: 16px;
    margin-left: 0;
  }
  .twinbox.full-width > .reverse .right.type-image > .image {
    padding-right: 16px;
    margin-left: 0;
  }
  .twinbox.full-width .right.type-image > .image,
  .twinbox.full-width > .reverse .left.type-image > .image { 
    margin-left: 16px;
    margin-right: 0;
  }
  .twinbox.full-width > .reverse .left.type-image > .image { 
    padding-left: 16px;
    margin-right: 0;
  }
}


/* Twinbox (Custom) */
/*--------------------------------------------------------------------------*/


.custom-color-scheme h1, 
.custom-color-scheme h2, 
.custom-color-scheme h3, 
.custom-color-scheme h4, 
.custom-color-scheme h5, 
.custom-color-scheme h6,
.custom-color-scheme p,
.custom-color-scheme span,
.custom-color-scheme strong {
  color: inherit !important;
}
.twinbox .video-inner {
  padding-bottom: 66.67%;
}
.twinbox .video-inner.aspect-ratio > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width:1023px) {
  .twinbox-inner {
    padding-bottom: 32px;
  }
}









.testimonial, .testimonial .content {
  position: relative;
}

.testimonial .testimonial-icon {
  position: absolute;
  left: 0;
  top: -80px;
  width: auto;
}

.testimonial .content .testimonial-icon {
  left: -80px;
  top: 0;
}

.testimonial .testimonial-icon > i, .testimonial .testimonial-icon > svg, .testimonial .testimonial-icon > .svg {
  transform: translate(0, -50%);
  width: 160px;
  height: auto;
}

.testimonial .content .testimonial-icon > i, .testimonial .content .testimonial-icon > svg, .testimonial .content .testimonial-icon > .svg {
  width: 60px;
}

.testimonial .testimonial-icon > i, .testimonial .testimonial-icon > svg path, .testimonial .testimonial-icon > .svg {
  fill: #EA152A;
  color: #EA152A;
}

.testimonial .testimonial-icon > img {
  filter: invert(25%) sepia(89%) saturate(6878%) hue-rotate(347deg) brightness(93%) contrast(98%);
}

.testimonial .text {
  padding-left: 100px;
  padding-right: 20px;
}

.testimonial .video-preview-overlay {
  background: rgba(46, 54, 64, 0.5);
}

@media (max-width:767px) {
  .testimonial .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}










/* testimonial_multi (Default) */
/*--------------------------------------------------------------------------*/

.testimonial-multi .testimonial-card-inner {
  margin: 0;
}

.testimonial-multi .picture {
  position: realtive;
  width: 80%;
}

.testimonial-multi .testimonial-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}

.testimonial-multi .testimonial-icon > i, .testimonial-multi .testimonial-icon > svg, .testimonial-multi .testimonial-icon > .svg {
  transform: translate(-50%, -50%);
  width: 48px;
  height: auto;
}

.testimonial-multi .testimonial-icon > i, .testimonial-multi .testimonial-icon > svg path, .testimonial-multi .testimonial-icon > .svg {
  fill: #EA152A;
  color: #EA152A;
}

.testimonial-multi .testimonial-icon > img {
  filter: invert(25%) sepia(89%) saturate(6878%) hue-rotate(347deg) brightness(93%) contrast(98%);
}

.testimonial-multi .content p {
  margin-bottom: 2rem;
}


/* testimonial_multi (Custom) */
/*--------------------------------------------------------------------------*/













/* download_multi (Default) */
/*--------------------------------------------------------------------------*/

.download-multi .download-card-inner {
  box-shadow: 10px 10px 30px #0000001A;
  min-height: 135px;
  margin: 0;
  padding: 14px;
}

.download-multi .topline {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.download-multi .title {
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}

.download-multi .download-icon {
  position: absolute;
  right: 55px;
  top: 35px;
  width: auto;
  z-index: 1;
}

.download-multi .download-icon > i, .download-multi .download-icon > svg, .download-multi .download-icon > .svg {
  width: 40px;
  height: auto;
}





.download-multi a .download-icon {
  fill: #EA152A;
  color: #EA152A;
}
.download-multi a:hover .download-icon {
  fill: #FFFFFF;
  color: #FFFFFF;
}


.download-multi .download-icon > img:not(.hover) {
  filter: invert(25%) sepia(89%) saturate(6878%) hue-rotate(347deg) brightness(93%) contrast(98%);
}
.download-multi a:hover .download-icon > img:not(.hover) {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(283deg) brightness(112%) contrast(102%);
}


/* download_multi (Custom) */
/*--------------------------------------------------------------------------*/



.download-multi img.hover {
  display: none;
}
.download-multi a:hover img.hover {
  display: block;
}

.download-multi a {
  display: block;
}

/*{ % include './video/video_default.css' %}*/


/* OPRGINAL THEME SOURCE TEMPLATE STYLESHEETS */
/*--------------------------------------------------------------------------*/








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

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

/* display flex column on mobile */
@media (max-width:767px) {
  .job-data {
    box-shadow: ;
    padding: 32px 16px;
  }
  .d-sm-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}


/* Job-Data (Content) */
/*--------------------------------------------------------------------------*/

.job-data .headline {
  margin-top: 8.0px;
  margin-bottom: 8.0px;
}


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

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


/* Job-Data (Custom) */
/*--------------------------------------------------------------------------*/










/* Jobfilter (Wrapper) */
/*--------------------------------------------------------------------------*/

.job-filter {
  padding: 0;
  margin: 0;
}


/* Jobfilter (Tags) */
/*--------------------------------------------------------------------------*/

.job-filter .tag-link {
  display: inline-block;
  padding: 8.0px 16px;
  color: #FFFFFF;
  background: #EA152A;
  border: 0px solid transparent;
  border-radius: 4.0px;
}
.job-filter .tag-link:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #00A5DF;
  border: 0px solid transparent;
}


/* Jobfilter (Custom) */
/*--------------------------------------------------------------------------*/










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

.job-viewer {
  padding-top: 16px;
  padding-bottom: 48px;
  text-align: center;
  width: 100%;
}
.job-viewer .section {
  margin-top: 80px;
}
@media (max-width:767px) {
  .job-viewer .section {
    margin-top: 48px;
  }
}


/* Job-Viewer (Toggle) */
/*--------------------------------------------------------------------------*/

.job-viewer .btn {
  margin-bottom: 16px;
  margin-left: 16px;
}
.job-viewer .btn:focus:not(:focus-visible) {
  outline: none;
}
.job-viewer .btn.first {
  margin-left: 0;
}
.job-viewer .tab-toggle,
.job-viewer .tab-toggle ~ .section {
  display: none;
}
@media (max-width:767px) {
  .job-viewer .btn {
    display: block;
    margin-left: 0;
  }
}


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

.job-viewer-item {
  border-radius: 4.0px;
  box-shadow: ;
  padding: 32px;
  margin-bottom: 32px;
  position: relative;
  color: ;
  background: #FFFFFF;
}
.job-viewer-item.last {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .job-viewer-item  {
    box-shadow: ;
  }
}

/* display flex column on tablet down */
@media (max-width:1023px) {
  .d-md-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .align-md-center {
    text-align: center;
  }
}


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

.job-viewer-item .headline {
  width: auto;
}
.job-viewer-item .area-link:hover ~ .headline,
.job-viewer-item .area-link:focus ~ .headline {
  color: ;
}
.job-viewer-item .headline > * {
  display: inline-block;
  margin-bottom: 4.0px;
}
@media (max-width:1023px) {
  .job-viewer-item .headline {
    margin-bottom: 16px;
  }
  .job-viewer-item .title {
    display: block;
  }
}


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

.job-viewer-item .arrow > svg,
.job-viewer-item .arrow > i {
  fill: inherit;
  color: inherit;
  width: 16px;
  height: 18px;
}
.job-viewer-item .area-link:hover ~ .arrow > svg,
.job-viewer-item .area-link:focus ~ .arrow > svg,
.job-viewer-item .area-link:hover ~ .arrow > i,
.job-viewer-item .area-link:focus ~ .arrow > i {
  fill: #00A5DF;
  color: #00A5DF;
}


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

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


/* Job-Viewer (Custom) */
/*--------------------------------------------------------------------------*/










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

.job-benefits .headline {
  color: ;
}


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

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


/* Job-Benefits (Custom) */
/*--------------------------------------------------------------------------*/










/* Job-Comments (Wrapper) */
/*--------------------------------------------------------------------------*/

.job-comments {
}


/* Job-Comments (Custom) */
/*--------------------------------------------------------------------------*/







/* CUSTOM PROJECT STYLESHEETS */
/*--------------------------------------------------------------------------*/




/* Generic
/* --------------------- */


.m0auto {
  margin: 0 auto !important;
}

.highlight {
  opacity: 0.5;
}

.headline {
  padding-left: 0;
  padding-right: 0;
}

.separator-line {
  background: #ABAFB3;
  display: inline-block;
  height: 2px;
  width: 100%;
}

.fontcolor-primary {color:#EA152A !important;}
.fontcolor-secondary {color:#00A5DF !important;}
.fontcolor-tertiary {color:#0A57E3 !important;}
.fontcolor-quarternary {color: !important;}
.fontcolor-white {color:#FFFFFF !important;}
.fontcolor-black {color:#000000 !important;}

img {
  border-radius: 0 !important;
}

ul, ol {
  margin: 24.0px 0;
  font-weight: 300;
  font-size: 18px;
}

@media (max-width:767px) {
  .mobile-no-mb {
    margin-bottom: 0 !important;
  }
  
  .mobile-negative-mb {
    margin-bottom: -32px !important;
  }
}


/* TOPBAR
/* --------------------- */

.topbar .topbar-contact > span {
  display: inline-block;
}

.topbar .topbar-items {
  text-align: right;
}

.topbar .topbar-items > div {
  padding: 8.0px 16px;
}

.topbar .topbar-items i {
  font-size: 24px;
}


/* HEADER NAVIGATION 
/* --------------------- */
.header-main-navigation {
  background-color: #2E3640;
}

.header-main-navigation .navigation-wrapper {
  position: relative;
}

.header-main-navigation .navigation-wrapper > .col {
  position: static;
}



/* NAVIGATION
/* --------------------- */
.landing-page .navi_container  {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.landing-page .anchor-menu.variant_2 a {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 0;
}

.landing-page .anchor-menu.variant_2 a:hover {
  text-decoration: none;
  color: #EA152A;
}

.landing-page .anchor-menu.variant_2 .lvl1 > li {
  display: none;
}

.landing-page .anchor-menu.variant_2 .lvl2 li {
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px;
}

.no-highlight .highlight {
  opacity: 1;
}

.anchor-menu-as-navigation .navigation-btn {
  top: 5px;
}

.anchor-menu-as-navigation .navigation-btn svg, .anchor-menu-as-navigation .navigation-btn i {
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
  font-size: 32px;
}

@media (max-width: 1150px) {
  .landing-page .anchor-menu-as-navigation .primary-navigation li {
    padding: 0 !important;
  }

  .landing-page .anchor-menu-as-navigation .primary-navigation li a {
    font-size: 18px;
  }
}

@media (max-width:1023px) {
  .landing-page .trademark .logo {
    position: relative;
    z-index: 100;
  }
  
  .landing-page .anchor-menu-as-navigation .navigation-btn {
    z-index: 100;
    top: 20px;
  }
  
  .landing-page .anchor-menu-as-navigation .navigation-btn:focus {
    outline: none;
  }
  
  .landing-page .anchor-menu-as-navigation .primary-navigation {
    right: 0;
    top: -32px;
    background: #2E3640;
    width: 100vw;
    padding: 160px 16px 0;
    height: 100vh;
    left: auto;
    bottom: auto;
  }

  .landing-page .anchor-menu-as-navigation .primary-navigation li {
    text-align: left;
    display: block !important;
    padding: 24.0px 0 !important;
  }

  .landing-page .anchor-menu-as-navigation .primary-navigation li a {
    font-size: 18px;
    width: auto;
  }
}

@media (max-width:767px) {
  .landing-page .anchor-menu-as-navigation .navigation-btn {
    top: 0;
  }
}


/* FOOTER (GLOBAL)
/* --------------------- */

footer {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}

footer .footer-top {
  padding-top: 96px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(46, 54, 64, 0.2);
}

footer .trademark {
  margin-bottom: 48px;
}

footer .address {
  margin-bottom: 64px;
}

footer .address p,
footer .address a,
footer .address span {
  font-size: 16px;
}

footer .mandatory,
footer .copyright {
  display: inline-block;
  width: auto;
}

footer .mandatory .hs-menu-item > a,
footer .copyright .hs-menu-item > a,
footer .copyright,
footer .mandatory .seperator {
  color: #2E3640;
  font-weight: 300;
  font-size: 16px;
}

footer .mandatory .hs-menu-item > a:hover,
footer .copyright .hs-menu-item > a:hover {
  color: #EA152A;
  text-decoration: none;
}

footer .copyright {
  margin-left: 32px;
}

.footer-bottom {
  padding-top: 40.0px;
  padding-bottom: 32px;
}

.footer-bottom .mandatory-inner {
  margin-left: -16px;
  margin-right: -16px;
}

.footer-bottom nav .seperator {
  visibility: hidden;
}


/* Footer Newsletter Form
/* --------------------- */

footer .hs-form .hs-richtext,
footer .hs-form .hs-richtext p,
footer .hs-form .hs-email,
footer .hs-form .legal-consent-container {
  margin: 0;
}

footer .hs-form .hs-richtext {
  margin-bottom: 32px;
}

footer .hs-form .hs-email {
  margin-bottom: 16px;
}

footer .hs-form .hs-email label {
  display: block;
}

footer .hs-form .legal-consent-container .hs-form-booleancheckbox-display>span p{
  font-size: 12px;
}


@media (max-width:767px) {
  .footer-bottom nav ul {
    display: block;
  }
  
  .footer-bottom nav li {
    display: block;
    padding: 0 0 16px 0;
  }
  
  .footer-bottom nav li:last-child {
    padding: 0 0 32px 0;
  }
  
  .footer-bottom nav li a {
    padding: 0;
  }
  
  .footer-bottom nav li[role="seperator"] {
    display: none;
  }
  
  .footer-bottom .copyright {
    margin-left: 0;
  }
}



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


.divider.line {
  margin: 16px 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}



/* Listing card
/* --------------------- */

.card  {
  position: relative;
  box-shadow: 10px 10px 30px #0000001A;
  border-radius: 0;
}

.card:hover  {
  box-shadow: 10px 10px 30px #0000001A;
}

.card:not(.v2):before {
  content: "";
  display: block;
  padding-top: 100%;
  float: left;
}

.card:not(.v2):after {
  content: "";
  display: block;
  clear: both;
}

.card .card-content-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  background: #FFFFFF;
  transition: opacity 300ms;
  overflow: hidden;
}

.card-vertical {
  align-items: center
}

.card-vertical:not(.v2):not(:last-child) {
  margin-bottom: 32px;
}

.vertical-center {
   align-items: center;
}

@media (min-width:768px) {
  .card:hover .card-content-overlay {
    height: 0;
    opacity: 0;
    transition: opacity 300ms, height 0ms ease 300ms;
  }
}

@media (max-width:767px) {
  .card:before {
    padding-top: 50%;
  }
}

/* Listing card - Variant 2 */

.card.variant-2,
.card.variant-3 {
  height: 100%;
}

.card.variant-2 .card-content,
.card.variant-3 .card-content {
  margin: 0;
  padding: 32px;
}

.card.variant-2 .card-content, .card.variant-2 .card-content .card-headline,
.card.variant-3 .card-content, .card.variant-3 .card-content-overlay .card-headline {
  color: #000000;
  text-align: left;
  font-weight: 300;
}

.card.variant-2 .card-content .card-headline,
.card.variant-3 .card-content-overlay .card-headline {
  margin-bottom: 64px;
  font-size: 36px;
  font-weight: 200;
}

.card.variant-2 .card-inner,
.card.variant-3 .card-inner {
  padding: 0;
}

@media (max-width:767px) {
  .card.variant-2 .card-content .card-headline,
  .card.variant-3 .card-content-overlay .card-headline {
    margin-bottom: 32px;
    font-size: 24px;
    margin-top: 16px;
  }
  
  .card .card-content p {
    font-size: 16px;
  }
}

/* Listing card - Variant 3 */

.card.variant-3 .card-content-overlay .card-headline h1,
.card.variant-3 .card-content-overlay .card-headline h2,
.card.variant-3 .card-content-overlay .card-headline h3,
.card.variant-3 .card-content-overlay .card-headline h4,
.card.variant-3 .card-content-overlay .card-headline h5,
.card.variant-3 .card-content-overlay .card-headline h6 {
  display: block;
}

@media (max-width:767px) {
  .card.variant-3 .card-content-overlay {
    padding-top: 32px;
    position: relative;
    height: auto;
  }
  
  .card.variant-3 .card-icon {
    display: inline-block;
    margin-right: 16px;
    min-height: 48px;
  }

  .card.variant-3 .card-icon {
    position: relative;
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    width: 48px;
  }

  .card.variant-3 .card-icon > i, .card.variant-3 .card-icon > svg, .card.variant-3 .card-icon > .svg {
    left: 16px;
    top: 12px;
    transform: none;
    width: 32px;
    height: 32px;
  }
}

@media (min-width:768px) {
  .card.variant-3  {
    height: 100%;
  }

  .card.variant-3 .card-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
  }

  .card.variant-3 .card-icon > i, .card.variant-3 .card-icon > svg, .card.variant-3 .card-icon > .svg {
    left: 32px;
    top: 32px;
    transform: none;
    width: 48px;
    height: 48px;
  }

  .card.variant-3 .card-content-overlay .card-headline {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    text-align: right;
  }

  .card.variant-3 .card-inner {
    padding: 0;
  }

  .card.variant-3 .card-content {
    margin: 0;
    padding: 32px 32px 0;
    background: #EA152A;
    color: #FFFFFF;
    height: 100%;
  }

  .card.variant-3 .card-content p {
    margin-bottom: 0;
    padding-bottom: 32px;
  }

  .overflow-image-left figure {
    position: relative;
    height: 100%;
    background: transparent;
  }

  .overflow-image-left figure img {
    height: calc(100% + 208px);
    width: auto;
    position: absolute;
    right: -96px;
    bottom: -208px;
  }
}

/* Listing card - Variant 4 */

.card.variant-4 .card-inner {
  padding-bottom: 0;
}

.card.variant-4 .card-inner:before {
  content: "";
  display: block;
  padding-top: 14%;
}

.card.variant-4 .card-inner:after {
  content: "";
  display: block;
  clear: both;
}

.card.variant-4 .card-icon > i, .card.variant-4 .card-icon > svg, .card.variant-4 .card-icon > .svg {
  width: 40.0px;
  height: 40.0px;
}

.card.variant-4 .card-icon > .svg {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.card.variant-4 .card-headline {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  max-width: 237px;
  margin-top: 16px;
}

@media (max-width:767px) {
  .card.variant-4 .card-inner:before {
    padding-top: 4%;
  }
}



/* Image-Text Styles
/* --------------------- */

.image-text-box a:not(.btn) {
  color: #0F129D;
  text-decoration: underline;
}

.image-text-box a:hover {
  color: #EA152A;
  text-decoration: none;
}

.image-text-box .content p {
  font-weight: 200;
}

.big-text-format p {
  letter-spacing: 0;
  line-height: 1.1;
}

.big-text-format-mb p {
  margin-bottom: 39px;
}

.image-by-height-right, .image-by-height-right div.image,
.image-by-height-left, .image-by-height-left div.image {
  /* height: 100%; Nee, wenn dan height; auto; */
}

.image-by-height-right div.image figure,
.image-by-height-left div.image figure {
  position: relative;
  height: 100%;
  background: transparent;
}

.image-by-height-right div.image figure img,
.image-by-height-left div.image figure img {
  height: auto;
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  border-radius: 0;
  max-width: 49vw;
}

.image-by-height-right div.image figure img {
  left: calc(50vw);
  transform: translateX(-100%);
  position: static;
}

.image-by-height-left div.image figure img {
  right: calc(50vw);
  transform: translateX(100%);
}

.image-dots-bg-right div.image figure {
  padding: 115px 250px 0 0;
  background: url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/images/layout/hintergrundgrafik-quadrat.svg) no-repeat top right;
}

.image-star-points-bg-right div.image figure > .picture-image::after {
  content: '';
  display: block;
  z-index: -1;
  width: 58%;
  height: 100%;
  position: absolute;
  left: 100%;
  transform: translate(-55%, 55%);
  background: url(https://25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/Grafiken/Star-Points-Keyvisual.svg) no-repeat;
  bottom: 100%;
}

.image-dots-bg-right div.image figure .picture-image {
  max-width: 446px;
}

.text-extra-space-left .text>div {
  padding-right: 20%;
}

.text-extra-space-right .text>div {
  padding-left: 20%;
}

.image-offset-left div.image figure img {
  right: calc(50vw + 63%);
  max-width: calc(49vw + 63%);
}

.content-mb-160 .content {
  margin-bottom: 160px;
}


.image-by-height-right:not(.absolute-image) div.image figure img {
   height: 100%;
   max-width: none;
   transform: none;
   left: 0;
}
.image-by-height-left:not(.absolute-image) div.image figure img {
   height: 100%;
   max-width: none;
   transform: none;
   right: 0;
 }


@media (max-width:1023px) {
  .image-by-height-right .aspect-ratio,
  .image-by-height-left .aspect-ratio {
    padding-bottom: 0;
    height: auto;
  }
  
  .image-by-height-right, .image-by-height-right div.image,
  .image-by-height-left, .image-by-height-left div.image,
  .image-by-height-right div.image figure,
  .image-by-height-left div.image figure,
  .image-by-height-right div.image figure img,
  .image-by-height-left div.image figure img {
    height: auto !important;
    width: 100%;
    position: static;
    max-height: none;
  }

  .image-by-height-right.row,
  .image-by-height-left.row {
    width: calc(100% + 32px);
  }

  .text-extra-space-left .text>div {
    padding-right: 0;
  }

  .text-extra-space-right .text>div {
    padding-left: 0;
  }

  .content-mb-160 .content {
    margin-bottom: 0;
  }

  .image-dots-bg-right div.image figure .picture-image {
    max-width: none;
  }
  
  .image-dots-bg-right div.image figure {
    padding-left: 20%;
    padding-bottom: 32px;
  }
}

@media (max-width:767px) {
  .image-dots-bg-right div.image figure {
    padding: 0 0 32px 0;
    background: none;
  }

  .big-text-format p {
    font-size: 24px !important;
  }

  .big-text-format-mb p {
    margin-bottom: 26px !important;
  }
}



/* Image break out of grid */
/* --------------------- */

.absolute-image {
  position: absolute;
  width: 50%;
}

.absolute-image div.image figure img {
  max-height: none;
  max-width: 50vw;
  transform: translateX(97%);
}

.position-bottom-160 {
  top: auto !important;
  bottom: -192px;
}



/* Text Styles
/* --------------------- */


.cta-banner-blue {
  position: relative;
}

.cta-banner-blue h1, .cta-banner-blue .h1 {
  color: #FFFFFF;
  max-width: 974px;
  margin-right: 240px;
}

.cta-banner-blue .highlight {
  color: #FFFFFF;
}

.cta-banner-blue .hs-cta-wrapper {
  position: absolute;
  right:0;
  top: 50%;
  transform: translateY(-50%);
}

.content .hs-cta-wrapper {
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 16px;
}

@media (max-width:1023px) {
  .cta-banner-blue, .cta-banner-blue h1 {
    text-align: center;
  }
  
  .cta-banner-blue h1, .cta-banner-blue .h1 {
    max-width: 100%;
    margin-right: 0;
  }

  .cta-banner-blue .hs-cta-wrapper {
    top: 32px;
    position: relative;
    transform: none;
  }
}


/* Video */

.hs_cos_wrapper>.video {
  position: relative;
}

.video-preview-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 54, 64, 0.9);
  text-align: center;
  z-index: 1;
}

.video-preview-overlay-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1052px;
  width: 80%;
}

.video-preview-headline, .video-preview-headline p {
  color: #FFFFFF;
  margin-bottom: 65px;
}

.video-preview-button i, .video-preview-button svg {
  color: #FFFFFF;
  width: 64px;
  height: 64px;
}

.video-preview-button svg {
  cursor: pointer;
}

.video-preview-button svg path {
  fill: #FFFFFF;
  cursor: pointer;
  transition: fill 300ms;
}

.video-preview-button svg:hover path {
  fill: #EA152A;
}

.video video {
  height: auto;
  width:100%;
}

@media (max-width:767px) {
  .video-preview-headline, .video-preview-headline p {
    font-size: 24px;
    margin-bottom: 0;
  }

  .video-preview-button i, .video-preview-button svg {
    margin-top: 32px;
    width: 48px;
    height: 48px;
  }
}


/* CTAs */

a.cta_button.cta-inverted:hover {
  color: #000000 !important;
  background: #FFFFFF !important;
}

a.cta_button.cta-light-blue:hover {
  color: #00A5DF !important;
  background: transparent !important;
}

a.cta_button.cta-dark-blue:hover {
  color: #0F129D !important;
  background: transparent !important;
}

@media (max-width:767px) {
  a.cta_button.cta-inverted span {
    font-size: 18px !important;
  }
}

/* HubSpot Video Module */
.oembed_container {
  display: block !important;
  margin: 0 auto !important;
}


/* Manual vertical alignment in career section - country map bc vertical alignment in page editor doesn't work */
.cell_16926087416302-row-0-vertical-alignment > .row-fluid {
  align-items: flex-end;
}

.header-container-wrapper {
  z-index: 100;
}


/* Classes dynamic page */

.classes-container {
  position: relative;
  padding-top: 128px;
  padding-bottom: 128px;
}
.classes-container.has-banner {
  padding-top: 0;
}
.classes-container h1 {
  margin-top: 96px;
}

.classes-container .classes-back-button {
  position: absolute;
  top: 196px;
}
.classes-container .classes-back-button:hover {
  text-decoration: underline;
}
.classes-container.has-banner .classes-back-button {
  top: 68px;
}
.classes-container .classes-back-button svg {
  height: 14px;
  width: auto;
  vertical-align: middle;
  transform: rotate(180deg);
  margin-right: 8px;
}
.classes-container .classes-back-button svg polygon {
  fill: #0a57e3;
}
.classes-container .classes-back-button:hover svg polygon {
  fill: #EA152A;
}

.classes-item {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #000000;
  margin: 30px 0;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}
.classes-item ul {
  list-style: none;
  padding: 0;
}
.classes-item h2 {
  font-size: 24px !important;
  line-height: 32px !important;
  letter-spacing: 0px !important;
  color: #151619;
  font-weight: 500;
}
.classes-item .btn {
  padding: 14px 18px 12px;
}
.classes-item .classes-item-features {
  color: #2E3640;
}
.classes-item .classes-item-features ul {
  padding-bottom: 16px;
}
.classes-item .classes-item-features ul li {
  padding-bottom: 0;
}
.classes-item .classes-item-features span {
  display: inline-block;
  width: 22px;
  margin-right: 12px;
}
.classes-item .classes-item-features svg {
  max-width: 22px;
  max-height: 22px;
  vertical-align: middle;
}
.classes-item .classes-item-locations ul {
  margin-top: 0;
}
.classes-item .classes-item-locations span {
  width: 16px;
  margin-right: 8px;
}
.classes-item .classes-item-locations svg {
  max-width: 16px;
  max-height: 16px;
}
.classes-container .accordion-section {
  margin-bottom: 16px;
} 
.classes-container .accordion-section label {
  border-bottom: 1px solid #ACAFB3;
} 
.classes-container .accordion .tab-checkbox + .tab-button::after {
  color: #EA152A;
}

.classes-item-detail {
  margin-bottom: 64px;
}
.classes-form-hl {
  margin-top: 80px;
  margin-bottom: 32px;
}
.form-locations-label {
  font-size: 16px;
  color: #000000;
  line-height: 1.25;
  margin-bottom: 0;
  font-weight: 400;
}
.form-locations-label .hs-form-required {
  margin-left: 1px;
  color: red;
}
.form-locations {
  padding: 0;
  list-style: none;
}
.class_date_location {
  font-weight: 400;
}
.form-locations input {
  margin-right: 16px;
}
.classes-filters ul {
  padding: 0;
  list-style: none;
}
.classes-filters ul li {
  margin-bottom: 4px;
}
.classes-container .classes-filters ul li label {
  border: none;
  font-weight: 200;
}
.classes-filters ul li input {
  margin-right: 12px;
  transform: translateY(-1px);
}

.classes-page .trademark-col {
  margin: 8px 0;
  padding: 8px 32px;
}
.classes-page .trademark-col-first {
  margin: 8px 0;
  padding: 8px 32px 8px 16px;
}
.classes-page header .trademark,
header .trademark.events-logo {
  height: 48px;
}
.classes-page header .trademark img,
header .trademark.events-logo img {
  height: 100%;
  width: auto;
}
.classes-page .with-seperator {
  border-right: 2px solid black;
}
.classes-page header .banner,
header .banner.events-banner {
  height: 500px !important;
  margin-top: 40px !important;
}
header .banner.events-banner {
  margin-top: 152px !important;
}
.classes-page header .navi_container {
  position: relative;
}

@media (max-width:767px) {
  .classes-container.has-banner h1 {
    margin-top: 64px;
  }
}
/* YOUR EXTENSION BUNDLE STYLESHEETS */
/*--------------------------------------------------------------------------*/

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa, .fas {
  font-family: 'Font Awesome 5 Free', 'Font Awesome';
  font-weight: 900;
}
.fab {
  font-family: 'Font Awesome 5 Free', 'Font Awesome';
  font-weight: 400;
}
.far {
  font-family: 'Font Awesome 5 Free', 'Font Awesome';
  font-weight: 400;
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

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

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

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

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

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

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

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

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

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

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

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

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

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

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

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

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

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

.fa-ankh:before {
  content: "\f644"; }

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

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

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

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

.fa-apple-alt:before {
  content: "\f5d1"; }

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

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

.fa-archway:before {
  content: "\f557"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a"; }

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

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

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

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

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

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

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

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

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

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

.fa-award:before {
  content: "\f559"; }

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

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

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

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-battle-net:before {
  content: "\f835"; }

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

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

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

.fa-biking:before {
  content: "\f84a"; }

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

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

.fa-biohazard:before {
  content: "\f780"; }

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

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

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

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

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

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

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

.fa-blender-phone:before {
  content: "\f6b6"; }

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

.fa-blog:before {
  content: "\f781"; }

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

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

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

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

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

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

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

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

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

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

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

.fa-book-reader:before {
  content: "\f5da"; }

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

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

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

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

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

.fa-box-tissue:before {
  content: "\e05b"; }

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

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

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

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

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

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

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

.fa-brush:before {
  content: "\f55d"; }

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

.fa-buffer:before {
  content: "\f837"; }

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

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

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

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

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

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

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

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

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

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

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

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

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

.fa-calendar-day:before {
  content: "\f783"; }

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

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

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

.fa-calendar-week:before {
  content: "\f784"; }

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

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

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

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

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787"; }

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

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-centos:before {
  content: "\f789"; }

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

.fa-chair:before {
  content: "\f6c0"; }

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

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

.fa-charging-station:before {
  content: "\f5e7"; }

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

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

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

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

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

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

.fa-check-double:before {
  content: "\f560"; }

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

.fa-cheese:before {
  content: "\f7ef"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
  content: "\f838"; }

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

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

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

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

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

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

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

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

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

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

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

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

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloudflare:before {
  content: "\e07d"; }

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

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

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

.fa-cocktail:before {
  content: "\f561"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-comment-dollar:before {
  content: "\f651"; }

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

.fa-comment-medical:before {
  content: "\f7f5"; }

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

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

.fa-comments-dollar:before {
  content: "\f653"; }

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

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

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

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

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

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

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

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

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

.fa-cotton-bureau:before {
  content: "\f89e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-critical-role:before {
  content: "\f6c9"; }

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

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

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

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

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

.fa-crutch:before {
  content: "\f7f7"; }

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

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

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

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

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

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

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

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

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

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

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

.fa-deezer:before {
  content: "\e077"; }

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

.fa-democrat:before {
  content: "\f747"; }

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

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

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

.fa-dev:before {
  content: "\f6cc"; }

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

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

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

.fa-diaspora:before {
  content: "\f791"; }

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

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

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

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

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

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

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

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

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

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

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

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

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

.fa-disease:before {
  content: "\f7fa"; }

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

.fa-dizzy:before {
  content: "\f567"; }

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

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

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

.fa-dog:before {
  content: "\f6d3"; }

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

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

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

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

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

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

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

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

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

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

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

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

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

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

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

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

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

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

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

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }






/**
 * @license
 * MyFonts Webfont Build ID 4096457, 2021-06-01T03:44:31-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: neueRadial-A-Thin by Neue
 * URL: https://www.myfonts.com/fonts/neue/neue-radial/a-thin/
 * 
 * Webfont: neueRadial-A-Regular by Neue
 * URL: https://www.myfonts.com/fonts/neue/neue-radial/a-regular/
 * 
 * Webfont: neueRadial-A-Bold by Neue
 * URL: https://www.myfonts.com/fonts/neue/neue-radial/a-bold/
 * 
 * 
 * Webfonts copyright: Copyright © 2020 published by neue Foundry. All rights reserved.
 * 
 * © 2021 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3e81c9");

@font-face {
  font-family: "neueRadial-A";
  src: url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/extension/neueradiala/medium/font.woff2) format('woff2'),
       url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/extension/neueradiala/medium/font.woff) format('woff');
  font-weight: 500;
}
@font-face {
  font-family: "neueRadial-A";
  src: url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/extension/neueradiala/regular/font.woff2) format('woff2'),
       url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/extension/neueradiala/regular/font.woff) format('woff');
  font-weight: 400;
}
@font-face {
  font-family: "neueRadial-A";
  src: url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/extension/neueradiala/light/font.woff2) format('woff2'),
       url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/extension/neueradiala/light/font.woff) format('woff');
  font-weight: 300;
}
@font-face {
  font-family: "neueRadial-A";
  src: url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/extension/neueradiala/extralight/font.woff2) format('woff2'),
       url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/extension/neueradiala/extralight/font.woff) format('woff');
  font-weight: 200;
}
@font-face {
  font-family: "neueRadial-A";
  src: url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/extension/neueradiala/thin/font.woff2) format('woff2'),
       url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/extension/neueradiala/thin/font.woff) format('woff');
  font-weight: 100;
}
@font-face {
  font-family: "neueRadial-A";
  src: url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/extension/neueradiala/bold/font.woff2) format('woff2'),
       url(//25042371.fs1.hubspotusercontent-eu1.net/hubfs/25042371/raw_assets/public/ADN-Theme/extension/neueradiala/bold/font.woff) format('woff');
  font-weight: 700;
}




.roboto {
  font-family: "neueRadial-A";
}
.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, 
.medium {
  font-weight: 500;
  font-style: normal;
}
.italic 
.medium-italic {
  font-weight: 500;
  font-style: italic;
}
.semi-bold {
  font-weight: 600;
  font-style: normal;
}
.semi-bold-italic {
  font-weight: 600;
  font-style: italic;
}
.bold,
.extra-bold {
  font-weight: 700;
  font-style: normal;
}
.bold-italic,
.extra-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.black {
  font-weight: 900;
  font-style: normal;
}
.black-italic {
  font-weight: 900;
  font-style: italic;
}




/* ******** Generic ******** */

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* HS modules */
.widget-type-linked_image a {
  display: block;
}

.richtext a {
  display: inline-block;
}

/* HERO BANNER
/* --------------------- */

.banner {
  min-height: 500px;
  max-height: 820px;
}

.banner .banner-title figcaption {
  max-width: 650px;
}

.banner .banner-title p:last-child {
  margin-top: 4rem;
}

.banner .banner-title .h3 {
  margin-bottom: 0.5rem;
  margin-left: 5px;
}

.banner.ratio-none {
  max-height: none;
}

@media (min-width:768px) {
  .banner.full_screen_desktop {
    min-height: 100vh;
    max-height: none;
  }
}

@media (max-width:767px) {
  body .banner {
    min-height: 0;
    max-height: none !important;
    height: auto !important;
  }

  .banner-content {
    padding-bottom: 0;
  }
  
  .banner .banner-title {
    padding-top: 150px;
    padding-bottom: 64px;
  }
  
  .trademark .logo {
    max-width: 100px;
    height: auto;
  }
  .banner.full_screen_mobile {
    min-height: 100vh !important;
    max-height: none;
  }
  
  /* Banner fix for mobile devices */
  .landing-page-enginsight .banner.full_screen_mobile {
    min-height: 100vh !important;
    padding-bottom: 0!important;
    height: auto!important;
    max-height: none!important;
  }
  .landing-page-enginsight .banner.full_screen_mobile .banner-content {
    position: relative;
  }
}

/* Banner form */
.banner-form .container .hs-form,
.banner-form .container .hsfc-Form {
  background: #fff;
  padding: 3rem 2rem;
  box-shadow: 30px 90px 90px #0000000F;
}

@media (min-width:1024px) {
  .banner-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/* ******** Header ******** */

@media (min-width:1024px) {
  .topbar-items > .site-search {
    height: 32px;
  }
  
  .search-checkbox:checked ~ .search-btn {
    display: none;
  }
  
  .search-checkbox:checked ~ .hs-search-panel {
    transform: translateY(-18px);
    height: 32px;
  }
  
  .search-checkbox:checked ~ .hs-search-panel .hs-search-bar button,
  .search-checkbox:checked ~ .hs-search-panel .hs-search-bar button svg{
    display: inline-block;
    position: relative;
    background: transparent;
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 0;
    cursor: pointer;
    border: none;
  }
  
  .site-search .hs-search-panel {
    background-color: transparent;
  }
}

.hs-search-bar button {
  outline: none !important;
}

.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:focus {
  color: #000000;
}

.topbar .topbar-items > div {
  padding: 8px 32px 8px 16px;
}

.trademark .logo {
  height: auto;
}

.hs-search-bar button .label {
  display: none;
}

@media (min-width:768px) {
  .topbar .topbar-items > div {
    margin-top: 8px;
    padding-bottom: 0;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .topbar .topbar-items .site-search {
    display: none;
  }
  
  .topbar .topbar-items .language-switch {
    padding-right: 48px;
  }
  
  .header-container .navigation-btn {
    top: -70px;
    outline: none !important;
  }
  
  .header-container .navigation-btn i {
    color: #000000;
    font-size: 32px;
    margin-right: -24px;
  }
}

@media (max-width:767px) {
  .trademark.tm-300 .logo {
    max-width: 300px;
  }
  
  .topbar {
    z-index: 1;
    padding: 0 16px;
  }
  
  .topbar::before {
    position: absolute;
    left: 0;
    top: 2rem;
    width:100%;
    content: "";
    border-bottom: 1px solid #EAEBEC;
  }
  
  .topbar .topbar-contact {
    padding: 0.5rem 0;
    margin-bottom: 1rem;
  }
  
  .topbar .topbar-contact span {
    font-size: 14px;
  }
  
  .topbar .topbar-contact a {
    padding: 0;
  }
  
  .topbar .topbar-contact .topbar-phone {
    position: absolute;
    right: 0;
  }
  
  .topbar .topbar-items > div {
    padding: 8px 12px;
  }
  
  .topbar .topbar-items .site-search,
  .topbar .topbar-items .currlang {
    display: none;
  }
  
  .topbar .topbar-items .language-switch {
    padding-right: 48px;
    vertical-align: top;
  }
  
  .body-wrapper {
    overflow-x: visible;
  }
  
  .trademark-wrapper {
    position: absolute;
    left: 16px;
    top: -68px;
  }
  
  .content-container-wrapper {
    margin-top: -1rem;
  }
  
  .header-main-navigation {
    background-color: transparent;
  }
  
  .header-container .navigation-btn {
    top: -63px;
    outline: none !important;
  }
  
  .header-container .navigation-btn i {
    color: #000000;
    font-size: 24px;
    margin-right: -24px;
  }
  
  .banner {
    height: calc(100vh - 107px) !important;
  }
}

/* ******** Navigation Mobile ******** */

@media (max-width:1023px) {
  
  main.content-container-wrapper.menu-open::after {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #000000;
    opacity: 0.5;
  }
  
  .primary-navigation {
    margin: 0 -16px;
    padding: 0 32px;
    width: calc(100vw);
    height: calc(100vh - 107px);
  }
  
  .primary-navigation .h2 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 30px;
  }
  
  .primary-navigation .hs-search-bar {
    margin: 1rem 0 1.5rem;
  }
  
  .primary-navigation .hs-search-bar form {
    flex-direction: row;
  }
  
  .primary-navigation .hs-search-bar input,
  .primary-navigation .hs-search-bar button {
    display: inline-block;
    height: 46px;
    border: 1px solid #000000;
    min-width: 0;
    margin: 0;
  }
  
  .primary-navigation .hs-search-bar input {
    border-right: none;
    width: calc(100% - 52px) !important;
  }
  
  .primary-navigation .hs-search-bar button {
    padding-top: 12px;
    border-left: none;
    width: 52px;
  }
  
  .primary-navigation .hs-search-bar button svg {
    height: 19px;
  }
  
  .primary-navigation ul > li {
    position: static;
  }
  
  .primary-navigation ul li label.menu-arrow {
    display: none;
  }
  
  .primary-navigation .hs-menu-depth-1 {
    height: auto;
  }
  
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item {
    margin: 0;
  }
  
  .primary-navigation .hs-menu-depth-1 a,
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item a {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
  }
  
  .primary-navigation .hs-menu-depth-1 li > a,
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item a {
    width: 100%;
    padding: 20px 0;
    line-height: 1;
  }
  
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 > .hs-menu-item > a > .check-icon img,
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 > .hs-menu-item > a > .check-icon svg,
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 > .hs-menu-item > a > .check-icon i {
    width: 20px;
    height: 20px;
  }
  
  .primary-navigation .hs-menu-depth-1 a .l1-icon {
    float: right;
  }
  
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item.clicked>a {
    color: #000000;
  }

  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item.clicked>a svg,
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item.clicked>a i {
    fill: #000000;
    color: #000000;
  }
  
  .primary-navigation .quicklinks-wrapper,
  .primary-navigation .cta-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  
  .primary-navigation .quicklinks-wrapper {
    border-top: 1px solid #EAEBEC;
    margin-top: 2rem;
    padding-top: 2rem;
  }
  
  .simple-menu .hs-menu-flow-horizontal > ul {
    display: block;
  }
  
  .simple-menu .hs-menu-flow-horizontal > ul > li {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  
  .primary-navigation .hs-menu-depth-1 > .hs-menu-item:not(:last-child)::after {
    display: none;
  }
  
  .primary-navigation .mega-dropdown {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    background: #FFFFFF;
    overflow-x: hidden;
    z-index: 1;
    margin: 0;
    min-height: 100%;
    opacity: 0;
    transition: width 0ms ease 300ms, opacity 300ms;
  }
  
  .primary-navigation .mega-dropdown.open {
    width: calc(100vw);
    opacity: 1;
    transition: width 0ms, opacity 300ms;
  }
  
  .primary-navigation .mega-dropdown .mobile-nav-back,
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-item a.mobile-nav-back {
    display: block;
    background: #2E3640;
    height: 48px;
    padding: 15px 32px;
    color: #FFFFFF;
    width: 100%;
  }
  
  .mega-dropdown .btn-more, .submenu.hs-menu-depth-3 .btn-more {
    position: static;
    text-align: left;
    margin-top: 1rem;
  }
  
  .primary-navigation .mega-dropdown .mobile-nav-back .mnb-icon {
    margin-right: 1.5rem;
  }
  
  .primary-navigation .mega-dropdown .mobile-nav-back .mnb-icon svg {
    width: 24px;
  }
  
  .primary-navigation .mega-dropdown .mobile-nav-back .mnb-icon svg polygon {
    fill: #FFFFFF;
  }
  
  .primary-navigation .level2 {
    position: static;
  }
  
  .primary-navigation .level2,
  .primary-navigation .submenu-wrapper-l3 {
    padding: 40px 32px 4rem;
  }
  
  .metanavi_right_default_content,
  .metanavi_right_item {
    padding: 3rem 32px;
  }
  
  .metanavi_right_default_content img ,
  .metanavi_right_item img {
    width: calc( 100% + 4rem );
    height: auto;
    margin: -3rem -2rem 3rem;
  }
  
  .dropdown-description .description-headline {
    margin-bottom: 2rem;
  }
  
  .dropdown-description .btn-more {
    margin-top: 3rem;
  }
  
  .iconbox-menu > div {
    border: none;
  }
  
  .primary-navigation .dropdown-description-wrapper {
    display: none;
  }
  
  .primary-navigation .hs-menu-depth-1 .dropdown-iconbox .hs-menu-depth-2 .hs-menu-item {
    display: block;
    width: 100%;
  }
  
  .iconbox-menu {
    margin-right: 0;
  }
}

@media (max-width:767px) {
  .primary-navigation {
    top: 1px;
  }
}

/* ******** Mobile naviagtion offset ******** */

@media (min-width:768px) and (max-width:1023px) {
  .primary-navigation,
  .primary-navigation .mega-dropdown.open {
    margin-left: calc(40vw - 16px);
    width: 60vw;
  }
}

@media (max-width:767px) {
  .primary-navigation,
  .primary-navigation .mega-dropdown.open {
    margin-left: calc(10vw - 16px);
    width: 90vw;
  }
}

/* ******** Footer ******** */

footer .main-footer ul {
  list-style: none;
  padding: 0;
}

footer .main-footer .headline {
  padding: 0;
  margin: 0 0 64px 0;
}

footer .social-links .icon {
  border-radius: 0;
}

footer .social-links .icon svg, .social-links .icon i {
  width: auto;
  height: auto;
  max-width: 32px;
  max-height: 32px;
}

@media (min-width:768px) and (max-width:1023px) {
  footer .simple-menu .hs-menu-item > a {
    font-weight: 400;
  }
}

@media (max-width:1023px) {
  footer .footer-logos > div {
    padding-top: 2rem;
  }
  
  footer .footer-top {
    padding-bottom: 3rem;
  }
}

@media (max-width:767px) {
  footer .footer-top {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  
  footer .address {
    margin-bottom: 3rem;
  }
  
  footer .mobile-accordion {
    padding-bottom: 1.5rem;
  }
  
  footer .mobile-accordion .accordion-content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 300ms, opacity 300ms, padding-top 300ms;
    padding-top: 0;
  }
  
  footer .mobile-accordion .accordion-content.open {
    max-height: 1000px;
    opacity: 1;
    padding-top: 1.5rem;
  }
  
  footer .social-links {
    justify-content: space-between;
    padding-bottom: 1rem;
  }
  
  footer .social-links .icon {
    width: 32px;
    height: 32px;
    margin: 0;
  }
  
  footer .main-footer .headline {
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }

  footer .main-footer .headline, footer .main-footer .headline strong {
    font-size: 18px;
    font-weight: 300;
  }
  
  footer .main-footer .headline::after {
    position: absolute;
    right: 8px;
    top: 2px;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f077";
  }
  
  footer .main-footer .headline.active::after {
    content: "\f078";
  }
  
  footer .footer-logos img {
    width: 100% !important;
  }
  
  .footer-bottom nav li {
    display: inline-block;
  }
}

/* ******** Buttons ******** */

.buttons .btn-primary, .buttons .hs-cta-wrapper {
  float: left;
  margin: 32px 32px 0 0;
}
.buttons::after {
  content: "";
  clear: both;
  display: table;
}
.buttons.text-left .btn-primary, .buttons.text-left .hs-cta-wrapper,
.buttons.text-center .btn-primary, .buttons.text-center .hs-cta-wrapper,
.buttons.text-right .btn-primary, .buttons.text-right .hs-cta-wrapper {
  float: none;
}
.buttons.text-center .btn-primary, .buttons.text-center .hs-cta-wrapper {
  margin: 32px 16px 0 16px;
}
.buttons.text-right .btn-primary, .buttons.text-right .hs-cta-wrapper {
  margin: 32px 0 0 32px;
}
/*.buttons .btn-primary {
  background: #0F129D;
  color: #fff;
  border: 3px solid #0f129d;
  font-weight: 500;
  font-family: 'neueRadial-A',sans-serif;
  text-shadow: none;
  text-decoration: none;
  padding: 10px 22px;
  line-height: 1.5em;
  border-radius: 0;
  font-size: 18px;
}*/
.btn-primary,
.btn {
  font-size: 18px;
}
.buttons .btn-primary span {
  font-size: 18px;
}
.buttons.pale-color .btn-primary {
  background: #00a5df;
  border: 3px solid #00a5df;
}
.buttons.pale-color .btn-primary:hover {
  color: #00a5df !important;
}

/* Forms */
form.hs-form input[type="text"],
form.hs-form input[type="email"],
form.hs-form input[type="password"],
form.hs-form input[type="tel"],
form.hs-form input[type="number"],
form.hs-form input[type="file"],
form.hs-form select,
form.hs-form textarea {
  display: inline-block;
  font-size: .875rem;
  padding: .7rem;
  width: 100% !important;
  font-size: .875rem;
  color: #969a9f;
  background: #f4f5f5;
  border: 0;
  border-radius: 4px;
}
form.hs-form > .hs-form-field,
form.hs-form fieldset > .hs-form-field,
form.hs-form fieldset > .hs-dependent-field > .hs-form-field {
  margin-top: 1rem;
}
.hs-form-field {
  margin-bottom: 0.5rem;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-top: 1px;
  padding-top: 0;
}
.hs-form select, .hs-form .select-selected {
  border-radius: 4px;
  color: #969a9f;
  background: #f4f5f5;
  border: 0;
  padding-top: 3px;
}
.hs-form .select-items {
  background-color: #f4f5f5;
  border: none;
  border-radius: 4px;
}
.hs-form .select-items .select-option {
  color: #969a9f;
}
.hs-form .hs-form-radio label > span::before,
.hs-form .hs-form-radio label > span::after{
  top: 0;
}
.hs-form .hs-form-checkbox label > span::before,
.hs-form .hs-form-booleancheckbox label > span::before {
  top: 1px;
}
.hs-form-booleancheckbox label > span::after,
.hs-form-checkbox label > span::after {
  top: 1px;
}
form.hs-form .inputs-list > li {
  margin: 0.25rem 0 !important;
}
.hs-form .hs-fieldtype-file .hs-file-button {
  border-radius: 4px 0 0 4px;
  padding-top: 18px;
}
.hs-form .hs-file-value {
  border-radius: 0 4px 4px 0;
  padding-top: 3px;
  color: #969a9f;
  background: #f4f5f5;
  border: 0;
}
.hs-form .hs-dateinput::after {
  border-radius: 0 4px 4px 0;
  color: white;
}
.hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span::before {
  border-radius: 4px;
  color: #969a9f;
  background: #f4f5f5;
  border: 0;
}
.hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span::after {
  content: " ";
  background: #969a9f;
  border-radius: 4px;
  border: 0;
}
.hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox input:checked ~ span::after {
  background: #0F129D;
}
.hs-form label.hs-form-booleancheckbox-display > span {
  font-size: 1rem;
  padding-top: 21px;
}
.hs-form .hs-fieldtype-number button {
  position: relative;
  color: #969a9f;
  background: #f4f5f5;
  border: 0;
}
.hs-form .hs-fieldtype-number button.hs-stepDown {
  border-radius: 4px 0 0 4px;
}
.hs-form .hs-fieldtype-number button.hs-stepUp {
  border-radius: 0 4px 4px 0;
}
.hs-form .hs-fieldtype-number button::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hs-form .hs-datepicker .fn-date-picker .is-selected .pika-button {
  color: white !important;
}
.hs-form .hs-datepicker .fn-date-picker .pika-button:hover {
  color: #333 !important;
}
.hs-form  .fn-date-picker.pika-single {
  border-radius: 4px;
}


/* Forms v2 */
form.hsfc-Form {
    clear: both;
    font-family: inherit;
    font-weight: 400;
    padding: 0 16px;
    font-style: normal;
}
form.hsfc-Form input[type="text"],
form.hsfc-Form input[type="email"],
form.hsfc-Form input[type="password"],
form.hsfc-Form input[type="tel"],
form.hsfc-Form input[type="number"],
form.hsfc-Form input[type="file"],
form.hsfc-Form select,
form.hsfc-Form textarea {
  display: inline-block !important;
  padding: .7rem !important;
  width: 100% !important;
  font-size: .875rem !important;
  color: #969a9f !important;
  background: #f4f5f5 !important;
  border: 0 !important;
  border-style: none !important;
  border-radius: 4px !important;
}
form.hsfc-Form > .hs-form-field,
form.hsfc-Form fieldset > .hs-form-field,
form.hsfc-Form fieldset > .hs-dependent-field > .hs-form-field {
  margin-top: 1rem;
}
form.hsfc-Form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-top: 1px;
  padding-top: 0;
}
form.hsfc-Form select, .hs-form .select-selected {
  border-radius: 4px;
  color: #969a9f;
  background: #f4f5f5;
  border: 0;
  padding-top: 3px;
}
form.hsfc-Form .select-items {
  background-color: #f4f5f5;
  border: none;
  border-radius: 4px;
}
form.hsfc-Form .select-items .select-option {
  color: #969a9f;
}
form.hsfc-Form .hs-form-radio label > span::before,
form.hsfc-Form .hs-form-radio label > span::after {
  top: 0;
}
form.hsfc-Form .hs-form-checkbox label > span::before,
form.hsfc-Form .hs-form-booleancheckbox label > span::before {
  top: 1px;
}
form.hsfc-Form .inputs-list > li {
  margin: 0.25rem 0 !important;
}
form.hsfc-Form .hs-fieldtype-file .hs-file-button {
  border-radius: 4px 0 0 4px;
  padding-top: 18px;
}
form.hsfc-Form .hs-file-value {
  border-radius: 0 4px 4px 0;
  padding-top: 3px;
  color: #969a9f;
  background: #f4f5f5;
  border: 0;
}
form.hsfc-Form .hs-dateinput::after {
  border-radius: 0 4px 4px 0;
  color: white;
}
form.hsfc-Form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span::before {
  border-radius: 4px;
  color: #969a9f;
  background: #f4f5f5;
  border: 0;
}
form.hsfc-Form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span::after {
  content: " ";
  background: #969a9f;
  border-radius: 4px;
  border: 0;
}
form.hsfc-Form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox input:checked ~ span::after {
  background: #0F129D;
}
form.hsfc-Form label.hs-form-booleancheckbox-display > span {
  font-size: 1rem;
  padding-top: 21px;
}
form.hsfc-Form .hs-fieldtype-number button {
  position: relative;
  color: #969a9f;
  background: #f4f5f5;
  border: 0;
}
form.hsfc-Form .hs-fieldtype-number button.hs-stepDown {
  border-radius: 4px 0 0 4px;
}
form.hsfc-Form .hs-fieldtype-number button.hs-stepUp {
  border-radius: 0 4px 4px 0;
}
form.hsfc-Form .hs-fieldtype-number button::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
form.hsfc-Form .hs-datepicker .fn-date-picker .is-selected .pika-button {
  color: white !important;
}
form.hsfc-Form .hs-datepicker .fn-date-picker .pika-button:hover {
  color: #333 !important;
}
form.hsfc-Form  .fn-date-picker.pika-single {
  border-radius: 4px;
}
form.hsfc-Form .hsfc-Button {
  display: inline-block;
  background: #0F129D;
  color: #FFFFFF;
  width: auto;
  padding: 16px 18px;
  margin-top: 16px;
  font-weight: bold;
  transition: all 300ms ease-in-out;
  border-radius: 0px;
  border: 2px solid #0F129D;
  cursor: pointer;
}
form.hsfc-Form .hsfc-Button:hover {
  background: transparent;
  color: #0F129D;
  border: 2px solid #0F129D;
}

form.hsfc-Form .hsfc-ErrorAlert {
  font-family: 'neueRadial-A',sans-serif !important;
  font-size: 12px;
  letter-spacing: 0.27px;
  font-weight: 200;
  color: red !important;
}

form.hsfc-Form .hsfc-DataPrivacyField p,
form.hsfc-Form .hsfc-DataPrivacyField,
form.hsfc-Form .hsfc-CheckboxInput,
form.hsfc-Form [data-hsfc-id=Renderer] .hsfc-RichText,
[data-hsfc-id=Renderer] .hsfc-RichText {
  color: #000000 !important;
  font-size: 13px !important;
  line-height: 1.25;
  letter-spacing: 0.27px;
  font-weight: 200;
  font-family: "neueRadial-A", sans-serif !important;
}


[data-hsfc-id=Renderer],
[data-hsfc-id=Renderer] .hsfc-Form,
[data-hsfc-id=Renderer] .hsfc-Button,
[data-hsfc-id=Renderer] .hsfc-DropdownOptions,
form.hsfc-Form .hsfc-FieldLabel,
form.hsfc-Form input[type="text"],
form.hsfc-Form input[type="email"],
form.hsfc-Form input[type="password"],
form.hsfc-Form input[type="tel"],
form.hsfc-Form input[type="number"],
form.hsfc-Form input[type="file"],
form.hsfc-Form select,
form.hsfc-Form textarea {
  font-family: "neueRadial-A", sans-serif !important;
}


form.hsfc-Form input[type="file"]::file-selector-button {
  padding: 1em 1.2em;
}
form.hs-form input[type="file"] {
  min-height: 52px;
}
form.hs-form input[type="file"]::file-selector-button {
  padding: 1em 1.2em;
}

/* Twinbox */


.twinbox.full-width .type-html > .html {
  margin: 16px 32px;
}
.twinbox.full-width .type-html, .twinbox.full-width .type-form {
  max-width: none !important;
}

@media (min-width: 1024px) {
  .twinbox.full-width .right.type-image > .image,
  .twinbox.full-width > .reverse .left.type-image > .image,
  .twinbox.full-width .left.type-image > .image,
  .twinbox.full-width > .reverse .right.type-image > .image {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .twinbox.full-width .twinbox-inner:not(.reverse) .type-html > .html {
    margin-right: 80px;
  }
  .twinbox.full-width .twinbox-inner.reverse .type-html > .html {
    margin-left: 80px;
  }
  .twinbox.full-width .type-html, .twinbox.full-width .type-form {
    max-width: 723px !important;
  }
}

/* .ix-icons-in-row */

.ix-icons-in-row {
  margin: 0 auto !important;
}
.ix-icons-in-row h1,.ix-icons-in-row h2,.ix-icons-in-row h3,.ix-icons-in-row h4,.ix-icons-in-row h5,.ix-icons-in-row h6 {
  text-align: center;
  display: block;
}
.ix-icons-in-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.ix-icons-in-row ul li {
  flex: 0 auto;
  margin: 30px 10px;
}
.ix-icons-in-row ul li span {
  display: block;
  padding: 30px 0 20px;
  font-weight: 600;
}
.ix-icons-in-row ul li span::after {
  content: "";
  clear: both;
  display: table;
}
.ix-icons-in-row img {
  float: left;
  margin: -20px 30px 0 0;
}
@media (max-width: 767px) {
  .ix-icons-in-row ul {
    flex-direction: column;
  }
}

/* Misc. */

body a.cta_button.ix-fix-hover-white-blue:hover {
  color: #0F129D !important;
  background-color: white !important;
  border-color: white !important;
}
body a.cta_button.ix-fix-hover-white-blue:hover span {
  color: #0F129D !important;
}
body a.cta_button.ix-fix-hover-white-tertiary:hover {
  color: #0A57E3 !important;
  background-color: white !important;
  border-color: white !important;
}
body a.cta_button.ix-fix-hover-white-tertiary:hover span {
  color: #0F129D !important;
}

.ix-background-web-grey {
  position: relative;
  background-image: url("https://page.adn.de/hubfs/adn-dell-portfolio-background-1850x1043.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 120% auto;
}
.ix-background-web-grey::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0px,rgba(255,255,255,0) 50px);
  content: " ";
}
.ix-background-web-grey::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, rgba(255,255,255,1) 0px,rgba(255,255,255,0) 50px);
  content: " ";
}
.ix-background-web-grey > div {
  max-width: 1398px !important;
  margin: 0 auto;
}
.ix-background-web-grey .headline {
  margin-top: 64px;
}
.ix-background-web-grey .picture {
  position: relative;
}
@media (min-width: 1024px) {
  .ix-background-web-grey .picture .picture-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) {
  .ix-background-web-grey {
    background-position: left top;
  }
  .ix-background-web-grey .picture img {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .ix-background-web-grey {
    background-size: 200% auto;
  }
  .ix-background-web-grey .picture img {
    width: 100% !important;
  }
}




/* Custom styles by ADN */

ul, ol {
    padding-left: 40px;
    font-size: 19px;
}
li{
    margin: 0 0 16px 0;
    font-size: 18px;
    letter-spacing: 0.27px;
    line-height: 1.5;
    font-weight: 200;
}
.richtext.default, .richtext.default p{
font-size: 19px;
}
p, .hs_cos_wrapper_type_rich_text {
    font-size: 19px;
}
a, .link {
    color: #0a57e3;
    text-decoration: underline;
}
.download-multi a {
    text-decoration: none;
}
.adn-countdown {
    color: #ea152a;
    background: transparent;
}
.font-size-m, .font-size-m p {
    color: #abafb3;
}
.countdown-inner {
    padding: 0 0 40px 0;
    justify-content: left;
}
.countdown span[role="seperator"] {
    padding: 0 20px;
}
.countdown .days, .countdown .hours, .countdown .minutes, .countdown .seconds {
    display: block;
    padding: 0 0;
}
form.hsfc-Form select,
form.hs-form select{
    border-radius: 4px;
    color: #969a9f;
    background: #f4f5f5;
    border: 0;
    padding-top: 3px;
  }
.adn-topline{
	font-size: 28px;
}
.topline{
  font-size: 20px;
}

/*ADN Logo + Partner Logo Anpassungen*/

.trademark .logo,
.trademark .logo img {
    width: auto;
    max-height: 50px;
}
.adn-partner-logo .logo,
.adn-partner-logo .logo img {
    width: auto;
    max-height: 60px;
}
.banner .banner-content .btn {
    color: #ffffff;
}

/*ADN custom Responsive Anpassungen*/
@media (max-width: 1200px){
    .banner-title h1, .banner-title strong {
    	font-size: 46px;
	  }
    .adn-topline{
      font-size: 18px;
      font-weight: 500;
    }
}
@media (min-width: 1024px) {
  .font-size-dyn {
      font-size: 3vw;
  }
}
@media (max-width: 1024px){
   .banner .banner-title figcaption {
      max-width: 100%;
  }
}
@media (max-width: 768px){
    .trademark .logo,
    .trademark .logo img {
      width: auto;
      max-height: none;
      height: 30px;
      max-width: none;
      margin-top: -8px;
    }
    .adn-partner-logo .logo,
    .adn-partner-logo .logo img {
      width: auto;
      max-height: none;
      height: 30px;
      max-width: none;
      margin-top: -8px;
    }
    .banner-title h1, .banner-title strong {
        font-size: 32px;
     }
    .banner-title h1, .banner-title strong {
      font-size: 40px;
  }
  h2{
    font-size: 40px !important;
    letter-spacing: -0.9px !important;
    line-height: 1.1 !important;
  }
  .richtext.default, .richtext.default p {
      padding-bottom: 5px;
  }
}


/* sticky navigation 05/2024 */
html:not(.hs-inline-edit) .header-container-wrapper .navi_container.stickyheader {
  position: fixed;
}
.header-container-wrapper .navi_container.stickyheader {
  z-index: 10000;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: rgba(46, 54, 64, 75%);
  top: -100%;
  padding-top: 0 !important;
}
.header-container-wrapper .navi_container.stickyheader .adn-partner-logo .logo {
  max-height: 30px;
}
.header-container-wrapper .navi_container.stickyheader nav {
  padding-top: 8px;
}
.header-container-wrapper .navi_container.stickyheader .primary-navigation a {
  font-size: 16px;
}
.header-container-wrapper .navi_container.stickyheader.show {
  top: 0;
  transition: All .6s ease;
  -webkit-transition: All .6s ease;
}
@media (max-width: 1024px){
   .header-container-wrapper .navi_container.stickyheader .navigation-btn {
        top: 16px;
    }
}
@media (max-width: 768px){
    .header-container-wrapper .navi_container.stickyheader .navigation-btn {
        top: 8px;
    }
}

/* Reset container to one layer deeper for background */
.header-container-wrapper .navi_container.stickyheader.container {
  max-width: unset !important;
  padding-right: unset;
  padding-left: unset;
  margin-right: unset;
  margin-left: unset;
}
.header-container-wrapper .navi_container.stickyheader.container .row {
  max-width: 1398px !important;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.btn-tertiary, .hs-button.tertiary {
  background-color: #0A57E3;
  border: 2px solid #0A57E3;
  color: #FFFFFF;
}
.btn-tertiary:hover, .btn-tertiary:focus, 
.hs-button.tertiary:hover, .hs-button.tertiary:focus {
  background-color: #FFFFFF;
  border-color: ;
  color: #0A57E3;
}

.btn-quaternary, .hs-button.quaternary {
  background-color: #0F129D;
  border: 2px solid #0F129D;
  color: #FFFFFF;
}
.btn-quaternary:hover, .btn-quaternary:focus, 
.hs-button.quaternary:hover, .hs-button.quaternary:focus {
  background-color: #FFFFFF;
  border-color: ;
  color: #0F129D;
}

body[class*=" go"] {
  overflow: visible;
}