/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        box-sizing: content-box;
        /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! dkfds @version */
.tippy-touch {
    cursor: pointer !important;
}

.tippy-notransition {
    transition: none !important;
}

.tippy-popper {
    max-width: 350px;
    perspective: 700px;
    z-index: 9999;
    outline: 0;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
    line-height: 1.4;
}

    .tippy-popper[data-html] {
        max-width: 96%;
        max-width: calc(100% - 20px);
    }

    .tippy-popper[x-placement^=top] .tippy-backdrop {
        border-radius: 40% 40% 0 0;
    }

    .tippy-popper[x-placement^=top] .tippy-roundarrow {
        bottom: -8px;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

        .tippy-popper[x-placement^=top] .tippy-roundarrow svg {
            position: absolute;
            left: 0;
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .tippy-popper[x-placement^=top] .tippy-arrow {
        border-top: 7px solid #333;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        bottom: -7px;
        margin: 0 6px;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    .tippy-popper[x-placement^=top] .tippy-backdrop {
        -ms-transform-origin: 0 90%;
        transform-origin: 0 90%;
    }

        .tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
            -ms-transform: scale(6) translate(-50%, 25%);
            transform: scale(6) translate(-50%, 25%);
            opacity: 1;
        }

        .tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
            -ms-transform: scale(1) translate(-50%, 25%);
            transform: scale(1) translate(-50%, 25%);
            opacity: 0;
        }

    .tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
        opacity: 1;
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .tippy-popper[x-placement^=top] [data-animation=perspective] {
        -ms-transform-origin: bottom;
        transform-origin: bottom;
    }

        .tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
            opacity: 1;
            transform: translateY(-10px) rotateX(0);
        }

        .tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
            opacity: 0;
            transform: translateY(0) rotateX(90deg);
        }

    .tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
        opacity: 1;
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
        opacity: 1;
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
        opacity: 1;
        -ms-transform: translateY(-10px) scale(1);
        transform: translateY(-10px) scale(1);
    }

    .tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateY(0) scale(0);
        transform: translateY(0) scale(0);
    }

    .tippy-popper[x-placement^=bottom] .tippy-backdrop {
        border-radius: 0 0 30% 30%;
    }

    .tippy-popper[x-placement^=bottom] .tippy-roundarrow {
        top: -8px;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

        .tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
            position: absolute;
            left: 0;
            -ms-transform: rotate(0);
            transform: rotate(0);
        }

    .tippy-popper[x-placement^=bottom] .tippy-arrow {
        border-bottom: 7px solid #333;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        top: -7px;
        margin: 0 6px;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

    .tippy-popper[x-placement^=bottom] .tippy-backdrop {
        -ms-transform-origin: 0 -90%;
        transform-origin: 0 -90%;
    }

        .tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
            -ms-transform: scale(6) translate(-50%, -125%);
            transform: scale(6) translate(-50%, -125%);
            opacity: 1;
        }

        .tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
            -ms-transform: scale(1) translate(-50%, -125%);
            transform: scale(1) translate(-50%, -125%);
            opacity: 0;
        }

    .tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
        opacity: 1;
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    .tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    .tippy-popper[x-placement^=bottom] [data-animation=perspective] {
        -ms-transform-origin: top;
        transform-origin: top;
    }

        .tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
            opacity: 1;
            transform: translateY(10px) rotateX(0);
        }

        .tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
            opacity: 0;
            transform: translateY(0) rotateX(-90deg);
        }

    .tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
        opacity: 1;
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    .tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    .tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
        opacity: 1;
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    .tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
        opacity: 1;
        -ms-transform: translateY(10px) scale(1);
        transform: translateY(10px) scale(1);
    }

    .tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateY(0) scale(0);
        transform: translateY(0) scale(0);
    }

    .tippy-popper[x-placement^=left] .tippy-backdrop {
        border-radius: 50% 0 0 50%;
    }

    .tippy-popper[x-placement^=left] .tippy-roundarrow {
        right: -16px;
        -ms-transform-origin: 33.33333333% 50%;
        transform-origin: 33.33333333% 50%;
    }

        .tippy-popper[x-placement^=left] .tippy-roundarrow svg {
            position: absolute;
            left: 0;
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .tippy-popper[x-placement^=left] .tippy-arrow {
        border-left: 7px solid #333;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        right: -7px;
        margin: 3px 0;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }

    .tippy-popper[x-placement^=left] .tippy-backdrop {
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

        .tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
            -ms-transform: scale(6) translate(40%, -50%);
            transform: scale(6) translate(40%, -50%);
            opacity: 1;
        }

        .tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
            -ms-transform: scale(1.5) translate(40%, -50%);
            transform: scale(1.5) translate(40%, -50%);
            opacity: 0;
        }

    .tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
        opacity: 1;
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    .tippy-popper[x-placement^=left] [data-animation=perspective] {
        -ms-transform-origin: right;
        transform-origin: right;
    }

        .tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
            opacity: 1;
            transform: translateX(-10px) rotateY(0);
        }

        .tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
            opacity: 0;
            transform: translateX(0) rotateY(-90deg);
        }

    .tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
        opacity: 1;
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
        opacity: 1;
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
        opacity: 1;
        -ms-transform: translateX(-10px) scale(1);
        transform: translateX(-10px) scale(1);
    }

    .tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateX(0) scale(0);
        transform: translateX(0) scale(0);
    }

    .tippy-popper[x-placement^=right] .tippy-backdrop {
        border-radius: 0 50% 50% 0;
    }

    .tippy-popper[x-placement^=right] .tippy-roundarrow {
        left: -16px;
        -ms-transform-origin: 66.66666666% 50%;
        transform-origin: 66.66666666% 50%;
    }

        .tippy-popper[x-placement^=right] .tippy-roundarrow svg {
            position: absolute;
            left: 0;
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

    .tippy-popper[x-placement^=right] .tippy-arrow {
        border-right: 7px solid #333;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        left: -7px;
        margin: 3px 0;
        -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    .tippy-popper[x-placement^=right] .tippy-backdrop {
        -ms-transform-origin: -100% 0;
        transform-origin: -100% 0;
    }

        .tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
            -ms-transform: scale(6) translate(-140%, -50%);
            transform: scale(6) translate(-140%, -50%);
            opacity: 1;
        }

        .tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
            -ms-transform: scale(1.5) translate(-140%, -50%);
            transform: scale(1.5) translate(-140%, -50%);
            opacity: 0;
        }

    .tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
        opacity: 1;
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    .tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    .tippy-popper[x-placement^=right] [data-animation=perspective] {
        -ms-transform-origin: left;
        transform-origin: left;
    }

        .tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
            opacity: 1;
            transform: translateX(10px) rotateY(0);
        }

        .tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
            opacity: 0;
            transform: translateX(0) rotateY(90deg);
        }

    .tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
        opacity: 1;
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    .tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    .tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
        opacity: 1;
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    .tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
        opacity: 1;
        -ms-transform: translateX(10px) scale(1);
        transform: translateX(10px) scale(1);
    }

    .tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
        opacity: 0;
        -ms-transform: translateX(0) scale(0);
        transform: translateX(0) scale(0);
    }

.tippy-tooltip {
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-size: .9rem;
    padding: .3rem .6rem;
    text-align: left;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #333;
}

    .tippy-tooltip[data-size=small] {
        padding: .2rem .4rem;
        font-size: .75rem;
    }

    .tippy-tooltip[data-size=large] {
        padding: .4rem .8rem;
        font-size: 1rem;
    }

    .tippy-tooltip[data-animatefill] {
        overflow: hidden;
        background-color: transparent;
    }

        .tippy-tooltip[data-animatefill] .tippy-content {
            transition: -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
            transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
            transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98), -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
        }

    .tippy-tooltip[data-interactive], .tippy-tooltip[data-interactive] path {
        pointer-events: auto;
    }

    .tippy-tooltip[data-inertia][data-state=visible] {
        transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
    }

    .tippy-tooltip[data-inertia][data-state=hidden] {
        transition-timing-function: ease;
    }

.tippy-arrow, .tippy-roundarrow {
    position: absolute;
    width: 0;
    height: 0;
}

.tippy-roundarrow {
    width: 24px;
    height: 8px;
    fill: #333;
    pointer-events: none;
}

.tippy-backdrop {
    position: absolute;
    will-change: transform;
    background-color: #333;
    border-radius: 50%;
    width: 26%;
    left: 50%;
    top: 50%;
    z-index: -1;
    transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .tippy-backdrop:after {
        content: "";
        float: left;
        padding-top: 100%;
    }

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
    -webkit-clip-path: ellipse(100% 100% at 50% 50%);
    clip-path: ellipse(100% 100% at 50% 50%);
}

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
    -webkit-clip-path: ellipse(5% 50% at 50% 50%);
    clip-path: ellipse(5% 50% at 50% 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
    -webkit-clip-path: ellipse(135% 100% at 0 50%);
    clip-path: ellipse(135% 100% at 0 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
    -webkit-clip-path: ellipse(40% 100% at 0 50%);
    clip-path: ellipse(40% 100% at 0 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
    -webkit-clip-path: ellipse(135% 100% at 100% 50%);
    clip-path: ellipse(135% 100% at 100% 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
    -webkit-clip-path: ellipse(40% 100% at 100% 50%);
    clip-path: ellipse(40% 100% at 100% 50%);
}

@media (max-width: 360px) {
    .tippy-popper {
        max-width: 96%;
        max-width: calc(100% - 20px);
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    left: -999em;
}

/* stylelint-disable at-rule-empty-line-before */
@font-face {
    font-family: "IBMPlexSans";
    src: url("/static/fonts/IBMPlexSans-Regular.eot");
    /* IE9 Compat Modes */
    src: url("/static/fonts/IBMPlexSans-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/IBMPlexSans-Regular.woff") format("woff"), url("/static/fonts/IBMPlexSans-Regular.woff2") format("woff2"), url("/static/fonts/IBMPlexSans-Regular.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "IBMPlexSans";
    src: url("/static/fonts/IBMPlexSans-Medium.eot");
    /* IE9 Compat Modes */
    src: url("/static/fonts/IBMPlexSans-Medium.eot?#iefix") format("embedded-opentype"), url("/static/fonts/IBMPlexSans-Medium.woff") format("woff"), url("/static/fonts/IBMPlexSans-Medium.woff2") format("woff2"), url("/static/fonts/IBMPlexSans-Medium.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "IBMPlexSans";
    src: url("/static/fonts/IBMPlexSans-SemiBold.eot");
    /* IE9 Compat Modes */
    src: url("/static/fonts/IBMPlexSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/IBMPlexSans-SemiBold.woff") format("woff"), url("/static/fonts/IBMPlexSans-SemiBold.woff2") format("woff2"), url("/static/fonts/IBMPlexSans-SemiBold.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "IBMPlexSans";
    src: url("/static/fonts/IBMPlexSans-Bold.eot");
    /* IE9 Compat Modes */
    src: url("/static/fonts/IBMPlexSans-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/IBMPlexSans-Bold.woff") format("woff"), url("/static/fonts/IBMPlexSans-Bold.woff2") format("woff2"), url("/static/fonts/IBMPlexSans-Bold.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "IBMPlexSans";
    src: url("/static/fonts/IBMPlexSans-Italic.eot");
    /* IE9 Compat Modes */
    src: url("/static/fonts/IBMPlexSans-Italic.eot?#iefix") format("embedded-opentype"), url("/static/fonts/IBMPlexSans-Italic.woff") format("woff"), url("/static/fonts/IBMPlexSans-Italic.woff2") format("woff2"), url("/static/fonts/IBMPlexSans-Italic.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: system;
    src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    background-color: #ffffff;
    color: #1a1a1a;
    overflow-x: hidden;
}

[hidden] {
    display: none !important;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus,
.focus {
    outline: 4px solid #747474;
    outline-offset: 1px;
}

/* stylelint-disable */
.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container[class*='w-'] {
    max-width: inherit !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}

    .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

        .row.no-gutters > .col,
        .row.no-gutters > [class*="col-"] {
            padding-right: 0;
            padding-left: 0;
        }

.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: 16px;
    padding-left: 16px;
}

.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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

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

@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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

@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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

@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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

@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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .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-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-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

/* stylelint-enable */
html {
    font-family: "IBMPlexSans", "system";
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
}

p {
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
    margin-top: 1.6rem;
}

a {
    color: #004D99;
}

    a:hover, a.link-hover {
        color: #000040;
    }

        a:hover:disabled,
        a:hover .disabled, a.link-hover:disabled,
        a.link-hover .disabled {
            background-color: transparent !important;
        }

    a:focus, a.link-focus {
        color: #004D99;
        outline: 4px solid #747474;
        outline-offset: 1px;
    }

    a:visited, a.link-visited {
        color: #800080;
    }

    a:disabled, a.disabled {
        cursor: not-allowed !important;
        color: #454545 !important;
        opacity: 0.3;
    }

        a:disabled:focus, a.disabled:focus {
            outline: none;
            background-color: transparent;
        }

.background-dark a:not(.button) {
    color: #ffffff;
}

.background-dark a:disabled, .background-dark a.disabled {
    box-shadow: none !important;
    cursor: not-allowed !important;
    color: #999999 !important;
    box-shadow: none !important;
    outline-offset: inherit !important;
}

    .background-dark a:disabled:focus, .background-dark a.disabled:focus {
        outline: none;
        background-color: transparent;
    }

h1, .h1 {
    font-size: 4rem;
    line-height: 4.8rem;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: none;
    word-break: break-word;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 3rem;
        line-height: 4rem;
        font-weight: 600;
        color: #1a1a1a;
        text-transform: none;
    }
}

h2, .h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: none;
}

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 2.4rem;
        line-height: 3.2rem;
        font-weight: 600;
        color: #1a1a1a;
        text-transform: none;
    }
}

h3, .h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: none;
}

h4, .h4 {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: none;
}

h5, .h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: none;
}

h6, .h6 {
    font-size: 1.3rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #1a1a1a;
    text-transform: uppercase;
}

p, .body-text, .body-copy-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #1a1a1a;
    text-transform: none;
}

.font-lead {
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.2rem;
    max-width: 66ch;
    color: #1a1a1a;
}

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

.weight-semibold {
    font-weight: 600;
}

strong, b, .bold {
    font-weight: 700;
}

.italic, em {
    font-style: italic;
}

small, .small-text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
}

.form-label {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: none;
}

/*h1, .h1, //Removed this styling, it make for a messy margin handling.
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p{
  &:first-child{
    margin-top: 0;
  }
  &:last-child{
    margin-bottom: 0;
  }
}*/
h1, .h1 {
    margin-bottom: 1.6rem;
    margin-top: 0px;
}

h2, .h2 {
    margin-top: 3rem;
    margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
    h2, .h2 {
        margin-top: 4rem;
    }
}

h3, .h3 {
    margin-top: 3rem;
    margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
    h3, .h3 {
        margin-top: 4rem;
    }
}

h4, .h4 {
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
}

h5, .h5 {
    margin-top: 2.4rem;
    margin-bottom: 0;
}

h6, .h6 {
    margin-top: 2.4rem;
    margin-bottom: 0;
}

.font-lead {
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
}

p, .body-text {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

h5 + p, h5 + ul, h5 + ol, .h5 + p, .h5 + ul, .h5 + ol, h6 + p, h6 + ul, h6 + ol, .h6 + p, .h6 + ul, .h6 + ol {
    margin-top: 0;
}

.function-link {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #1a1a1a;
    text-transform: none;
}

    .function-link:hover, .function-link:visited, .function-link:focus {
        color: #1a1a1a;
    }

    .function-link .icon-svg {
        margin-right: 4px;
    }

.background-dark .function-link .icon-svg {
    fill: white;
}

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

.icon-link {
    line-height: 2.4rem;
}

    .icon-link .icon-svg {
        margin-left: 4px;
        width: 1.6rem;
        height: 1.6rem;
        fill: currentColor;
    }

h1 a, h1 a:hover, h1 a:visited, h1 a:focus, .h1 a, .h1 a:hover, .h1 a:visited, .h1 a:focus,
h2 a,
h2 a:hover,
h2 a:visited,
h2 a:focus, .h2 a, .h2 a:hover, .h2 a:visited, .h2 a:focus,
h3 a,
h3 a:hover,
h3 a:visited,
h3 a:focus, .h3 a, .h3 a:hover, .h3 a:visited, .h3 a:focus,
h4 a,
h4 a:hover,
h4 a:visited,
h4 a:focus, .h4 a, .h4 a:hover, .h4 a:visited, .h4 a:focus,
h5 a,
h5 a:hover,
h5 a:visited,
h5 a:focus, .h5 a, .h5 a:hover, .h5 a:visited, .h5 a:focus,
h6 a,
h6 a:hover,
h6 a:visited,
h6 a:focus, .h6 a, .h6 a:hover, .h6 a:visited, .h6 a:focus {
    color: #1a1a1a;
    text-decoration: underline;
}

cite,
var,
address,
dfn {
    font-style: normal;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    max-width: 66ch;
}

p,
ul:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list),
ol:not(.accordion):not(.accordion-bordered) {
    max-width: 66ch;
}

.font-lead {
    max-width: 66ch;
}

.form-label, .form-hint, .form-error-message {
    max-width: 66ch;
}

.form-checkbox + label, .form-radio + label {
    max-width: 66ch;
}

a:not(.button) {
    max-width: 66ch;
}

.displayheading-1 {
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.6rem;
    margin-bottom: 0;
    color: #1a1a1a;
}

.displayheading-2 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 0;
    color: #1a1a1a;
}

.text-positive {
    color: #358000;
}

.text-negative {
    color: #CC0000;
}

.color-text-black {
    color: #1a1a1a;
}

.background-dark {
    background-color: #1a1a1a;
}

    .background-dark p, .background-dark span {
        color: #ffffff;
    }

.field-group-title {
    font-weight: 400;
}

    .field-group-title ~ hr {
        border: 2px solid #1a1a1a;
    }

h1, h2, h3, h4, h5, h6, p, legend, strong, b, cite, var, address, dfn {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "kern";
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern=1";
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.bg-normal {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
}

.bg-alternative {
    background: #F5F5F5 !important;
    background-color: #F5F5F5 !important;
}

.bg-modal {
    background: rgba(0, 0, 0, 0.75) !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.w-percent-10 {
    width: 10% !important;
}

.w-percent-20 {
    width: 20% !important;
}

.w-percent-30 {
    width: 30% !important;
}

.w-percent-40 {
    width: 40% !important;
}

.w-percent-50 {
    width: 50% !important;
}

.w-percent-60 {
    width: 60% !important;
}

.w-percent-70 {
    width: 70% !important;
}

.w-percent-80 {
    width: 80% !important;
}

.w-percent-90 {
    width: 90% !important;
}

.w-percent-100 {
    width: 100% !important;
}

@media (min-width: 576px) {
    .w-percent-sm-10 {
        width: 10% !important;
    }

    .w-percent-sm-20 {
        width: 20% !important;
    }

    .w-percent-sm-30 {
        width: 30% !important;
    }

    .w-percent-sm-40 {
        width: 40% !important;
    }

    .w-percent-sm-50 {
        width: 50% !important;
    }

    .w-percent-sm-60 {
        width: 60% !important;
    }

    .w-percent-sm-70 {
        width: 70% !important;
    }

    .w-percent-sm-80 {
        width: 80% !important;
    }

    .w-percent-sm-90 {
        width: 90% !important;
    }

    .w-percent-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .w-percent-md-10 {
        width: 10% !important;
    }

    .w-percent-md-20 {
        width: 20% !important;
    }

    .w-percent-md-30 {
        width: 30% !important;
    }

    .w-percent-md-40 {
        width: 40% !important;
    }

    .w-percent-md-50 {
        width: 50% !important;
    }

    .w-percent-md-60 {
        width: 60% !important;
    }

    .w-percent-md-70 {
        width: 70% !important;
    }

    .w-percent-md-80 {
        width: 80% !important;
    }

    .w-percent-md-90 {
        width: 90% !important;
    }

    .w-percent-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .w-percent-lg-10 {
        width: 10% !important;
    }

    .w-percent-lg-20 {
        width: 20% !important;
    }

    .w-percent-lg-30 {
        width: 30% !important;
    }

    .w-percent-lg-40 {
        width: 40% !important;
    }

    .w-percent-lg-50 {
        width: 50% !important;
    }

    .w-percent-lg-60 {
        width: 60% !important;
    }

    .w-percent-lg-70 {
        width: 70% !important;
    }

    .w-percent-lg-80 {
        width: 80% !important;
    }

    .w-percent-lg-90 {
        width: 90% !important;
    }

    .w-percent-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .w-percent-xl-10 {
        width: 10% !important;
    }

    .w-percent-xl-20 {
        width: 20% !important;
    }

    .w-percent-xl-30 {
        width: 30% !important;
    }

    .w-percent-xl-40 {
        width: 40% !important;
    }

    .w-percent-xl-50 {
        width: 50% !important;
    }

    .w-percent-xl-60 {
        width: 60% !important;
    }

    .w-percent-xl-70 {
        width: 70% !important;
    }

    .w-percent-xl-80 {
        width: 80% !important;
    }

    .w-percent-xl-90 {
        width: 90% !important;
    }

    .w-percent-xl-100 {
        width: 100% !important;
    }
}

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

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

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

@media (min-width: 576px) {
    .align-text-sm-left {
        text-align: left !important;
    }

    .align-text-sm-right {
        text-align: right !important;
    }

    .align-text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .align-text-md-left {
        text-align: left !important;
    }

    .align-text-md-right {
        text-align: right !important;
    }

    .align-text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .align-text-lg-left {
        text-align: left !important;
    }

    .align-text-lg-right {
        text-align: right !important;
    }

    .align-text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .align-text-xl-left {
        text-align: left !important;
    }

    .align-text-xl-right {
        text-align: right !important;
    }

    .align-text-xl-center {
        text-align: center !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

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

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

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

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 2px !important;
}

.mt-1,
.my-1 {
    margin-top: 2px !important;
}

.mr-1,
.mx-1 {
    margin-right: 2px !important;
}

.mb-1,
.my-1 {
    margin-bottom: 2px !important;
}

.ml-1,
.mx-1 {
    margin-left: 2px !important;
}

.m-2 {
    margin: 4px !important;
}

.mt-2,
.my-2 {
    margin-top: 4px !important;
}

.mr-2,
.mx-2 {
    margin-right: 4px !important;
}

.mb-2,
.my-2 {
    margin-bottom: 4px !important;
}

.ml-2,
.mx-2 {
    margin-left: 4px !important;
}

.m-3 {
    margin: 8px !important;
}

.mt-3,
.my-3 {
    margin-top: 8px !important;
}

.mr-3,
.mx-3 {
    margin-right: 8px !important;
}

.mb-3,
.my-3 {
    margin-bottom: 8px !important;
}

.ml-3,
.mx-3 {
    margin-left: 8px !important;
}

.m-4 {
    margin: 16px !important;
}

.mt-4,
.my-4 {
    margin-top: 16px !important;
}

.mr-4,
.mx-4 {
    margin-right: 16px !important;
}

.mb-4,
.my-4 {
    margin-bottom: 16px !important;
}

.ml-4,
.mx-4 {
    margin-left: 16px !important;
}

.m-5 {
    margin: 24px !important;
}

.mt-5,
.my-5 {
    margin-top: 24px !important;
}

.mr-5,
.mx-5 {
    margin-right: 24px !important;
}

.mb-5,
.my-5 {
    margin-bottom: 24px !important;
}

.ml-5,
.mx-5 {
    margin-left: 24px !important;
}

.m-6 {
    margin: 32px !important;
}

.mt-6,
.my-6 {
    margin-top: 32px !important;
}

.mr-6,
.mx-6 {
    margin-right: 32px !important;
}

.mb-6,
.my-6 {
    margin-bottom: 32px !important;
}

.ml-6,
.mx-6 {
    margin-left: 32px !important;
}

.m-7 {
    margin: 40px !important;
}

.mt-7,
.my-7 {
    margin-top: 40px !important;
}

.mr-7,
.mx-7 {
    margin-right: 40px !important;
}

.mb-7,
.my-7 {
    margin-bottom: 40px !important;
}

.ml-7,
.mx-7 {
    margin-left: 40px !important;
}

.m-8 {
    margin: 48px !important;
}

.mt-8,
.my-8 {
    margin-top: 48px !important;
}

.mr-8,
.mx-8 {
    margin-right: 48px !important;
}

.mb-8,
.my-8 {
    margin-bottom: 48px !important;
}

.ml-8,
.mx-8 {
    margin-left: 48px !important;
}

.m-9 {
    margin: 56px !important;
}

.mt-9,
.my-9 {
    margin-top: 56px !important;
}

.mr-9,
.mx-9 {
    margin-right: 56px !important;
}

.mb-9,
.my-9 {
    margin-bottom: 56px !important;
}

.ml-9,
.mx-9 {
    margin-left: 56px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 2px !important;
}

.pt-1,
.py-1 {
    padding-top: 2px !important;
}

.pr-1,
.px-1 {
    padding-right: 2px !important;
}

.pb-1,
.py-1 {
    padding-bottom: 2px !important;
}

.pl-1,
.px-1 {
    padding-left: 2px !important;
}

.p-2 {
    padding: 4px !important;
}

.pt-2,
.py-2 {
    padding-top: 4px !important;
}

.pr-2,
.px-2 {
    padding-right: 4px !important;
}

.pb-2,
.py-2 {
    padding-bottom: 4px !important;
}

.pl-2,
.px-2 {
    padding-left: 4px !important;
}

.p-3 {
    padding: 8px !important;
}

.pt-3,
.py-3 {
    padding-top: 8px !important;
}

.pr-3,
.px-3 {
    padding-right: 8px !important;
}

.pb-3,
.py-3 {
    padding-bottom: 8px !important;
}

.pl-3,
.px-3 {
    padding-left: 8px !important;
}

.p-4 {
    padding: 16px !important;
}

.pt-4,
.py-4 {
    padding-top: 16px !important;
}

.pr-4,
.px-4 {
    padding-right: 16px !important;
}

.pb-4,
.py-4 {
    padding-bottom: 16px !important;
}

.pl-4,
.px-4 {
    padding-left: 16px !important;
}

.p-5 {
    padding: 24px !important;
}

.pt-5,
.py-5 {
    padding-top: 24px !important;
}

.pr-5,
.px-5 {
    padding-right: 24px !important;
}

.pb-5,
.py-5 {
    padding-bottom: 24px !important;
}

.pl-5,
.px-5 {
    padding-left: 24px !important;
}

.p-6 {
    padding: 32px !important;
}

.pt-6,
.py-6 {
    padding-top: 32px !important;
}

.pr-6,
.px-6 {
    padding-right: 32px !important;
}

.pb-6,
.py-6 {
    padding-bottom: 32px !important;
}

.pl-6,
.px-6 {
    padding-left: 32px !important;
}

.p-7 {
    padding: 40px !important;
}

.pt-7,
.py-7 {
    padding-top: 40px !important;
}

.pr-7,
.px-7 {
    padding-right: 40px !important;
}

.pb-7,
.py-7 {
    padding-bottom: 40px !important;
}

.pl-7,
.px-7 {
    padding-left: 40px !important;
}

.p-8 {
    padding: 48px !important;
}

.pt-8,
.py-8 {
    padding-top: 48px !important;
}

.pr-8,
.px-8 {
    padding-right: 48px !important;
}

.pb-8,
.py-8 {
    padding-bottom: 48px !important;
}

.pl-8,
.px-8 {
    padding-left: 48px !important;
}

.p-9 {
    padding: 56px !important;
}

.pt-9,
.py-9 {
    padding-top: 56px !important;
}

.pr-9,
.px-9 {
    padding-right: 56px !important;
}

.pb-9,
.py-9 {
    padding-bottom: 56px !important;
}

.pl-9,
.px-9 {
    padding-left: 56px !important;
}

.m-auto {
    margin: auto !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;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 2px !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 2px !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 2px !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 2px !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 2px !important;
    }

    .m-sm-2 {
        margin: 4px !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 4px !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 4px !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 4px !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 4px !important;
    }

    .m-sm-3 {
        margin: 8px !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 8px !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 8px !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 8px !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 8px !important;
    }

    .m-sm-4 {
        margin: 16px !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 16px !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 16px !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 16px !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 16px !important;
    }

    .m-sm-5 {
        margin: 24px !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 24px !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 24px !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 24px !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 24px !important;
    }

    .m-sm-6 {
        margin: 32px !important;
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 32px !important;
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 32px !important;
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 32px !important;
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 32px !important;
    }

    .m-sm-7 {
        margin: 40px !important;
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 40px !important;
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 40px !important;
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 40px !important;
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 40px !important;
    }

    .m-sm-8 {
        margin: 48px !important;
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 48px !important;
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 48px !important;
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 48px !important;
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 48px !important;
    }

    .m-sm-9 {
        margin: 56px !important;
    }

    .mt-sm-9,
    .my-sm-9 {
        margin-top: 56px !important;
    }

    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 56px !important;
    }

    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 56px !important;
    }

    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 56px !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 2px !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 2px !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 2px !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 2px !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 2px !important;
    }

    .p-sm-2 {
        padding: 4px !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 4px !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 4px !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 4px !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 4px !important;
    }

    .p-sm-3 {
        padding: 8px !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 8px !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 8px !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 8px !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 8px !important;
    }

    .p-sm-4 {
        padding: 16px !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 16px !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 16px !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 16px !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 16px !important;
    }

    .p-sm-5 {
        padding: 24px !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 24px !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 24px !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 24px !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 24px !important;
    }

    .p-sm-6 {
        padding: 32px !important;
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 32px !important;
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 32px !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 32px !important;
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 32px !important;
    }

    .p-sm-7 {
        padding: 40px !important;
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 40px !important;
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 40px !important;
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 40px !important;
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 40px !important;
    }

    .p-sm-8 {
        padding: 48px !important;
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 48px !important;
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 48px !important;
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 48px !important;
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 48px !important;
    }

    .p-sm-9 {
        padding: 56px !important;
    }

    .pt-sm-9,
    .py-sm-9 {
        padding-top: 56px !important;
    }

    .pr-sm-9,
    .px-sm-9 {
        padding-right: 56px !important;
    }

    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 56px !important;
    }

    .pl-sm-9,
    .px-sm-9 {
        padding-left: 56px !important;
    }

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

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 2px !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 2px !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 2px !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 2px !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 2px !important;
    }

    .m-md-2 {
        margin: 4px !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 4px !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 4px !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 4px !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 4px !important;
    }

    .m-md-3 {
        margin: 8px !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 8px !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 8px !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 8px !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 8px !important;
    }

    .m-md-4 {
        margin: 16px !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 16px !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 16px !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 16px !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 16px !important;
    }

    .m-md-5 {
        margin: 24px !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 24px !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 24px !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 24px !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 24px !important;
    }

    .m-md-6 {
        margin: 32px !important;
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 32px !important;
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 32px !important;
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 32px !important;
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 32px !important;
    }

    .m-md-7 {
        margin: 40px !important;
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 40px !important;
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 40px !important;
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 40px !important;
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 40px !important;
    }

    .m-md-8 {
        margin: 48px !important;
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 48px !important;
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 48px !important;
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 48px !important;
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 48px !important;
    }

    .m-md-9 {
        margin: 56px !important;
    }

    .mt-md-9,
    .my-md-9 {
        margin-top: 56px !important;
    }

    .mr-md-9,
    .mx-md-9 {
        margin-right: 56px !important;
    }

    .mb-md-9,
    .my-md-9 {
        margin-bottom: 56px !important;
    }

    .ml-md-9,
    .mx-md-9 {
        margin-left: 56px !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 2px !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 2px !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 2px !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 2px !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 2px !important;
    }

    .p-md-2 {
        padding: 4px !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 4px !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 4px !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 4px !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 4px !important;
    }

    .p-md-3 {
        padding: 8px !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 8px !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 8px !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 8px !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 8px !important;
    }

    .p-md-4 {
        padding: 16px !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 16px !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 16px !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 16px !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 16px !important;
    }

    .p-md-5 {
        padding: 24px !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 24px !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 24px !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 24px !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 24px !important;
    }

    .p-md-6 {
        padding: 32px !important;
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 32px !important;
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 32px !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 32px !important;
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 32px !important;
    }

    .p-md-7 {
        padding: 40px !important;
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 40px !important;
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 40px !important;
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 40px !important;
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 40px !important;
    }

    .p-md-8 {
        padding: 48px !important;
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 48px !important;
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 48px !important;
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 48px !important;
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 48px !important;
    }

    .p-md-9 {
        padding: 56px !important;
    }

    .pt-md-9,
    .py-md-9 {
        padding-top: 56px !important;
    }

    .pr-md-9,
    .px-md-9 {
        padding-right: 56px !important;
    }

    .pb-md-9,
    .py-md-9 {
        padding-bottom: 56px !important;
    }

    .pl-md-9,
    .px-md-9 {
        padding-left: 56px !important;
    }

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

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 2px !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 2px !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 2px !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 2px !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 2px !important;
    }

    .m-lg-2 {
        margin: 4px !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 4px !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 4px !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 4px !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 4px !important;
    }

    .m-lg-3 {
        margin: 8px !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 8px !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 8px !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 8px !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 8px !important;
    }

    .m-lg-4 {
        margin: 16px !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 16px !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 16px !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 16px !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 16px !important;
    }

    .m-lg-5 {
        margin: 24px !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 24px !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 24px !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 24px !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 24px !important;
    }

    .m-lg-6 {
        margin: 32px !important;
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 32px !important;
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 32px !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 32px !important;
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 32px !important;
    }

    .m-lg-7 {
        margin: 40px !important;
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 40px !important;
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 40px !important;
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 40px !important;
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 40px !important;
    }

    .m-lg-8 {
        margin: 48px !important;
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 48px !important;
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 48px !important;
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 48px !important;
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 48px !important;
    }

    .m-lg-9 {
        margin: 56px !important;
    }

    .mt-lg-9,
    .my-lg-9 {
        margin-top: 56px !important;
    }

    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 56px !important;
    }

    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 56px !important;
    }

    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 56px !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 2px !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 2px !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 2px !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 2px !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 2px !important;
    }

    .p-lg-2 {
        padding: 4px !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 4px !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 4px !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 4px !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 4px !important;
    }

    .p-lg-3 {
        padding: 8px !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 8px !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 8px !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 8px !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 8px !important;
    }

    .p-lg-4 {
        padding: 16px !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 16px !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 16px !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 16px !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 16px !important;
    }

    .p-lg-5 {
        padding: 24px !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 24px !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 24px !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 24px !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 24px !important;
    }

    .p-lg-6 {
        padding: 32px !important;
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 32px !important;
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 32px !important;
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 32px !important;
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 32px !important;
    }

    .p-lg-7 {
        padding: 40px !important;
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 40px !important;
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 40px !important;
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 40px !important;
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 40px !important;
    }

    .p-lg-8 {
        padding: 48px !important;
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 48px !important;
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 48px !important;
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 48px !important;
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 48px !important;
    }

    .p-lg-9 {
        padding: 56px !important;
    }

    .pt-lg-9,
    .py-lg-9 {
        padding-top: 56px !important;
    }

    .pr-lg-9,
    .px-lg-9 {
        padding-right: 56px !important;
    }

    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 56px !important;
    }

    .pl-lg-9,
    .px-lg-9 {
        padding-left: 56px !important;
    }

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

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 2px !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 2px !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 2px !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 2px !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 2px !important;
    }

    .m-xl-2 {
        margin: 4px !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 4px !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 4px !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 4px !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 4px !important;
    }

    .m-xl-3 {
        margin: 8px !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 8px !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 8px !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 8px !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 8px !important;
    }

    .m-xl-4 {
        margin: 16px !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 16px !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 16px !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 16px !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 16px !important;
    }

    .m-xl-5 {
        margin: 24px !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 24px !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 24px !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 24px !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 24px !important;
    }

    .m-xl-6 {
        margin: 32px !important;
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 32px !important;
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 32px !important;
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 32px !important;
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 32px !important;
    }

    .m-xl-7 {
        margin: 40px !important;
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 40px !important;
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 40px !important;
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 40px !important;
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 40px !important;
    }

    .m-xl-8 {
        margin: 48px !important;
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 48px !important;
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 48px !important;
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 48px !important;
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 48px !important;
    }

    .m-xl-9 {
        margin: 56px !important;
    }

    .mt-xl-9,
    .my-xl-9 {
        margin-top: 56px !important;
    }

    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 56px !important;
    }

    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 56px !important;
    }

    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 56px !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 2px !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 2px !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 2px !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 2px !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 2px !important;
    }

    .p-xl-2 {
        padding: 4px !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 4px !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 4px !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 4px !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 4px !important;
    }

    .p-xl-3 {
        padding: 8px !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 8px !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 8px !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 8px !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 8px !important;
    }

    .p-xl-4 {
        padding: 16px !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 16px !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 16px !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 16px !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 16px !important;
    }

    .p-xl-5 {
        padding: 24px !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 24px !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 24px !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 24px !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 24px !important;
    }

    .p-xl-6 {
        padding: 32px !important;
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 32px !important;
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 32px !important;
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 32px !important;
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 32px !important;
    }

    .p-xl-7 {
        padding: 40px !important;
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 40px !important;
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 40px !important;
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 40px !important;
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 40px !important;
    }

    .p-xl-8 {
        padding: 48px !important;
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 48px !important;
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 48px !important;
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 48px !important;
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 48px !important;
    }

    .p-xl-9 {
        padding: 56px !important;
    }

    .pt-xl-9,
    .py-xl-9 {
        padding-top: 56px !important;
    }

    .pr-xl-9,
    .px-xl-9 {
        padding-right: 56px !important;
    }

    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 56px !important;
    }

    .pl-xl-9,
    .px-xl-9 {
        padding-left: 56px !important;
    }

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

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.d-none {
    display: none !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;
}

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !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;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !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;
    }
}

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

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

.section + .section {
    margin-top: 24px;
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 100%;
    padding: calc(8px - 2px) calc(16px - 2px);
    border-radius: 4px;
    border: 2px solid #454545;
    font-size: 1.6rem;
    font-weight: 500;
    min-height: 40px;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 2.4rem;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

@media (min-width: 768px) {
    .button {
        width: auto;
    }
}

@media (max-width: 767px) {
    .button + .button {
        margin-top: 8px;
    }
}

.button.focus, .button:focus {
    outline: 4px solid #747474;
    outline-offset: 1px;
    color: #ffffff;
}

.button.button-primary {
    color: #ffffff;
    background-color: #747474;
    border-color: #454545;
}

    .button.button-primary:hover, .button.button-primary.button-hover {
        background-color: #454545;
        border-color: #1a1a1a;
    }

    .button.button-primary:active, .button.button-primary.button-active {
        background-color: #1a1a1a;
        border-color: #1a1a1a;
    }

    .button.button-primary.focus, .button.button-primary:focus {
        background-color: #747474;
        border-color: #454545;
    }

    .button.button-primary:disabled,
    .button.button-primary .disabled {
        opacity: 0.3;
        box-shadow: none !important;
        cursor: not-allowed;
    }

        .button.button-primary:disabled:hover,
        .button.button-primary .disabled:hover {
            color: #ffffff !important;
            background-color: #747474 !important;
            border-color: #454545 !important;
            opacity: 0.3 !important;
            box-shadow: none !important;
        }

.button.button-secondary {
    color: #1a1a1a;
    background-color: #F5F5F5;
    border-color: #747474;
}

    .button.button-secondary:hover, .button.button-secondary.button-hover {
        background-color: #DCDCDC;
        border-color: #454545;
    }

    .button.button-secondary:active, .button.button-secondary.button-active {
        background-color: #BFBFBF;
        border-color: #1a1a1a;
    }

    .button.button-secondary.focus, .button.button-secondary:focus {
        background-color: #F5F5F5;
        border-color: #747474;
    }

    .button.button-secondary:disabled,
    .button.button-secondary .disabled {
        opacity: 0.3;
        box-shadow: none !important;
        cursor: not-allowed;
        border-color: #BFBFBF !important;
    }

        .button.button-secondary:disabled:hover,
        .button.button-secondary .disabled:hover {
            color: #1a1a1a !important;
            background-color: #F5F5F5 !important;
            border-color: #BFBFBF !important;
            opacity: 0.3 !important;
            box-shadow: none !important;
        }

.button.button-tertiary {
    border-color: #747474;
    background-color: transparent;
    color: #1a1a1a;
    font-weight: 400;
}

    .button.button-tertiary:hover, .button.button-tertiary.button-hover {
        border-color: #454545;
    }

    .button.button-tertiary:active, .button.button-tertiary.button-active {
        border-color: #1a1a1a;
    }

    .button.button-tertiary.focus, .button.button-tertiary:focus {
        border-color: #747474;
        background-color: transparent;
    }

    .button.button-tertiary:disabled,
    .button.button-tertiary .disabled {
        opacity: 0.3;
        box-shadow: none !important;
        cursor: not-allowed;
    }

        .button.button-tertiary:disabled:hover,
        .button.button-tertiary .disabled:hover {
            border-color: #747474 !important;
            background-color: transparent !important;
            color: #1a1a1a;
            font-weight: 400 !important;
            opacity: 0.3;
            box-shadow: none !important;
        }

.button.button-quaternary {
    color: #454545;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
    font-weight: 400;
    padding-left: calc(8px - 2px);
}

    .button.button-quaternary:hover, .button.button-quaternary.button-hover {
        background-color: #DCDCDC;
        box-shadow: none;
        border-bottom-color: transparent;
    }

    .button.button-quaternary:active, .button.button-quaternary.button-active {
        background-color: #BFBFBF;
        box-shadow: none;
        border-bottom-color: transparent;
    }

    .button.button-quaternary.focus, .button.button-quaternary:focus {
        color: #1a1a1a;
        box-shadow: none;
        border-bottom-color: transparent;
    }

    .button.button-quaternary:disabled,
    .button.button-quaternary .disabled {
        opacity: 0.3;
        box-shadow: none !important;
        cursor: not-allowed;
    }

        .button.button-quaternary:disabled:hover,
        .button.button-quaternary .disabled:hover {
            color: #454545 !important;
            background-color: transparent !important;
            font-weight: 400 !important;
            opacity: 0.3 !important;
            box-shadow: none !important;
        }

    .button.button-quaternary .icon-svg {
        margin-right: 0;
    }

.button.button-small {
    color: #1a1a1a;
    background-color: #F5F5F5;
    border-color: #BFBFBF;
}

    .button.button-small:hover, .button.button-small.button-hover {
        background-color: #F5F5F5;
        border-color: #747474;
    }

    .button.button-small:active, .button.button-small.button-active {
        background-color: #BFBFBF;
        border-color: #1a1a1a;
    }

    .button.button-small.focus, .button.button-small:focus {
        background-color: #F5F5F5;
        border-color: #BFBFBF;
    }

    .button.button-small:disabled,
    .button.button-small .disabled {
        opacity: 0.3;
        box-shadow: none !important;
        cursor: not-allowed;
    }

        .button.button-small:disabled:hover,
        .button.button-small .disabled:hover {
            color: #1a1a1a !important;
            background-color: #F5F5F5 !important;
            border-color: #BFBFBF !important;
            opacity: 0.3 !important;
            box-shadow: none !important;
        }

.button .icon-svg {
    margin-right: 4px;
    fill: currentColor;
}

.button-unstyled {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
    color: inherit;
}

    .button-unstyled:hover, .button-unstyled:focus {
        background-color: transparent;
        color: inherit;
    }

@media (min-width: 576px) {
    .button + .button {
        margin-left: 8px;
    }

        .button + .button:first-child {
            margin-left: 0;
        }
}

.button-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .button-column .button {
        margin-top: 8px;
        margin-left: 0;
    }

        .button-column .button:first-child {
            margin-top: 0;
        }

.tag {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    border: none;
    font-size: 1.6rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #454545;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 2.4rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

    .tag.tag-icon {
        padding: 0;
        padding-left: 8px;
    }

@media (min-width: 576px) {
    .tag {
        width: auto;
    }
}

.tag + .tag {
    margin-bottom: 8px;
}

.tag:hover, .tag.tag-hover {
    background-color: #747474;
}

.tag:active, .tag.tag-active {
    background-color: #1a1a1a;
}

.tag.focus, .tag:focus {
    background-color: #454545;
}

.tag.focus, .tag:focus {
    border-color: #747474;
    outline-color: #747474;
    position: relative;
}

.tag .icon-svg {
    float: right;
    margin: 0px 0px 0px 5px;
    fill: white;
}

.button-row {
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0 1rem;
}

.badge {
    padding: 0;
    padding-left: 4px;
    padding-right: 4px;
    border: none;
    font-weight: 600;
    color: #ffffff;
    background: #1a1a1a;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

    .badge.badge-large {
        color: #ffffff;
        background-color: #1a1a1a;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .badge.badge-small {
        color: #ffffff;
        background-color: #1a1a1a;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

img {
    max-width: 100%;
}

figure {
    margin-left: 0;
    margin-right: 0;
}

.icon {
    height: 2.4rem;
    width: 2.4rem;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 100%;
}

.icon-svg {
    height: 2.4rem;
    width: 2.4rem;
    vertical-align: middle;
}

.icon-svg--inherit-color {
    fill: currentColor;
}

.inline-svg {
    height: 1em;
    width: 1em;
}

.icon-svg-large {
    height: 4.8rem;
    width: 4.8rem;
    vertical-align: middle;
}

.icon-svg-large--inherit-color {
    fill: currentColor;
}

.icon-add {
    background-image: url("../img/svg-icons/add.svg");
}

.icon-alert-outline {
    background-image: url("../img/svg-icons/alert-outline.svg");
}

.icon-angle-arrow-down {
    background-image: url("../img/svg-icons/angle-arrow-down.svg");
}

.icon-angle-arrow-up {
    background-image: url("../img/svg-icons/angle-arrow-up.svg");
}

.icon-arrow-left {
    background-image: url("../img/svg-icons/arrow-left.svg");
}

.icon-arrow-right {
    background-image: url("../img/svg-icons/arrow-right.svg");
}

.icon-book-open {
    background-image: url("../img/svg-icons/book-open.svg");
}

.icon-calendar {
    background-image: url("../img/svg-icons/calendar.svg");
}

.icon-cash-multiple {
    background-image: url("../img/svg-icons/cash-multiple.svg");
}

.icon-check {
    background-image: url("../img/svg-icons/check.svg");
}

.icon-check-circle-outline {
    background-image: url("../img/svg-icons/check-circle-outline.svg");
}

.icon-chevron-left {
    background-image: url("../img/svg-icons/chevron-left.svg");
}

.icon-chevron-right {
    background-image: url("../img/svg-icons/chevron-right.svg");
}

.icon-close {
    background-image: url("../img/svg-icons/close.svg");
}

.icon-close-circle {
    background-image: url("../img/svg-icons/close-circle.svg");
}

.icon-close-circle-outline {
    background-image: url("../img/svg-icons/close-circle-outline.svg");
}

.icon-content-save {
    background-image: url("../img/svg-icons/content-save.svg");
}

.icon-delete {
    background-image: url("../img/svg-icons/delete.svg");
}

.icon-delete-outline {
    background-image: url("../img/svg-icons/delete-outline.svg");
}

.icon-dots-vertical {
    background-image: url("../img/svg-icons/dots-vertical.svg");
}

.icon-download {
    background-image: url("../img/svg-icons/download.svg");
}

.icon-error {
    background-image: url("../img/svg-icons/error.svg");
}

.icon-file {
    background-image: url("../img/svg-icons/file.svg");
}

.icon-file-document-box {
    background-image: url("../img/svg-icons/file-document-box.svg");
}

.icon-folder-multiple {
    background-image: url("../img/svg-icons/folder-multiple.svg");
}

.icon-help {
    background-image: url("../img/svg-icons/help.svg");
}

.icon-help-circle-outline {
    background-image: url("../img/svg-icons/help-circle-outline.svg");
}

.icon-info {
    background-image: url("../img/svg-icons/info.svg");
}

.icon-language {
    background-image: url("../img/svg-icons/language.svg");
}

.icon-magnify {
    background-image: url("../img/svg-icons/magnify.svg");
}

.icon-menu-down {
    background-image: url("../img/svg-icons/menu-down.svg");
}

.icon-menu-left {
    background-image: url("../img/svg-icons/menu-left.svg");
}

.icon-menu-right {
    background-image: url("../img/svg-icons/menu-right.svg");
}

.icon-menu-up {
    background-image: url("../img/svg-icons/menu-up.svg");
}

.icon-message {
    background-image: url("../img/svg-icons/message.svg");
}

.icon-minus {
    background-image: url("../img/svg-icons/minus.svg");
}

.icon-open-in-new {
    background-image: url("../img/svg-icons/open-in-new.svg");
}

.icon-pencil {
    background-image: url("../img/svg-icons/pencil.svg");
}

.icon-plus {
    background-image: url("../img/svg-icons/plus.svg");
}

.icon-printer {
    background-image: url("../img/svg-icons/printer.svg");
}

.icon-refresh {
    background-image: url("../img/svg-icons/refresh.svg");
}

.icon-save {
    background-image: url("../img/svg-icons/save.svg");
}

.icon-settings {
    background-image: url("../img/svg-icons/settings.svg");
}

.icon-sort-acending {
    background-image: url("../img/svg-icons/sort-acending.svg");
}

.icon-sort-descending {
    background-image: url("../img/svg-icons/sort-descending.svg");
}

.icon-sort-none {
    background-image: url("../img/svg-icons/sort-none.svg");
}

.icon-success {
    background-image: url("../img/svg-icons/success.svg");
}

.icon-warning {
    background-image: url("../img/svg-icons/warning.svg");
}

.hide-base-svg {
    display: none;
}

.form-group {
    margin-top: 24px;
}

    .form-group:first-child {
        margin-top: 0;
    }

.form-hint {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #1a1a1a;
    text-transform: none;
    display: block;
    color: #747474;
}

.form-label {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: none;
}

.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #747474;
    border-radius: 4px;
    color: #1a1a1a;
    display: block;
    font-size: 1.6rem;
    line-height: 2.4rem;
    height: calc(2.4rem + (8px * 2));
    padding: calc(8px - 1px) calc(16px - 1px);
    width: 100%;
    max-width: 32rem;
    margin-top: 8px;
    text-align: left;
}

    .form-input:focus, .form-input.focus {
        outline: 4px solid #747474;
        outline-offset: 1px;
    }

table .form-input {
    margin-top: 0;
}

textarea.form-input {
    height: auto;
}

.form-select {
    border: 1px solid #747474;
    border-radius: 4px;
    color: #1a1a1a;
    display: block;
    font-size: 1.6rem;
    line-height: 2.4rem;
    height: calc(2.4rem + (8px * 2));
    max-width: 32rem;
    width: 100%;
    margin-top: 8px;
    text-align: left;
    padding: calc(8px - 1px) calc(16px - 1px);
    padding-right: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
}

    .form-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #1a1a1a;
    }

    .form-select:focus, .form-select.focus {
        outline: 4px solid #747474;
        outline-offset: 1px;
    }

    .form-select::-ms-expand {
        display: none;
    }

    .form-select:disabled {
        background-color: #F5F5F5;
        color: #999999;
        cursor: not-allowed;
    }

table .form-select {
    margin-top: 0;
}

.form-group.form-error {
    border-left: 4px solid #CC0000;
    padding-top: 8px;
    padding-left: calc(16px - 4px);
    padding-bottom: 8px;
}

    .form-group.form-error .form-input,
    .form-group.form-error .form-select {
        border: 2px solid #CC0000;
        padding: calc(8px - 2px) calc(16px - 2px);
    }

.form-error-message {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: none;
    display: block;
    color: #CC0000;
    margin-top: 4px;
}

.form-group.form-success .form-input,
.form-group.form-success .form-select {
    border: 2px solid #358000;
    padding: calc(8px - 2px) calc(16px - 2px);
}

input[type=text]:disabled, textarea:disabled {
    background: #F5F5F5;
    color: #999999;
    cursor: not-allowed;
}

input[readonly][type=text] {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
}

input[readonly][type=text], textarea[readonly] {
    background-color: transparent;
    color: #1a1a1a;
    border: none;
    cursor: default;
    padding: 0;
    pointer-events: none;
}

.form-checkbox,
.form-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    left: -999em;
}

    .form-checkbox + label,
    .form-radio + label {
        cursor: pointer;
        font-weight: 400;
        line-height: 2.4rem;
        margin-bottom: 0;
        display: inline-block;
        outline: none;
        color: #1a1a1a;
        position: relative;
        padding-left: calc(18px + 8px);
        min-height: 18px;
    }

        .form-checkbox + label::before,
        .form-radio + label::before {
            content: '';
            display: inline-block;
            background: #ffffff;
            border-radius: 2px;
            border: 2px solid #1a1a1a;
            height: 18px;
            line-height: 2.4rem;
            margin-right: 8px;
            width: 18px;
            position: absolute;
            top: 3px;
            left: 0;
        }

    .form-checkbox.checkbox-large + label {
        padding-top: 8px;
        padding-left: calc(34px + 8px);
        padding-bottom: 8px;
        min-height: 34px;
    }

        .form-checkbox.checkbox-large + label:before {
            height: 34px;
            width: 34px;
        }

    .form-radio + label::before {
        border-radius: 100%;
        height: 18px;
        width: 18px;
    }

    .form-radio.radio-large + label {
        padding-top: 8px;
        padding-left: calc(34px + 8px);
        padding-bottom: 8px;
    }

        .form-radio.radio-large + label:before {
            height: 34px;
            width: 34px;
        }

    .form-checkbox:checked + label:before {
        background-color: #1a1a1a;
    }

    .form-checkbox:checked + label:after {
        content: "";
        height: 7px;
        width: 12px;
        position: absolute;
        left: 3px;
        top: 4px;
        box-shadow: -2px 2px 0 0 #fff;
        -ms-transform: rotate(-46deg);
        transform: rotate(-46deg);
    }

    .form-checkbox.checkbox-large:checked + label:after {
        height: 12px;
        width: 22px;
        left: 6px;
        top: 6px;
        box-shadow: -3px 3px 0 0 #fff;
    }

    .form-radio:checked + label {
        position: relative;
    }

        .form-radio:checked + label:after {
            content: "";
            height: calc(18px - 10px);
            width: calc(18px - 10px);
            background-color: #1a1a1a;
            position: absolute;
            left: 5px;
            top: 8px;
            border-radius: 100%;
        }

    .form-radio.radio-large:checked + label:after {
        content: "";
        height: calc(34px - 16px);
        width: calc(34px - 16px);
        left: 8px;
        top: 11px;
    }

    .form-checkbox:disabled + label,
    .form-radio:disabled + label {
        color: #999999;
        cursor: not-allowed;
    }

        .form-checkbox:disabled + label:before,
        .form-radio:disabled + label:before {
            border-color: #BFBFBF;
            background-color: #F5F5F5;
        }

    .form-checkbox:checked[disabled] + label:before {
        background-color: #1a1a1a;
        border-color: #1a1a1a;
        opacity: 0.5;
    }

    .form-radio:checked[disabled] + label:before {
        background-color: #1a1a1a;
        border-color: #1a1a1a;
        opacity: 0.5;
    }

    .form-checkbox:focus + label::before,
    .form-checkbox.focus + label::before {
        outline: 4px solid #747474;
        outline-offset: 1px;
    }

    .form-radio:focus + label::before,
    .form-radio.focus + label::before {
        box-shadow: 0 0 0 3px #747474;
    }

[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding-left: 0;
    width: 100%;
}

    [type=range]::-webkit-slider-runnable-track {
        background: #BFBFBF;
        border: 1px solid #747474;
        cursor: pointer;
        height: 1.2rem;
        width: 100%;
    }

    [type=range]::-moz-range-track {
        background: #747474;
        border: 1px solid #747474;
        cursor: pointer;
        height: 1.2rem;
        width: 100%;
    }

    [type=range]::-ms-track {
        background: transparent;
        color: transparent;
        cursor: pointer;
        height: 1.2rem;
        width: 100%;
    }

    [type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 1px solid #747474;
        height: 2.2rem;
        border-radius: 1.5rem;
        background: #F5F5F5;
        cursor: pointer;
        margin-top: -.65rem;
        width: 2.2rem;
    }

    [type=range]::-moz-range-thumb {
        background: #F5F5F5;
        border: 1px solid #747474;
        border-radius: 1.5rem;
        cursor: pointer;
        height: 2.2rem;
        width: 2.2rem;
    }

    [type=range]::-ms-thumb {
        background: #F5F5F5;
        border: 1px solid #747474;
        border-radius: 1.5rem;
        cursor: pointer;
        height: 2.2rem;
        width: 2.2rem;
    }

    [type=range]::-ms-fill-lower {
        background: #BFBFBF;
        border: 1px solid #747474;
        border-radius: 2rem;
    }

    [type=range]::-ms-fill-upper {
        background: #BFBFBF;
        border: 1px solid #747474;
        border-radius: 2rem;
    }

.date-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .date-group label {
        margin-top: 0;
        font-weight: 400;
    }

    .date-group .form-group-day,
    .date-group .form-group-month,
    .date-group .form-group-year {
        margin-right: 16px;
        margin-top: 0;
    }

    .date-group .form-group-day,
    .date-group .form-group-month {
        width: calc(2px + 16px + 16px + 2ch);
    }

    .date-group .form-group-year {
        width: calc(2px + 16px + 16px + 4ch);
    }

    .date-group .button-open-calendar {
        margin-bottom: 8px;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

input[type='number'] {
    -moz-appearance: textfield !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

.form-label + input[type=file] {
    margin-top: 8px;
}

input[type=file] {
    display: block;
}

ul {
    padding-left: 0;
    list-style-type: none;
    color: #1a1a1a;
    line-height: 2.4rem;
}

    ul li {
        margin-top: 8px;
        list-style-type: none;
        position: relative;
        padding-left: 37px;
        line-height: 2.4rem;
    }

        ul li::before {
            content: "\2022";
            position: absolute;
            left: 23px;
        }

ol {
    padding-left: 0;
    counter-reset: item;
    color: #1a1a1a;
}

    ol li {
        margin-top: 8px;
        list-style: none;
        position: relative;
        padding-left: 4rem;
        line-height: 2.4rem;
    }

        ol li:before {
            content: counters(item, ".") ".";
            counter-increment: item;
            font-weight: 500;
            left: 0px;
            position: absolute;
            width: 4rem;
            padding-right: 0.5rem;
            text-align: right;
        }

        ol li ol li ol li:before {
            position: relative;
        }

.unstyled-list {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}

    .unstyled-list > li {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
    }

        .unstyled-list > li::before {
            content: "" !important;
            padding-right: 0 !important;
        }

.nobullet-list {
    list-style-type: none;
    padding-left: 0;
}

    .nobullet-list > li {
        padding-left: 0;
    }

        .nobullet-list > li::before {
            content: "" !important;
            padding-right: 0 !important;
        }

.inline-list {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}

    .inline-list > li {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
    }

        .inline-list > li::before {
            content: "" !important;
            padding-right: 0 !important;
        }

    .inline-list > li {
        display: block;
    }

@media (min-width: 768px) {
    .inline-list > li {
        display: inline-block;
    }
}

.spinner {
    margin: 50px auto;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: spinner 1.1s infinite ease;
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@keyframes spinner {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #454545, 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.5), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.7), 1.8em -1.8em 0 0em #454545, 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.5), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.7), 2.5em 0em 0 0em #454545, 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.5), 2.5em 0em 0 0em rgba(69, 69, 69, 0.7), 1.75em 1.75em 0 0em #454545, 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.5), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.7), 0em 2.5em 0 0em #454545, -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.5), 0em 2.5em 0 0em rgba(69, 69, 69, 0.7), -1.8em 1.8em 0 0em #454545, -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.5), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.7), -2.6em 0em 0 0em #454545, -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.5), -2.6em 0em 0 0em rgba(69, 69, 69, 0.7), -1.8em -1.8em 0 0em #454545;
    }
}

.page-header + .page-content {
    margin-top: 40px;
}

.page-content + .page-footer {
    margin-top: 40px;
}

.page-container {
    padding-top: 2.4rem;
}

@media (min-width: 768px) {
    .page-container {
        padding-top: 4rem;
    }
}

body {
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-container {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.collapsed:not(.dataTable) {
    display: none;
}

.collapse-transition-collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .2s ease;
}

.collapse-transition-expand {
    position: relative;
    overflow: hidden;
    transition: height .2s ease;
}

fieldset {
    position: relative;
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset ul {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    fieldset + fieldset {
        margin-top: 24px;
    }

legend h1, legend .h1, legend h2, legend .h2, legend h3, legend .h3, legend h4, legend .h4, legend h5, legend .h5, legend h6, legend .h6 {
    margin-bottom: 0px;
}

input.input-width-xxs, select.input-width-xxs, textarea.input-width-xxs {
    max-width: 8rem !important;
    width: 100%;
}

input.input-width-xs, select.input-width-xs, textarea.input-width-xs {
    max-width: 16rem !important;
    width: 100%;
}

input.input-width-s, select.input-width-s, textarea.input-width-s {
    max-width: 24rem !important;
    width: 100%;
}

input.input-width-m, select.input-width-m, textarea.input-width-m {
    max-width: 32rem !important;
    width: 100%;
}

input.input-width-l, select.input-width-l, textarea.input-width-l {
    max-width: 40rem !important;
    width: 100%;
}

input.input-width-xl, select.input-width-xl, textarea.input-width-xl {
    max-width: 48rem !important;
    width: 100%;
}

input.input-char-4, select.input-char-4, textarea.input-char-4 {
    max-width: calc(2px + 16px + 16px + 4ch);
    width: 100%;
}

input.input-char-8, select.input-char-8, textarea.input-char-8 {
    max-width: calc(2px + 16px + 16px + 8ch);
    width: 100%;
}

input.input-char-11, select.input-char-11, textarea.input-char-11 {
    max-width: calc(2px + 16px + 16px + 11ch);
    width: 100%;
}

input.input-char-27, select.input-char-27, textarea.input-char-27 {
    max-width: calc(2px + 16px + 16px + 27ch);
    width: 100%;
}

.box-border-l {
    padding-left: calc(16px - 4px);
    border-left: 4px solid #BFBFBF;
}

.table {
    margin: 0;
    line-height: 2.4rem;
    border: 1px solid #747474;
    width: 100%;
}

    .table.table--compact th, .table.table--compact td {
        padding-top: calc(8px - 1px);
        padding-bottom: calc(8px - 1px);
    }

    .table.table--extracompact th, .table.table--extracompact td {
        padding-top: 0;
        padding-bottom: 0;
    }

    .table td, .table th {
        padding: calc(16px - 1px);
        background-color: inherit;
        border-right: 1px solid #BFBFBF;
        vertical-align: top;
        text-align: left;
        border-bottom: 1px solid #BFBFBF;
    }

        .table td:last-child, .table th:last-child {
            border-right: none;
        }

        .table td.break-word, .table th.break-word {
            word-break: break-all;
        }

    .table thead {
        background-color: #F5F5F5;
    }

        .table thead tr {
            border-bottom: 1px solid #BFBFBF;
        }

        .table thead th {
            font-weight: 600;
            text-align: left;
            border-bottom: solid 1px #BFBFBF;
        }

    .table tbody th {
        font-weight: 600;
    }

    .table tbody tr {
        background-color: transparent;
    }

    .table tr:last-child td {
        border-bottom: none;
    }

    .table.table--borderless {
        border-color: transparent;
    }

        .table.table--borderless tr:last-child {
            border-bottom: 1px solid #BFBFBF;
        }

        .table.table--borderless thead {
            background-color: transparent;
        }

            .table.table--borderless thead th {
                background-color: transparent;
                border-top-color: transparent;
                border-left-color: transparent;
                border-right-color: transparent;
                border-bottom: 1px solid #BFBFBF;
            }

                .table.table--borderless thead th:first-child {
                    padding-left: 0;
                }

                .table.table--borderless thead th:last-child {
                    padding-right: 0;
                }

        .table.table--borderless tbody tr td, .table.table--borderless tbody tr th {
            border: 1px solid #BFBFBF;
            border-left-color: transparent;
            border-right-color: transparent;
        }

            .table.table--borderless tbody tr td:first-child, .table.table--borderless tbody tr th:first-child {
                padding-left: 0;
            }

            .table.table--borderless tbody tr td:last-child, .table.table--borderless tbody tr th:last-child {
                padding-right: 0;
            }

    .table.table--lines thead th {
        border-right-color: transparent;
    }

    .table.table--lines tbody td, .table.table--lines tbody th {
        border-right: transparent;
    }

    .table.table--zebra thead th {
        border-right-color: transparent;
    }

    .table.table--zebra tr:nth-child(even) {
        background-color: #F5F5F5;
    }

    .table.table--zebra tbody td, .table.table--zebra tbody th {
        border-right: transparent;
    }

    .table.table--zebra.table--borderless thead {
        background-color: #F5F5F5;
    }

    .table.table--zebra.table--borderless td, .table.table--zebra.table--borderless th {
        border-color: transparent;
    }

        .table.table--zebra.table--borderless td:first-child, .table.table--zebra.table--borderless th:first-child {
            border-left-color: transparent;
            border-right-color: transparent;
        }

        .table.table--zebra.table--borderless td:last-child, .table.table--zebra.table--borderless th:last-child {
            border-left-color: transparent;
            border-right-color: transparent;
        }

    .table.table--zebra.table--borderless tr:last-child td {
        border-bottom-color: transparent;
    }

@media (max-width: 767px) {
    .table.table--responsive-headers {
        display: block;
    }

        .table.table--responsive-headers thead {
            display: none;
        }

        .table.table--responsive-headers tr {
            border-bottom: 1px solid #BFBFBF;
        }

            .table.table--responsive-headers tr:last-child {
                border-bottom: 0;
            }

            .table.table--responsive-headers tr td, .table.table--responsive-headers tr th {
                display: block;
                border: none !important;
            }

                .table.table--responsive-headers tr td[data-title]:not([data-title=""]):before, .table.table--responsive-headers tr th[data-title]:not([data-title=""]):before {
                    content: attr(data-title);
                    text-align: left;
                    display: block;
                    font-weight: 600;
                }

        .table.table--responsive-headers.table--borderless tbody tr:first-child {
            border-top: solid 1px #BFBFBF;
        }

        .table.table--responsive-headers.table--borderless tbody tr:last-child {
            border-bottom: solid 1px #BFBFBF;
        }

        .table.table--responsive-headers.table--borderless tbody tr td:first-child, .table.table--responsive-headers.table--borderless tbody tr th:first-child {
            padding-left: 16px;
        }
}

.table--responsive-scroll {
    overflow-x: auto;
    min-height: .01%;
}

hr {
    border-top: 1px solid #BFBFBF;
    display: block;
    border-bottom-width: 0;
}

.accordion-button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
    color: inherit;
    background-color: #F5F5F5;
    background-image: url("../img/svg-icons/minus.svg");
    background-position: left 1.6rem center;
    background-repeat: no-repeat;
    background-size: 2.4rem;
    color: #1a1a1a;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    line-height: 2.4rem;
    padding: 1.6rem 1.6rem 1.6rem 5.6rem;
    width: 100%;
    position: relative;
    transition: none;
    border-radius: 3px;
}

    .accordion-button:hover, .accordion-button:focus {
        background-color: transparent;
        color: inherit;
    }

    .accordion-button:hover {
        background-color: #DCDCDC;
    }

    .accordion-button h1, .accordion-button .h1,
    .accordion-button h2, .accordion-button .h2,
    .accordion-button h3, .accordion-button .h3,
    .accordion-button h4, .accordion-button .h4,
    .accordion-button h5, .accordion-button .h5,
    .accordion-button h6, .accordion-button .h6 {
        margin: 0;
    }

    .accordion-button .icon_text {
        font-weight: 600;
        margin-right: 8px;
        float: left;
    }

    .accordion-button .accordion-icon {
        right: 1.6rem;
        height: 2.4rem;
        line-height: 2.4rem;
        position: initial;
        text-align: left;
        -ms-transform: none;
        transform: none;
        display: block;
        top: 0.8rem;
    }

@media (min-width: 768px) {
    .accordion-button .accordion-icon {
        text-align: center;
        position: absolute;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        display: -ms-flexbox;
        display: flex;
    }
}

.accordion-button .accordion-icon .icon-svg {
    fill: #1a1a1a;
    float: left;
}

.accordion-bordered .accordion-button {
    border: 1px solid #747474;
    border-radius: 3px 3px 0 0;
}

.accordion,
.accordion-bordered {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .accordion > li,
    .accordion-bordered > li {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
    }

        .accordion > li::before,
        .accordion-bordered > li::before {
            content: "" !important;
            padding-right: 0 !important;
        }

    .accordion > ul li ul,
    .accordion-bordered > ul li ul {
        list-style: disc;
    }

        .accordion > ul li ul > li > ul,
        .accordion-bordered > ul li ul > li > ul {
            list-style: circle;
        }

            .accordion > ul li ul > li > ul > li > ul,
            .accordion-bordered > ul li ul > li > ul > li > ul {
                list-style: square;
            }

    .accordion > ul li ul,
    .accordion-bordered > ul li ul {
        list-style: disc;
    }

        .accordion > ul li ul > li > ul,
        .accordion-bordered > ul li ul > li > ul {
            list-style: circle;
        }

            .accordion > ul li ul > li > ul > li > ul,
            .accordion-bordered > ul li ul > li > ul > li > ul {
                list-style: square;
            }

    .accordion + .accordion,
    .accordion + .accordion-bordered,
    .accordion-bordered + .accordion,
    .accordion-bordered + .accordion-bordered {
        margin-top: 0.8rem;
    }

    .accordion > li,
    .accordion-bordered > li {
        background-color: #F5F5F5;
        list-style: none;
        margin-bottom: 0.8rem;
        width: 100%;
    }

    .accordion-bordered .accordion-content {
        border-bottom: 1px solid #747474;
        border-left: 1px solid #747474;
        border-right: 1px solid #747474;
        border-radius: 0 0 3px 3px;
    }

.accordion-content {
    background-color: #ffffff;
    overflow: auto;
    padding: 1.6rem;
}

    .accordion-content > *:first-child {
        margin-top: 0;
    }

    .accordion-content > *:last-child {
        margin-bottom: 0;
    }

    .accordion-content:not([aria-hidden]) {
        display: none;
    }

    .accordion-content[aria-hidden=true] {
        display: none;
    }

.accordion-button[aria-describedby="error-message"],
.accordion-button.accordion-error {
    border: solid 2px #CC0000 !important;
}

.accordion-button[aria-expanded=true] {
    background-color: #DCDCDC;
}

.accordion-bordered .accordion-button[aria-expanded=true] {
    border-bottom: 1px solid #BFBFBF;
}

.accordion-button[aria-expanded=false] {
    background-image: url("../img/svg-icons/plus.svg");
    background-repeat: no-repeat;
    background-size: 2.4rem;
    border-radius: 3px 3px 3px 3px;
}

.alert {
    background-color: #F5F5F5;
    background-position: 16px 16px;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
    border-left: 8px solid #8f8f8f;
}

    .alert:first-child {
        margin-top: 0;
    }

    .alert.alert--paragraph {
        max-width: 66ch;
    }

    .alert .alert-heading {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.4rem;
        color: #1a1a1a;
    }

    .alert .alert-text {
        margin-bottom: 0;
        margin-top: 0;
        color: #1a1a1a;
        max-width: 66ch;
    }

.alert-success {
    background-color: #eeffe2;
    border-color: #358000;
}

    .alert-success.alert--show-icon {
        background-image: url("../img/svg-icons/success.svg");
        padding-left: 48px;
    }

.alert-warning {
    background-color: #ffeecc;
    border-color: #febb30;
}

    .alert-warning.alert--show-icon {
        background-image: url("../img/svg-icons/warning.svg");
        padding-left: 48px;
    }

.alert-error {
    background-color: #ffe0e0;
    border-color: #CC0000;
}

    .alert-error.alert--show-icon {
        background-image: url("../img/svg-icons/error.svg");
        padding-left: 48px;
    }

.alert-info {
    background-color: #e2f2fb;
    border-color: #1B86C3;
}

    .alert-info.alert--show-icon {
        background-image: url("../img/svg-icons/info.svg");
        padding-left: 48px;
    }

.alert + .alert {
    margin-top: 16px;
}

footer p, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    margin: 0;
}

footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
    margin: 0;
}

footer .footer {
    border-top: 1px solid #747474;
    padding-top: calc(24px - 1px);
    padding-bottom: calc(16px - 1px);
    margin-top: 8rem;
}

@media (min-width: 768px) {
    footer .footer {
        padding-bottom: 56px;
    }
}

footer .footer .footer-col:not(:first-child) {
    margin-top: 24px;
}

@media (min-width: 768px) {
    footer .footer .footer-col:not(:first-child) {
        margin-top: 0;
    }
}

footer .footer .logo {
    background-image: url("../img/logo-placeholder.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 150px;
}

footer .footer ul:not(:last-child) {
    margin-bottom: 24px;
}

footer .footer ul.footer-links li {
    margin-top: 8px;
}

@media (min-width: 768px) {
    footer .footer .inline-list > li:not(:last-child):after {
        content: "\00b7" !important;
        margin-left: 8px;
        margin-right: 8px;
    }
}

footer .footer-theme {
    padding-top: 16px;
    padding-bottom: 8px;
}

.header {
    width: 100%;
    z-index: 7000;
}

    .header .logo {
        background-image: url("../img/logo-header-placeholder.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        height: 60px;
        width: 200px;
        max-width: 60%;
    }

    .header .button {
        width: 100%;
    }

@media (min-width: 992px) {
    .header .button {
        width: auto;
    }
}

.header h1, .header h2, .header h3, .header h4, .header h5, .header h6, .header p {
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .header .form-select, .header .form-input {
        margin-top: 0;
        margin-bottom: 0;
    }

    .header .form-select, .header .form-input {
        width: auto;
    }
}

.header .button-menu-open {
    width: auto;
}

@media (min-width: 992px) {
    .header .button-menu-open {
        display: none;
    }
}

.header .button-menu-close {
    width: unset;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
}

    .header .button-menu-close .icon-svg {
        margin: 0 8px 0 0;
    }

    .header .button-menu-close span {
        position: relative;
        top: 1px;
    }

@media (min-width: 992px) {
    .header .button-menu-close {
        display: none;
    }
}

.header .portal-header {
    border-bottom: 1px solid #BFBFBF;
    width: 100%;
}

    .header .portal-header .portal-header-inner {
        width: 100%;
        padding-top: calc(16px - 1px);
        padding-bottom: calc(16px - 1px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

@media (min-width: 992px) {
    .header .portal-header .portal-header-inner {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.header .portal-header .portal-info {
    display: none;
}

@media (min-width: 992px) {
    .header .portal-header .portal-info {
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .header .portal-header .portal-info > * {
            margin-left: 16px;
        }
}

.header .portal-header .portal-info .user {
    text-align: right;
    max-width: 500px;
}

.header .portal-header .portal-info .button {
    white-space: nowrap;
}

.header .solution-header {
    border-bottom: 1px solid #747474;
    width: 100%;
}

@media (min-width: 992px) {
    .header .solution-header {
        border-bottom: 1px solid #BFBFBF;
    }
}

.header .solution-header.header-end {
    border-bottom: 1px solid #747474;
}

.header .solution-header .solution-header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: calc(16px - 1px);
    padding-bottom: calc(16px - 1px);
}

.header .solution-header .solution-heading a, .header .solution-header .solution-heading h1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 767px) {
    .header .solution-header .solution-heading a, .header .solution-header .solution-heading h1 {
        font-size: 2.2rem;
        line-height: 2.4rem;
    }
}

.header .solution-header .solution-info {
    display: none;
}

@media (min-width: 992px) {
    .header .solution-header .solution-info {
        margin-left: auto;
        text-align: right;
        max-width: 60%;
        display: block;
    }
}

.header .authority-name {
    color: #454545;
}

.header .button-contact {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .header .button-contact .icon-svg {
        position: relative;
        top: -1px;
    }

.header .portal-info-mobile {
    padding: 24px 16px;
    border-bottom: 1px solid #BFBFBF;
    text-align: right;
}

    .header .portal-info-mobile p {
        margin-bottom: 8px;
    }

    .header .portal-info-mobile .button-signin, .header .portal-info-mobile .button-signout {
        margin-top: 8px;
        width: auto;
    }

@media (min-width: 992px) {
    .header .portal-info-mobile {
        display: none;
    }
}

.header .solution-info-mobile {
    padding: 24px 16px;
    text-align: right;
    background-color: #F5F5F5;
}

    .header .solution-info-mobile p {
        margin-bottom: 8px;
    }

        .header .solution-info-mobile p:last-child {
            margin-bottom: 0;
        }

@media (min-width: 992px) {
    .header .solution-info-mobile {
        display: none;
    }
}

.header .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    background: #ffffff;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    padding: 0;
    padding-top: 16px;
    width: 282px;
    z-index: 9000;
}

@keyframes slidein-left {
    from {
        transform: translateX(282px);
    }

    to {
        transform: translateX(0);
    }
}

@media (min-width: 992px) {
    .header .nav {
        border-left: none;
        display: block;
        overflow-y: visible;
        position: static;
        width: auto;
    }
}

@media (min-width: 992px) {
    .header .nav {
        padding: 0;
        width: 100%;
    }
}

.header .nav.is-visible {
    animation: slidein-left 0.3s ease-in-out;
    display: block;
}

.header .nav-actions {
    margin-top: 8px;
}

    .header .nav-actions:first-child {
        margin-top: 0;
    }

    .header .nav-actions > li {
        margin-top: 8px;
    }

        .header .nav-actions > li:first-child {
            margin-top: 0;
        }

@media (min-width: 992px) {
    .header .nav-actions {
        margin-top: 0;
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -4px;
    }

        .header .nav-actions > li, .header .nav-actions > li:first-child {
            margin: calc(8px - 2px) 4px;
        }
}

@media (max-width: 1199px) {
    .header .function-link:not(.icon-link) {
        display: block;
        margin-top: 8px;
    }

        .header .function-link:not(.icon-link) .icon-svg {
            float: left;
            margin-left: 0;
            margin-right: 4px;
        }
}

@media (min-width: 992px) {
    .header .function-link + .function-link {
        margin-left: 16px;
    }
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1a1a1a;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    visibility: hidden;
    z-index: 8000;
}

    .overlay.is-visible {
        opacity: 0.75;
        visibility: visible;
    }

.modal {
    /**************************		Animation Style
	\**************************/
    display: none;
}

    .modal .modal__overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.75);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 9999;
        padding: 16px;
    }

    .modal .modal__container {
        background-color: #fff;
        padding: 16px 24px;
        max-width: 800px;
        max-height: calc(100vh - 32px);
        overflow-y: auto;
        position: relative;
    }

@media (min-width: 768px) {
    .modal .modal__container {
        padding: 28px 48px;
    }
}

@media (min-width: 992px) {
    .modal .modal__container {
        padding: 48px 88px;
    }
}

.modal .modal__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .modal .modal__header {
        padding-right: 48px;
    }
}

.modal .modal__title {
    margin: 0 48px 0 0;
}

.modal .modal__content {
    margin-top: 8px;
}

    .modal .modal__content > *:first-child {
        margin-top: 0;
    }

.modal .modal__footer {
    margin-top: 16px;
}

@media (min-width: 992px) {
    .modal .modal__footer {
        display: -ms-flexbox;
        display: flex;
    }
}

.modal .modal__footer .button {
    margin-top: 8px;
    margin-right: 16px;
}

.modal .modal__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: inherit;
}

@media (min-width: 768px) {
    .modal .modal__close {
        top: 24px;
        right: 32px;
    }
}

@keyframes modalfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modalfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes modalslideIn {
    from {
        transform: translateY(15%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes modalslideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10%);
    }
}

.modal.is-open {
    display: block;
}

.modal[aria-hidden="false"] .modal__overlay {
    animation: modalfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden="false"] .modal__container {
    animation: modalslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden="true"] .modal__overlay {
    animation: modalfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden="true"] .modal__container {
    animation: modalslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal .modal__container,
.modal .modal__overlay {
    will-change: transform;
}

.navbar {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #BFBFBF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    .navbar {
        padding: 0;
        border: 0;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.navbar-primary {
    border-bottom: 1px solid #747474;
    padding-top: 0;
}

@media (min-width: 992px) {
    .navbar-context-actions {
        padding-top: 8px;
    }
}

.nav-primary {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8px;
}

    .nav-primary > li {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
    }

        .nav-primary > li::before {
            content: "" !important;
            padding-right: 0 !important;
        }

@media (min-width: 992px) {
    .nav-primary {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        margin-left: -12px;
    }
}

.nav-primary > li {
    border-bottom: 1px solid #BFBFBF;
}

@media (min-width: 992px) {
    .nav-primary > li {
        border-bottom: 0;
    }
}

.nav-primary > li > a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: block;
    padding-top: calc(16px - 1px);
    padding-bottom: calc(16px - 1px);
    white-space: nowrap;
}

@media (min-width: 992px) {
    .nav-primary > li > a {
        padding-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .nav-primary > li > a:hover {
        background-color: transparent;
    }
}

.nav-primary > li > a:focus {
    background-color: transparent;
}

@media (min-width: 992px) {
    .nav-primary > li > a, .nav-primary > li > button, .nav-primary > li .button-overflow-menu {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 992px) {
    .nav-primary button[aria-expanded=true] span {
        border-bottom: 7px solid #747474;
        border-bottom: 7px solid #747474;
        border-bottom: 7px solid #747474;
    }
}

@media (max-width: lg) {
    .nav-primary .nav-link:hover {
        background-color: #F5F5F5;
    }
}

@media (min-width: 992px) {
    .nav-primary .nav-link:hover span {
        border-bottom: 7px solid #747474;
        border-bottom: 7px solid #747474;
        border-bottom: 7px solid #747474;
    }
}

@media (min-width: 992px) {
    .nav-primary .nav-link span {
        display: block;
        border-bottom: 7px solid transparent;
    }
}

@media (min-width: 992px) {
    .nav-primary .nav-link span {
        padding-bottom: 9px;
    }
}

@media (min-width: 992px) {
    .nav-primary .current span {
        border-bottom: 7px solid #747474;
        border-bottom: 7px solid #747474;
        border-bottom: 7px solid #747474;
    }
}

.nav-primary a.current {
    font-weight: 600;
}

.nav-primary button.current {
    font-weight: 600;
}

@media (min-width: 992px) {
    .nav-secondary {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.nav-secondary .nav-secondary-heading {
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .nav-secondary .nav-secondary-heading + ul {
        margin-left: 16px;
    }
}

.nav .overflow-menu {
    display: block;
}

@media (max-width: lg) {
    .nav .overflow-menu {
        width: 100%;
    }

        .nav .overflow-menu .button-overflow-menu {
            width: 100%;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding-left: 0;
            padding-right: 0;
            padding-top: 16px;
            padding-bottom: 16px;
        }

            .nav .overflow-menu .button-overflow-menu:after, .nav .overflow-menu .button-overflow-menu:before {
                display: none !important;
            }

        .nav .overflow-menu .overflow-menu-inner {
            position: static;
            border: none;
            box-shadow: none;
        }

            .nav .overflow-menu .overflow-menu-inner .overflow-list {
                padding-left: 16px;
            }

            .nav .overflow-menu .overflow-menu-inner a, .nav .overflow-menu .overflow-menu-inner button {
                text-align: left;
                padding-left: 0;
                padding-right: 0;
                padding-top: 16px;
                padding-bottom: 16px;
            }
}

.nav-primary .overflow-menu .button-overflow-menu {
    color: #1a1a1a;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: block;
    padding-top: calc(16px - 1px);
    padding-bottom: 0;
    white-space: nowrap;
    width: 100%;
}

@media (min-width: 992px) {
    .nav-primary .overflow-menu .button-overflow-menu {
        width: unset;
    }
}

.nav-primary .overflow-menu .button-overflow-menu span {
    padding-right: 24px;
    padding-bottom: calc(16px - 1px);
    display: block;
}

@media (min-width: 992px) {
    .nav-primary .overflow-menu .button-overflow-menu span {
        padding-bottom: 9px;
    }
}

@media (min-width: 992px) {
    .nav-primary .overflow-menu .button-overflow-menu:hover span {
        border-bottom: 7px solid #747474;
    }
}

.nav-primary .overflow-menu .button-overflow-menu:focus, .nav-primary .overflow-menu .button-overflow-menu:active {
    outline: 4px solid #747474;
}

.nav-primary .overflow-menu .button-overflow-menu:hover {
    text-decoration: none;
}

.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false] {
    background-image: url("../img/svg-icons/plus.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 24px;
}

@media (min-width: 992px) {
    .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false] {
        background-image: url("../img/svg-icons/angle-arrow-down.svg");
        background-position: right 1rem center;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }
}

.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true] {
    background-image: url("../img/svg-icons/minus.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 24px;
}

@media (min-width: 992px) {
    .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true] {
        background-image: url("../img/svg-icons/angle-arrow-down-white.svg");
        background-position: right 1rem center;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        background-color: #454545;
        color: #fff;
    }

        .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true]:before, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true]:after {
            display: none;
        }
}

.nav-primary .overflow-menu .overflow-menu-inner {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #1a1a1a;
    background-color: #fff;
    padding-left: 16px;
    border-top: 1px solid #BFBFBF;
    padding-top: 0;
    padding-bottom: 0;
}

    .nav-primary .overflow-menu .overflow-menu-inner > li {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
    }

        .nav-primary .overflow-menu .overflow-menu-inner > li::before {
            content: "" !important;
            padding-right: 0 !important;
        }

@media (min-width: 992px) {
    .nav-primary .overflow-menu .overflow-menu-inner {
        width: 30rem;
        border: 1px solid #747474;
        border-top: 0;
        padding-left: 0;
        position: absolute;
        z-index: 1;
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #454545;
        top: 100%;
    }
}

.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a {
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list {
    margin-left: 16px;
}

    .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a {
        border-top: 0;
        padding: 8px 0 8px 0;
    }

    .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:first-of-type a {
        padding: 0px 0 8px 0;
    }

@media (min-width: 992px) {
    .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a {
        padding: 8px 0 32px 0;
    }
}

.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .sidenav-sub_list {
    margin-left: 16px;
}

.nav-primary .overflow-menu .overflow-menu-inner button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
    color: inherit;
}

    .nav-primary .overflow-menu .overflow-menu-inner button:hover, .nav-primary .overflow-menu .overflow-menu-inner button:focus {
        background-color: transparent;
        color: inherit;
    }

.nav-primary .overflow-menu .overflow-menu-inner a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #1a1a1a;
    text-transform: none;
    display: block;
    text-decoration: none;
}

    .nav-primary .overflow-menu .overflow-menu-inner a:hover, .nav-primary .overflow-menu .overflow-menu-inner a:visited, .nav-primary .overflow-menu .overflow-menu-inner a:focus {
        color: #1a1a1a;
        background-color: transparent;
    }

@media (min-width: 992px) {
    .nav-primary .overflow-menu .overflow-menu-inner a:hover, .nav-primary .overflow-menu .overflow-menu-inner a:visited, .nav-primary .overflow-menu .overflow-menu-inner a:focus {
        color: #fff !important;
        text-decoration: underline;
    }
}

@media (min-width: 992px) {
    .nav-primary .overflow-menu .overflow-menu-inner a {
        color: #fff !important;
    }
}

.nav-primary .overflow-menu .overflow-menu-inner .current {
    font-weight: 600;
    color: #747474;
}

@media (min-width: 992px) {
    .nav-primary .overflow-menu .overflow-menu-inner .current {
        color: #fff;
    }
}

.nav-primary .overflow-menu .overflow-menu-inner button, .nav-primary .overflow-menu .overflow-menu-inner a {
    padding: 15px 0 15px 0;
    border-top: 1px solid #BFBFBF;
    width: 100%;
}

@media (min-width: 992px) {
    .nav-primary .overflow-menu .overflow-menu-inner button, .nav-primary .overflow-menu .overflow-menu-inner a {
        padding: 8px 16px;
        margin: 0;
        border: none;
    }
}

.nav-primary .overflow-menu .overflow-menu-inner button:focus, .nav-primary .overflow-menu .overflow-menu-inner a:focus {
    background-color: transparent;
}

.nav-primary .overflow-menu .overflow-menu-inner li:first-child button, .nav-primary .overflow-menu .overflow-menu-inner li:first-child a {
    border-top: 0;
}

.mobile_nav-active {
    overflow: hidden;
}

.navbar-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    .navbar-inner {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.nav-info-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .nav-info-list li {
        display: inline-block;
        font-size: 1.4rem;
        margin: 0;
        text-align: right;
    }

        .nav-info-list li.clear {
            display: block;
        }

        .nav-info-list li p {
            margin: 0;
        }

        .nav-info-list li a {
            text-decoration: none;
        }

.search {
    display: -ms-flexbox;
    display: flex;
}

    .search .form-input {
        margin-top: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

        .search .form-input:focus {
            z-index: 1;
        }

    .search .button-search {
        background-color: #fff;
        border-width: 1px;
        border-color: #747474;
        border-left: none;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        color: #1a1a1a;
        font-weight: 400;
        width: inherit;
    }

        .search .button-search:hover {
            background-color: #DCDCDC;
        }

input[type=search] {
    /* stylelint-disable-line selector-no-qualifying-type */
    box-sizing: border-box;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

.sidenav-list {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    border-bottom: 1px solid #747474;
    border-top: 1px solid #747474;
}

    .sidenav-list > li {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
    }

        .sidenav-list > li::before {
            content: "" !important;
            padding-right: 0 !important;
        }

    .sidenav-list > li {
        background-color: transparent;
        font-size: 1.6rem;
        border-top: 1px solid #BFBFBF;
    }

        .sidenav-list > li:first-child {
            border-top: none;
        }

        .sidenav-list > li:last-child a {
            padding-bottom: calc(8px - 1px);
        }

    .sidenav-list a {
        border: none;
        color: #1a1a1a;
        display: -ms-flexbox;
        display: flex;
        line-height: 2.4rem;
        padding: 8px;
        padding-top: calc(8px - 1px);
        padding-left: 16px;
        padding-right: 16px;
        text-decoration: none;
    }

        .sidenav-list a:hover {
            background-color: #F5F5F5;
            text-decoration: none;
            color: #1a1a1a;
        }

        .sidenav-list a:focus {
            outline-offset: 0;
            position: relative;
            z-index: 1;
        }

        .sidenav-list a.current {
            /* stylelint-disable-line selector-no-qualifying-type */
            color: #1a1a1a;
            font-weight: 600;
            padding-left: 16px;
        }

        .sidenav-list a.active {
            color: #747474;
            font-weight: 600;
            padding-left: 12px;
            border-left: 4px solid #747474;
        }

    .sidenav-list li a ul {
        width: 100%;
    }

    .sidenav-list li a .sidenav-icon-before {
        margin-right: 4px;
        line-height: 23px;
        text-align: left;
    }

    .sidenav-list li a .sidenav-icon {
        margin-left: auto;
        width: 22px;
        height: 22px;
        line-height: 23px;
        text-align: center;
    }

        .sidenav-list li a .sidenav-icon i {
            color: #fff;
        }

    .sidenav-list li a .sidenav-information {
        color: #747474;
        margin: 0;
    }

    .sidenav-list li a:focus {
        background-color: transparent;
    }

.sidenav-list-locked {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

    .sidenav-list-locked > li {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
    }

        .sidenav-list-locked > li::before {
            content: "" !important;
            padding-right: 0 !important;
        }

    .sidenav-list-locked > li {
        background-color: transparent;
        border-top: 1px solid #BFBFBF;
        font-size: 1.6rem;
        cursor: default;
    }

        .sidenav-list-locked > li:first-child {
            border-top: none;
        }

        .sidenav-list-locked > li:last-child a {
            padding-bottom: 8px;
        }

    .sidenav-list-locked a {
        border: none;
        color: #1a1a1a;
        display: block;
        line-height: 2.4rem;
        padding: 8px;
        padding-top: calc(8px - 1px);
        padding-left: 16px;
        padding-right: 16px;
        text-decoration: none;
    }

        .sidenav-list-locked a:hover {
            background-color: #ffffff;
            text-decoration: none;
            color: #1a1a1a;
            cursor: default;
        }

        .sidenav-list-locked a:focus {
            outline-offset: 0;
            position: relative;
            z-index: 1;
        }

        .sidenav-list-locked a.current {
            /* stylelint-disable-line selector-no-qualifying-type */
            color: #1a1a1a;
            font-weight: 600;
            padding-left: 16px;
        }

        .sidenav-list-locked a.active {
            color: #747474;
            font-weight: 600;
            padding-left: 12px;
            border-left: 4px solid #747474;
        }

    .sidenav-list-locked li.disabled {
        cursor: not-allowed;
    }

        .sidenav-list-locked li.disabled a {
            cursor: not-allowed;
        }

    .sidenav-list-locked li a .sidenav-icon-before {
        line-height: 23px;
        text-align: left;
    }

    .sidenav-list-locked li a .sidenav-icon {
        margin-left: auto;
        width: 22px;
        height: 22px;
        line-height: 23px;
        text-align: center;
        float: right;
    }

        .sidenav-list-locked li a .sidenav-icon i {
            color: #fff;
        }

    .sidenav-list-locked li a .sidenav-information {
        color: #747474;
        margin: 0;
    }

.sidenav-sub_list {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    width: 100%;
}

    .sidenav-sub_list > li {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
    }

        .sidenav-sub_list > li::before {
            content: "" !important;
            padding-right: 0 !important;
        }

    .sidenav-sub_list li {
        border: none;
    }

        .sidenav-sub_list li:last-child a {
            padding-bottom: 8px;
        }

    .sidenav-sub_list a {
        padding-left: 32px;
        padding-top: 8px;
        line-height: 2.4rem;
    }

        .sidenav-sub_list a.current {
            /* stylelint-disable-line selector-no-qualifying-type */
            padding-left: 32px;
        }

        .sidenav-sub_list a.active {
            /* stylelint-disable-line selector-no-qualifying-type */
            padding-left: 28px;
        }

    .sidenav-sub_list .sidenav-sub_list a {
        padding-left: 48px;
    }

        .sidenav-sub_list .sidenav-sub_list a:focus {
            outline-offset: 0;
        }

        .sidenav-sub_list .sidenav-sub_list a.current {
            /* stylelint-disable-line selector-no-qualifying-type */
            padding-left: 48px;
        }

        .sidenav-sub_list .sidenav-sub_list a.active {
            /* stylelint-disable-line selector-no-qualifying-type */
            padding-left: 44px;
        }

@media (min-width: 768px) {
    .sidebar-col {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
}

a.skipnav {
    color: #1a1a1a;
    left: 0;
    padding: 1rem 1.5rem;
    position: absolute;
    top: -4.2rem;
    transition: all 0.2s ease-in-out;
    z-index: 8000;
    max-width: none;
    outline-offset: 0;
}

@media (min-width: 576px) {
    a.skipnav:focus {
        background-color: #ffffff;
        left: 0;
        outline: 4px solid #747474;
        position: absolute;
        top: 0;
        transition: all 0.2s ease-in-out;
        padding: 1rem calc((32px / 2) / 2);
        margin-top: calc(16px - 1px);
        margin-left: calc((32px / 2) / 2);
    }
}

#main-content {
    outline: none;
}

.card {
    position: relative;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 #BFBFBF;
    border: 1px solid #747474;
    overflow: hidden;
    background: #ffffff;
}

.card-small > :last-of-type {
    padding-bottom: 24px;
}

.card-medium > :last-of-type {
    padding-bottom: 24px;
}

.card-large > :last-of-type {
    padding-bottom: 24px;
}

.card-align-height {
    height: 100%;
}

.card p {
    max-width: 60ch;
    margin-top: 16px;
    margin-bottom: 0;
}

    .card p:first-child {
        margin-top: 0;
    }

.card h1, .card .h1,
.card h2, .card .h2,
.card h3, .card .h3,
.card h4, .card .h4,
.card h5, .card .h5 {
    margin: 0;
}

.card-header {
    background-color: #ffffff;
    padding: 16px 24px;
}

    .card-header .header-title {
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-weight: 400;
        color: #1a1a1a;
        text-transform: none;
        font-weight: 600;
        color: #1a1a1a;
        margin: 0;
    }

        .card-header .header-title.large-text {
            font-size: 4rem;
            line-height: 4.8rem;
            font-weight: 700;
            color: #1a1a1a;
            text-transform: none;
            word-break: break-word;
            color: #454545;
        }

    .card-header .sub-header {
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-weight: 400;
        color: #1a1a1a;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
        color: #747474;
    }

.card-text {
    background-color: #ffffff;
    padding: 16px 24px;
}

    .card-text .text {
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-weight: 400;
        color: #1a1a1a;
        text-transform: none;
        margin-top: 16px;
        color: #454545;
        margin-bottom: 0;
    }

.card-content {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #1a1a1a;
    text-transform: none;
    padding: 0;
    color: #454545;
}

    .card-content ul {
        margin-bottom: 0;
    }

    .card-content div:first-child {
        margin-top: 0;
    }

    .card-content .content-text {
        margin-top: 16px;
    }

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

.card-action {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #1a1a1a;
    text-transform: none;
    padding: 16px 24px;
    color: #454545;
    margin-bottom: 0;
}

    .card-action div:first-child {
        margin-top: 0;
    }

    .card-action:last-child {
        border-bottom: 0;
    }

    .card-action .action-buttons button {
        margin-right: 16px;
        margin-top: 8px;
    }

@media (min-width: 768px) {
    .card-action .action-buttons button {
        margin-right: 16px;
        margin-top: 8px;
    }
}

@media (min-width: 576px) {
    .card-action .action-buttons .button + .button {
        margin-left: 0px;
    }

        .card-action .action-buttons .button + .button:first-child {
            margin-left: 0;
        }
}

.card-action .action-links {
    margin-top: 16px;
}

    .card-action .action-links ul {
        margin: 0;
        list-style-type: none;
        padding-left: 0;
        padding-left: 0;
    }

        .card-action .action-links ul > li {
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 0;
        }

            .card-action .action-links ul > li::before {
                content: "" !important;
                padding-right: 0 !important;
            }

        .card-action .action-links ul li {
            margin-top: 8px !important;
        }

.card-action .action-functionlinks {
    margin-top: 16px;
    text-align: right;
}

    .card-action .action-functionlinks .function-link {
        margin-left: 16px;
    }

.card-header + .card-text {
    padding-top: 0;
}

.card-header + .card-content {
    padding-top: 0;
}

.card-header + .card-action {
    padding-top: 0;
}

.card-header + .card-header {
    padding-top: 0;
}

.card-text + .card-header {
    padding-top: 0;
}

.card-text + .card-content {
    padding-top: 0;
}

.card-text + .card-action {
    padding-top: 0;
}

.card-text + .card-text {
    padding-top: 0;
}

.card-action + .card-text {
    padding-top: 0;
}

.card-action + .card-header {
    padding-top: 0;
}

.card-action + .card-content {
    padding-top: 0;
}

.card-action + .card-action {
    padding-top: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-radius: 0px;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-radius: 0px;
}

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

/*
.card-inverse {
  .card-header,
  .card-footer {
      border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .card-header,
  .card-footer,
  .card-title,
  .card-blockquote {
      color: white;
  }
  .card-link,
  .card-text,
  .card-blockquote > footer {
      color: rgba(255,255,255,.65);
  }
  .card-link {
      &:hover,
      &:focus {
          color: white;
      }
  }
}
*/
/*
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

// Card image
.card-img {
  border-radius: 2px;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
}



// Card image caps
.card-img {
  &-top {
    border-radius: 2px 2px 0 0;
  }
  &-bottom {
    border-radius: 0 0 2px 2px;
  }
}

//
// Card set
//

.card-deck {
  display: table;
  table-layout: fixed;
  border-spacing: 8px 0;

  .card {
      display: table-cell;
      width: 1%;
      vertical-align: top;
  }
}
.card-deck-wrapper {
  margin-right: -8px;
  margin-left: -8px;
}

//
// Card groups
//

.card-group {
  display: table;
  width: 100%;
  table-layout: fixed;

  .card {
      display: table-cell;
      vertical-align: top;

      + .card {
          margin-left: 0;
          border-left: 0;
      }

      // Handle rounded corners
      &:first-child {
          .card-img-top {
              border-top-right-radius: 0;
          }
          .card-img-bottom {
              border-bottom-right-radius: 0;
          }
      }
      &:last-child {
          .card-img-top {
              border-top-left-radius: 0;
          }
          .card-img-bottom {
              border-bottom-left-radius: 0;
          }
      }

      &:not(:first-child):not(:last-child) {
          border-radius: 0;

          .card-img-top,
          .card-img-bottom {
              border-radius: 0;
          }
      }
  }
}

.card-columns {
  column-count: 3;
  column-gap: 8px;
  .card {
      display: inline-block;
      width: 100%; // Don't let them exceed the column width
  }
}
*/
.overflow-menu + h1 {
    margin-top: 0;
}

.overflow-menu {
    display: inline-block;
    position: relative;
}

    .overflow-menu .button-overflow-menu {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        font-weight: 400;
        margin: 0;
        padding: 0;
        text-align: left;
        -webkit-font-smoothing: auto;
        color: inherit;
        min-height: 40px;
        min-width: 40px;
        padding: 8px 0;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #1a1a1a;
    }

        .overflow-menu .button-overflow-menu:hover, .overflow-menu .button-overflow-menu:focus {
            background-color: transparent;
            color: inherit;
        }

        .overflow-menu .button-overflow-menu:hover {
            text-decoration: underline;
        }

        .overflow-menu .button-overflow-menu:after, .overflow-menu .button-overflow-menu:before {
            display: none;
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            z-index: 3;
            bottom: calc(8px * -1 - 1px);
        }

        .overflow-menu .button-overflow-menu:after {
            border-bottom-color: #fff;
            border-width: calc(8px - 1px);
            margin-left: calc((8px - 1px)*-1);
        }

        .overflow-menu .button-overflow-menu:before {
            border-bottom-color: #999999;
            border-width: 8px;
            margin-left: calc(8px *-1);
        }

        .overflow-menu .button-overflow-menu[aria-expanded="true"]:after, .overflow-menu .button-overflow-menu[aria-expanded="true"]:before {
            display: block;
        }

    .overflow-menu.overflow-menu--hover-bg .button-overflow-menu {
        padding: 0;
    }

        .overflow-menu.overflow-menu--hover-bg .button-overflow-menu:hover {
            background-color: #F5F5F5;
        }

    .overflow-menu .overflow-menu-inner {
        position: absolute;
        z-index: 2;
        width: auto;
        border: 1px solid #747474;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
        background: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        top: calc(100% + 8px);
        min-width: 28rem;
    }

        .overflow-menu .overflow-menu-inner[aria-hidden="true"] {
            display: none;
        }

    .overflow-menu .overflow-list {
        margin: 0;
        list-style-type: none;
        padding-left: 0;
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #1a1a1a;
    }

        .overflow-menu .overflow-list > li {
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 0;
        }

            .overflow-menu .overflow-list > li::before {
                content: "" !important;
                padding-right: 0 !important;
            }

        .overflow-menu .overflow-list button {
            background-color: transparent;
            border: 0;
            border-radius: 0;
            font-weight: 400;
            margin: 0;
            padding: 0;
            text-align: left;
            -webkit-font-smoothing: auto;
            color: inherit;
        }

            .overflow-menu .overflow-list button:hover, .overflow-menu .overflow-list button:focus {
                background-color: transparent;
                color: inherit;
            }

        .overflow-menu .overflow-list a {
            font-size: 1.6rem;
            line-height: 2.4rem;
            font-weight: 400;
            color: #1a1a1a;
            text-transform: none;
            display: block;
            text-decoration: none;
        }

            .overflow-menu .overflow-list a:hover, .overflow-menu .overflow-list a:visited, .overflow-menu .overflow-list a:focus {
                color: #1a1a1a;
            }

        .overflow-menu .overflow-list button, .overflow-menu .overflow-list a {
            padding: 8px 16px;
            width: 100%;
        }

            .overflow-menu .overflow-list button:hover, .overflow-menu .overflow-list a:hover {
                background-color: #F5F5F5;
            }

    .overflow-menu:not(.overflow-menu--md-no-responsive) .sidenav-list {
        border-top: 0;
        border-bottom: 0;
    }

@media (max-width: 991px) {
    .overflow-menu.overflow-menu--md-no-responsive .sidenav-list {
        border-top: 0;
        border-bottom: 0;
    }
}

.overflow-menu--open-right .overflow-menu-inner {
    left: calc(50% - 19px);
}

    .overflow-menu--open-right .overflow-menu-inner:after {
        left: 13px;
    }

.overflow-menu--open-left .overflow-menu-inner {
    right: calc(50% - 19px);
}

    .overflow-menu--open-left .overflow-menu-inner:after {
        right: 13px;
    }

    .overflow-menu--open-left .overflow-menu-inner li, .overflow-menu--open-left .overflow-menu-inner a, .overflow-menu--open-left .overflow-menu-inner button {
        text-align: right;
    }

        .overflow-menu--open-left .overflow-menu-inner li .icon-svg, .overflow-menu--open-left .overflow-menu-inner a .icon-svg, .overflow-menu--open-left .overflow-menu-inner button .icon-svg {
            float: right;
            margin-right: 4px;
        }

@media (max-width: 991px) {
    .overflow-menu .button-overflow-menu.js-dropdown--responsive-collapse:before, .overflow-menu .button-overflow-menu.js-dropdown--responsive-collapse:after {
        display: none;
    }

    .overflow-menu .button-overflow-menu.js-dropdown--responsive-collapse ~ .overflow-menu-inner {
        width: 100%;
        position: static;
        border: none;
        box-shadow: none;
        min-width: inherit;
    }
}

@media (min-width: 768px) {
    .overflow-menu.overflow-menu--md-no-responsive {
        display: block;
    }

        .overflow-menu.overflow-menu--md-no-responsive:before, .overflow-menu.overflow-menu--md-no-responsive:after {
            display: none;
        }

        .overflow-menu.overflow-menu--md-no-responsive .button-overflow-menu {
            display: none;
        }

        .overflow-menu.overflow-menu--md-no-responsive .overflow-menu-inner {
            display: block !important;
            width: 100%;
            max-width: 100%;
            position: static;
            box-shadow: none;
            border: none;
        }
}

.tabnav {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    list-style-type: none;
    padding: 0;
    border-bottom: 1px solid #747474;
}

    .tabnav > li {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
    }

        .tabnav > li::before {
            content: "" !important;
            padding-right: 0 !important;
        }

@media (min-width: 768px) {
    .tabnav {
        display: -ms-flexbox;
        display: flex;
    }
}

.tabnav li {
    margin-bottom: 0;
}

    .tabnav li a {
        display: block;
        color: #1a1a1a;
        text-align: center;
        text-decoration: none;
        padding: 8px;
        padding-bottom: calc(15px);
    }

@media (min-width: 576px) {
    .tabnav li a {
        margin: 8px;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.tabnav li a:hover {
    box-shadow: inset 0px -7px 0px 0px #747474;
}

.tabnav li a:focus {
    outline: 4px solid #747474;
}

.tabnav li a.active {
    color: #747474;
    box-shadow: inset 0px -7px 0px 0px #747474;
    font-weight: 600;
}

@media (min-width: 576px) {
    .tabnav li:last-child a {
        margin-right: 8px;
    }
}

.page-navigation {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .page-navigation {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.page-navigation .button + .button {
    margin-top: 8px;
    margin-left: 0;
}

.popover {
    cursor: pointer;
}

.tippy-tooltip {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #1a1a1a;
    text-transform: none;
    font-size: 1.6rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border: 1px solid #747474;
}

    .tippy-tooltip .tippy-backdrop {
        background-color: #fff;
    }

    .tippy-tooltip .tippy-roundarrow {
        fill: #fff;
    }

    .tippy-tooltip[data-animatefill] {
        background-color: transparent;
    }

.tippy-popper[x-placement^=top] .tippy-tooltip .tippy-arrow {
    border-top: 7px solid #999999;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

    .tippy-popper[x-placement^=top] .tippy-tooltip .tippy-arrow:after {
        content: '';
        border-top: 6px solid white;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        display: block;
        position: absolute;
        bottom: 1px;
        margin-left: -6px;
    }

.tippy-popper[x-placement^=bottom] .tippy-tooltip .tippy-arrow {
    border-bottom: 7px solid #999999;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

    .tippy-popper[x-placement^=bottom] .tippy-tooltip .tippy-arrow:after {
        content: '';
        border-bottom: 6px solid white;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        display: block;
        position: absolute;
        top: 1px;
        margin-left: -6px;
    }

.tippy-popper[x-placement^=left] .tippy-tooltip .tippy-arrow {
    border-left: 7px solid #999999;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

    .tippy-popper[x-placement^=left] .tippy-tooltip .tippy-arrow:after {
        content: '';
        border-left: 6px solid white;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        display: block;
        position: absolute;
        top: -6px;
        margin-left: -7px;
    }

.tippy-popper[x-placement^=right] .tippy-tooltip .tippy-arrow {
    border-right: 7px solid #999999;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

    .tippy-popper[x-placement^=right] .tippy-tooltip .tippy-arrow:after {
        content: '';
        border-right: 6px solid white;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        display: block;
        position: absolute;
        top: -6px;
        margin-left: 1px;
    }

.tooltip {
    border: none;
    background: none;
    padding: 0;
}
