/*!
 * BSD 3-Clause License
 *
 * - Bootstrap Grid v4.5.0
 * - Uikit master
 *
 * Copyright (C) 2020 http://www.nodetech-inc.com
 * All rights reserved.
 */
@charset "UTF-8";

:root {
    --blue: #0078ff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #ff6000;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --info: #999;
    --primary: #7db1f1;
    --success: #68d58c;
    --warning: #fdd867;
    --danger: #f17783;
    --wechat: #04be02;
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 8px;
    --radius-xl: 12px;
    --layer: #f3f3f3;
    --primary: #007bff;
    --secondary: #6c757d;
    --light: #f8f9fa;
    --dark: #343a40;
    --theme-bg: #f1f2f6;
    --theme-color: #666;
    --theme-secondary-bg: #fff;
    --theme-secondary-bg-hover: hsla(0,0%,94.1%,0.9);
    --theme-secondary-bg-blur: hsla(0,0%,100%,0.85);
    --theme-secondary-color: #666;
    --theme-background: #f1f2f6;
    --theme-on-primary: #000;
    --theme-on-primary-inverse: #fff;
    --theme-primary-light: #fff;
    --theme-primary-light-hover: #fff;
    --theme-primary: #3b2eff;
    --theme-primary-hover: #0023f7;
    --theme-primary-active: #000eee;
    --theme-secondary: #222;
    --theme-secondary-hover: #ffa000;
    --theme-secondary-active: #ff6f00;
    --theme-success: #00c853;
    --theme-warning: #ffab00;
    --theme-danger: #b00020;
    --theme-muted: #5f666c;
    --theme-surface: #fff;
    --theme-surface-bottom: #334955;
    --theme-surface-1dp: #fff;
    --theme-surface-card-outline: #dadce0;
    --theme-on-surface: #757575;
    --theme-emphasis: #333;
    --theme-background-80: #f5f5f5;
    --theme-background-70: #eee;
    --theme-background-60: #d3d3d3;
    --theme-background-50: #929292;
    --theme-img-logo: none;
}

[data-theme=dark] {
    --layer: rgba(37,48,60,0.11);
    --theme-bg: #24292e;
    --theme-color: #9e9e9e;
    --theme-secondary-bg: #2f363d;
    --theme-secondary-bg-hover: #363e46;
    --theme-secondary-bg-blur: rgba(47,54,61,0.66);
    --theme-secondary-color: #bdbdbd;
    --theme-background: #24292e;
    --theme-on-primary: #8c8a96;
    --theme-on-primary-inverse: #2f363d;
    --theme-primary-light: #38424c;
    --theme-primary-light-hover: #3e4852;
    --theme-primary: #d1c4ff;
    --theme-primary-hover: #b19cff;
    --theme-primary-active: #643fff;
    --theme-secondary: #fff;
    --theme-secondary-hover: #ffe082;
    --theme-secondary-active: #ffd54f;
    --theme-success: #8fdf9e;
    --theme-warning: #fef697;
    --theme-danger: #cf6679;
    --theme-muted: #a1acb6;
    --theme-surface: #272727;
    --theme-surface-bottom: #272727;
    --theme-surface-1dp: #1e1e1e;
    --theme-surface-card-outline: #323232;
    --theme-on-surface: #bdbdbd;
    --theme-emphasis: #848484;
    --theme-background-80: #3b3b3b;
    --theme-background-70: #474747;
    --theme-background-60: #181818;
    --theme-background-50: #202020;
    --theme-img-logo: brightness(0) invert(1);
}

.N_text_salary {
    color: var(--orange)!important;
}

html {
    line-height: 1.15;
}

main {
    display: block;
}

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

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

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

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none;
}

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

img {
    border-style: none;
}

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

button,input {
    overflow: visible;
}

button,select {
    text-transform: none;
}

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

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

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

fieldset {
    padding: .35em .75em .625em;
}

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

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

[hidden] {
    display: none;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: .7rem;
    padding-left: .7rem;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width:1228px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width: 1200px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.7rem;
    margin-left: -.7rem;
}

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

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

.col,.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-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-20,.col-21,.col-22,.col-23,.col-24,.col-auto,.col-lg,.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-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-auto,.col-md,.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-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-auto,.col-sm,.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-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-auto,.col-xl,.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-13,.col-xl-14,.col-xl-15,.col-xl-16,.col-xl-17,.col-xl-18,.col-xl-19,.col-xl-20,.col-xl-21,.col-xl-22,.col-xl-23,.col-xl-24,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: .7rem;
    padding-left: .7rem;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.col-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
}

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

.col-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

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

.col-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
}

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

.col-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
}

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

.col-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

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

.col-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
}

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

.order-first {
    order: -1;
}

.order-last {
    order: 25;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.order-13 {
    order: 13;
}

.order-14 {
    order: 14;
}

.order-15 {
    order: 15;
}

.order-16 {
    order: 16;
}

.order-17 {
    order: 17;
}

.order-18 {
    order: 18;
}

.order-19 {
    order: 19;
}

.order-20 {
    order: 20;
}

.order-21 {
    order: 21;
}

.order-22 {
    order: 22;
}

.order-23 {
    order: 23;
}

.order-24 {
    order: 24;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
    margin-left: 54.16667%;
}

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

.offset-15 {
    margin-left: 62.5%;
}

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

.offset-17 {
    margin-left: 70.83333%;
}

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

.offset-19 {
    margin-left: 79.16667%;
}

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

.offset-21 {
    margin-left: 87.5%;
}

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

.offset-23 {
    margin-left: 95.83333%;
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }

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

    .col-sm-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

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

    .col-sm-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }

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

    .col-sm-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }

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

    .col-sm-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

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

    .col-sm-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
    }

    .col-sm-24 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 25;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .order-sm-13 {
        order: 13;
    }

    .order-sm-14 {
        order: 14;
    }

    .order-sm-15 {
        order: 15;
    }

    .order-sm-16 {
        order: 16;
    }

    .order-sm-17 {
        order: 17;
    }

    .order-sm-18 {
        order: 18;
    }

    .order-sm-19 {
        order: 19;
    }

    .order-sm-20 {
        order: 20;
    }

    .order-sm-21 {
        order: 21;
    }

    .order-sm-22 {
        order: 22;
    }

    .order-sm-23 {
        order: 23;
    }

    .order-sm-24 {
        order: 24;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-13 {
        margin-left: 54.16667%;
    }

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

    .offset-sm-15 {
        margin-left: 62.5%;
    }

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

    .offset-sm-17 {
        margin-left: 70.83333%;
    }

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

    .offset-sm-19 {
        margin-left: 79.16667%;
    }

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

    .offset-sm-21 {
        margin-left: 87.5%;
    }

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

    .offset-sm-23 {
        margin-left: 95.83333%;
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-md-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }

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

    .col-md-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

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

    .col-md-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }

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

    .col-md-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }

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

    .col-md-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

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

    .col-md-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
    }

    .col-md-24 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 25;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .order-md-13 {
        order: 13;
    }

    .order-md-14 {
        order: 14;
    }

    .order-md-15 {
        order: 15;
    }

    .order-md-16 {
        order: 16;
    }

    .order-md-17 {
        order: 17;
    }

    .order-md-18 {
        order: 18;
    }

    .order-md-19 {
        order: 19;
    }

    .order-md-20 {
        order: 20;
    }

    .order-md-21 {
        order: 21;
    }

    .order-md-22 {
        order: 22;
    }

    .order-md-23 {
        order: 23;
    }

    .order-md-24 {
        order: 24;
    }

    .offset-md-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-13 {
        margin-left: 54.16667%;
    }

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

    .offset-md-15 {
        margin-left: 62.5%;
    }

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

    .offset-md-17 {
        margin-left: 70.83333%;
    }

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

    .offset-md-19 {
        margin-left: 79.16667%;
    }

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

    .offset-md-21 {
        margin-left: 87.5%;
    }

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

    .offset-md-23 {
        margin-left: 95.83333%;
    }
}

@media (min-width:1112px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }

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

    .col-lg-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

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

    .col-lg-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }

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

    .col-lg-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }

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

    .col-lg-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

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

    .col-lg-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
    }

    .col-lg-24 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 25;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .order-lg-13 {
        order: 13;
    }

    .order-lg-14 {
        order: 14;
    }

    .order-lg-15 {
        order: 15;
    }

    .order-lg-16 {
        order: 16;
    }

    .order-lg-17 {
        order: 17;
    }

    .order-lg-18 {
        order: 18;
    }

    .order-lg-19 {
        order: 19;
    }

    .order-lg-20 {
        order: 20;
    }

    .order-lg-21 {
        order: 21;
    }

    .order-lg-22 {
        order: 22;
    }

    .order-lg-23 {
        order: 23;
    }

    .order-lg-24 {
        order: 24;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-13 {
        margin-left: 54.16667%;
    }

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

    .offset-lg-15 {
        margin-left: 62.5%;
    }

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

    .offset-lg-17 {
        margin-left: 70.83333%;
    }

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

    .offset-lg-19 {
        margin-left: 79.16667%;
    }

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

    .offset-lg-21 {
        margin-left: 87.5%;
    }

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

    .offset-lg-23 {
        margin-left: 95.83333%;
    }
}

@media (min-width:1228px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }

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

    .col-xl-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

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

    .col-xl-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }

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

    .col-xl-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }

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

    .col-xl-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

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

    .col-xl-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
    }

    .col-xl-24 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 25;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .order-xl-13 {
        order: 13;
    }

    .order-xl-14 {
        order: 14;
    }

    .order-xl-15 {
        order: 15;
    }

    .order-xl-16 {
        order: 16;
    }

    .order-xl-17 {
        order: 17;
    }

    .order-xl-18 {
        order: 18;
    }

    .order-xl-19 {
        order: 19;
    }

    .order-xl-20 {
        order: 20;
    }

    .order-xl-21 {
        order: 21;
    }

    .order-xl-22 {
        order: 22;
    }

    .order-xl-23 {
        order: 23;
    }

    .order-xl-24 {
        order: 24;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-13 {
        margin-left: 54.16667%;
    }

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

    .offset-xl-15 {
        margin-left: 62.5%;
    }

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

    .offset-xl-17 {
        margin-left: 70.83333%;
    }

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

    .offset-xl-19 {
        margin-left: 79.16667%;
    }

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

    .offset-xl-21 {
        margin-left: 87.5%;
    }

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

    .offset-xl-23 {
        margin-left: 95.83333%;
    }
}

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

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

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

.d-inline-block {
    display: inline-block!important;
}

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

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

.d-table-row {
    display: table-row!important;
}

.d-table-cell {
    display: table-cell!important;
}

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

.d-inline-flex {
    display: inline-flex!important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important;
    }

    .d-sm-unset {
        display: unset!important;
    }

    .d-sm-inline {
        display: inline!important;
    }

    .d-sm-inline-block {
        display: inline-block!important;
    }

    .d-sm-block {
        display: block!important;
    }

    .d-sm-table {
        display: table!important;
    }

    .d-sm-table-row {
        display: table-row!important;
    }

    .d-sm-table-cell {
        display: table-cell!important;
    }

    .d-sm-flex {
        display: flex!important;
    }

    .d-sm-inline-flex {
        display: inline-flex!important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important;
    }

    .d-md-unset {
        display: unset!important;
    }

    .d-md-inline {
        display: inline!important;
    }

    .d-md-inline-block {
        display: inline-block!important;
    }

    .d-md-block {
        display: block!important;
    }

    .d-md-table {
        display: table!important;
    }

    .d-md-table-row {
        display: table-row!important;
    }

    .d-md-table-cell {
        display: table-cell!important;
    }

    .d-md-flex {
        display: flex!important;
    }

    .d-md-inline-flex {
        display: inline-flex!important;
    }
}

@media (min-width:1112px) {
    .d-lg-none {
        display: none!important;
    }

    .d-lg-unset {
        display: unset!important;
    }

    .d-lg-inline {
        display: inline!important;
    }

    .d-lg-inline-block {
        display: inline-block!important;
    }

    .d-lg-block {
        display: block!important;
    }

    .d-lg-table {
        display: table!important;
    }

    .d-lg-table-row {
        display: table-row!important;
    }

    .d-lg-table-cell {
        display: table-cell!important;
    }

    .d-lg-flex {
        display: flex!important;
    }

    .d-lg-inline-flex {
        display: inline-flex!important;
    }
}

@media (min-width:1228px) {
    .d-xl-none {
        display: none!important;
    }

    .d-xl-unset {
        display: unset!important;
    }

    .d-xl-inline {
        display: inline!important;
    }

    .d-xl-inline-block {
        display: inline-block!important;
    }

    .d-xl-block {
        display: block!important;
    }

    .d-xl-table {
        display: table!important;
    }

    .d-xl-table-row {
        display: table-row!important;
    }

    .d-xl-table-cell {
        display: table-cell!important;
    }

    .d-xl-flex {
        display: flex!important;
    }

    .d-xl-inline-flex {
        display: inline-flex!important;
    }
}

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

    .d-print-unset {
        display: unset!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: flex!important;
    }

    .d-print-inline-flex {
        display: inline-flex!important;
    }
}

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

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

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

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

.flex-wrap {
    flex-wrap: wrap!important;
}

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

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

.flex-fill {
    flex: 1 1 auto!important;
}

.flex-grow-0 {
    flex-grow: 0!important;
}

.flex-grow-1 {
    flex-grow: 1!important;
}

.flex-shrink-0 {
    flex-shrink: 0!important;
}

.flex-shrink-1 {
    flex-shrink: 1!important;
}

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

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

.justify-content-center {
    justify-content: center!important;
}

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

.justify-content-around {
    justify-content: space-around!important;
}

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

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

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

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

.align-items-stretch {
    align-items: stretch!important;
}

.align-content-start {
    align-content: flex-start!important;
}

.align-content-end {
    align-content: flex-end!important;
}

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

.align-content-between {
    align-content: space-between!important;
}

.align-content-around {
    align-content: space-around!important;
}

.align-content-stretch {
    align-content: stretch!important;
}

.align-self-auto {
    align-self: auto!important;
}

.align-self-start {
    align-self: flex-start!important;
}

.align-self-end {
    align-self: flex-end!important;
}

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

.align-self-baseline {
    align-self: baseline!important;
}

.align-self-stretch {
    align-self: stretch!important;
}

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

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

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

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

    .flex-sm-wrap {
        flex-wrap: wrap!important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important;
    }

    .flex-sm-fill {
        flex: 1 1 auto!important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important;
    }

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

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

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

    .justify-content-sm-between {
        justify-content: space-between!important;
    }

    .justify-content-sm-around {
        justify-content: space-around!important;
    }

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

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

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

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

    .align-items-sm-stretch {
        align-items: stretch!important;
    }

    .align-content-sm-start {
        align-content: flex-start!important;
    }

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

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

    .align-content-sm-between {
        align-content: space-between!important;
    }

    .align-content-sm-around {
        align-content: space-around!important;
    }

    .align-content-sm-stretch {
        align-content: stretch!important;
    }

    .align-self-sm-auto {
        align-self: auto!important;
    }

    .align-self-sm-start {
        align-self: flex-start!important;
    }

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

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

    .align-self-sm-baseline {
        align-self: baseline!important;
    }

    .align-self-sm-stretch {
        align-self: stretch!important;
    }
}

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

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

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

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

    .flex-md-wrap {
        flex-wrap: wrap!important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important;
    }

    .flex-md-fill {
        flex: 1 1 auto!important;
    }

    .flex-md-grow-0 {
        flex-grow: 0!important;
    }

    .flex-md-grow-1 {
        flex-grow: 1!important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important;
    }

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

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

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

    .justify-content-md-between {
        justify-content: space-between!important;
    }

    .justify-content-md-around {
        justify-content: space-around!important;
    }

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

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

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

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

    .align-items-md-stretch {
        align-items: stretch!important;
    }

    .align-content-md-start {
        align-content: flex-start!important;
    }

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

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

    .align-content-md-between {
        align-content: space-between!important;
    }

    .align-content-md-around {
        align-content: space-around!important;
    }

    .align-content-md-stretch {
        align-content: stretch!important;
    }

    .align-self-md-auto {
        align-self: auto!important;
    }

    .align-self-md-start {
        align-self: flex-start!important;
    }

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

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

    .align-self-md-baseline {
        align-self: baseline!important;
    }

    .align-self-md-stretch {
        align-self: stretch!important;
    }
}

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

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

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

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

    .flex-lg-wrap {
        flex-wrap: wrap!important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important;
    }

    .flex-lg-fill {
        flex: 1 1 auto!important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important;
    }

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

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

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

    .justify-content-lg-between {
        justify-content: space-between!important;
    }

    .justify-content-lg-around {
        justify-content: space-around!important;
    }

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

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

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

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

    .align-items-lg-stretch {
        align-items: stretch!important;
    }

    .align-content-lg-start {
        align-content: flex-start!important;
    }

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

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

    .align-content-lg-between {
        align-content: space-between!important;
    }

    .align-content-lg-around {
        align-content: space-around!important;
    }

    .align-content-lg-stretch {
        align-content: stretch!important;
    }

    .align-self-lg-auto {
        align-self: auto!important;
    }

    .align-self-lg-start {
        align-self: flex-start!important;
    }

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

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

    .align-self-lg-baseline {
        align-self: baseline!important;
    }

    .align-self-lg-stretch {
        align-self: stretch!important;
    }
}

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

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

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

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

    .flex-xl-wrap {
        flex-wrap: wrap!important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important;
    }

    .flex-xl-fill {
        flex: 1 1 auto!important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important;
    }

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

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

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

    .justify-content-xl-between {
        justify-content: space-between!important;
    }

    .justify-content-xl-around {
        justify-content: space-around!important;
    }

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

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

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

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

    .align-items-xl-stretch {
        align-items: stretch!important;
    }

    .align-content-xl-start {
        align-content: flex-start!important;
    }

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

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

    .align-content-xl-between {
        align-content: space-between!important;
    }

    .align-content-xl-around {
        align-content: space-around!important;
    }

    .align-content-xl-stretch {
        align-content: stretch!important;
    }

    .align-self-xl-auto {
        align-self: auto!important;
    }

    .align-self-xl-start {
        align-self: flex-start!important;
    }

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

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

    .align-self-xl-baseline {
        align-self: baseline!important;
    }

    .align-self-xl-stretch {
        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: .125rem!important;
}

.mt-1,.my-1 {
    margin-top: .125rem!important;
}

.mr-1,.mx-1 {
    margin-right: .125rem!important;
}

.mb-1,.my-1 {
    margin-bottom: .125rem!important;
}

.ml-1,.mx-1 {
    margin-left: .125rem!important;
}

.m-2 {
    margin: .25rem!important;
}

.mt-2,.my-2 {
    margin-top: .25rem!important;
}

.mr-2,.mx-2 {
    margin-right: .25rem!important;
}

.mb-2,.my-2 {
    margin-bottom: .25rem!important;
}

.ml-2,.mx-2 {
    margin-left: .25rem!important;
}

.m-3 {
    margin: .5rem!important;
}

.mt-3,.my-3 {
    margin-top: .5rem!important;
}

.mr-3,.mx-3 {
    margin-right: .5rem!important;
}

.mb-3,.my-3 {
    margin-bottom: .5rem!important;
}

.ml-3,.mx-3 {
    margin-left: .5rem!important;
}

.m-4 {
    margin: .75rem!important;
}

.mt-4,.my-4 {
    margin-top: .75rem!important;
}

.mr-4,.mx-4 {
    margin-right: .75rem!important;
}

.mb-4,.my-4 {
    margin-bottom: .75rem!important;
}

.ml-4,.mx-4 {
    margin-left: .75rem!important;
}

.m-5 {
    margin: 1rem!important;
}

.mt-5,.my-5 {
    margin-top: 1rem!important;
}

.mr-5,.mx-5 {
    margin-right: 1rem!important;
}

.mb-5,.my-5 {
    margin-bottom: 1rem!important;
}

.ml-5,.mx-5 {
    margin-left: 1rem!important;
}

.m-6 {
    margin: 1.25rem!important;
}

.mt-6,.my-6 {
    margin-top: 1.25rem!important;
}

.mr-6,.mx-6 {
    margin-right: 1.25rem!important;
}

.mb-6,.my-6 {
    margin-bottom: 1.25rem!important;
}

.ml-6,.mx-6 {
    margin-left: 1.25rem!important;
}

.m-7 {
    margin: 1.5rem!important;
}

.mt-7,.my-7 {
    margin-top: 1.5rem!important;
}

.mr-7,.mx-7 {
    margin-right: 1.5rem!important;
}

.mb-7,.my-7 {
    margin-bottom: 1.5rem!important;
}

.ml-7,.mx-7 {
    margin-left: 1.5rem!important;
}

.m-8 {
    margin: 1.75rem!important;
}

.mt-8,.my-8 {
    margin-top: 1.75rem!important;
}

.mr-8,.mx-8 {
    margin-right: 1.75rem!important;
}

.mb-8,.my-8 {
    margin-bottom: 1.75rem!important;
}

.ml-8,.mx-8 {
    margin-left: 1.75rem!important;
}

.m-9 {
    margin: 2rem!important;
}

.mt-9,.my-9 {
    margin-top: 2rem!important;
}

.mr-9,.mx-9 {
    margin-right: 2rem!important;
}

.mb-9,.my-9 {
    margin-bottom: 2rem!important;
}

.ml-9,.mx-9 {
    margin-left: 2rem!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: .125rem!important;
}

.pt-1,.py-1 {
    padding-top: .125rem!important;
}

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

.pb-1,.py-1 {
    padding-bottom: .125rem!important;
}

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

.p-2 {
    padding: .25rem!important;
}

.pt-2,.py-2 {
    padding-top: .25rem!important;
}

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

.pb-2,.py-2 {
    padding-bottom: .25rem!important;
}

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

.p-3 {
    padding: .5rem!important;
}

.pt-3,.py-3 {
    padding-top: .5rem!important;
}

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

.pb-3,.py-3 {
    padding-bottom: .5rem!important;
}

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

.p-4 {
    padding: .75rem!important;
}

.pt-4,.py-4 {
    padding-top: .75rem!important;
}

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

.pb-4,.py-4 {
    padding-bottom: .75rem!important;
}

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

.p-5 {
    padding: 1rem!important;
}

.pt-5,.py-5 {
    padding-top: 1rem!important;
}

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

.pb-5,.py-5 {
    padding-bottom: 1rem!important;
}

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

.p-6 {
    padding: 1.25rem!important;
}

.pt-6,.py-6 {
    padding-top: 1.25rem!important;
}

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

.pb-6,.py-6 {
    padding-bottom: 1.25rem!important;
}

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

.p-7 {
    padding: 1.5rem!important;
}

.pt-7,.py-7 {
    padding-top: 1.5rem!important;
}

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

.pb-7,.py-7 {
    padding-bottom: 1.5rem!important;
}

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

.p-8 {
    padding: 1.75rem!important;
}

.pt-8,.py-8 {
    padding-top: 1.75rem!important;
}

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

.pb-8,.py-8 {
    padding-bottom: 1.75rem!important;
}

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

.p-9 {
    padding: 2rem!important;
}

.pt-9,.py-9 {
    padding-top: 2rem!important;
}

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

.pb-9,.py-9 {
    padding-bottom: 2rem!important;
}

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

.m-n1 {
    margin: -.125rem!important;
}

.mt-n1,.my-n1 {
    margin-top: -.125rem!important;
}

.mr-n1,.mx-n1 {
    margin-right: -.125rem!important;
}

.mb-n1,.my-n1 {
    margin-bottom: -.125rem!important;
}

.ml-n1,.mx-n1 {
    margin-left: -.125rem!important;
}

.m-n2 {
    margin: -.25rem!important;
}

.mt-n2,.my-n2 {
    margin-top: -.25rem!important;
}

.mr-n2,.mx-n2 {
    margin-right: -.25rem!important;
}

.mb-n2,.my-n2 {
    margin-bottom: -.25rem!important;
}

.ml-n2,.mx-n2 {
    margin-left: -.25rem!important;
}

.m-n3 {
    margin: -.5rem!important;
}

.mt-n3,.my-n3 {
    margin-top: -.5rem!important;
}

.mr-n3,.mx-n3 {
    margin-right: -.5rem!important;
}

.mb-n3,.my-n3 {
    margin-bottom: -.5rem!important;
}

.ml-n3,.mx-n3 {
    margin-left: -.5rem!important;
}

.m-n4 {
    margin: -.75rem!important;
}

.mt-n4,.my-n4 {
    margin-top: -.75rem!important;
}

.mr-n4,.mx-n4 {
    margin-right: -.75rem!important;
}

.mb-n4,.my-n4 {
    margin-bottom: -.75rem!important;
}

.ml-n4,.mx-n4 {
    margin-left: -.75rem!important;
}

.m-n5 {
    margin: -1rem!important;
}

.mt-n5,.my-n5 {
    margin-top: -1rem!important;
}

.mr-n5,.mx-n5 {
    margin-right: -1rem!important;
}

.mb-n5,.my-n5 {
    margin-bottom: -1rem!important;
}

.ml-n5,.mx-n5 {
    margin-left: -1rem!important;
}

.m-n6 {
    margin: -1.25rem!important;
}

.mt-n6,.my-n6 {
    margin-top: -1.25rem!important;
}

.mr-n6,.mx-n6 {
    margin-right: -1.25rem!important;
}

.mb-n6,.my-n6 {
    margin-bottom: -1.25rem!important;
}

.ml-n6,.mx-n6 {
    margin-left: -1.25rem!important;
}

.m-n7 {
    margin: -1.5rem!important;
}

.mt-n7,.my-n7 {
    margin-top: -1.5rem!important;
}

.mr-n7,.mx-n7 {
    margin-right: -1.5rem!important;
}

.mb-n7,.my-n7 {
    margin-bottom: -1.5rem!important;
}

.ml-n7,.mx-n7 {
    margin-left: -1.5rem!important;
}

.m-n8 {
    margin: -1.75rem!important;
}

.mt-n8,.my-n8 {
    margin-top: -1.75rem!important;
}

.mr-n8,.mx-n8 {
    margin-right: -1.75rem!important;
}

.mb-n8,.my-n8 {
    margin-bottom: -1.75rem!important;
}

.ml-n8,.mx-n8 {
    margin-left: -1.75rem!important;
}

.m-n9 {
    margin: -2rem!important;
}

.mt-n9,.my-n9 {
    margin-top: -2rem!important;
}

.mr-n9,.mx-n9 {
    margin-right: -2rem!important;
}

.mb-n9,.my-n9 {
    margin-bottom: -2rem!important;
}

.ml-n9,.mx-n9 {
    margin-left: -2rem!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: .125rem!important;
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .125rem!important;
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .125rem!important;
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .125rem!important;
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .125rem!important;
    }

    .m-sm-2 {
        margin: .25rem!important;
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .25rem!important;
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .25rem!important;
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .25rem!important;
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .25rem!important;
    }

    .m-sm-3 {
        margin: .5rem!important;
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: .5rem!important;
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: .5rem!important;
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: .5rem!important;
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: .5rem!important;
    }

    .m-sm-4 {
        margin: .75rem!important;
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: .75rem!important;
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: .75rem!important;
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: .75rem!important;
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: .75rem!important;
    }

    .m-sm-5 {
        margin: 1rem!important;
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 1rem!important;
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 1rem!important;
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 1rem!important;
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 1rem!important;
    }

    .m-sm-6 {
        margin: 1.25rem!important;
    }

    .mt-sm-6,.my-sm-6 {
        margin-top: 1.25rem!important;
    }

    .mr-sm-6,.mx-sm-6 {
        margin-right: 1.25rem!important;
    }

    .mb-sm-6,.my-sm-6 {
        margin-bottom: 1.25rem!important;
    }

    .ml-sm-6,.mx-sm-6 {
        margin-left: 1.25rem!important;
    }

    .m-sm-7 {
        margin: 1.5rem!important;
    }

    .mt-sm-7,.my-sm-7 {
        margin-top: 1.5rem!important;
    }

    .mr-sm-7,.mx-sm-7 {
        margin-right: 1.5rem!important;
    }

    .mb-sm-7,.my-sm-7 {
        margin-bottom: 1.5rem!important;
    }

    .ml-sm-7,.mx-sm-7 {
        margin-left: 1.5rem!important;
    }

    .m-sm-8 {
        margin: 1.75rem!important;
    }

    .mt-sm-8,.my-sm-8 {
        margin-top: 1.75rem!important;
    }

    .mr-sm-8,.mx-sm-8 {
        margin-right: 1.75rem!important;
    }

    .mb-sm-8,.my-sm-8 {
        margin-bottom: 1.75rem!important;
    }

    .ml-sm-8,.mx-sm-8 {
        margin-left: 1.75rem!important;
    }

    .m-sm-9 {
        margin: 2rem!important;
    }

    .mt-sm-9,.my-sm-9 {
        margin-top: 2rem!important;
    }

    .mr-sm-9,.mx-sm-9 {
        margin-right: 2rem!important;
    }

    .mb-sm-9,.my-sm-9 {
        margin-bottom: 2rem!important;
    }

    .ml-sm-9,.mx-sm-9 {
        margin-left: 2rem!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: .125rem!important;
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .125rem!important;
    }

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

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .125rem!important;
    }

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

    .p-sm-2 {
        padding: .25rem!important;
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .25rem!important;
    }

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

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .25rem!important;
    }

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

    .p-sm-3 {
        padding: .5rem!important;
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: .5rem!important;
    }

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

    .pb-sm-3,.py-sm-3 {
        padding-bottom: .5rem!important;
    }

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

    .p-sm-4 {
        padding: .75rem!important;
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: .75rem!important;
    }

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

    .pb-sm-4,.py-sm-4 {
        padding-bottom: .75rem!important;
    }

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

    .p-sm-5 {
        padding: 1rem!important;
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 1rem!important;
    }

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

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 1rem!important;
    }

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

    .p-sm-6 {
        padding: 1.25rem!important;
    }

    .pt-sm-6,.py-sm-6 {
        padding-top: 1.25rem!important;
    }

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

    .pb-sm-6,.py-sm-6 {
        padding-bottom: 1.25rem!important;
    }

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

    .p-sm-7 {
        padding: 1.5rem!important;
    }

    .pt-sm-7,.py-sm-7 {
        padding-top: 1.5rem!important;
    }

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

    .pb-sm-7,.py-sm-7 {
        padding-bottom: 1.5rem!important;
    }

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

    .p-sm-8 {
        padding: 1.75rem!important;
    }

    .pt-sm-8,.py-sm-8 {
        padding-top: 1.75rem!important;
    }

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

    .pb-sm-8,.py-sm-8 {
        padding-bottom: 1.75rem!important;
    }

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

    .p-sm-9 {
        padding: 2rem!important;
    }

    .pt-sm-9,.py-sm-9 {
        padding-top: 2rem!important;
    }

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

    .pb-sm-9,.py-sm-9 {
        padding-bottom: 2rem!important;
    }

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

    .m-sm-n1 {
        margin: -.125rem!important;
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.125rem!important;
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.125rem!important;
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.125rem!important;
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.125rem!important;
    }

    .m-sm-n2 {
        margin: -.25rem!important;
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.25rem!important;
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.25rem!important;
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.25rem!important;
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.25rem!important;
    }

    .m-sm-n3 {
        margin: -.5rem!important;
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -.5rem!important;
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -.5rem!important;
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -.5rem!important;
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -.5rem!important;
    }

    .m-sm-n4 {
        margin: -.75rem!important;
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -.75rem!important;
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -.75rem!important;
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -.75rem!important;
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -.75rem!important;
    }

    .m-sm-n5 {
        margin: -1rem!important;
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -1rem!important;
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -1rem!important;
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -1rem!important;
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -1rem!important;
    }

    .m-sm-n6 {
        margin: -1.25rem!important;
    }

    .mt-sm-n6,.my-sm-n6 {
        margin-top: -1.25rem!important;
    }

    .mr-sm-n6,.mx-sm-n6 {
        margin-right: -1.25rem!important;
    }

    .mb-sm-n6,.my-sm-n6 {
        margin-bottom: -1.25rem!important;
    }

    .ml-sm-n6,.mx-sm-n6 {
        margin-left: -1.25rem!important;
    }

    .m-sm-n7 {
        margin: -1.5rem!important;
    }

    .mt-sm-n7,.my-sm-n7 {
        margin-top: -1.5rem!important;
    }

    .mr-sm-n7,.mx-sm-n7 {
        margin-right: -1.5rem!important;
    }

    .mb-sm-n7,.my-sm-n7 {
        margin-bottom: -1.5rem!important;
    }

    .ml-sm-n7,.mx-sm-n7 {
        margin-left: -1.5rem!important;
    }

    .m-sm-n8 {
        margin: -1.75rem!important;
    }

    .mt-sm-n8,.my-sm-n8 {
        margin-top: -1.75rem!important;
    }

    .mr-sm-n8,.mx-sm-n8 {
        margin-right: -1.75rem!important;
    }

    .mb-sm-n8,.my-sm-n8 {
        margin-bottom: -1.75rem!important;
    }

    .ml-sm-n8,.mx-sm-n8 {
        margin-left: -1.75rem!important;
    }

    .m-sm-n9 {
        margin: -2rem!important;
    }

    .mt-sm-n9,.my-sm-n9 {
        margin-top: -2rem!important;
    }

    .mr-sm-n9,.mx-sm-n9 {
        margin-right: -2rem!important;
    }

    .mb-sm-n9,.my-sm-n9 {
        margin-bottom: -2rem!important;
    }

    .ml-sm-n9,.mx-sm-n9 {
        margin-left: -2rem!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: .125rem!important;
    }

    .mt-md-1,.my-md-1 {
        margin-top: .125rem!important;
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .125rem!important;
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .125rem!important;
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .125rem!important;
    }

    .m-md-2 {
        margin: .25rem!important;
    }

    .mt-md-2,.my-md-2 {
        margin-top: .25rem!important;
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .25rem!important;
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .25rem!important;
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .25rem!important;
    }

    .m-md-3 {
        margin: .5rem!important;
    }

    .mt-md-3,.my-md-3 {
        margin-top: .5rem!important;
    }

    .mr-md-3,.mx-md-3 {
        margin-right: .5rem!important;
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: .5rem!important;
    }

    .ml-md-3,.mx-md-3 {
        margin-left: .5rem!important;
    }

    .m-md-4 {
        margin: .75rem!important;
    }

    .mt-md-4,.my-md-4 {
        margin-top: .75rem!important;
    }

    .mr-md-4,.mx-md-4 {
        margin-right: .75rem!important;
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: .75rem!important;
    }

    .ml-md-4,.mx-md-4 {
        margin-left: .75rem!important;
    }

    .m-md-5 {
        margin: 1rem!important;
    }

    .mt-md-5,.my-md-5 {
        margin-top: 1rem!important;
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 1rem!important;
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 1rem!important;
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 1rem!important;
    }

    .m-md-6 {
        margin: 1.25rem!important;
    }

    .mt-md-6,.my-md-6 {
        margin-top: 1.25rem!important;
    }

    .mr-md-6,.mx-md-6 {
        margin-right: 1.25rem!important;
    }

    .mb-md-6,.my-md-6 {
        margin-bottom: 1.25rem!important;
    }

    .ml-md-6,.mx-md-6 {
        margin-left: 1.25rem!important;
    }

    .m-md-7 {
        margin: 1.5rem!important;
    }

    .mt-md-7,.my-md-7 {
        margin-top: 1.5rem!important;
    }

    .mr-md-7,.mx-md-7 {
        margin-right: 1.5rem!important;
    }

    .mb-md-7,.my-md-7 {
        margin-bottom: 1.5rem!important;
    }

    .ml-md-7,.mx-md-7 {
        margin-left: 1.5rem!important;
    }

    .m-md-8 {
        margin: 1.75rem!important;
    }

    .mt-md-8,.my-md-8 {
        margin-top: 1.75rem!important;
    }

    .mr-md-8,.mx-md-8 {
        margin-right: 1.75rem!important;
    }

    .mb-md-8,.my-md-8 {
        margin-bottom: 1.75rem!important;
    }

    .ml-md-8,.mx-md-8 {
        margin-left: 1.75rem!important;
    }

    .m-md-9 {
        margin: 2rem!important;
    }

    .mt-md-9,.my-md-9 {
        margin-top: 2rem!important;
    }

    .mr-md-9,.mx-md-9 {
        margin-right: 2rem!important;
    }

    .mb-md-9,.my-md-9 {
        margin-bottom: 2rem!important;
    }

    .ml-md-9,.mx-md-9 {
        margin-left: 2rem!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: .125rem!important;
    }

    .pt-md-1,.py-md-1 {
        padding-top: .125rem!important;
    }

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

    .pb-md-1,.py-md-1 {
        padding-bottom: .125rem!important;
    }

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

    .p-md-2 {
        padding: .25rem!important;
    }

    .pt-md-2,.py-md-2 {
        padding-top: .25rem!important;
    }

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

    .pb-md-2,.py-md-2 {
        padding-bottom: .25rem!important;
    }

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

    .p-md-3 {
        padding: .5rem!important;
    }

    .pt-md-3,.py-md-3 {
        padding-top: .5rem!important;
    }

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

    .pb-md-3,.py-md-3 {
        padding-bottom: .5rem!important;
    }

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

    .p-md-4 {
        padding: .75rem!important;
    }

    .pt-md-4,.py-md-4 {
        padding-top: .75rem!important;
    }

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

    .pb-md-4,.py-md-4 {
        padding-bottom: .75rem!important;
    }

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

    .p-md-5 {
        padding: 1rem!important;
    }

    .pt-md-5,.py-md-5 {
        padding-top: 1rem!important;
    }

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

    .pb-md-5,.py-md-5 {
        padding-bottom: 1rem!important;
    }

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

    .p-md-6 {
        padding: 1.25rem!important;
    }

    .pt-md-6,.py-md-6 {
        padding-top: 1.25rem!important;
    }

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

    .pb-md-6,.py-md-6 {
        padding-bottom: 1.25rem!important;
    }

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

    .p-md-7 {
        padding: 1.5rem!important;
    }

    .pt-md-7,.py-md-7 {
        padding-top: 1.5rem!important;
    }

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

    .pb-md-7,.py-md-7 {
        padding-bottom: 1.5rem!important;
    }

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

    .p-md-8 {
        padding: 1.75rem!important;
    }

    .pt-md-8,.py-md-8 {
        padding-top: 1.75rem!important;
    }

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

    .pb-md-8,.py-md-8 {
        padding-bottom: 1.75rem!important;
    }

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

    .p-md-9 {
        padding: 2rem!important;
    }

    .pt-md-9,.py-md-9 {
        padding-top: 2rem!important;
    }

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

    .pb-md-9,.py-md-9 {
        padding-bottom: 2rem!important;
    }

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

    .m-md-n1 {
        margin: -.125rem!important;
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.125rem!important;
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.125rem!important;
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.125rem!important;
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.125rem!important;
    }

    .m-md-n2 {
        margin: -.25rem!important;
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.25rem!important;
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.25rem!important;
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.25rem!important;
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.25rem!important;
    }

    .m-md-n3 {
        margin: -.5rem!important;
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -.5rem!important;
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -.5rem!important;
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -.5rem!important;
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -.5rem!important;
    }

    .m-md-n4 {
        margin: -.75rem!important;
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -.75rem!important;
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -.75rem!important;
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -.75rem!important;
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -.75rem!important;
    }

    .m-md-n5 {
        margin: -1rem!important;
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -1rem!important;
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -1rem!important;
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -1rem!important;
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -1rem!important;
    }

    .m-md-n6 {
        margin: -1.25rem!important;
    }

    .mt-md-n6,.my-md-n6 {
        margin-top: -1.25rem!important;
    }

    .mr-md-n6,.mx-md-n6 {
        margin-right: -1.25rem!important;
    }

    .mb-md-n6,.my-md-n6 {
        margin-bottom: -1.25rem!important;
    }

    .ml-md-n6,.mx-md-n6 {
        margin-left: -1.25rem!important;
    }

    .m-md-n7 {
        margin: -1.5rem!important;
    }

    .mt-md-n7,.my-md-n7 {
        margin-top: -1.5rem!important;
    }

    .mr-md-n7,.mx-md-n7 {
        margin-right: -1.5rem!important;
    }

    .mb-md-n7,.my-md-n7 {
        margin-bottom: -1.5rem!important;
    }

    .ml-md-n7,.mx-md-n7 {
        margin-left: -1.5rem!important;
    }

    .m-md-n8 {
        margin: -1.75rem!important;
    }

    .mt-md-n8,.my-md-n8 {
        margin-top: -1.75rem!important;
    }

    .mr-md-n8,.mx-md-n8 {
        margin-right: -1.75rem!important;
    }

    .mb-md-n8,.my-md-n8 {
        margin-bottom: -1.75rem!important;
    }

    .ml-md-n8,.mx-md-n8 {
        margin-left: -1.75rem!important;
    }

    .m-md-n9 {
        margin: -2rem!important;
    }

    .mt-md-n9,.my-md-n9 {
        margin-top: -2rem!important;
    }

    .mr-md-n9,.mx-md-n9 {
        margin-right: -2rem!important;
    }

    .mb-md-n9,.my-md-n9 {
        margin-bottom: -2rem!important;
    }

    .ml-md-n9,.mx-md-n9 {
        margin-left: -2rem!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:1112px) {
    .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: .125rem!important;
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .125rem!important;
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .125rem!important;
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .125rem!important;
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .125rem!important;
    }

    .m-lg-2 {
        margin: .25rem!important;
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .25rem!important;
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .25rem!important;
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .25rem!important;
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .25rem!important;
    }

    .m-lg-3 {
        margin: .5rem!important;
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: .5rem!important;
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: .5rem!important;
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: .5rem!important;
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: .5rem!important;
    }

    .m-lg-4 {
        margin: .75rem!important;
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: .75rem!important;
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: .75rem!important;
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: .75rem!important;
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: .75rem!important;
    }

    .m-lg-5 {
        margin: 1rem!important;
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 1rem!important;
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 1rem!important;
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 1rem!important;
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 1rem!important;
    }

    .m-lg-6 {
        margin: 1.25rem!important;
    }

    .mt-lg-6,.my-lg-6 {
        margin-top: 1.25rem!important;
    }

    .mr-lg-6,.mx-lg-6 {
        margin-right: 1.25rem!important;
    }

    .mb-lg-6,.my-lg-6 {
        margin-bottom: 1.25rem!important;
    }

    .ml-lg-6,.mx-lg-6 {
        margin-left: 1.25rem!important;
    }

    .m-lg-7 {
        margin: 1.5rem!important;
    }

    .mt-lg-7,.my-lg-7 {
        margin-top: 1.5rem!important;
    }

    .mr-lg-7,.mx-lg-7 {
        margin-right: 1.5rem!important;
    }

    .mb-lg-7,.my-lg-7 {
        margin-bottom: 1.5rem!important;
    }

    .ml-lg-7,.mx-lg-7 {
        margin-left: 1.5rem!important;
    }

    .m-lg-8 {
        margin: 1.75rem!important;
    }

    .mt-lg-8,.my-lg-8 {
        margin-top: 1.75rem!important;
    }

    .mr-lg-8,.mx-lg-8 {
        margin-right: 1.75rem!important;
    }

    .mb-lg-8,.my-lg-8 {
        margin-bottom: 1.75rem!important;
    }

    .ml-lg-8,.mx-lg-8 {
        margin-left: 1.75rem!important;
    }

    .m-lg-9 {
        margin: 2rem!important;
    }

    .mt-lg-9,.my-lg-9 {
        margin-top: 2rem!important;
    }

    .mr-lg-9,.mx-lg-9 {
        margin-right: 2rem!important;
    }

    .mb-lg-9,.my-lg-9 {
        margin-bottom: 2rem!important;
    }

    .ml-lg-9,.mx-lg-9 {
        margin-left: 2rem!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: .125rem!important;
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .125rem!important;
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .125rem!important;
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .125rem!important;
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .125rem!important;
    }

    .p-lg-2 {
        padding: .25rem!important;
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .25rem!important;
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .25rem!important;
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .25rem!important;
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .25rem!important;
    }

    .p-lg-3 {
        padding: .5rem!important;
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: .5rem!important;
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: .5rem!important;
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: .5rem!important;
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: .5rem!important;
    }

    .p-lg-4 {
        padding: .75rem!important;
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: .75rem!important;
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: .75rem!important;
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: .75rem!important;
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: .75rem!important;
    }

    .p-lg-5 {
        padding: 1rem!important;
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 1rem!important;
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 1rem!important;
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 1rem!important;
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 1rem!important;
    }

    .p-lg-6 {
        padding: 1.25rem!important;
    }

    .pt-lg-6,.py-lg-6 {
        padding-top: 1.25rem!important;
    }

    .pr-lg-6,.px-lg-6 {
        padding-right: 1.25rem!important;
    }

    .pb-lg-6,.py-lg-6 {
        padding-bottom: 1.25rem!important;
    }

    .pl-lg-6,.px-lg-6 {
        padding-left: 1.25rem!important;
    }

    .p-lg-7 {
        padding: 1.5rem!important;
    }

    .pt-lg-7,.py-lg-7 {
        padding-top: 1.5rem!important;
    }

    .pr-lg-7,.px-lg-7 {
        padding-right: 1.5rem!important;
    }

    .pb-lg-7,.py-lg-7 {
        padding-bottom: 1.5rem!important;
    }

    .pl-lg-7,.px-lg-7 {
        padding-left: 1.5rem!important;
    }

    .p-lg-8 {
        padding: 1.75rem!important;
    }

    .pt-lg-8,.py-lg-8 {
        padding-top: 1.75rem!important;
    }

    .pr-lg-8,.px-lg-8 {
        padding-right: 1.75rem!important;
    }

    .pb-lg-8,.py-lg-8 {
        padding-bottom: 1.75rem!important;
    }

    .pl-lg-8,.px-lg-8 {
        padding-left: 1.75rem!important;
    }

    .p-lg-9 {
        padding: 2rem!important;
    }

    .pt-lg-9,.py-lg-9 {
        padding-top: 2rem!important;
    }

    .pr-lg-9,.px-lg-9 {
        padding-right: 2rem!important;
    }

    .pb-lg-9,.py-lg-9 {
        padding-bottom: 2rem!important;
    }

    .pl-lg-9,.px-lg-9 {
        padding-left: 2rem!important;
    }

    .m-lg-n1 {
        margin: -.125rem!important;
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.125rem!important;
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.125rem!important;
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.125rem!important;
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.125rem!important;
    }

    .m-lg-n2 {
        margin: -.25rem!important;
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.25rem!important;
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.25rem!important;
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.25rem!important;
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.25rem!important;
    }

    .m-lg-n3 {
        margin: -.5rem!important;
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -.5rem!important;
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -.5rem!important;
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -.5rem!important;
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -.5rem!important;
    }

    .m-lg-n4 {
        margin: -.75rem!important;
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -.75rem!important;
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -.75rem!important;
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -.75rem!important;
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -.75rem!important;
    }

    .m-lg-n5 {
        margin: -1rem!important;
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -1rem!important;
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -1rem!important;
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -1rem!important;
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -1rem!important;
    }

    .m-lg-n6 {
        margin: -1.25rem!important;
    }

    .mt-lg-n6,.my-lg-n6 {
        margin-top: -1.25rem!important;
    }

    .mr-lg-n6,.mx-lg-n6 {
        margin-right: -1.25rem!important;
    }

    .mb-lg-n6,.my-lg-n6 {
        margin-bottom: -1.25rem!important;
    }

    .ml-lg-n6,.mx-lg-n6 {
        margin-left: -1.25rem!important;
    }

    .m-lg-n7 {
        margin: -1.5rem!important;
    }

    .mt-lg-n7,.my-lg-n7 {
        margin-top: -1.5rem!important;
    }

    .mr-lg-n7,.mx-lg-n7 {
        margin-right: -1.5rem!important;
    }

    .mb-lg-n7,.my-lg-n7 {
        margin-bottom: -1.5rem!important;
    }

    .ml-lg-n7,.mx-lg-n7 {
        margin-left: -1.5rem!important;
    }

    .m-lg-n8 {
        margin: -1.75rem!important;
    }

    .mt-lg-n8,.my-lg-n8 {
        margin-top: -1.75rem!important;
    }

    .mr-lg-n8,.mx-lg-n8 {
        margin-right: -1.75rem!important;
    }

    .mb-lg-n8,.my-lg-n8 {
        margin-bottom: -1.75rem!important;
    }

    .ml-lg-n8,.mx-lg-n8 {
        margin-left: -1.75rem!important;
    }

    .m-lg-n9 {
        margin: -2rem!important;
    }

    .mt-lg-n9,.my-lg-n9 {
        margin-top: -2rem!important;
    }

    .mr-lg-n9,.mx-lg-n9 {
        margin-right: -2rem!important;
    }

    .mb-lg-n9,.my-lg-n9 {
        margin-bottom: -2rem!important;
    }

    .ml-lg-n9,.mx-lg-n9 {
        margin-left: -2rem!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:1228px) {
    .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: .125rem!important;
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .125rem!important;
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .125rem!important;
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .125rem!important;
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .125rem!important;
    }

    .m-xl-2 {
        margin: .25rem!important;
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .25rem!important;
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .25rem!important;
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .25rem!important;
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .25rem!important;
    }

    .m-xl-3 {
        margin: .5rem!important;
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: .5rem!important;
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: .5rem!important;
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: .5rem!important;
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: .5rem!important;
    }

    .m-xl-4 {
        margin: .75rem!important;
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: .75rem!important;
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: .75rem!important;
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: .75rem!important;
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: .75rem!important;
    }

    .m-xl-5 {
        margin: 1rem!important;
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 1rem!important;
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 1rem!important;
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 1rem!important;
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 1rem!important;
    }

    .m-xl-6 {
        margin: 1.25rem!important;
    }

    .mt-xl-6,.my-xl-6 {
        margin-top: 1.25rem!important;
    }

    .mr-xl-6,.mx-xl-6 {
        margin-right: 1.25rem!important;
    }

    .mb-xl-6,.my-xl-6 {
        margin-bottom: 1.25rem!important;
    }

    .ml-xl-6,.mx-xl-6 {
        margin-left: 1.25rem!important;
    }

    .m-xl-7 {
        margin: 1.5rem!important;
    }

    .mt-xl-7,.my-xl-7 {
        margin-top: 1.5rem!important;
    }

    .mr-xl-7,.mx-xl-7 {
        margin-right: 1.5rem!important;
    }

    .mb-xl-7,.my-xl-7 {
        margin-bottom: 1.5rem!important;
    }

    .ml-xl-7,.mx-xl-7 {
        margin-left: 1.5rem!important;
    }

    .m-xl-8 {
        margin: 1.75rem!important;
    }

    .mt-xl-8,.my-xl-8 {
        margin-top: 1.75rem!important;
    }

    .mr-xl-8,.mx-xl-8 {
        margin-right: 1.75rem!important;
    }

    .mb-xl-8,.my-xl-8 {
        margin-bottom: 1.75rem!important;
    }

    .ml-xl-8,.mx-xl-8 {
        margin-left: 1.75rem!important;
    }

    .m-xl-9 {
        margin: 2rem!important;
    }

    .mt-xl-9,.my-xl-9 {
        margin-top: 2rem!important;
    }

    .mr-xl-9,.mx-xl-9 {
        margin-right: 2rem!important;
    }

    .mb-xl-9,.my-xl-9 {
        margin-bottom: 2rem!important;
    }

    .ml-xl-9,.mx-xl-9 {
        margin-left: 2rem!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: .125rem!important;
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .125rem!important;
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .125rem!important;
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .125rem!important;
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .125rem!important;
    }

    .p-xl-2 {
        padding: .25rem!important;
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .25rem!important;
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .25rem!important;
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .25rem!important;
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .25rem!important;
    }

    .p-xl-3 {
        padding: .5rem!important;
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: .5rem!important;
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: .5rem!important;
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: .5rem!important;
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: .5rem!important;
    }

    .p-xl-4 {
        padding: .75rem!important;
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: .75rem!important;
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: .75rem!important;
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: .75rem!important;
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: .75rem!important;
    }

    .p-xl-5 {
        padding: 1rem!important;
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 1rem!important;
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 1rem!important;
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 1rem!important;
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 1rem!important;
    }

    .p-xl-6 {
        padding: 1.25rem!important;
    }

    .pt-xl-6,.py-xl-6 {
        padding-top: 1.25rem!important;
    }

    .pr-xl-6,.px-xl-6 {
        padding-right: 1.25rem!important;
    }

    .pb-xl-6,.py-xl-6 {
        padding-bottom: 1.25rem!important;
    }

    .pl-xl-6,.px-xl-6 {
        padding-left: 1.25rem!important;
    }

    .p-xl-7 {
        padding: 1.5rem!important;
    }

    .pt-xl-7,.py-xl-7 {
        padding-top: 1.5rem!important;
    }

    .pr-xl-7,.px-xl-7 {
        padding-right: 1.5rem!important;
    }

    .pb-xl-7,.py-xl-7 {
        padding-bottom: 1.5rem!important;
    }

    .pl-xl-7,.px-xl-7 {
        padding-left: 1.5rem!important;
    }

    .p-xl-8 {
        padding: 1.75rem!important;
    }

    .pt-xl-8,.py-xl-8 {
        padding-top: 1.75rem!important;
    }

    .pr-xl-8,.px-xl-8 {
        padding-right: 1.75rem!important;
    }

    .pb-xl-8,.py-xl-8 {
        padding-bottom: 1.75rem!important;
    }

    .pl-xl-8,.px-xl-8 {
        padding-left: 1.75rem!important;
    }

    .p-xl-9 {
        padding: 2rem!important;
    }

    .pt-xl-9,.py-xl-9 {
        padding-top: 2rem!important;
    }

    .pr-xl-9,.px-xl-9 {
        padding-right: 2rem!important;
    }

    .pb-xl-9,.py-xl-9 {
        padding-bottom: 2rem!important;
    }

    .pl-xl-9,.px-xl-9 {
        padding-left: 2rem!important;
    }

    .m-xl-n1 {
        margin: -.125rem!important;
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.125rem!important;
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.125rem!important;
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.125rem!important;
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.125rem!important;
    }

    .m-xl-n2 {
        margin: -.25rem!important;
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.25rem!important;
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.25rem!important;
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.25rem!important;
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.25rem!important;
    }

    .m-xl-n3 {
        margin: -.5rem!important;
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -.5rem!important;
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -.5rem!important;
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -.5rem!important;
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -.5rem!important;
    }

    .m-xl-n4 {
        margin: -.75rem!important;
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -.75rem!important;
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -.75rem!important;
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -.75rem!important;
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -.75rem!important;
    }

    .m-xl-n5 {
        margin: -1rem!important;
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -1rem!important;
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -1rem!important;
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -1rem!important;
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -1rem!important;
    }

    .m-xl-n6 {
        margin: -1.25rem!important;
    }

    .mt-xl-n6,.my-xl-n6 {
        margin-top: -1.25rem!important;
    }

    .mr-xl-n6,.mx-xl-n6 {
        margin-right: -1.25rem!important;
    }

    .mb-xl-n6,.my-xl-n6 {
        margin-bottom: -1.25rem!important;
    }

    .ml-xl-n6,.mx-xl-n6 {
        margin-left: -1.25rem!important;
    }

    .m-xl-n7 {
        margin: -1.5rem!important;
    }

    .mt-xl-n7,.my-xl-n7 {
        margin-top: -1.5rem!important;
    }

    .mr-xl-n7,.mx-xl-n7 {
        margin-right: -1.5rem!important;
    }

    .mb-xl-n7,.my-xl-n7 {
        margin-bottom: -1.5rem!important;
    }

    .ml-xl-n7,.mx-xl-n7 {
        margin-left: -1.5rem!important;
    }

    .m-xl-n8 {
        margin: -1.75rem!important;
    }

    .mt-xl-n8,.my-xl-n8 {
        margin-top: -1.75rem!important;
    }

    .mr-xl-n8,.mx-xl-n8 {
        margin-right: -1.75rem!important;
    }

    .mb-xl-n8,.my-xl-n8 {
        margin-bottom: -1.75rem!important;
    }

    .ml-xl-n8,.mx-xl-n8 {
        margin-left: -1.75rem!important;
    }

    .m-xl-n9 {
        margin: -2rem!important;
    }

    .mt-xl-n9,.my-xl-n9 {
        margin-top: -2rem!important;
    }

    .mr-xl-n9,.mx-xl-n9 {
        margin-right: -2rem!important;
    }

    .mb-xl-n9,.my-xl-n9 {
        margin-bottom: -2rem!important;
    }

    .ml-xl-n9,.mx-xl-n9 {
        margin-left: -2rem!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;
    }
}

#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 1231;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 3px 5px 1px rgba(66,169,255,.69),0 0 5px 6px rgba(66,169,255,.42);
    opacity: 1;
    transform: rotate(3deg) translateY(-4px);
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1231;
    bottom: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-color: #29d transparent transparent #29d;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner .4s linear infinite;
    animation: nprogress-spinner .4s linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

html {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #666;
}

body {
    margin: 0;
}

a:active,a:hover {
    outline: none;
}

.uk-link,a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.uk-link.uk-link-primary,a.uk-link-primary {
    color: var(--blue);
}

.uk-link-toggle:focus .uk-link,.uk-link-toggle:hover .uk-link,.uk-link:hover,a:hover {
    color: #0f6ecd;
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-style: dotted;
}

b,strong {
    font-weight: bolder;
}

:not(pre)>code,:not(pre)>kbd,:not(pre)>samp {
    font-family: Consolas,monaco,monospace;
    font-size: .875rem;
    color: var(--danger);
    white-space: nowrap;
    padding: 2px 6px;
    background: #f8f8f8;
}

em {
    color: var(--danger);
}

ins {
    text-decoration: none;
}

ins,mark {
    background: #ffd;
    color: #666;
}

q {
    font-style: italic;
}

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle;
}

canvas,img,video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

@supports (display:block) {
    svg {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }
}

svg:not(:root) {
    overflow: hidden;
}

img:not([src]) {
    min-width: 1px;
    visibility: hidden;
}

iframe {
    border: 0;
}

address,dl,fieldset,figure,ol,p,pre,ul {
    margin: 0 0 14px;
}

*+address,*+dl,*+fieldset,*+figure,*+ol,*+p,*+pre,*+ul {
    margin-top: 14px;
}

.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6,.uk-heading-2xlarge,.uk-heading-large,.uk-heading-medium,.uk-heading-small,.uk-heading-xlarge,h1,h2,h3,h4,h5,h6 {
    margin: 0 0 14px;
    font-weight: 400;
    text-transform: none;
}

.uk-h1,h1 {
    font-size: 1.82143rem;
    line-height: 1.2;
}

.uk-h2,h2 {
    font-size: 1.7rem;
    line-height: 1.3;
}

.uk-h3,h3 {
    font-size: 1.5rem;
    line-height: 1.4;
}

.uk-h4,h4 {
    font-size: 1.25rem;
    line-height: 1.4;
}

.uk-h5,h5 {
    font-size: 16px;
    line-height: 1.4;
}

.uk-h6,h6 {
    font-size: .875rem;
    line-height: 1.4;
}

.uk-h1:last-child,.uk-h2:last-child,.uk-h3:last-child,.uk-h4:last-child,.uk-h5:last-child,.uk-h6:last-child,.uk-heading-2xlarge:last-child,.uk-heading-large:last-child,.uk-heading-medium:last-child,.uk-heading-small:last-child,.uk-heading-xlarge:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child,ul:last-child {
    margin-bottom: 0;
}

ol,ul {
    padding-left: 30px;
}

ol>li>ol,ol>li>ul,ul>li>ol,ul>li>ul {
    margin: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.uk-hr,hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 14px;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

*+.uk-hr,*+hr {
    margin-top: 14px;
}

address {
    font-style: normal;
}

blockquote {
    margin: 0 0 14px;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: italic;
    color: #333;
}

*+blockquote {
    margin-top: 14px;
}

blockquote p:last-of-type {
    margin-bottom: 0;
}

blockquote footer {
    margin-top: 10px;
    font-size: .875rem;
    line-height: 1.5;
    color: #666;
}

blockquote footer:before {
    content: "— ";
}

pre {
    font: .875rem/1.5 Consolas,monaco,monospace;
    color: #666;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    overflow: auto;
    font-size: inherit;
    font-family: inherit;
    font-size: 1rem;
    background: unset;
    border: none;
    border-radius: 0;
    padding: 0;
}

pre code {
    font-family: Consolas,monaco,monospace;
}

::-moz-selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

details,main {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

.uk-breakpoint-s:before {
    content: "640px";
}

.uk-breakpoint-m:before {
    content: "960px";
}

.uk-breakpoint-l:before {
    content: "1200px";
}

.uk-breakpoint-xl:before {
    content: "1600px";
}

:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;
}

.uk-link-muted a,a.uk-link-muted {
    color: #999;
}

.uk-link-muted a:hover,.uk-link-toggle:focus .uk-link-muted,.uk-link-toggle:hover .uk-link-muted,a.uk-link-muted:hover {
    color: #666;
}

.uk-link-text a,a.uk-link-text {
    color: inherit;
}

.uk-link-text a:hover,.uk-link-toggle:focus .uk-link-text,.uk-link-toggle:hover .uk-link-text,a.uk-link-text:hover {
    color: #999;
}

.uk-link-heading a,a.uk-link-heading {
    color: inherit;
}

.uk-link-heading a:hover,.uk-link-toggle:focus .uk-link-heading,.uk-link-toggle:hover .uk-link-heading,a.uk-link-heading:hover {
    color: #0078ff;
    text-decoration: none;
}

.uk-link-reset a,.uk-link-toggle,a.uk-link-reset {
    color: inherit!important;
    text-decoration: none!important;
}

.uk-link-toggle:focus {
    outline: none;
}

.uk-link-decoration-none:hover,.uk-link-decoration-none>a:hover {
    text-decoration: none;
}

[class*=uk-divider] {
    border: none;
    margin-bottom: 14px;
}

*+[class*=uk-divider] {
    margin-top: 14px;
}

.uk-divider-icon {
    position: relative;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='none' stroke='%23e5e5e5' stroke-width='2' cx='10' cy='10' r='7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.uk-divider-icon:after,.uk-divider-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    max-width: calc(50% - 25px);
    border-bottom: 1px solid #e5e5e5;
}

.uk-divider-icon:before {
    right: calc(50% + 25px);
    width: 100%;
}

.uk-divider-icon:after {
    left: calc(50% + 25px);
    width: 100%;
}

.uk-divider-small {
    line-height: 0;
}

.uk-divider-small:after {
    content: "";
    display: inline-block;
    width: 100px;
    max-width: 100%;
    border-top: 1px solid #e5e5e5;
    vertical-align: top;
}

.uk-divider-vertical {
    width: 1px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid var(--theme-bg);
}

.uk-list {
    padding: 0;
    list-style: none;
}

.uk-list>*>:last-child {
    margin-bottom: 0;
}

.uk-list>*>ul,.uk-list>:nth-child(n+2) {
    margin-top: 10px;
}

.uk-list-circle>*,.uk-list-decimal>*,.uk-list-disc>*,.uk-list-hyphen>*,.uk-list-square>* {
    padding-left: 30px;
}

.uk-list-decimal {
    counter-reset: decimal;
}

.uk-list-decimal>* {
    counter-increment: decimal;
}

[class*=uk-list]>:before {
    content: "";
    position: relative;
    left: -30px;
    width: 30px;
    height: 1.5em;
    margin-bottom: -1.5em;
    display: list-item;
    list-style-position: inside;
    text-align: right;
}

.uk-list-disc>:before {
    list-style-type: disc;
}

.uk-list-circle>:before {
    list-style-type: circle;
}

.uk-list-square>:before {
    list-style-type: square;
}

.uk-list-decimal>:before {
    content: counter(decimal,decimal) " . ";
}

.uk-list-hyphen>:before {
    content: "–\00A0\00A0";
}

.uk-list-muted>:before {
    color: #999!important;
}

.uk-list-emphasis>:before {
    color: #333!important;
}

.uk-list-primary>:before {
    color: #0078ff!important;
}

.uk-list-secondary>:before {
    color: #222!important;
}

.uk-list-bullet>* {
    padding-left: 30px;
}

.uk-list-bullet>:before {
    content: "";
    position: relative;
    left: -30px;
    width: 30px;
    height: 1.5em;
    margin-bottom: -1.5em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23666' cx='3' cy='3' r='3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.uk-list-divider>:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.uk-list-striped>* {
    padding: 10px;
}

.uk-list-striped>:nth-of-type(odd) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f8f8f8;
}

.uk-list-striped>:nth-child(n+2) {
    margin-top: 0;
}

.uk-list-large>*>ul,.uk-list-large>:nth-child(n+2) {
    margin-top: 14px;
}

.uk-list-collapse>*>ul,.uk-list-collapse>:nth-child(n+2) {
    margin-top: 0;
}

.uk-list-large.uk-list-divider>:nth-child(n+2) {
    margin-top: 14px;
    padding-top: 14px;
}

.uk-list-collapse.uk-list-divider>:nth-child(n+2) {
    margin-top: 0;
    padding-top: 0;
}

.uk-list-large.uk-list-striped>* {
    padding: 14px 10px;
}

.uk-list-collapse.uk-list-striped>* {
    padding-top: 0;
    padding-bottom: 0;
}

.uk-list-collapse.uk-list-striped>:nth-child(n+2),.uk-list-large.uk-list-striped>:nth-child(n+2) {
    margin-top: 0;
}

.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}

button.uk-icon:not(:disabled) {
    cursor: pointer;
}

.uk-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
    fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
    stroke: currentcolor;
}

.uk-icon>* {
    transform: translate(0);
}

.uk-icon-image {
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.uk-icon-link {
    color: #999;
}

.uk-icon-link:focus,.uk-icon-link:hover {
    color: #666;
    outline: none;
}

.uk-active>.uk-icon-link,.uk-icon-link:active {
    color: #595959;
}

.uk-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #f8f8f8;
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}

.uk-icon-button:focus,.uk-icon-button:hover {
    background-color: #ebebeb;
    color: #666;
    outline: none;
}

.uk-active>.uk-icon-button,.uk-icon-button:active {
    background-color: #dfdfdf;
    color: #666;
}

.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:640px) {
    .uk-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:960px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.uk-container>:last-child {
    margin-bottom: 0;
}

.uk-container .uk-container {
    padding-left: 0;
    padding-right: 0;
}

.uk-container-xsmall {
    max-width: 750px;
}

.uk-container-small {
    max-width: 900px;
}

.uk-container-large {
    max-width: 1400px;
}

.uk-container-xlarge {
    max-width: 1600px;
}

.uk-container-expand {
    max-width: none;
}

.uk-container-expand-left {
    margin-left: 0;
}

.uk-container-expand-right {
    margin-right: 0;
}

@media (min-width:640px) {
    .uk-container-expand-left.uk-container-xsmall,.uk-container-expand-right.uk-container-xsmall {
        max-width: calc(50% + 345px);
    }

    .uk-container-expand-left.uk-container-small,.uk-container-expand-right.uk-container-small {
        max-width: calc(50% + 420px);
    }
}

@media (min-width:960px) {
    .uk-container-expand-left,.uk-container-expand-right {
        max-width: calc(50% + 560px);
    }

    .uk-container-expand-left.uk-container-xsmall,.uk-container-expand-right.uk-container-xsmall {
        max-width: calc(50% + 335px);
    }

    .uk-container-expand-left.uk-container-small,.uk-container-expand-right.uk-container-small {
        max-width: calc(50% + 410px);
    }

    .uk-container-expand-left.uk-container-large,.uk-container-expand-right.uk-container-large {
        max-width: calc(50% + 660px);
    }

    .uk-container-expand-left.uk-container-xlarge,.uk-container-expand-right.uk-container-xlarge {
        max-width: calc(50% + 760px);
    }
}

.uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right {
    width: calc(100% + 15px);
}

.uk-container-item-padding-remove-left {
    margin-left: -15px;
}

.uk-container-item-padding-remove-right {
    margin-right: -15px;
}

@media (min-width:640px) {
    .uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right {
        width: calc(100% + 30px);
    }

    .uk-container-item-padding-remove-left {
        margin-left: -30px;
    }

    .uk-container-item-padding-remove-right {
        margin-right: -30px;
    }
}

@media (min-width:960px) {
    .uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right {
        width: calc(100% + 40px);
    }

    .uk-container-item-padding-remove-left {
        margin-left: -40px;
    }

    .uk-container-item-padding-remove-right {
        margin-right: -40px;
    }
}

.uk-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow .1s ease-in-out;
}

.uk-card-body {
    display: flow-root;
    padding: 30px;
}

.uk-card-footer,.uk-card-header {
    display: flow-root;
    padding: 15px 30px;
}

@media (min-width:1200px) {
    .uk-card-body {
        padding: 40px;
    }

    .uk-card-footer,.uk-card-header {
        padding: 20px 40px;
    }
}

.uk-card-body>:last-child,.uk-card-footer>:last-child,.uk-card-header>:last-child {
    margin-bottom: 0;
}

.uk-card-title {
    font-size: 1.5rem;
    line-height: 1.4;
}

.uk-card-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}

.uk-card-badge:first-child+* {
    margin-top: 0;
}

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
    background: #fff;
    box-shadow: 0 14px 25px rgba(0,0,0,.16);
}

.uk-card-default {
    background: var(--theme-primary-light);
    color: var(--theme-on-primary);
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.uk-card-default .uk-card-title {
    color: #333;
}

.uk-card-default.uk-card-hover:hover {
    background-color: var(--theme-primary-light-hover);
    box-shadow: 0 14px 25px rgba(0,0,0,.16);
}

.uk-card-default .uk-card-header {
    border-bottom: 1px solid #e5e5e5;
}

.uk-card-default .uk-card-footer {
    border-top: 1px solid #e5e5e5;
}

.uk-card-primary {
    background: #0078ff;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.uk-card-primary .uk-card-title {
    color: #fff;
}

.uk-card-primary.uk-card-hover:hover {
    background-color: #0078ff;
    box-shadow: 0 14px 25px rgba(0,0,0,.16);
}

.uk-card-secondary {
    background: #222;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.uk-card-secondary .uk-card-title {
    color: #fff;
}

.uk-card-secondary.uk-card-hover:hover {
    background-color: #222;
    box-shadow: 0 14px 25px rgba(0,0,0,.16);
}

.uk-card-small.uk-card-body,.uk-card-small .uk-card-body {
    padding: 14px;
}

.uk-card-small .uk-card-footer,.uk-card-small .uk-card-header {
    padding: 9px 14px;
}

@media (min-width:1200px) {
    .uk-card-large.uk-card-body,.uk-card-large .uk-card-body {
        padding: 70px;
    }

    .uk-card-large .uk-card-footer,.uk-card-large .uk-card-header {
        padding: 35px 70px;
    }
}

.uk-card-body>.uk-nav-default {
    margin-left: -30px;
    margin-right: -30px;
}

.uk-card-body>.uk-nav-default:only-child {
    margin-top: -15px;
    margin-bottom: -15px;
}

.uk-card-body>.uk-nav-default .uk-nav-divider,.uk-card-body>.uk-nav-default .uk-nav-header,.uk-card-body>.uk-nav-default>li>a {
    padding-left: 30px;
    padding-right: 30px;
}

.uk-card-body>.uk-nav-default .uk-nav-sub {
    padding-left: 45px;
}

@media (min-width:1200px) {
    .uk-card-body>.uk-nav-default {
        margin-left: -40px;
        margin-right: -40px;
    }

    .uk-card-body>.uk-nav-default:only-child {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .uk-card-body>.uk-nav-default .uk-nav-divider,.uk-card-body>.uk-nav-default .uk-nav-header,.uk-card-body>.uk-nav-default>li>a {
        padding-left: 40px;
        padding-right: 40px;
    }

    .uk-card-body>.uk-nav-default .uk-nav-sub {
        padding-left: 55px;
    }
}

.uk-card-small>.uk-nav-default {
    margin-left: -14px;
    margin-right: -14px;
}

.uk-card-small>.uk-nav-default:only-child {
    margin-top: 1px;
    margin-bottom: 1px;
}

.uk-card-small>.uk-nav-default .uk-nav-divider,.uk-card-small>.uk-nav-default .uk-nav-header,.uk-card-small>.uk-nav-default>li>a {
    padding-left: 14px;
    padding-right: 14px;
}

.uk-card-small>.uk-nav-default .uk-nav-sub {
    padding-left: 29px;
}

@media (min-width:1200px) {
    .uk-card-large>.uk-nav-default,.uk-card-large>.uk-nav-default:only-child {
        margin: 0;
    }

    .uk-card-large>.uk-nav-default .uk-nav-divider,.uk-card-large>.uk-nav-default .uk-nav-header,.uk-card-large>.uk-nav-default>li>a {
        padding-left: 0;
        padding-right: 0;
    }

    .uk-card-large>.uk-nav-default .uk-nav-sub {
        padding-left: 15px;
    }
}

.uk-close {
    color: #000;
    transition: .1s ease-in-out;
    transition-property: color,opacity;
}

.uk-close:focus,.uk-close:hover {
    color: #666;
    outline: none;
}

.uk-spinner>* {
    -webkit-animation: uk-spinner-rotate 1.4s linear infinite;
    animation: uk-spinner-rotate 1.4s linear infinite;
}

@-webkit-keyframes uk-spinner-rotate {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(270deg);
    }
}

@keyframes uk-spinner-rotate {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(270deg);
    }
}

.uk-spinner>*>* {
    stroke-dasharray: 88px;
    stroke-dashoffset: 0;
    transform-origin: center;
    -webkit-animation: uk-spinner-dash 1.4s ease-in-out infinite;
    animation: uk-spinner-dash 1.4s ease-in-out infinite;
    stroke-width: 1;
    stroke-linecap: round;
}

@-webkit-keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px;
    }

    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg);
    }

    to {
        stroke-dashoffset: 88px;
        transform: rotate(450deg);
    }
}

@keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px;
    }

    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg);
    }

    to {
        stroke-dashoffset: 88px;
        transform: rotate(450deg);
    }
}

.uk-alert {
    position: relative;
    margin-bottom: 14px;
    padding: 15px 29px 15px 15px;
    background: #f8f8f8;
    color: #666;
}

*+.uk-alert {
    margin-top: 14px;
}

.uk-alert>:last-child {
    margin-bottom: 0;
}

.uk-alert-close {
    position: absolute;
    top: 20px;
    right: 15px;
    color: inherit;
    opacity: .4;
}

.uk-alert-close:first-child+* {
    margin-top: 0;
}

.uk-alert-close:focus,.uk-alert-close:hover {
    color: inherit;
    opacity: .8;
}

.uk-alert-primary {
    background: #cce4ff;
    color: #0078ff;
}

.uk-alert-success {
    background: #edfbf6;
    color: #32d296;
}

.uk-alert-warning {
    background: #fffdf7;
    color: var(--warning);
}

.uk-alert-danger {
    background: #fff;
    color: var(--danger);
}

.uk-alert h1,.uk-alert h2,.uk-alert h3,.uk-alert h4,.uk-alert h5,.uk-alert h6 {
    color: inherit;
}

.uk-alert a:not([class]),.uk-alert a:not([class]):hover {
    color: inherit;
    text-decoration: none;
}

.uk-badge {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    border-radius: 100px;
    vertical-align: middle;
    background: #0078ff;
    color: #fff;
    font-size: 75%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 .5rem;
}

.uk-badge:focus,.uk-badge:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.uk-article {
    display: flow-root;
}

.uk-article>:last-child {
    margin-bottom: 0;
}

.uk-article+.uk-article {
    margin-top: 1.5rem;
}

.uk-article-title {
    font-size: 1.82143rem;
    line-height: 1.2;
}

@media (min-width:960px) {
    .uk-article-title {
        font-size: 2.14286rem;
    }
}

.uk-article-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999;
}

.uk-article-meta a {
    color: #999;
}

.uk-article-meta a:hover {
    color: #666;
    text-decoration: none;
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1110;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px;
    background: rgba(0,0,0,.6);
    opacity: 0;
    transition: opacity .15s linear;
}

@media (min-width:640px) {
    .uk-modal {
        padding: 50px 30px;
    }
}

@media (min-width:960px) {
    .uk-modal {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.uk-modal.uk-open {
    opacity: 1;
}

.uk-modal-page {
    overflow: hidden;
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: calc(100% - .01px)!important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity,transform;
}

.uk-open>.uk-modal-dialog {
    opacity: 1;
    transform: translateY(0);
}

.uk-modal-container .uk-modal-dialog {
    width: 1200px;
}

.uk-modal-full {
    padding: 0;
    background: none;
}

.uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0);
}

.uk-modal-body {
    display: flow-root;
    padding: 30px;
}

.uk-modal-header {
    border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer,.uk-modal-header {
    display: flow-root;
    padding: 15px 30px;
    background: #fff;
}

.uk-modal-footer {
    border-top: 1px solid #e5e5e5;
}

.uk-modal-body>:last-child,.uk-modal-footer>:last-child,.uk-modal-header>:last-child {
    margin-bottom: 0;
}

.uk-modal-title {
    font-size: 2rem;
    line-height: 1.5;
}

[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1110;
    top: 10px;
    right: 10px;
    padding: 5px;
}

[class*=uk-modal-close-]:first-child+* {
    margin-top: 0;
}

.uk-modal-close-outside {
    top: 0;
    right: -5px;
    transform: translateY(-100%);
    color: #fff;
}

.uk-modal-close-outside:hover {
    color: #fff;
}

@media (min-width:960px) {
    .uk-modal-close-outside {
        right: 0;
        transform: translate(100%,-100%);
    }
}

.uk-modal-close-full {
    top: 0;
    right: 0;
    padding: 14px;
    background: #fff;
}

.uk-modal.blur {
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
}

.uk-slideshow {
    -webkit-tap-highlight-color: transparent;
}

.uk-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none;
}

.uk-slideshow-items>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform,opacity;
    touch-action: pan-y;
}

.uk-slideshow-items>:focus {
    outline: none;
}

.uk-slideshow-items>:not(.uk-active) {
    display: none;
}

.uk-slider {
    -webkit-tap-highlight-color: transparent;
}

.uk-slider-container {
    overflow: hidden;
}

.uk-slider-container-offset {
    margin: -11px -25px -39px;
    padding: 11px 25px 39px;
}

.uk-slider-items {
    will-change: transform;
    position: relative;
}

.uk-slider-items:not(.uk-grid) {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
    flex-wrap: nowrap;
}

.uk-slider-items>* {
    flex: none;
    position: relative;
    touch-action: pan-y;
}

.uk-slider-items>:focus {
    outline: none;
}

.uk-sticky-fixed {
    z-index: 1080;
    box-sizing: border-box;
    margin: 0!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.uk-sticky.uk-animation-reverse,.uk-sticky[class*=uk-animation-] {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-switcher>:not(.uk-active) {
    display: none;
}

.uk-switcher>*>:last-child {
    margin-bottom: 0;
}

.uk-tooltip {
    display: none;
    position: absolute;
    z-index: 1130;
    top: 0;
    box-sizing: border-box;
    max-width: 200px;
    padding: 3px 6px;
    background: #666;
    border-radius: .25rem;
    color: #fff;
    font-size: .875rem;
}

.uk-tooltip.uk-active {
    display: block;
}

[class*=uk-tooltip-bottom],[class*=uk-tooltip-top] {
    margin-top: 0;
}

[class*=uk-tooltip-left],[class*=uk-tooltip-right] {
    margin-left: 0;
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-grid>* {
    margin: 0;
}

.uk-grid>*>:last-child {
    margin-bottom: 0;
}

.uk-grid {
    margin-left: -30px;
}

.uk-grid>* {
    padding-left: 30px;
}

*+.uk-grid-margin,.uk-grid+.uk-grid,.uk-grid>.uk-grid-margin {
    margin-top: 30px;
}

@media (min-width:1200px) {
    .uk-grid {
        margin-left: -40px;
    }

    .uk-grid>* {
        padding-left: 40px;
    }

    *+.uk-grid-margin,.uk-grid+.uk-grid,.uk-grid>.uk-grid-margin {
        margin-top: 40px;
    }
}

.uk-grid-column-small,.uk-grid-small {
    margin-left: -15px;
}

.uk-grid-column-small>*,.uk-grid-small>* {
    padding-left: 15px;
}

*+.uk-grid-margin-small,.uk-grid+.uk-grid-row-small,.uk-grid+.uk-grid-small,.uk-grid-row-small>.uk-grid-margin,.uk-grid-small>.uk-grid-margin {
    margin-top: 15px;
}

.uk-grid-column-medium,.uk-grid-medium {
    margin-left: -30px;
}

.uk-grid-column-medium>*,.uk-grid-medium>* {
    padding-left: 30px;
}

*+.uk-grid-margin-medium,.uk-grid+.uk-grid-medium,.uk-grid+.uk-grid-row-medium,.uk-grid-medium>.uk-grid-margin,.uk-grid-row-medium>.uk-grid-margin {
    margin-top: 30px;
}

.uk-grid-column-large,.uk-grid-large {
    margin-left: -40px;
}

.uk-grid-column-large>*,.uk-grid-large>* {
    padding-left: 40px;
}

*+.uk-grid-margin-large,.uk-grid+.uk-grid-large,.uk-grid+.uk-grid-row-large,.uk-grid-large>.uk-grid-margin,.uk-grid-row-large>.uk-grid-margin {
    margin-top: 40px;
}

@media (min-width:1200px) {
    .uk-grid-column-large,.uk-grid-large {
        margin-left: -70px;
    }

    .uk-grid-column-large>*,.uk-grid-large>* {
        padding-left: 70px;
    }

    *+.uk-grid-margin-large,.uk-grid+.uk-grid-large,.uk-grid+.uk-grid-row-large,.uk-grid-large>.uk-grid-margin,.uk-grid-row-large>.uk-grid-margin {
        margin-top: 70px;
    }
}

.uk-grid-collapse,.uk-grid-column-collapse {
    margin-left: 0;
}

.uk-grid-collapse>*,.uk-grid-column-collapse>* {
    padding-left: 0;
}

.uk-grid+.uk-grid-collapse,.uk-grid+.uk-grid-row-collapse,.uk-grid-collapse>.uk-grid-margin,.uk-grid-row-collapse>.uk-grid-margin {
    margin-top: 0;
}

.uk-grid-divider>* {
    position: relative;
}

.uk-grid-divider>:not(.uk-first-column):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e5e5e5;
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5;
}

.uk-grid-divider {
    margin-left: -60px;
}

.uk-grid-divider>* {
    padding-left: 60px;
}

.uk-grid-divider>:not(.uk-first-column):before {
    left: 30px;
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin {
    margin-top: 60px;
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin:before {
    top: -30px;
    left: 60px;
}

@media (min-width:1200px) {
    .uk-grid-divider {
        margin-left: -80px;
    }

    .uk-grid-divider>* {
        padding-left: 80px;
    }

    .uk-grid-divider>:not(.uk-first-column):before {
        left: 40px;
    }

    .uk-grid-divider.uk-grid-stack>.uk-grid-margin {
        margin-top: 80px;
    }

    .uk-grid-divider.uk-grid-stack>.uk-grid-margin:before {
        top: -40px;
        left: 80px;
    }
}

.uk-grid-divider.uk-grid-column-small,.uk-grid-divider.uk-grid-small {
    margin-left: -30px;
}

.uk-grid-divider.uk-grid-column-small>*,.uk-grid-divider.uk-grid-small>* {
    padding-left: 30px;
}

.uk-grid-divider.uk-grid-column-small>:not(.uk-first-column):before,.uk-grid-divider.uk-grid-small>:not(.uk-first-column):before {
    left: 15px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin {
    margin-top: 30px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin:before {
    top: -15px;
    left: 30px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin:before {
    top: -15px;
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack>.uk-grid-margin:before {
    left: 30px;
}

.uk-grid-divider.uk-grid-column-medium,.uk-grid-divider.uk-grid-medium {
    margin-left: -60px;
}

.uk-grid-divider.uk-grid-column-medium>*,.uk-grid-divider.uk-grid-medium>* {
    padding-left: 60px;
}

.uk-grid-divider.uk-grid-column-medium>:not(.uk-first-column):before,.uk-grid-divider.uk-grid-medium>:not(.uk-first-column):before {
    left: 30px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin {
    margin-top: 60px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin:before {
    top: -30px;
    left: 60px;
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin:before {
    top: -30px;
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack>.uk-grid-margin:before {
    left: 60px;
}

.uk-grid-divider.uk-grid-column-large,.uk-grid-divider.uk-grid-large {
    margin-left: -80px;
}

.uk-grid-divider.uk-grid-column-large>*,.uk-grid-divider.uk-grid-large>* {
    padding-left: 80px;
}

.uk-grid-divider.uk-grid-column-large>:not(.uk-first-column):before,.uk-grid-divider.uk-grid-large>:not(.uk-first-column):before {
    left: 40px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
    margin-top: 80px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin:before {
    top: -40px;
    left: 80px;
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin:before {
    top: -40px;
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin:before {
    left: 80px;
}

@media (min-width:1200px) {
    .uk-grid-divider.uk-grid-column-large,.uk-grid-divider.uk-grid-large {
        margin-left: -140px;
    }

    .uk-grid-divider.uk-grid-column-large>*,.uk-grid-divider.uk-grid-large>* {
        padding-left: 140px;
    }

    .uk-grid-divider.uk-grid-column-large>:not(.uk-first-column):before,.uk-grid-divider.uk-grid-large>:not(.uk-first-column):before {
        left: 70px;
    }

    .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
        margin-top: 140px;
    }

    .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin:before {
        top: -70px;
        left: 140px;
    }

    .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin:before {
        top: -70px;
    }

    .uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin:before {
        left: 140px;
    }
}

.uk-grid-item-match,.uk-grid-match>* {
    display: flex;
    flex-wrap: wrap;
}

.uk-grid-item-match>:not([class*=uk-width]),.uk-grid-match>*>:not([class*=uk-width]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}

.uk-navbar {
    display: flex;
    position: relative;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #f8f8f8;
}

.uk-navbar-container>:after,.uk-navbar-container>:before {
    display: none!important;
}

.uk-navbar-center,.uk-navbar-center-left>*,.uk-navbar-center-right>*,.uk-navbar-left,.uk-navbar-right {
    display: flex;
    align-items: center;
}

.uk-navbar-right {
    margin-left: auto;
}

.uk-navbar-center:only-child {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.uk-navbar-center:not(:only-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-sizing: border-box;
    z-index: 1090;
}

.uk-navbar-center-left,.uk-navbar-center-right {
    position: absolute;
    top: 0;
}

.uk-navbar-center-left {
    right: 100%;
}

.uk-navbar-center-right {
    left: 100%;
}

[class*=uk-navbar-center-] {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-sizing: border-box;
}

.uk-navbar-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-navbar-center:only-child,.uk-navbar-left,.uk-navbar-right {
    flex-wrap: wrap;
}

.uk-navbar-item,.uk-navbar-nav>li>a,.uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 80px;
    padding: 0 15px;
    font-size: .875rem;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    text-decoration: none;
}

.uk-navbar-nav>li>a {
    color: #999;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}

.uk-navbar-nav>li:hover>a,.uk-navbar-nav>li>a.uk-open,.uk-navbar-nav>li>a:focus {
    color: #666;
    outline: none;
}

.uk-navbar-nav>li.uk-active>a,.uk-navbar-nav>li>a:active {
    color: #333;
}

.uk-navbar-item {
    color: #666;
}

.uk-navbar-toggle {
    color: #999;
}

.uk-navbar-toggle.uk-open,.uk-navbar-toggle:focus,.uk-navbar-toggle:hover {
    color: #666;
    outline: none;
    text-decoration: none;
}

.uk-navbar-subtitle {
    font-size: .875rem;
}

.uk-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1120;
    box-sizing: border-box;
    width: 200px;
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0,0,0,.15);
}

.uk-navbar-dropdown.uk-open {
    display: block;
}

[class*=uk-navbar-dropdown-top] {
    margin-top: -15px;
}

[class*=uk-navbar-dropdown-bottom] {
    margin-top: 15px;
}

[class*=uk-navbar-dropdown-left] {
    margin-left: -15px;
}

[class*=uk-navbar-dropdown-right] {
    margin-left: 15px;
}

.uk-navbar-dropdown-grid {
    margin-left: -50px;
}

.uk-navbar-dropdown-grid>* {
    padding-left: 50px;
}

.uk-navbar-dropdown-grid>.uk-grid-margin {
    margin-top: 50px;
}

.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid>* {
    width: 100%!important;
}

.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
    width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
    width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
    width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
    width: 1000px;
}

.uk-navbar-dropdown-dropbar {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.uk-navbar-dropdown-nav {
    font-size: .875rem;
}

.uk-navbar-dropdown-nav>li>a {
    color: #999;
}

.uk-navbar-dropdown-nav>li>a:focus,.uk-navbar-dropdown-nav>li>a:hover {
    color: #666;
}

.uk-navbar-dropdown-nav .uk-nav-header,.uk-navbar-dropdown-nav>li.uk-active>a {
    color: #333;
}

.uk-navbar-dropdown-nav .uk-nav-divider {
    border-top: 1px solid #e5e5e5;
}

.uk-navbar-dropdown-nav .uk-nav-sub a {
    color: #999;
}

.uk-navbar-dropdown-nav .uk-nav-sub a:focus,.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
    color: #666;
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active>a {
    color: #333;
}

.uk-navbar-dropbar {
    background: #fff;
}

.uk-navbar-dropbar-slide {
    position: absolute;
    z-index: 1080;
    left: 0;
    right: 0;
    box-shadow: 0 5px 7px rgba(0,0,0,.05);
}

.uk-navbar-container>.uk-container .uk-navbar-left {
    margin-left: -15px;
    margin-right: -15px;
}

.uk-navbar-container>.uk-container .uk-navbar-right {
    margin-right: -15px;
}

.uk-navbar-dropdown-grid>* {
    position: relative;
}

.uk-navbar-dropdown-grid>:not(.uk-first-column):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    border-left: 1px solid #e5e5e5;
}

.uk-navbar-dropdown-grid.uk-grid-stack>.uk-grid-margin:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50px;
    right: 0;
    border-top: 1px solid #e5e5e5;
}

.uk-subnav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
}

.uk-subnav>* {
    flex: none;
    padding-left: 20px;
    position: relative;
}

.uk-subnav-small>* {
    padding-left: 10px;
}

.uk-subnav>*>:first-child {
    display: block;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}

.uk-subnav>*>a:focus,.uk-subnav>*>a:hover {
    color: #666;
    text-decoration: none;
    outline: none;
}

.uk-subnav>.uk-active>a {
    color: #333;
}

.uk-subnav-divider {
    margin-left: -41px;
}

.uk-subnav-divider>* {
    display: flex;
    align-items: center;
}

.uk-subnav-divider>:before {
    content: "";
    height: 1.5em;
    margin-left: 0;
    margin-right: 20px;
    border-left: 1px solid transparent;
}

.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column):before {
    border-left-color: #e5e5e5;
}

.uk-subnav-pill>*>:first-child {
    padding: 5px 10px;
    background: transparent;
    color: #999;
}

.uk-subnav-pill>*>a:active,.uk-subnav-pill>*>a:focus,.uk-subnav-pill>*>a:hover {
    background-color: #f8f8f8;
    color: #666;
}

.uk-subnav-pill>.uk-active>a {
    background-color: #0078ff;
    color: #fff;
}

.uk-subnav>.uk-disabled>a {
    color: #999;
}

.uk-pagination {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.uk-pagination>* {
    flex: none;
    padding-left: 0;
    position: relative;
}

.uk-pagination>*>* {
    display: block;
    padding: 5px 10px;
    color: #999;
    transition: color .1s ease-in-out;
}

.uk-pagination>*>:focus,.uk-pagination>*>:hover {
    color: #666;
    text-decoration: none;
}

.uk-pagination>.uk-active>* {
    color: #666;
}

.uk-pagination>.uk-disabled>* {
    color: #999;
}

.uk-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
    position: relative;
}

.uk-tab:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5;
}

.uk-tab>* {
    flex: none;
    padding-left: 20px;
    position: relative;
}

.uk-tab>*>a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #999;
    border-bottom: 2px solid transparent;
    font-size: 1rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out;
}

.uk-tab>*>a:focus,.uk-tab>*>a:hover {
    color: #666;
    text-decoration: none;
}

.uk-tab>.uk-active>a {
    color: #333;
    border-color: var(--blue);
}

.uk-tab>.uk-disabled>a {
    color: #999;
}

.uk-tab-bottom:before {
    top: 0;
    bottom: auto;
}

.uk-tab-bottom>*>a {
    border-top: 2px solid transparent;
    border-bottom: none;
}

.uk-tab-left,.uk-tab-right {
    flex-direction: column;
    margin-left: 0;
}

.uk-tab-left>*,.uk-tab-right>* {
    padding-left: 0;
}

.uk-tab-left:before {
    left: auto;
    right: 0;
}

.uk-tab-left:before,.uk-tab-right:before {
    top: 0;
    bottom: 0;
    border-left: 1px solid #e5e5e5;
    border-bottom: none;
}

.uk-tab-right:before {
    left: 0;
    right: auto;
}

.uk-tab-left>*>a {
    text-align: left;
    border-right: 2px solid transparent;
    border-bottom: none;
}

.uk-tab-right>*>a {
    text-align: left;
    border-left: 2px solid transparent;
    border-bottom: none;
}

.uk-tab .uk-dropdown {
    margin-left: 30px;
}

.uk-dotnav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0 0 0 -12px;
}

.uk-dotnav>* {
    flex: none;
    padding-left: 12px;
}

.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid hsla(0,0%,40%,.4);
    transition: .2s ease-in-out;
    transition-property: background-color,border-color;
}

.uk-dotnav>*>:focus,.uk-dotnav>*>:hover {
    background-color: hsla(0,0%,40%,.6);
    outline: none;
    border-color: transparent;
}

.uk-dotnav>*>:active {
    background-color: hsla(0,0%,40%,.2);
    border-color: transparent;
}

.uk-dotnav>.uk-active>* {
    background-color: hsla(0,0%,40%,.6);
    border-color: transparent;
}

.uk-dotnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -12px;
}

.uk-dotnav-vertical>* {
    padding-left: 0;
    padding-top: 12px;
}

.uk-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1110;
    background: #000;
    opacity: 0;
    transition: opacity .15s linear;
    touch-action: pinch-zoom;
}

.uk-lightbox.uk-open {
    display: block;
    opacity: 1;
}

.uk-lightbox-page {
    overflow: hidden;
}

.uk-lightbox-items>* {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: hsla(0,0%,100%,.7);
    will-change: transform,opacity;
}

.uk-lightbox-items>*>* {
    max-width: 100vw;
    max-height: 100vh;
}

.uk-lightbox-items>:focus {
    outline: none;
}

.uk-lightbox-items>*>:not(iframe) {
    width: auto;
    height: auto;
}

.uk-lightbox-items>.uk-active {
    display: flex;
}

.uk-lightbox-toolbar {
    padding: 10px;
    background: rgba(0,0,0,.3);
}

.uk-lightbox-toolbar,.uk-lightbox-toolbar>* {
    color: hsla(0,0%,100%,.7);
}

.uk-lightbox-toolbar-icon {
    padding: 5px;
    color: hsla(0,0%,100%,.7);
}

.uk-lightbox-toolbar-icon:hover {
    color: #fff;
}

.uk-lightbox-button {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.3);
    color: hsla(0,0%,100%,.7);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.uk-lightbox-button:focus,.uk-lightbox-button:hover {
    color: #fff;
}

.uk-lightbox-caption:empty {
    display: none;
}

.uk-lightbox-iframe {
    width: 80%;
    height: 80%;
}

[class*=uk-animation-] {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.uk-animation-fade {
    -webkit-animation-name: uk-fade;
    animation-name: uk-fade;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.uk-animation-scale-up {
    -webkit-animation-name: uk-fade-scale-02;
    animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
    -webkit-animation-name: uk-fade-scale-18;
    animation-name: uk-fade-scale-18;
}

.uk-animation-slide-top {
    -webkit-animation-name: uk-fade-top;
    animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
    -webkit-animation-name: uk-fade-bottom;
    animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
    -webkit-animation-name: uk-fade-left;
    animation-name: uk-fade-left;
}

.uk-animation-slide-right {
    -webkit-animation-name: uk-fade-right;
    animation-name: uk-fade-right;
}

.uk-animation-slide-top-small {
    -webkit-animation-name: uk-fade-top-small;
    animation-name: uk-fade-top-small;
}

.uk-animation-slide-bottom-small {
    -webkit-animation-name: uk-fade-bottom-small;
    animation-name: uk-fade-bottom-small;
}

.uk-animation-slide-left-small {
    -webkit-animation-name: uk-fade-left-small;
    animation-name: uk-fade-left-small;
}

.uk-animation-slide-right-small {
    -webkit-animation-name: uk-fade-right-small;
    animation-name: uk-fade-right-small;
}

.uk-animation-slide-top-medium {
    -webkit-animation-name: uk-fade-top-medium;
    animation-name: uk-fade-top-medium;
}

.uk-animation-slide-bottom-medium {
    -webkit-animation-name: uk-fade-bottom-medium;
    animation-name: uk-fade-bottom-medium;
}

.uk-animation-slide-left-medium {
    -webkit-animation-name: uk-fade-left-medium;
    animation-name: uk-fade-left-medium;
}

.uk-animation-slide-right-medium {
    -webkit-animation-name: uk-fade-right-medium;
    animation-name: uk-fade-right-medium;
}

.uk-animation-kenburns {
    -webkit-animation-name: uk-scale-kenburns;
    animation-name: uk-scale-kenburns;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

.uk-animation-shake {
    -webkit-animation-name: uk-shake;
    animation-name: uk-shake;
}

.uk-animation-stroke {
    -webkit-animation-name: uk-stroke;
    animation-name: uk-stroke;
    stroke-dasharray: var(--uk-animation-stroke);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.uk-animation-reverse {
    animation-direction: reverse;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.uk-animation-fast {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
}

.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
    -webkit-animation-name: none;
    animation-name: none;
}

.uk-animation-toggle {
    -webkit-tap-highlight-color: transparent;
}

.uk-animation-toggle:focus {
    outline: none;
}

@-webkit-keyframes uk-fade {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes uk-fade {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes uk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes uk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes uk-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes uk-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes uk-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes uk-fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes uk-fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes uk-fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes uk-fade-left-small {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes uk-fade-left-small {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-fade-right-small {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes uk-fade-right-small {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-fade-top-medium {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes uk-fade-top-medium {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes uk-fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes uk-fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes uk-fade-left-medium {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes uk-fade-left-medium {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-fade-right-medium {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes uk-fade-right-medium {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes uk-scale-kenburns {
    0% {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

@keyframes uk-scale-kenburns {
    0% {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

@-webkit-keyframes uk-shake {
    0%,to {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-9px);
    }

    20% {
        transform: translateX(8px);
    }

    30% {
        transform: translateX(-7px);
    }

    40% {
        transform: translateX(6px);
    }

    50% {
        transform: translateX(-5px);
    }

    60% {
        transform: translateX(4px);
    }

    70% {
        transform: translateX(-3px);
    }

    80% {
        transform: translateX(2px);
    }

    90% {
        transform: translateX(-1px);
    }
}

@keyframes uk-shake {
    0%,to {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-9px);
    }

    20% {
        transform: translateX(8px);
    }

    30% {
        transform: translateX(-7px);
    }

    40% {
        transform: translateX(6px);
    }

    50% {
        transform: translateX(-5px);
    }

    60% {
        transform: translateX(4px);
    }

    70% {
        transform: translateX(-3px);
    }

    80% {
        transform: translateX(2px);
    }

    90% {
        transform: translateX(-1px);
    }
}

@-webkit-keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke);
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke);
    }

    to {
        stroke-dashoffset: 0;
    }
}

[class*=uk-child-width]>* {
    box-sizing: border-box;
    width: 100%;
}

.uk-child-width-1-2>* {
    width: 50%;
}

.uk-child-width-1-3>* {
    width: 33.32223%;
}

.uk-child-width-1-4>* {
    width: 25%;
}

.uk-child-width-1-5>* {
    width: 20%;
}

.uk-child-width-1-6>* {
    width: 16.66389%;
}

.uk-child-width-auto>* {
    width: auto;
}

.uk-child-width-expand>:not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
}

@media (min-width:640px) {
    .uk-child-width-1-1\@s>* {
        width: 100%;
    }

    .uk-child-width-1-2\@s>* {
        width: 50%;
    }

    .uk-child-width-1-3\@s>* {
        width: 33.32223%;
    }

    .uk-child-width-1-4\@s>* {
        width: 25%;
    }

    .uk-child-width-1-5\@s>* {
        width: 20%;
    }

    .uk-child-width-1-6\@s>* {
        width: 16.66389%;
    }

    .uk-child-width-auto\@s>* {
        width: auto;
    }

    .uk-child-width-expand\@s>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width:960px) {
    .uk-child-width-1-1\@m>* {
        width: 100%;
    }

    .uk-child-width-1-2\@m>* {
        width: 50%;
    }

    .uk-child-width-1-3\@m>* {
        width: 33.32223%;
    }

    .uk-child-width-1-4\@m>* {
        width: 25%;
    }

    .uk-child-width-1-5\@m>* {
        width: 20%;
    }

    .uk-child-width-1-6\@m>* {
        width: 16.66389%;
    }

    .uk-child-width-auto\@m>* {
        width: auto;
    }

    .uk-child-width-expand\@m>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width:1200px) {
    .uk-child-width-1-1\@l>* {
        width: 100%;
    }

    .uk-child-width-1-2\@l>* {
        width: 50%;
    }

    .uk-child-width-1-3\@l>* {
        width: 33.32223%;
    }

    .uk-child-width-1-4\@l>* {
        width: 25%;
    }

    .uk-child-width-1-5\@l>* {
        width: 20%;
    }

    .uk-child-width-1-6\@l>* {
        width: 16.66389%;
    }

    .uk-child-width-auto\@l>* {
        width: auto;
    }

    .uk-child-width-expand\@l>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width:1600px) {
    .uk-child-width-1-1\@xl>* {
        width: 100%;
    }

    .uk-child-width-1-2\@xl>* {
        width: 50%;
    }

    .uk-child-width-1-3\@xl>* {
        width: 33.32223%;
    }

    .uk-child-width-1-4\@xl>* {
        width: 25%;
    }

    .uk-child-width-1-5\@xl>* {
        width: 20%;
    }

    .uk-child-width-1-6\@xl>* {
        width: 16.66389%;
    }

    .uk-child-width-auto\@xl>* {
        width: auto;
    }

    .uk-child-width-expand\@xl>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px;
    }
}

[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.uk-width-1-2 {
    width: 50%;
}

.uk-width-1-3 {
    width: 33.32223%;
}

.uk-width-2-3 {
    width: 66.64445%;
}

.uk-width-1-4 {
    width: 25%;
}

.uk-width-3-4 {
    width: 75%;
}

.uk-width-1-5 {
    width: 20%;
}

.uk-width-2-5 {
    width: 40%;
}

.uk-width-3-5 {
    width: 60%;
}

.uk-width-4-5 {
    width: 80%;
}

.uk-width-1-6 {
    width: 16.66389%;
}

.uk-width-5-6 {
    width: 83.31945%;
}

.uk-width-small {
    width: 150px;
}

.uk-width-medium {
    width: 300px;
}

.uk-width-large {
    width: 450px;
}

.uk-width-xlarge {
    width: 600px;
}

.uk-width-2xlarge {
    width: 750px;
}

.uk-width-auto {
    width: auto;
}

.uk-width-expand {
    flex: 1;
    min-width: 1px;
}

@media (min-width:640px) {
    .uk-width-1-1\@s {
        width: 100%;
    }

    .uk-width-1-2\@s {
        width: 50%;
    }

    .uk-width-1-3\@s {
        width: 33.32223%;
    }

    .uk-width-2-3\@s {
        width: 66.64445%;
    }

    .uk-width-1-4\@s {
        width: 25%;
    }

    .uk-width-3-4\@s {
        width: 75%;
    }

    .uk-width-1-5\@s {
        width: 20%;
    }

    .uk-width-2-5\@s {
        width: 40%;
    }

    .uk-width-3-5\@s {
        width: 60%;
    }

    .uk-width-4-5\@s {
        width: 80%;
    }

    .uk-width-1-6\@s {
        width: 16.66389%;
    }

    .uk-width-5-6\@s {
        width: 83.31945%;
    }

    .uk-width-small\@s {
        width: 150px;
    }

    .uk-width-medium\@s {
        width: 300px;
    }

    .uk-width-large\@s {
        width: 450px;
    }

    .uk-width-xlarge\@s {
        width: 600px;
    }

    .uk-width-2xlarge\@s {
        width: 750px;
    }

    .uk-width-auto\@s {
        width: auto;
    }

    .uk-width-expand\@s {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width:960px) {
    .uk-width-1-1\@m {
        width: 100%;
    }

    .uk-width-1-2\@m {
        width: 50%;
    }

    .uk-width-1-3\@m {
        width: 33.32223%;
    }

    .uk-width-2-3\@m {
        width: 66.64445%;
    }

    .uk-width-1-4\@m {
        width: 25%;
    }

    .uk-width-3-4\@m {
        width: 75%;
    }

    .uk-width-1-5\@m {
        width: 20%;
    }

    .uk-width-2-5\@m {
        width: 40%;
    }

    .uk-width-3-5\@m {
        width: 60%;
    }

    .uk-width-4-5\@m {
        width: 80%;
    }

    .uk-width-1-6\@m {
        width: 16.66389%;
    }

    .uk-width-5-6\@m {
        width: 83.31945%;
    }

    .uk-width-small\@m {
        width: 150px;
    }

    .uk-width-medium\@m {
        width: 300px;
    }

    .uk-width-large\@m {
        width: 450px;
    }

    .uk-width-xlarge\@m {
        width: 600px;
    }

    .uk-width-2xlarge\@m {
        width: 750px;
    }

    .uk-width-auto\@m {
        width: auto;
    }

    .uk-width-expand\@m {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width:1200px) {
    .uk-width-1-1\@l {
        width: 100%;
    }

    .uk-width-1-2\@l {
        width: 50%;
    }

    .uk-width-1-3\@l {
        width: 33.32223%;
    }

    .uk-width-2-3\@l {
        width: 66.64445%;
    }

    .uk-width-1-4\@l {
        width: 25%;
    }

    .uk-width-3-4\@l {
        width: 75%;
    }

    .uk-width-1-5\@l {
        width: 20%;
    }

    .uk-width-2-5\@l {
        width: 40%;
    }

    .uk-width-3-5\@l {
        width: 60%;
    }

    .uk-width-4-5\@l {
        width: 80%;
    }

    .uk-width-1-6\@l {
        width: 16.66389%;
    }

    .uk-width-5-6\@l {
        width: 83.31945%;
    }

    .uk-width-small\@l {
        width: 150px;
    }

    .uk-width-medium\@l {
        width: 300px;
    }

    .uk-width-large\@l {
        width: 450px;
    }

    .uk-width-xlarge\@l {
        width: 600px;
    }

    .uk-width-2xlarge\@l {
        width: 750px;
    }

    .uk-width-auto\@l {
        width: auto;
    }

    .uk-width-expand\@l {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width:1600px) {
    .uk-width-1-1\@xl {
        width: 100%;
    }

    .uk-width-1-2\@xl {
        width: 50%;
    }

    .uk-width-1-3\@xl {
        width: 33.32223%;
    }

    .uk-width-2-3\@xl {
        width: 66.64445%;
    }

    .uk-width-1-4\@xl {
        width: 25%;
    }

    .uk-width-3-4\@xl {
        width: 75%;
    }

    .uk-width-1-5\@xl {
        width: 20%;
    }

    .uk-width-2-5\@xl {
        width: 40%;
    }

    .uk-width-3-5\@xl {
        width: 60%;
    }

    .uk-width-4-5\@xl {
        width: 80%;
    }

    .uk-width-1-6\@xl {
        width: 16.66389%;
    }

    .uk-width-5-6\@xl {
        width: 83.31945%;
    }

    .uk-width-small\@xl {
        width: 150px;
    }

    .uk-width-medium\@xl {
        width: 300px;
    }

    .uk-width-large\@xl {
        width: 450px;
    }

    .uk-width-xlarge\@xl {
        width: 600px;
    }

    .uk-width-2xlarge\@xl {
        width: 750px;
    }

    .uk-width-auto\@xl {
        width: auto;
    }

    .uk-width-expand\@xl {
        flex: 1;
        min-width: 1px;
    }
}

[class*=uk-height] {
    box-sizing: border-box;
}

.uk-height-1-1 {
    height: 100%;
}

.uk-height-viewport {
    min-height: 100vh;
}

.uk-height-small {
    min-height: 150px;
}

.uk-height-medium {
    min-height: 300px;
}

.uk-height-large {
    min-height: 450px;
}

.uk-height-max-small {
    max-height: 150px;
}

.uk-height-max-medium {
    max-height: 300px;
}

.uk-height-max-large {
    max-height: 450px;
}

.uk-text-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333;
}

.uk-text-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999;
}

.uk-text-meta a {
    color: #999;
}

.uk-text-meta a:hover {
    color: #666;
    text-decoration: none;
}

.uk-text-small {
    font-size: .875rem;
    line-height: 1.5;
}

.uk-text-large {
    font-size: 1.5rem;
    line-height: 1.5;
}

.uk-text-default {
    font-size: 16px;
    line-height: 1.5;
}

.uk-text-light {
    font-weight: 300;
}

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

.uk-text-bold {
    font-weight: 700;
}

.uk-text-lighter {
    font-weight: lighter;
}

.uk-text-bolder {
    font-weight: bolder;
}

.uk-text-italic {
    font-style: italic;
}

.uk-text-capitalize {
    text-transform: capitalize!important;
}

.uk-text-uppercase {
    text-transform: uppercase!important;
}

.uk-text-lowercase {
    text-transform: lowercase!important;
}

.uk-text-muted {
    color: #999!important;
}

.uk-text-emphasis {
    color: #333!important;
}

.uk-text-primary {
    color: #0078ff!important;
}

.uk-text-secondary {
    color: #222!important;
}

.uk-text-success {
    color: #32d296!important;
}

.uk-text-warning {
    color: var(--warning)!important;
}

.uk-text-danger {
    color: var(--danger)!important;
}

.uk-text-background {
    -webkit-background-clip: text;
    display: inline-block;
    color: #0078ff!important;
}

@supports (-webkit-background-clip:text) {
    .uk-text-background {
        background-color: #0078ff;
        color: transparent!important;
    }
}

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

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

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

.uk-text-justify {
    text-align: justify!important;
}

@media (min-width:640px) {
    .uk-text-left\@s {
        text-align: left!important;
    }

    .uk-text-right\@s {
        text-align: right!important;
    }

    .uk-text-center\@s {
        text-align: center!important;
    }
}

@media (min-width:960px) {
    .uk-text-left\@m {
        text-align: left!important;
    }

    .uk-text-right\@m {
        text-align: right!important;
    }

    .uk-text-center\@m {
        text-align: center!important;
    }
}

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

    .uk-text-right\@l {
        text-align: right!important;
    }

    .uk-text-center\@l {
        text-align: center!important;
    }
}

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

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

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

.uk-text-top {
    vertical-align: top!important;
}

.uk-text-middle {
    vertical-align: middle!important;
}

.uk-text-bottom {
    vertical-align: bottom!important;
}

.uk-text-baseline {
    vertical-align: baseline!important;
}

.uk-text-nowrap,.uk-text-truncate {
    white-space: nowrap;
}

.uk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

td.uk-text-truncate,th.uk-text-truncate {
    max-width: 0;
}

.uk-text-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

td.uk-text-break,th.uk-text-break {
    word-break: break-all;
}

[class*=uk-column-] {
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media (min-width:1200px) {
    [class*=uk-column-] {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

[class*=uk-column-] img {
    transform: translateZ(0);
}

.uk-column-divider {
    -moz-column-rule: 1px solid #e5e5e5;
    column-rule: 1px solid #e5e5e5;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

@media (min-width:1200px) {
    .uk-column-divider {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
}

.uk-column-1-2 {
    -moz-column-count: 2;
    column-count: 2;
}

.uk-column-1-3 {
    -moz-column-count: 3;
    column-count: 3;
}

.uk-column-1-4 {
    -moz-column-count: 4;
    column-count: 4;
}

.uk-column-1-5 {
    -moz-column-count: 5;
    column-count: 5;
}

.uk-column-1-6 {
    -moz-column-count: 6;
    column-count: 6;
}

@media (min-width:640px) {
    .uk-column-1-2\@s {
        -moz-column-count: 2;
        column-count: 2;
    }

    .uk-column-1-3\@s {
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-1-4\@s {
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-1-5\@s {
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-1-6\@s {
        -moz-column-count: 6;
        column-count: 6;
    }
}

@media (min-width:960px) {
    .uk-column-1-2\@m {
        -moz-column-count: 2;
        column-count: 2;
    }

    .uk-column-1-3\@m {
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-1-4\@m {
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-1-5\@m {
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-1-6\@m {
        -moz-column-count: 6;
        column-count: 6;
    }
}

@media (min-width:1200px) {
    .uk-column-1-2\@l {
        -moz-column-count: 2;
        column-count: 2;
    }

    .uk-column-1-3\@l {
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-1-4\@l {
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-1-5\@l {
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-1-6\@l {
        -moz-column-count: 6;
        column-count: 6;
    }
}

@media (min-width:1600px) {
    .uk-column-1-2\@xl {
        -moz-column-count: 2;
        column-count: 2;
    }

    .uk-column-1-3\@xl {
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-1-4\@xl {
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-1-5\@xl {
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-1-6\@xl {
        -moz-column-count: 6;
        column-count: 6;
    }
}

.uk-column-span {
    -moz-column-span: all;
    column-span: all;
}

.uk-cover {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

iframe.uk-cover {
    pointer-events: none;
}

.uk-cover-container {
    overflow: hidden;
    position: relative;
}

.uk-background-default {
    background-color: #fff;
}

.uk-background-muted {
    background-color: #f8f8f8;
}

.uk-background-primary {
    background-color: #0078ff;
}

.uk-background-secondary {
    background-color: #222;
}

.uk-background-contain,.uk-background-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.uk-background-cover {
    background-size: cover;
}

.uk-background-contain {
    background-size: contain;
}

.uk-background-top-left {
    background-position: 0 0;
}

.uk-background-top-center {
    background-position: 50% 0;
}

.uk-background-top-right {
    background-position: 100% 0;
}

.uk-background-center-left {
    background-position: 0 50%;
}

.uk-background-center-center {
    background-position: 50% 50%;
}

.uk-background-center-right {
    background-position: 100% 50%;
}

.uk-background-bottom-left {
    background-position: 0 100%;
}

.uk-background-bottom-center {
    background-position: 50% 100%;
}

.uk-background-bottom-right {
    background-position: 100% 100%;
}

.uk-background-norepeat {
    background-repeat: no-repeat;
}

.uk-background-fixed {
    background-attachment: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (pointer:coarse) {
    .uk-background-fixed {
        background-attachment: scroll;
    }
}

@media (max-width:639px) {
    .uk-background-image\@s {
        background-image: none!important;
    }
}

@media (max-width:959px) {
    .uk-background-image\@m {
        background-image: none!important;
    }
}

@media (max-width:1199px) {
    .uk-background-image\@l {
        background-image: none!important;
    }
}

@media (max-width:1599px) {
    .uk-background-image\@xl {
        background-image: none!important;
    }
}

.uk-background-blend-multiply {
    background-blend-mode: multiply;
}

.uk-background-blend-screen {
    background-blend-mode: screen;
}

.uk-background-blend-overlay {
    background-blend-mode: overlay;
}

.uk-background-blend-darken {
    background-blend-mode: darken;
}

.uk-background-blend-lighten {
    background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
    background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
    background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
    background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
    background-blend-mode: soft-light;
}

.uk-background-blend-difference {
    background-blend-mode: difference;
}

.uk-background-blend-exclusion {
    background-blend-mode: exclusion;
}

.uk-background-blend-hue {
    background-blend-mode: hue;
}

.uk-background-blend-saturation {
    background-blend-mode: saturation;
}

.uk-background-blend-color {
    background-blend-mode: color;
}

.uk-background-blend-luminosity {
    background-blend-mode: luminosity;
}

[class*=uk-align] {
    display: block;
}

*+[class*=uk-align] {
    margin-top: 30px;
}

.uk-align-center {
    margin-left: auto;
    margin-right: auto;
}

.uk-align-left {
    margin-top: 0;
    margin-right: 30px;
    float: left;
}

.uk-align-right {
    margin-top: 0;
    margin-left: 30px;
    float: right;
}

@media (min-width:640px) {
    .uk-align-left\@s {
        margin-top: 0;
        margin-right: 30px;
        float: left;
    }

    .uk-align-right\@s {
        margin-top: 0;
        margin-left: 30px;
        float: right;
    }
}

@media (min-width:960px) {
    .uk-align-left\@m {
        margin-top: 0;
        margin-right: 30px;
        float: left;
    }

    .uk-align-right\@m {
        margin-top: 0;
        margin-left: 30px;
        float: right;
    }
}

@media (min-width:1200px) {
    .uk-align-left\@l {
        margin-top: 0;
        float: left;
    }

    .uk-align-right\@l {
        margin-top: 0;
        float: right;
    }

    .uk-align-left,.uk-align-left\@l,.uk-align-left\@m,.uk-align-left\@s {
        margin-right: 40px;
    }

    .uk-align-right,.uk-align-right\@l,.uk-align-right\@m,.uk-align-right\@s {
        margin-left: 40px;
    }
}

@media (min-width:1600px) {
    .uk-align-left\@xl {
        margin-top: 0;
        margin-right: 40px;
        float: left;
    }

    .uk-align-right\@xl {
        margin-top: 0;
        margin-left: 40px;
        float: right;
    }
}

.uk-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
}

.uk-panel>:last-child {
    margin-bottom: 0;
}

.uk-panel-scrollable {
    height: 170px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both;
}

.uk-clearfix:before {
    content: "";
    display: table-cell;
}

.uk-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.uk-float-left {
    float: left;
}

.uk-float-right {
    float: right;
}

[class*=uk-float-] {
    max-width: 100%;
}

.uk-overflow-hidden {
    overflow: hidden;
}

.uk-overflow-auto {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.uk-overflow-auto>:last-child {
    margin-bottom: 0;
}

.uk-resize {
    resize: both;
}

.uk-resize-vertical {
    resize: vertical;
}

.uk-display-block {
    display: block!important;
}

.uk-display-inline {
    display: inline!important;
}

.uk-display-inline-block {
    display: inline-block!important;
}

[class*=uk-inline] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
    overflow: hidden;
}

.uk-preserve-width,.uk-preserve-width canvas,.uk-preserve-width img,.uk-preserve-width svg,.uk-preserve-width video {
    max-width: none;
}

.uk-responsive-height,.uk-responsive-width {
    box-sizing: border-box;
}

.uk-responsive-width {
    max-width: 100%!important;
    height: auto;
}

.uk-responsive-height {
    max-height: 100%;
    width: auto;
    max-width: none;
}

.uk-border-circle {
    border-radius: 50%;
}

.uk-border-pill {
    border-radius: 500px;
}

.uk-border-rounded {
    border-radius: 5px;
}

.uk-inline-clip[class*=uk-border-] {
    -webkit-transform: translateZ(0);
}

.uk-box-shadow-small {
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.uk-box-shadow-medium {
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.uk-box-shadow-large {
    box-shadow: 0 14px 25px rgba(0,0,0,.16);
}

.uk-box-shadow-xlarge {
    box-shadow: 0 28px 50px rgba(0,0,0,.16);
}

[class*=uk-box-shadow-hover] {
    transition: box-shadow .1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.uk-box-shadow-hover-medium:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.uk-box-shadow-hover-large:hover {
    box-shadow: 0 14px 25px rgba(0,0,0,.16);
}

.uk-box-shadow-hover-xlarge:hover {
    box-shadow: 0 28px 50px rgba(0,0,0,.16);
}

@supports (filter:blur(0)) {
    .uk-box-shadow-bottom {
        display: inline-block;
        position: relative;
        max-width: 100%;
        vertical-align: middle;
    }

    .uk-box-shadow-bottom:before {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        height: 30px;
        border-radius: 100%;
        background: #444;
        filter: blur(20px);
    }

    .uk-box-shadow-bottom>* {
        position: relative;
    }
}

.uk-dropcap:first-letter,.uk-dropcap>p:first-of-type:first-letter {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 4.5em;
    line-height: 1;
    margin-bottom: -2px;
}

@-moz-document url-prefix() {
    .uk-dropcap:first-letter,.uk-dropcap>p:first-of-type:first-letter {
        margin-top: 1.1%;
    }
}

@supports (-ms-ime-align:auto) {
    .uk-dropcap>p:first-of-type:first-letter {
        font-size: 1em;
    }
}

.uk-logo {
    font-size: 1.5rem;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    color: #666;
    text-decoration: none;
}

.uk-logo:focus,.uk-logo:hover {
    color: #666;
    outline: none;
    text-decoration: none;
}

.uk-logo-inverse {
    display: none;
}

.uk-disabled {
    pointer-events: none;
}

.uk-drag,.uk-drag * {
    cursor: move;
}

.uk-drag iframe {
    pointer-events: none;
}

.uk-dragover {
    box-shadow: 0 0 20px hsla(0,0%,39.2%,.3);
}

.uk-blend-multiply {
    mix-blend-mode: multiply;
}

.uk-blend-screen {
    mix-blend-mode: screen;
}

.uk-blend-overlay {
    mix-blend-mode: overlay;
}

.uk-blend-darken {
    mix-blend-mode: darken;
}

.uk-blend-lighten {
    mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
    mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
    mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
    mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
    mix-blend-mode: soft-light;
}

.uk-blend-difference {
    mix-blend-mode: difference;
}

.uk-blend-exclusion {
    mix-blend-mode: exclusion;
}

.uk-blend-hue {
    mix-blend-mode: hue;
}

.uk-blend-saturation {
    mix-blend-mode: saturation;
}

.uk-blend-color {
    mix-blend-mode: color;
}

.uk-blend-luminosity {
    mix-blend-mode: luminosity;
}

.uk-transform-center {
    transform: translate(-50%,-50%);
}

.uk-transform-origin-top-left {
    transform-origin: 0 0;
}

.uk-transform-origin-top-center {
    transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
    transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
    transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
    transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
    transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
    transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
    transform-origin: 100% 100%;
}

.uk-flex {
    display: flex;
}

.uk-flex-inline {
    display: inline-flex;
}

.uk-flex-inline:after,.uk-flex-inline:before,.uk-flex:after,.uk-flex:before {
    display: none;
}

.uk-flex-left {
    justify-content: flex-start;
}

.uk-flex-center {
    justify-content: center;
}

.uk-flex-right {
    justify-content: flex-end;
}

.uk-flex-between {
    justify-content: space-between;
}

.uk-flex-around {
    justify-content: space-around;
}

@media (min-width:640px) {
    .uk-flex-left\@s {
        justify-content: flex-start;
    }

    .uk-flex-center\@s {
        justify-content: center;
    }

    .uk-flex-right\@s {
        justify-content: flex-end;
    }

    .uk-flex-between\@s {
        justify-content: space-between;
    }

    .uk-flex-around\@s {
        justify-content: space-around;
    }
}

@media (min-width:960px) {
    .uk-flex-left\@m {
        justify-content: flex-start;
    }

    .uk-flex-center\@m {
        justify-content: center;
    }

    .uk-flex-right\@m {
        justify-content: flex-end;
    }

    .uk-flex-between\@m {
        justify-content: space-between;
    }

    .uk-flex-around\@m {
        justify-content: space-around;
    }
}

@media (min-width:1200px) {
    .uk-flex-left\@l {
        justify-content: flex-start;
    }

    .uk-flex-center\@l {
        justify-content: center;
    }

    .uk-flex-right\@l {
        justify-content: flex-end;
    }

    .uk-flex-between\@l {
        justify-content: space-between;
    }

    .uk-flex-around\@l {
        justify-content: space-around;
    }
}

@media (min-width:1600px) {
    .uk-flex-left\@xl {
        justify-content: flex-start;
    }

    .uk-flex-center\@xl {
        justify-content: center;
    }

    .uk-flex-right\@xl {
        justify-content: flex-end;
    }

    .uk-flex-between\@xl {
        justify-content: space-between;
    }

    .uk-flex-around\@xl {
        justify-content: space-around;
    }
}

.uk-flex-stretch {
    align-items: stretch;
}

.uk-flex-top {
    align-items: flex-start;
}

.uk-flex-middle {
    align-items: center;
}

.uk-flex-bottom {
    align-items: flex-end;
}

.uk-flex-row {
    flex-direction: row;
}

.uk-flex-row-reverse {
    flex-direction: row-reverse;
}

.uk-flex-column {
    flex-direction: column;
}

.uk-flex-column-reverse {
    flex-direction: column-reverse;
}

.uk-flex-nowrap {
    flex-wrap: nowrap;
}

.uk-flex-wrap {
    flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.uk-flex-wrap-stretch {
    align-content: stretch;
}

.uk-flex-wrap-top {
    align-content: flex-start;
}

.uk-flex-wrap-middle {
    align-content: center;
}

.uk-flex-wrap-bottom {
    align-content: flex-end;
}

.uk-flex-wrap-between {
    align-content: space-between;
}

.uk-flex-wrap-around {
    align-content: space-around;
}

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

.uk-flex-last {
    order: 99;
}

@media (min-width:640px) {
    .uk-flex-first\@s {
        order: -1;
    }

    .uk-flex-last\@s {
        order: 99;
    }
}

@media (min-width:960px) {
    .uk-flex-first\@m {
        order: -1;
    }

    .uk-flex-last\@m {
        order: 99;
    }
}

@media (min-width:1200px) {
    .uk-flex-first\@l {
        order: -1;
    }

    .uk-flex-last\@l {
        order: 99;
    }
}

@media (min-width:1600px) {
    .uk-flex-first\@xl {
        order: -1;
    }

    .uk-flex-last\@xl {
        order: 99;
    }
}

.uk-flex-none {
    flex: none;
}

.uk-flex-auto {
    flex: auto;
}

.uk-flex-1 {
    flex: 1;
}

.uk-margin {
    margin-bottom: 14px;
}

*+.uk-margin,.uk-margin-top {
    margin-top: 14px!important;
}

.uk-margin-bottom {
    margin-bottom: 14px!important;
}

.uk-margin-left {
    margin-left: 14px!important;
}

.uk-margin-right {
    margin-right: 14px!important;
}

.uk-margin-small {
    margin-bottom: 10px;
}

*+.uk-margin-small,.uk-margin-small-top {
    margin-top: 10px!important;
}

.uk-margin-small-bottom {
    margin-bottom: 10px!important;
}

.uk-margin-small-left {
    margin-left: 10px!important;
}

.uk-margin-small-right {
    margin-right: 10px!important;
}

.uk-margin-medium {
    margin-bottom: 30px;
}

*+.uk-margin-medium,.uk-margin-medium-top {
    margin-top: 30px!important;
}

.uk-margin-medium-bottom {
    margin-bottom: 30px!important;
}

.uk-margin-medium-left {
    margin-left: 30px!important;
}

.uk-margin-medium-right {
    margin-right: 30px!important;
}

.uk-margin-large {
    margin-bottom: 30px;
}

*+.uk-margin-large,.uk-margin-large-top {
    margin-top: 30px!important;
}

.uk-margin-large-bottom {
    margin-bottom: 30px!important;
}

.uk-margin-large-left {
    margin-left: 30px!important;
}

.uk-margin-large-right {
    margin-right: 30px!important;
}

@media (min-width:1200px) {
    .uk-margin-large {
        margin-bottom: 70px;
    }

    *+.uk-margin-large,.uk-margin-large-top {
        margin-top: 70px!important;
    }

    .uk-margin-large-bottom {
        margin-bottom: 70px!important;
    }

    .uk-margin-large-left {
        margin-left: 70px!important;
    }

    .uk-margin-large-right {
        margin-right: 70px!important;
    }
}

.uk-margin-xlarge {
    margin-bottom: 70px;
}

*+.uk-margin-xlarge,.uk-margin-xlarge-top {
    margin-top: 70px!important;
}

.uk-margin-xlarge-bottom {
    margin-bottom: 70px!important;
}

.uk-margin-xlarge-left {
    margin-left: 70px!important;
}

.uk-margin-xlarge-right {
    margin-right: 70px!important;
}

@media (min-width:1200px) {
    .uk-margin-xlarge {
        margin-bottom: 140px;
    }

    *+.uk-margin-xlarge,.uk-margin-xlarge-top {
        margin-top: 140px!important;
    }

    .uk-margin-xlarge-bottom {
        margin-bottom: 140px!important;
    }

    .uk-margin-xlarge-left {
        margin-left: 140px!important;
    }

    .uk-margin-xlarge-right {
        margin-right: 140px!important;
    }
}

.uk-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
}

.uk-margin-auto-top {
    margin-top: auto!important;
}

.uk-margin-auto-bottom {
    margin-bottom: auto!important;
}

.uk-margin-auto-left {
    margin-left: auto!important;
}

.uk-margin-auto-right {
    margin-right: auto!important;
}

.uk-margin-auto-vertical {
    margin-top: auto!important;
    margin-bottom: auto!important;
}

@media (min-width:640px) {
    .uk-margin-auto\@s {
        margin-right: auto!important;
    }

    .uk-margin-auto-left\@s,.uk-margin-auto\@s {
        margin-left: auto!important;
    }

    .uk-margin-auto-right\@s {
        margin-right: auto!important;
    }
}

@media (min-width:960px) {
    .uk-margin-auto\@m {
        margin-right: auto!important;
    }

    .uk-margin-auto-left\@m,.uk-margin-auto\@m {
        margin-left: auto!important;
    }

    .uk-margin-auto-right\@m {
        margin-right: auto!important;
    }
}

@media (min-width:1200px) {
    .uk-margin-auto\@l {
        margin-right: auto!important;
    }

    .uk-margin-auto-left\@l,.uk-margin-auto\@l {
        margin-left: auto!important;
    }

    .uk-margin-auto-right\@l {
        margin-right: auto!important;
    }
}

@media (min-width:1600px) {
    .uk-margin-auto\@xl {
        margin-right: auto!important;
    }

    .uk-margin-auto-left\@xl,.uk-margin-auto\@xl {
        margin-left: auto!important;
    }

    .uk-margin-auto-right\@xl {
        margin-right: auto!important;
    }
}

.uk-margin-remove {
    margin: 0!important;
}

.uk-margin-remove-top {
    margin-top: 0!important;
}

.uk-margin-remove-bottom {
    margin-bottom: 0!important;
}

.uk-margin-remove-left {
    margin-left: 0!important;
}

.uk-margin-remove-right {
    margin-right: 0!important;
}

.uk-margin-remove-vertical {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.uk-margin-remove-adjacent+*,.uk-margin-remove-first-child>:first-child {
    margin-top: 0!important;
}

.uk-margin-remove-last-child>:last-child {
    margin-bottom: 0!important;
}

@media (min-width:640px) {
    .uk-margin-remove-left\@s {
        margin-left: 0!important;
    }

    .uk-margin-remove-right\@s {
        margin-right: 0!important;
    }
}

@media (min-width:960px) {
    .uk-margin-remove-left\@m {
        margin-left: 0!important;
    }

    .uk-margin-remove-right\@m {
        margin-right: 0!important;
    }
}

@media (min-width:1200px) {
    .uk-margin-remove-left\@l {
        margin-left: 0!important;
    }

    .uk-margin-remove-right\@l {
        margin-right: 0!important;
    }
}

@media (min-width:1600px) {
    .uk-margin-remove-left\@xl {
        margin-left: 0!important;
    }

    .uk-margin-remove-right\@xl {
        margin-right: 0!important;
    }
}

[class*=uk-position-bottom],[class*=uk-position-center],[class*=uk-position-left],[class*=uk-position-right],[class*=uk-position-top] {
    position: absolute!important;
    max-width: 100%;
}

.uk-position-top {
    top: 0;
    left: 0;
    right: 0;
}

.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.uk-position-left {
    top: 0;
    bottom: 0;
    left: 0;
}

.uk-position-right {
    top: 0;
    bottom: 0;
    right: 0;
}

.uk-position-top-left {
    top: 0;
    left: 0;
}

.uk-position-top-right {
    top: 0;
    right: 0;
}

.uk-position-bottom-left {
    bottom: 0;
    left: 0;
}

.uk-position-bottom-right {
    bottom: 0;
    right: 0;
}

.uk-position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}

[class*=uk-position-center-left],[class*=uk-position-center-right] {
    top: 50%;
    transform: translateY(-50%);
}

.uk-position-center-left {
    left: 0;
}

.uk-position-center-right {
    right: 0;
}

.uk-position-center-left-out {
    right: 100%;
}

.uk-position-center-left-out,.uk-position-center-right-out {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.uk-position-center-right-out {
    left: 100%;
}

.uk-position-bottom-center,.uk-position-top-center {
    left: 50%;
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}

.uk-position-top-center {
    top: 0;
}

.uk-position-bottom-center {
    bottom: 0;
}

.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.uk-position-relative {
    position: relative!important;
}

.uk-position-absolute {
    position: absolute!important;
}

.uk-position-fixed {
    position: fixed!important;
}

.uk-position-z-index {
    z-index: 1;
}

.uk-position-small {
    max-width: calc(100% - 30px);
    margin: 15px;
}

.uk-position-small.uk-position-center {
    transform: translate(-50%,-50%) translate(-15px,-15px);
}

.uk-position-small[class*=uk-position-center-left],.uk-position-small[class*=uk-position-center-right] {
    transform: translateY(-50%) translateY(-15px);
}

.uk-position-small.uk-position-bottom-center,.uk-position-small.uk-position-top-center {
    transform: translateX(-50%) translateX(-15px);
}

.uk-position-medium {
    max-width: calc(100% - 60px);
    margin: 30px;
}

.uk-position-medium.uk-position-center {
    transform: translate(-50%,-50%) translate(-30px,-30px);
}

.uk-position-medium[class*=uk-position-center-left],.uk-position-medium[class*=uk-position-center-right] {
    transform: translateY(-50%) translateY(-30px);
}

.uk-position-medium.uk-position-bottom-center,.uk-position-medium.uk-position-top-center {
    transform: translateX(-50%) translateX(-30px);
}

.uk-position-large {
    max-width: calc(100% - 60px);
    margin: 30px;
}

.uk-position-large.uk-position-center {
    transform: translate(-50%,-50%) translate(-30px,-30px);
}

.uk-position-large[class*=uk-position-center-left],.uk-position-large[class*=uk-position-center-right] {
    transform: translateY(-50%) translateY(-30px);
}

.uk-position-large.uk-position-bottom-center,.uk-position-large.uk-position-top-center {
    transform: translateX(-50%) translateX(-30px);
}

@media (min-width:1200px) {
    .uk-position-large {
        max-width: calc(100% - 100px);
        margin: 50px;
    }

    .uk-position-large.uk-position-center {
        transform: translate(-50%,-50%) translate(-50px,-50px);
    }

    .uk-position-large[class*=uk-position-center-left],.uk-position-large[class*=uk-position-center-right] {
        transform: translateY(-50%) translateY(-50px);
    }

    .uk-position-large.uk-position-bottom-center,.uk-position-large.uk-position-top-center {
        transform: translateX(-50%) translateX(-50px);
    }
}

@media print {
    *,:after,:before {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }

    a,a:visited {
        text-decoration: none;
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }@    page {
              margin: .5cm;
          }

    h2,h3,p {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 .625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0;
}

.swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: .5em 0 0;
    padding: .5em 0 0;
    font-size: .8em;
}

.swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: .8em;
    height: .8em;
    line-height: .8;
}

.swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: 700;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        font-size: .25em;
    }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto!important;
    width: auto;
    height: auto;
    margin: 0 .3125em;
    padding: 0;
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: .125em .3125em;
    padding: .3125em .625em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(100,150,200,.5);
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.8em;
    left: -.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.25em;
    left: .9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    -webkit-animation: swal2-toast-animate-success-line-tip .75s;
    animation: swal2-toast-animate-success-line-tip .75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-toast-animate-success-line-long .75s;
    animation: swal2-toast-animate-success-line-long .75s;
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .5s;
    animation: swal2-toast-show .5s;
}

.swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: swal2-toast-hide .1s forwards;
    animation: swal2-toast-hide .1s forwards;
}

.swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation {
    background: rgba(0,0,0,.4);
}

.swal2-container.swal2-backdrop-hide {
    background: transparent!important;
}

.swal2-container.swal2-top {
    align-items: flex-start;
}

.swal2-container.swal2-top-left,.swal2-container.swal2-top-start {
    align-items: flex-start;
    justify-content: flex-start;
}

.swal2-container.swal2-top-end,.swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}

.swal2-container.swal2-center {
    align-items: center;
}

.swal2-container.swal2-center-left,.swal2-container.swal2-center-start {
    align-items: center;
    justify-content: flex-start;
}

.swal2-container.swal2-center-end,.swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end;
}

.swal2-container.swal2-bottom {
    align-items: flex-end;
}

.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start {
    align-items: flex-end;
    justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}

.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child {
    margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
    display: flex!important;
    flex: 1;
    align-self: stretch;
    justify-content: center;
}

.swal2-container.swal2-grow-row>.swal2-modal {
    display: flex!important;
    flex: 1;
    align-content: center;
    justify-content: center;
}

.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top {
    align-items: center;
}

.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start {
    align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right {
    align-items: flex-end;
}

.swal2-container.swal2-grow-column>.swal2-modal {
    display: flex!important;
    flex: 1;
    align-content: center;
    justify-content: center;
}

.swal2-container.swal2-no-transition {
    transition: none!important;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
    margin: auto;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .swal2-container .swal2-modal {
        margin: 0!important;
    }
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}

.swal2-popup:focus {
    outline: none;
}

.swal2-popup.swal2-loading {
    overflow-y: hidden;
}

.swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2));
}

.swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-radius: 100%;
    border-color: #2778c4 transparent;
    border-style: solid;
    border-width: .25em;
}

.swal2-styled {
    margin: .3125em;
    padding: .625em 1.1em;
    box-shadow: none;
    font-weight: 500;
}

.swal2-styled:not([disabled]) {
    cursor: pointer;
}

.swal2-styled.swal2-confirm {
    background: initial;
    background-color: #2778c4;
}

.swal2-styled.swal2-confirm,.swal2-styled.swal2-deny {
    border: 0;
    border-radius: .25em;
    color: #fff;
    font-size: 1.0625em;
}

.swal2-styled.swal2-deny {
    background: initial;
    background-color: #d14529;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #757575;
    color: #fff;
    font-size: 1.0625em;
}

.swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(100,150,200,.5);
}

.swal2-styled::-moz-focus-inner {
    border: 0;
}

.swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em;
}

.swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
    width: 100%;
    height: .25em;
    background: rgba(0,0,0,.2);
}

.swal2-image {
    max-width: 100%;
    margin: 1.25em auto;
}

.swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
}

.swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474;
}

.swal2-close:focus {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(100,150,200,.5);
}

.swal2-close::-moz-focus-inner {
    border: 0;
}

.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
}

.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea {
    margin: 1em auto;
}

.swal2-file,.swal2-input,.swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color .3s,box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
    color: inherit;
    font-size: 1.125em;
}

.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror {
    border-color: #f27474!important;
    box-shadow: 0 0 2px #f27474!important;
}

.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 0 3px rgba(100,150,200,.5);
}

.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder {
    color: #ccc;
}

.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder {
    color: #ccc;
}

.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder {
    color: #ccc;
}

.swal2-range {
    margin: 1em auto;
    background: #fff;
}

.swal2-range input {
    width: 80%;
}

.swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center;
}

.swal2-range input,.swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em;
}

.swal2-input {
    height: 2.625em;
    padding: 0 .75em;
}

.swal2-input[type=number] {
    max-width: 10em;
}

.swal2-file {
    background: inherit;
    font-size: 1.125em;
}

.swal2-textarea {
    height: 6.75em;
    padding: .75em;
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: inherit;
    color: inherit;
    font-size: 1.125em;
}

.swal2-checkbox,.swal2-radio {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit;
}

.swal2-checkbox label,.swal2-radio label {
    margin: 0 .6em;
    font-size: 1.125em;
}

.swal2-checkbox input,.swal2-radio input {
    margin: 0 .4em;
}

.swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto;
}

.swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: .625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300;
}

.swal2-validation-message:before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em;
}

.swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark .5s;
    animation: swal2-animate-error-x-mark .5s;
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -.25em;
    left: -.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165,220,134,.3);
    border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .8125em;
    width: 1.5625em;
    transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600;
}

.swal2-progress-steps li {
    display: inline-block;
    position: relative;
}

.swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #2778c4;
    color: #fff;
    line-height: 2em;
    text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
    background: #add8e6;
    color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    flex-shrink: 0;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #2778c4;
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s;
}

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards;
}

.swal2-noanimation {
    transition: none;
}

.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.swal2-rtl .swal2-close {
    right: auto;
    left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto;
}

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100%!important;
    }

    .swal2-range output {
        display: none;
    }
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .swal2-range input {
        width: 100%!important;
    }

    .swal2-range output {
        display: none;
    }
}

@-webkit-keyframes swal2-toast-show {
    0% {
        transform: translateY(-.625em) rotate(2deg);
    }

    33% {
        transform: translateY(0) rotate(-2deg);
    }

    66% {
        transform: translateY(.3125em) rotate(2deg);
    }

    to {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-.625em) rotate(2deg);
    }

    33% {
        transform: translateY(0) rotate(-2deg);
    }

    66% {
        transform: translateY(.3125em) rotate(2deg);
    }

    to {
        transform: translateY(0) rotate(0deg);
    }
}

@-webkit-keyframes swal2-toast-hide {
    to {
        transform: rotate(1deg);
        opacity: 0;
    }
}

@keyframes swal2-toast-hide {
    to {
        transform: rotate(1deg);
        opacity: 0;
    }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0;
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em;
    }

    to {
        top: 1.125em;
        left: .1875em;
        width: .75em;
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0;
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em;
    }

    to {
        top: 1.125em;
        left: .1875em;
        width: .75em;
    }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0;
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em;
    }

    to {
        top: .9375em;
        right: .1875em;
        width: 1.375em;
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0;
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em;
    }

    to {
        top: .9375em;
        right: .1875em;
        width: 1.375em;
    }
}

@-webkit-keyframes swal2-show {
    0% {
        transform: scale(.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(.95);
    }

    to {
        transform: scale(1);
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(.95);
    }

    to {
        transform: scale(1);
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(.5);
        opacity: 0;
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(.5);
        opacity: 0;
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em;
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    to {
        transform: rotate(-405deg);
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    to {
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        transform: scale(1.15);
    }

    to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        transform: scale(1.15);
    }

    to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    to {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    to {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden;
}

body.swal2-height-auto {
    height: auto!important;
}

body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 1.25em);
    background-color: transparent!important;
}

body.swal2-no-backdrop .swal2-container>.swal2-modal {
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}

body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start {
    top: 0;
    left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
    bottom: 0;
    left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0;
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll!important;
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
        display: none;
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static!important;
    }
}

body.swal2-toast-shown .swal2-container {
    background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%,-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em;
}

@-webkit-keyframes nui-rotate-loading {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes nui-rotate-loading {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

.icon-loader {
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.N_a_d,.N_a_d_box {
    position: relative;
}

.N_a_d_box {
    max-width: 100%;
}

.N_a_d_box .N__close {
    position: absolute;
    padding: 3px 5px;
    right: 0;
    top: 0;
    color: #eee;
    background-color: rgba(0,0,0,.3);
    text-decoration: none;
}

.N_a_d_box .N__tag {
    left: 0;
    color: #fff;
}

.N_a_d_box .N__report,.N_a_d_box .N__tag {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    font-size: 12px;
    line-height: 18px;
}

.N_a_d_box .N__report {
    display: none;
    left: 40px;
    color: #eee;
}

.N_a_d_box:hover .N__report {
    display: inline;
}

.N_alert {
    position: relative;
    padding: .6rem 1rem;
    cursor: default;
}

.N_alert.N_alert_primary {
    background-color: #e5f5fa;
    color: #0487c4;
    border-color: #b7e1f0;
}

.N_alert.N_alert_success {
    background-color: #eaf7ec;
    color: #349946;
    border-color: #c3e8ca;
}

.N_alert.N_alert_warning {
    background-color: #fff4d9;
    color: #0487c4;
    border-color: #fff0c8;
}

.N_alert.N_alert_error {
    background-color: #ffe0d9;
    color: #ef470a;
    border-color: #ffb7a8;
}

.N_badge {
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 20px;
    vertical-align: middle;
    word-break: keep-all;
}

.N_badge.N_badge_authentication {
    color: #fff;
    font-weight: 400;
    background: linear-gradient(136deg,#f3d18a,#cc995c);
}

.N_badge.N_badge_service {
    color: #fff;
    font-weight: 400;
    background: linear-gradient(135deg,#4cb4ff,#4a88f7);
}

.N_badge.N_badge_autonym {
    color: #fff;
    font-weight: 400;
    background: linear-gradient(135deg,#ff9700,#fe6135);
}

.N_badge.N_badge_companylable {
    color: #fff;
    font-weight: 400;
    background: #2cc66d;
}

.N_input,.N_input_group {
    position: relative;
    display: flex;
    color: #456296;
}

.N_input_inner {
    display: block;
    width: 100%;
    padding: .46633rem .8rem;
    font-size: 1rem;
    line-height: 1;
    height: 2.8571428rem;
    box-sizing: border-box;
    color: #456296;
    border-radius: inherit;
    background: none;
    border: 1px solid #c3d1eb;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0;
}

.N_input_inner:-ms-input-placeholder,.N_input_inner::-moz-placeholder,.N_input_inner::-webkit-input-placeholder {
    color: #456296;
}

.N_input_inner::-webkit-input-placeholder {
    text-indent: 0;
}

.N_input_inner:focus {
    outline: 0;
    border: 1px solid #0e86fe;
}

.N_forms_radius .N_input {
    border-radius: .2857142rem;
}

textarea.N_input_inner {
    height: auto;
}

.N_select+.N_input {
    margin-left: -1px;
}

[data-theme=dark] .N_input .N_input_inner {
    background-color: hsla(0,0%,100%,.04);
    border-color: hsla(0,0%,100%,.04);
}

.N_input_icon_left .N_input_inner {
    padding-left: 2.8571428rem;
}

.N_input_icon_left .N_form_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.8571428rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: inherit;
}

.N_input_icon_right .N_input_inner,.N_input_loading .N_input_inner {
    padding-right: 1.714285rem;
}

.N_input_icon_right .N_form_icon,.N_input_loading .N_form_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2.8571428rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: inherit;
}

.N_input_loading .N_input_inner~.N_form_icon {
    display: none;
}

.N_input_loading .N_input_inner {
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 1.428571em 1.428571em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjN2RiMWYxIiBzdHJva2Utd2lkdGg9IjE1IiByPSIzMCIgc3Ryb2tlLWRhc2hhcnJheT0iMTQxLjM3MTY2OTQxMTU0MDY3IDQ5LjEyMzg4OTgwMzg0Njg5Ij48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMC41MDc2MTQyMTMxOTc5Njk1cyIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIvPjwvY2lyY2xlPjwvc3ZnPg==");
}

.N_input.N_form_danger {
    color: var(--danger);
}

.N_input.N_form_danger .N_input_inner {
    color: var(--danger);
    border-color: var(--danger);
}

.N_input.N_form_success {
    color: var(--success);
}

.N_input.N_form_success .N_input_inner {
    color: var(--success);
    border-color: var(--success);
}

.N_input.N_form_warning {
    color: var(--warning);
}

.N_input.N_form_warning .N_input_inner {
    color: var(--warning);
    border-color: var(--warning);
}

.N_input_group .N_input {
    flex: 1;
}

.N_btn,.N_btn:link,.N_btn:visited {
    align-items: center;
    border: none;
    background-color: unset;
    box-sizing: border-box;
    cursor: pointer;
    min-height: 2.375rem;
    line-height: 2.375rem;
    padding: 0 .8571428rem;
    justify-content: center;
    min-width: 4.063rem;
    text-decoration: none;
    outline: none;
    display: inline-block;
    min-width: 50px;
    text-align: center;
    word-break: keep-all;
}

.N_btn_list .N_btn+.N_btn {
    margin-top: .7142857rem;
    margin-left: 0;
    margin-right: 0;
}

button.N_btn>.svg-icon {
    margin-top: -.2em;
}

.N_btn:hover,.N_btn_hover {
    background-color: var(--theme-secondary-bg-hover);
}

.N_btn_radius {
    border-radius: .1875rem;
}

.N_btn:disabled,.N_btn[disabled],.N_btn_loading {
    background-color: #e2e2e2;
    color: #888;
    border-color: #d0d0d0;
    pointer-events: none;
}

.N_btn:active {
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.N_btn_block {
    width: 100%;
}

.N_btn_default,.N_btn_default:link,.N_btn_default:visited {
    background-color: #f7f9fa;
    color: #007d9c;
    border: 1px solid #c3d1eb;
}

.N_btn_default:hover,.N_btn_default:link:hover,.N_btn_default:visited:hover {
    background-color: #f7f9fa;
}

.N_btn_default:disabled,.N_btn_default[disabled] {
    background-color: #e2e2e2;
    color: #888;
    border-color: #d0d0d0;
}

.N_btn_primary,.N_btn_primary:link,.N_btn_primary:visited {
    background-color: var(--blue);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.N_btn_primary:hover,.N_btn_primary:link:hover,.N_btn_primary:visited:hover {
    background-color: var(--blue);
}

.N_btn_primary:disabled,.N_btn_primary[disabled] {
    background-color: #ababab;
}

.N_btn_secondary,.N_btn_secondary:link,.N_btn_secondary:visited {
    background-color: var(--orange);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.N_btn_secondary:hover,.N_btn_secondary:link:hover,.N_btn_secondary:visited:hover {
    background-color: var(--orange);
}

.N_btn_secondary:disabled,.N_btn_secondary[disabled] {
    background-color: #ababab;
}

.N_btn.N_btn_small {
    font-size: .8571428rem;
    min-height: 2.1428571rem;
    line-height: 2.1428571rem;
    padding: 0 .8571428rem;
    min-width: 30px;
}

.N_btn+.N_btn.N_btn_small {
    margin-top: .5714285rem;
}

.N_btn.N_btn_small.N_btn_radius {
    border-radius: var(--radius-sm);
}

.N_btn.N_btn_medium {
    font-size: 1.0714285rem;
    min-height: 3rem;
    line-height: 3rem;
    padding: 0 .8571428rem;
    min-width: 70px;
}

.N_btn+.N_btn.N_btn_medium {
    margin-top: 1.4285714rem;
}

.N_btn.N_btn_medium.N_btn_radius {
    border-radius: .5rem;
}

.N_btn.N_btn_large {
    font-size: 1.4285714rem;
    min-height: 3.8571428rem;
    line-height: 3.8571428rem;
    padding: 0 2.1428571rem;
    min-width: 90px;
}

.N_btn.N_btn_large.N_btn_radius {
    border-radius: .5rem;
}

.N_btn.N_btn_round {
    border-radius: 100px!important;
}

.N_input+.N_btn {
    margin-left: -1px;
}

.N_checkbox {
    display: none;
}

.N_checkbox+span {
    position: relative;
}

.N_checkbox+span:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 1.066em;
    height: 1.066em;
    border: 1px solid #c3d1eb;
    border-radius: 2px;
    background-color: #fff;
    transition: all .12s ease-out;
    margin: -2px .6em 0 0;
    vertical-align: middle;
}

.N_checkbox+span:after {
    box-sizing: content-box;
    opacity: 0;
    pointer-events: none;
    content: "";
    border: 1px solid #0e86fe;
    position: absolute;
    border-left: 0;
    border-top: 0;
    top: .2935em;
    left: .358em;
    height: .7em;
    width: .3em;
    transition: transform .06s ease-in .05s;
    transform-origin: center;
    transform: rotate(45deg) scaleY(0);
    display: inline-block;
    speak: none;
    font-size: .95em;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.N_checkbox:checked+span:before {
    border-color: #0e86fe;
}

.N_checkbox:checked+span:after {
    opacity: 1;
    transform: rotate(45deg) scaleY(1);
}

.N_checkbox_label {
    position: relative;
    min-width: 1.066em;
    min-height: 1.066em;
    margin: 0 5px 0 0;
    word-break: break-word;
    color: #456296;
    line-height: 1.3333em;
    font-size: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.N_checkbox_label:hover .N_checkbox+span:before {
    box-shadow: 0 0 0 2px rgba(14,134,254,.2);
    border-color: #0e86fe;
}

.N_checkbox_label.N_state_disable {
    cursor: not-allowed;
    pointer-events: none;
    color: #95abd3;
}

.N_checkbox_label.N_state_disable:hover .N_checkbox+span:before {
    box-shadow: none;
    border-color: #d8e2f5;
}

.N_checkbox_label.N_state_disable .N_checkbox+span:before {
    border-color: #d8e2f5;
}

.N_checkbox_label.N_state_disable .N_checkbox+span:after {
    color: #c3d1eb;
}

.N_checkbox_label.N_state_disable .N_checkbox:checked+span:before {
    border-color: #c3d1eb;
}

.N_checkbox_label.N_checkbox__circle .N_checkbox+span:before {
    border-radius: 50%;
}

.N_checkbox_label.N_checkbox__circle .N_checkbox:checked+span:before {
    color: #fff;
    background-color: #0e86fe;
}

.N_checkbox_label.N_checkbox__circle .N_checkbox:checked+span:after {
    color: #fff;
}

.N_checkbox_label.N_checkbox__circle.N_state--disable .N_checkbox+span:before {
    border-color: #c3d1eb;
}

.N_checkbox_label.N_checkbox__circle.N_state--disable .N_checkbox:checked+span:before {
    background-color: #c3d1eb;
    border-color: #c3d1eb;
}

.N_dropdown {
    position: relative;
    display: inline-block;
}

.N_dropdown>a {
    color: #666;
}

.N_dropdown_popup {
    position: absolute;
    display: none;
    background-color: #fff;
    list-style: none;
    padding: .5rem;
    margin: 0;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.17);
    z-index: 1110;
}

.N_dropdown_popup>li {
    word-break: keep-all;
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.N_dropdown_popup>li:hover {
    background-color: #efefef;
}

.N_dropdown_popup>li>* {
    color: #666;
    display: block;
    line-height: 36px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
}

.N_dropdown_popup .N_dropdown_divider {
    content: "";
    height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #ededed;
}

.N_dropdown.N_dropdown_right .N_dropdown_popup {
    right: 0;
}

.N_dropdown:hover>a {
    background-color: #f8f8f8;
}

.N_dropdown:hover .N_dropdown_popup {
    display: block;
}

.N_empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 32px 0;
}

.N_empty .N_empty_image {
    max-width: 160px;
    max-height: 160px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.N_empty .N_empty_image img {
    width: 100%;
    height: 100%;
}

.N_empty .N_empty_desc {
    margin-top: 16px;
    color: #969799;
    font-size: 14px;
    line-height: 20px;
}

.N_select {
    position: relative;
    height: 2.8571428rem;
    min-width: 100px;
}

.N_select:after {
    position: absolute;
    content: "";
    width: 1.2em;
    height: 1.2em;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlPSIjYzNkMWViIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+") no-repeat 50%;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.N_select:hover {
    z-index: 1;
}

.N_select_inner {
    border: 1px solid #c3d1eb;
    outline: none;
    background: none;
    width: 100%;
    height: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: .46633rem 2em .46633rem .8rem;
    font-size: inherit;
    text-overflow: ellipsis;
}

.N_select_inner:focus {
    outline: 0;
    border: 1px solid #0e86fe;
}

.N_input+.N_select {
    margin-left: -1px;
}

.N_mark {
    display: inline-block;
    font-size: .8571428em;
    margin-top: 0;
    height: 1.5714285em;
    line-height: 1.7;
    text-align: center;
    border-radius: var(--radius-sm);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    color: #fff;
    padding-left: .2em;
    padding-right: .2em;
}

.N_mark.N_square {
    padding-left: 0;
    padding-right: 0;
    min-width: 1.5714285em;
}

.N_mark.N_newly {
    background: linear-gradient(90deg,#ff9700,#fe6135);
}

.N_mark.N_super {
    background: linear-gradient(135deg,#ff8f6a,#ff7376);
}

.N_mark.N_top {
    background: linear-gradient(90deg,#fe7a80,#ff5159);
}

.N_mark.N_type2 {
    background: linear-gradient(135deg,#4cb4ff,#4a88f7);
}

.N_link.N_link_hover {
    position: relative;
    text-decoration: none;
}

.N_link.N_link_hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid;
    transition: right .3s ease-out;
}

.N_link.N_link_hover:hover:before {
    right: 0;
}

.N_pagination {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.N_pagination>* {
    flex: none;
    padding-left: 0;
    position: relative;
}

.N_pagination>*>* {
    display: block;
    padding: 5px 10px;
    color: #999;
    transition: color .1s ease-in-out;
}

#N_layout_pusher {
    position: relative;
    overflow: initial;
    min-height: 100vh;
    flex-direction: column;
    height: 100%;
    display: flex;
}

#N_layout_main {
    /*flex: 1 0 auto;*/
    flex-direction: column;
    height: 100%;
    display: flex;
}

#N_layout_content {
    flex: 1 0 auto;
}

#N_layout_sidebar {
    position: fixed;
    right: 0;
    bottom: 20%;
    display: none;
}

@media (min-width:768px) {
    #N_layout_sidebar {
        margin-left: 380px;
        display: block;
    }
}

@media (min-width:1112px) {
    #N_layout_sidebar {
        margin-left: 510px;
        display: block;
    }
}

@media (min-width:1284px) {
    #N_layout_sidebar {
        margin-left: 630px;
        display: block;
    }
}

.nt--secondary {
    background-color: var(--theme-secondary-bg);
    color: var(--theme-secondary-color);
}

.nt--secondary._hover:hover {
    background-color: var(--theme-secondary-hover);
}

.nt--secondary._shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
}

.N_header_jh276n>.N_navbar {
    background: #212736;
}

.N_header_jh276n>.N_navbar svg {
    margin-top: -2%;
}

.N_header_jh276n>.N_navbar .N_dropdown_popup {
    min-width: 120px;
}

.N_header_jh276n>.N_navbar .N_btns {
    height: 48px;
}

.N_header_jh276n>.N_navbar .N_btn {
    color: #fff;
    border: none;
    border-radius: 100px;
    background: #47536d;
    min-height: 28px;
    line-height: 28px;
    margin-top: 0;
}

[data-theme=dark] .N_header_jh276n>.N_main_menu {
    background-color: #1f3952;
}

.N_header_jh276n>.N_main_menu {
    background-color: #0078ff;
    background-color: var(--nt-primary-color,#0078ff);
    min-height: 75px;
}

.N_header_jh276n>.N_main_menu .N_logo {
    max-height: 54px;
    display: table;
}

.N_header_jh276n>.N_main_menu .N_substation_switcher {
    color: #fff;
}

.N_header_jh276n>.N_main_menu .N_substation_switcher small {
    color: #d6d6d6;
}

.N_header_jh276n>.N_main_menu .uk-navbar-nav>li>a {
    color: #fff;
    color: var(--nt-primary-text-color,#fff);
    padding: 0 20px;
    font-weight: 700;
    font-size: 1rem;
}

.N_header_jh276n>.N_main_menu .uk-navbar-nav>li.uk-active>a,.N_header_jh276n>.N_main_menu .uk-navbar-nav>li>a:hover {
    color: hsla(0,0%,100%,.67);
}

.N_header_jh276n .uk-subnav {
    margin-bottom: 0;
    margin-left: 0;
}

.N_header_jh276n .uk-subnav>* {
    padding-left: 0;
}

.N_header_jh276n .uk-subnav>*>a,.N_header_jh276n .uk-subnav>*>span {
    line-height: 38px;
    font-size: 1rem;
}

.N_header_jh276n .uk-dropdown-nav.N_sub_menu {
    min-width: 100px;
}

.N_header_jh276n .uk-dropdown-nav.N_account_menu {
    min-width: 120px;
}

.N_footer_jh276n {
    padding: 20px 0;
    background-color: var(--theme-secondary-bg);
    color: var(--theme-secondary-color);
}

.N_footer_jh276n ._top {
    padding: 20px 0 10px;
    color: #fff;
    background: #353d48;
}

.N_footer_jh276n ._end {
    padding: 5px 0;
    color: grey;
    -webkit-text-fill-color: grey;
    background-color: #1b2229;
}

.N_footer_jh276n ._end .logo {
    filter: contrast(1%);
}

.N_footer_jh276n ._end ._btn {
    display: inline-block;
    text-align: center;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 100px;
    margin-right: .5rem;
    color: grey;
    border: 1px solid;
    background-color: transparent;
}

.N_footer_jh276n ._end ._btn:hover {
    background-color: hsla(0,0%,100%,.2);
}

.N_footer_jh276n ._end ._btn .svg-icon {
    margin-top: -.4em;
}

.N_footer_jh276n_tiny {
    text-align: center;
    padding: 20px 0;
    color: #676767;
}

.N_footer_jh276n_tiny .N_footer_links {
    line-height: 40px;
    border-top: 1px solid hsla(0,0%,48.6%,.2);
    border-bottom: 1px solid hsla(0,0%,48.6%,.2);
    text-align: center;
}

.N_footer_jh276n_tiny .N_links_wrap {
    margin-left: -20px;
}

.N_footer_jh276n_tiny .N_links_wrap>a,.N_footer_jh276n_tiny .N_links_wrap span {
    position: relative;
    padding-left: 20px;
}

.N_footer_jh276n_tiny .N_links_wrap>a:before,.N_footer_jh276n_tiny .N_links_wrap span:before {
    position: absolute;
    left: 9px;
    content: "";
    opacity: .7;
    width: 1px;
    height: 10px;
    top: 50%;
    background-color: hsla(0,0%,48.6%,.4);
    transform: translateY(-50%);
}

.N_footer_jh276n_tiny .N_links_wrap>a:first-child:before,.N_footer_jh276n_tiny .N_links_wrap span:first-child:before {
    opacity: 0;
}

.N_sidebar_jh276n {
    position: fixed;
    right: 0;
    bottom: 20%;
    width: 42px;
    cursor: pointer;
}

.N_sidebar_jh276n .N_sidebar_item {
    height: 40px;
}

.N_sidebar_jh276n .N_sidebar_btn {
    position: relative;
    display: inline-block;
    word-break: keep-all;
    outline: none;
    text-decoration: none;
    left: 0;
    transform: translateX(0);
    padding: 0 10px 0 42px;
    min-width: 42px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
    transition: all .2s ease-in;
    background-color: #fff;
    background-color: var(--theme-secondary-bg);
    color: #666;
    color: var(--theme-secondary-color);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
}

.N_sidebar_jh276n .N_sidebar_btn:hover {
    color: currentColor;
    left: 42px;
    transform: translateX(-100%);
}

.N_sidebar_jh276n .N_sidebar_btn:hover .N_sidebar_popup {
    display: block;
}

.N_sidebar_jh276n .N_sidebar_btn .svg-icon {
    position: absolute;
    top: 12px;
    left: 16px;
    flex: 1;
}

.N_sidebar_jh276n .N_sidebar_btn .svg-icon.icon-headphone {
    color: #ff6000!important;
    color: var(--orange)!important;
}

.N_sidebar_jh276n .N_sidebar_btn .svg-icon.icon-wechat {
    color: #04be02!important;
    color: var(--wechat)!important;
}

.N_sidebar_jh276n .N_sidebar_popup {
    position: absolute;
    right: 100%;
    top: 0;
    border-radius: 10px;
    padding: 10px;
    display: none;
    background-color: #fff;
    background-color: var(--theme-secondary-bg);
    color: #666;
    color: var(--theme-secondary-color);
    transform: translateZ(0);
    transition-delay: .2s;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
}

.N_sidebar_jh276n .N_sidebar_popup:after {
    position: absolute;
    content: "";
    right: -12px;
    border: 6px dashed transparent;
    border-left: 6px solid var(--theme-secondary-bg);
}

.N_sidebar_jh276n .N_sidebar_popup.N_top {
    transform: translate3d(-14px,-6px,0);
}

.N_sidebar_jh276n .N_sidebar_popup.N_top:after {
    top: 22px;
}

.N_sidebar_jh276n .N_sidebar_popup.N_middle {
    top: 50%;
    transform: translate3d(-14px,-50%,0);
}

.N_sidebar_jh276n .N_sidebar_popup.N_middle:after {
    top: 50%;
    transform: translateY(-50%);
}

body.N_skin_default .N_pagination>* {
    padding-left: 5px;
    padding-right: 5px;
}

body.N_skin_default .N_pagination>*>* {
    min-width: 30px;
    text-align: center;
}

body.N_skin_default .N_pagination>*>a {
    text-decoration: none;
    color: var(--theme-secondary-color);
    background-color: var(--theme-secondary-bg);
    border-radius: var(--radius-sm);
}

body.N_skin_default .N_pagination>*>a:hover {
    background-color: var(--theme-secondary-bg-hover);
}

body.N_skin_default .N_pagination>*>.N_pagination_active,body.N_skin_default .N_pagination>*>.N_pagination_active:hover {
    color: #fff;
    background-color: var(--blue);
}

body.N_skin_default .N_pagination ._disabled {
    color: #b3b3b3;
    background: #ececec;
    pointer-events: none;
}
