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

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

/**
 * Copy of reset.css and Apox font-rendering
 */
* {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color :rgba(0, 0, 0, 0);
}
*, *:before, *:after {
  box-sizing: border-box;
}


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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b, strong {
  font-weight: bold;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}



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

@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
    box-sizing: inherit;
}


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

.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1240px !important; /* APOX */
}
.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

.container-full-width {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}



 @media (min-width: 576px) {
   .container {
     max-width: 544px;
   }
 }
 
 @media (min-width: 768px) {
   .container {
     max-width: 736px;
   }
 }
 
 @media (min-width: 1024px) {
   .container {
     max-width: 992px;
   }
 }
 
 @media (min-width: 1190px) {
   .container {
     max-width: 1158px;
   }
 }


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

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


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

.no-gutters {
    margin: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    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 (min-width:576px) {
    .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  {
    .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  {
    .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  {
    .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  {
    .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  {
    .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  {
    .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  {
    .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-for-sr {
    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  {
    .show-for-sr--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  {
    .hide-mobile-only {
        display: none;
    }
}
@media  {
    .hide-tablet-only {
        display: none;
    }
}
@media  {
    .hide-desktop-only {
        display: none;
    }
}
@media  {
    .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  {
    .hide-tablet-up {
        display: none;
    }
}
@media  {
    .hide-desktop-up {
        display: none;
    }
}
@media  {
    .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  {
    .hide-tablet-down {
        display: none;
    }
}
@media  {
    .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;
}

.body-wrapper {
  overflow-x: hidden;
}


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

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

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

/* DnD Area Custom Class */
.container-fluid.dnd-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}
.container-fluid.dnd-area > .row-fluid-wrapper {
    margin-left: -16px !important;
    margin-right: -16px !important;
}

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

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

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

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


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

.row-fluid-wrapper {
    padding: 16px;
}

/* 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: 768px) , 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 {
    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: 100%;
    margin: -16px;
}
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    position: relative;
    display: inline-block;
    float: none !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    vertical-align: top;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}


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

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


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

@media (max-width: 575px), 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;
    }
}


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

@media (min-width: 576px) and (max-width: 767px), 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; }
  .row-fluid > .span3  { width: 50% !important; }
}


/* TRANSFORMATION */
/*--------------------------------------------------------------------------*/

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.flip {
  transform: scaleX(-1);
}
.w100 { 
  width: 100%; 
}
@media (min-width: 576px ) {
  .sm-w100 {
    width: 100%; 
  }
}


/* FONT COLOR CLASSES */
/*--------------------------------------------------------------------------*/

.font-color-primary,
.color-primary {
  color: #072D66;
}
.font-color-secondary,
.color-secondary {
  color: #B5A88F;
}
.font-color-white,
.color-white {
  color: #fff;
}


/* FONT COLOR CLASSES */
/*--------------------------------------------------------------------------*/

.font-bold {
  font-weight: bold!important;
}


/* TEXT ALIGNMENT */
/*--------------------------------------------------------------------------*/

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}






.d-none {
  display: none !important;
}





@media (min-width: 576px ) {
  .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;
  }
}





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





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





@media (min-width: 1190px) {
  .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;
  }
}





.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;
}
@font-face {
  font-family: 'icomoon-apox';
  src:  url('//8842651.fs1.hubspotusercontent-na1.net/hubfs/8842651/raw_assets/public/apox_onlinehyp/assets/icomoon/icomoon-apox.ttf') format('truetype');
  src:  url('//8842651.fs1.hubspotusercontent-na1.net/hubfs/8842651/raw_assets/public/apox_onlinehyp/assets/icomoon/icomoon-apox.woff2') format('woff2'),
        url('//8842651.fs1.hubspotusercontent-na1.net/hubfs/8842651/raw_assets/public/apox_onlinehyp/assets/icomoon/icomoon-apox.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-apox';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icomoon-icon-baufinanzierung:before {
  content: "\e96a";
}
.icomoon-icon-versicherung:before {
  content: "\e96b";
}
.icomoon-icon-pin-adresse:before {
  content: "\e964";
}
.icomoon-icon-anschlussfinanzierung:before {
  content: "\e965";
}
.icomoon-icon-modernisierung:before {
  content: "\e966";
}
.icomoon-icon-email:before {
  content: "\e967";
}
.icomoon-icon-kaufen-bauen:before {
  content: "\e968";
}
.icomoon-icon-telefon:before {
  content: "\e969";
}
.icomoon-baufinanzierungslexikon-o:before {
  content: "\e962";
}
.icomoon-baufinanzierungslexikon:before {
  content: "\e963";
}
.icomoon-notar-grundbuchkosten-rechner-o:before {
  content: "\e960";
}
.icomoon-notar-grundbuchkosten-rechner:before {
  content: "\e961";
}
.icomoon-abwicklung-nach-wunsch-o:before {
  content: "\e900";
}
.icomoon-abwicklung-nach-wunsch:before {
  content: "\e901";
}
.icomoon-abwicklung-o:before {
  content: "\e902";
}
.icomoon-abwicklung:before {
  content: "\e903";
}
.icomoon-anbieter-vergleichen-o:before {
  content: "\e904";
}
.icomoon-anbieter-vergleichen:before {
  content: "\e905";
}
.icomoon-angebot-online-anfordern-o:before {
  content: "\e906";
}
.icomoon-angebot-online-anfordern:before {
  content: "\e907";
}
.icomoon-angebot-vergleichs-rechner-o:before {
  content: "\e908";
}
.icomoon-angebot-vergleichs-rechner:before {
  content: "\e909";
}
.icomoon-bau-finanzierung-o:before {
  content: "\e90a";
}
.icomoon-bau-finanzierung:before {
  content: "\e90b";
}
.icomoon-baufinanzierung-o:before {
  content: "\e90c";
}
.icomoon-baufinanzierung:before {
  content: "\e90d";
}
.icomoon-budget-rechner-o:before {
  content: "\e90e";
}
.icomoon-budget-rechner:before {
  content: "\e90f";
}
.icomoon-empfehlungen-tipps-o:before {
  content: "\e910";
}
.icomoon-empfehlungen-tipps:before {
  content: "\e911";
}
.icomoon-fernglas-o:before {
  content: "\e912";
}
.icomoon-fernglas:before {
  content: "\e913";
}
.icomoon-finanzierung-anfragen-gut-vorbereiten-o:before {
  content: "\e914";
}
.icomoon-finanzierung-anfragen-gut-vorbereiten:before {
  content: "\e915";
}
.icomoon-finanzierung-sondieren-o:before {
  content: "\e916";
}
.icomoon-finanzierung-sondieren:before {
  content: "\e917";
}
.icomoon-forward-rechner-o:before {
  content: "\e918";
}
.icomoon-forward-rechner:before {
  content: "\e919";
}
.icomoon-fruehzeitig-beraten-lassen-o:before {
  content: "\e91a";
}
.icomoon-fruehzeitig-beraten-lassen:before {
  content: "\e91b";
}
.icomoon-fundierte-analyse-o:before {
  content: "\e91c";
}
.icomoon-fundierte-analyse:before {
  content: "\e91d";
}
.icomoon-haushalts-rechner-o:before {
  content: "\e91e";
}
.icomoon-haushalts-rechner:before {
  content: "\e91f";
}
.icomoon-home-button-o:before {
  content: "\e920";
}
.icomoon-homebutton:before {
  content: "\e921";
}
.icomoon-immobilien-o:before {
  content: "\e922";
}
.icomoon-immobilien:before {
  content: "\e923";
}
.icomoon-kfw-darlehen-o:before {
  content: "\e924";
}
.icomoon-kfw-darlehen:before {
  content: "\e925";
}
.icomoon-kompetent-und-persoenlich-o:before {
  content: "\e926";
}
.icomoon-kompetent-und-persoenlich:before {
  content: "\e927";
}
.icomoon-kreditvergleich-echtzeit-o:before {
  content: "\e928";
}
.icomoon-kreditvergleich-echtzeit:before {
  content: "\e929";
}
.icomoon-miet-kauf-vergleichsrechner-o:before {
  content: "\e92a";
}
.icomoon-miet-kauf-vergleichsrechner:before {
  content: "\e92b";
}
.icomoon-modernisierung-o:before {
  content: "\e92c";
}
.icomoon-modernisierung:before {
  content: "\e92d";
}
.icomoon-modernisierungs-kredit-darlehen-o:before {
  content: "\e92e";
}
.icomoon-modernisierungs-kredit-darlehen:before {
  content: "\e92f";
}
.icomoon-moeglichkeiten-pruefen-o:before {
  content: "\e930";
}
.icomoon-moeglichkeiten-pruefen:before {
  content: "\e931";
}
.icomoon-nebenkosten-rechner-o:before {
  content: "\e932";
}
.icomoon-nebenkosten-Rechner:before {
  content: "\e933";
}
.icomoon-partner-o:before {
  content: "\e934";
}
.icomoon-partner:before {
  content: "\e935";
}
.icomoon-persoenliche-beratung-vor-ort-o:before {
  content: "\e936";
}
.icomoon-persoenliche-beratung-vor-ort:before {
  content: "\e937";
}
.icomoon-persoenlicher-zinsrechner-o:before {
  content: "\e938";
}
.icomoon-persoenlicher-zinsrechner:before {
  content: "\e939";
}
.icomoon-planende-baufinanzierung-o:before {
  content: "\e93a";
}
.icomoon-planende-baufinanzierung:before {
  content: "\e93b";
}
.icomoon-professionelle-beratung-o:before {
  content: "\e93c";
}
.icomoon-professionelle-beratung:before {
  content: "\e93d";
}
.icomoon-pruefen-absenden-o:before {
  content: "\e93e";
}
.icomoon-pruefen-absenden:before {
  content: "\e93f";
}
.icomoon-rechner-o:before {
  content: "\e940";
}
.icomoon-rechner:before {
  content: "\e941";
}
.icomoon-sollzins-bindungs-rechner-o:before {
  content: "\e942";
}
.icomoon-sollzins-bindungs-rechner:before {
  content: "\e943";
}
.icomoon-sollzins-effektivzins-rechner-o:before {
  content: "\e944";
}
.icomoon-sollzins-effektivzins-rechner:before {
  content: "\e945";
}
.icomoon-starke-synergien-o:before {
  content: "\e946";
}
.icomoon-starke-synergien:before {
  content: "\e947";
}
.icomoon-telefonische-beratung-o:before {
  content: "\e948";
}
.icomoon-telefonische-beratung:before {
  content: "\e949";
}
.icomoon-tilgungs-rechner-o:before {
  content: "\e94a";
}
.icomoon-tilgungs-rechner:before {
  content: "\e94b";
}
.icomoon-unabhaengig-o:before {
  content: "\e94c";
}
.icomoon-unabhaengig:before {
  content: "\e94d";
}
.icomoon-versicherungs-makler-service-o:before {
  content: "\e94e";
}
.icomoon-versicherungs-makler-service:before {
  content: "\e94f";
}
.icomoon-volltilgungs-rechner-o:before {
  content: "\e950";
}
.icomoon-volltilgungs-rechner:before {
  content: "\e951";
}
.icomoon-vorausberatung-o:before {
  content: "\e952";
}
.icomoon-vorausberatung:before {
  content: "\e953";
}
.icomoon-vorfaelligkeits-entschaedigungs-rechner-o:before {
  content: "\e954";
}
.icomoon-vorfaelligkeits-entschaedigungs-rechner:before {
  content: "\e955";
}
.icomoon-wunschimmobilie-o:before {
  content: "\e956";
}
.icomoon-weg_zur_wunschimmobilie:before {
  content: "\e957";
}
.icomoon-weitere-angaben-o:before {
  content: "\e958";
}
.icomoon-weitere-angaben:before {
  content: "\e959";
}
.icomoon-zeit-immo-auswahl-nehmen-o:before {
  content: "\e95a";
}
.icomoon-zeit-immo-auswahl-nehmen:before {
  content: "\e95b";
}
.icomoon-zinsbindung-o:before {
  content: "\e95c";
}
.icomoon-zinsbindung:before {
  content: "\e95d";
}
.icomoon-zinsrechner-o:before {
  content: "\e95e";
}
.icomoon-zinsrechner:before {
  content: "\e95f";
}
#map {
  height: 450px;
}

/* 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: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* 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 {
	display: none;
	}

.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(//8842651.fs1.hubspotusercontent-na1.net/hubfs/8842651/raw_assets/public/apox_onlinehyp/images/leaflet/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(//8842651.fs1.hubspotusercontent-na1.net/hubfs/8842651/raw_assets/public/apox_onlinehyp/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-default-icon-path {
  background-image: url(//8842651.fs1.hubspotusercontent-na1.net/hubfs/8842651/raw_assets/public/apox_onlinehyp/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 {
	-ms-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;
	}





body {
  line-height: 1.4;
  word-break: break-word;
  font-size: 18px;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}





::selection,
::-moz-selection {
  color: #072D66;
  background: #B5A88F;
}




p {
  font-size: 18px;
  margin: 0 0 15px;
}





a {
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}




.page-editor a.anchor,
.hs-inline-edit a.anchor {
  display: block;
  height: 24px;
  background: rgb(220, 53, 69, 0.1);
  position: relative;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.page-editor a.anchor[id]:before,
.hs-inline-edit a.anchor[id]:before {
  content: 'Anker: #'attr(id);
  position: absolute;
  display: inline-block;
  height: 24px;
  color: rgba(220, 53, 69, 0.5);
  width: 100%;
  white-space: nowrap;
  text-align: center;
}





ul, ol {
  margin: 0 0 1.4rem;
}
ul ul, ol ul, ul ol, ol ol {
  margin: 0;
}
ul.no-list {
  list-style: none;
}





.hs_cos_wrapper_type_rich_text ul,
.hs_cos_wrapper_type_inline_rich_text ul {
  margin-bottom: 16px;
  padding-left: 26px;
  list-style: none !important;
}
.hs_cos_wrapper_type_inline_rich_text ul > li:before,
.hs_cos_wrapper_type_rich_text ul > li:before {
  font-size: 1rem;
  margin-left: -26px;
  margin-right: 10px;
  width: 26px;
  font-family: 'Font Awesome 5 Free';
  content: '\f14a';
  color: #cec2a8;
  font-weight: bold;
}
.banner .banner-inner .banner-content ul {
  list-style: none!important;
  padding-left: 3rem;
}
.banner .banner-inner .banner-content ul > li > span, 
.banner .banner-inner .banner-content ul > li > div {
  margin-left: -8px;
  display: inline-block;
}
.banner .banner-inner .banner-content ul > li {
  margin-bottom: 0.5rem;
  position: relative;
  margin-left: -8px;
}
.banner .banner-inner .banner-content ul > li:before {
  font-size: 1rem;
  margin-left: -38px;
  margin-right: 10px;
  width: 26px;
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  color: #45C700;
  font-weight: bold;
  position: absolute;
  top: 3px;
}





code {
  vertical-align: bottom;
}





blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}





hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}











h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6 {
  font-family: "Ubuntu", sans-serif;
  line-height: 1.1;
  margin: 0 0 15px;
}
h1,.h1 {
  font-family: Ubuntu, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #072d66;
  font-size: 46px;
  margin-left: -1px;
}
h2,.h2 {
  font-weight: 500; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #072d66;
  font-size: 36px;
}
h3,.h3 {
  font-weight: 700; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #072d66;
  font-size: 30px;
}
h4,.h4 {
  font-weight: normal; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #072d66;
  font-size: 26px;
}
h5,.h5 {
  font-weight: normal; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #072d66;
  font-size: 22px;
}
h6,.h6 {
  font-weight: normal; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #072d66;
  font-size: 20px;
}





@media (max-width:767px) {
  h1,.h1 { font-size: calc(46px * 0.8) }
  h2,.h2 { font-size: calc(36px * 0.8) }
  h3,.h3 { font-size: calc(30px * 0.8) }
  h4,.h4 { font-size: calc(26px * 0.8) }
  h5,.h5 { font-size: calc(22px * 0.8) }
  h6,.h6 { font-size: calc(20px * 0.8) }
}


@media (min-width:768px) and (max-width:1023px) {
  h1,.h1 { font-size: calc(46px * 0.9) }
  h2,.h2 { font-size: calc(36px * 0.9) }
  h3,.h3 { font-size: calc(30px * 0.9) }
  h4,.h4 { font-size: calc(26px * 0.9) }
  h5,.h5 { font-size: calc(22px * 0.9) }
  h6,.h6 { font-size: calc(20px * 0.9) }
}




.subheadline,
.subheadline > a {
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}
.subheadline > a:hover,
.subheadline > a:focus {
  text-decoration: none;
}



.breadcrumb > .breadcrumb-inner {
  margin: 0;
  padding: 1.2rem 0 0.8rem;
  font-size: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.breadcrumb .divider,
.breadcrumb .section {
  display: inline-block;
  line-height: 0.9rem;
}





.breadcrumb .section > a {
  font-size: 15px;
  color: #072D66;
  transition: color 200ms linear;
}
.breadcrumb .section > a:hover,
.breadcrumb .section > a:focus {
  color: #B5A88F;
  text-decoration: none;
}


.breadcrumb .section.active > a {
  color: #B5A88F;
  pointer-events: none;
}





.breadcrumb .divider {
  font-size: 12px;
  color: #B5A88F;
  margin: 0 5px 0 7px;
}
button, .button, .cta, input[type="button"], .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight: 700;
  /*padding: 5px 15px;*/
  padding: 4px 12px 11px 20px;
  font-size: 16px;
  color: #FFFFFF;
  background-color: rgba(7, 45, 102, 1.0);
  border: 1px solid rgba(7, 45, 102, 1.0);
  border-radius: 5px;
  font-family: Ubuntu, sans-serif;
}
button:disabled, .button:disabled, .cta:disabled, input[type="button"]:disabled, .hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}
button:hover, .button:hover, .cta:hover, input[type="button"]:hover, .hs-button:hover, 
button:focus, .button:focus, .cta:focus, input[type="button"]:focus, .hs-button:focus {
  text-decoration: none;
  background-color: #FFFFFF;
  border-color: #B5A88F;
  color: #072D66;
  outline: 0;
}
button:active, .button:active, .cta:active, input[type="button"]:active, .hs-button:active {
  text-decoration: none;
  background-color: rgba(47, 85, 142, 1.0);
  border-color: #ddd0b7;
  color: #072D66;
}





button.secondary, .button.secondary, .cta.secondary, input[type="button"].secondary, .hs-button.secondary {
  background-color: #B5A88F;
  border: 1px solid #B5A88F;
}
button.secondary:hover, .button.secondary:hover, .cta.secondary:hover, input[type="button"].secondary:hover, .hs-button.secondary:hover, 
button.secondary:focus, .button.secondary:focus, .cta.secondary:focus, input[type="button"].secondary:focus, .hs-button.secondary:focus {
  background-color: rgba(7, 45, 102, 1.0);
  border-color: rgba(7, 45, 102, 1.0);
  color: #fff;
}





.button .button-icon svg {
   width: 21px;
   height: 21px;
   display: inline-block;
   margin: 5px 0 0 20px;
   position: relative;
   top: 4px;
   fill: rgba(255, 255, 255, 0.5);
}



.card {
  margin-bottom: 32px;
}
.card > .card-inner {
  display: flex;
  flex-direction: column;
  width: 100%; height: 100%;
  cursor: pointer;
  border: 1px solid rgba(198, 186, 162, 0.5);
  border-radius: 5px;
  overflow: hidden;
  transition: all 300ms ease;
  box-shadow: 0 0 8px 0 rgba(38, 38, 38, 0.1);
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .card > .card-inner:hover {
    box-shadow: 0 0 4px 0 rgba(38, 38, 38, 0.1);
    transform: scale(1.1);
  }
}





.card .card-image {
  width: 100%;
  height: 0;
  padding-top: 28.125%;
  padding-bottom: 28.125%;
  position: relative;
  overflow: hidden;
}
.card .card-image > img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%; height: 100%;
  left:0; top:0; right:0; bottom:0;
}





.card .card-content {
  padding: 20px;
  flex-grow: 1;
}
.card .card-content > h2,
.card .card-content > h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}





.card .card-link {
  display: inline-block;
  font-weight: 700;
  padding: 0 20px 20px 20px;
}
.card .card-link:hover,
.card .card-link:focus {
  color: #B5A88F;
  text-decoration: none;
}
.card .card-link > i {
  margin-left: 5px;
  font-size: 13px;
}



/* HubSpot Form */

 /* Pixel */





/* HubSpot Field Labels */





/* HubSpot Helper Text */
 /*todo - no setup currently */



/* Google ReCaptcha */


/* HubSpot All Inputs */










/* HubSpot Selected And Checkbox Inputs */



/* HubSpot And Custom Dropdowns */
/* (!) NEED js-component! */







/* HubSpot Number */

 /* (!) NEED js-component! */

/* HubSpot Boolean */








/* HubSpot Datetime */


/* HubSpot Error */



/* HubSpot Button */









/* HubSpot Textblock Styled Elements */






/* Additional HuSpot Form Types: (from system not forms)
 * Subscription Preferences (module) --> #email-prefs-form
 * Backup Unsubscribe (module) --> #email-prefs-form
 */

/* Title Option From Design-Manager (Not Part of Form-Designer)*/
.form-title {
  padding: 0 16px;
}
.hs-form {
  clear: both;
  font-family: inherit;
  font-weight: 400;
  padding: 0 16px;
  font-style: normal;
}
.container .form-title, 
.container .hs-form {
  padding: 0;
}

/* Descriptions */
  .hs-form .hs-field-desc {
    
      display: block;
    
    
    font-size: 12px;
    color: #393939;
    line-height: 1.25;
    margin-bottom: 8.0px;
    margin-top:  -8.0px;
  }

  /* 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: 18px;
    color: #000922;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  /* Requied Symbol Color in Labels */
  .hs-form .hs-form-required {
    color: #B5A88F;
  }

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





@media (min-width: 1024px) {
  .form-2col form {
    position: relative;
  }

  .form-2col form.hs-form .hs-form-field:not(.hs-fieldtype-booleancheckbox) {
    width: 50%!important;
    display: block;
  }

  .form-2col form .legal-consent-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    padding-left: 32px;
    margin: 0;
  }
}





  /* 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 #e3e3e3;
    background: #f2f2f2;
    box-shadow: none;
    padding: 8px;
    width: 100%;
    border-radius: 6px;
    line-height: 1.25; /* ??? */
    margin: 0;
    font-family: ;
    font-size: 16px;
    font-weight: 400;
  }

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

  }

  /* Equal Height Inputs */
  .hs-form input:not(input[type="submit"]), 
  .hs-form select {
    height: 42px;
  }
  .hs-form input:hover,
  .hs-form select:hover {
    background: #f2f2f2;
  }

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

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

  /* Placeholder */
  ::-webkit-input-placeholder,
  ::-moz-placeholder :-ms-input-placeholder,
  :-moz-placeholder {
  }






/*https://preview.hs-sites.com/_hcms/preview/content/41130561865*/
  /* Dropdown Custom Select */
  .hs-form select, .hs-form .hs-fieldtype-select .input:after 
      { display: none !important; }
    
  

  /* Dropdown Default Select */
  .hs-form select,
  .hs-form .select-selected {
      color: #072D66;
      position: relative;
      height: 42px;
      padding-top: 0; 
      padding-bottom: 0;
      line-height: 40px;
      width: 100% !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      cursor: pointer;

      padding-right: 42px;
      -webkit-padding-end: 42px;
      -webkit-padding-start: 8px;
      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;
  }

/* Dropdown Caret / Arrow */



    .hs-form .hs-fieldtype-select .select-selected:after {
        position: absolute;
        pointer-events: none;
        display: block;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0d7";
        right: 16px;
        top: 0;
    }
    .hs-form .hs-fieldtype-select .select-arrow-active.select-selected:after {
        content: "\f0d8";
    }






  /* Style items (options): */
  .hs-form .select-items {
    position: absolute;
    background-color: #f2f2f2;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: -2px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 256px;
    
  }

  /* style the items (options), including the selected item: */
  .hs-form .select-items > div {
    color: #072D66;
    padding: 8px;
    line-height: 16px;
    border: 1px solid #e3e3e3;
    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 > div:last-child {
    border-bottom: none;
  }

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

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

  
  fieldset.form-columns-1>.hs-form-field.hs-salutation,
  fieldset.form-columns-1>.hs-form-field.hs-anrede {
    width: 50%!important;
  } 

  @media (max-width: 575px) {
      fieldset.form-columns-1>.hs-form-field.hs-salutation,
      fieldset.form-columns-1>.hs-form-field.hs-anrede {
        width: 100%!important;
      } 
  }

  




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

  /* 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: 42px; /* 44px */
    position: relative;
    padding-left: 42px;
    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: 42px;
  }

  /* 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,
  .hs-form .hs-form-booleancheckbox 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: #f2f2f2;
    border: 1px solid #e3e3e3;
  }
  .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: 26px;
    height: 26px;
    top: 8px;
  }
  .hs-form .hs-form-radio label > span:before {
    width: 28px;
    height: 28px;
    top: 7px;
  }

  /* 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: 3.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: #f2f2f2;
  }

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

  /* 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-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: 900;
      content: "\f00c";
      left: 0; 
      top: 8px;
      line-height: 26px;
      text-align: center;
      width: 26px;
      height: 26px;
    
    
    
    
  }

  /* Style the selection/indicator */
  .hs-form-radio label > span:after {
    
    
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00c";
      left: 1px;
      top: 8px;
      line-height: 26px;
      text-align: center;
      width: 26px;
      height: 26px;
    
    
    
    
  }

  /* Style the boolean/indicator */
  .hs-form-booleancheckbox label > span:after {

    /* Slim Mode */
    

    /* Boxed Mode */
    
      left: 0;
    

    top: 7px;
    width: 26px;
    height: 26px;
    background-color: #f2f2f2;
    border: 1px solid #e3e3e3;
    -webkit-transition: -webkit-transform 150ms ease;
    -ms-transition: -ms-transform 150ms ease;
    transition: transform 150ms ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

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

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


/* SPECIAL 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.5;
    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: 42px !important;
    margin-top: 16px !important;
  }


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

  /* make boolean no upper label inline with other elements by placing a fake label */
    

  /* Boolean checkbox label need more space */
  .hs-form .hs-form-booleancheckbox label {
    margin: 0;

    /* Slim Mode */
    

    /* Boxed Mode */
    
      padding-left: 68px;
    
  }

  /* Create a custom booloean background area */
  .hs-form .hs-form-booleancheckbox label > span:before {

    /* Slim Mode */
    

    /* Boxed Mode */
    
      height: 24px;
      width: 50px; 
    

    -webkit-transition: background-position 150ms ease;
    -ms-transition: background-position 150ms ease;
    transition: background-position 150ms ease;

    background: linear-gradient(to right, #d4d4d4 50%, #e3e3e3 50%);
    background-size: 200% 100%;
    background-position: right bottom;
  }

  /* When the boolean is true background */
  .hs-form .hs-form-booleancheckbox input:checked + span:before {
    background-position: left bottom;
  }

  /* Always display the boolean/indicator */
  .hs-form .hs-form-booleancheckbox label > span:after {
    display: block;
    border-radius: 3.0px;

    /* Icon Animation FadeOut */
    color: #e3e3e3;
    -webkit-transition: color 100ms linear 0ms;
    -ms-transition: color 100ms linear 0ms;
    transition: color 100ms linear 0ms;

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

  /* Move the boolen indicator to position true */
  .hs-form .hs-form-booleancheckbox input:checked ~ span:after {
    -webkit-transform: translate(26px, 0);
    -ms-transform: translate(26px, 0);
    transform: translate(26px, 0);

    /* Icon Animation FadeIn */
    color: #072D66;
    -webkit-transition: color 120ms linear 50ms;
    -ms-transition: color 120ms linear 50ms;
    transition: color 120ms linear 50ms;
  }




    .item .item-inner.selected {
    }
    .item .item-inner.hovered {
    }
    .item .checkbox-row .fakelabel {
      line-height: 21.0px;
    }
    .item .checkbox-row .fakelabel input {
      top: 0;
      height: 21.0px;
    }
    .item .checkbox-row .fakelabel input span {
      vertical-align: middle;
    }





  .hs-form .hs-input.invalid + .hs-error-msgs,
  .hs-form .hs-input.error + .hs-error-msgs {}


  /* Error Message */
  .hs-form .hs-error-msgs {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0 8px 0 9px;
    height: 21.0px;
    /* bottom: -21.0px; */
   }
   .hs-form .hs-error-msgs li > label.hs-error-msg {
      color: #f04124;
      font-size: 12px;
   }

  /* Error Box */
  .hs-form .hs_error_rollup {
    position: relative;
    display: none;
  }




  /* 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: 575px) {
      fieldset.form-columns-2 > .hs-form-field,
      fieldset.form-columns-2 > .hs-dependent-field {
        margin-left: 0;
        margin-right: 0;
      }
  }
  @media (max-width: 767px) {
      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: 575px) {
    fieldset.form-columns-2 .hs-form-field,
    fieldset.form-columns-2 > .hs-dependent-field {
      width: 100% !important;
    }
  }

  fieldset.form-columns-3 > .hs-form-field,
  fieldset.form-columns-3 > .hs-dependent-field {
    width: calc(33.33333% - 21.333333333333332px) !important;
  }
  @media (max-width: 767px) {
    fieldset.form-columns-3 > .hs-form-field,
    fieldset.form-columns-3 > .hs-dependent-field {
      width: 100% !important;
    }
  }

  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-bottom: 16px;
  }





  /* 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: 575px) {
    
    .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%;  }
    
  }




  .hs-button.primary,
  .hs-form input[type="submit"],
  .hs-form input[type="button"] {
    display: inline-block;
    background: ;
    color: #FFFFFF;
    width: auto;
    padding: 14px 85px;
    margin-top: 48px;
    font-weight: 400;
    transition: all 300ms ease-in-out;
    border-radius: 6px;
    
    border: none!important;
    cursor: pointer;
  }
  .hs-button.primary:hover,
  .hs-form input[type="submit"]:hover,
  .hs-form input[type="button"]:hover {
      background: #B5A88F;
      color: #FFFFFF;
  }
  .hs-form .actions {
     margin-top: 16px;
     text-align: center;
  }




  input[type="file"], .hs-file-button {
    cursor: pointer;
    padding: 0 8px;
    line-height: 26px !important;
  }
  input[type="file"], .hs-file-button::-webkit-file-upload-button {
      background: #B5A88F;
      color: #FFFFFF;
      width: auto;
      height: 26px;
      margin: 8px 0;
      padding: 8px;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 0;
      border-radius: 4px;
      border: 1px solid #e3e3e3;
      display: block;
      transition: all 300ms ease-in-out;
      cursor: pointer;
  }
  input[type="file"], .hs-file-button::-webkit-file-upload-button:hover {
      background: #072D66;
      color: #FFFFFF;
  }

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

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

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

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

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

  /* Custom File Upload Value (need js component) */
  .hs-file-value {
    display: inline-block;
    width: 65%;
    padding: 0 8px;
    background-color: #f2f2f2;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #e3e3e3;
    border-left: none;
    margin-left: 0: /* 24px */
  }





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

    
    .hs-dateinput:after {
      
      /* Icon */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 20px;
        content: "\f274";
        text-align: center;
        vertical-align: middle;
        line-height: 40px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border: 1px solid #e3e3e3;

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





   .hs-datepicker .pika-button {
      text-align: center;
    }
   .hs-datepicker .is-today .pika-button {
      color: #B5A88F !important;
    }
   .hs-datepicker .fn-date-picker .pika-button:hover {
      background: #072D66 !important;
    }
   .hs-datepicker .fn-date-picker .is-selected .pika-button {
      box-shadow: none;
      background: #B5A88F !important;
    }





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





  
    /* Remove Default Number Appearance  */
    .hs-form input[type="number"],
    .hs-form input[type="number"]:focus {
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield;
      border-radius: 0;
    }
    .hs-form input[type="number"]::-webkit-inner-spin-button,
    .hs-form input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Create New Display Layout  */
    .hs-fieldtype-number .input {
      display: inline-flex;
      box-sizing: border-box;
      width: 100%;
    }
    .hs-fieldtype-number .input .hs-input {
      width: calc(100% - 76px ) !important;
      text-align: center;
    }

    /* Add New Numeric Buttons (need-js-component) */
    .hs-fieldtype-number button {
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

      .hs-fieldtype-number button.hs-stepDown {
        /* margin-right: 4.0px; */
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
      .hs-fieldtype-number button.hs-stepUp {
        /* margin-left: 4.0px; */
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }

      

      
        .hs-fieldtype-number button.hs-stepDown::after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f068";
        }
        .hs-fieldtype-number button.hs-stepUp:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f067";
        }
      

  /* end if */





  .legal-consent-container {
      margin-top: 48px;
  }
  .legal-consent-container .hs-form-field {
      margin-top: 8px !important;
      margin-bottom: 8px !important;
  }
  .legal-consent-container .hs-richtext {
      margin-top: 16px!important;
      line-height: 1.25;
  }
  .legal-consent-container p {
      font-size: 14px;
  }
  .legal-consent-container > .hs-richtext + div:not(.hs-richtext) {
      margin-top: 32px;
  }
  .legal-consent-container > .hs-richtext:last-child {
      margin-bottom: 16px;
  }
  .legal-consent-container .hs-form-booleancheckbox {
      margin-bottom: 0;
  }
  .legal-consent-container .hs-form-booleancheckbox-display > span {
      margin-left: 0 !important;
  }
  .legal-consent-container .hs-fieldtype-booleancheckbox .hs-error-msgs {
  }








.container-fluid .banner,
.container-fluid .banner-form,
.container-fluid .banner-related-posts {
  margin-left: -16px; 
  margin-right: -16px;
}
.container-fluid .banner-form,
.container-fluid .banner-related-posts {
  padding-top: 65px;
  padding-bottom: 85px;
}
.container-fluid .banner-form,
.container-fluid .banner-related-posts {
  padding-left: 16px;
  padding-right: 16px;
}





@media (min-width: 768px) {
  .container-fluid .banner-form-inner {
    width: 83.333333%; /* eq .col-10 */
  }
}
@media (min-width: 1024px) {
  .container-fluid .banner-form-inner {
    margin-left: auto;
    margin-right: auto;
    width: 66.666667%; /* eq .col-8 */
  }
}





.banner {
  display: block;
  height: 450px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner {
    height: 250px;
  }
}





.banner img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%; height: 100%;
  left: 0; top: 0; right: 0; bottom: 0;
}





.banner .gradient {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 70%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 70%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 70%, white 100%);
}







.container-fluid .banner-form {
  background-color: #072D66;
}
.container-fluid .banner-form,
.container-fluid .banner-form label,
.container-fluid .banner-form h1, .container-fluid .banner-form h2, .container-fluid .banner-form h3, 
.container-fluid .banner-form h4, .container-fluid .banner-form h5, .container-fluid .banner-form h6 {
  color: #FFFFFF;
}





.banner-form .hs-form input[type="submit"],
.banner-form .hs-form input[type="button"] {
  background: rgba(255,255,255,1);
  color: #072D66;
}
.banner-form .hs-form input[type="submit"]:hover,
.banner-form .hs-form input[type="button"]:hover {
  background: rgba(255,255,255,0.2);;
  color: #FFFFFF;
  border-color: #FFFFFF;
}





.container-fluid .banner-related-posts {
  background-color: #e5eaef;
}





.banner.banner-text {
  height: auto;
  min-height: 500px;
}
@media (max-width: 767px) {
  .banner.banner-text {
    height: auto;
    min-height: 250px;
  }
  .banner .banner-inner .banner-content {
    padding: 3rem 0;
  }
}

.banner .banner-inner .banner-content {
  position: relative;
  padding: 7rem 0;
}

@media (min-width: 1024px) {
  .banner .banner-inner .banner-content .banner-content-inner {
    width: 60%;
  }
}



.pagination a {
  white-space: nowrap;
}
.pagination a {
  font-weight: 700;
  display: inline-block;
}
.pagination a > i {
  font-size: 13px;
}
.pagination a.disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}
.pagination a:hover, 
.pagination a:focus {
  color: #B5A88F;
  text-decoration: none;
}





.pagination a {
  padding: 5px 15px;
}
.pagination a.next { padding-right: 0; }
.pagination a.prev { padding-left: 0; }
@media (max-width: 575px) {
  .pagination a.next { padding-left: 0; }
  .pagination a.prev { padding-right: 0; }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.icon-box {
  display: flex;
}

.icon-box .icon-wrapper  {
  margin-right: 2rem;
}

.icon-box .icon-wrapper i {
  font-size: 3.125rem;
}
.content-banner {
  position: relative;
  overflow: hidden;
}

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

.content-banner .content-banner-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.content-banner .content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4rem 0;
}

.content-banner .content .headline-meta {
  color: #B5A88F
}

.content-banner .content .headline-main > *,
.content-banner .content .text {
  color: #fff;
}

.content-banner .content .banner-action {
  margin-top: 32px;  
}

@media (min-width: 1024px) {
  .content-banner .content-inner {
    width: 50%;
  }
}
.contact-box {
  padding: 16px;
} 

.contact-box .contact-headline {
  margin-bottom: 32px;
}

.contact-box .contact-info-wrapper {
  display: flex;
  margin-bottom: 32px;
}

.contact-box .contact-icon {
  margin-right: 20px;
}

.contact-box .contact-icon i {
  color: #B5A88F;
  font-size: 40px;
}

.contact-box .contact-info-wrapper .contact-info p {
  margin: 0;
}

@media (min-width: 1024px) {
  .contact-box {
    width: 620px;
    margin-left: auto;
  } 
}







.header-container-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}




.header-container .widget-type-logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  min-width: 195px;
  height: 90px;
}
.header-container .widget-type-logo * {
  display: block;
}
@media (max-width: 768px) {
  .header-container .widget-type-logo {
    margin: 0 auto;
    width: 100%;
  }
}
.header-container .widget-type-logo img {
  max-width: 100%;
  margin-left: -6px;
}
/* sticky overwrites */
.sticky-header.active .header-container .widget-type-logo {
	height:55px;
}
.sticky-header.active .header-container .widget-type-logo img {
	max-width: 230px;
	height: auto;
}
.sticky-header.active .hotline {
	display: none;
}




.hotline {
	font-family: "Ubuntu", sans-serif;
}
.hotline >.hotline-inner {
  position: relative;
	display: inline-block;
	padding: 0 0 10px 70px;
	background: rgba(181, 168, 143,.2);
	border-radius: 0px 0px 5px 5px;
}
.hotline > .hotline-inner:before {
  content: '\e969';
  font-family: 'icomoon-apox';
	color: #B5A88F;
  position: absolute;
  font-size: 48px;
  width: 48px;
  height: 48px;
  margin-left: -60px;
  top: 6px;
}


/* Font Style */
.hotline p {
  line-height: 1;
  margin: 0;
  padding-top: 16px;
	font-family: "Ubuntu", sans-serif;
    font-size: 18px;
	font-weight: 300;
	color: #B5A88F;
}
.hotline .telephone {
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  color: #072D66;
}
.hotline .contact-number {
	display: inline-block;
	width: 230px;
}
.hotline .opening-hours {
	display: inline-block;
  color: #333333;
  font-weight: 300;
	font-size: 12px;
	width: 120px;
}





.header-container a.toggle {
  display: block; padding: 0;
  height: 70px; width: 53px;
}
.header-container a.toggle:hover,
.header-container a.toggle:focus {
  text-decoration: none;
}
.header-container a.toggle > i {
  font-size: 17px; line-height: 36px;
  height: 36px; width: 36px;
  margin: 17px 0 17px 17px; padding: 0;
  text-align: center;
  background: rgba(255, 255, 255, 1.0);
  color: #072D66;
}




/* Hide bars icon */
.header-container a.toggle.triggered > i.open {
  display: none;
}

/* Hide times icon */
.header-container a.toggle > i.close {
  display: none;
}

.header-container a.toggle.triggered i.close {
  display: inline-block;
}



.footer-container-wrapper.footer-main {
  background: #B5A88F;
  position: relative;
}
.footer-main .footer-container {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width:767px) {
  .footer-container {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
.footer-container .submenu-padding {
  padding-bottom: 50px;
}




.footer-container-wrapper.footer-sub {
  position: relative;
  height: 60px;
  background: #C0B5A0;
  overflow: hidden;
}
.footer-sub .footer-container {
  padding-top: 0.5rem;
  padding-bottom: 0;
}

.footer-container .hs-menu-wrapper a {
  display: inline-block;
}
.footer-container .hs-menu-wrapper > ul {
  width: 100%;
  flex-direction: row !important;
}
.footer-container .hs-menu-wrapper .hs-menu-depth-1 {
  padding-right: 21px;
  position: relative;
}
.footer-container .hs-menu-wrapper .hs-menu-depth-1::after {
  position: absolute;
  top: 15px;
  right: 9px;
  height: 13px;
  width: 1px;
  content: " ";
  overflow: hidden;
  background: white;
}
.footer-container .hs-menu-wrapper .hs-menu-depth-1:last-child {
  padding-right: 0;
}
.footer-container .hs-menu-wrapper .hs-menu-depth-1:last-child::after {
  display: none;
}
.footer-container .hs-menu-wrapper .hs-menu-depth-1 > a {
  font-size: 16px;
  text-align: center;
  padding: 10px 0 0;
  margin: 0 0 5px;
}






.footer-container .menu-group > div {
  margin-bottom: 50px;
}
@media (max-width:767px) {
  .footer-container .menu-group > div { 
    margin-bottom: 30px; 
  }
}
@media (min-width:768px) {
  .footer-container .menu-group > div:nth-child(5),
  .footer-container .menu-group > div:nth-child(6) { 
    margin-bottom: 0; 
  }
}
@media (min-width:1024px) {
  .footer-container .menu-group > div:nth-child(4),
  .footer-container .menu-group > div:nth-child(5),
  .footer-container .menu-group > div:nth-child(6) { 
    margin-bottom: 0; 
  }
}





.footer-container .totop {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
  background: rgba(255,255,255,0.1);
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 21px;
  border-radius: 0 0 3px 3px;
}
.footer-container .totop:hover,
.footer-container .totop:focus {
  color: inherit;
}





.footer-container .h6 {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #FFFFFF;
}


.footer-container a, .footer-container p {
  font-size: 17px;
  color: #FFFFFF;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}


@media (max-width:767px) {
  .footer-container li, .footer-container p, .footer-container b {
    text-align: center;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    justify-content: center;
  }
}


.footer-container .hs-menu-wrapper a:hover,
.footer-container .hs-menu-wrapper a:focus{
  text-decoration: none;
  color: #0f2c5f;
}




.footer-container .address-inner strong {
  font-weight: 700;
}

@media (min-width:768px) {
  .footer-container .address-inner {
    padding-left: 0;
    padding-bottom: 8px;
  }
  .footer-container .address-inner.seperator {
    border-left: 1px solid #fff;
  }
}







.navigation-container-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
  min-height: 42px;
  padding-top: 0;
}



@media (max-width: 767px) {
  .navigation-container-wrapper {
    display: none;
  }
  .navigation-container-wrapper.active {
    display: block;
  }
}


@media (max-width: 1023px) {
  .navigation-container-wrapper #hs_menu_wrapper_navigation_primary {
    display: none;
    padding: 16px 0; /* a little more space */
  }
  .navigation-container-wrapper.active #hs_menu_wrapper_navigation_primary {
    display: block;
  }
}




/* smaller width on tablets */
@media (min-width: 768px) and (max-width: 1023px) {
  #hs_menu_wrapper_navigation_primary > ul {
    padding-top: 32px;
    padding-bottom: 32px;
    width: 64%;
    margin: 0 auto;
  }
}




#hs_menu_wrapper_navigation_primary a {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
#hs_menu_wrapper_navigation_primary a:hover,
#hs_menu_wrapper_navigation_primary a:focus {
  text-decoration: none;
}





#hs_menu_wrapper_navigation_primary .hs-menu-depth-1 {
  padding-right: 41px;
  position: relative;
}
#hs_menu_wrapper_navigation_primary .hs-menu-depth-1::after {
  position: absolute;
  top: 13px;
  right: 18px;
  height: 15px;
  width: 1px;
  content: " ";
  overflow: hidden;
  background: #B4BFD1;
}
#hs_menu_wrapper_navigation_primary .hs-menu-depth-1:last-child {
  padding-right: 0;
}
#hs_menu_wrapper_navigation_primary .hs-menu-depth-1:last-child::after {
  display: none;
}
#hs_menu_wrapper_navigation_primary .hs-menu-depth-1 > a {
  color: #072D66;
  font-size: 16px;
  text-align: center;
  padding: 10px 0 20px;
  margin: 0 0 5px;
  border-bottom: 2px solid transparent;
  font-family: Ubuntu, sans-serif;
}
#hs_menu_wrapper_navigation_primary .hs-menu-depth-1:hover > a,
#hs_menu_wrapper_navigation_primary .hs-menu-depth-1:focus > a {
  text-decoration: none;
  color:rgba(181, 168, 143, 1.0);
  border-bottom: 2px solid rgba(181, 168, 143, 1.0);
}
@media (min-width: 1023px){
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-1 > a:first-child {
    margin-left: 5px;
  }
}


@media (max-width: 1023px) {
  #hs_menu_wrapper_navigation_primary li.hs-item-has-children:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: 1rem;
    color: #fff;
    padding: 14px;
    font-weight: 900;
    position: absolute;
    top: 12px;
    right: 0;
    transition: 300ms;
    transform: rotate(0deg);
    cursor: pointer;
  }
  /* add carret rotation */
  #hs_menu_wrapper_navigation_primary li.hs-item-has-children.active:after {
    transform: rotate(180deg)
  }
  /* OVERWRITE Hubspot default class for dropdown - using jquery instead */
  #hs_menu_wrapper_navigation_primary .open-menu-list {
    display: none !important;
  }
  /* Links without childs can be full width */
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-1:not(.hs-item-has-children) > a {
    width: 100%;
    text-align: left;
  }
  
  /* Mobile styling */
  #hs_menu_wrapper_navigation_primary {
    margin-bottom: 3rem;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-1 {
    border-bottom: 1px solid rgba(7, 45, 102, 1.0);
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-1 > a {
    margin: 0;
    padding: 15px 0;
    border: none;
  }
  #hs_menu_wrapper_navigation_primary li.hs-item-has-children::after {
    padding: 14px 19px 14px 10px;
    line-height: 0;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-children-wrapper {
    box-shadow: none !important;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-children-wrapper li:last-child {
    border: none;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-children-wrapper .hs-menu-depth-2 > a {
    padding-left: 0;
  }
}





/* show-hide dropdown */
#hs_menu_wrapper_navigation_primary .hs-menu-children-wrapper {
  box-shadow: 1px 8px 15px rgba(0,0,0,0.1);
  background-color: #FFF;
  z-index: 1;
  display: none;
}
@media (min-width: 1024px) {
  #hs_menu_wrapper_navigation_primary li.hs-item-has-children:hover > .hs-menu-children-wrapper {
    display: block;
  } 
}

/* dropdown jumping position fix */
@media (max-width: 1024px) {
  #hs_menu_wrapper_navigation_primary .hs-menu-children-wrapper {
    top: 0;
  } 
}

/* seperator line */
#hs_menu_wrapper_navigation_primary .hs-menu-depth-2 {
  display: block;
  width: 100%;
  line-height: 0;
  padding: 0 15px;
}

/* link in dropdown */
#hs_menu_wrapper_navigation_primary .hs-menu-depth-2 > a {
  color: #333333 !important;
  width: 100%;
  padding: 13px 0;
  line-height: 1;
  color: #B5A88F;
  font-size: 15px;
  border-bottom: 1px solid #EEEEEE !important;
}

#hs_menu_wrapper_navigation_primary .hs-menu-depth-2.hs-item-has-children > a {
  cursor: normal;
  font-size: 20px;
  font-family: Ubuntu, sans-serif;
  color: #072D66 !important;
}

/* dropdown (DESKTOP ONLY) */
@media (min-width: 1023px) {
  #hs_menu_wrapper_navigation_primary .hs-menu-children-wrapper:before,
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-2 {
    width: 275px;
    display: inline-block;
    vertical-align: top;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-children-wrapper {
    margin-top: 5px;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-children-wrapper:before {
    display: block; content: "";
    height: 5px; width: 100%;
    margin-top: -5px;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-2:not(.hs-item-has-children):hover > a,
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-2:not(.hs-item-has-children):focus > a {
    color: #fff !important;
    border-color: #072D66 !important;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-2:not(.hs-item-has-children):hover,
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-2:not(.hs-item-has-children):focus{
    background-color: #072D66;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-2 {
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-2 > a {
    transition: border-color 0.3s ease;
    -webkit-transition: border-color 0.3s ease;
  }
}

/* mobile + tablet */
@media (max-width: 1023px) {
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-2.hs-item-has-children,
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-2:last-child {
    margin-bottom: 20px;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-2.hs-item-has-children:last-child {
    margin-bottom: 40px;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-2.hs-item-has-children > a {
    font-size: 15px;
  }
}





#hs_menu_wrapper_navigation_primary .hs-menu-depth-2 .hs-menu-children-wrapper {
  display: block !important;
  position: relative;
  height: auto;
  opacity: 1;
  left: 0;
  top: 5px;
  box-shadow: none;
  margin: 0 -15px;
}

/* seperator line */
#hs_menu_wrapper_navigation_primary .hs-menu-depth-3 {
  display: block;
  width: 100%;
  line-height: 0;
  padding: 0 15px;
}

/* link in dropdown */
#hs_menu_wrapper_navigation_primary .hs-menu-depth-3 > a {
  color: #333333 !important;
  width: 100%;
  padding: 13px 0;
  line-height: 1;
  color: #B5A88F;
  font-size: 15px;
  border-bottom: 1px solid #EEEEEE !important;
}

/* dropdown (DESKTOP ONLY) */
@media (min-width: 1023px) {
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-3:hover > a,
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-3:focus > a {
    color: #fff !important;
    border-color: #072D66 !important;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-3:hover,
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-3:focus{
    background-color: #072D66;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-3 {
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
  }
  #hs_menu_wrapper_navigation_primary .hs-menu-depth-3 > a {
    transition: border-color 0.3s ease;
    -webkit-transition: border-color 0.3s ease;
  }
}





.navigation-container a.home {
  background: #fff;
  padding: 0;
}
.navigation-container a.home:hover,
.navigation-container a.home:focus {
  text-decoration: none;
}
.navigation-container a.home > i {
  display: block;
  line-height: 39px;
}
.navigation-container a.home > i:before {
  color: #B5A88F;
  padding: 0 10px;
  font-size: 16px;
  vertical-align: middle;
}





.navigation-container a.toggle,
.navigation-container a.search {
  padding: 0;
}
.navigation-container a.toggle:hover,
.navigation-container a.toggle:focus,
.navigation-container a.search:hover,
.navigation-container a.search:focus {
  text-decoration: none;
}
.navigation-container a.toggle > i,
.navigation-container a.search > i {
  display: block;
  line-height: 39px;
}
.navigation-container a.toggle > i:before,
.navigation-container a.search > i:before {
  color: #072D66;
  padding: 0 10px;
  font-size: 16px;
  vertical-align: middle;
}



.navigation-container-wrapper .close:before,
.navigation-container-wrapper.active .open:before {
  display: none;
}
.navigation-container-wrapper.active .close:before {
  display: block !important;
}





/* Wrapper */
.site-search .center {
  top: 50%;
  position: absolute;
  display: block;
  transform: translateY(-50%);
  width: 100%;
}

/* Modal */
.site-search {
  position: absolute;
  width: auto; height: auto;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: #072D66;
  color: #fff;
  z-index: 999;
  opacity: 0;
  transition: transform 150ms ease, opacity 150ms linear;
  transform: translateY(-100%);
}
.site-search.active {
  opacity: 1;
  transition: transform 500ms ease, opacity 350ms linear;
  transform: translateY(0%);
}
.site-search > .site-search-inner {
  position: relative;
  width: 100%; height: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}


/* Close */
.site-search .site-search-close {
  position: fixed;
  right: 50px;
  top: 50px;
  border: 3px solid #fff;
  border-radius: 100%;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
}
.site-search .site-search-close:hover {
  background: rgba(255,255,255,0.3);
}
.site-search .site-search-close:before {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

/* Label */
.site-search .hs-search-field label {
  display: inline-block;
  font-size: 34px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: bold;
}


/* Input */
.site-search .hs-search-field__input {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid #fff;
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 20px;
}
.site-search .hs-search-field__input:focus {
  outline: 0;
  border-bottom: 3px solid #fff;
}


/* Submit */
.site-search .submit {
  margin: 25px auto 0 auto;
  float: none;
  width: auto;
  background: transparent;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  transition: All 0.3s linear;
  -webkit-transition: All 0.3s linear;
  font-weight: bold;
  font-size: 12px;
  min-width: 140px;
  text-align: center;
  position: relative;
  padding: 15px 20px;
}
.site-search .submit:hover {
  background: rgba(255,255,255,0.3);
}
.site-search .submit:focus {
  outline: 0;
}


/* Suggestions */ 
.site-search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.site-search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}
.site-search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.site-search .hs-search-field__suggestions #results-for {
  display: none;
}



/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 1023px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}


.hs-menu-wrapper.hs-menu-flow-vertical ul {
  display: inline-flex;
}

@media (max-width: 768px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

@media (max-width: 1024px) {
  .hs-menu-wrapper .hs-menu-children-wrapper {
    left: auto;
    position: relative;
    opacity: 1;
  }
}

.hs-menu-wrapper .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 768px) {
  .hs-menu-wrapper .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
.sticky-header {
    z-index: 3;
    width: 100%;
	box-shadow: 0px 3px 15px rgba(0,0,0,.1);
    top: -500px;
	transition: top 500ms ease;
}

.sticky-header.active {
	position: fixed;
	top: 0;
	transition: top 500ms ease;
}





.blog-inner {
  padding-top: 65px;
  padding-bottom: 85px;
}




.blog-inner h1 {
  line-height: 53px;
}

/* TODO */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}





.blog-post__back a {
  color: #B5A88F;
  font-size: 18px;
}
.blog-post__back a i {
  font-size: 12px;
  color: #B5A88F;
  margin: 0 7px 0 0;
  position: relative;
  top: -1px;
}
.blog-post__back a:hover {
  color: #072D66;
  text-decoration: none;
}
.blog-post__back a:hover i {
  color: #072D66;
}

/* TODO */

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

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

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

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

.blog-inner .subheadline {
  color: #B5A88F;
  font-size: 22px;
}
.blog-inner .headline {
  margin-bottom: 2rem;
}
.blog-inner .blog-intro {
  margin-bottom: 4rem;
}





.blog-post__body h1 {
  margin-top: 2.5rem;
  line-height: 53px;
}

.blog-post__body h2 span {
  font-size: 30px;
  font-weight: 400 !important;
  color: #B5A88F;
  font-family: "Source Sans Pro", sans-serif;
}

.blog-post__body blockquote {
  background: #F8F8F8;
  padding: 28px 30px 20px;
  border: none;
}

.blog-entry img {
  width: 100%;
  display: block;
}
.blog-entry .divider {
  width: 100%;
  /*border-bottom: 1px solid #E1E1E1;*/
  margin: 3rem 0;
}

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

.blog .hs-cta-wrapper img {
	max-width: 100%;
	height: auto;
}

.post-content .post-title {}
.post-content .post-author {
  font-size: 18px;
  margin-bottom: 1rem;
  font-style: italic;
}
.post-content .post-teaser {
  font-size: 18px;
  margin-bottom: 2rem;
}
.post-content .hs-button {
  border: 1px solid #072D66;
  border-radius: 5px;
  background: white;
  color: #072D66;
  padding: 4px 12px 11px 20px;
  font-size: 16px;
  font-weight: 700;
  font-family: Ubuntu, sans-serif;
}
.post-content .hs-button:hover {
  background: #072D66;
  color: white;
}
.post-content .hs-button svg {
  width: 21px;
  height: 21px;
  display: inline-block;
  margin: 5px 0 0 20px;
  position: relative;
  top: 4px;
}





.blog-footer {
  margin-top: 54px;
}



.error {
  padding: 10rem 0;
  text-align: center;
}
.error-code {
  color: #e5eaef;
  font-size: 40vw;
  line-height: 1;
}
.error-text {
  z-index: 1;
}
@media (min-width: 1024px) {
  .error-code {
    font-size: 10rem;
  }
}




.system {
  padding-top: 65px;
  padding-bottom: 85px;
  text-align: center;
}
.system-form .hs-form .hs-form-field,
.system-form .email-prefs {
  text-align: left;
}
.system-form .hs-form input[type="submit"] {
  margin-top: 24px;
}
@media (max-width: 380px) {
  .system-form .hs-form input[type="submit"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.system-admin {
  margin-top: 30px;
}
.system-form .hs-form .hs-error-msgs,
.system-form .hs-form .hs-error-msg {
  margin-top: 12px;
  color: inherit !important;
}
.system-form .hs-form .form-input-validation-message {
  margin-top: 0;
}
.system .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}






.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, 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;
}


.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-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}





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






.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;
}
.email-prefs .item {
  background-color: #e5eaef;
  padding: 16px;
  width: 100%;
  cursor: pointer;
}
.email-prefs .item .checkbox-row span {
  font-weight: 700;
  font-size: 18px;
}


.subscribe-options {
  background-color: #f5f5f5;
  padding: 16px;
  width: 100%;
  cursor: pointer;
}
.subscribe-options > p:first-child {
  margin-bottom: 0;
}
.subscribe-options > p:last-child {
  font-weight: 700;
}










/* 1a. Containers */




/* 1b. Colors */






/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */









html, 
.footer-container-wrapper {
  background-color: #c6baa2;
}
.header-container-wrapper, 
.body-container-wrapper {
	background-color: #FFFFFF;
}

.content-wrapper {
  max-width: px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: px 20px;
}

.dnd-section > .row-fluid {
  max-width: px;
}

.item-right {
	margin-left: auto;
}





body {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
}

/* Paragraphs */

p {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: #0f2c5f;
}

a:hover,
a:focus {
  color: #000437;
}

a:active {
  color: #375487;
}

/* Headings */



/* Blockquote */

blockquote {
  border-left-color: #B5A88F;
}









form,
.submitted-message {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  background-color: rgba(7, 45, 102, 1.0);
  color: #B5A88F;
}

/* Form label */

form label {
  color: #333333;
}

/* Form help text */

form legend {
  color: #333333;
}

/* Form 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 {
  border-color: #D1D6DC;
  color: #333333;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #072D66;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #333333;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #333333;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #072D66;
}

.fn-date-picker td .pika-button:hover {
  background-color: #072D66 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #072D66;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: rgba(7, 45, 102, 1.0);
  border: 1px solid #B5A88F;
  border-radius: 5px;
  color: #072D66;
  padding: 5px 15px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 5, 62, 1.0);
  border-color: #8d8067;
  color: #072D66;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(47, 85, 142, 1.0);
  border-color: #ddd0b7;
  color: #072D66;
}





table {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #333333;
}

th,
td {
  border-color: #333333;
  color: #333333;
}

thead th,
thead td {
  background-color: rgba(7, 45, 102, 1.0);
  border-bottom-color: #333333;
  color: #FFFFFF;
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: #333333;
}






.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: rgba(255, 255, 255, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Source Sans Pro, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #072D66;
}

/*
@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #072D66;
  }
}
*/





.footer {
  background-color: rgba(#null, 1);
}

/* Footer Content */

.footer * {
  color: #FFFFFF;
}





.blog-index,
.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: px 0;
}

.blog-pagination,
.blog-comments {
  margin-bottom: px;
}

.blog-post__date {
  border-color: #333333;
}

.blog-post__tag-link {
  color: #333333;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #0b0b0b;
}

.blog-post__tag-link:active {
  color: #5b5b5b;
}

.blog-pagination__link {
  color: #333333;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #072D66;
}

#comments-listing .comment-reply-to {
  color: #0f2c5f;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #000437;
}

#comments-listing .comment-reply-to:active {
  color: #375487;
}











.card__price {
  ;
  color: ;
  font-size: ;
}


/* Zins-teaser
 * -----------------------------------------
 * -----------------------------------------
 * */
#zins-teaser,
#zins-teaser p {
	font-family: "Ubuntu", sans-serif;
}
.zins-teaser.border-radius .zins-teaser-inner {
	border-radius: 10px;
	box-shadow: 0px 5px 50px #00000066;
}
.zins-teaser.set-offset {
    margin-top: -100px;
}
.zins-teaser .zins-teaser-inner {
	padding: 20px 10px 5px;
	margin: 0;
	background: #072D66;
}
.interest_rates_area h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 0;
}
.zins {
	display: none;
}
.zins.first {
	display: inline-block;
}
.zins p {
    font-size: 60px;
	color: #B5A88F;
	font-weight: 500;
	line-height: 1;
	padding-right: 10px;
	margin-bottom: 0;
}
.effective_rates_area {
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
}
.year_area h4 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
	display: block;
}
.year_area ul {
	padding: 0;
	margin: 0;
}
.year_area li {
	display: inline-block;
	background: transparent;
	font-size: 20px;
	line-height: 1.7;
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
	cursor: pointer;
}
.year_area li.active {
	color: #072D66;
	background: #FFFFFF;
}
.show-example {
	text-align: center;
}
.show-example a {
	margin-top: 5px;
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
}
.show-example a svg {
	fill: #FFFFFF;
	margin-left: 6px;
}
.show-example a:hover {
	color: #FFFFFF;
}
.zins-teaser button.secondary, .zins-teaser .button.secondary {
	font-weight: 500;
}
.zins-teaser button.secondary:hover .button-icon svg,
.zins-teaser .button.secondary:hover .button-icon svg {
	fill: rgba(7, 45, 102,.5);
}
.zins-teaser button.secondary:hover, .zins-teaser .button.secondary:hover, .zins-teaser button.secondary:focus, .zins-teaser .button.secondary:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #072D66;
}
@media screen and (max-width: 576px) {
	.year_area {
		margin-bottom: 30px;
	}
	.year_area li {
		margin-bottom: 10px;
	}
}


/* overlay repräsentative beispiele
 * -----------------------------------------
 * -----------------------------------------
 * */
body.no-scroll {
	overflow-y: hidden;
}
.example-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100vw;
	height:100vh;
	background: rgba(0, 0, 0,.5);
	z-index: 9;
}
.example-container-wrapper {
	position: fixed;
	left: 25vw;
	top: 10vh;
	width: 50vw;
	height: 80vh;
	padding: 2rem;
	border-radius: 10px;
	box-shadow: 0px 5px 50px #00000066;
	background: #FFFFFF;
	overflow: hidden;
	z-index: 10;
}
.example-container-inner {
	height: 100%;
	overflow-y: scroll;
}
.example-container-wrapper .table {
	padding: 2px 10px 2px 10px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	border: 0.8px solid #000000;
	overflow: hidden;
	width: 100%;
}
.example-container-wrapper .table th,
.example-container-wrapper .table td {
	width: 50%;
	text-align: right;
	padding: 3px 0 3px 5px;
	border: 0;
    border-bottom: solid 1px rgb(227,227,227);
	line-height: 2;
	font-size: 15px;
}
.example-container-wrapper .table th,
.example-container-wrapper .table td:first-child {
	text-align: left;
	padding: 3px 5px 3px 0;
}
.example-container-wrapper .table tr:last-child td,
.example-container-wrapper .table tr:last-child td:first-child {
	border-bottom: 0;
}
.example-container-wrapper .date {
	font-size: 12px;
	font-style: italic;
}
.example-container-wrapper .hide-example {
	position: absolute;
	right: 0.7rem;
	top: 0.2rem;
	font-size: 0;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
}
.example-container-wrapper .hide-example:before {
	content:'+';
	font-size: 42px;
	line-height: 1;
	color: #072D66;
	transform: rotate(45deg);
	display: block;
}
@media screen and (max-width: 576px) {
	.example-container-wrapper {
		left: 5vw;
		top: 10vh;
		width: 90vw;
		height: 80vh;
	}
}