/* ===================================================================
   CSS VARIABLES & FOUNDATIONS
   sind nur zur internen Verwendung im Crefo CSS gedacht,
   damit keine direkten Referenzen außerhalb dessen bei Änderungen bedacht werden müssen
   =================================================================== */
:root {
    --color-primary: #009ee2;
    --color-primary-dark: #004884;
    --color-secondary: #006eb7;
    --color-text: #4C4C4C;
    --color-border: #b5b5b5;
    --color-divider: #eaeaea;
    --color-white: #ffffff;
    --color-text-muted: #7f7f7f;
    --color-border-gray: #d9d9d9;
    --color-background-c-grey-light-50percent: #f6f5f2;
    --color-background-c-grey-light: #EDECE5;
    --color-background-c-grey-light-opacity-20percent: rgba(237, 236, 229, 0.2);
    --color-background-c-grey-3: #B5B5B5;
    --color-status-green: #9ccc3f;
    --color-status-red: #e05469;
    --color-alert-warning: #F4980C;
    --color-black: #000000;
    --corlor-info: #5BC4F2;
}

/* ===================================================================
   FONT DECLARATIONS
   =================================================================== */

@font-face {
    font-family: 'Averta Std';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/averta/averta-bold-webfont.woff2') format('woff2'),  url('../fonts/averta/averta-bold-webfont.woff') format('woff');
    /* Modern Browsers */
}

@font-face {
    font-family: 'Averta Std';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/averta/averta-bold-webfont.woff2') format('woff2'),  url('../fonts/averta/averta-bold-webfont.woff') format('woff');
    /* Modern Browsers */
}

@font-face {
    font-family: 'Averta Std';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/averta/averta-bold-webfont.woff2') format('woff2'),  url('../fonts/averta/averta-bold-webfont.woff') format('woff');
    /* Modern Browsers */
}

@font-face {
    font-family: 'Averta Std';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/averta/averta-bold-webfont.woff2') format('woff2'),  url('../fonts/averta/averta-bold-webfont.woff') format('woff');
    /* Modern Browsers */
}

@font-face {
    font-family: 'Averta Std';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/averta/averta-bold-webfont.woff2') format('woff2'),  url('../fonts/averta/averta-bold-webfont.woff') format('woff');
    /* Modern Browsers */
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/open-sans/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/open-sans/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/open-sans/mem5YaGs126MiZpBA-UNirkOXOhpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/open-sans/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/open-sans/mem5YaGs126MiZpBA-UN7rgOXOhpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/open-sans/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'crefo-brand-icons';
    font-style: normal;
    font-weight: 400;
    src: local('crefo-brand-icons'), url(../fonts/crefo-brand-icons/crefo-brand-icons.ttf?rh0uo0) format('truetype'), url(../fonts/crefo-brand-icons/crefo-brand-icons.woff?rh0uo0) format('woff'), url(../fonts/crefo-brand-icons/crefo-brand-icons.svg?rh0uo0#crefo-brand-icons) format('svg');
}

@font-face {
    font-family: 'crefo-ui-icons';
    font-style: normal;
    font-weight: 400;
    src: local('crefo-ui-icons'), url(../fonts/crefo-ui-icons/crefo-ui-icons.ttf?rh0uo0) format('truetype'), url(../fonts/crefo-ui-icons/crefo-ui-icons.woff?rh0uo0) format('woff'), url(../fonts/crefo-ui-icons/crefo-ui-icons.svg?rh0uo0#crefo-ui-icons) format('svg');
}

/* ===================================================================
   BASE & RESET STYLES
   =================================================================== */
/*
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* --- Box-sizing Reset --- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* --- HTML & Viewport --- */
@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    font-size: 15px;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}

/* --- HTML5 Display Definitions --- */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

/* --- Body Styles --- */
:host,
:root,
body {
    color: var(--color-text);
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
body.backdrop-active::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 200;
}

/* --- Element Resets --- */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    border-style: none;
    max-width: 100%
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 0;
    margin-bottom: 30px;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-top: 0;
    margin-bottom: 0;
}
.circled-filled-ul {
    list-style-type: disc;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    background-color: transparent;
    transition: color 0.15s ease-in-out;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: var(--color-primary-dark);
    text-decoration: none;
}
a.link-icon-down,a.link-icon-next,a.link-icon-prev,a.link-icon-up {
    text-transform: none
}
footer a {
    color: var(--color-white);
    text-decoration: none;
    background-color: transparent;
    transition: color 0.15s ease-in-out;
    -webkit-text-decoration-skip: objects;
}
footer a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

[hidden] {
    display: none !important;
}

/* ===================================================================
   TYPOGRAPHY
   =================================================================== */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: var(--color-primary-dark);
    margin-bottom: 10px;
    font-family: 'Averta Std', 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    display: block;
    letter-spacing: 0.5px;
}

h1, .h1 {
    color: var(--color-primary);
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 30px;
}

h2, .h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}

h3, .h3 {
    font-size: 20px;
    line-height: 30px;
}

@media only screen and (max-width: 1200px) {
    h1, .h1 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    h2, .h2 {
        font-size: 19px;
        line-height: 29px;
    }
    h3, .h3 {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
        font-weight: 600;
    }

    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
        margin-bottom: 7.5px;
    }
}

/* --- Typography Utilities --- */
.text-small {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 160%;
}
.text-semibold {
    font-weight: 600;
}
.text-bold {
    font-weight: bold !important;
}
.text-semi-bold {
    font-weight: 500 !important;
}
.text-bold-light {
    font-weight: 600 !important;
}
.text-align--center {
    text-align: center;
}
.text-align--right {
    text-align: right !important;
}
.text-align--left {
    text-align: left !important;
}
.text-responsive {
    font-size: 15px;
}
@media only screen and (max-width: 1200px) {
    html, body, p,
    .crefo-input .input-group label,
    .crefo-input .input-group .checkbox-label,
    .crefo-input .input-group .input-wrapper input {
        font-size: 14px;
    }
    .crefo-ui-icon {
        font-size: 19px;
    }
    .text-responsive {
        font-size: 14px;
    }
}

/* ===================================================================
   LAYOUT SYSTEM
   =================================================================== */

.container {
    width: 65%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        min-width: 1200px;
        max-width: 1300px;
    }
}

/* --- Grid System --- */

/* Grid Base */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

/* Column Definitions */
.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-right: 15px;
    padding-left: 15px;
}

/* Base Columns */
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

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

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

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -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%;
    }
}

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

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -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%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -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%;
    }
}

/* ===================================================================
   HEADER & NAVIGATION
   =================================================================== */

.header-nav {
    background: #ffffff;
    box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.15);
    z-index: 201;
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
@media only screen and (min-width: 1200px) {
    .header-nav {
        position: absolute;
    }
}
.header-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
@media only screen and (min-width: 1200px) {
    .header-nav.scrollspy-fixed {
        position: fixed;
        top: 0px;
        left: 0px;
    }
    .header-nav.scrollspy-fixed .header-primary {
        display: none;
    }
    .header-nav.scrollspy-fixed ul.main-menu li.show-if-sticky {
        display: inline-block;
    }
    .header-nav.scrollspy-fixed ul.main-menu li.show-if-sticky img{
        vertical-align: middle;
    }
}
.header-nav.has-mainmenu a.mobile-main-menu-opener,
.header-nav.has-servicemenu a.mobile-main-menu-opener {
    display: block;
}
.header-nav.has-mainmenu ul.service-menu,
.header-nav.has-servicemenu ul.service-menu {
    right: 60px;
}
@media only screen and (min-width: 1200px) {
    .header-nav.has-mainmenu ul.service-menu,
    .header-nav.has-servicemenu ul.service-menu {
        right: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .header-nav.has-servicemenu:not(.has-mainmenu) a.mobile-main-menu-opener {
        display: none;
    }
    .header-nav.has-servicemenu:not(.has-mainmenu) ul.service-menu {
        right: 30px;
    }
}
@media only screen and (min-width: 768px) and only screen and (min-width: 1200px) {
.header-nav.has-servicemenu:not(.has-mainmenu) ul.service-menu {
    right: 0;
}
}

.header-nav .header-primary {
    min-height: 50px;
    z-index: 2;
    position: relative;
}
.header-nav .header-primary .row,
.header-nav .header-primary .row > .col-12 {
    min-height: 50px;
}
@media only screen and (min-width: 768px) {
    .header-nav .header-primary {
        min-height: 74px;
    }
    .header-nav .header-primary .row,
    .header-nav .header-primary .row > .col-12 {
        min-height: 74px;
    }
}

.header-nav .header-secondary {
    min-height: 49px;
    border-top: 1px solid #edece5;
    display: none;
    z-index: 1;
}
@media only screen and (min-width: 1200px) {
    .header-nav .header-secondary {
        display: block;
    }
}

.header-nav a.logo {
    display: block;
    white-space: nowrap;
    width: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
    .header-nav a.logo {
        margin-left: 0.3125rem;
        width: 209px;
    }
}
@media only screen and (min-width: 1200px) {
    .header-nav a.logo {
        margin-left: 0;
        width: 206px;
    }
}

.header-nav ul.service-menu {
    display: none;
    position: absolute;
    right: 15px;
    list-style-type: none;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .header-nav ul.service-menu {
        display: inline-block;
    }
}
.header-nav ul.service-menu > li {
    display: inline-block;
    position: relative;
}
.header-nav ul.service-menu > li:not(:last-child) {
    margin-right: 30px;
}
.header-nav ul.service-menu a {
    color: var(--color-text-muted);
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
.header-nav ul.service-menu a:hover {
    color: #009ee2;
}
.header-nav ul.service-menu a i {
    font-size: 15px;
    display: inline-block;
    height: 17px;
    vertical-align: bottom;
    padding-left: 5px;
}
.header-nav ul.service-menu ul.service-submenu {
    visibility: hidden;
    position: absolute;
    min-width: 120px;
    background-color: #ffffff;
    color: var(--color-text-muted);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    top: 150%;
    right: -17px;
}
.header-nav ul.service-menu ul.service-submenu:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 15px;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}
.header-nav ul.service-menu ul.service-submenu.active {
    visibility: visible;
    opacity: 1;
}
.header-nav ul.service-menu ul.service-submenu li {
    display: block;
}
.header-nav ul.service-menu ul.service-submenu li a {
    display: block;
    padding: 10px 15px;
}

.header-nav ul.main-menu {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0;
}
.header-nav ul.main-menu li {
    display: inline-block;
    position: relative;
}
.header-nav ul.main-menu li:not(:last-child) {
    margin-right: 30px;
}
.header-nav ul.main-menu li.show-if-sticky {
    display: none;
}
.header-nav ul.main-menu a {
    color: #009ee2;
    font-size: 15px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-nav ul.main-menu a:hover {
    color: #004884;
}
.header-nav .main-menu .has-submenu.active > a {
    color: #004884;
}
.header-nav .main-menu .has-submenu .main-menu--slide {
    position: absolute;
    display: none;
    min-height: 50px;
    padding: 15px;
}
.header-nav .main-menu .has-submenu .main-menu--slide a {
    line-height: 22px;
    text-transform: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.header-nav .main-menu .has-submenu .main-menu--slide a:not(:last-child) {
    margin-bottom: 15px;
}
.header-nav .main-menu .has-submenu.active .main-menu--slide {
    display: block;
    top: 100%;
    right: -10px;
    left: 0;
    bottom: auto;
    background: #fff;
    text-align: left;
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
    z-index: 200;
    width: 275px;
}

.header-nav .login-menu {
    display: none;
    position: absolute;
    right: 15px;
    border-left: 1px solid #edece5;
    height: 100%;
    padding-left: 15px;
}
@media only screen and (min-width: 1200px) {
    .header-nav .login-menu {
        display: inline-block;
    }
}
.header-nav .login-menu .login-menu--opener {
    font-size: 15px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.header-nav .login-menu .login-menu--opener i {
    vertical-align: sub;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}
.header-nav .login-menu .login-menu--opener span {
    padding: 0 15px;
}
.header-nav .login-menu .login-menu--slide {
    position: absolute;
    display: none;
    min-height: 50px;
    padding: 15px;
}
.header-nav .login-menu .login-menu--slide a {
    text-transform: none;
}
.header-nav .login-menu.active .login-menu--opener {
    color: #004884;
}
.header-nav .login-menu.active .login-menu--opener .icon-chevron-down {
    transform: rotate(180deg);
}
.header-nav .login-menu.active .login-menu--slide {
    display: block;
    top: 100%;
    right: -10px;
    left: 0;
    bottom: auto;
    background: #fff;
    text-align: left;
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
    z-index: 200;
}

.mobile-nav-wrapper {
    z-index: 1001;
    transition: all 0.5s ease-in-out;
    background: #ffffff;
    height: 100vh;
    top: 51px;
    position: fixed;
    display: flex;
    flex-direction: column;
    left: -100%;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .mobile-nav-wrapper {
        overflow-x: hidden;
    }
}
@media only screen and (min-width: 768px) {
    .mobile-nav-wrapper {
        top: 75px;
    }
}
.mobile-nav-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}
@media only screen and (max-width: 767px) {
    .mobile-nav-wrapper ul {
        height: auto;
    }
}
.mobile-nav-wrapper ul li {
    background: #ffffff;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid #edece5;
    min-height: 50px;
}
.mobile-nav-wrapper ul li > a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 13px 15px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    max-width: 720px;
    margin: 0 auto;
}
.mobile-nav-wrapper ul li.has-submenu > a:after {
    content: '\e903';
    font-family: 'crefo-ui-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.mobile-nav-wrapper ul li.has-submenu.submenu-active .submenu-wrapper {
    left: 0;
}
.mobile-nav-wrapper ul li .submenu-wrapper {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: #ffffff;
    z-index: 1;
    left: -2000px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.mobile-nav-wrapper ul li .mobile-submenu-item.back a {
    padding-left: 27px;
    color: #004884;
}
@media only screen and (min-width: 768px) {
    .mobile-menu-item.service-menu-item,
    .mobile-submenu-item.service-menu-item {
        display: none;
    }
}
.mobile-menu-item.service-menu-item a,
.mobile-submenu-item.service-menu-item a {
    color: #b5b5b5;
}
body.mobile-menu-opened {
    overflow: hidden;
}
body.mobile-menu-opened .mobile-nav-wrapper {
    left: 0;
}
@media only screen and (max-width: 767px) {
    body.mobile-menu-opened .mobile-nav-wrapper {
        overflow-x: hidden;
    }
}

/* ===================================================================
   FORM ELEMENTS & INPUTS
   =================================================================== */

.crefo-input {
    margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
    .crefo-input {
        margin-bottom: 10px !important;
    }
}

.crefo-input .input-group {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: relative;
    margin: 0;
    height: auto;
}
.crefo-input .input-group:hover .input-wrapper {
    border-color: var(--color-primary);
}
.crefo-input .input-group.is-valid .input-wrapper i {
    display: block;
}
.crefo-input .input-group.has-error .input-wrapper {
    color: var(--color-status-red);
    border-color: var(--color-status-red);
}
.crefo-input .input-group.has-error .input-wrapper .select-items {
    color: var(--color-text-muted);
}
.crefo-input .input-group.has-error .error-msg {
    display: block;
}
.crefo-input .input-group label,
.crefo-input .input-group .checkbox-label {
    color: var(--color-text);
    display: block;
    left: 0;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
}

.crefo-input .input-group .input-wrapper {
    color: var(--color-text-muted);
    border-width: 1px;
    border-color: var(--color-border);
    border-style: solid;
    flex: 1 1 auto;
    position: relative;
    transition: border-color 0.15s ease-in-out;
}
.crefo-input .input-group .input-wrapper input {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: normal;
    line-height: 24px;
    padding: 1rem 1.2rem;
    outline: none;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    background-color: transparent;
    border-style: none;
    color: var(--color-text);
    border-color: var(--color-border);
    background: var(--color-white);
}
.crefo-input .input-group .input-wrapper i {
    display: none;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    right: 1.2rem;
    font-size: 24px;
}

.crefo-input .input-group .error-msg {
    color: var(--color-status-red);
    line-height: 20px;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 0;
    display: none;
}

input {
    font-family: inherit;
    line-height: 1.15;
    margin: 0;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border-color: inherit;
    -webkit-text-fill-color: var(--color-text);
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    transition: background-color 5000s ease-in-out 0s;
}
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.crefo-input .input-group .input-wrapper select {
    z-index: 1;
}

.crefo-input .input-group .checkbox-group .input-wrapper,
.crefo-input .input-group .radio-group .input-wrapper {
    border: none;
}
.crefo-input [type="checkbox"]:not(:checked),
.crefo-input [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.crefo-input [type="checkbox"]:not(:checked) + label,
.crefo-input [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 40px;
    line-height: 30px;
    cursor: pointer;
}
.crefo-input [type="checkbox"]:not(:checked) + label::before,
.crefo-input [type="checkbox"]:checked + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid var(--color-border);
    background: var(--color-white);
}
.crefo-input [type="checkbox"]:not(:checked) + label::after,
.crefo-input [type="checkbox"]:checked + label::after {
    content: "\e951";
    position: absolute;
    top: 0.35rem;
    left: 0.15rem;
    font-size: 1.7rem;
    line-height: 0.8;
    color: var(--color-primary);
    transition: all 0.2s;
    font-family: 'crefo-ui-icons' !important;
}
.crefo-input [type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
.crefo-input [type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}
[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

.crefo-input .input-group .input-wrapper .crefo-radio {
    display: inline-block;
    height: 30px;
    margin-right: 1.2rem;
    outline: none;
}
.crefo-input .input-group .input-wrapper .radio-btn {
    position: relative;
}
.crefo-input .input-group .input-wrapper .radio-btn > label {
    cursor: pointer;
}
.crefo-input .input-group .input-wrapper .radio-btn > label:hover {
    cursor: pointer;
}
.crefo-input .input-group .input-wrapper .radio-btn > input {
    opacity: 0;
    transform: scale(0);
    position: absolute;
    outline: none;
    transition: all 0.2s;
}
.crefo-input
.input-group
.input-wrapper
.radio-btn
> input:checked
+ label
> .radio-box
> .radio-box-circle {
    opacity: 1;
    transform: scale(1);
}
.crefo-input .input-group .input-wrapper .radio-btn .radio-box {
    display: inline-block;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: #ffffff;
    overflow: hidden;
    vertical-align: -5%;
    user-select: none;
    outline: none;
}
.crefo-input
.input-group
.input-wrapper
.radio-btn
.radio-box
.radio-box-circle {
    display: block;
    margin: 25%;
    width: 50%;
    height: 50%;
    background: #009ee2;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s;
    transform: scale(0);
}
.crefo-input .input-group .input-wrapper .radio-btn .radio-label {
    line-height: 30px;
    padding-left: 0.25rem;
    vertical-align: top;
    color: #4c4c4c !important;
}
.crefo-input .input-group .radio-group .input-wrapper {
    border: none;
}

/* ===================================================================
   BUTTONS
   =================================================================== */

button,
.btn {
    background-image: none !important;
    display: inline-block;
    font-size: 15px;
    white-space: normal;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    transition: all 0.15s;
    padding: 0 30px;
    cursor: pointer;
    min-width: 175px;
    min-height: 56px;
    line-height: 56px;
    outline: none;
    touch-action: manipulation;
    border: none !important;
    border-radius: 0 !important;
    position: relative;
    text-transform: none;
}
button:focus,
.btn:focus {
    outline: none;
}
button:hover,
.btn:hover,
button:active,
.btn:active {
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}

button.btn-default,
.btn.btn-default {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 30px !important;
}
button.btn-default:hover,
.btn.btn-default:hover {
    background-color: var(--color-secondary);
}
button.btn-default:active,
.btn.btn-default:active,
button.btn-default:focus,
.btn.btn-default:focus {
    background-color: var(--color-primary-dark);
}

button.btn-secondary,
.btn.btn-secondary {
    background-color: var(--color-white);
    color: var(--color-primary);
    border-radius: 30px !important;
    border: 2px solid var(--color-primary) !important;
    /* geringere Line-Height, um die Border in der Gesamthöhe korrekt zu berücksichtigen */
    line-height: 52px;
}
button.btn-secondary:hover,
.btn.btn-secondary:hover {
    color: var(--color-primary-dark);
    border: 2px solid var(--color-primary-dark) !important;
}
button.btn-secondary:active,
.btn.btn-secondary:active,
button.btn-secondary:focus,
.btn.btn-secondary:focus {
    color: var(--color-primary-dark);
    border: 2px solid var(--color-primary-dark) !important;
}

button.btn-block,
.btn.btn-block {
    width: 100%;
}

button[disabled],
.btn[disabled],
button.btn-disabled,
.btn.btn-disabled {
    background-color: #b5b5b5;
    color: #ffffff;
    cursor: not-allowed;
    pointer-event: none;
}
button[disabled]:hover,
.btn[disabled]:hover,
button.btn-disabled:hover,
.btn.btn-disabled:hover,
button[disabled]:active,
.btn[disabled]:active,
button.btn-disabled:active,
.btn.btn-disabled:active,
button[disabled]:focus,
.btn[disabled]:focus,
button.btn-disabled:focus,
.btn.btn-disabled:focus {
    background-color: #9b9b9b;
}

/* ===================================================================
   UI COMPONENTS
   =================================================================== */

.accordion-toggle {
    display: inline-block;
    transition: transform 1s ease;
    cursor: pointer;
}
.accordion-toggle.rotate {
    transform: rotate(180deg);
}
.accordion-content {
    display: none;
}
.accordion-content.visible {
    display: block;
}

.has-visible-toggle {
    position: relative;
}
.has-visible-toggle::after {
    font-family: 'crefo-ui-icons' !important;
    content: "\e933";
    font-size: 24px;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-48%);
    color: var(--color-primary);
}
.has-visible-toggle.password-visible::after {
    content: "\e934";
}
.has-visible-toggle .pw-toggle {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
}

.divider {
    border: none;
    border-top: 1px solid var(--color-divider);
    width: 100%;
}

.crefo-tooltip {
    position: relative;
}
.crefo-tooltip .crefo-tooltip-content,
.crefo-tooltip .crefo-tooltip-contentv2 {
    visibility: hidden;
    position: absolute;
    min-width: 120px;
    color: var(--color-text);
    background-color: #ffffff;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 15px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.crefo-tooltip .crefo-tooltip-content {
    color: var(--color-text-muted);
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 160%;
}
.crefo-tooltip .inline-wrapper {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-decoration: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.crefo-tooltip .inline-wrapper.active .crefo-tooltip-content,
.crefo-tooltip .inline-wrapper.active .crefo-tooltip-contentv2,
.crefo-tooltip .inline-wrapper:hover .crefo-tooltip-content,
.crefo-tooltip .inline-wrapper:hover .crefo-tooltip-contentv2 {
    visibility: visible;
    opacity: 1;
}
.crefo-tooltip.tooltip-top .crefo-tooltip-content,
.crefo-tooltip.tooltip-top .crefo-tooltip-contentv2 {
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
}
.crefo-tooltip.tooltip-top .crefo-tooltip-content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}
.crefo-tooltip.tooltip-right .crefo-tooltip-content,
.crefo-tooltip.tooltip-right .crefo-tooltip-contentv2  {
    top: 50%;
    left: 125%;
    transform: translateY(-50%);
}
.crefo-tooltip.tooltip-right .crefo-tooltip-content:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
}
.crefo-tooltip.tooltip-bottom .crefo-tooltip-content,
.crefo-tooltip.tooltip-bottom .crefo-tooltip-contentv2  {
    top: 135%;
    left: 50%;
    transform: translateX(-50%);
}
.crefo-tooltip.tooltip-bottom .crefo-tooltip-content:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    transform: translateX(-50%);
}
.crefo-tooltip.tooltip-left .crefo-tooltip-content,
.crefo-tooltip.tooltip-left .crefo-tooltip-contentv2  {
    top: 50%;
    right: 128%;
    bottom: auto;
    transform: translateY(-50%);
}
.crefo-tooltip.tooltip-left .crefo-tooltip-content:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}

/* --- Custom Select Dropdown --- */
/* The container must be positioned relative: */
.crefo-ui-select {
    position: relative;
}
/* style the items (options), including the selected item: */
.select-selected {
    cursor: pointer;
    line-height: 24px;
    padding: 1rem 1.2rem;
}

.select-items div {
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
    cursor: pointer;
    line-height: 24px;
    padding: 1rem 1.2rem;
}
/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 99;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #009ee2;
    border-top: none;
    transition: transform 0.15s ease-in-out;
    transform: scaleY(1);
    transform-origin: top;
}
.select-arrow-active {
    outline: 1px solid #009ee2;
}
/* Hide the items when the select box is closed: */
.select-hide {
    transform: scaleY(0);
}
.select-items div:hover,
.same-as-selected {
    background: #009ee2 !important;
    color: #fff;
}
.crefo-input .input-group .select-group .input-wrapper:after {
    content: "\e95e";
    font-family: 'crefo-ui-icons' !important;
    font-size: 24px;
    display: block;
    position: absolute;
    background-color: transparent !important;
    color: #b5b5b5;
    top: 51%;
    transform: translateY(-50%) rotate(0deg);
    right: 1.2rem;
    width: auto;
    height: auto;
    z-index: 0;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}
.crefo-input .input-group .select-group .input-wrapper:hover:after {
    color: #009ee2;
}
.crefo-input .input-group .select-group .input-wrapper.show-options:after {
    transform: translateY(-50%) rotate(180deg);
    color: #009ee2;
}

.crefo-ui-alert {
    padding: 20px;
    background-color: #ffffff;
    color: var(--color-text-muted);
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}
.crefo-ui-alert.error {
    background-color: var(--color-status-red);
}
.crefo-ui-alert.success {
    background-color: var(--color-status-green);
}
.crefo-ui-alert.info {
    background-color: var(--color-primary);
}
.crefo-ui-alert.warning {
    background-color: var(--color-alert-warning);
}
.crefo-ui-alert.error,
.crefo-ui-alert.success,
.crefo-ui-alert.info,
.crefo-ui-alert.warning {
    color: #ffffff;
}
.crefo-ui-alert.error .alert-close::after,
.crefo-ui-alert.success .alert-close::after,
.crefo-ui-alert.info .alert-close::after,
.crefo-ui-alert.warning .alert-close::after {
    color: #ffffff;
}
.crefo-ui-alert .alert-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.crefo-ui-alert .alert-close::after {
    font-family: 'crefo-ui-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e932";
    font-size: 24px;
    color: #7f7f7f;
}

/* --- Modals --- */
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
.crefo-ui-modal {
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #000000;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}
.crefo-ui-modal.modal-statusicon h2 {
    margin-top: 10px !important;
}
@media only screen and (min-width: 768px) {
    .crefo-ui-modal.modal-statusicon h2 {
        margin-top: 10px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .crefo-ui-modal.modal-statusicon h2 {
        margin-top: 15px !important;
    }
}
.crefo-ui-modal.modal-statusicon .modal-header i {
    font-size: 32px;
}
@media only screen and (min-width: 1200px) {
    .crefo-ui-modal.modal-statusicon .modal-header i {
        font-size: 48px;
    }
}
.crefo-ui-modal.modal-statusicon.modal-success .modal-header i::before {
    color: #009ee2;
}
.crefo-ui-modal.modal-statusicon.modal-error .modal-header i::before {
    color: var(--color-status-red);
}
.crefo-ui-modal.modal-statusicon.modal-info .modal-header i::before {
    color: #009ee2;
}
.crefo-ui-modal.modal-statusicon.modal-warning .modal-header i::before {
    color: #f8b820;
}
.crefo-ui-modal .modal-content {
    position: relative;
    background-color: #ffffff;
    margin: auto;
    padding: 0;
    width: calc(100% - 30px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    .crefo-ui-modal .modal-content {
        max-width: 730px;
    }
}
.crefo-ui-modal .modal-header {
    padding: 30px 30px 0;
    position: relative;
}
.crefo-ui-modal .modal-header .modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    cursor: pointer;
}
.crefo-ui-modal .modal-header .modal-close:after {
    font-family: 'crefo-ui-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e94a";
    font-size: 24px;
    color: #7f7f7f;
}
.crefo-ui-modal .modal-body {
    padding: 0 30px 30px;
}

.modal-body p {
    margin-bottom: 1rem;
}

.modal-header h2 {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .modal-header h2 {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .modal-header h2 {
        margin-bottom: 30px;
    }
}

/* ===================================================================
   ICONS
   =================================================================== */

.icon-cross::before {
    content: "\e94a";
}
.icon-enter::before {
    content: "\e921";
}
.icon-mobile-menu::before {
    content: "\e93b";
}
.icon-close::before {
    content: "\e94a";
}
.icon-info::before {
    content: "\e919";
}
.icon-chevron-up::before {
    content: "\e95b";
}
.icon-chevron-down::before {
    content: "\e95e";
}
.icon-arrow-up::before {
    content: "\e95e";
}
.icon-arrow-prev::before {
    content: "\e95a";
}
.icon-arrow-next::before {
    content: "\e959";
}
.icon-circle-success::before {
    content: '\e939';
}
.icon-check-circle::before {
    content: '\e928';
}
.icon-check:before {
    content: "\e951";
}
.icon-edit-pen:before {
    content: "\e93f";
}

.icon-centered {
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    transform-origin: center;
}

.icon-sm {
    font-size: 19px !important;
}

/* --- Icon Animation --- */
.animated-icon {
    display: inline-block;
    transition: transform 0.7s ease;
    cursor: pointer;
}
.rotate {
    transform: rotate(180deg);
}

/* --- Additional Icon Styles --- */
.btn.btn-icon-search span:after, button.btn-icon-search span:after {
    font-family: 'crefo-brand-icons' !important;
    content: "\e90e";
    font-size: 21px;
    padding-left: 5px;
}

a.link-icon-prev span:before {
    content: "\e95a";
    font-size: 21px;
    padding-right: 5px;
    left: -29px;
}

/* Icons & Stylings aus dem alten Crefo-UI überschreiben,
 weil dieses über die Rahmenanwendungen immer auch vorhanden ist */
.crefo-ui-icon {
    font-family: 'crefo-ui-icons' !important;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    font-style: normal;
    font-size: 21px;
    font-weight: 400;
}
.crefo-brand-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'crefo-brand-icons' !important;
    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;
    background-image: none !important;
    text-shadow: none !important;
    font-size: 23px;
}

.crefo-brand-icon.icon-download:before {
    content: "\e922";
}

.crefo-ui-alert .alert-close::after {
    content: "\e94a";
}

.crefo-brand-icon.icon-building::before {
    content: "\e92d";
}

.mobile-menu ul li.mobile-menu--item:not(.mobile-service-menu--item):not(.profile-menu--opener)>span:after,
.mobile-menu ul li.mobile-menu--item:not(.mobile-service-menu--item):not(.profile-menu--opener)>a:after {
    content: "\e959" !important;
}
.mobile-menu ul li .back:before {
    content: "\e95a" !important;
}
.mobile-menu ul li .back {
    text-transform: none !important;
}

.breadcrumbs-wrapper ul.breadcrumbs li:not(:first-child):before {
    content: "\e95c";
}

/* ===================================================================
   UTILITY CLASSES
   =================================================================== */

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

.m-auto {
    margin: auto !important;
}

.mb {
    margin-bottom: 30px !important;
}
@media only screen and (max-width: 1200px) {
    .mb {
        margin-bottom: 20px !important;
    }
}
@media only screen and (max-width: 768px) {
    .mb {
        margin-bottom: 15px !important;
    }
}
.mb-small {
    margin-bottom: 15px !important;
}
@media only screen and (max-width: 1200px) {
    .mb-small {
        margin-bottom: 10px !important;
    }
}
.mb-none {
    margin-bottom: 0 !important;
}

.mt {
    margin-top: 30px !important;
}
@media only screen and (max-width: 1200px) {
    .mt {
        margin-top: 20px !important;
    }
}
@media only screen and (max-width: 768px) {
    .mt {
        margin-top: 15px !important;
    }
}
.mt-small {
    margin-top: 15px !important;
}
@media only screen and (max-width: 1200px) {
    .mt-small {
        margin-top: 10px !important;
    }
}
.mt-none {
    margin-top: 0 !important;
}

.mr {
    margin-right: 30px !important;
}
.mr-small {
    margin-right: 15px !important;
}
@media only screen and (max-width: 1200px) {
    .mr-small {
        margin-right: 10px !important;
    }
}
.mr-xs {
    margin-right: 5px !important;
}
.mr-xxs {
    margin-right: 3px !important;
}

.ml {
    margin-left: 30px !important;
}
.ml-small {
    margin-left: 15px !important;
}
@media only screen and (max-width: 1200px) {
    .ml-small {
        margin-left: 10px !important;
    }
}
.ml-xs {
    margin-left: 5px !important;
}
.ml-xxs {
    margin-left: 3px !important;
}

.pb-none {
    padding-bottom: 0 !important;
}

.pt-none {
    padding-top: 0 !important;
}
.pt-small {
    padding-top: 15px !important;
}
.pl-xs {
    padding-left: 5px !important;
}

.box-spacing-y {
    padding: 15px 0!important;
}
@media only screen and (min-width: 768px) {
    .box-spacing-y {
        padding: 20px 0!important;
    }
}
@media only screen and (min-width: 992px) {
    .box-spacing-y {
        padding: 30px 0!important;
    }
}

.w-100px {
    width: 100px !important;
}
.w-200 {
    width: 120px;
    display: inline-block;
}
.w-300 {
    width: 185px;
    display: inline-block;
}
.h-auto {
    height: auto !important;
}
.full-width {
    width: 100% !important;
}
.full-height {
    height: 100% !important;
}

/* --- Color Utilities --- */
.text-brand-blue {
    color: var(--color-primary) !important;
}
.text-success {
    color: var(--color-status-green) !important;
}
.text-brand-red {
    color: var(--color-status-red) !important;
}
.text-white {
    color: var(--color-white) !important;
}
.bg-brand-darkest-grey {
    background: #4c4c4c !important;
    background-color: #4c4c4c !important;
}

/* --- Flexbox Utilities --- */
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.layout-1-2 > .top {
    flex: 4 1 0;
}
.layout-1-2 > .bottom {
    flex: 6 1 0;
}

/* --- Alignment Utilities --- */
.vertical-align-sub {
    vertical-align: sub !important;
}
.vertical-align-text-top {
    vertical-align: text-top !important;
}
.vertical-align-middle {
    vertical-align: middle !important;
}

/* --- Effects & Borders --- */
.box-shadow-xy {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}
.no-border {
    border: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

/* --- Tags & Badges --- */
.tag {
    color: #fff !important;
    border-radius: 3px;
    padding: 1px 5px 2px;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.5px;
}
.tag.small {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.3px;
}
.tag.green {
    background: var(--color-status-green) !important;
}
.tag.red {
    background: var(--color-status-red) !important;
}
.tag.grey {
    background: var(--color-background-c-grey-3) !important;
}
