
/*!
* BootstrapVue Custom CSS (https://bootstrap-vue.js.org)
*/
@media (max-width:575.98px) {
    .bv-d-xs-down-none {
        display: none !important
    }
}

@media (max-width:767.98px) {
    .bv-d-sm-down-none {
        display: none !important
    }
}

@media (max-width:991.98px) {
    .bv-d-md-down-none {
        display: none !important
    }
}

@media (max-width:1199.98px) {
    .bv-d-lg-down-none {
        display: none !important
    }
}

.bv-d-xl-down-none {
    display: none !important
}

.card-img-left {
    border-top-left-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-img-right {
    border-top-right-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret:before,
.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret:after {
    display: none !important
}

.dropdown.b-dropdown .b-dropdown-form {
    display: inline-block;
    padding: .25rem 1.5rem;
    width: 100%;
    clear: both;
    font-weight: 400
}

.dropdown.b-dropdown .b-dropdown-form:focus {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important
}

.dropdown.b-dropdown .b-dropdown-form.disabled,
.dropdown.b-dropdown .b-dropdown-form:disabled {
    outline: 0 !important;
    color: #6c757d;
    pointer-events: none
}

.b-dropdown-text {
    display: inline-block;
    padding: .25rem 1.5rem;
    margin-bottom: 0;
    width: 100%;
    clear: both;
    font-weight: lighter
}

.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn,
.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,
.input-group>.input-group-prepend>.btn-group>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn-group>.btn,
.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control.is-invalid,
.form-control.is-valid,
.was-validated .form-control:invalid,
.was-validated .form-control:valid {
    background-position: right calc(.375em + .1875rem) center
}

input[type=color].form-control {
    height: calc(1.5em + .75rem + 2px);
    padding: .125rem .25rem
}

.input-group-sm input[type=color].form-control,
input[type=color].form-control.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .125rem .25rem
}

.input-group-lg input[type=color].form-control,
input[type=color].form-control.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .125rem .25rem
}

input[type=color].form-control:disabled {
    background-color: #adb5bd;
    opacity: .65
}

.input-group>.custom-range {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-range,
.input-group>.custom-range+.custom-file,
.input-group>.custom-range+.custom-range,
.input-group>.custom-range+.custom-select,
.input-group>.custom-range+.form-control,
.input-group>.custom-range+.form-control-plaintext,
.input-group>.custom-select+.custom-range,
.input-group>.form-control+.custom-range,
.input-group>.form-control-plaintext+.custom-range {
    margin-left: -1px
}

.input-group>.custom-range:focus {
    z-index: 3
}

.input-group>.custom-range:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-range:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-range {
    padding: 0 .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: calc(1.5em + .75rem + 2px);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .input-group>.custom-range {
        transition: none
    }
}

.input-group>.custom-range:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.input-group>.custom-range:disabled,
.input-group>.custom-range[readonly] {
    background-color: #e9ecef
}

.input-group-lg>.custom-range {
    height: calc(1.5em + 1rem + 2px);
    padding: 0 1rem;
    border-radius: .3rem
}

.input-group-sm>.custom-range {
    height: calc(1.5em + .5rem + 2px);
    padding: 0 .5rem;
    border-radius: .2rem
}

.input-group .custom-range.is-valid,
.was-validated .input-group .custom-range:valid {
    border-color: #28a745
}

.input-group .custom-range.is-valid:focus,
.was-validated .input-group .custom-range:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-range.is-valid:focus::-webkit-slider-thumb,
.was-validated .custom-range:valid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
}

.custom-range.is-valid:focus::-moz-range-thumb,
.was-validated .custom-range:valid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
}

.custom-range.is-valid:focus::-ms-thumb,
.was-validated .custom-range:valid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
}

.custom-range.is-valid::-webkit-slider-thumb,
.was-validated .custom-range:valid::-webkit-slider-thumb {
    background-color: #28a745;
    background-image: none
}

.custom-range.is-valid::-webkit-slider-thumb:active,
.was-validated .custom-range:valid::-webkit-slider-thumb:active {
    background-color: #9be7ac;
    background-image: none
}

.custom-range.is-valid::-webkit-slider-runnable-track,
.was-validated .custom-range:valid::-webkit-slider-runnable-track {
    background-color: rgba(40, 167, 69, .35)
}

.custom-range.is-valid::-moz-range-thumb,
.was-validated .custom-range:valid::-moz-range-thumb {
    background-color: #28a745;
    background-image: none
}

.custom-range.is-valid::-moz-range-thumb:active,
.was-validated .custom-range:valid::-moz-range-thumb:active {
    background-color: #9be7ac;
    background-image: none
}

.custom-range.is-valid::-moz-range-track,
.was-validated .custom-range:valid::-moz-range-track {
    background: rgba(40, 167, 69, .35)
}

.custom-range.is-valid~.valid-feedback,
.custom-range.is-valid~.valid-tooltip,
.was-validated .custom-range:valid~.valid-feedback,
.was-validated .custom-range:valid~.valid-tooltip {
    display: block
}

.custom-range.is-valid::-ms-thumb,
.was-validated .custom-range:valid::-ms-thumb {
    background-color: #28a745;
    background-image: none
}

.custom-range.is-valid::-ms-thumb:active,
.was-validated .custom-range:valid::-ms-thumb:active {
    background-color: #9be7ac;
    background-image: none
}

.custom-range.is-valid::-ms-track-lower,
.custom-range.is-valid::-ms-track-upper,
.was-validated .custom-range:valid::-ms-track-lower,
.was-validated .custom-range:valid::-ms-track-upper {
    background: rgba(40, 167, 69, .35)
}

.input-group .custom-range.is-invalid,
.was-validated .input-group .custom-range:invalid {
    border-color: #dc3545
}

.input-group .custom-range.is-invalid:focus,
.was-validated .input-group .custom-range:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-range.is-invalid:focus::-webkit-slider-thumb,
.was-validated .custom-range:invalid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid:focus::-moz-range-thumb,
.was-validated .custom-range:invalid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid:focus::-ms-thumb,
.was-validated .custom-range:invalid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid::-webkit-slider-thumb,
.was-validated .custom-range:invalid::-webkit-slider-thumb {
    background-color: #dc3545;
    background-image: none
}

.custom-range.is-invalid::-webkit-slider-thumb:active,
.was-validated .custom-range:invalid::-webkit-slider-thumb:active {
    background-color: #f6cdd1;
    background-image: none
}

.custom-range.is-invalid::-webkit-slider-runnable-track,
.was-validated .custom-range:invalid::-webkit-slider-runnable-track {
    background-color: rgba(220, 53, 69, .35)
}

.custom-range.is-invalid::-moz-range-thumb,
.was-validated .custom-range:invalid::-moz-range-thumb {
    background-color: #dc3545;
    background-image: none
}

.custom-range.is-invalid::-moz-range-thumb:active,
.was-validated .custom-range:invalid::-moz-range-thumb:active {
    background-color: #f6cdd1;
    background-image: none
}

.custom-range.is-invalid::-moz-range-track,
.was-validated .custom-range:invalid::-moz-range-track {
    background: rgba(220, 53, 69, .35)
}

.custom-range.is-invalid~.invalid-feedback,
.custom-range.is-invalid~.invalid-tooltip,
.was-validated .custom-range:invalid~.invalid-feedback,
.was-validated .custom-range:invalid~.invalid-tooltip {
    display: block
}

.custom-range.is-invalid::-ms-thumb,
.was-validated .custom-range:invalid::-ms-thumb {
    background-color: #dc3545;
    background-image: none
}

.custom-range.is-invalid::-ms-thumb:active,
.was-validated .custom-range:invalid::-ms-thumb:active {
    background-color: #f6cdd1;
    background-image: none
}

.custom-range.is-invalid::-ms-track-lower,
.custom-range.is-invalid::-ms-track-upper,
.was-validated .custom-range:invalid::-ms-track-lower,
.was-validated .custom-range:invalid::-ms-track-upper {
    background: rgba(220, 53, 69, .35)
}

.modal-backdrop:not(.show):not(.fade) {
    opacity: .5
}

.table.b-table.b-table-fixed {
    table-layout: fixed
}

.table.b-table[aria-busy=true] {
    opacity: .55
}

.table.b-table>tbody>tr.b-table-details>td {
    border-top: none !important
}

.table.b-table>caption {
    caption-side: bottom
}

.table.b-table>caption.b-table-caption-top {
    caption-side: top !important
}

.table.b-table>tfoot>tr>td,
.table.b-table>tfoot>tr>th,
.table.b-table>thead>tr>td,
.table.b-table>thead>tr>th {
    position: relative
}

.table.b-table>tfoot>tr>th[aria-sort],
.table.b-table>thead>tr>th[aria-sort] {
    position: relative;
    padding-right: 1.125em;
    cursor: pointer
}

.table.b-table>tfoot>tr>th[aria-sort]:after,
.table.b-table>thead>tr>th[aria-sort]:after {
    position: absolute;
    display: block;
    bottom: 0;
    right: .35em;
    padding-bottom: inherit;
    font-size: inherit;
    line-height: inherit;
    opacity: .4;
    content: "↕";
    speak: none
}

.table.b-table>tfoot>tr>th[aria-sort][aria-sort=ascending]:after,
.table.b-table>thead>tr>th[aria-sort][aria-sort=ascending]:after {
    opacity: 1;
    content: "↓"
}

.table.b-table>tfoot>tr>th[aria-sort][aria-sort=descending]:after,
.table.b-table>thead>tr>th[aria-sort][aria-sort=descending]:after {
    opacity: 1;
    content: "↑"
}

@media (max-width:575.98px) {
    .table.b-table.b-table-stacked-sm {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-sm>caption,
    .table.b-table.b-table-stacked-sm>tbody,
    .table.b-table.b-table-stacked-sm>tbody>tr,
    .table.b-table.b-table-stacked-sm>tbody>tr>td {
        display: block
    }

    .table.b-table.b-table-stacked-sm>tfoot,
    .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-sm>thead,
    .table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-sm>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline-block;
        width: 40%;
        float: left;
        text-align: right;
        word-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 1rem;
        margin: 0
    }

    .table.b-table.b-table-stacked-sm>tbody>tr.bottom-row,
    .table.b-table.b-table-stacked-sm>tbody>tr.top-row {
        display: none
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>:first-child {
        border-top-width: 3px
    }
}

@media (max-width:767.98px) {
    .table.b-table.b-table-stacked-md {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-md>caption,
    .table.b-table.b-table-stacked-md>tbody,
    .table.b-table.b-table-stacked-md>tbody>tr,
    .table.b-table.b-table-stacked-md>tbody>tr>td {
        display: block
    }

    .table.b-table.b-table-stacked-md>tfoot,
    .table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-md>thead,
    .table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-md>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-md>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline-block;
        width: 40%;
        float: left;
        text-align: right;
        word-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 1rem;
        margin: 0
    }

    .table.b-table.b-table-stacked-md>tbody>tr.bottom-row,
    .table.b-table.b-table-stacked-md>tbody>tr.top-row {
        display: none
    }

    .table.b-table.b-table-stacked-md>tbody>tr>:first-child {
        border-top-width: 3px
    }
}

@media (max-width:991.98px) {
    .table.b-table.b-table-stacked-lg {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-lg>caption,
    .table.b-table.b-table-stacked-lg>tbody,
    .table.b-table.b-table-stacked-lg>tbody>tr,
    .table.b-table.b-table-stacked-lg>tbody>tr>td {
        display: block
    }

    .table.b-table.b-table-stacked-lg>tfoot,
    .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-lg>thead,
    .table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-lg>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline-block;
        width: 40%;
        float: left;
        text-align: right;
        word-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 1rem;
        margin: 0
    }

    .table.b-table.b-table-stacked-lg>tbody>tr.bottom-row,
    .table.b-table.b-table-stacked-lg>tbody>tr.top-row {
        display: none
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>:first-child {
        border-top-width: 3px
    }
}

@media (max-width:1199.98px) {
    .table.b-table.b-table-stacked-xl {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-xl>caption,
    .table.b-table.b-table-stacked-xl>tbody,
    .table.b-table.b-table-stacked-xl>tbody>tr,
    .table.b-table.b-table-stacked-xl>tbody>tr>td {
        display: block
    }

    .table.b-table.b-table-stacked-xl>tfoot,
    .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-xl>thead,
    .table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-xl>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline-block;
        width: 40%;
        float: left;
        text-align: right;
        word-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 1rem;
        margin: 0
    }

    .table.b-table.b-table-stacked-xl>tbody>tr.bottom-row,
    .table.b-table.b-table-stacked-xl>tbody>tr.top-row {
        display: none
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>:first-child {
        border-top-width: 3px
    }
}

.table.b-table.b-table-stacked {
    display: block;
    width: 100%
}

.table.b-table.b-table-stacked>caption,
.table.b-table.b-table-stacked>tbody,
.table.b-table.b-table-stacked>tbody>tr,
.table.b-table.b-table-stacked>tbody>tr>td {
    display: block
}

.table.b-table.b-table-stacked>tfoot,
.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row,
.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,
.table.b-table.b-table-stacked>thead,
.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,
.table.b-table.b-table-stacked>thead>tr.b-table-top-row {
    display: none
}

.table.b-table.b-table-stacked>caption {
    caption-side: top !important
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]:before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right;
    word-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0;
    margin: 0
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]>div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 1rem;
    margin: 0
}

.table.b-table.b-table-stacked>tbody>tr.bottom-row,
.table.b-table.b-table-stacked>tbody>tr.top-row {
    display: none
}

.table.b-table.b-table-stacked>tbody>tr>:first-child {
    border-top-width: 3px
}

.table.b-table.b-table-selectable>tbody>tr {
    cursor: pointer
}

.table.b-table.b-table-selectable.b-table-selecting.b-table-select-range>tbody>tr {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.b-toast {
    display: block;
    position: relative;
    max-width: 350px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-clip: padding-box;
    z-index: 1;
    border-radius: .25rem
}

.b-toast:not(:last-child) {
    margin-bottom: .75rem
}

.b-toast.b-toast-solid .toast {
    background-color: #fff
}

.b-toast .toast {
    opacity: 1
}

.b-toast .toast.fade:not(.show) {
    opacity: 0
}

.b-toast .toast .toast-body {
    display: block
}

.b-toast-primary .toast {
    background-color: rgba(230, 242, 255, .85);
    border-color: rgba(184, 218, 255, .85);
    color: #004085
}

.b-toast-primary .toast .toast-header {
    color: #004085;
    background-color: rgba(204, 229, 255, .85);
    border-bottom-color: rgba(184, 218, 255, .85)
}

.b-toast-primary.b-toast-solid .toast {
    background-color: #e6f2ff
}

.b-toast-secondary .toast {
    background-color: rgba(239, 240, 241, .85);
    border-color: rgba(214, 216, 219, .85);
    color: #383d41
}

.b-toast-secondary .toast .toast-header {
    color: #383d41;
    background-color: rgba(226, 227, 229, .85);
    border-bottom-color: rgba(214, 216, 219, .85)
}

.b-toast-secondary.b-toast-solid .toast {
    background-color: #eff0f1
}

.b-toast-success .toast {
    background-color: rgba(230, 245, 233, .85);
    border-color: rgba(195, 230, 203, .85);
    color: #155724
}

.b-toast-success .toast .toast-header {
    color: #155724;
    background-color: rgba(212, 237, 218, .85);
    border-bottom-color: rgba(195, 230, 203, .85)
}

.b-toast-success.b-toast-solid .toast {
    background-color: #e6f5e9
}

.b-toast-info .toast {
    background-color: rgba(229, 244, 247, .85);
    border-color: rgba(190, 229, 235, .85);
    color: #0c5460
}

.b-toast-info .toast .toast-header {
    color: #0c5460;
    background-color: rgba(209, 236, 241, .85);
    border-bottom-color: rgba(190, 229, 235, .85)
}

.b-toast-info.b-toast-solid .toast {
    background-color: #e5f4f7
}

.b-toast-warning .toast {
    background-color: rgba(255, 249, 231, .85);
    border-color: rgba(255, 238, 186, .85);
    color: #856404
}

.b-toast-warning .toast .toast-header {
    color: #856404;
    background-color: rgba(255, 243, 205, .85);
    border-bottom-color: rgba(255, 238, 186, .85)
}

.b-toast-warning.b-toast-solid .toast {
    background-color: #fff9e7
}

.b-toast-danger .toast {
    background-color: rgba(252, 237, 238, .85);
    border-color: rgba(245, 198, 203, .85);
    color: #721c24
}

.b-toast-danger .toast .toast-header {
    color: #721c24;
    background-color: rgba(248, 215, 218, .85);
    border-bottom-color: rgba(245, 198, 203, .85)
}

.b-toast-danger.b-toast-solid .toast {
    background-color: #fcedee
}

.b-toast-light .toast {
    background-color: hsla(0, 0%, 100%, .85);
    border-color: rgba(253, 253, 254, .85);
    color: #818182
}

.b-toast-light .toast .toast-header {
    color: #818182;
    background-color: hsla(0, 0%, 99.6%, .85);
    border-bottom-color: rgba(253, 253, 254, .85)
}

.b-toast-light.b-toast-solid .toast {
    background-color: #fff
}

.b-toast-dark .toast {
    background-color: rgba(227, 229, 229, .85);
    border-color: rgba(198, 200, 202, .85);
    color: #1b1e21
}

.b-toast-dark .toast .toast-header {
    color: #1b1e21;
    background-color: rgba(214, 216, 217, .85);
    border-bottom-color: rgba(198, 200, 202, .85)
}

.b-toast-dark.b-toast-solid .toast {
    background-color: #e3e5e5
}

.b-toaster {
    z-index: 1100
}

.b-toaster .b-toaster-slot {
    position: relative;
    display: block
}

.b-toaster .b-toaster-slot:empty {
    display: none !important
}

.b-toaster.b-toaster-bottom-center,
.b-toaster.b-toaster-bottom-full,
.b-toaster.b-toaster-bottom-left,
.b-toaster.b-toaster-bottom-right,
.b-toaster.b-toaster-top-center,
.b-toaster.b-toaster-top-full,
.b-toaster.b-toaster-top-left,
.b-toaster.b-toaster-top-right {
    position: fixed;
    left: .5rem;
    right: .5rem;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: visible
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-right .b-toaster-slot {
    position: absolute;
    max-width: 350px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0
}

.b-toaster.b-toaster-bottom-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast {
    width: 100%;
    max-width: 100%
}

.b-toaster.b-toaster-top-center,
.b-toaster.b-toaster-top-full,
.b-toaster.b-toaster-top-left,
.b-toaster.b-toaster-top-right {
    top: 0
}

.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-right .b-toaster-slot {
    top: .5rem
}

.b-toaster.b-toaster-bottom-center,
.b-toaster.b-toaster-bottom-full,
.b-toaster.b-toaster-bottom-left,
.b-toaster.b-toaster-bottom-right {
    bottom: 0
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot {
    bottom: .5rem
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-right .b-toaster-slot {
    margin-left: auto
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot {
    margin-right: auto
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-move,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-move {
    transition: -webkit-transform .175s;
    transition: transform .175s;
    transition: transform .175s, -webkit-transform .175s
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade {
    transition-delay: .175s
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active {
    position: absolute;
    transition-delay: .175s
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade {
    transition-delay: 0s
}

fieldset[disabled] .multiselect {
    pointer-events: none
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 35px;
    background: #fff;
    display: block
}

.multiselect__spinner:after,
.multiselect__spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #41b883;
    box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
    -webkit-animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.multiselect__spinner:after {
    -webkit-animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
    animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
    opacity: 0
}

.multiselect,
.multiselect__input,
.multiselect__single {
    font-family: inherit;
    font-size: 16px;
    touch-action: manipulation
}

.multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e
}

.multiselect * {
    box-sizing: border-box
}

.multiselect:focus {
    outline: none
}

.multiselect--disabled {
    background: #ededed;
    pointer-events: none;
    opacity: .6
}

.multiselect--active {
    z-index: 50
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.multiselect__input,
.multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 0 0 5px;
    width: 100%;
    transition: border .1s ease;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top
}

.multiselect__input:-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::-webkit-input-placeholder {
    color: #35495e
}

.multiselect__input::-moz-placeholder {
    color: #35495e
}

.multiselect__input::-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::placeholder {
    color: #35495e
}

.multiselect__tag~.multiselect__input,
.multiselect__tag~.multiselect__single {
    width: auto
}

.multiselect__input:hover,
.multiselect__single:hover {
    border-color: #cfcfcf
}

.multiselect__input:focus,
.multiselect__single:focus {
    border-color: #a8a8a8;
    outline: none
}

.multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px
}

.multiselect__tags-wrap {
    display: inline
}

.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #41b883;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    transition: all .2s ease;
    border-radius: 5px
}

.multiselect__tag-icon:after {
    content: "\D7";
    color: #266d4d;
    font-size: 14px
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: #369a6e
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
    color: #fff
}

.multiselect__current {
    min-height: 40px;
    overflow: hidden;
    padding: 8px 30px 0 12px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8
}

.multiselect__current,
.multiselect__select {
    line-height: 16px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer
}

.multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: ""
}

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
    display: none
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
    display: none
}

.multiselect__element {
    display: block
}

.multiselect__option {
    display: block;
    padding: 12px;
    min-height: 40px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.multiselect__option:after {
    top: 0;
    right: 0;
    position: absolute;
    line-height: 40px;
    padding-right: 12px;
    padding-left: 20px;
    font-size: 13px
}

.multiselect__option--highlight {
    background: #41b883;
    outline: none;
    color: #fff
}

.multiselect__option--highlight:after {
    content: attr(data-select);
    background: #41b883;
    color: #fff
}

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
}

.multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__option--disabled {
    background: #ededed !important;
    color: #a6a6a6 !important;
    cursor: text;
    pointer-events: none
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e
}

.multiselect__option--group.multiselect__option--highlight {
    background: #35495e;
    color: #fff
}

.multiselect__option--group.multiselect__option--highlight:after {
    background: #35495e
}

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect-enter-active,
.multiselect-leave-active {
    transition: all .15s ease
}

.multiselect-enter,
.multiselect-leave-active {
    opacity: 0
}

.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

[dir=rtl] .multiselect {
    text-align: right
}

[dir=rtl] .multiselect__select {
    right: auto;
    left: 1px
}

[dir=rtl] .multiselect__tags {
    padding: 8px 8px 0 40px
}

[dir=rtl] .multiselect__content {
    text-align: right
}

[dir=rtl] .multiselect__option:after {
    right: auto;
    left: 0
}

[dir=rtl] .multiselect__clear {
    right: auto;
    left: 12px
}

[dir=rtl] .multiselect__spinner {
    right: auto;
    left: 1px
}

@-webkit-keyframes spinning {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(2turn);
        transform: rotate(2turn)
    }
}

@keyframes spinning {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(2turn);
        transform: rotate(2turn)
    }
}

/*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #b0b3b7;
    --gray-dark: #85898f;
    --primary: #013380;
    --secondary: #e8a807;
    --success: #01800e;
    --info: rgba(1, 51, 128, 0.1);
    --warning: #804d01;
    --danger: #800e01;
    --light: #e4eaf4;
    --dark: #000a19;
    --type: rgba(0, 10, 25, 0.75);
    --type--dark: rgba(0, 10, 25, 0.85);
    --bibliothek-primary: rgba(119, 179, 5, 0.92157);
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #676c74;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 600
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #013380;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #001534;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #b0b3b7;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

@media (max-width:1200px) {
    legend {
        font-size: calc(1.275rem + .3vw)
    }
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500
}

.h1,
h1 {
    font-size: 2.375rem
}

@media (max-width:1200px) {

    .h1,
    h1 {
        font-size: calc(1.3625rem + 1.35vw)
    }
}

.h2,
h2 {
    font-size: 2.125rem
}

@media (max-width:1200px) {

    .h2,
    h2 {
        font-size: calc(1.3375rem + 1.05vw)
    }
}

.h4,
h4 {
    font-size: 1.1875rem
}

.h5,
h5 {
    font-size: 1.125rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.4
}

@media (max-width:1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw)
    }
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.4
}

@media (max-width:1200px) {
    .display-2 {
        font-size: calc(1.675rem + 5.1vw)
    }
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.4
}

@media (max-width:1200px) {
    .display-3 {
        font-size: calc(1.575rem + 3.9vw)
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.4
}

@media (max-width:1200px) {
    .display-4 {
        font-size: calc(1.475rem + 2.7vw)
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #b0b3b7
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dfe0e2;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #b0b3b7
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #676c74;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 600
}

pre {
    display: block;
    font-size: 87.5%;
    color: #676c74
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

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

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

.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-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-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-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-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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        order: 13
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        order: 13
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        order: 13
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-last {
        order: 13
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #676c74
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dfe0e2
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dfe0e2
}

.table tbody+tbody {
    border-top: 2px solid #dfe0e2
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dfe0e2
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #676c74;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8c6db
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7b95bd
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a7b8d2
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #f9e7ba
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #f3d27e
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #f7dfa3
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #b8dbbc
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #7bbd82
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #a7d2ac
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: rgba(250, 251, 252, .748)
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: rgba(241, 244, 248, .532)
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: rgba(234, 238, 242, .748)
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #dbcdb8
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #bda27b
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #d2c1a7
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #dbbcb8
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #bd827b
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #d2aca7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #f7f9fc
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #f1f4f9
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #e4ebf5
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #b8babf
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #7a8087
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #abadb3
}

.table-type,
.table-type>td,
.table-type>th {
    background-color: rgba(207, 209, 211, .93)
}

.table-type tbody+tbody,
.table-type td,
.table-type th,
.table-type thead th {
    border-color: rgba(155, 158, 164, .87)
}

.table-hover .table-type:hover,
.table-hover .table-type:hover>td,
.table-hover .table-type:hover>th {
    background-color: rgba(194, 196, 199, .93)
}

.table-type--dark,
.table-type--dark>td,
.table-type--dark>th {
    background-color: rgba(198, 200, 204, .958)
}

.table-type--dark tbody+tbody,
.table-type--dark td,
.table-type--dark th,
.table-type--dark thead th {
    border-color: rgba(142, 146, 153, .922)
}

.table-hover .table-type--dark:hover,
.table-hover .table-type--dark:hover>td,
.table-hover .table-type--dark:hover>th {
    background-color: rgba(185, 187, 192, .958)
}

.table-bibliothek-primary,
.table-bibliothek-primary>td,
.table-bibliothek-primary>th {
    background-color: rgba(221, 236, 193, .978039)
}

.table-bibliothek-primary tbody+tbody,
.table-bibliothek-primary td,
.table-bibliothek-primary th,
.table-bibliothek-primary thead th {
    border-color: rgba(190, 218, 135, .959216)
}

.table-hover .table-bibliothek-primary:hover,
.table-hover .table-bibliothek-primary:hover>td,
.table-hover .table-bibliothek-primary:hover>th {
    background-color: rgba(210, 230, 173, .978039)
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #85898f;
    border-color: #999ca1
}

.table .thead-light th {
    color: #9ca0a4;
    background-color: #ecedee;
    border-color: #dfe0e2
}

.table-dark {
    color: #fff;
    background-color: #85898f
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #999ca1
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #9ca0a4;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d2d5;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #9ca0a4;
    background-color: #fff;
    border-color: #0366fd;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .25)
}

.form-control::-webkit-input-placeholder {
    color: #b0b3b7;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #b0b3b7;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #b0b3b7;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #b0b3b7;
    opacity: 1
}

.form-control::placeholder {
    color: #b0b3b7;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ecedee;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #9ca0a4;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #676c74;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #b0b3b7
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #01800e
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(1, 128, 14, .9);
    border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #01800e;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2301800e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #01800e;
    box-shadow: 0 0 0 .2rem rgba(1, 128, 14, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #01800e;
    padding-right: calc((3em + 2.25rem)/4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2385898f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2301800e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #01800e;
    box-shadow: 0 0 0 .2rem rgba(1, 128, 14, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #01800e
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #01800e
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #01800e
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #01b314;
    background-color: #01b314
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(1, 128, 14, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #01800e
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #01800e;
    box-shadow: 0 0 0 .2rem rgba(1, 128, 14, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #800e01
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(128, 14, 1, .9);
    border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #800e01;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23800e01' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23800e01' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #800e01;
    box-shadow: 0 0 0 .2rem rgba(128, 14, 1, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #800e01;
    padding-right: calc((3em + 2.25rem)/4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2385898f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23800e01' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23800e01' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #800e01;
    box-shadow: 0 0 0 .2rem rgba(128, 14, 1, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #800e01
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #800e01
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #800e01
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #b31401;
    background-color: #b31401
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(128, 14, 1, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #800e01
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #800e01;
    box-shadow: 0 0 0 .2rem rgba(128, 14, 1, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 500;
    color: #676c74;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #676c74;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #013380;
    border-color: #013380
}

.btn-primary:hover {
    color: #fff;
    background-color: #01245a;
    border-color: #011f4d
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(39, 82, 147, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #013380;
    border-color: #013380
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #011f4d;
    border-color: #011a41
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(39, 82, 147, .5)
}

.btn-secondary {
    color: #676c74;
    background-color: #e8a807;
    border-color: #e8a807
}

.btn-secondary:hover {
    color: #fff;
    background-color: #c38d06;
    border-color: #b68406
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(213, 159, 23, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #676c74;
    background-color: #e8a807;
    border-color: #e8a807
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #b68406;
    border-color: #aa7b05
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(213, 159, 23, .5)
}

.btn-success {
    color: #fff;
    background-color: #01800e;
    border-color: #01800e
}

.btn-success:hover {
    color: #fff;
    background-color: #015a0a;
    border-color: #014d08
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(39, 147, 50, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #01800e;
    border-color: #01800e
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #014d08;
    border-color: #014107
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(39, 147, 50, .5)
}

.btn-info {
    color: #fff;
    background-color: rgba(1, 51, 128, .1);
    border-color: rgba(1, 51, 128, .1)
}

.btn-info:hover {
    color: #fff;
    background-color: rgba(1, 36, 90, .1);
    border-color: rgba(1, 31, 77, .1)
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(197, 208, 226, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: rgba(1, 51, 128, .1);
    border-color: rgba(1, 51, 128, .1)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: rgba(1, 31, 77, .1);
    border-color: rgba(1, 26, 65, .1)
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(197, 208, 226, .5)
}

.btn-warning {
    color: #fff;
    background-color: #804d01;
    border-color: #804d01
}

.btn-warning:hover {
    color: #fff;
    background-color: #5a3601;
    border-color: #4d2f01
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(147, 104, 39, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #804d01;
    border-color: #804d01
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #4d2f01;
    border-color: #412701
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(147, 104, 39, .5)
}

.btn-danger {
    color: #fff;
    background-color: #800e01;
    border-color: #800e01
}

.btn-danger:hover {
    color: #fff;
    background-color: #5a0a01;
    border-color: #4d0801
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(147, 50, 39, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #800e01;
    border-color: #800e01
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #4d0801;
    border-color: #410701
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(147, 50, 39, .5)
}

.btn-light {
    color: #676c74;
    background-color: #e4eaf4;
    border-color: #e4eaf4
}

.btn-light:hover {
    color: #676c74;
    background-color: #c9d5e9;
    border-color: #c0cee5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 215, 225, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #676c74;
    background-color: #e4eaf4;
    border-color: #e4eaf4
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #676c74;
    background-color: #c0cee5;
    border-color: #b7c7e2
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 215, 225, .5)
}

.btn-dark {
    color: #fff;
    background-color: #000a19;
    border-color: #000a19
}

.btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 47, 60, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #000a19;
    border-color: #000a19
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 47, 60, .5)
}

.btn-type {
    color: #fff;
    background-color: rgba(0, 10, 25, .75);
    border-color: rgba(0, 10, 25, .75)
}

.btn-type:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    border-color: rgba(0, 0, 0, .75)
}

.btn-type.focus,
.btn-type:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 66, 77, .5)
}

.btn-type.disabled,
.btn-type:disabled {
    color: #fff;
    background-color: rgba(0, 10, 25, .75);
    border-color: rgba(0, 10, 25, .75)
}

.btn-type:not(:disabled):not(.disabled).active,
.btn-type:not(:disabled):not(.disabled):active,
.show>.btn-type.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    border-color: rgba(0, 0, 0, .75)
}

.btn-type:not(:disabled):not(.disabled).active:focus,
.btn-type:not(:disabled):not(.disabled):active:focus,
.show>.btn-type.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 66, 77, .5)
}

.btn-type--dark {
    color: #fff;
    background-color: rgba(0, 10, 25, .85);
    border-color: rgba(0, 10, 25, .85)
}

.btn-type--dark:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .85);
    border-color: rgba(0, 0, 0, .85)
}

.btn-type--dark.focus,
.btn-type--dark:focus {
    box-shadow: 0 0 0 .2rem rgba(49, 57, 69, .5)
}

.btn-type--dark.disabled,
.btn-type--dark:disabled {
    color: #fff;
    background-color: rgba(0, 10, 25, .85);
    border-color: rgba(0, 10, 25, .85)
}

.btn-type--dark:not(:disabled):not(.disabled).active,
.btn-type--dark:not(:disabled):not(.disabled):active,
.show>.btn-type--dark.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, .85);
    border-color: rgba(0, 0, 0, .85)
}

.btn-type--dark:not(:disabled):not(.disabled).active:focus,
.btn-type--dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-type--dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(49, 57, 69, .5)
}

.btn-bibliothek-primary {
    color: #fff;
    background-color: rgba(119, 179, 5, .92157);
    border-color: rgba(119, 179, 5, .92157)
}

.btn-bibliothek-primary:hover {
    color: #fff;
    background-color: rgba(94, 142, 4, .921569);
    border-color: rgba(86, 129, 4, .921569)
}

.btn-bibliothek-primary.focus,
.btn-bibliothek-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(142, 192, 48, .5)
}

.btn-bibliothek-primary.disabled,
.btn-bibliothek-primary:disabled {
    color: #fff;
    background-color: rgba(119, 179, 5, .92157);
    border-color: rgba(119, 179, 5, .92157)
}

.btn-bibliothek-primary:not(:disabled):not(.disabled).active,
.btn-bibliothek-primary:not(:disabled):not(.disabled):active,
.show>.btn-bibliothek-primary.dropdown-toggle {
    color: #fff;
    background-color: rgba(86, 129, 4, .921569);
    border-color: rgba(78, 117, 3, .921569)
}

.btn-bibliothek-primary:not(:disabled):not(.disabled).active:focus,
.btn-bibliothek-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-bibliothek-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(142, 192, 48, .5)
}

.btn-outline-primary {
    color: #013380;
    border-color: #013380
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #013380;
    border-color: #013380
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #013380;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #013380;
    border-color: #013380
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .5)
}

.btn-outline-secondary {
    color: #e8a807;
    border-color: #e8a807
}

.btn-outline-secondary:hover {
    color: #676c74;
    background-color: #e8a807;
    border-color: #e8a807
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(232, 168, 7, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #e8a807;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #676c74;
    background-color: #e8a807;
    border-color: #e8a807
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(232, 168, 7, .5)
}

.btn-outline-success {
    color: #01800e;
    border-color: #01800e
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #01800e;
    border-color: #01800e
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 128, 14, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #01800e;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #01800e;
    border-color: #01800e
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 128, 14, .5)
}

.btn-outline-info {
    color: rgba(1, 51, 128, .1);
    border-color: rgba(1, 51, 128, .1)
}

.btn-outline-info:hover {
    color: #fff;
    background-color: rgba(1, 51, 128, .1);
    border-color: rgba(1, 51, 128, .1)
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: rgba(1, 51, 128, .1);
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: rgba(1, 51, 128, .1);
    border-color: rgba(1, 51, 128, .1)
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .5)
}

.btn-outline-warning {
    color: #804d01;
    border-color: #804d01
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #804d01;
    border-color: #804d01
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 77, 1, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #804d01;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #804d01;
    border-color: #804d01
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 77, 1, .5)
}

.btn-outline-danger {
    color: #800e01;
    border-color: #800e01
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #800e01;
    border-color: #800e01
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 14, 1, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #800e01;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #800e01;
    border-color: #800e01
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 14, 1, .5)
}

.btn-outline-light {
    color: #e4eaf4;
    border-color: #e4eaf4
}

.btn-outline-light:hover {
    color: #676c74;
    background-color: #e4eaf4;
    border-color: #e4eaf4
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(228, 234, 244, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #e4eaf4;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #676c74;
    background-color: #e4eaf4;
    border-color: #e4eaf4
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(228, 234, 244, .5)
}

.btn-outline-dark {
    color: #000a19;
    border-color: #000a19
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #000a19;
    border-color: #000a19
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 10, 25, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #000a19;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #000a19;
    border-color: #000a19
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 10, 25, .5)
}

.btn-outline-type {
    color: rgba(0, 10, 25, .75);
    border-color: rgba(0, 10, 25, .75)
}

.btn-outline-type:hover {
    color: #fff;
    background-color: rgba(0, 10, 25, .75);
    border-color: rgba(0, 10, 25, .75)
}

.btn-outline-type.focus,
.btn-outline-type:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 10, 25, .5)
}

.btn-outline-type.disabled,
.btn-outline-type:disabled {
    color: rgba(0, 10, 25, .75);
    background-color: transparent
}

.btn-outline-type:not(:disabled):not(.disabled).active,
.btn-outline-type:not(:disabled):not(.disabled):active,
.show>.btn-outline-type.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 10, 25, .75);
    border-color: rgba(0, 10, 25, .75)
}

.btn-outline-type:not(:disabled):not(.disabled).active:focus,
.btn-outline-type:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-type.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 10, 25, .5)
}

.btn-outline-type--dark {
    color: rgba(0, 10, 25, .85);
    border-color: rgba(0, 10, 25, .85)
}

.btn-outline-type--dark:hover {
    color: #fff;
    background-color: rgba(0, 10, 25, .85);
    border-color: rgba(0, 10, 25, .85)
}

.btn-outline-type--dark.focus,
.btn-outline-type--dark:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 10, 25, .5)
}

.btn-outline-type--dark.disabled,
.btn-outline-type--dark:disabled {
    color: rgba(0, 10, 25, .85);
    background-color: transparent
}

.btn-outline-type--dark:not(:disabled):not(.disabled).active,
.btn-outline-type--dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-type--dark.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 10, 25, .85);
    border-color: rgba(0, 10, 25, .85)
}

.btn-outline-type--dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-type--dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-type--dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 10, 25, .5)
}

.btn-outline-bibliothek-primary {
    color: rgba(119, 179, 5, .92157);
    border-color: rgba(119, 179, 5, .92157)
}

.btn-outline-bibliothek-primary:hover {
    color: #fff;
    background-color: rgba(119, 179, 5, .92157);
    border-color: rgba(119, 179, 5, .92157)
}

.btn-outline-bibliothek-primary.focus,
.btn-outline-bibliothek-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(119, 179, 5, .5)
}

.btn-outline-bibliothek-primary.disabled,
.btn-outline-bibliothek-primary:disabled {
    color: rgba(119, 179, 5, .92157);
    background-color: transparent
}

.btn-outline-bibliothek-primary:not(:disabled):not(.disabled).active,
.btn-outline-bibliothek-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-bibliothek-primary.dropdown-toggle {
    color: #fff;
    background-color: rgba(119, 179, 5, .92157);
    border-color: rgba(119, 179, 5, .92157)
}

.btn-outline-bibliothek-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-bibliothek-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-bibliothek-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(119, 179, 5, .5)
}

.btn-link {
    font-weight: 500;
    color: #013380;
    text-decoration: none
}

.btn-link:hover {
    color: #001534;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #b0b3b7;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #676c74;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #ecedee
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 500;
    color: #676c74;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #5b5f66;
    text-decoration: none;
    background-color: #f9f9f9
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #013380
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #b0b3b7;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #b0b3b7;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #676c74
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #9ca0a4;
    text-align: center;
    white-space: nowrap;
    background-color: #ecedee;
    border: 1px solid #d1d2d5;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #013380;
    background-color: #013380
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #0366fd
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #3685fd;
    border-color: #3685fd
}

.custom-control-input:disabled~.custom-control-label {
    color: #b0b3b7
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #ecedee
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #c1c3c6
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #013380;
    background-color: #013380
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(1, 51, 128, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(1, 51, 128, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(1, 51, 128, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #c1c3c6;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(1, 51, 128, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #9ca0a4;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2385898f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #d1d2d5;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #0366fd;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .25)
}

.custom-select:focus::-ms-value {
    color: #9ca0a4;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #b0b3b7;
    background-color: #ecedee
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #0366fd;
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #ecedee
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #d1d2d5;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #9ca0a4
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #ecedee;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(1, 51, 128, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(1, 51, 128, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(1, 51, 128, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #013380;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #3685fd
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dfe0e2;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #013380;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #3685fd
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dfe0e2;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #013380;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #3685fd
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dfe0e2;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #c1c3c6
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #c1c3c6
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #c1c3c6
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #b0b3b7;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dfe0e2
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #ecedee #ecedee #dfe0e2
}

.nav-tabs .nav-link.disabled {
    color: #b0b3b7;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #9ca0a4;
    background-color: #fff;
    border-color: #dfe0e2 #dfe0e2 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #013380
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        grid-column-gap: 1.25rem;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ecedee;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #b0b3b7;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #b0b3b7
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #013380;
    background-color: #fff;
    border: 1px solid #dfe0e2
}

.page-link:hover {
    z-index: 2;
    color: #001534;
    text-decoration: none;
    background-color: #ecedee;
    border-color: #dfe0e2
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #013380;
    border-color: #013380
}

.page-item.disabled .page-link {
    color: #b0b3b7;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dfe0e2
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #013380
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #011f4d
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .5)
}

.badge-secondary {
    color: #676c74;
    background-color: #e8a807
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #676c74;
    background-color: #b68406
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(232, 168, 7, .5)
}

.badge-success {
    color: #fff;
    background-color: #01800e
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #014d08
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(1, 128, 14, .5)
}

.badge-info {
    color: #fff;
    background-color: rgba(1, 51, 128, .1)
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: rgba(1, 31, 77, .1)
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .5)
}

.badge-warning {
    color: #fff;
    background-color: #804d01
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #fff;
    background-color: #4d2f01
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128, 77, 1, .5)
}

.badge-danger {
    color: #fff;
    background-color: #800e01
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #4d0801
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128, 14, 1, .5)
}

.badge-light {
    color: #676c74;
    background-color: #e4eaf4
}

a.badge-light:focus,
a.badge-light:hover {
    color: #676c74;
    background-color: #c0cee5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(228, 234, 244, .5)
}

.badge-dark {
    color: #fff;
    background-color: #000a19
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #000
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 10, 25, .5)
}

.badge-type {
    color: #fff;
    background-color: rgba(0, 10, 25, .75)
}

a.badge-type:focus,
a.badge-type:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .75)
}

a.badge-type.focus,
a.badge-type:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 10, 25, .5)
}

.badge-type--dark {
    color: #fff;
    background-color: rgba(0, 10, 25, .85)
}

a.badge-type--dark:focus,
a.badge-type--dark:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .85)
}

a.badge-type--dark.focus,
a.badge-type--dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 10, 25, .5)
}

.badge-bibliothek-primary {
    color: #fff;
    background-color: rgba(119, 179, 5, .92157)
}

a.badge-bibliothek-primary:focus,
a.badge-bibliothek-primary:hover {
    color: #fff;
    background-color: rgba(86, 129, 4, .921569)
}

a.badge-bibliothek-primary.focus,
a.badge-bibliothek-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(119, 179, 5, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #ecedee;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #011b43;
    background-color: #ccd6e6;
    border-color: #b8c6db
}

.alert-primary hr {
    border-top-color: #a7b8d2
}

.alert-primary .alert-link {
    color: #000711
}

.alert-secondary {
    color: #795704;
    background-color: #faeecd;
    border-color: #f9e7ba
}

.alert-secondary hr {
    border-top-color: #f7dfa3
}

.alert-secondary .alert-link {
    color: #483402
}

.alert-success {
    color: #014307;
    background-color: #cce6cf;
    border-color: #b8dbbc
}

.alert-success hr {
    border-top-color: #a7d2ac
}

.alert-success .alert-link {
    color: #001102
}

.alert-info {
    color: rgba(0, 3, 7, .532);
    background-color: rgba(252, 252, 253, .82);
    border-color: rgba(250, 251, 252, .748)
}

.alert-info hr {
    border-top-color: rgba(234, 238, 242, .748)
}

.alert-info .alert-link {
    color: rgba(0, 0, 0, .532)
}

.alert-warning {
    color: #432801;
    background-color: #e6dbcc;
    border-color: #dbcdb8
}

.alert-warning hr {
    border-top-color: #d2c1a7
}

.alert-warning .alert-link {
    color: #110a00
}

.alert-danger {
    color: #430701;
    background-color: #e6cfcc;
    border-color: #dbbcb8
}

.alert-danger hr {
    border-top-color: #d2aca7
}

.alert-danger .alert-link {
    color: #110200
}

.alert-light {
    color: #777a7f;
    background-color: #fafbfd;
    border-color: #f7f9fc
}

.alert-light hr {
    border-top-color: #e4ebf5
}

.alert-light .alert-link {
    color: #5e6165
}

.alert-dark {
    color: #00050d;
    background-color: #ccced1;
    border-color: #b8babf
}

.alert-dark hr {
    border-top-color: #abadb3
}

.alert-dark .alert-link {
    color: #000
}

.alert-type {
    color: rgba(0, 4, 10, .87);
    background-color: rgba(222, 223, 225, .95);
    border-color: rgba(207, 209, 211, .93)
}

.alert-type hr {
    border-top-color: rgba(194, 196, 199, .93)
}

.alert-type .alert-link {
    color: rgba(0, 0, 0, .87)
}

.alert-type--dark {
    color: rgba(0, 4, 11, .922);
    background-color: rgba(215, 217, 219, .97);
    border-color: rgba(198, 200, 204, .958)
}

.alert-type--dark hr {
    border-top-color: rgba(185, 187, 192, .958)
}

.alert-type--dark .alert-link {
    color: rgba(0, 0, 0, .922)
}

.alert-bibliothek-primary {
    color: rgba(57, 86, 2, .959216);
    background-color: rgba(231, 242, 211, .984314);
    border-color: rgba(221, 236, 193, .978039)
}

.alert-bibliothek-primary hr {
    border-top-color: rgba(210, 230, 173, .978039)
}

.alert-bibliothek-primary .alert-link {
    color: rgba(24, 36, 1, .959216)
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #ecedee;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #013380;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #9ca0a4;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #9ca0a4;
    text-decoration: none;
    background-color: #f9f9f9
}

.list-group-item-action:active {
    color: #676c74;
    background-color: #ecedee
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #b0b3b7;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #013380;
    border-color: #013380
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #011b43;
    background-color: #b8c6db
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #011b43;
    background-color: #a7b8d2
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #011b43;
    border-color: #011b43
}

.list-group-item-secondary {
    color: #795704;
    background-color: #f9e7ba
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #795704;
    background-color: #f7dfa3
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #795704;
    border-color: #795704
}

.list-group-item-success {
    color: #014307;
    background-color: #b8dbbc
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #014307;
    background-color: #a7d2ac
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #014307;
    border-color: #014307
}

.list-group-item-info {
    color: rgba(0, 3, 7, .532);
    background-color: rgba(250, 251, 252, .748)
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: rgba(0, 3, 7, .532);
    background-color: rgba(234, 238, 242, .748)
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: rgba(0, 3, 7, .532);
    border-color: rgba(0, 3, 7, .532)
}

.list-group-item-warning {
    color: #432801;
    background-color: #dbcdb8
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #432801;
    background-color: #d2c1a7
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #432801;
    border-color: #432801
}

.list-group-item-danger {
    color: #430701;
    background-color: #dbbcb8
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #430701;
    background-color: #d2aca7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #430701;
    border-color: #430701
}

.list-group-item-light {
    color: #777a7f;
    background-color: #f7f9fc
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #777a7f;
    background-color: #e4ebf5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #777a7f;
    border-color: #777a7f
}

.list-group-item-dark {
    color: #00050d;
    background-color: #b8babf
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #00050d;
    background-color: #abadb3
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #00050d;
    border-color: #00050d
}

.list-group-item-type {
    color: rgba(0, 4, 10, .87);
    background-color: rgba(207, 209, 211, .93)
}

.list-group-item-type.list-group-item-action:focus,
.list-group-item-type.list-group-item-action:hover {
    color: rgba(0, 4, 10, .87);
    background-color: rgba(194, 196, 199, .93)
}

.list-group-item-type.list-group-item-action.active {
    color: #fff;
    background-color: rgba(0, 4, 10, .87);
    border-color: rgba(0, 4, 10, .87)
}

.list-group-item-type--dark {
    color: rgba(0, 4, 11, .922);
    background-color: rgba(198, 200, 204, .958)
}

.list-group-item-type--dark.list-group-item-action:focus,
.list-group-item-type--dark.list-group-item-action:hover {
    color: rgba(0, 4, 11, .922);
    background-color: rgba(185, 187, 192, .958)
}

.list-group-item-type--dark.list-group-item-action.active {
    color: #fff;
    background-color: rgba(0, 4, 11, .922);
    border-color: rgba(0, 4, 11, .922)
}

.list-group-item-bibliothek-primary {
    color: rgba(57, 86, 2, .959216);
    background-color: rgba(221, 236, 193, .978039)
}

.list-group-item-bibliothek-primary.list-group-item-action:focus,
.list-group-item-bibliothek-primary.list-group-item-action:hover {
    color: rgba(57, 86, 2, .959216);
    background-color: rgba(210, 230, 173, .978039)
}

.list-group-item-bibliothek-primary.list-group-item-action.active {
    color: #fff;
    background-color: rgba(57, 86, 2, .959216);
    border-color: rgba(57, 86, 2, .959216)
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

@media (max-width:1200px) {
    .close {
        font-size: calc(1.275rem + .3vw)
    }
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #b0b3b7;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dfe0e2;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dfe0e2;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

[dir=ltr] .tooltip {
    text-align: left
}

[dir=rtl] .tooltip {
    text-align: right
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: pt-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

[dir=ltr] .popover {
    text-align: left
}

[dir=rtl] .popover {
    text-align: right
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: pt-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #676c74
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #013380 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #011f4d !important
}

.bg-secondary {
    background-color: #e8a807 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #b68406 !important
}

.bg-success {
    background-color: #01800e !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #014d08 !important
}

.bg-info {
    background-color: rgba(1, 51, 128, .1) !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: rgba(1, 31, 77, .1) !important
}

.bg-warning {
    background-color: #804d01 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #4d2f01 !important
}

.bg-danger {
    background-color: #800e01 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #4d0801 !important
}

.bg-light {
    background-color: #e4eaf4 !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #c0cee5 !important
}

.bg-dark {
    background-color: #000a19 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #000 !important
}

.bg-type {
    background-color: rgba(0, 10, 25, .75) !important
}

a.bg-type:focus,
a.bg-type:hover,
button.bg-type:focus,
button.bg-type:hover {
    background-color: rgba(0, 0, 0, .75) !important
}

.bg-type--dark {
    background-color: rgba(0, 10, 25, .85) !important
}

a.bg-type--dark:focus,
a.bg-type--dark:hover,
button.bg-type--dark:focus,
button.bg-type--dark:hover {
    background-color: rgba(0, 0, 0, .85) !important
}

.bg-bibliothek-primary {
    background-color: rgba(119, 179, 5, .92157) !important
}

a.bg-bibliothek-primary:focus,
a.bg-bibliothek-primary:hover,
button.bg-bibliothek-primary:focus,
button.bg-bibliothek-primary:hover {
    background-color: rgba(86, 129, 4, .921569) !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dfe0e2 !important
}

.border-top {
    border-top: 1px solid #dfe0e2 !important
}

.border-right {
    border-right: 1px solid #dfe0e2 !important
}

.border-bottom {
    border-bottom: 1px solid #dfe0e2 !important
}

.border-left {
    border-left: 1px solid #dfe0e2 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #013380 !important
}

.border-secondary {
    border-color: #e8a807 !important
}

.border-success {
    border-color: #01800e !important
}

.border-info {
    border-color: rgba(1, 51, 128, .1) !important
}

.border-warning {
    border-color: #804d01 !important
}

.border-danger {
    border-color: #800e01 !important
}

.border-light {
    border-color: #e4eaf4 !important
}

.border-dark {
    border-color: #000a19 !important
}

.border-type {
    border-color: rgba(0, 10, 25, .75) !important
}

.border-type--dark {
    border-color: rgba(0, 10, 25, .85) !important
}

.border-bibliothek-primary {
    border-color: rgba(119, 179, 5, .92157) !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !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-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-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:992px) {
    .d-lg-none {
        display: none !important
    }

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

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

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

    .d-lg-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:1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.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:992px) {
    .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:1200px) {
    .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
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

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

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

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

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

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

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

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

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

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

.w-75 {
    width: 75% !important
}

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

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.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: .25rem !important
}

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

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

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

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

.m-2 {
    margin: .5rem !important
}

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

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

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

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

.m-3 {
    margin: 1rem !important
}

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

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

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

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

.m-4 {
    margin: 1.5rem !important
}

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

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

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

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

.m-5 {
    margin: 2rem !important
}

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

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

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

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

.m-6 {
    margin: 3rem !important
}

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

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

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

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

.m-7 {
    margin: 3.5rem !important
}

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

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

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

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

.m-8 {
    margin: 7rem !important
}

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

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

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

.ml-8,
.mx-8 {
    margin-left: 7rem !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: .25rem !important
}

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

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

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

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

.p-2 {
    padding: .5rem !important
}

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

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

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

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

.p-3 {
    padding: 1rem !important
}

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

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

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

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

.p-4 {
    padding: 1.5rem !important
}

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

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

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

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

.p-5 {
    padding: 2rem !important
}

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

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

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

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

.p-6 {
    padding: 3rem !important
}

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

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

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

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

.p-7 {
    padding: 3.5rem !important
}

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

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

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

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

.p-8 {
    padding: 7rem !important
}

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

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

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

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

.m-n1 {
    margin: -.25rem !important
}

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

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

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

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

.m-n2 {
    margin: -.5rem !important
}

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

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

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

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

.m-n3 {
    margin: -1rem !important
}

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

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

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

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

.m-n4 {
    margin: -1.5rem !important
}

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

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

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

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

.m-n5 {
    margin: -2rem !important
}

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

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

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

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

.m-n6 {
    margin: -3rem !important
}

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

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

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

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

.m-n7 {
    margin: -3.5rem !important
}

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

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

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

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

.m-n8 {
    margin: -7rem !important
}

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

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

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

.ml-n8,
.mx-n8 {
    margin-left: -7rem !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: .25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-7 {
        margin: 3.5rem !important
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 3.5rem !important
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 3.5rem !important
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 3.5rem !important
    }

    .m-sm-8 {
        margin: 7rem !important
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 7rem !important
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 7rem !important
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 7rem !important
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 7rem !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: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 2rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2rem !important
    }

    .p-sm-6 {
        padding: 3rem !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 3rem !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 3rem !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 3rem !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 3rem !important
    }

    .p-sm-7 {
        padding: 3.5rem !important
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 3.5rem !important
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 3.5rem !important
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 3.5rem !important
    }

    .p-sm-8 {
        padding: 7rem !important
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 7rem !important
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 7rem !important
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 7rem !important
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 7rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

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

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

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

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

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

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

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

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

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

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

    .m-sm-n7 {
        margin: -3.5rem !important
    }

    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -3.5rem !important
    }

    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -3.5rem !important
    }

    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -3.5rem !important
    }

    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -3.5rem !important
    }

    .m-sm-n8 {
        margin: -7rem !important
    }

    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -7rem !important
    }

    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -7rem !important
    }

    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -7rem !important
    }

    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -7rem !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: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 2rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 2rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 2rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 2rem !important
    }

    .m-md-6 {
        margin: 3rem !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 3rem !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 3rem !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 3rem !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 3rem !important
    }

    .m-md-7 {
        margin: 3.5rem !important
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 3.5rem !important
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 3.5rem !important
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 3.5rem !important
    }

    .m-md-8 {
        margin: 7rem !important
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 7rem !important
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 7rem !important
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 7rem !important
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 7rem !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: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 2rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 2rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 2rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 2rem !important
    }

    .p-md-6 {
        padding: 3rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 3rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 3rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 3rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 3rem !important
    }

    .p-md-7 {
        padding: 3.5rem !important
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 3.5rem !important
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 3.5rem !important
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 3.5rem !important
    }

    .p-md-8 {
        padding: 7rem !important
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 7rem !important
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 7rem !important
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 7rem !important
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 7rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -2rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -2rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -2rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -2rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -2rem !important
    }

    .m-md-n6 {
        margin: -3rem !important
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -3rem !important
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -3rem !important
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -3rem !important
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -3rem !important
    }

    .m-md-n7 {
        margin: -3.5rem !important
    }

    .mt-md-n7,
    .my-md-n7 {
        margin-top: -3.5rem !important
    }

    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -3.5rem !important
    }

    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -3.5rem !important
    }

    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -3.5rem !important
    }

    .m-md-n8 {
        margin: -7rem !important
    }

    .mt-md-n8,
    .my-md-n8 {
        margin-top: -7rem !important
    }

    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -7rem !important
    }

    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -7rem !important
    }

    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -7rem !important
    }

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

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

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

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

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

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

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

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

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

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

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 2rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2rem !important
    }

    .m-lg-6 {
        margin: 3rem !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 3rem !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 3rem !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 3rem !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 3rem !important
    }

    .m-lg-7 {
        margin: 3.5rem !important
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 3.5rem !important
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 3.5rem !important
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 3.5rem !important
    }

    .m-lg-8 {
        margin: 7rem !important
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 7rem !important
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 7rem !important
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 7rem !important
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 7rem !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: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 2rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2rem !important
    }

    .p-lg-6 {
        padding: 3rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 3rem !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 3rem !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 3rem !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 3rem !important
    }

    .p-lg-7 {
        padding: 3.5rem !important
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 3.5rem !important
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 3.5rem !important
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 3.5rem !important
    }

    .p-lg-8 {
        padding: 7rem !important
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 7rem !important
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 7rem !important
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 7rem !important
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 7rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -2rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -2rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -2rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -2rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -2rem !important
    }

    .m-lg-n6 {
        margin: -3rem !important
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -3rem !important
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -3rem !important
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -3rem !important
    }

    .m-lg-n7 {
        margin: -3.5rem !important
    }

    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -3.5rem !important
    }

    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -3.5rem !important
    }

    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -3.5rem !important
    }

    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -3.5rem !important
    }

    .m-lg-n8 {
        margin: -7rem !important
    }

    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -7rem !important
    }

    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -7rem !important
    }

    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -7rem !important
    }

    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -7rem !important
    }

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

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

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

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

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

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 2rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 2rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 2rem !important
    }

    .m-xl-6 {
        margin: 3rem !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 3rem !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 3rem !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 3rem !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 3rem !important
    }

    .m-xl-7 {
        margin: 3.5rem !important
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 3.5rem !important
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 3.5rem !important
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 3.5rem !important
    }

    .m-xl-8 {
        margin: 7rem !important
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 7rem !important
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 7rem !important
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 7rem !important
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 7rem !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: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 2rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 2rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 2rem !important
    }

    .p-xl-6 {
        padding: 3rem !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 3rem !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 3rem !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 3rem !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 3rem !important
    }

    .p-xl-7 {
        padding: 3.5rem !important
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 3.5rem !important
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 3.5rem !important
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 3.5rem !important
    }

    .p-xl-8 {
        padding: 7rem !important
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 7rem !important
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 7rem !important
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 7rem !important
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 7rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -2rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -2rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -2rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -2rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -2rem !important
    }

    .m-xl-n6 {
        margin: -3rem !important
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -3rem !important
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -3rem !important
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -3rem !important
    }

    .m-xl-n7 {
        margin: -3.5rem !important
    }

    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -3.5rem !important
    }

    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -3.5rem !important
    }

    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -3.5rem !important
    }

    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -3.5rem !important
    }

    .m-xl-n8 {
        margin: -7rem !important
    }

    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -7rem !important
    }

    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -7rem !important
    }

    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -7rem !important
    }

    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -7rem !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
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 400 !important
}

.font-weight-lighter {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 500 !important
}

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

.font-weight-bolder {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #013380 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #001534 !important
}

.text-secondary {
    color: #e8a807 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #9e7205 !important
}

.text-success {
    color: #01800e !important
}

a.text-success:focus,
a.text-success:hover {
    color: #003406 !important
}

.text-info {
    color: rgba(1, 51, 128, .1) !important
}

a.text-info:focus,
a.text-info:hover {
    color: rgba(0, 21, 52, .1) !important
}

.text-warning {
    color: #804d01 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #341f00 !important
}

.text-danger {
    color: #800e01 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #340600 !important
}

.text-light {
    color: #e4eaf4 !important
}

a.text-light:focus,
a.text-light:hover {
    color: #aec0de !important
}

.text-dark {
    color: #000a19 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #000 !important
}

.text-type {
    color: rgba(0, 10, 25, .75) !important
}

a.text-type:focus,
a.text-type:hover {
    color: rgba(0, 0, 0, .75) !important
}

.text-type--dark {
    color: rgba(0, 10, 25, .85) !important
}

a.text-type--dark:focus,
a.text-type--dark:hover {
    color: rgba(0, 0, 0, .85) !important
}

.text-bibliothek-primary {
    color: rgba(119, 179, 5, .92157) !important
}

a.text-bibliothek-primary:focus,
a.text-bibliothek-primary:hover {
    color: rgba(70, 105, 3, .921569) !important
}

.text-body {
    color: #676c74 !important
}

.text-muted {
    color: #b0b3b7 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #c1c3c6;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dfe0e2 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dfe0e2
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dfe0e2
    }
}

body,
html {
    min-height: 100vh;
    background-color: #f9f9f9
}

body.modal-open,
html.modal-open {
    padding-right: 0 !important
}

.container {
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (min-width:768px) {
    .container {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

@media (min-width:992px) {
    .container {
        padding-right: 3rem;
        padding-left: 3rem
    }
}

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

.box-shadow {
    box-shadow: 0 0 15px rgba(17, 30, 49, .05)
}

ol {
    list-style-position: inside
}

ol,
ul {
    padding-left: 0
}

ul {
    list-style: none
}

ul.icon-list {
    margin: 1rem 0
}

ul.icon-list li {
    position: relative
}

ul.icon-list li:before {
    display: inline-block;
    color: #d1d2d5;
    font-size: 1.5rem;
    font-family: boxicons, sans-serif;
    line-height: 1;
    vertical-align: middle;
    content: "\ea4a"
}

ul.icon-list li a {
    margin-bottom: 0
}

ul.icon-list li a,
ul.inline-list li {
    display: inline-block
}

.list-columns,
.list-row {
    padding: 0;
    list-style-type: none
}

.list-columns {
    -webkit-columns: 1;
    -moz-columns: 1;
    column-count: 1;
    grid-column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
}

.list-columns li {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.list-menu {
    padding: 0;
    list-style-type: none
}

.list-menu li {
    position: relative
}

.list-menu li a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: .5rem 0
}

.list-menu li a:before {
    display: inline-block;
    color: #f7e0a6;
    font-size: 1.5rem;
    font-family: boxicons, sans-serif !important;
    transition: color .3s cubic-bezier(.19, 1, .22, 1), margin .3s cubic-bezier(.19, 1, .22, 1);
    content: "\ea4a"
}

.list-menu li a:hover:before {
    margin-right: .25rem;
    color: #e8a807
}

.list-menu li:not(:last-child) {
    border-bottom: 1px dashed #dfe0e2
}

.cursor-pointer {
    cursor: pointer
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.cb {
    clear: both
}

hr {
    margin: 2rem 0
}

.icon {
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: middle
}

.icon--lg {
    font-size: 2rem
}

html.focus-outline-hidden :focus {
    outline: none
}

.box {
    font-size: 1.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    color: #013380;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background: rgba(1, 51, 128, .1)
}

@media (max-width:1200px) {
    .box {
        font-size: calc(1.25625rem + .075vw)
    }
}

.box .bx {
    font-size: 1.875rem
}

@media (max-width:1200px) {
    .box .bx {
        font-size: calc(1.3125rem + .75vw)
    }
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax>.jarallax-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;", sans-serif
}

.text-white-80 {
    color: hsla(0, 0%, 100%, .8)
}

.text-white-60 {
    color: hsla(0, 0%, 100%, .6)
}

.abfalltermine-reminder-formular .btn-group .btn {
    color: #676c74;
    background-color: #dfe0e2
}

.abfalltermine-reminder-formular .btn-group .btn.active {
    background-color: #013380
}

.abfalltermine-reminder-formular .form-check {
    padding: .5rem 0 !important;
    border: none !important
}

.page-detail .aktuelles-uebersicht .aktuelles-uebersicht__aktuelles:not(:last-of-type):after,
.page-detail .ausschreibungen-uebersicht article+article:before,
.page-detail .behoerden-uebersicht article+article:before,
.page-detail .brancheneintraege-uebersicht .brancheneintraege-uebersicht__branchen:not(:last-of-type):after,
.page-detail .brancheneintraege-uebersicht .brancheneintraege-uebersicht__branchen__brancheneintrag.erweitert article:not(:last-of-type):after,
.page-detail .links .links__items li+li:before,
.page-detail .suche-uebersicht .suche-uebersicht__ergebnis:not(:last-of-type):after,
.page-detail .veranstaltungen-uebersicht .veranstaltungen-uebersicht__veranstaltung:not(:last-of-type):after,
.page-detail .wegweiser-formulare .formular+.formular:before {
    border-bottom: 1px solid #ecedee
}

.page-detail .aktuelles-uebersicht .aktuelles-uebersicht__aktuelles:not(:last-of-type):after {
    margin-bottom: 1.5rem;
    padding-top: 1.5rem
}

.page-detail .aktuelles-uebersicht__aktuelles .aktuelles-detail h3:last-of-type {
    margin-bottom: 0
}

.page-detail .brancheneintraege-uebersicht .brancheneintraege-uebersicht__branchen__brancheneintrag .spezialisierung {
    margin-top: .25rem;
    font-size: 90%
}

.suche-uebersicht .suche-uebersicht__ergebnis time {
    color: rgba(0, 10, 25, .75)
}

.suche-uebersicht .suche-uebersicht__ergebnis:not(:last-of-type):after {
    margin-bottom: .5rem;
    padding-top: .5rem
}

.page-detail .archiv-uebersicht__archiv-thema__archiv .btn-block {
    text-transform: none
}

.page-detail .downloads .downloads__items li a:before,
.page-detail .links .links__items li a:before,
.page-detail .wegweiser-formulare .formular a:before {
    color: #013380;
    font-family: boxicons, sans-serif;
    background-color: rgba(1, 51, 128, .1);
    content: "\ead2"
}

.page-detail .downloads .downloads__items li a:before {
    content: "\ea81"
}

.page-detail .aemter-uebersicht__amt .bg-primary {
    background-color: transparent !important
}

.ortsplan-uebersicht__brancheneintraege article {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .main {
        position: relative;
        z-index: 10;
        margin-top: -3.5rem;
        margin-bottom: -3.5rem
    }

    .list-columns {
        -webkit-columns: 2;
        -moz-columns: 2;
        column-count: 2;
        grid-column-gap: 1.5rem;
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }
}

.nk-icons {
    font-family: boxicons, sans-serif;
    font-style: normal
}

.nk-icons.nk-icon-home-s:before {
    content: "\eab6"
}

.nk-icons.nk-icon-caret-left-s:before {
    content: "\ea39"
}

.nk-icons.nk-icon-caret-right-s:before {
    content: "\ea3a"
}

.nk-icons.nk-icon-chevron-up:before {
    content: "\ea4f"
}

.nk-icons.nk-icon-calendar-s:before {
    content: "\ea2c"
}

.nk-icons.nk-icon-link-external:before {
    content: "\ead2"
}

.nk-icons.nk-icon-map-s:before {
    content: "\eae6"
}

.nk-icons.nk-icon-user-s:before {
    content: "\eb6d"
}

.nk-icons.nk-icon-download-s:before {
    content: "\ea81"
}

.nk-icons.nk-icon-link:before {
    content: "\ead0"
}

body,
html {
    text-rendering: geometricPrecision;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased
}

body {
    color: rgba(0, 10, 25, .75);
    font-size: 100%;
    font-family: pt-sans-pro, sans-serif;
    line-height: 1.5
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(0, 10, 25, .85);
    font-weight: 400;
    font-family: pt-sans-pro, sans-serif;
    line-height: 1.4
}

.h1,
h1 {
    font-size: 2.25rem;
    margin-bottom: 2rem
}

@media (max-width:1200px) {

    .h1,
    h1 {
        font-size: calc(1.35rem + 1.2vw)
    }
}

.h2,
h2 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem
}

@media (max-width:1200px) {

    .h2,
    h2 {
        font-size: calc(1.3125rem + .75vw)
    }
}

.h3,
h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem
}

@media (max-width:1200px) {

    .h3,
    h3 {
        font-size: calc(1.275rem + .3vw)
    }
}

.h4,
h4 {
    font-size: 1.125rem;
    margin-bottom: .5rem
}

.h5,
h5 {
    font-size: 1.0625rem
}

.h5,
.h6,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 600
}

.h6,
h6 {
    font-size: 1rem
}

.einleitung {
    font-size: 1.25rem
}

.meta {
    font-size: .875rem
}

.meta,
.title-custom {
    font-weight: 600;
    letter-spacing: .031rem;
    text-transform: uppercase
}

.title-custom {
    font-size: 1rem;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1rem;
    color: rgba(0, 10, 25, .85)
}

.title-custom:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 4px;
    height: 100%;
    background-color: #e8a807;
    content: ""
}

a,
ol,
p,
ul {
    margin-bottom: 1rem;
    font-weight: 400
}

a b,
a strong,
ol b,
ol strong,
p b,
p strong,
ul b,
ul strong {
    font-weight: 600
}

a:not(.card) {
    transition: color .3s cubic-bezier(.19, 1, .22, 1)
}

a:not(.card):hover {
    text-decoration: none
}

.small,
small {
    font-weight: 500;
    font-size: 90%
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s ease !important
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.menu-transition-enter-active,
.menu-transition-leave-active {
    transition: opacity .3s ease, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .3s ease, transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .3s ease, transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1)
}

.menu-transition-enter,
.menu-transition-leave-to {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    opacity: 0;
    transition: opacity .3s ease, -webkit-transform .3s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .3s ease, transform .3s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .3s ease, transform .3s cubic-bezier(.19, 1, .22, 1), -webkit-transform .3s cubic-bezier(.19, 1, .22, 1)
}

button {
    background: none;
    border: none;
    outline: none;
    transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -moz-appearance: none;
    -webkit-appearance: none
}

.btn {
    margin: 0;
    padding: 1rem 1.5rem;
    font-weight: 600;
    letter-spacing: .031rem;
    border-radius: 1px
}

.btn:hover {
    color: #e4eaf4
}

.btn h1,
.btn h2,
.btn h3,
.btn h4,
.btn h5,
.btn h6 {
    color: inherit;
    text-transform: none
}

.btn.btn-secondary {
    color: #fff
}

.btn.btn-info {
    color: #013380
}

.btn--arrow {
    display: inline-flex;
    align-items: center;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase
}

.btn--arrow:after {
    margin-left: .5rem;
    font-size: 2.5rem;
    font-family: boxicons, sans-serif !important;
    line-height: inherit;
    vertical-align: middle;
    opacity: .5;
    transition: opacity .3s cubic-bezier(.19, 1, .22, 1);
    content: "\eb24"
}

.btn--arrow:hover:after {
    opacity: 1
}

form input[type=email],
form input[type=number],
form input[type=password],
form input[type=phone],
form input[type=search],
form input[type=text],
form input[type=time],
form input[type=url] {
    min-height: 3.5rem;
    padding: .5rem 1rem;
    color: rgba(0, 10, 25, .85);
    border: 1px solid #d1d2d5;
    border-radius: 0
}

form .btn {
    min-height: 3.5rem;
    border: none
}

form .form-group input,
form .form-group textarea {
    border-radius: 0
}

form .form-check {
    display: block;
    padding-left: 0
}

form .form-check .custom-control-inline {
    margin-right: .5rem;
    padding-top: .4rem
}

form .custom-file-input:focus,
form .form-control:focus {
    color: #676c74;
    border: 1px solid #9ca0a4;
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .25)
}

form .custom-file-label {
    border-radius: 0
}

form .is-invalid,
form .is-invalid:not(.multiselect) input,
form .is-invalid:not(.multiselect) select,
form .is-invalid:not(.multiselect) textarea {
    border-color: #800e01 !important
}

form .ql-editor.ql-blank:before {
    font-size: 1rem
}

form .custom-control-input.is-valid:checked~.custom-control-label:before,
form .custom-control-input:checked~.custom-control-label:before,
form .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #013380;
    border-color: #013380
}

form .custom-control-input.is-valid~.custom-control-label,
form .was-validated .custom-control-input:valid~.custom-control-label {
    color: #013380
}

form .custom-control-input.is-valid~.custom-control-label a,
form .was-validated .custom-control-input:valid~.custom-control-label a {
    text-decoration: underline
}

form .custom-control-input.is-invalid~.custom-control-label,
form .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #800e01
}

.multiselect {
    margin-top: 0;
    margin-bottom: spacer("4")
}

.multiselect.is-invalid .multiselect__tags {
    border-color: #800e01
}

.multiselect.is-invalid.multiselect--active .multiselect__tags {
    border-color: #800e01;
    box-shadow: 0 0 0 .2rem rgba(128, 14, 1, .25)
}

.multiselect.is-invalid .multiselect__select:before {
    color: rgba(128, 14, 1, .5)
}

.multiselect.multiselect--active .multiselect__select:before {
    color: rgba(1, 51, 128, .5)
}

.multiselect.multiselect--active .multiselect__tags {
    border-color: #013380;
    box-shadow: 0 0 0 .2rem rgba(1, 51, 128, .25)
}

.multiselect .multiselect__placeholder,
.multiselect .multiselect__single {
    margin-bottom: 0;
    padding: .75rem 1rem;
    color: rgba(133, 137, 143, .65);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.875rem
}

.multiselect .multiselect__placeholder:not(.multiselect__placeholder),
.multiselect .multiselect__single:not(.multiselect__placeholder) {
    color: #85898f
}

.multiselect .multiselect__input {
    min-height: auto;
    margin: 0;
    padding: 1rem calc(1rem - 1px);
    color: #85898f;
    border-color: transparent
}

.multiselect .multiselect__input+.multiselect__single {
    color: #85898f
}

.multiselect .multiselect__tags {
    min-height: 3.5rem;
    padding: 0 3rem 0 0;
    border-radius: 0
}

.multiselect .multiselect__tags .multiselect__tags-wrap {
    display: inline-block;
    padding: calc(.75rem - 1px) 0 0 1rem
}

.multiselect .multiselect__tags .multiselect__tag {
    margin: 0 1rem 0 0
}

.multiselect .multiselect__tags .multiselect__spinner {
    height: calc(3rem - 3px)
}

.multiselect .multiselect__option {
    font-weight: 400
}

.multiselect .multiselect__select {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.multiselect .multiselect__select:before {
    position: relative;
    top: 0;
    margin-top: 0;
    color: rgba(133, 137, 143, .5);
    font-size: 1.6rem;
    font-family: boxicons, sans-serif;
    border: 0;
    content: "\ea48"
}

.multiselect .multiselect__option--highlight,
.multiselect .multiselect__option--highlight:after,
.multiselect .multiselect__tag {
    background: #013380
}

.multiselect .multiselect__tag-icon:after {
    color: #fff
}

.card {
    position: relative
}

.card.bg-primary:hover {
    background-color: #013380 !important
}

.card.bg-secondary:hover {
    background-color: #e8a807 !important
}

.card .card-icon {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.card .card-icon--center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.card .card-icon--lg {
    font-size: 2rem
}

.card .card-body {
    position: relative;
    z-index: 1
}

.card .card-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    max-height: 100%
}

@media (min-width:992px) {
    .randspalte {
        width: 420px
    }
}

@media (min-width:1200px) {
    .randspalte {
        width: 460px
    }
}

.the-header .the-header-container {
    position: relative;
    z-index: 999;
    padding: .5rem 0;
    background-color: #fff
}

.the-header .the-header__logo {
    display: block;
    height: 64px
}

.the-header .header__offcanvas-trigger,
.the-header .header__searchbar-trigger {
    display: flex;
    align-items: center;
    padding: .5rem;
    color: rgba(0, 10, 25, .75)
}

.the-header .header__offcanvas-trigger .bx,
.the-header .header__searchbar-trigger .bx {
    font-size: 1.5rem
}

.the-header .the-header__navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: block;
    width: 480px;
    max-width: calc(100% - 56px);
    height: 100vh;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1)
}

.the-header .the-header__navigation.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.the-header .the-header__navigation>ul {
    display: block;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 6rem;
    overflow-y: scroll;
    list-style-type: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch
}

.the-header .the-header__navigation>ul>li {
    display: block
}

.the-header .the-header__navigation>ul>li>a,
.the-header .the-header__navigation>ul>li>button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.5rem;
    color: rgba(0, 10, 25, .85);
    font-weight: 600;
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid #ecedee
}

.the-header .the-header__navigation>ul>li>a:hover,
.the-header .the-header__navigation>ul>li>button:hover {
    color: #e8a807
}

.the-header .the-header__navigation>ul>li>a:after,
.the-header .the-header__navigation>ul>li>button:after {
    display: inline-block;
    margin-left: .25rem;
    color: #d1d2d5;
    font-size: 1.5rem;
    font-family: boxicons, sans-serif !important;
    line-height: 1;
    vertical-align: middle;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: color .3s ease, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1), color .3s ease;
    transition: transform .5s cubic-bezier(.19, 1, .22, 1), color .3s ease, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    content: "\ea4a"
}

.the-header .the-header__navigation>ul>li>a {
    margin-bottom: 0
}

.the-header .the-header__navigation>ul>li>a:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.the-header .the-header__navigation>ul>li.open>button {
    color: #e8a807
}

.the-header .the-header__navigation>ul>li.open>button:after {
    color: #e8a807;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.the-header .the-header__navigation>ul>li.open .the-header__navigation__dropdown {
    visibility: visible;
    transition: height .4s ease 0s, visibility .4s ease 0s !important
}

.the-header .the-header__navigation>ul>li.active>button,
.the-header .the-header__navigation>ul>li.active>button:after {
    color: #e8a807
}

.the-header .the-header__navigation .the-header__navigation__dropdown {
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 #ecedee;
    visibility: hidden;
    transition: height .4s ease 0s, visibility 0s ease .3s !important
}

.the-header .the-header__navigation .the-header__navigation__dropdown .container {
    padding: 1rem 1.5rem
}

.the-header .the-header__navigation .the-header__navigation__dropdown .nav {
    margin-bottom: 1rem
}

.the-header .the-header__navigation .the-header__navigation__dropdown .nav li a {
    display: block;
    margin: 0;
    color: rgba(0, 10, 25, .75);
    line-height: 2
}

.the-header .the-header__navigation .the-header__navigation__dropdown .nav li a.active,
.the-header .the-header__navigation .the-header__navigation__dropdown .nav li a:hover {
    color: rgba(0, 10, 25, .85)
}

.the-header .the-header__navigation .the-header__navigation__dropdown .nav li a.active:before,
.the-header .the-header__navigation .the-header__navigation__dropdown .nav li a:hover:before {
    margin-right: .25rem;
    color: rgba(0, 10, 25, .85)
}

.the-header .the-header__navigation .the-header__navigation__dropdown .nav li a:before {
    display: inline-block;
    margin-right: 0;
    color: #dfe0e2;
    font-size: 1.5rem;
    font-family: boxicons, sans-serif !important;
    line-height: 1;
    vertical-align: middle;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: color .3s cubic-bezier(.19, 1, .22, 1), margin .3s cubic-bezier(.19, 1, .22, 1);
    content: "\ea4a"
}

.the-header .the-header__navigation-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: block;
    height: 100vh;
    background: rgba(0, 10, 25, .6);
    transition: opacity .4s ease, visibility .4s ease
}

.the-header .the-header__navigation-close {
    position: fixed;
    top: 0;
    right: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: #fff
}

.the-header .the-header__navigation-close:hover {
    background-color: rgba(0, 10, 25, .5)
}

.the-header .the-header__navigation-close .bx-x {
    font-size: 1.5rem
}

@media (min-width:768px) {
    .the-header .the-header__logo {
        height: 68px
    }
}

@media (min-width:992px) {
    .the-header .the-header__navigation {
        position: static;
        width: auto;
        max-width: 100%;
        height: auto;
        background-color: transparent;
        -webkit-transform: none;
        transform: none
    }

    .the-header .the-header__navigation>ul {
        display: flex;
        flex-direction: row;
        height: auto;
        padding: 0;
        overflow: hidden
    }

    .the-header .the-header__navigation>ul>li {
        display: inline-block
    }

    .the-header .the-header__navigation>ul>li>a,
    .the-header .the-header__navigation>ul>li>button {
        padding: 0 1rem;
        border: none
    }

    .the-header .the-header__navigation>ul>li>a:after {
        display: none
    }

    .the-header .the-header__navigation>ul>li+li>a,
    .the-header .the-header__navigation>ul>li+li>button {
        border-left: 1px solid #ecedee
    }

    .the-header .the-header__navigation .the-header__navigation__dropdown {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 999;
        border: none;
        border-top: 1px solid #ecedee
    }

    .the-header .the-header__navigation .the-header__navigation__dropdown h5,
    .the-header .the-header__navigation .the-header__navigation__dropdown h6 {
        margin-bottom: 1.5rem
    }

    .the-header .the-header__navigation .the-header__navigation__dropdown .container {
        padding: 3rem
    }

    .the-header .the-header__navigation .col-lg {
        padding-right: 2rem;
        padding-left: 2rem
    }

    .the-header .the-header__navigation .col-lg+.col-lg {
        position: relative
    }

    .the-header .the-header__navigation .col-lg+.col-lg:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: #ecedee;
        content: ""
    }

    .the-header .the-header__logo {
        height: 90px
    }
}

.nav.flex-column a {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 2
}

.nav.flex-column a:hover:before {
    margin-right: .25rem;
    color: rgba(0, 10, 25, .85)
}

.nav.flex-column a:before {
    display: inline-block;
    margin-right: 0;
    color: #b0b3b7;
    font-size: 1.5rem;
    font-family: boxicons, sans-serif !important;
    line-height: 1;
    vertical-align: middle;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: color .3s cubic-bezier(.19, 1, .22, 1), margin .3s cubic-bezier(.19, 1, .22, 1);
    content: "\ea4a"
}

.brancheneintraege-uebersicht .brancheneintraege-uebersicht__branchen:not(.erweitert) .brancheneintraege-detail h3,
.brancheneintraege-uebersicht .brancheneintraege-uebersicht__branchen:not(.erweitert) .brancheneintraege-detail h4 {
    position: relative;
    padding-left: 1.5rem
}

.brancheneintraege-uebersicht .brancheneintraege-uebersicht__branchen:not(.erweitert) .brancheneintraege-detail h3:before,
.brancheneintraege-uebersicht .brancheneintraege-uebersicht__branchen:not(.erweitert) .brancheneintraege-detail h4:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #d1d2d5;
    font-family: boxicons, sans-serif !important;
    content: "\ea4a"
}

.brancheneintraege-rubriken h2,
.brancheneintraege-rubriken h3 {
    clear: left;
    margin-bottom: 1rem
}

.brancheneintraege-rubriken .brancheneintraege-rubriken__branche+h2:before,
.brancheneintraege-rubriken .brancheneintraege-rubriken__branche+h3:before {
    display: block;
    width: 100%;
    height: 0;
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    border-bottom: 1px solid #ecedee;
    content: ""
}

.veranstaltungen__filter a {
    margin-bottom: 0
}

nav.the-breadcrumb {
    background-color: transparent;
    border: none
}

nav.the-breadcrumb ul {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

nav.the-breadcrumb ul li,
nav.the-breadcrumb ul li a {
    color: #e4eaf4
}

nav.the-breadcrumb ul li:not(:last-child):after {
    background-color: rgba(228, 234, 244, .25)
}

.the-hero {
    position: relative;
    box-sizing: border-box;
    background-color: #fff
}

.the-hero--detail {
    padding: 0
}

.the-hero .the-hero__image {
    overflow: hidden
}

.the-hero .the-hero__image img {
    max-width: 100%;
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.the-hero .the-hero__topthema {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 1.5rem;
    background-color: #013380
}

.the-hero .the-hero__menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    width: 100%;
    height: 3rem;
    background: rgba(1, 51, 128, .94)
}

.the-hero .the-hero__menu .nav li a {
    margin: 0;
    padding: 1rem .25rem;
    color: #fff
}

.the-hero .the-hero__menu .nav li a:after {
    content: ","
}

.the-hero .the-hero__menu .nav li:last-child a:after {
    content: ""
}

.the-hero .the-hero__pagination-container {
    background-color: #013380
}

.the-hero .the-hero__pagination {
    z-index: 10;
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 1.5rem
}

.the-hero .the-hero__pagination .swiper-pagination-bullet {
    width: .85rem;
    height: .85rem;
    margin: .25rem;
    background-color: #fff
}

.the-hero .the-hero__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

@media (min-width:576px) {
    .the-hero .the-hero__topthema {
        left: 1rem
    }
}

@media (min-width:768px) {
    .the-hero {
        display: block;
        padding: 0
    }

    .the-hero .the-hero__topthema {
        position: absolute;
        top: 3rem;
        left: 1.5rem;
        z-index: 100;
        max-width: 420px;
        min-height: 420px;
        padding: 2rem;
        background-color: rgba(1, 51, 128, .94)
    }

    .the-hero .the-hero__pagination-container {
        position: absolute;
        bottom: 0;
        z-index: 10;
        display: block;
        width: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, .65), transparent)
    }

    .the-hero .the-hero__pagination {
        position: relative;
        left: 1.5rem;
        padding: 1rem 0 1rem 1.5rem
    }

    .the-hero .the-hero__image {
        position: relative;
        background-color: #013380
    }

    .the-hero .the-hero__image img {
        display: block;
        width: 100%;
        min-height: calc(420px + 3rem + 4vh);
        margin: -4vh 0 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 100%;
        object-position: 50% 100%
    }

    .the-hero--detail .the-hero__image img {
        min-height: 400px
    }
}

@media (min-width:992px) {

    .the-hero .the-hero__pagination,
    .the-hero .the-hero__topthema {
        left: 3rem
    }
}

@media (min-width:1200px) {
    .the-hero .the-hero__image img {
        min-height: 600px
    }
}

@media (min-width:1370px) {

    .the-hero .the-hero__pagination,
    .the-hero .the-hero__topthema {
        left: calc((100vw - 1370px)/2 + 3rem)
    }
}

.the-sidebar {
    padding: 3rem 0
}

.the-sidebar .nav a {
    padding: 1rem .5rem;
    color: rgba(0, 10, 25, .85);
    border-bottom: 1px solid #d1d2d5
}

@media (min-width:1200px) {
    .the-sidebar {
        width: 350px
    }
}

.page-detail .wegweiser-uebersicht .verfahren-alphabet li a {
    background-color: #b0b3b7
}

.the-footer {
    background-color: #dfe0e2
}

.the-footer .the-footer__copyline {
    padding: .25rem 0;
    color: #a3a7ac;
    background: #000a19
}

.the-footer .the-footer__copyline a {
    margin: 0;
    color: #ccced1
}

.the-footer .the-footer__copyline a:hover {
    color: #fff
}

@media (min-width:992px) {
    .page-index .the-footer {
        padding-top: 3.5rem
    }
}

.page-detail {
    background: #ecedee
}

.page-detail .page-detail-main {
    margin-top: -3rem
}

.page-detail .page-detail {
    background: none
}

.page-detail .page-detail ul:not([data-page-detail-custom]) {
    list-style: disc
}

.page-detail .page-detail ol:not([data-page-detail-custom]),
.page-detail .page-detail ul:not([data-page-detail-custom]) {
    margin-left: 2rem;
    list-style-position: outside
}

.page-detail .page-detail img.image-center,
.page-detail .page-detail img.image-left,
.page-detail .page-detail img.image-right {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin: 2rem 0
}

@media (min-width:768px) {

    .page-detail .page-detail img.image-center,
    .page-detail .page-detail img.image-left,
    .page-detail .page-detail img.image-right {
        max-width: 40%
    }

    .page-detail .page-detail img.image-center {
        max-width: 100%
    }

    .page-detail .page-detail img.image-left {
        float: left;
        margin: 0 2rem 1rem 0
    }

    .page-detail .page-detail img.image-right {
        float: right;
        margin: 0 0 1rem 2rem
    }
}

.breadcrumb-container,
.page-detail__title {
    position: relative;
    z-index: 1
}

.breadcrumb-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3rem;
    background-color: rgba(1, 51, 128, .92);
    border-bottom: 1px solid #15438a
}

.page-detail__title {
    display: flex;
    align-items: flex-end;
    padding: 1.5rem 0;
    background-color: #013380;
    border-bottom: 10px solid #012357
}

.page-detail__content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 1.5rem 0;
    background: #fff
}

.page-detail__content:before {
    position: absolute;
    top: 0;
    left: -1rem;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    background: #fff;
    content: ""
}

@media (min-width:768px) {
    .page-detail__content {
        padding: 3rem 0
    }

    .page-detail__content:before {
        left: -1.5rem;
        width: 100vw
    }
}

@media (min-width:992px) {
    .page-detail__content:before {
        left: -3rem;
        width: 100vw
    }
}

@media (min-width:1200px) {
    .breadcrumb-container {
        background-color: rgba(1, 51, 128, .92);
        border-bottom: none
    }

    .page-detail__title {
        height: 9rem;
        background-color: rgba(1, 51, 128, .92)
    }

    .page-detail__title .h1,
    .page-detail__title h1 {
        display: block;
        width: 350px
    }

    .page-detail .page-detail-main {
        margin-top: -12rem
    }

    .page-detail__content {
        height: calc(100% + 9rem);
        margin-top: -9rem;
        padding: 3rem
    }

    .page-detail__content:before {
        right: 100%;
        left: auto;
        width: 3rem;
        box-shadow: inset -1px 0 0 #ecedee
    }
}

@media (min-width:1370px) {
    .page-detail__content:before {
        width: calc((100vw - 1370px)/2 + 3rem)
    }
}

#outdated.fullscreen {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 51, 128, .98) !important
}

#outdated.fullscreen .vertical-center {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0 spacer("4");
    text-align: center;
    vertical-align: middle
}

#outdated.fullscreen #buttonCloseUpdateBrowser {
    position: absolute;
    top: spacer("4");
    right: spacer("4");
    font-size: 3rem;
    line-height: .5;
    opacity: .5
}

#outdated.fullscreen #buttonCloseUpdateBrowser:hover {
    text-decoration: none;
    opacity: 1
}

#outdated.fullscreen #buttonUpdateBrowser {
    display: block;
    width: 260px;
    margin: spacer("4") auto 0;
    padding: 1rem;
    color: #013380 !important;
    background: #fff !important;
    border: none
}

#outdated.fullscreen h6 {
    font-size: 1.75rem
}

@media (max-width:1200px) {
    #outdated.fullscreen h6 {
        font-size: calc(1.3rem + .6vw)
    }
}

#outdated.fullscreen p {
    margin-top: spacer("4");
    color: hsla(0, 0%, 100%, .85) !important;
    font-size: 1rem;
    line-height: 1.5
}

@font-face {
    font-family: boxicons;
    font-weight: 400;
    font-style: normal;
    src: url(../../fonts/custom/a8b2d6f.eot);
    src: url(../../fonts/custom/a8b2d6f.eot) format("embedded-opentype"), url(../../fonts/custom/dcbd325.woff2) format("woff2"), url(../../fonts/custom/600a5a5.woff) format("woff"), url(../../fonts/custom/04bb88e.ttf) format("truetype"), url(../../fonts/custom/1d6bd79.svg?#boxicons) format("svg")
}

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bx-ul {
    margin-left: 2em;
    padding-left: 0;
    list-style: none
}

.bx-ul>li {
    position: relative
}

.bx-ul .bx {
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: -2em;
    width: 2em;
    text-align: center
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes burst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes burst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes flashing {
    0% {
        opacity: 1
    }

    45% {
        opacity: 0
    }

    90% {
        opacity: 1
    }
}

@keyframes flashing {
    0% {
        opacity: 1
    }

    45% {
        opacity: 0
    }

    90% {
        opacity: 1
    }
}

@-webkit-keyframes fade-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0
    }
}

@keyframes fade-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }
}

@keyframes fade-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@keyframes fade-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.95, .95, .95) rotate(-10deg);
        transform: scale3d(.95, .95, .95) rotate(-10deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scaleX(1) rotate(10deg);
        transform: scaleX(1) rotate(10deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scaleX(1) rotate(-10deg);
        transform: scaleX(1) rotate(-10deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.95, .95, .95) rotate(-10deg);
        transform: scale3d(.95, .95, .95) rotate(-10deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scaleX(1) rotate(10deg);
        transform: scaleX(1) rotate(10deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bx-spin,
.bx-spin-hover:hover {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.bx-tada,
.bx-tada-hover:hover {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite
}

.bx-flashing,
.bx-flashing-hover:hover {
    -webkit-animation: flashing 1.5s linear infinite;
    animation: flashing 1.5s linear infinite
}

.bx-burst,
.bx-burst-hover:hover {
    -webkit-animation: burst 1.5s linear infinite;
    animation: burst 1.5s linear infinite
}

.bx-fade-up,
.bx-fade-up-hover:hover {
    -webkit-animation: fade-up 1.5s linear infinite;
    animation: fade-up 1.5s linear infinite
}

.bx-fade-down,
.bx-fade-down-hover:hover {
    -webkit-animation: fade-down 1.5s linear infinite;
    animation: fade-down 1.5s linear infinite
}

.bx-fade-left,
.bx-fade-left-hover:hover {
    -webkit-animation: fade-left 1.5s linear infinite;
    animation: fade-left 1.5s linear infinite
}

.bx-fade-right,
.bx-fade-right-hover:hover {
    -webkit-animation: fade-right 1.5s linear infinite;
    animation: fade-right 1.5s linear infinite
}

.bx-xs {
    font-size: 1rem !important
}

.bx-sm {
    font-size: 1.55rem !important
}

.bx-md {
    font-size: 2.25rem !important
}

.bx-fw {
    font-size: 1.2857142857em;
    line-height: .8em;
    width: 1.2857142857em;
    height: .8em;
    margin-top: -.2em !important;
    vertical-align: middle
}

.bx-lg {
    font-size: 3rem !important
}

.bx-pull-left {
    float: left;
    margin-right: .3em !important
}

.bx-pull-right {
    float: right;
    margin-left: .3em !important
}

.bx-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.bx-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bx-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.bx-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.bx-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.bx-border {
    padding: .25em;
    border: .07em solid rgba(0, 0, 0, .1);
    border-radius: .25em
}

.bx-border-circle {
    padding: .25em;
    border: .07em solid rgba(0, 0, 0, .1);
    border-radius: 50%
}

.bxl-500px:before {
    content: "\e900"
}

.bxl-airbnb:before {
    content: "\e901"
}

.bxl-amazon:before {
    content: "\e902"
}

.bxl-android:before {
    content: "\e903"
}

.bxl-angular:before {
    content: "\e904"
}

.bxl-apple:before {
    content: "\e905"
}

.bxl-baidu:before {
    content: "\e906"
}

.bxl-behance:before {
    content: "\e907"
}

.bxl-bing:before {
    content: "\e908"
}

.bxl-bitcoin:before {
    content: "\e909"
}

.bxl-blogger:before {
    content: "\e90a"
}

.bxl-bootstrap:before {
    content: "\e90b"
}

.bxl-chrome:before {
    content: "\e90c"
}

.bxl-codepen:before {
    content: "\e90d"
}

.bxl-creative-commons:before {
    content: "\e90e"
}

.bxl-css3:before {
    content: "\e90f"
}

.bxl-dailymotion:before {
    content: "\e910"
}

.bxl-deviantart:before {
    content: "\e911"
}

.bxl-digg:before {
    content: "\e912"
}

.bxl-digitalocean:before {
    content: "\e913"
}

.bxl-discord:before {
    content: "\e914"
}

.bxl-discourse:before {
    content: "\e915"
}

.bxl-dribbble:before {
    content: "\e916"
}

.bxl-dropbox:before {
    content: "\e917"
}

.bxl-drupal:before {
    content: "\e918"
}

.bxl-ebay:before {
    content: "\e919"
}

.bxl-edge:before {
    content: "\e91a"
}

.bxl-facebook:before {
    content: "\e91b"
}

.bxl-facebook-square:before {
    content: "\e91c"
}

.bxl-firefox:before {
    content: "\e91d"
}

.bxl-flickr:before {
    content: "\e91e"
}

.bxl-flickr-square:before {
    content: "\e91f"
}

.bxl-foursquare:before {
    content: "\e920"
}

.bxl-git:before {
    content: "\e921"
}

.bxl-github:before {
    content: "\e922"
}

.bxl-google:before {
    content: "\e923"
}

.bxl-google-plus:before {
    content: "\e924"
}

.bxl-google-plus-circle:before {
    content: "\e925"
}

.bxl-html5:before {
    content: "\e926"
}

.bxl-instagram:before {
    content: "\e927"
}

.bxl-instagram-alt:before {
    content: "\e928"
}

.bxl-internet-explorer:before {
    content: "\e929"
}

.bxl-invision:before {
    content: "\e92a"
}

.bxl-javascript:before {
    content: "\e92b"
}

.bxl-joomla:before {
    content: "\e92c"
}

.bxl-jsfiddle:before {
    content: "\e92d"
}

.bxl-kickstarter:before {
    content: "\e92e"
}

.bxl-less:before {
    content: "\e92f"
}

.bxl-linkedin:before {
    content: "\e930"
}

.bxl-linkedin-square:before {
    content: "\e931"
}

.bxl-magento:before {
    content: "\e932"
}

.bxl-mailchimp:before {
    content: "\e933"
}

.bxl-mastercard:before {
    content: "\e934"
}

.bxl-medium:before {
    content: "\e935"
}

.bxl-medium-old:before {
    content: "\e936"
}

.bxl-medium-square:before {
    content: "\e937"
}

.bxl-messenger:before {
    content: "\e938"
}

.bxl-microsoft:before {
    content: "\e939"
}

.bxl-nodejs:before {
    content: "\e93a"
}

.bxl-opera:before {
    content: "\e93b"
}

.bxl-paypal:before {
    content: "\e93c"
}

.bxl-periscope:before {
    content: "\e93d"
}

.bxl-pinterest:before {
    content: "\e93e"
}

.bxl-play-store:before {
    content: "\e93f"
}

.bxl-pocket:before {
    content: "\e940"
}

.bxl-product-hunt:before {
    content: "\e941"
}

.bxl-quora:before {
    content: "\e942"
}

.bxl-react:before {
    content: "\e943"
}

.bxl-reddit:before {
    content: "\e944"
}

.bxl-redux:before {
    content: "\e945"
}

.bxl-sass:before {
    content: "\e946"
}

.bxl-shopify:before {
    content: "\e947"
}

.bxl-skype:before {
    content: "\e948"
}

.bxl-slack:before {
    content: "\e949"
}

.bxl-slack-old:before {
    content: "\e94a"
}

.bxl-snapchat:before {
    content: "\e94b"
}

.bxl-soundcloud:before {
    content: "\e94c"
}

.bxl-spotify:before {
    content: "\e94d"
}

.bxl-squarespace:before {
    content: "\e94e"
}

.bxl-stack-overflow:before {
    content: "\e94f"
}

.bxl-stripe:before {
    content: "\e950"
}

.bxl-telegram:before {
    content: "\e951"
}

.bxl-trello:before {
    content: "\e952"
}

.bxl-tumblr:before {
    content: "\e953"
}

.bxl-twitch:before {
    content: "\e954"
}

.bxl-twitter:before {
    content: "\e955"
}

.bxl-unsplash:before {
    content: "\e956"
}

.bxl-vimeo:before {
    content: "\e957"
}

.bxl-visa:before {
    content: "\e958"
}

.bxl-vk:before {
    content: "\e959"
}

.bxl-vuejs:before {
    content: "\e95a"
}

.bxl-whatsapp:before {
    content: "\e95b"
}

.bxl-whatsapp-square:before {
    content: "\e95c"
}

.bxl-wikipedia:before {
    content: "\e95d"
}

.bxl-windows:before {
    content: "\e95e"
}

.bxl-wix:before {
    content: "\e95f"
}

.bxl-wordpress:before {
    content: "\e960"
}

.bxl-yahoo:before {
    content: "\e961"
}

.bxl-yelp:before {
    content: "\e962"
}

.bxl-youtube:before {
    content: "\e963"
}

.bx-archive-in:before {
    content: "\e964"
}

.bx-archive-out:before {
    content: "\e965"
}

.bx-archive:before {
    content: "\e966"
}

.bx-tone:before {
    content: "\e967"
}

.bx-bolt-circle:before {
    content: "\e968"
}

.bx-check-shield:before {
    content: "\e969"
}

.bx-face:before {
    content: "\e96a"
}

.bx-file-find:before {
    content: "\e96b"
}

.bx-label:before {
    content: "\e96c"
}

.bx-exit:before {
    content: "\e96d"
}

.bx-extension:before {
    content: "\e96e"
}

.bx-cake:before {
    content: "\e96f"
}

.bx-dish:before {
    content: "\e970"
}

.bx-fridge:before {
    content: "\e971"
}

.bx-spa:before {
    content: "\e972"
}

.bx-image-add:before {
    content: "\e973"
}

.bx-image-alt:before {
    content: "\e974"
}

.bx-alarm-add:before {
    content: "\e975"
}

.bx-space-bar:before {
    content: "\e976"
}

.bx-add-to-queue:before {
    content: "\e977"
}

.bx-border-radius:before {
    content: "\e978"
}

.bx-map-alt:before {
    content: "\e979"
}

.bx-message-dots:before {
    content: "\e97a"
}

.bx-downvote:before {
    content: "\e97b"
}

.bx-upvote:before {
    content: "\e97c"
}

.bx-briefcase:before {
    content: "\e97d"
}

.bx-dollar:before {
    content: "\e97e"
}

.bx-wallet-alt:before {
    content: "\e97f"
}

.bx-shuffle:before {
    content: "\e980"
}

.bx-building-house:before {
    content: "\e981"
}

.bx-comment:before {
    content: "\e982"
}

.bx-comment-dots:before {
    content: "\e983"
}

.bx-book-content:before {
    content: "\e984"
}

.bx-chat:before {
    content: "\e985"
}

.bx-detail:before {
    content: "\e986"
}

.bx-message-rounded-dots:before {
    content: "\e987"
}

.bx-buildings:before {
    content: "\e988"
}

.bx-edit-alt:before {
    content: "\e989"
}

.bx-notepad:before {
    content: "\e98a"
}

.bx-briefcase-alt-2:before {
    content: "\e98b"
}

.bx-gas-pump:before {
    content: "\e98c"
}

.bx-sort-z-a:before {
    content: "\e98d"
}

.bx-brush-alt:before {
    content: "\e98e"
}

.bx-printer:before {
    content: "\e98f"
}

.bx-radio:before {
    content: "\e990"
}

.bx-sort-a-z:before {
    content: "\e991"
}

.bx-credit-card-alt:before {
    content: "\e992"
}

.bx-message-alt:before {
    content: "\e993"
}

.bx-message-alt-dots:before {
    content: "\e994"
}

.bx-id-card:before {
    content: "\e995"
}

.bx-move-horizontal:before {
    content: "\e996"
}

.bx-move-vertical:before {
    content: "\e997"
}

.bx-sort-down:before {
    content: "\e998"
}

.bx-sort-up:before {
    content: "\e999"
}

.bx-money:before {
    content: "\e99a"
}

.bx-movie:before {
    content: "\e99b"
}

.bx-code-block:before {
    content: "\e99c"
}

.bx-photo-album:before {
    content: "\e99d"
}

.bx-restaurant:before {
    content: "\e99e"
}

.bx-rewind-circle:before {
    content: "\e99f"
}

.bx-briefcase-alt:before {
    content: "\e9a0"
}

.bx-wallet:before {
    content: "\e9a1"
}

.bx-window-close:before {
    content: "\e9a2"
}

.bx-chalkboard:before {
    content: "\e9a3"
}

.bx-world:before {
    content: "\e9a4"
}

.bx-purchase-tag:before {
    content: "\e9a5"
}

.bx-hdd:before {
    content: "\e9a6"
}

.bx-rename:before {
    content: "\e9a7"
}

.bx-skip-previous-circle:before {
    content: "\e9a8"
}

.bx-chip:before {
    content: "\e9a9"
}

.bx-images:before {
    content: "\e9aa"
}

.bx-news:before {
    content: "\e9ab"
}

.bx-skip-next-circle:before {
    content: "\e9ac"
}

.bx-closet:before {
    content: "\e9ad"
}

.bx-ruler:before {
    content: "\e9ae"
}

.bx-tv:before {
    content: "\e9af"
}

.bx-battery:before {
    content: "\e9b0"
}

.bx-task:before {
    content: "\e9b1"
}

.bx-repeat:before {
    content: "\e9b2"
}

.bx-flag:before {
    content: "\e9b3"
}

.bx-repost:before {
    content: "\e9b4"
}

.bx-support:before {
    content: "\e9b5"
}

.bx-reply-all:before {
    content: "\e9b6"
}

.bx-subdirectory-left:before {
    content: "\e9b7"
}

.bx-subdirectory-right:before {
    content: "\e9b8"
}

.bx-reply:before {
    content: "\e9b9"
}

.bx-wrench:before {
    content: "\e9ba"
}

.bx-credit-card:before {
    content: "\e9bb"
}

.bx-notification:before {
    content: "\e9bc"
}

.bx-paragraph:before {
    content: "\e9bd"
}

.bx-diamond:before {
    content: "\e9be"
}

.bx-screenshot:before {
    content: "\e9bf"
}

.bx-sort:before {
    content: "\e9c0"
}

.bx-check:before {
    content: "\e9c1"
}

.bx-minus:before {
    content: "\e9c2"
}

.bx-x:before {
    content: "\e9c3"
}

.bx-plus:before {
    content: "\e9c4"
}

.bx-shopping-bag:before {
    content: "\e9c5"
}

.bx-edit:before {
    content: "\e9c6"
}

.bx-bold:before {
    content: "\e9c7"
}

.bx-columns:before {
    content: "\e9c8"
}

.bx-cut:before {
    content: "\e9c9"
}

.bx-font-family:before {
    content: "\e9ca"
}

.bx-crop:before {
    content: "\e9cb"
}

.bx-font-size:before {
    content: "\e9cc"
}

.bx-paste:before {
    content: "\e9cd"
}

.bx-underline:before {
    content: "\e9ce"
}

.bx-heading:before {
    content: "\e9cf"
}

.bx-italic:before {
    content: "\e9d0"
}

.bx-text:before {
    content: "\e9d1"
}

.bx-font:before {
    content: "\e9d2"
}

.bx-pulse:before {
    content: "\e9d3"
}

.bx-dashboard:before {
    content: "\e9d4"
}

.bx-desktop:before {
    content: "\e9d5"
}

.bx-sitemap:before {
    content: "\e9d6"
}

.bx-terminal:before {
    content: "\e9d7"
}

.bx-laptop:before {
    content: "\e9d8"
}

.bx-usb:before {
    content: "\e9d9"
}

.bx-windows:before {
    content: "\e9da"
}

.bx-message:before {
    content: "\e9db"
}

.bx-message-rounded:before {
    content: "\e9dc"
}

.bx-book-bookmark:before {
    content: "\e9dd"
}

.bx-mobile-alt:before {
    content: "\e9de"
}

.bx-tag:before {
    content: "\e9df"
}

.bx-book:before {
    content: "\e9e0"
}

.bx-bookmark-minus:before {
    content: "\e9e1"
}

.bx-bus:before {
    content: "\e9e2"
}

.bx-window:before {
    content: "\e9e3"
}

.bx-window-open:before {
    content: "\e9e4"
}

.bx-bookmark-plus:before {
    content: "\e9e5"
}

.bx-sidebar:before {
    content: "\e9e6"
}

.bx-table:before {
    content: "\e9e7"
}

.bx-clipboard:before {
    content: "\e9e8"
}

.bx-copy:before {
    content: "\e9e9"
}

.bx-play-circle:before {
    content: "\e9ea"
}

.bx-stop-circle:before {
    content: "\e9eb"
}

.bx-bookmarks:before {
    content: "\e9ec"
}

.bx-coffee:before {
    content: "\e9ed"
}

.bx-fast-forward-circle:before {
    content: "\e9ee"
}

.bx-rectangle:before {
    content: "\e9ef"
}

.bx-fullscreen:before {
    content: "\e9f0"
}

.bx-bookmark:before {
    content: "\e9f1"
}

.bx-accessibility:before {
    content: "\e9f2"
}

.bx-adjust:before {
    content: "\e9f3"
}

.bx-alarm:before {
    content: "\e9f4"
}

.bx-alarm-off:before {
    content: "\e9f5"
}

.bx-album:before {
    content: "\e9f6"
}

.bx-align-justify:before {
    content: "\e9f7"
}

.bx-align-left:before {
    content: "\e9f8"
}

.bx-align-middle:before {
    content: "\e9f9"
}

.bx-align-right:before {
    content: "\e9fa"
}

.bx-ambulance:before {
    content: "\e9fb"
}

.bx-analyse:before {
    content: "\e9fc"
}

.bx-anchor:before {
    content: "\e9fd"
}

.bx-aperture:before {
    content: "\e9fe"
}

.bx-area:before {
    content: "\e9ff"
}

.bx-arrow-back:before {
    content: "\ea00"
}

.bx-at:before {
    content: "\ea01"
}

.bx-award:before {
    content: "\ea02"
}

.bx-badge:before {
    content: "\ea03"
}

.bx-badge-check:before {
    content: "\ea04"
}

.bx-ball:before {
    content: "\ea05"
}

.bx-band-aid:before {
    content: "\ea06"
}

.bx-bar-chart:before {
    content: "\ea07"
}

.bx-bar-chart-alt:before {
    content: "\ea08"
}

.bx-bar-chart-alt-2:before {
    content: "\ea09"
}

.bx-bar-chart-square:before {
    content: "\ea0a"
}

.bx-barcode:before {
    content: "\ea0b"
}

.bx-basket:before {
    content: "\ea0c"
}

.bx-basketball:before {
    content: "\ea0d"
}

.bx-bath:before {
    content: "\ea0e"
}

.bx-bed:before {
    content: "\ea0f"
}

.bx-bell:before {
    content: "\ea10"
}

.bx-bell-minus:before {
    content: "\ea11"
}

.bx-bell-off:before {
    content: "\ea12"
}

.bx-bell-plus:before {
    content: "\ea13"
}

.bx-bicycle:before {
    content: "\ea14"
}

.bx-block:before {
    content: "\ea15"
}

.bx-bluetooth:before {
    content: "\ea16"
}

.bx-body:before {
    content: "\ea17"
}

.bx-book-open:before {
    content: "\ea18"
}

.bx-border-all:before {
    content: "\ea19"
}

.bx-border-bottom:before {
    content: "\ea1a"
}

.bx-border-left:before {
    content: "\ea1b"
}

.bx-border-right:before {
    content: "\ea1c"
}

.bx-border-top:before {
    content: "\ea1d"
}

.bx-bot:before {
    content: "\ea1e"
}

.bx-bowling-ball:before {
    content: "\ea1f"
}

.bx-box:before {
    content: "\ea20"
}

.bx-brightness:before {
    content: "\ea21"
}

.bx-brightness-half:before {
    content: "\ea22"
}

.bx-broadcast:before {
    content: "\ea23"
}

.bx-brush:before {
    content: "\ea24"
}

.bx-bug:before {
    content: "\ea25"
}

.bx-bug-alt:before {
    content: "\ea26"
}

.bx-building:before {
    content: "\ea27"
}

.bx-bulb:before {
    content: "\ea28"
}

.bx-bullseye:before {
    content: "\ea29"
}

.bx-buoy:before {
    content: "\ea2a"
}

.bx-calculator:before {
    content: "\ea2b"
}

.bx-calendar:before {
    content: "\ea2c"
}

.bx-calendar-alt:before {
    content: "\ea2d"
}

.bx-calendar-check:before {
    content: "\ea2e"
}

.bx-calendar-event:before {
    content: "\ea2f"
}

.bx-calendar-minus:before {
    content: "\ea30"
}

.bx-calendar-plus:before {
    content: "\ea31"
}

.bx-calendar-x:before {
    content: "\ea32"
}

.bx-camera:before {
    content: "\ea33"
}

.bx-camera-off:before {
    content: "\ea34"
}

.bx-captions:before {
    content: "\ea35"
}

.bx-car:before {
    content: "\ea36"
}

.bx-card:before {
    content: "\ea37"
}

.bx-caret-down:before {
    content: "\ea38"
}

.bx-caret-left:before {
    content: "\ea39"
}

.bx-caret-right:before {
    content: "\ea3a"
}

.bx-caret-up:before {
    content: "\ea3b"
}

.bx-carousel:before {
    content: "\ea3c"
}

.bx-cart:before {
    content: "\ea3d"
}

.bx-cart-alt:before {
    content: "\ea3e"
}

.bx-cast:before {
    content: "\ea3f"
}

.bx-certification:before {
    content: "\ea40"
}

.bx-chart:before {
    content: "\ea41"
}

.bx-checkbox:before {
    content: "\ea42"
}

.bx-checkbox-checked:before {
    content: "\ea43"
}

.bx-checkbox-square:before {
    content: "\ea44"
}

.bx-check-circle:before {
    content: "\ea45"
}

.bx-check-double:before {
    content: "\ea46"
}

.bx-check-square:before {
    content: "\ea47"
}

.bx-chevron-down:before {
    content: "\ea48"
}

.bx-chevron-left:before {
    content: "\ea49"
}

.bx-chevron-right:before {
    content: "\ea4a"
}

.bx-chevrons-down:before {
    content: "\ea4b"
}

.bx-chevrons-left:before {
    content: "\ea4c"
}

.bx-chevrons-right:before {
    content: "\ea4d"
}

.bx-chevrons-up:before {
    content: "\ea4e"
}

.bx-chevron-up:before {
    content: "\ea4f"
}

.bx-circle:before {
    content: "\ea50"
}

.bx-cloud:before {
    content: "\ea51"
}

.bx-cloud-download:before {
    content: "\ea52"
}

.bx-cloud-drizzle:before {
    content: "\ea53"
}

.bx-cloud-lightning:before {
    content: "\ea54"
}

.bx-cloud-light-rain:before {
    content: "\ea55"
}

.bx-cloud-rain:before {
    content: "\ea56"
}

.bx-cloud-snow:before {
    content: "\ea57"
}

.bx-cloud-upload:before {
    content: "\ea58"
}

.bx-code:before {
    content: "\ea59"
}

.bx-code-alt:before {
    content: "\ea5a"
}

.bx-code-curly:before {
    content: "\ea5b"
}

.bx-cog:before {
    content: "\ea5c"
}

.bx-collapse:before {
    content: "\ea5d"
}

.bx-collection:before {
    content: "\ea5e"
}

.bx-command:before {
    content: "\ea5f"
}

.bx-compass:before {
    content: "\ea60"
}

.bx-conversation:before {
    content: "\ea61"
}

.bx-copy-alt:before {
    content: "\ea62"
}

.bx-copyright:before {
    content: "\ea63"
}

.bx-crosshair:before {
    content: "\ea64"
}

.bx-crown:before {
    content: "\ea65"
}

.bx-cube:before {
    content: "\ea66"
}

.bx-cube-alt:before {
    content: "\ea67"
}

.bx-cuboid:before {
    content: "\ea68"
}

.bx-customize:before {
    content: "\ea69"
}

.bx-cycling:before {
    content: "\ea6a"
}

.bx-cylinder:before {
    content: "\ea6b"
}

.bx-data:before {
    content: "\ea6c"
}

.bx-devices:before {
    content: "\ea6d"
}

.bx-dialpad:before {
    content: "\ea6e"
}

.bx-dialpad-alt:before {
    content: "\ea6f"
}

.bx-directions:before {
    content: "\ea70"
}

.bx-disc:before {
    content: "\ea71"
}

.bx-dislike:before {
    content: "\ea72"
}

.bx-dna:before {
    content: "\ea73"
}

.bx-dock-bottom:before {
    content: "\ea74"
}

.bx-dock-left:before {
    content: "\ea75"
}

.bx-dock-right:before {
    content: "\ea76"
}

.bx-dock-top:before {
    content: "\ea77"
}

.bx-dollar-circle:before {
    content: "\ea78"
}

.bx-dots-horizontal:before {
    content: "\ea79"
}

.bx-dots-horizontal-rounded:before {
    content: "\ea7a"
}

.bx-dots-vertical:before {
    content: "\ea7b"
}

.bx-dots-vertical-rounded:before {
    content: "\ea7c"
}

.bx-doughnut-chart:before {
    content: "\ea7d"
}

.bx-down-arrow:before {
    content: "\ea7e"
}

.bx-down-arrow-alt:before {
    content: "\ea7f"
}

.bx-down-arrow-circle:before {
    content: "\ea80"
}

.bx-download:before {
    content: "\ea81"
}

.bx-droplet:before {
    content: "\ea82"
}

.bx-dumbbell:before {
    content: "\ea83"
}

.bx-duplicate:before {
    content: "\ea84"
}

.bx-envelope:before {
    content: "\ea85"
}

.bx-equalizer:before {
    content: "\ea86"
}

.bx-error:before {
    content: "\ea87"
}

.bx-error-alt:before {
    content: "\ea88"
}

.bx-error-circle:before {
    content: "\ea89"
}

.bx-exit-fullscreen:before {
    content: "\ea8a"
}

.bx-expand:before {
    content: "\ea8b"
}

.bx-export:before {
    content: "\ea8c"
}

.bx-fast-forward:before {
    content: "\ea8d"
}

.bx-female:before {
    content: "\ea8e"
}

.bx-file:before {
    content: "\ea8f"
}

.bx-file-blank:before {
    content: "\ea90"
}

.bx-film:before {
    content: "\ea91"
}

.bx-filter:before {
    content: "\ea92"
}

.bx-filter-alt:before {
    content: "\ea93"
}

.bx-fingerprint:before {
    content: "\ea94"
}

.bx-first-aid:before {
    content: "\ea95"
}

.bx-first-page:before {
    content: "\ea96"
}

.bx-folder:before {
    content: "\ea97"
}

.bx-folder-minus:before {
    content: "\ea98"
}

.bx-folder-open:before {
    content: "\ea99"
}

.bx-folder-plus:before {
    content: "\ea9a"
}

.bx-font-color:before {
    content: "\ea9b"
}

.bx-football:before {
    content: "\ea9c"
}

.bx-ghost:before {
    content: "\ea9d"
}

.bx-gift:before {
    content: "\ea9e"
}

.bx-git-branch:before {
    content: "\ea9f"
}

.bx-git-commit:before {
    content: "\eaa0"
}

.bx-git-compare:before {
    content: "\eaa1"
}

.bx-git-merge:before {
    content: "\eaa2"
}

.bx-git-pull-request:before {
    content: "\eaa3"
}

.bx-git-repo-forked:before {
    content: "\eaa4"
}

.bx-globe:before {
    content: "\eaa5"
}

.bx-globe-alt:before {
    content: "\eaa6"
}

.bx-grid:before {
    content: "\eaa7"
}

.bx-grid-alt:before {
    content: "\eaa8"
}

.bx-grid-horizontal:before {
    content: "\eaa9"
}

.bx-grid-small:before {
    content: "\eaaa"
}

.bx-grid-vertical:before {
    content: "\eaab"
}

.bx-group:before {
    content: "\eaac"
}

.bx-handicap:before {
    content: "\eaad"
}

.bx-hash:before {
    content: "\eaae"
}

.bx-headphone:before {
    content: "\eaaf"
}

.bx-heart:before {
    content: "\eab0"
}

.bx-help-circle:before {
    content: "\eab1"
}

.bx-hide:before {
    content: "\eab2"
}

.bx-highlight:before {
    content: "\eab3"
}

.bx-history:before {
    content: "\eab4"
}

.bx-hive:before {
    content: "\eab5"
}

.bx-home:before {
    content: "\eab6"
}

.bx-home-alt:before {
    content: "\eab7"
}

.bx-home-circle:before {
    content: "\eab8"
}

.bx-horizontal-center:before {
    content: "\eab9"
}

.bx-hotel:before {
    content: "\eaba"
}

.bx-hourglass:before {
    content: "\eabb"
}

.bx-image:before {
    content: "\eabc"
}

.bx-import:before {
    content: "\eabd"
}

.bx-infinite:before {
    content: "\eabe"
}

.bx-info-circle:before {
    content: "\eabf"
}

.bx-joystick:before {
    content: "\eac0"
}

.bx-joystick-alt:before {
    content: "\eac1"
}

.bx-joystick-button:before {
    content: "\eac2"
}

.bx-key:before {
    content: "\eac3"
}

.bx-landscape:before {
    content: "\eac4"
}

.bx-last-page:before {
    content: "\eac5"
}

.bx-layer:before {
    content: "\eac6"
}

.bx-layout:before {
    content: "\eac7"
}

.bx-left-arrow:before {
    content: "\eac8"
}

.bx-left-arrow-alt:before {
    content: "\eac9"
}

.bx-left-arrow-circle:before {
    content: "\eaca"
}

.bx-left-down-arrow-circle:before {
    content: "\eacb"
}

.bx-left-indent:before {
    content: "\eacc"
}

.bx-left-top-arrow-circle:before {
    content: "\eacd"
}

.bx-like:before {
    content: "\eace"
}

.bx-line-chart:before {
    content: "\eacf"
}

.bx-link:before {
    content: "\ead0"
}

.bx-link-alt:before {
    content: "\ead1"
}

.bx-link-external:before {
    content: "\ead2"
}

.bx-list-check:before {
    content: "\ead3"
}

.bx-list-ol:before {
    content: "\ead4"
}

.bx-list-plus:before {
    content: "\ead5"
}

.bx-list-ul:before {
    content: "\ead6"
}

.bx-list-x:before {
    content: "\ead7"
}

.bx-loader:before {
    content: "\ead8"
}

.bx-loader-alt:before {
    content: "\ead9"
}

.bx-loader-circle:before {
    content: "\eada"
}

.bx-lock:before {
    content: "\eadb"
}

.bx-lock-alt:before {
    content: "\eadc"
}

.bx-lock-open:before {
    content: "\eadd"
}

.bx-lock-open-alt:before {
    content: "\eade"
}

.bx-log-in:before {
    content: "\eadf"
}

.bx-log-in-circle:before {
    content: "\eae0"
}

.bx-log-out:before {
    content: "\eae1"
}

.bx-log-out-circle:before {
    content: "\eae2"
}

.bx-magnet:before {
    content: "\eae3"
}

.bx-mail-send:before {
    content: "\eae4"
}

.bx-male:before {
    content: "\eae5"
}

.bx-map:before {
    content: "\eae6"
}

.bx-map-pin:before {
    content: "\eae7"
}

.bx-memory-card:before {
    content: "\eae8"
}

.bx-menu:before {
    content: "\eae9"
}

.bx-menu-alt-left:before {
    content: "\eaea"
}

.bx-menu-alt-right:before {
    content: "\eaeb"
}

.bx-message-square:before {
    content: "\eaec"
}

.bx-message-square-dots:before {
    content: "\eaed"
}

.bx-microphone:before {
    content: "\eaee"
}

.bx-microphone-off:before {
    content: "\eaef"
}

.bx-minus-circle:before {
    content: "\eaf0"
}

.bx-mobile:before {
    content: "\eaf1"
}

.bx-mobile-landscape:before {
    content: "\eaf2"
}

.bx-mobile-vibration:before {
    content: "\eaf3"
}

.bx-moon:before {
    content: "\eaf4"
}

.bx-mouse:before {
    content: "\eaf5"
}

.bx-mouse-alt:before {
    content: "\eaf6"
}

.bx-move:before {
    content: "\eaf7"
}

.bx-music:before {
    content: "\eaf8"
}

.bx-navigation:before {
    content: "\eaf9"
}

.bx-no-entry:before {
    content: "\eafa"
}

.bx-note:before {
    content: "\eafb"
}

.bx-notification-off:before {
    content: "\eafc"
}

.bx-package:before {
    content: "\eafd"
}

.bx-paint:before {
    content: "\eafe"
}

.bx-paint-roll:before {
    content: "\eaff"
}

.bx-palette:before {
    content: "\eb00"
}

.bx-paperclip:before {
    content: "\eb01"
}

.bx-paper-plane:before {
    content: "\eb02"
}

.bx-pause:before {
    content: "\eb03"
}

.bx-pause-circle:before {
    content: "\eb04"
}

.bx-pen:before {
    content: "\eb05"
}

.bx-pencil:before {
    content: "\eb06"
}

.bx-phone:before {
    content: "\eb07"
}

.bx-phone-call:before {
    content: "\eb08"
}

.bx-phone-incoming:before {
    content: "\eb09"
}

.bx-phone-outgoing:before {
    content: "\eb0a"
}

.bx-pie-chart:before {
    content: "\eb0b"
}

.bx-pie-chart-alt:before {
    content: "\eb0c"
}

.bx-pie-chart-alt-2:before {
    content: "\eb0d"
}

.bx-pin:before {
    content: "\eb0e"
}

.bx-planet:before {
    content: "\eb0f"
}

.bx-play:before {
    content: "\eb10"
}

.bx-plug:before {
    content: "\eb11"
}

.bx-plus-circle:before {
    content: "\eb12"
}

.bx-plus-medical:before {
    content: "\eb13"
}

.bx-poll:before {
    content: "\eb14"
}

.bx-polygon:before {
    content: "\eb15"
}

.bx-power-off:before {
    content: "\eb16"
}

.bx-purchase-tag-alt:before {
    content: "\eb17"
}

.bx-pyramid:before {
    content: "\eb18"
}

.bx-question-mark:before {
    content: "\eb19"
}

.bx-radar:before {
    content: "\eb1a"
}

.bx-radio-circle:before {
    content: "\eb1b"
}

.bx-radio-circle-marked:before {
    content: "\eb1c"
}

.bx-receipt:before {
    content: "\eb1d"
}

.bx-redo:before {
    content: "\eb1e"
}

.bx-reset:before {
    content: "\eb1f"
}

.bx-revision:before {
    content: "\eb20"
}

.bx-rewind:before {
    content: "\eb21"
}

.bx-right-arrow:before {
    content: "\eb22"
}

.bx-right-arrow-alt:before {
    content: "\eb23"
}

.bx-right-arrow-circle:before {
    content: "\eb24"
}

.bx-right-down-arrow-circle:before {
    content: "\eb25"
}

.bx-right-indent:before {
    content: "\eb26"
}

.bx-right-top-arrow-circle:before {
    content: "\eb27"
}

.bx-rocket:before {
    content: "\eb28"
}

.bx-rotate-left:before {
    content: "\eb29"
}

.bx-rotate-right:before {
    content: "\eb2a"
}

.bx-rss:before {
    content: "\eb2b"
}

.bx-run:before {
    content: "\eb2c"
}

.bx-save:before {
    content: "\eb2d"
}

.bx-search:before {
    content: "\eb2e"
}

.bx-search-alt:before {
    content: "\eb2f"
}

.bx-search-alt-2:before {
    content: "\eb30"
}

.bx-selection:before {
    content: "\eb31"
}

.bx-select-multiple:before {
    content: "\eb32"
}

.bx-send:before {
    content: "\eb33"
}

.bx-server:before {
    content: "\eb34"
}

.bx-shape-circle:before {
    content: "\eb35"
}

.bx-shape-square:before {
    content: "\eb36"
}

.bx-shape-triangle:before {
    content: "\eb37"
}

.bx-share:before {
    content: "\eb38"
}

.bx-share-alt:before {
    content: "\eb39"
}

.bx-shield:before {
    content: "\eb3a"
}

.bx-shield-alt:before {
    content: "\eb3b"
}

.bx-shield-alt-2:before {
    content: "\eb3c"
}

.bx-show:before {
    content: "\eb3d"
}

.bx-show-alt:before {
    content: "\eb3e"
}

.bx-skip-next:before {
    content: "\eb3f"
}

.bx-skip-previous:before {
    content: "\eb40"
}

.bx-slider:before {
    content: "\eb41"
}

.bx-slider-alt:before {
    content: "\eb42"
}

.bx-slideshow:before {
    content: "\eb43"
}

.bx-spreadsheet:before {
    content: "\eb44"
}

.bx-square:before {
    content: "\eb45"
}

.bx-square-rounded:before {
    content: "\eb46"
}

.bx-star:before {
    content: "\eb47"
}

.bx-station:before {
    content: "\eb48"
}

.bx-stats:before {
    content: "\eb49"
}

.bx-stop:before {
    content: "\eb4a"
}

.bx-stopwatch:before {
    content: "\eb4b"
}

.bx-store:before {
    content: "\eb4c"
}

.bx-store-alt:before {
    content: "\eb4d"
}

.bx-street-view:before {
    content: "\eb4e"
}

.bx-strikethrough:before {
    content: "\eb4f"
}

.bx-sun:before {
    content: "\eb50"
}

.bx-swim:before {
    content: "\eb51"
}

.bx-sync:before {
    content: "\eb52"
}

.bx-tab:before {
    content: "\eb53"
}

.bx-target-lock:before {
    content: "\eb54"
}

.bx-taxi:before {
    content: "\eb55"
}

.bx-tennis-ball:before {
    content: "\eb56"
}

.bx-test-tube:before {
    content: "\eb57"
}

.bx-time:before {
    content: "\eb58"
}

.bx-time-five:before {
    content: "\eb59"
}

.bx-timer:before {
    content: "\eb5a"
}

.bx-toggle-left:before {
    content: "\eb5b"
}

.bx-toggle-right:before {
    content: "\eb5c"
}

.bx-traffic-barrier:before {
    content: "\eb5d"
}

.bx-train:before {
    content: "\eb5e"
}

.bx-transfer:before {
    content: "\eb5f"
}

.bx-transfer-alt:before {
    content: "\eb60"
}

.bx-trash:before {
    content: "\eb61"
}

.bx-trash-alt:before {
    content: "\eb62"
}

.bx-trending-down:before {
    content: "\eb63"
}

.bx-trending-up:before {
    content: "\eb64"
}

.bx-trophy:before {
    content: "\eb65"
}

.bx-truck:before {
    content: "\eb66"
}

.bx-undo:before {
    content: "\eb67"
}

.bx-unlink:before {
    content: "\eb68"
}

.bx-up-arrow:before {
    content: "\eb69"
}

.bx-up-arrow-alt:before {
    content: "\eb6a"
}

.bx-up-arrow-circle:before {
    content: "\eb6b"
}

.bx-upload:before {
    content: "\eb6c"
}

.bx-user:before {
    content: "\eb6d"
}

.bx-user-check:before {
    content: "\eb6e"
}

.bx-user-circle:before {
    content: "\eb6f"
}

.bx-user-minus:before {
    content: "\eb70"
}

.bx-user-pin:before {
    content: "\eb71"
}

.bx-user-plus:before {
    content: "\eb72"
}

.bx-user-voice:before {
    content: "\eb73"
}

.bx-user-x:before {
    content: "\eb74"
}

.bx-vertical-center:before {
    content: "\eb75"
}

.bx-video:before {
    content: "\eb76"
}

.bx-video-off:before {
    content: "\eb77"
}

.bx-video-plus:before {
    content: "\eb78"
}

.bx-video-recording:before {
    content: "\eb79"
}

.bx-voicemail:before {
    content: "\eb7a"
}

.bx-volume:before {
    content: "\eb7b"
}

.bx-volume-full:before {
    content: "\eb7c"
}

.bx-volume-low:before {
    content: "\eb7d"
}

.bx-volume-mute:before {
    content: "\eb7e"
}

.bx-walk:before {
    content: "\eb7f"
}

.bx-water:before {
    content: "\eb80"
}

.bx-wifi:before {
    content: "\eb81"
}

.bx-wifi-off:before {
    content: "\eb82"
}

.bx-wind:before {
    content: "\eb83"
}

.bx-x-circle:before {
    content: "\eb84"
}

.bx-zoom-in:before {
    content: "\eb85"
}

.bx-zoom-out:before {
    content: "\eb86"
}

.bxs-archive:before {
    content: "\eb87"
}

.bxs-archive-out:before {
    content: "\eb88"
}

.bxs-archive-in:before {
    content: "\eb89"
}

.bxs-city:before {
    content: "\eb8a"
}

.bxs-cake:before {
    content: "\eb8b"
}

.bxs-spa:before {
    content: "\eb8c"
}

.bxs-dish:before {
    content: "\eb8d"
}

.bxs-fridge:before {
    content: "\eb8e"
}

.bxs-image-add:before {
    content: "\eb8f"
}

.bxs-alarm-add:before {
    content: "\eb90"
}

.bxs-add-to-queue:before {
    content: "\eb91"
}

.bxs-bolt-circle:before {
    content: "\eb92"
}

.bxs-check-shield:before {
    content: "\eb93"
}

.bxs-file-find:before {
    content: "\eb94"
}

.bxs-label:before {
    content: "\eb95"
}

.bxs-exit:before {
    content: "\eb96"
}

.bxs-extension:before {
    content: "\eb97"
}

.bxs-face:before {
    content: "\eb98"
}

.bxs-downvote:before {
    content: "\eb99"
}

.bxs-upvote:before {
    content: "\eb9a"
}

.bxs-user-circle:before {
    content: "\eb9b"
}

.bxs-cart:before {
    content: "\eb9c"
}

.bxs-magnet:before {
    content: "\eb9d"
}

.bxs-briefcase:before {
    content: "\eb9e"
}

.bxs-book:before {
    content: "\eb9f"
}

.bxs-watch:before {
    content: "\eba0"
}

.bxs-wallet-alt:before {
    content: "\eba1"
}

.bxs-edit:before {
    content: "\eba2"
}

.bxs-shield-alt-2:before {
    content: "\eba3"
}

.bxs-building-house:before {
    content: "\eba4"
}

.bxs-star:before {
    content: "\eba5"
}

.bxs-bar-chart-alt-2:before {
    content: "\eba6"
}

.bxs-message-rounded-dots:before {
    content: "\eba7"
}

.bxs-message-rounded:before {
    content: "\eba8"
}

.bxs-brush-alt:before {
    content: "\eba9"
}

.bxs-message-alt-dots:before {
    content: "\ebaa"
}

.bxs-message-alt:before {
    content: "\ebab"
}

.bxs-brush:before {
    content: "\ebac"
}

.bxs-gas-pump:before {
    content: "\ebad"
}

.bxs-megaphone:before {
    content: "\ebae"
}

.bxs-ship:before {
    content: "\ebaf"
}

.bxs-bath:before {
    content: "\ebb0"
}

.bxs-bed:before {
    content: "\ebb1"
}

.bxs-photo-album:before {
    content: "\ebb2"
}

.bxs-grid-alt:before {
    content: "\ebb3"
}

.bxs-sort-alt:before {
    content: "\ebb4"
}

.bxs-wallet:before {
    content: "\ebb5"
}

.bxs-categories:before {
    content: "\ebb6"
}

.bxs-movie:before {
    content: "\ebb7"
}

.bxs-watch-alt:before {
    content: "\ebb8"
}

.bxs-buildings:before {
    content: "\ebb9"
}

.bxs-chat:before {
    content: "\ebba"
}

.bxs-briefcase-alt:before {
    content: "\ebbb"
}

.bxs-book-content:before {
    content: "\ebbc"
}

.bxs-message-dots:before {
    content: "\ebbd"
}

.bxs-edit-alt:before {
    content: "\ebbe"
}

.bxs-notepad:before {
    content: "\ebbf"
}

.bxs-briefcase-alt-2:before {
    content: "\ebc0"
}

.bxs-credit-card:before {
    content: "\ebc1"
}

.bxs-credit-card-alt:before {
    content: "\ebc2"
}

.bxs-no-entry:before {
    content: "\ebc3"
}

.bxs-battery-charging:before {
    content: "\ebc4"
}

.bxs-battery-full:before {
    content: "\ebc5"
}

.bxs-hdd:before {
    content: "\ebc6"
}

.bxs-news:before {
    content: "\ebc7"
}

.bxs-ruler:before {
    content: "\ebc8"
}

.bxs-filter-alt:before {
    content: "\ebc9"
}

.bxs-purchase-tag:before {
    content: "\ebca"
}

.bxs-battery-low:before {
    content: "\ebcb"
}

.bxs-chip:before {
    content: "\ebcc"
}

.bxs-rename:before {
    content: "\ebcd"
}

.bxs-battery:before {
    content: "\ebce"
}

.bxs-flag:before {
    content: "\ebcf"
}

.bxs-wrench:before {
    content: "\ebd0"
}

.bxs-t-shirt:before {
    content: "\ebd1"
}

.bxs-paste:before {
    content: "\ebd2"
}

.bxs-share:before {
    content: "\ebd3"
}

.bxs-bolt:before {
    content: "\ebd4"
}

.bxs-coffee-alt:before {
    content: "\ebd5"
}

.bxs-pin:before {
    content: "\ebd6"
}

.bxs-shopping-bag:before {
    content: "\ebd7"
}

.bxs-shopping-bag-alt:before {
    content: "\ebd8"
}

.bxs-trophy:before {
    content: "\ebd9"
}

.bxs-coupon:before {
    content: "\ebda"
}

.bxs-discount:before {
    content: "\ebdb"
}

.bxs-inbox:before {
    content: "\ebdc"
}

.bxs-widget:before {
    content: "\ebdd"
}

.bxs-printer:before {
    content: "\ebde"
}

.bxs-radio:before {
    content: "\ebdf"
}

.bxs-terminal:before {
    content: "\ebe0"
}

.bxs-message:before {
    content: "\ebe1"
}

.bxs-tag:before {
    content: "\ebe2"
}

.bxs-tag-x:before {
    content: "\ebe3"
}

.bxs-building:before {
    content: "\ebe4"
}

.bxs-book-bookmark:before {
    content: "\ebe5"
}

.bxs-bus:before {
    content: "\ebe6"
}

.bxs-copy-alt:before {
    content: "\ebe7"
}

.bxs-coffee:before {
    content: "\ebe8"
}

.bxs-copy:before {
    content: "\ebe9"
}

.bxs-x-circle:before {
    content: "\ebea"
}

.bxs-zoom-out:before {
    content: "\ebeb"
}

.bxs-adjust:before {
    content: "\ebec"
}

.bxs-adjust-alt:before {
    content: "\ebed"
}

.bxs-alarm:before {
    content: "\ebee"
}

.bxs-alarm-off:before {
    content: "\ebef"
}

.bxs-album:before {
    content: "\ebf0"
}

.bxs-ambulance:before {
    content: "\ebf1"
}

.bxs-analyse:before {
    content: "\ebf2"
}

.bxs-area:before {
    content: "\ebf3"
}

.bxs-award:before {
    content: "\ebf4"
}

.bxs-badge:before {
    content: "\ebf5"
}

.bxs-badge-check:before {
    content: "\ebf6"
}

.bxs-ball:before {
    content: "\ebf7"
}

.bxs-band-aid:before {
    content: "\ebf8"
}

.bxs-bank:before {
    content: "\ebf9"
}

.bxs-bar-chart-square:before {
    content: "\ebfa"
}

.bxs-barcode:before {
    content: "\ebfb"
}

.bxs-basket:before {
    content: "\ebfc"
}

.bxs-bell:before {
    content: "\ebfd"
}

.bxs-bell-minus:before {
    content: "\ebfe"
}

.bxs-bell-off:before {
    content: "\ebff"
}

.bxs-bell-plus:before {
    content: "\ec00"
}

.bxs-bell-ring:before {
    content: "\ec01"
}

.bxs-bookmark:before {
    content: "\ec02"
}

.bxs-bookmark-minus:before {
    content: "\ec03"
}

.bxs-bookmark-plus:before {
    content: "\ec04"
}

.bxs-bookmarks:before {
    content: "\ec05"
}

.bxs-bookmark-star:before {
    content: "\ec06"
}

.bxs-book-open:before {
    content: "\ec07"
}

.bxs-bot:before {
    content: "\ec08"
}

.bxs-bowling-ball:before {
    content: "\ec09"
}

.bxs-box:before {
    content: "\ec0a"
}

.bxs-brightness:before {
    content: "\ec0b"
}

.bxs-brightness-half:before {
    content: "\ec0c"
}

.bxs-bug:before {
    content: "\ec0d"
}

.bxs-bug-alt:before {
    content: "\ec0e"
}

.bxs-bulb:before {
    content: "\ec0f"
}

.bxs-buoy:before {
    content: "\ec10"
}

.bxs-calculator:before {
    content: "\ec11"
}

.bxs-calendar:before {
    content: "\ec12"
}

.bxs-calendar-alt:before {
    content: "\ec13"
}

.bxs-calendar-check:before {
    content: "\ec14"
}

.bxs-calendar-event:before {
    content: "\ec15"
}

.bxs-calendar-minus:before {
    content: "\ec16"
}

.bxs-calendar-plus:before {
    content: "\ec17"
}

.bxs-calendar-x:before {
    content: "\ec18"
}

.bxs-camera:before {
    content: "\ec19"
}

.bxs-camera-off:before {
    content: "\ec1a"
}

.bxs-capsule:before {
    content: "\ec1b"
}

.bxs-captions:before {
    content: "\ec1c"
}

.bxs-car:before {
    content: "\ec1d"
}

.bxs-card:before {
    content: "\ec1e"
}

.bxs-carousel:before {
    content: "\ec1f"
}

.bxs-cart-alt:before {
    content: "\ec20"
}

.bxs-certification:before {
    content: "\ec21"
}

.bxs-chalkboard:before {
    content: "\ec22"
}

.bxs-chart:before {
    content: "\ec23"
}

.bxs-checkbox:before {
    content: "\ec24"
}

.bxs-checkbox-checked:before {
    content: "\ec25"
}

.bxs-check-circle:before {
    content: "\ec26"
}

.bxs-check-square:before {
    content: "\ec27"
}

.bxs-circle:before {
    content: "\ec28"
}

.bxs-cloud:before {
    content: "\ec29"
}

.bxs-cloud-download:before {
    content: "\ec2a"
}

.bxs-cloud-lightning:before {
    content: "\ec2b"
}

.bxs-cloud-rain:before {
    content: "\ec2c"
}

.bxs-cloud-upload:before {
    content: "\ec2d"
}

.bxs-cog:before {
    content: "\ec2e"
}

.bxs-collection:before {
    content: "\ec2f"
}

.bxs-color-fill:before {
    content: "\ec30"
}

.bxs-comment:before {
    content: "\ec31"
}

.bxs-comment-add:before {
    content: "\ec32"
}

.bxs-comment-detail:before {
    content: "\ec33"
}

.bxs-comment-dots:before {
    content: "\ec34"
}

.bxs-comment-error:before {
    content: "\ec35"
}

.bxs-compass:before {
    content: "\ec36"
}

.bxs-component:before {
    content: "\ec37"
}

.bxs-contact:before {
    content: "\ec38"
}

.bxs-conversation:before {
    content: "\ec39"
}

.bxs-crown:before {
    content: "\ec3a"
}

.bxs-cube:before {
    content: "\ec3b"
}

.bxs-cube-alt:before {
    content: "\ec3c"
}

.bxs-cuboid:before {
    content: "\ec3d"
}

.bxs-customize:before {
    content: "\ec3e"
}

.bxs-cylinder:before {
    content: "\ec3f"
}

.bxs-dashboard:before {
    content: "\ec40"
}

.bxs-data:before {
    content: "\ec41"
}

.bxs-detail:before {
    content: "\ec42"
}

.bxs-devices:before {
    content: "\ec43"
}

.bxs-direction-left:before {
    content: "\ec44"
}

.bxs-direction-right:before {
    content: "\ec45"
}

.bxs-directions:before {
    content: "\ec46"
}

.bxs-disc:before {
    content: "\ec47"
}

.bxs-dislike:before {
    content: "\ec48"
}

.bxs-dock-bottom:before {
    content: "\ec49"
}

.bxs-dock-left:before {
    content: "\ec4a"
}

.bxs-dock-right:before {
    content: "\ec4b"
}

.bxs-dock-top:before {
    content: "\ec4c"
}

.bxs-dollar-circle:before {
    content: "\ec4d"
}

.bxs-doughnut-chart:before {
    content: "\ec4e"
}

.bxs-down-arrow:before {
    content: "\ec4f"
}

.bxs-down-arrow-circle:before {
    content: "\ec50"
}

.bxs-down-arrow-square:before {
    content: "\ec51"
}

.bxs-download:before {
    content: "\ec52"
}

.bxs-drink:before {
    content: "\ec53"
}

.bxs-droplet:before {
    content: "\ec54"
}

.bxs-droplet-half:before {
    content: "\ec55"
}

.bxs-duplicate:before {
    content: "\ec56"
}

.bxs-eject:before {
    content: "\ec57"
}

.bxs-envelope:before {
    content: "\ec58"
}

.bxs-eraser:before {
    content: "\ec59"
}

.bxs-error:before {
    content: "\ec5a"
}

.bxs-error-alt:before {
    content: "\ec5b"
}

.bxs-error-circle:before {
    content: "\ec5c"
}

.bxs-eyedropper:before {
    content: "\ec5d"
}

.bxs-factory:before {
    content: "\ec5e"
}

.bxs-fast-forward-circle:before {
    content: "\ec5f"
}

.bxs-file:before {
    content: "\ec60"
}

.bxs-file-blank:before {
    content: "\ec61"
}

.bxs-file-css:before {
    content: "\ec62"
}

.bxs-file-doc:before {
    content: "\ec63"
}

.bxs-file-gif:before {
    content: "\ec64"
}

.bxs-file-html:before {
    content: "\ec65"
}

.bxs-file-image:before {
    content: "\ec66"
}

.bxs-file-jpg:before {
    content: "\ec67"
}

.bxs-file-js:before {
    content: "\ec68"
}

.bxs-file-json:before {
    content: "\ec69"
}

.bxs-file-md:before {
    content: "\ec6a"
}

.bxs-file-pdf:before {
    content: "\ec6b"
}

.bxs-file-plus:before {
    content: "\ec6c"
}

.bxs-file-png:before {
    content: "\ec6d"
}

.bxs-file-txt:before {
    content: "\ec6e"
}

.bxs-film:before {
    content: "\ec6f"
}

.bxs-first-aid:before {
    content: "\ec70"
}

.bxs-flag-alt:before {
    content: "\ec71"
}

.bxs-flame:before {
    content: "\ec72"
}

.bxs-flask:before {
    content: "\ec73"
}

.bxs-folder:before {
    content: "\ec74"
}

.bxs-folder-minus:before {
    content: "\ec75"
}

.bxs-folder-open:before {
    content: "\ec76"
}

.bxs-folder-plus:before {
    content: "\ec77"
}

.bxs-ghost:before {
    content: "\ec78"
}

.bxs-gift:before {
    content: "\ec79"
}

.bxs-graduation:before {
    content: "\ec7a"
}

.bxs-grid:before {
    content: "\ec7b"
}

.bxs-group:before {
    content: "\ec7c"
}

.bxs-heart:before {
    content: "\ec7d"
}

.bxs-help-circle:before {
    content: "\ec7e"
}

.bxs-hide:before {
    content: "\ec7f"
}

.bxs-home:before {
    content: "\ec80"
}

.bxs-home-circle:before {
    content: "\ec81"
}

.bxs-hot:before {
    content: "\ec82"
}

.bxs-hotel:before {
    content: "\ec83"
}

.bxs-hourglass:before {
    content: "\ec84"
}

.bxs-hourglass-bottom:before {
    content: "\ec85"
}

.bxs-hourglass-top:before {
    content: "\ec86"
}

.bxs-id-card:before {
    content: "\ec87"
}

.bxs-image:before {
    content: "\ec88"
}

.bxs-image-alt:before {
    content: "\ec89"
}

.bxs-info-circle:before {
    content: "\ec8a"
}

.bxs-institution:before {
    content: "\ec8b"
}

.bxs-joystick:before {
    content: "\ec8c"
}

.bxs-joystick-alt:before {
    content: "\ec8d"
}

.bxs-joystick-button:before {
    content: "\ec8e"
}

.bxs-key:before {
    content: "\ec8f"
}

.bxs-keyboard:before {
    content: "\ec90"
}

.bxs-landmark:before {
    content: "\ec91"
}

.bxs-landscape:before {
    content: "\ec92"
}

.bxs-layer:before {
    content: "\ec93"
}

.bxs-layout:before {
    content: "\ec94"
}

.bxs-left-arrow:before {
    content: "\ec95"
}

.bxs-left-arrow-circle:before {
    content: "\ec96"
}

.bxs-left-arrow-square:before {
    content: "\ec97"
}

.bxs-left-down-arrow-circle:before {
    content: "\ec98"
}

.bxs-left-top-arrow-circle:before {
    content: "\ec99"
}

.bxs-like:before {
    content: "\ec9a"
}

.bxs-lock:before {
    content: "\ec9b"
}

.bxs-lock-alt:before {
    content: "\ec9c"
}

.bxs-lock-open:before {
    content: "\ec9d"
}

.bxs-lock-open-alt:before {
    content: "\ec9e"
}

.bxs-log-in:before {
    content: "\ec9f"
}

.bxs-log-in-circle:before {
    content: "\eca0"
}

.bxs-log-out:before {
    content: "\eca1"
}

.bxs-log-out-circle:before {
    content: "\eca2"
}

.bxs-magic-wand:before {
    content: "\eca3"
}

.bxs-map:before {
    content: "\eca4"
}

.bxs-map-alt:before {
    content: "\eca5"
}

.bxs-map-pin:before {
    content: "\eca6"
}

.bxs-memory-card:before {
    content: "\eca7"
}

.bxs-message-square:before {
    content: "\eca8"
}

.bxs-message-square-dots:before {
    content: "\eca9"
}

.bxs-microphone:before {
    content: "\ecaa"
}

.bxs-microphone-alt:before {
    content: "\ecab"
}

.bxs-microphone-off:before {
    content: "\ecac"
}

.bxs-minus-circle:before {
    content: "\ecad"
}

.bxs-minus-square:before {
    content: "\ecae"
}

.bxs-mobile:before {
    content: "\ecaf"
}

.bxs-mobile-vibration:before {
    content: "\ecb0"
}

.bxs-moon:before {
    content: "\ecb1"
}

.bxs-mouse:before {
    content: "\ecb2"
}

.bxs-mouse-alt:before {
    content: "\ecb3"
}

.bxs-music:before {
    content: "\ecb4"
}

.bxs-navigation:before {
    content: "\ecb5"
}

.bxs-note:before {
    content: "\ecb6"
}

.bxs-notification:before {
    content: "\ecb7"
}

.bxs-notification-off:before {
    content: "\ecb8"
}

.bxs-package:before {
    content: "\ecb9"
}

.bxs-paint:before {
    content: "\ecba"
}

.bxs-paint-roll:before {
    content: "\ecbb"
}

.bxs-palette:before {
    content: "\ecbc"
}

.bxs-paper-plane:before {
    content: "\ecbd"
}

.bxs-parking:before {
    content: "\ecbe"
}

.bxs-pen:before {
    content: "\ecbf"
}

.bxs-pencil:before {
    content: "\ecc0"
}

.bxs-phone:before {
    content: "\ecc1"
}

.bxs-phone-call:before {
    content: "\ecc2"
}

.bxs-phone-incoming:before {
    content: "\ecc3"
}

.bxs-phone-outgoing:before {
    content: "\ecc4"
}

.bxs-pie-chart:before {
    content: "\ecc5"
}

.bxs-pie-chart-alt:before {
    content: "\ecc6"
}

.bxs-pie-chart-alt-2:before {
    content: "\ecc7"
}

.bxs-plane:before {
    content: "\ecc8"
}

.bxs-plane-alt:before {
    content: "\ecc9"
}

.bxs-plane-land:before {
    content: "\ecca"
}

.bxs-planet:before {
    content: "\eccb"
}

.bxs-plane-take-off:before {
    content: "\eccc"
}

.bxs-playlist:before {
    content: "\eccd"
}

.bxs-plug:before {
    content: "\ecce"
}

.bxs-plus-circle:before {
    content: "\eccf"
}

.bxs-plus-square:before {
    content: "\ecd0"
}

.bxs-polygon:before {
    content: "\ecd1"
}

.bxs-purchase-tag-alt:before {
    content: "\ecd2"
}

.bxs-pyramid:before {
    content: "\ecd3"
}

.bxs-quote-alt-left:before {
    content: "\ecd4"
}

.bxs-quote-alt-right:before {
    content: "\ecd5"
}

.bxs-quote-left:before {
    content: "\ecd6"
}

.bxs-quote-right:before {
    content: "\ecd7"
}

.bxs-quote-single-left:before {
    content: "\ecd8"
}

.bxs-quote-single-right:before {
    content: "\ecd9"
}

.bxs-receipt:before {
    content: "\ecda"
}

.bxs-rectangle:before {
    content: "\ecdb"
}

.bxs-report:before {
    content: "\ecdc"
}

.bxs-rewind-circle:before {
    content: "\ecdd"
}

.bxs-right-arrow:before {
    content: "\ecde"
}

.bxs-right-arrow-circle:before {
    content: "\ecdf"
}

.bxs-right-arrow-square:before {
    content: "\ece0"
}

.bxs-right-down-arrow-circle:before {
    content: "\ece1"
}

.bxs-right-top-arrow-circle:before {
    content: "\ece2"
}

.bxs-rocket:before {
    content: "\ece3"
}

.bxs-save:before {
    content: "\ece4"
}

.bxs-school:before {
    content: "\ece5"
}

.bxs-search:before {
    content: "\ece6"
}

.bxs-search-alt-2:before {
    content: "\ece7"
}

.bxs-select-multiple:before {
    content: "\ece8"
}

.bxs-send:before {
    content: "\ece9"
}

.bxs-server:before {
    content: "\ecea"
}

.bxs-share-alt:before {
    content: "\eceb"
}

.bxs-shield:before {
    content: "\ecec"
}

.bxs-show:before {
    content: "\eced"
}

.bxs-skip-next-circle:before {
    content: "\ecee"
}

.bxs-skip-previous-circle:before {
    content: "\ecef"
}

.bxs-skull:before {
    content: "\ecf0"
}

.bxs-slideshow:before {
    content: "\ecf1"
}

.bxs-smiley-happy:before {
    content: "\ecf2"
}

.bxs-smiley-meh:before {
    content: "\ecf3"
}

.bxs-smiley-sad:before {
    content: "\ecf4"
}

.bxs-spreadsheet:before {
    content: "\ecf5"
}

.bxs-square:before {
    content: "\ecf6"
}

.bxs-square-rounded:before {
    content: "\ecf7"
}

.bxs-star-half:before {
    content: "\ecf8"
}

.bxs-stopwatch:before {
    content: "\ecf9"
}

.bxs-store:before {
    content: "\ecfa"
}

.bxs-store-alt:before {
    content: "\ecfb"
}

.bxs-sun:before {
    content: "\ecfc"
}

.bxs-taxi:before {
    content: "\ecfd"
}

.bxs-tennis-ball:before {
    content: "\ecfe"
}

.bxs-thermometer:before {
    content: "\ecff"
}

.bxs-time:before {
    content: "\ed00"
}

.bxs-time-five:before {
    content: "\ed01"
}

.bxs-timer:before {
    content: "\ed02"
}

.bxs-toggle-left:before {
    content: "\ed03"
}

.bxs-toggle-right:before {
    content: "\ed04"
}

.bxs-torch:before {
    content: "\ed05"
}

.bxs-to-top:before {
    content: "\ed06"
}

.bxs-traffic:before {
    content: "\ed07"
}

.bxs-traffic-barrier:before {
    content: "\ed08"
}

.bxs-train:before {
    content: "\ed09"
}

.bxs-trash:before {
    content: "\ed0a"
}

.bxs-trash-alt:before {
    content: "\ed0b"
}

.bxs-tree:before {
    content: "\ed0c"
}

.bxs-truck:before {
    content: "\ed0d"
}

.bxs-up-arrow:before {
    content: "\ed0e"
}

.bxs-up-arrow-circle:before {
    content: "\ed0f"
}

.bxs-up-arrow-square:before {
    content: "\ed10"
}

.bxs-user:before {
    content: "\ed11"
}

.bxs-user-badge:before {
    content: "\ed12"
}

.bxs-user-check:before {
    content: "\ed13"
}

.bxs-user-detail:before {
    content: "\ed14"
}

.bxs-user-minus:before {
    content: "\ed15"
}

.bxs-user-pin:before {
    content: "\ed16"
}

.bxs-user-plus:before {
    content: "\ed17"
}

.bxs-user-rectangle:before {
    content: "\ed18"
}

.bxs-user-voice:before {
    content: "\ed19"
}

.bxs-user-x:before {
    content: "\ed1a"
}

.bxs-vial:before {
    content: "\ed1b"
}

.bxs-video:before {
    content: "\ed1c"
}

.bxs-video-off:before {
    content: "\ed1d"
}

.bxs-video-plus:before {
    content: "\ed1e"
}

.bxs-video-recording:before {
    content: "\ed1f"
}

.bxs-videos:before {
    content: "\ed20"
}

.bxs-volume:before {
    content: "\ed21"
}

.bxs-volume-full:before {
    content: "\ed22"
}

.bxs-volume-low:before {
    content: "\ed23"
}

.bxs-volume-mute:before {
    content: "\ed24"
}

.bxs-wine:before {
    content: "\ed25"
}

.bxs-x-square:before {
    content: "\ed26"
}

.bxs-yin-yang:before {
    content: "\ed27"
}

.bxs-zap:before {
    content: "\ed28"
}

.bxs-zoom-in:before {
    content: "\ed29"
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*!
* Quill Editor v1.3.6
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
    pointer-events: none
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.ql-clipboard p {
    margin: 0;
    padding: 0
}

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

.ql-editor>* {
    cursor: text
}

.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em
}

.ql-editor ol>li,
.ql-editor ul>li {
    list-style-type: none
}

.ql-editor ul>li:before {
    content: "\2022"
}

.ql-editor ul[data-checked=false],
.ql-editor ul[data-checked=true] {
    pointer-events: none
}

.ql-editor ul[data-checked=false]>li *,
.ql-editor ul[data-checked=true]>li * {
    pointer-events: all
}

.ql-editor ul[data-checked=false]>li:before,
.ql-editor ul[data-checked=true]>li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=true]>li:before {
    content: "\2611"
}

.ql-editor ul[data-checked=false]>li:before {
    content: "\2610"
}

.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-editor li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
    background-color: #000
}

.ql-editor .ql-bg-red {
    background-color: #e60000
}

.ql-editor .ql-bg-orange {
    background-color: #f90
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor .ql-bg-green {
    background-color: #008a00
}

.ql-editor .ql-bg-blue {
    background-color: #06c
}

.ql-editor .ql-bg-purple {
    background-color: #93f
}

.ql-editor .ql-color-white {
    color: #fff
}

.ql-editor .ql-color-red {
    color: #e60000
}

.ql-editor .ql-color-orange {
    color: #f90
}

.ql-editor .ql-color-yellow {
    color: #ff0
}

.ql-editor .ql-color-green {
    color: #008a00
}

.ql-editor .ql-color-blue {
    color: #06c
}

.ql-editor .ql-color-purple {
    color: #93f
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.ql-editor .ql-size-small {
    font-size: .75em
}

.ql-editor .ql-size-large {
    font-size: 1.5em
}

.ql-editor .ql-size-huge {
    font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor .ql-align-center {
    text-align: center
}

.ql-editor .ql-align-justify {
    text-align: justify
}

.ql-editor .ql-align-right {
    text-align: right
}

.ql-editor.ql-blank:before {
    color: rgba(0, 0, 0, .6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
    outline: none
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover {
    color: #06c
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: #06c
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter {
    stroke: #06c
}

@media (pointer:coarse) {

    .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444
    }
}

.ql-snow,
.ql-snow * {
    box-sizing: border-box
}

.ql-snow .ql-hidden {
    display: none
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
    visibility: hidden
}

.ql-snow .ql-tooltip {
    position: absolute;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.ql-snow .ql-tooltip.ql-flip {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-snow .ql-formats:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
    fill: #444
}

.ql-snow .ql-empty {
    fill: none
}

.ql-snow .ql-even {
    fill-rule: evenodd
}

.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
    stroke-width: 1
}

.ql-snow .ql-transparent {
    opacity: .4
}

.ql-snow .ql-direction svg:last-child {
    display: none
}

.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-snow .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-snow .ql-editor h1 {
    font-size: 2em
}

.ql-snow .ql-editor h2 {
    font-size: 1.5em
}

.ql-snow .ql-editor h3 {
    font-size: 1.17em
}

.ql-snow .ql-editor h4 {
    font-size: 1em
}

.ql-snow .ql-editor h5 {
    font-size: .83em
}

.ql-snow .ql-editor h6 {
    font-size: .67em
}

.ql-snow .ql-editor a {
    text-decoration: underline
}

.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px
}

.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.ql-snow .ql-editor img {
    max-width: 100%
}

.ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.ql-snow .ql-picker-label:before {
    display: inline-block;
    line-height: 22px
}

.ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
    width: 28px
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0
}

.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
    content: attr(data-label)
}

.ql-snow .ql-picker.ql-header {
    width: 98px
}

.ql-snow .ql-picker.ql-header .ql-picker-item:before,
.ql-snow .ql-picker.ql-header .ql-picker-label:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
    content: "Heading 1"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
    content: "Heading 2"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
    content: "Heading 3"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
    content: "Heading 4"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
    content: "Heading 5"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
    content: "Heading 6"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    font-size: 2em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    font-size: 1.5em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    font-size: 1.17em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    font-size: 1em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    font-size: .83em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    font-size: .67em
}

.ql-snow .ql-picker.ql-font {
    width: 108px
}

.ql-snow .ql-picker.ql-font .ql-picker-item:before,
.ql-snow .ql-picker.ql-font .ql-picker-label:before {
    content: "Sans Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
    content: "Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
    content: "Monospace"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
    font-family: Georgia, Times New Roman, serif
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
    font-family: Monaco, Courier New, monospace
}

.ql-snow .ql-picker.ql-size {
    width: 98px
}

.ql-snow .ql-picker.ql-size .ql-picker-item:before,
.ql-snow .ql-picker.ql-size .ql-picker-label:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
    content: "Small"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
    content: "Large"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
    content: "Huge"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
    font-size: 10px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
    font-size: 18px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
    font-size: 32px
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 8px
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px
}

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0
}

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap
}

.ql-snow .ql-tooltip:before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px
}

.ql-snow .ql-tooltip input[type=text] {
    display: none;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 3px 5px;
    width: 170px
}

.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.ql-snow .ql-tooltip a.ql-action:after {
    border-right: 1px solid #ccc;
    content: "Edit";
    margin-left: 16px;
    padding-right: 8px
}

.ql-snow .ql-tooltip a.ql-remove:before {
    content: "Remove";
    margin-left: 8px
}

.ql-snow .ql-tooltip a {
    line-height: 26px
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block
}

.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
    border-right: 0;
    content: "Save";
    padding-right: 0
}

.ql-snow .ql-tooltip[data-mode=link]:before {
    content: "Enter link:"
}

.ql-snow .ql-tooltip[data-mode=formula]:before {
    content: "Enter formula:"
}

.ql-snow .ql-tooltip[data-mode=video]:before {
    content: "Enter video:"
}

.ql-snow a {
    color: #06c
}

.ql-container.ql-snow {
    border: 1px solid #ccc
}

/*!
* Quill Editor v1.3.6
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
    pointer-events: none
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.ql-clipboard p {
    margin: 0;
    padding: 0
}

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

.ql-editor>* {
    cursor: text
}

.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em
}

.ql-editor ol>li,
.ql-editor ul>li {
    list-style-type: none
}

.ql-editor ul>li:before {
    content: "\2022"
}

.ql-editor ul[data-checked=false],
.ql-editor ul[data-checked=true] {
    pointer-events: none
}

.ql-editor ul[data-checked=false]>li *,
.ql-editor ul[data-checked=true]>li * {
    pointer-events: all
}

.ql-editor ul[data-checked=false]>li:before,
.ql-editor ul[data-checked=true]>li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=true]>li:before {
    content: "\2611"
}

.ql-editor ul[data-checked=false]>li:before {
    content: "\2610"
}

.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-editor li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
    background-color: #000
}

.ql-editor .ql-bg-red {
    background-color: #e60000
}

.ql-editor .ql-bg-orange {
    background-color: #f90
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor .ql-bg-green {
    background-color: #008a00
}

.ql-editor .ql-bg-blue {
    background-color: #06c
}

.ql-editor .ql-bg-purple {
    background-color: #93f
}

.ql-editor .ql-color-white {
    color: #fff
}

.ql-editor .ql-color-red {
    color: #e60000
}

.ql-editor .ql-color-orange {
    color: #f90
}

.ql-editor .ql-color-yellow {
    color: #ff0
}

.ql-editor .ql-color-green {
    color: #008a00
}

.ql-editor .ql-color-blue {
    color: #06c
}

.ql-editor .ql-color-purple {
    color: #93f
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.ql-editor .ql-size-small {
    font-size: .75em
}

.ql-editor .ql-size-large {
    font-size: 1.5em
}

.ql-editor .ql-size-huge {
    font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor .ql-align-center {
    text-align: center
}

.ql-editor .ql-align-justify {
    text-align: justify
}

.ql-editor .ql-align-right {
    text-align: right
}

.ql-editor.ql-blank:before {
    color: rgba(0, 0, 0, .6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #006539;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: #ba000b
}

#accessibility {
    position: absolute;
    top: -999em
}

#accessibility.open {
    position: relative;
    top: auto
}

#accessibilitynav ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

#accessibilitynav li {
    height: 0;
    opacity: 0
}

#accessibilitynav li.focused {
    height: auto;
    opacity: 1
}

#accessibilityhelp {
    display: none;
    padding: 1rem 0;
    font-size: .9rem
}

#accessibilityhelp.open {
    display: block
}

#accessibilityhelp ul {
    margin-bottom: 1rem;
    padding-left: 0
}

#accessibilityhelp li {
    display: block;
    padding: 0
}

#accessibilityhelp li:after {
    display: none
}

.search[data-v-7a630150] {
    position: absolute;
    z-index: 1000;
    width: 100%
}

.search .search__searchbar[data-v-7a630150] {
    display: block;
    background: #fff;
    border-top: 1px solid #ecedee
}

.search .search__searchbar form[data-v-7a630150] {
    display: flex;
    flex-direction: row;
    align-content: space-between
}

.search .search__searchbar input[type=search][data-v-7a630150] {
    display: block;
    width: 100%;
    padding: 1.5rem 0;
    color: #013380;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.search .search__searchbar input[type=search][data-v-7a630150]:active,
.search .search__searchbar input[type=search][data-v-7a630150]:focus {
    color: #013380;
    border: none;
    outline: 0
}

.search .search__searchbar .search__searchbar__submit[data-v-7a630150] {
    color: #d1d2d5;
    font-size: 1.5rem
}

.the-breadcrumb {
    position: relative;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #dfe0e2
}

.the-breadcrumb ul {
    width: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none
}

.the-breadcrumb ul li {
    display: inline-block;
    font-size: .875rem
}

.the-breadcrumb ul li a {
    font-size: .875rem
}

.the-breadcrumb ul li:not(:last-child):after {
    display: inline-block;
    width: 1px;
    height: .875rem;
    margin-right: .5rem;
    margin-left: .5rem;
    vertical-align: middle;
    background-color: #013380;
    content: ""
}

.aktuelles-uebersicht .aktuelles-uebersicht__aktuelles:not(:last-of-type):after {
    display: block;
    height: 0;
    margin-bottom: 2rem;
    padding-top: 2rem;
    border-bottom: 1px solid #f9f9f9;
    content: ""
}

.aktuelles-uebersicht .aktuelles-uebersicht__aktuelles.highlight {
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #f9f9f9
}

.aktuelles-uebersicht .aktuelles-uebersicht__aktuelles a {
    color: #000a19
}

.aktuelles-uebersicht .aktuelles-uebersicht__aktuelles .aktuelles-uebersicht__aktuelles__date-flag small,
.aktuelles-uebersicht .aktuelles-uebersicht__aktuelles .aktuelles-uebersicht__aktuelles__date-flag span {
    display: block;
    text-align: center
}

.aktuelles-uebersicht .aktuelles-uebersicht__aktuelles .aktuelles-uebersicht__aktuelles__date-flag span {
    color: #dc3545;
    font-size: 1.6rem
}

.aktuelles-uebersicht .aktuelles-uebersicht__aktuelles .aktuelles-uebersicht__aktuelles__date-flag small {
    line-height: 1rem;
    text-transform: uppercase
}

.aktuelles-uebersicht .aktuelles-uebersicht__aktuelles .aktuelles-uebersicht__aktuelles__content time {
    display: block;
    margin: .3rem 0 .5rem;
    color: #85898f;
    line-height: 1.8rem
}

.aktuelles-uebersicht .aktuelles-uebersicht__aktuelles .aktuelles-uebersicht__aktuelles__content h2,
.aktuelles-uebersicht .aktuelles-uebersicht__aktuelles .aktuelles-uebersicht__aktuelles__content h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

.aktuelles-uebersicht .aktuelles-uebersicht__aktuelles .aktuelles-uebersicht__aktuelles__content .einleitung {
    font-size: 1rem;
    line-height: 1.8rem
}

.aktuelles-uebersicht .aktuelles-uebersicht__aktuelles .aktuelles-uebersicht__aktuelles__content a {
    color: #013380
}

@media (min-width:768px) {
    .aktuelles-uebersicht .aktuelles-uebersicht__aktuelles .aktuelles-uebersicht__aktuelles__content .app-image {
        max-width: 50%
    }
}

.aktuelles-uebersicht .aktuelles-uebersicht__more {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (min-width:576px) {
    .aktuelles-uebersicht .aktuelles-uebersicht__more {
        width: auto
    }
}

.aktuelles-detail time {
    display: inline-block;
    margin-bottom: 1rem
}

.aktuelles-detail .einleitung-detail {
    margin-bottom: 1.5rem
}

.app-image {
    max-width: 100%
}

@media (min-width:768px) {
    .app-image {
        max-width: 40%
    }
}

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

@media (min-width:1200px) {
    .app-image {
        max-width: 40%
    }
}

.app-image img {
    width: 100%
}

.app-image picture {
    position: relative;
    z-index: 1
}

.app-image .modal {
    padding-right: 0 !important
}

.app-image .modal-container {
    position: relative;
    z-index: 99999
}

.app-image figcaption {
    font-style: italic
}

.app-image-zoom {
    max-width: 100%
}

.the-sidebar {
    padding: 3rem 0
}

.the-sidebar .nav a {
    padding: 1rem .5rem;
    color: rgba(0, 10, 25, .85);
    border-bottom: 1px solid #d1d2d5
}

.the-sidebar .nav a.active {
    font-weight: 800
}

.the-sidebar .nav a.active:before {
    margin-right: .25rem;
    color: rgba(0, 10, 25, .85)
}

@media (min-width:1200px) {
    .the-sidebar {
        width: 350px
    }
}

.scroll-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    background-color: rgba(1, 51, 128, .5);
    transition: background-color .3s ease
}

.scroll-top:focus,
.scroll-top:hover {
    background-color: #013380
}

.scroll-top .nk-icons {
    line-height: 1
}

.scroll-top.abstand-captcha {
    bottom: 6rem
}