/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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: #6c757d;
    --gray-dark: #343a40;
    --primary: #2196f3;
    --secondary: #6b757d;
    --success: #66bb6a;
    --info: #29b6f6;
    --warning: #ffa726;
    --danger: #f44336;
    --light: #f8f9fa;
    --dark: #39444d;
    --breakpoint-xs: 0;
    --breakpoint-xs-md: 374px;
    --breakpoint-xs-plus: 413px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1366px;
    --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 {
    font-family: Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #383b3d
}

[dir] body {
    margin: 0;
    background-color: #f5f6f7
}

[dir=ltr] body {
    text-align: left
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

[dir] h1, [dir] h2, [dir] h3, [dir] h4, [dir] h5, [dir] h6, [dir] 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;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

[dir] abbr[data-original-title], [dir] abbr[title] {
    cursor: help;
    border-bottom: 0
}

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

[dir] address {
    margin-bottom: 1rem
}

[dir] dl, [dir] ol, [dir] ul {
    margin-top: 0;
    margin-bottom: 1rem
}

[dir] ol ol, [dir] ol ul, [dir] ul ol, [dir] ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 500
}

[dir] dd {
    margin-bottom: .5rem
}

[dir=ltr] dd {
    margin-left: 0
}

[dir=rtl] dd {
    margin-right: 0
}

[dir] blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

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: rgba(33, 150, 243, .85);
    text-decoration: none
}

[dir] a {
    background-color: transparent
}

a:hover {
    color: rgba(10, 110, 189, .85);
    text-decoration: underline
}

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

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

pre {
    overflow: auto;
    -ms-overflow-style: scrollbar
}

[dir] pre {
    margin-top: 0;
    margin-bottom: 1rem
}

[dir] figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[dir] img {
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    color: #b8bdc2;
    caption-side: bottom
}

[dir] caption {
    padding-top: .5rem .75rem;
    padding-bottom: .5rem .75rem
}

[dir=ltr] caption {
    text-align: left
}

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

[dir] th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block
}

[dir] label {
    margin-bottom: .5rem
}

[dir] button {
    border-radius: 0
}

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

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

[dir] button, [dir] input, [dir] optgroup, [dir] select, [dir] textarea {
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[dir] [role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

[dir] input[type=checkbox], [dir] input[type=radio] {
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0
}

[dir] fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

[dir] legend {
    padding: 0;
    margin-bottom: .5rem
}

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

[dir] summary {
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(57, 68, 77, .84)
}

[dir] .h1, [dir] .h2, [dir] .h3, [dir] .h4, [dir] .h5, [dir] .h6, [dir] h1, [dir] h2, [dir] h3, [dir] h4, [dir] h5, [dir] h6 {
    margin-bottom: 1rem
}

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

@media (max-width:1200px) {
    .h1, h1 {
        font-size: calc(1.4077rem + 1.8924vw)
    }
}

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

@media (max-width:1200px) {
    .h2, h2 {
        font-size: calc(1.3249rem + .8988vw)
    }
}

.h3, h3 {
    font-size: 1.414rem
}

@media (max-width:1200px) {
    .h3, h3 {
        font-size: calc(1.2664rem + .1968vw)
    }
}

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

@media (max-width:1200px) {
    .h4, h4 {
        font-size: calc(1.2664rem + .1968vw)
    }
}

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

.h6, h6 {
    font-size: .9375rem
}

.lead {
    font-size: 1.0546875rem;
    font-weight: 400
}

.display-1 {
    font-size: 3.998rem;
    font-weight: 700;
    line-height: 1.5
}

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

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

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

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

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

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

.small, small {
    font-size: .75rem;
    font-weight: 400
}

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

.list-unstyled {
    list-style: none
}

[dir=ltr] .list-unstyled {
    padding-left: 0
}

[dir=rtl] .list-unstyled {
    padding-right: 0
}

.list-inline {
    list-style: none
}

[dir=ltr] .list-inline {
    padding-left: 0
}

[dir=rtl] .list-inline {
    padding-right: 0
}

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

[dir=ltr] .list-inline-item:not(:last-child) {
    margin-right: .5rem
}

[dir=rtl] .list-inline-item:not(:last-child) {
    margin-left: .5rem
}

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

.blockquote {
    font-size: 1.171875rem
}

[dir] .blockquote {
    margin-bottom: 1rem
}

.blockquote-footer {
    display: block;
    font-size: .75rem;
    color: #6c757d
}

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

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

[dir] .img-thumbnail {
    padding: .25rem;
    background-color: #f5f6f7;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1
}

[dir] .figure-img {
    margin-bottom: .5rem
}

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

code {
    font-size: 87.5%;
    color: #2196f3;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    font-size: 87.5%;
    color: #fff
}

[dir] kbd {
    padding: .2rem .4rem;
    background-color: #212529;
    border-radius: .2rem;
    box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    font-size: 100%;
    font-weight: 500
}

[dir] kbd kbd {
    padding: 0;
    box-shadow: none
}

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

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

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

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%
}

[dir=ltr] .container, [dir=ltr] .container-fluid, [dir=ltr] .container-lg, [dir=ltr] .container-md, [dir=ltr] .container-sm, [dir=ltr] .container-xl, [dir=ltr] .container-xxl, [dir=rtl] .container, [dir=rtl] .container-fluid, [dir=rtl] .container-lg, [dir=rtl] .container-md, [dir=rtl] .container-sm, [dir=rtl] .container-xl, [dir=rtl] .container-xxl {
    padding-right: .625rem;
    padding-left: .625rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container, .container-sm, .container-xs-md, .container-xs-plus {
        max-width: 520px
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm, .container-xs-md, .container-xs-plus {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm, .container-xs-md, .container-xs-plus {
        max-width: 960px
    }
}

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

@media (min-width:1366px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xs-md, .container-xs-plus, .container-xxl {
        max-width: 1144px
    }
}

.row {
    display: flex;
    flex-wrap: wrap
}

[dir=ltr] .row, [dir=rtl] .row {
    margin-right: -.625rem;
    margin-left: -.625rem
}

[dir=ltr] .no-gutters, [dir=rtl] .no-gutters {
    margin-right: 0;
    margin-left: 0
}

[dir=ltr] .no-gutters>.col, [dir=ltr] .no-gutters>[class*=col-], [dir=rtl] .no-gutters>.col, [dir=rtl] .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, .col-xs-md, .col-xs-md-1, .col-xs-md-2, .col-xs-md-3, .col-xs-md-4, .col-xs-md-5, .col-xs-md-6, .col-xs-md-7, .col-xs-md-8, .col-xs-md-9, .col-xs-md-10, .col-xs-md-11, .col-xs-md-12, .col-xs-md-auto, .col-xs-plus, .col-xs-plus-1, .col-xs-plus-2, .col-xs-plus-3, .col-xs-plus-4, .col-xs-plus-5, .col-xs-plus-6, .col-xs-plus-7, .col-xs-plus-8, .col-xs-plus-9, .col-xs-plus-10, .col-xs-plus-11, .col-xs-plus-12, .col-xs-plus-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {
    position: relative;
    width: 100%
}

[dir=ltr] .col, [dir=ltr] .col-1, [dir=ltr] .col-2, [dir=ltr] .col-3, [dir=ltr] .col-4, [dir=ltr] .col-5, [dir=ltr] .col-6, [dir=ltr] .col-7, [dir=ltr] .col-8, [dir=ltr] .col-9, [dir=ltr] .col-10, [dir=ltr] .col-11, [dir=ltr] .col-12, [dir=ltr] .col-auto, [dir=ltr] .col-lg, [dir=ltr] .col-lg-1, [dir=ltr] .col-lg-2, [dir=ltr] .col-lg-3, [dir=ltr] .col-lg-4, [dir=ltr] .col-lg-5, [dir=ltr] .col-lg-6, [dir=ltr] .col-lg-7, [dir=ltr] .col-lg-8, [dir=ltr] .col-lg-9, [dir=ltr] .col-lg-10, [dir=ltr] .col-lg-11, [dir=ltr] .col-lg-12, [dir=ltr] .col-lg-auto, [dir=ltr] .col-md, [dir=ltr] .col-md-1, [dir=ltr] .col-md-2, [dir=ltr] .col-md-3, [dir=ltr] .col-md-4, [dir=ltr] .col-md-5, [dir=ltr] .col-md-6, [dir=ltr] .col-md-7, [dir=ltr] .col-md-8, [dir=ltr] .col-md-9, [dir=ltr] .col-md-10, [dir=ltr] .col-md-11, [dir=ltr] .col-md-12, [dir=ltr] .col-md-auto, [dir=ltr] .col-sm, [dir=ltr] .col-sm-1, [dir=ltr] .col-sm-2, [dir=ltr] .col-sm-3, [dir=ltr] .col-sm-4, [dir=ltr] .col-sm-5, [dir=ltr] .col-sm-6, [dir=ltr] .col-sm-7, [dir=ltr] .col-sm-8, [dir=ltr] .col-sm-9, [dir=ltr] .col-sm-10, [dir=ltr] .col-sm-11, [dir=ltr] .col-sm-12, [dir=ltr] .col-sm-auto, [dir=ltr] .col-xl, [dir=ltr] .col-xl-1, [dir=ltr] .col-xl-2, [dir=ltr] .col-xl-3, [dir=ltr] .col-xl-4, [dir=ltr] .col-xl-5, [dir=ltr] .col-xl-6, [dir=ltr] .col-xl-7, [dir=ltr] .col-xl-8, [dir=ltr] .col-xl-9, [dir=ltr] .col-xl-10, [dir=ltr] .col-xl-11, [dir=ltr] .col-xl-12, [dir=ltr] .col-xl-auto, [dir=ltr] .col-xs-md, [dir=ltr] .col-xs-md-1, [dir=ltr] .col-xs-md-2, [dir=ltr] .col-xs-md-3, [dir=ltr] .col-xs-md-4, [dir=ltr] .col-xs-md-5, [dir=ltr] .col-xs-md-6, [dir=ltr] .col-xs-md-7, [dir=ltr] .col-xs-md-8, [dir=ltr] .col-xs-md-9, [dir=ltr] .col-xs-md-10, [dir=ltr] .col-xs-md-11, [dir=ltr] .col-xs-md-12, [dir=ltr] .col-xs-md-auto, [dir=ltr] .col-xs-plus, [dir=ltr] .col-xs-plus-1, [dir=ltr] .col-xs-plus-2, [dir=ltr] .col-xs-plus-3, [dir=ltr] .col-xs-plus-4, [dir=ltr] .col-xs-plus-5, [dir=ltr] .col-xs-plus-6, [dir=ltr] .col-xs-plus-7, [dir=ltr] .col-xs-plus-8, [dir=ltr] .col-xs-plus-9, [dir=ltr] .col-xs-plus-10, [dir=ltr] .col-xs-plus-11, [dir=ltr] .col-xs-plus-12, [dir=ltr] .col-xs-plus-auto, [dir=ltr] .col-xxl, [dir=ltr] .col-xxl-1, [dir=ltr] .col-xxl-2, [dir=ltr] .col-xxl-3, [dir=ltr] .col-xxl-4, [dir=ltr] .col-xxl-5, [dir=ltr] .col-xxl-6, [dir=ltr] .col-xxl-7, [dir=ltr] .col-xxl-8, [dir=ltr] .col-xxl-9, [dir=ltr] .col-xxl-10, [dir=ltr] .col-xxl-11, [dir=ltr] .col-xxl-12, [dir=ltr] .col-xxl-auto, [dir=rtl] .col, [dir=rtl] .col-1, [dir=rtl] .col-2, [dir=rtl] .col-3, [dir=rtl] .col-4, [dir=rtl] .col-5, [dir=rtl] .col-6, [dir=rtl] .col-7, [dir=rtl] .col-8, [dir=rtl] .col-9, [dir=rtl] .col-10, [dir=rtl] .col-11, [dir=rtl] .col-12, [dir=rtl] .col-auto, [dir=rtl] .col-lg, [dir=rtl] .col-lg-1, [dir=rtl] .col-lg-2, [dir=rtl] .col-lg-3, [dir=rtl] .col-lg-4, [dir=rtl] .col-lg-5, [dir=rtl] .col-lg-6, [dir=rtl] .col-lg-7, [dir=rtl] .col-lg-8, [dir=rtl] .col-lg-9, [dir=rtl] .col-lg-10, [dir=rtl] .col-lg-11, [dir=rtl] .col-lg-12, [dir=rtl] .col-lg-auto, [dir=rtl] .col-md, [dir=rtl] .col-md-1, [dir=rtl] .col-md-2, [dir=rtl] .col-md-3, [dir=rtl] .col-md-4, [dir=rtl] .col-md-5, [dir=rtl] .col-md-6, [dir=rtl] .col-md-7, [dir=rtl] .col-md-8, [dir=rtl] .col-md-9, [dir=rtl] .col-md-10, [dir=rtl] .col-md-11, [dir=rtl] .col-md-12, [dir=rtl] .col-md-auto, [dir=rtl] .col-sm, [dir=rtl] .col-sm-1, [dir=rtl] .col-sm-2, [dir=rtl] .col-sm-3, [dir=rtl] .col-sm-4, [dir=rtl] .col-sm-5, [dir=rtl] .col-sm-6, [dir=rtl] .col-sm-7, [dir=rtl] .col-sm-8, [dir=rtl] .col-sm-9, [dir=rtl] .col-sm-10, [dir=rtl] .col-sm-11, [dir=rtl] .col-sm-12, [dir=rtl] .col-sm-auto, [dir=rtl] .col-xl, [dir=rtl] .col-xl-1, [dir=rtl] .col-xl-2, [dir=rtl] .col-xl-3, [dir=rtl] .col-xl-4, [dir=rtl] .col-xl-5, [dir=rtl] .col-xl-6, [dir=rtl] .col-xl-7, [dir=rtl] .col-xl-8, [dir=rtl] .col-xl-9, [dir=rtl] .col-xl-10, [dir=rtl] .col-xl-11, [dir=rtl] .col-xl-12, [dir=rtl] .col-xl-auto, [dir=rtl] .col-xs-md, [dir=rtl] .col-xs-md-1, [dir=rtl] .col-xs-md-2, [dir=rtl] .col-xs-md-3, [dir=rtl] .col-xs-md-4, [dir=rtl] .col-xs-md-5, [dir=rtl] .col-xs-md-6, [dir=rtl] .col-xs-md-7, [dir=rtl] .col-xs-md-8, [dir=rtl] .col-xs-md-9, [dir=rtl] .col-xs-md-10, [dir=rtl] .col-xs-md-11, [dir=rtl] .col-xs-md-12, [dir=rtl] .col-xs-md-auto, [dir=rtl] .col-xs-plus, [dir=rtl] .col-xs-plus-1, [dir=rtl] .col-xs-plus-2, [dir=rtl] .col-xs-plus-3, [dir=rtl] .col-xs-plus-4, [dir=rtl] .col-xs-plus-5, [dir=rtl] .col-xs-plus-6, [dir=rtl] .col-xs-plus-7, [dir=rtl] .col-xs-plus-8, [dir=rtl] .col-xs-plus-9, [dir=rtl] .col-xs-plus-10, [dir=rtl] .col-xs-plus-11, [dir=rtl] .col-xs-plus-12, [dir=rtl] .col-xs-plus-auto, [dir=rtl] .col-xxl, [dir=rtl] .col-xxl-1, [dir=rtl] .col-xxl-2, [dir=rtl] .col-xxl-3, [dir=rtl] .col-xxl-4, [dir=rtl] .col-xxl-5, [dir=rtl] .col-xxl-6, [dir=rtl] .col-xxl-7, [dir=rtl] .col-xxl-8, [dir=rtl] .col-xxl-9, [dir=rtl] .col-xxl-10, [dir=rtl] .col-xxl-11, [dir=rtl] .col-xxl-12, [dir=rtl] .col-xxl-auto {
    padding-right: .625rem;
    padding-left: .625rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir=ltr] .offset-1 {
    margin-left: 8.3333333333%
}

[dir=rtl] .offset-1 {
    margin-right: 8.3333333333%
}

[dir=ltr] .offset-2 {
    margin-left: 16.6666666667%
}

[dir=rtl] .offset-2 {
    margin-right: 16.6666666667%
}

[dir=ltr] .offset-3 {
    margin-left: 25%
}

[dir=rtl] .offset-3 {
    margin-right: 25%
}

[dir=ltr] .offset-4 {
    margin-left: 33.3333333333%
}

[dir=rtl] .offset-4 {
    margin-right: 33.3333333333%
}

[dir=ltr] .offset-5 {
    margin-left: 41.6666666667%
}

[dir=rtl] .offset-5 {
    margin-right: 41.6666666667%
}

[dir=ltr] .offset-6 {
    margin-left: 50%
}

[dir=rtl] .offset-6 {
    margin-right: 50%
}

[dir=ltr] .offset-7 {
    margin-left: 58.3333333333%
}

[dir=rtl] .offset-7 {
    margin-right: 58.3333333333%
}

[dir=ltr] .offset-8 {
    margin-left: 66.6666666667%
}

[dir=rtl] .offset-8 {
    margin-right: 66.6666666667%
}

[dir=ltr] .offset-9 {
    margin-left: 75%
}

[dir=rtl] .offset-9 {
    margin-right: 75%
}

[dir=ltr] .offset-10 {
    margin-left: 83.3333333333%
}

[dir=rtl] .offset-10 {
    margin-right: 83.3333333333%
}

[dir=ltr] .offset-11 {
    margin-left: 91.6666666667%
}

[dir=rtl] .offset-11 {
    margin-right: 91.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xs-md-last {
        order: 13
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    [dir=ltr] .offset-xs-md-0 {
        margin-left: 0
    }

    [dir=rtl] .offset-xs-md-0 {
        margin-right: 0
    }

    [dir=ltr] .offset-xs-md-1 {
        margin-left: 8.3333333333%
    }

    [dir=rtl] .offset-xs-md-1 {
        margin-right: 8.3333333333%
    }

    [dir=ltr] .offset-xs-md-2 {
        margin-left: 16.6666666667%
    }

    [dir=rtl] .offset-xs-md-2 {
        margin-right: 16.6666666667%
    }

    [dir=ltr] .offset-xs-md-3 {
        margin-left: 25%
    }

    [dir=rtl] .offset-xs-md-3 {
        margin-right: 25%
    }

    [dir=ltr] .offset-xs-md-4 {
        margin-left: 33.3333333333%
    }

    [dir=rtl] .offset-xs-md-4 {
        margin-right: 33.3333333333%
    }

    [dir=ltr] .offset-xs-md-5 {
        margin-left: 41.6666666667%
    }

    [dir=rtl] .offset-xs-md-5 {
        margin-right: 41.6666666667%
    }

    [dir=ltr] .offset-xs-md-6 {
        margin-left: 50%
    }

    [dir=rtl] .offset-xs-md-6 {
        margin-right: 50%
    }

    [dir=ltr] .offset-xs-md-7 {
        margin-left: 58.3333333333%
    }

    [dir=rtl] .offset-xs-md-7 {
        margin-right: 58.3333333333%
    }

    [dir=ltr] .offset-xs-md-8 {
        margin-left: 66.6666666667%
    }

    [dir=rtl] .offset-xs-md-8 {
        margin-right: 66.6666666667%
    }

    [dir=ltr] .offset-xs-md-9 {
        margin-left: 75%
    }

    [dir=rtl] .offset-xs-md-9 {
        margin-right: 75%
    }

    [dir=ltr] .offset-xs-md-10 {
        margin-left: 83.3333333333%
    }

    [dir=rtl] .offset-xs-md-10 {
        margin-right: 83.3333333333%
    }

    [dir=ltr] .offset-xs-md-11 {
        margin-left: 91.6666666667%
    }

    [dir=rtl] .offset-xs-md-11 {
        margin-right: 91.6666666667%
    }
}

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

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

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

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

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

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

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

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

    .col-xs-plus-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xs-plus-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xs-plus-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xs-plus-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-xs-plus-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xs-plus-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-xs-plus-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xs-plus-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-xs-plus-first {
        order: -1
    }

    .order-xs-plus-last {
        order: 13
    }

    .order-xs-plus-0 {
        order: 0
    }

    .order-xs-plus-1 {
        order: 1
    }

    .order-xs-plus-2 {
        order: 2
    }

    .order-xs-plus-3 {
        order: 3
    }

    .order-xs-plus-4 {
        order: 4
    }

    .order-xs-plus-5 {
        order: 5
    }

    .order-xs-plus-6 {
        order: 6
    }

    .order-xs-plus-7 {
        order: 7
    }

    .order-xs-plus-8 {
        order: 8
    }

    .order-xs-plus-9 {
        order: 9
    }

    .order-xs-plus-10 {
        order: 10
    }

    .order-xs-plus-11 {
        order: 11
    }

    .order-xs-plus-12 {
        order: 12
    }

    [dir=ltr] .offset-xs-plus-0 {
        margin-left: 0
    }

    [dir=rtl] .offset-xs-plus-0 {
        margin-right: 0
    }

    [dir=ltr] .offset-xs-plus-1 {
        margin-left: 8.3333333333%
    }

    [dir=rtl] .offset-xs-plus-1 {
        margin-right: 8.3333333333%
    }

    [dir=ltr] .offset-xs-plus-2 {
        margin-left: 16.6666666667%
    }

    [dir=rtl] .offset-xs-plus-2 {
        margin-right: 16.6666666667%
    }

    [dir=ltr] .offset-xs-plus-3 {
        margin-left: 25%
    }

    [dir=rtl] .offset-xs-plus-3 {
        margin-right: 25%
    }

    [dir=ltr] .offset-xs-plus-4 {
        margin-left: 33.3333333333%
    }

    [dir=rtl] .offset-xs-plus-4 {
        margin-right: 33.3333333333%
    }

    [dir=ltr] .offset-xs-plus-5 {
        margin-left: 41.6666666667%
    }

    [dir=rtl] .offset-xs-plus-5 {
        margin-right: 41.6666666667%
    }

    [dir=ltr] .offset-xs-plus-6 {
        margin-left: 50%
    }

    [dir=rtl] .offset-xs-plus-6 {
        margin-right: 50%
    }

    [dir=ltr] .offset-xs-plus-7 {
        margin-left: 58.3333333333%
    }

    [dir=rtl] .offset-xs-plus-7 {
        margin-right: 58.3333333333%
    }

    [dir=ltr] .offset-xs-plus-8 {
        margin-left: 66.6666666667%
    }

    [dir=rtl] .offset-xs-plus-8 {
        margin-right: 66.6666666667%
    }

    [dir=ltr] .offset-xs-plus-9 {
        margin-left: 75%
    }

    [dir=rtl] .offset-xs-plus-9 {
        margin-right: 75%
    }

    [dir=ltr] .offset-xs-plus-10 {
        margin-left: 83.3333333333%
    }

    [dir=rtl] .offset-xs-plus-10 {
        margin-right: 83.3333333333%
    }

    [dir=ltr] .offset-xs-plus-11 {
        margin-left: 91.6666666667%
    }

    [dir=rtl] .offset-xs-plus-11 {
        margin-right: 91.6666666667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    [dir=ltr] .offset-sm-0 {
        margin-left: 0
    }

    [dir=rtl] .offset-sm-0 {
        margin-right: 0
    }

    [dir=ltr] .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    [dir=rtl] .offset-sm-1 {
        margin-right: 8.3333333333%
    }

    [dir=ltr] .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    [dir=rtl] .offset-sm-2 {
        margin-right: 16.6666666667%
    }

    [dir=ltr] .offset-sm-3 {
        margin-left: 25%
    }

    [dir=rtl] .offset-sm-3 {
        margin-right: 25%
    }

    [dir=ltr] .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    [dir=rtl] .offset-sm-4 {
        margin-right: 33.3333333333%
    }

    [dir=ltr] .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    [dir=rtl] .offset-sm-5 {
        margin-right: 41.6666666667%
    }

    [dir=ltr] .offset-sm-6 {
        margin-left: 50%
    }

    [dir=rtl] .offset-sm-6 {
        margin-right: 50%
    }

    [dir=ltr] .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    [dir=rtl] .offset-sm-7 {
        margin-right: 58.3333333333%
    }

    [dir=ltr] .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    [dir=rtl] .offset-sm-8 {
        margin-right: 66.6666666667%
    }

    [dir=ltr] .offset-sm-9 {
        margin-left: 75%
    }

    [dir=rtl] .offset-sm-9 {
        margin-right: 75%
    }

    [dir=ltr] .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    [dir=rtl] .offset-sm-10 {
        margin-right: 83.3333333333%
    }

    [dir=ltr] .offset-sm-11 {
        margin-left: 91.6666666667%
    }

    [dir=rtl] .offset-sm-11 {
        margin-right: 91.6666666667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    [dir=ltr] .offset-md-0 {
        margin-left: 0
    }

    [dir=rtl] .offset-md-0 {
        margin-right: 0
    }

    [dir=ltr] .offset-md-1 {
        margin-left: 8.3333333333%
    }

    [dir=rtl] .offset-md-1 {
        margin-right: 8.3333333333%
    }

    [dir=ltr] .offset-md-2 {
        margin-left: 16.6666666667%
    }

    [dir=rtl] .offset-md-2 {
        margin-right: 16.6666666667%
    }

    [dir=ltr] .offset-md-3 {
        margin-left: 25%
    }

    [dir=rtl] .offset-md-3 {
        margin-right: 25%
    }

    [dir=ltr] .offset-md-4 {
        margin-left: 33.3333333333%
    }

    [dir=rtl] .offset-md-4 {
        margin-right: 33.3333333333%
    }

    [dir=ltr] .offset-md-5 {
        margin-left: 41.6666666667%
    }

    [dir=rtl] .offset-md-5 {
        margin-right: 41.6666666667%
    }

    [dir=ltr] .offset-md-6 {
        margin-left: 50%
    }

    [dir=rtl] .offset-md-6 {
        margin-right: 50%
    }

    [dir=ltr] .offset-md-7 {
        margin-left: 58.3333333333%
    }

    [dir=rtl] .offset-md-7 {
        margin-right: 58.3333333333%
    }

    [dir=ltr] .offset-md-8 {
        margin-left: 66.6666666667%
    }

    [dir=rtl] .offset-md-8 {
        margin-right: 66.6666666667%
    }

    [dir=ltr] .offset-md-9 {
        margin-left: 75%
    }

    [dir=rtl] .offset-md-9 {
        margin-right: 75%
    }

    [dir=ltr] .offset-md-10 {
        margin-left: 83.3333333333%
    }

    [dir=rtl] .offset-md-10 {
        margin-right: 83.3333333333%
    }

    [dir=ltr] .offset-md-11 {
        margin-left: 91.6666666667%
    }

    [dir=rtl] .offset-md-11 {
        margin-right: 91.6666666667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    [dir=ltr] .offset-lg-0 {
        margin-left: 0
    }

    [dir=rtl] .offset-lg-0 {
        margin-right: 0
    }

    [dir=ltr] .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    [dir=rtl] .offset-lg-1 {
        margin-right: 8.3333333333%
    }

    [dir=ltr] .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    [dir=rtl] .offset-lg-2 {
        margin-right: 16.6666666667%
    }

    [dir=ltr] .offset-lg-3 {
        margin-left: 25%
    }

    [dir=rtl] .offset-lg-3 {
        margin-right: 25%
    }

    [dir=ltr] .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    [dir=rtl] .offset-lg-4 {
        margin-right: 33.3333333333%
    }

    [dir=ltr] .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    [dir=rtl] .offset-lg-5 {
        margin-right: 41.6666666667%
    }

    [dir=ltr] .offset-lg-6 {
        margin-left: 50%
    }

    [dir=rtl] .offset-lg-6 {
        margin-right: 50%
    }

    [dir=ltr] .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    [dir=rtl] .offset-lg-7 {
        margin-right: 58.3333333333%
    }

    [dir=ltr] .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    [dir=rtl] .offset-lg-8 {
        margin-right: 66.6666666667%
    }

    [dir=ltr] .offset-lg-9 {
        margin-left: 75%
    }

    [dir=rtl] .offset-lg-9 {
        margin-right: 75%
    }

    [dir=ltr] .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    [dir=rtl] .offset-lg-10 {
        margin-right: 83.3333333333%
    }

    [dir=ltr] .offset-lg-11 {
        margin-left: 91.6666666667%
    }

    [dir=rtl] .offset-lg-11 {
        margin-right: 91.6666666667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    [dir=ltr] .offset-xl-0 {
        margin-left: 0
    }

    [dir=rtl] .offset-xl-0 {
        margin-right: 0
    }

    [dir=ltr] .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    [dir=rtl] .offset-xl-1 {
        margin-right: 8.3333333333%
    }

    [dir=ltr] .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    [dir=rtl] .offset-xl-2 {
        margin-right: 16.6666666667%
    }

    [dir=ltr] .offset-xl-3 {
        margin-left: 25%
    }

    [dir=rtl] .offset-xl-3 {
        margin-right: 25%
    }

    [dir=ltr] .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    [dir=rtl] .offset-xl-4 {
        margin-right: 33.3333333333%
    }

    [dir=ltr] .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    [dir=rtl] .offset-xl-5 {
        margin-right: 41.6666666667%
    }

    [dir=ltr] .offset-xl-6 {
        margin-left: 50%
    }

    [dir=rtl] .offset-xl-6 {
        margin-right: 50%
    }

    [dir=ltr] .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    [dir=rtl] .offset-xl-7 {
        margin-right: 58.3333333333%
    }

    [dir=ltr] .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    [dir=rtl] .offset-xl-8 {
        margin-right: 66.6666666667%
    }

    [dir=ltr] .offset-xl-9 {
        margin-left: 75%
    }

    [dir=rtl] .offset-xl-9 {
        margin-right: 75%
    }

    [dir=ltr] .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    [dir=rtl] .offset-xl-10 {
        margin-right: 83.3333333333%
    }

    [dir=ltr] .offset-xl-11 {
        margin-left: 91.6666666667%
    }

    [dir=rtl] .offset-xl-11 {
        margin-right: 91.6666666667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    [dir=ltr] .offset-xxl-0 {
        margin-left: 0
    }

    [dir=rtl] .offset-xxl-0 {
        margin-right: 0
    }

    [dir=ltr] .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    [dir=rtl] .offset-xxl-1 {
        margin-right: 8.3333333333%
    }

    [dir=ltr] .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

    [dir=rtl] .offset-xxl-2 {
        margin-right: 16.6666666667%
    }

    [dir=ltr] .offset-xxl-3 {
        margin-left: 25%
    }

    [dir=rtl] .offset-xxl-3 {
        margin-right: 25%
    }

    [dir=ltr] .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    [dir=rtl] .offset-xxl-4 {
        margin-right: 33.3333333333%
    }

    [dir=ltr] .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

    [dir=rtl] .offset-xxl-5 {
        margin-right: 41.6666666667%
    }

    [dir=ltr] .offset-xxl-6 {
        margin-left: 50%
    }

    [dir=rtl] .offset-xxl-6 {
        margin-right: 50%
    }

    [dir=ltr] .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    [dir=rtl] .offset-xxl-7 {
        margin-right: 58.3333333333%
    }

    [dir=ltr] .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

    [dir=rtl] .offset-xxl-8 {
        margin-right: 66.6666666667%
    }

    [dir=ltr] .offset-xxl-9 {
        margin-left: 75%
    }

    [dir=rtl] .offset-xxl-9 {
        margin-right: 75%
    }

    [dir=ltr] .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    [dir=rtl] .offset-xxl-10 {
        margin-right: 83.3333333333%
    }

    [dir=ltr] .offset-xxl-11 {
        margin-left: 91.6666666667%
    }

    [dir=rtl] .offset-xxl-11 {
        margin-right: 91.6666666667%
    }
}

.table {
    width: 100%;
    color: #383b3d
}

[dir] .table {
    margin-bottom: 1rem
}

.table td, .table th {
    vertical-align: top
}

[dir] .table td, [dir] .table th {
    padding: .5rem .75rem;
    border-top: 1px solid #f0f1f2
}

.table thead th {
    vertical-align: bottom
}

[dir] .table thead th {
    border-bottom: 2px solid #f0f1f2
}

[dir] .table tbody+tbody {
    border-top: 2px solid #f0f1f2
}

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

[dir] .table-bordered, [dir] .table-bordered td, [dir] .table-bordered th {
    border: 1px solid #f0f1f2
}

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

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

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

.table-hover tbody tr:hover {
    color: #383b3d
}

[dir] .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

[dir] .table-primary, [dir] .table-primary>td, [dir] .table-primary>th {
    background-color: #c1e2fc
}

[dir] .table-primary tbody+tbody, [dir] .table-primary td, [dir] .table-primary th, [dir] .table-primary thead th {
    border-color: #8cc8f9
}

[dir] .table-hover .table-primary:hover, [dir] .table-hover .table-primary:hover>td, [dir] .table-hover .table-primary:hover>th {
    background-color: #a9d7fb
}

[dir] .table-secondary, [dir] .table-secondary>td, [dir] .table-secondary>th {
    background-color: #d6d8db
}

[dir] .table-secondary tbody+tbody, [dir] .table-secondary td, [dir] .table-secondary th, [dir] .table-secondary thead th {
    border-color: #b2b7bb
}

[dir] .table-hover .table-secondary:hover, [dir] .table-hover .table-secondary:hover>td, [dir] .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

[dir] .table-success, [dir] .table-success>td, [dir] .table-success>th {
    background-color: #d4ecd5
}

[dir] .table-success tbody+tbody, [dir] .table-success td, [dir] .table-success th, [dir] .table-success thead th {
    border-color: #afdcb2
}

[dir] .table-hover .table-success:hover, [dir] .table-hover .table-success:hover>td, [dir] .table-hover .table-success:hover>th {
    background-color: #c2e4c4
}

[dir] .table-info, [dir] .table-info>td, [dir] .table-info>th {
    background-color: #c3ebfc
}

[dir] .table-info tbody+tbody, [dir] .table-info td, [dir] .table-info th, [dir] .table-info thead th {
    border-color: #90d9fa
}

[dir] .table-hover .table-info:hover, [dir] .table-hover .table-info:hover>td, [dir] .table-hover .table-info:hover>th {
    background-color: #abe3fb
}

[dir] .table-warning, [dir] .table-warning>td, [dir] .table-warning>th {
    background-color: #ffe6c2
}

[dir] .table-warning tbody+tbody, [dir] .table-warning td, [dir] .table-warning th, [dir] .table-warning thead th {
    border-color: #ffd18e
}

[dir] .table-hover .table-warning:hover, [dir] .table-hover .table-warning:hover>td, [dir] .table-hover .table-warning:hover>th {
    background-color: #ffdca9
}

[dir] .table-danger, [dir] .table-danger>td, [dir] .table-danger>th {
    background-color: #fccac7
}

[dir] .table-danger tbody+tbody, [dir] .table-danger td, [dir] .table-danger th, [dir] .table-danger thead th {
    border-color: #f99d96
}

[dir] .table-hover .table-danger:hover, [dir] .table-hover .table-danger:hover>td, [dir] .table-hover .table-danger:hover>th {
    background-color: #fbb3af
}

[dir] .table-light, [dir] .table-light>td, [dir] .table-light>th {
    background-color: #fdfdfe
}

[dir] .table-light tbody+tbody, [dir] .table-light td, [dir] .table-light th, [dir] .table-light thead th {
    border-color: #fbfcfc
}

[dir] .table-hover .table-light:hover, [dir] .table-hover .table-light:hover>td, [dir] .table-hover .table-light:hover>th {
    background-color: #ececf6
}

[dir] .table-dark, [dir] .table-dark>td, [dir] .table-dark>th {
    background-color: #c8cbcd
}

[dir] .table-dark tbody+tbody, [dir] .table-dark td, [dir] .table-dark th, [dir] .table-dark thead th {
    border-color: #989ea2
}

[dir] .table-hover .table-dark:hover, [dir] .table-hover .table-dark:hover>td, [dir] .table-hover .table-dark:hover>th {
    background-color: #bbbec1
}

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

.table .thead-dark th {
    color: #fff
}

[dir] .table .thead-dark th {
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #b8bdc2
}

[dir] .table .thead-light th {
    background-color: #f5f6f7;
    border-color: #f0f1f2
}

.table-dark {
    color: #fff
}

[dir] .table-dark {
    background-color: #343a40
}

[dir] .table-dark td, [dir] .table-dark th, [dir] .table-dark thead th {
    border-color: #454d55
}

[dir] .table-dark.table-bordered {
    border: 0
}

[dir] .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
}

[dir] .table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

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

    [dir] .table-responsive-xs-md>.table-bordered {
        border: 0
    }
}

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

    [dir] .table-responsive-xs-plus>.table-bordered {
        border: 0
    }
}

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

    [dir] .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
    }

    [dir] .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
    }

    [dir] .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
    }

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

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

    [dir] .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

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

[dir] .table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

[dir] .form-control {
    padding: .5rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f0f1f2;
    border-radius: .25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

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

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

.form-control:-moz-focusring {
    color: transparent
}

[dir] .form-control:-moz-focusring {
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    outline: 0
}

[dir] .form-control:focus {
    background-color: #fff;
    border-color: #9acffa;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(33, 150, 243, .25)
}

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

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

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

.form-control:disabled, .form-control[readonly] {
    opacity: 1
}

[dir] .form-control:disabled, [dir] .form-control[readonly] {
    background-color: #e9ecef
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057
}

[dir] select.form-control:focus::-ms-value {
    background-color: #fff
}

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

.col-form-label {
    font-size: inherit;
    line-height: 1.5
}

[dir] .col-form-label {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    margin-bottom: 0
}

.col-form-label-lg {
    font-size: 1.171875rem;
    line-height: 1.5
}

[dir] .col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .8203125rem;
    line-height: 1.5
}

[dir] .col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    font-size: .9375rem;
    line-height: 1.5;
    color: #383b3d
}

[dir] .form-control-plaintext {
    padding: .5rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

[dir=ltr] .form-control-plaintext.form-control-lg, [dir=ltr] .form-control-plaintext.form-control-sm, [dir=rtl] .form-control-plaintext.form-control-lg, [dir=rtl] .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    font-size: .8203125rem;
    line-height: 1.5
}

[dir] .form-control-sm {
    padding: .25rem .5rem;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    font-size: 1.171875rem;
    line-height: 1.5
}

[dir] .form-control-lg {
    padding: .5rem 1rem;
    border-radius: .3rem
}

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

[dir] .form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block
}

[dir] .form-text {
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap
}

[dir=ltr] .form-row, [dir=rtl] .form-row {
    margin-right: -5px;
    margin-left: -5px
}

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

.form-check {
    position: relative;
    display: block
}

[dir=ltr] .form-check {
    padding-left: 1.25rem
}

[dir=rtl] .form-check {
    padding-right: 1.25rem
}

.form-check-input {
    position: absolute
}

[dir] .form-check-input {
    margin-top: .3rem
}

[dir=ltr] .form-check-input {
    margin-left: -1.25rem
}

[dir=rtl] .form-check-input {
    margin-right: -1.25rem
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    color: #b8bdc2
}

[dir] .form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center
}

[dir=ltr] .form-check-inline {
    padding-left: 0;
    margin-right: .75rem
}

[dir=rtl] .form-check-inline {
    padding-right: 0;
    margin-left: .75rem
}

.form-check-inline .form-check-input {
    position: static
}

[dir] .form-check-inline .form-check-input {
    margin-top: 0
}

[dir=ltr] .form-check-inline .form-check-input {
    margin-right: .3125rem;
    margin-left: 0
}

[dir=rtl] .form-check-inline .form-check-input {
    margin-left: .3125rem;
    margin-right: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    font-size: .75rem;
    color: #66bb6a
}

[dir] .valid-feedback {
    margin-top: .25rem
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    font-size: .8203125rem;
    line-height: 1.5;
    color: #212529
}

[dir] .valid-tooltip {
    padding: .25rem .5rem;
    margin-top: .1rem;
    background-color: rgba(102, 187, 106, .9);
    border-radius: .25rem
}

[dir=ltr] .valid-tooltip {
    left: 0
}

[dir=rtl] .valid-tooltip {
    right: 0
}

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

[dir] .form-control.is-valid, [dir] .was-validated .form-control:valid {
    border-color: #66bb6a;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2366BB6A' 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-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

[dir=ltr] .form-control.is-valid, [dir=ltr] .was-validated .form-control:valid {
    padding-right: calc(1.5em + 1rem);
    background-position: right calc(.375em + .25rem) center
}

[dir=rtl] .form-control.is-valid, [dir=rtl] .was-validated .form-control:valid {
    padding-left: calc(1.5em + 1rem);
    background-position: left calc(.375em + .25rem) center
}

[dir] .form-control.is-valid:focus, [dir] .was-validated .form-control:valid:focus {
    border-color: #66bb6a;
    box-shadow: 0 0 0 .2rem rgba(102, 187, 106, .25)
}

[dir=ltr] .was-validated textarea.form-control:valid, [dir=ltr] textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

[dir=rtl] .was-validated textarea.form-control:valid, [dir=rtl] textarea.form-control.is-valid {
    padding-left: calc(1.5em + 1rem);
    background-position: top calc(.375em + .25rem) left calc(.375em + .25rem)
}

[dir] .custom-select.is-valid, [dir] .was-validated .custom-select:valid {
    border-color: #66bb6a
}

[dir=ltr] .custom-select.is-valid, [dir=ltr] .was-validated .custom-select:valid {
    padding-right: calc(.75em + 2.5rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' 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' width='8' height='8'%3E%3Cpath fill='%2366BB6A' 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 + .5rem) calc(.75em + .5rem)
}

[dir=rtl] .custom-select.is-valid, [dir=rtl] .was-validated .custom-select:valid {
    padding-left: calc(.75em + 2.5rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2366BB6A' 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 left 1.75rem/calc(.75em + .5rem) calc(.75em + .5rem)
}

[dir] .custom-select.is-valid:focus, [dir] .was-validated .custom-select:valid:focus {
    border-color: #66bb6a;
    box-shadow: 0 0 0 .2rem rgba(102, 187, 106, .25)
}

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

.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: #66bb6a
}

[dir] .custom-control-input.is-valid~.custom-control-label:before, [dir] .was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #66bb6a
}

[dir] .custom-control-input.is-valid:checked~.custom-control-label:before, [dir] .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #89cb8c;
    background-color: #89cb8c
}

[dir] .custom-control-input.is-valid:focus~.custom-control-label:before, [dir] .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(102, 187, 106, .25)
}

[dir] .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before, [dir] .custom-file-input.is-valid~.custom-file-label, [dir] .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before, [dir] .was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #66bb6a
}

[dir] .custom-file-input.is-valid:focus~.custom-file-label, [dir] .was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #66bb6a;
    box-shadow: 0 0 0 .2rem rgba(102, 187, 106, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    font-size: .75rem;
    color: #f44336
}

[dir] .invalid-feedback {
    margin-top: .25rem
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    font-size: .8203125rem;
    line-height: 1.5;
    color: #fff
}

[dir] .invalid-tooltip {
    padding: .25rem .5rem;
    margin-top: .1rem;
    background-color: rgba(244, 67, 54, .9);
    border-radius: .25rem
}

[dir=ltr] .invalid-tooltip {
    left: 0
}

[dir=rtl] .invalid-tooltip {
    right: 0
}

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

[dir] .form-control.is-invalid, [dir] .was-validated .form-control:invalid {
    border-color: #f44336;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F44336'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23F44336' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

[dir=ltr] .form-control.is-invalid, [dir=ltr] .was-validated .form-control:invalid {
    padding-right: calc(1.5em + 1rem);
    background-position: right calc(.375em + .25rem) center
}

[dir=rtl] .form-control.is-invalid, [dir=rtl] .was-validated .form-control:invalid {
    padding-left: calc(1.5em + 1rem);
    background-position: left calc(.375em + .25rem) center
}

[dir] .form-control.is-invalid:focus, [dir] .was-validated .form-control:invalid:focus {
    border-color: #f44336;
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25)
}

[dir=ltr] .was-validated textarea.form-control:invalid, [dir=ltr] textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

[dir=rtl] .was-validated textarea.form-control:invalid, [dir=rtl] textarea.form-control.is-invalid {
    padding-left: calc(1.5em + 1rem);
    background-position: top calc(.375em + .25rem) left calc(.375em + .25rem)
}

[dir] .custom-select.is-invalid, [dir] .was-validated .custom-select:invalid {
    border-color: #f44336
}

[dir=ltr] .custom-select.is-invalid, [dir=ltr] .was-validated .custom-select:invalid {
    padding-right: calc(.75em + 2.5rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' 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' width='12' height='12' fill='none' stroke='%23F44336'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23F44336' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .5rem) calc(.75em + .5rem)
}

[dir=rtl] .custom-select.is-invalid, [dir=rtl] .was-validated .custom-select:invalid {
    padding-left: calc(.75em + 2.5rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F44336'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23F44336' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center left 1.75rem/calc(.75em + .5rem) calc(.75em + .5rem)
}

[dir] .custom-select.is-invalid:focus, [dir] .was-validated .custom-select:invalid:focus {
    border-color: #f44336;
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25)
}

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

.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: #f44336
}

[dir] .custom-control-input.is-invalid~.custom-control-label:before, [dir] .was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #f44336
}

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

[dir] .custom-control-input.is-invalid:focus~.custom-control-label:before, [dir] .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25)
}

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

[dir] .custom-file-input.is-invalid:focus~.custom-file-label, [dir] .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #f44336;
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .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 {
        display: flex;
        align-items: center;
        justify-content: center
    }

    [dir] .form-inline label {
        margin-bottom: 0
    }

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

    [dir] .form-inline .form-group {
        margin-bottom: 0
    }

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

    [dir=ltr] .form-inline .form-check {
        padding-left: 0
    }

    [dir=rtl] .form-inline .form-check {
        padding-right: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0
    }

    [dir] .form-inline .form-check-input {
        margin-top: 0
    }

    [dir=ltr] .form-inline .form-check-input {
        margin-right: .25rem;
        margin-left: 0
    }

    [dir=rtl] .form-inline .form-check-input {
        margin-left: .25rem;
        margin-right: 0
    }

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #383b3d;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .9375rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

[dir] .btn {
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    border-radius: .25rem
}

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

.btn:hover {
    color: #383b3d;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0
}

[dir] .btn.focus, [dir] .btn:focus {
    box-shadow: 0 0 0 .2rem rgba(33, 150, 243, .25)
}

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

[dir] .btn.disabled, [dir] .btn:disabled {
    box-shadow: none
}

[dir] .btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

[dir] .btn:not(:disabled):not(.disabled).active, [dir] .btn:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

[dir] .btn:not(:disabled):not(.disabled).active:focus, [dir] .btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(33, 150, 243, .25), inset 0 3px 5px rgba(0, 0, 0, .125)
}

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

.btn-primary {
    color: #fff
}

[dir] .btn-primary {
    background-color: #2196f3;
    border-color: #2196f3;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-primary:hover {
    color: #fff
}

[dir] .btn-primary:hover {
    background-color: #0c83e2;
    border-color: #0c7cd5
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff
}

[dir] .btn-primary.focus, [dir] .btn-primary:focus {
    background-color: #0c83e2;
    border-color: #0c7cd5;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(66, 166, 245, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff
}

[dir] .btn-primary.disabled, [dir] .btn-primary:disabled {
    background-color: #2196f3;
    border-color: #2196f3
}

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

[dir] .btn-primary:not(:disabled):not(.disabled).active, [dir] .btn-primary:not(:disabled):not(.disabled):active, [dir] .show>.btn-primary.dropdown-toggle {
    background-color: #0c7cd5;
    border-color: #0b75c9
}

[dir] .btn-primary:not(:disabled):not(.disabled).active:focus, [dir] .btn-primary:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(66, 166, 245, .5)
}

.btn-secondary {
    color: #fff
}

[dir] .btn-secondary {
    background-color: #6b757d;
    border-color: #6b757d;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-secondary:hover {
    color: #fff
}

[dir] .btn-secondary:hover {
    background-color: #596268;
    border-color: #535b62
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff
}

[dir] .btn-secondary.focus, [dir] .btn-secondary:focus {
    background-color: #596268;
    border-color: #535b62;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(129, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff
}

[dir] .btn-secondary.disabled, [dir] .btn-secondary:disabled {
    background-color: #6b757d;
    border-color: #6b757d
}

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

[dir] .btn-secondary:not(:disabled):not(.disabled).active, [dir] .btn-secondary:not(:disabled):not(.disabled):active, [dir] .show>.btn-secondary.dropdown-toggle {
    background-color: #535b62;
    border-color: #4e555b
}

[dir] .btn-secondary:not(:disabled):not(.disabled).active:focus, [dir] .btn-secondary:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(129, 138, 145, .5)
}

.btn-success {
    color: #212529
}

[dir] .btn-success {
    background-color: #66bb6a;
    border-color: #66bb6a;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-success:hover {
    color: #fff
}

[dir] .btn-success:hover {
    background-color: #4dae52;
    border-color: #49a54e
}

.btn-success.focus, .btn-success:focus {
    color: #fff
}

[dir] .btn-success.focus, [dir] .btn-success:focus {
    background-color: #4dae52;
    border-color: #49a54e;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(92, 165, 96, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #212529
}

[dir] .btn-success.disabled, [dir] .btn-success:disabled {
    background-color: #66bb6a;
    border-color: #66bb6a
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff
}

[dir] .btn-success:not(:disabled):not(.disabled).active, [dir] .btn-success:not(:disabled):not(.disabled):active, [dir] .show>.btn-success.dropdown-toggle {
    background-color: #49a54e;
    border-color: #459c49
}

[dir] .btn-success:not(:disabled):not(.disabled).active:focus, [dir] .btn-success:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(92, 165, 96, .5)
}

.btn-info {
    color: #fff
}

[dir] .btn-info {
    background-color: #29b6f6;
    border-color: #29b6f6;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-info:hover {
    color: #fff
}

[dir] .btn-info:hover {
    background-color: #0aa7ef;
    border-color: #0a9fe2
}

.btn-info.focus, .btn-info:focus {
    color: #fff
}

[dir] .btn-info.focus, [dir] .btn-info:focus {
    background-color: #0aa7ef;
    border-color: #0a9fe2;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(73, 193, 247, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff
}

[dir] .btn-info.disabled, [dir] .btn-info:disabled {
    background-color: #29b6f6;
    border-color: #29b6f6
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff
}

[dir] .btn-info:not(:disabled):not(.disabled).active, [dir] .btn-info:not(:disabled):not(.disabled):active, [dir] .show>.btn-info.dropdown-toggle {
    background-color: #0a9fe2;
    border-color: #0996d6
}

[dir] .btn-info:not(:disabled):not(.disabled).active:focus, [dir] .btn-info:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(73, 193, 247, .5)
}

.btn-warning {
    color: #212529
}

[dir] .btn-warning {
    background-color: #ffa726;
    border-color: #ffa726;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-warning:hover {
    color: #212529
}

[dir] .btn-warning:hover {
    background-color: #ff9700;
    border-color: #f29000
}

.btn-warning.focus, .btn-warning:focus {
    color: #212529
}

[dir] .btn-warning.focus, [dir] .btn-warning:focus {
    background-color: #ff9700;
    border-color: #f29000;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(222, 148, 38, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529
}

[dir] .btn-warning.disabled, [dir] .btn-warning:disabled {
    background-color: #ffa726;
    border-color: #ffa726
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #212529
}

[dir] .btn-warning:not(:disabled):not(.disabled).active, [dir] .btn-warning:not(:disabled):not(.disabled):active, [dir] .show>.btn-warning.dropdown-toggle {
    background-color: #f29000;
    border-color: #e58800
}

[dir] .btn-warning:not(:disabled):not(.disabled).active:focus, [dir] .btn-warning:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(222, 148, 38, .5)
}

.btn-danger {
    color: #fff
}

[dir] .btn-danger {
    background-color: #f44336;
    border-color: #f44336;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-danger:hover {
    color: #fff
}

[dir] .btn-danger:hover {
    background-color: #f22112;
    border-color: #ea1c0d
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff
}

[dir] .btn-danger.focus, [dir] .btn-danger:focus {
    background-color: #f22112;
    border-color: #ea1c0d;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(246, 95, 84, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff
}

[dir] .btn-danger.disabled, [dir] .btn-danger:disabled {
    background-color: #f44336;
    border-color: #f44336
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff
}

[dir] .btn-danger:not(:disabled):not(.disabled).active, [dir] .btn-danger:not(:disabled):not(.disabled):active, [dir] .show>.btn-danger.dropdown-toggle {
    background-color: #ea1c0d;
    border-color: #de1b0c
}

[dir] .btn-danger:not(:disabled):not(.disabled).active:focus, [dir] .btn-danger:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(246, 95, 84, .5)
}

.btn-light {
    color: #212529
}

[dir] .btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-light:hover {
    color: #212529
}

[dir] .btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    color: #212529
}

[dir] .btn-light.focus, [dir] .btn-light:focus {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529
}

[dir] .btn-light.disabled, [dir] .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529
}

[dir] .btn-light:not(:disabled):not(.disabled).active, [dir] .btn-light:not(:disabled):not(.disabled):active, [dir] .show>.btn-light.dropdown-toggle {
    background-color: #dae0e5;
    border-color: #3f464d
}

[dir] .btn-light:not(:disabled):not(.disabled).active:focus, [dir] .btn-light:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff
}

[dir] .btn-dark {
    background-color: #39444d;
    border-color: #39444d;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-dark:hover {
    color: #fff
}

[dir] .btn-dark:hover {
    background-color: #293137;
    border-color: #232a30
}

.btn-dark.focus, .btn-dark:focus {
    color: #fff
}

[dir] .btn-dark.focus, [dir] .btn-dark:focus {
    background-color: #293137;
    border-color: #232a30;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(87, 96, 104, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff
}

[dir] .btn-dark.disabled, [dir] .btn-dark:disabled {
    background-color: #39444d;
    border-color: #39444d
}

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

[dir] .btn-dark:not(:disabled):not(.disabled).active, [dir] .btn-dark:not(:disabled):not(.disabled):active, [dir] .show>.btn-dark.dropdown-toggle {
    background-color: #232a30;
    border-color: #1e2428
}

[dir] .btn-dark:not(:disabled):not(.disabled).active:focus, [dir] .btn-dark:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(87, 96, 104, .5)
}

.btn-outline-primary {
    color: #2196f3
}

[dir] .btn-outline-primary {
    border-color: #2196f3
}

.btn-outline-primary:hover {
    color: #fff
}

[dir] .btn-outline-primary:hover {
    background-color: #2196f3;
    border-color: #2196f3
}

[dir] .btn-outline-primary.focus, [dir] .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(33, 150, 243, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2196f3
}

[dir] .btn-outline-primary.disabled, [dir] .btn-outline-primary:disabled {
    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
}

[dir] .btn-outline-primary:not(:disabled):not(.disabled).active, [dir] .btn-outline-primary:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-primary.dropdown-toggle {
    background-color: #2196f3;
    border-color: #2196f3
}

[dir] .btn-outline-primary:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-primary:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(33, 150, 243, .5)
}

.btn-outline-secondary {
    color: #6b757d
}

[dir] .btn-outline-secondary {
    border-color: #6b757d
}

.btn-outline-secondary:hover {
    color: #fff
}

[dir] .btn-outline-secondary:hover {
    background-color: #6b757d;
    border-color: #6b757d
}

[dir] .btn-outline-secondary.focus, [dir] .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(107, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6b757d
}

[dir] .btn-outline-secondary.disabled, [dir] .btn-outline-secondary:disabled {
    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: #fff
}

[dir] .btn-outline-secondary:not(:disabled):not(.disabled).active, [dir] .btn-outline-secondary:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-secondary.dropdown-toggle {
    background-color: #6b757d;
    border-color: #6b757d
}

[dir] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(107, 117, 125, .5)
}

.btn-outline-success {
    color: #66bb6a
}

[dir] .btn-outline-success {
    border-color: #66bb6a
}

.btn-outline-success:hover {
    color: #212529
}

[dir] .btn-outline-success:hover {
    background-color: #66bb6a;
    border-color: #66bb6a
}

[dir] .btn-outline-success.focus, [dir] .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(102, 187, 106, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #66bb6a
}

[dir] .btn-outline-success.disabled, [dir] .btn-outline-success:disabled {
    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: #212529
}

[dir] .btn-outline-success:not(:disabled):not(.disabled).active, [dir] .btn-outline-success:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-success.dropdown-toggle {
    background-color: #66bb6a;
    border-color: #66bb6a
}

[dir] .btn-outline-success:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-success:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(102, 187, 106, .5)
}

.btn-outline-info {
    color: #29b6f6
}

[dir] .btn-outline-info {
    border-color: #29b6f6
}

.btn-outline-info:hover {
    color: #fff
}

[dir] .btn-outline-info:hover {
    background-color: #29b6f6;
    border-color: #29b6f6
}

[dir] .btn-outline-info.focus, [dir] .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 182, 246, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #29b6f6
}

[dir] .btn-outline-info.disabled, [dir] .btn-outline-info:disabled {
    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
}

[dir] .btn-outline-info:not(:disabled):not(.disabled).active, [dir] .btn-outline-info:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-info.dropdown-toggle {
    background-color: #29b6f6;
    border-color: #29b6f6
}

[dir] .btn-outline-info:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-info:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(41, 182, 246, .5)
}

.btn-outline-warning {
    color: #ffa726
}

[dir] .btn-outline-warning {
    border-color: #ffa726
}

.btn-outline-warning:hover {
    color: #212529
}

[dir] .btn-outline-warning:hover {
    background-color: #ffa726;
    border-color: #ffa726
}

[dir] .btn-outline-warning.focus, [dir] .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 167, 38, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffa726
}

[dir] .btn-outline-warning.disabled, [dir] .btn-outline-warning:disabled {
    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: #212529
}

[dir] .btn-outline-warning:not(:disabled):not(.disabled).active, [dir] .btn-outline-warning:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-warning.dropdown-toggle {
    background-color: #ffa726;
    border-color: #ffa726
}

[dir] .btn-outline-warning:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-warning:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(255, 167, 38, .5)
}

.btn-outline-danger {
    color: #f44336
}

[dir] .btn-outline-danger {
    border-color: #f44336
}

.btn-outline-danger:hover {
    color: #fff
}

[dir] .btn-outline-danger:hover {
    background-color: #f44336;
    border-color: #f44336
}

[dir] .btn-outline-danger.focus, [dir] .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f44336
}

[dir] .btn-outline-danger.disabled, [dir] .btn-outline-danger:disabled {
    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
}

[dir] .btn-outline-danger:not(:disabled):not(.disabled).active, [dir] .btn-outline-danger:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-danger.dropdown-toggle {
    background-color: #f44336;
    border-color: #f44336
}

[dir] .btn-outline-danger:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-danger:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(244, 67, 54, .5)
}

.btn-outline-light {
    color: #f8f9fa
}

[dir] .btn-outline-light {
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529
}

[dir] .btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

[dir] .btn-outline-light.focus, [dir] .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa
}

[dir] .btn-outline-light.disabled, [dir] .btn-outline-light:disabled {
    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: #212529
}

[dir] .btn-outline-light:not(:disabled):not(.disabled).active, [dir] .btn-outline-light:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-light.dropdown-toggle {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

[dir] .btn-outline-light:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-light:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #39444d
}

[dir] .btn-outline-dark {
    border-color: #39444d
}

.btn-outline-dark:hover {
    color: #fff
}

[dir] .btn-outline-dark:hover {
    background-color: #39444d;
    border-color: #39444d
}

[dir] .btn-outline-dark.focus, [dir] .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(57, 68, 77, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #39444d
}

[dir] .btn-outline-dark.disabled, [dir] .btn-outline-dark:disabled {
    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
}

[dir] .btn-outline-dark:not(:disabled):not(.disabled).active, [dir] .btn-outline-dark:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-dark.dropdown-toggle {
    background-color: #39444d;
    border-color: #39444d
}

[dir] .btn-outline-dark:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-dark:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(57, 68, 77, .5)
}

.btn-link {
    font-weight: 400;
    color: rgba(33, 150, 243, .85);
    text-decoration: none
}

.btn-link:hover {
    color: rgba(10, 110, 189, .85)
}

.btn-link.focus, .btn-link:focus, .btn-link:hover {
    text-decoration: underline
}

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

.btn-group-lg>.btn, .btn-lg {
    font-size: 1.171875rem;
    line-height: 1.5
}

[dir] .btn-group-lg>.btn, [dir] .btn-lg {
    padding: .5rem 2rem;
    border-radius: .3rem
}

.btn-group-sm>.btn, .btn-sm {
    font-size: .8203125rem;
    line-height: 1.5
}

[dir] .btn-group-sm>.btn, [dir] .btn-sm {
    padding: .25rem .5rem;
    border-radius: .2rem
}

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

[dir] .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;
    vertical-align: .255em;
    content: ""
}

[dir] .dropdown-toggle:after {
    border-top: .3em solid;
    border-bottom: 0
}

[dir=ltr] .dropdown-toggle:after {
    margin-left: .255em
}

[dir=ltr] .dropdown-toggle:after, [dir=rtl] .dropdown-toggle:after {
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

[dir=rtl] .dropdown-toggle:after {
    margin-right: .255em
}

[dir=ltr] .dropdown-toggle:empty:after {
    margin-left: 0
}

[dir=rtl] .dropdown-toggle:empty:after {
    margin-right: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    font-size: .9375rem;
    color: #383b3d;
    list-style: none
}

[dir] .dropdown-menu {
    padding: .5rem 0;
    margin: .5rem 0 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f0f1f2;
    border-radius: .1875rem;
    box-shadow: 0 5px 11px 0 rgba(56, 59, 61, .07)
}

[dir=ltr] .dropdown-menu {
    left: 0;
    float: left;
    text-align: left
}

[dir=rtl] .dropdown-menu {
    right: 0;
    float: right;
    text-align: right
}

[dir=ltr] .dropdown-menu-left {
    right: auto;
    left: 0
}

[dir=ltr] .dropdown-menu-right, [dir=rtl] .dropdown-menu-left {
    left: auto;
    right: 0
}

[dir=rtl] .dropdown-menu-right {
    left: 0;
    right: auto
}

@media (min-width:374px) {
    [dir=ltr] .dropdown-menu-xs-md-left {
        right: auto;
        left: 0
    }

    [dir=ltr] .dropdown-menu-xs-md-right, [dir=rtl] .dropdown-menu-xs-md-left {
        left: auto;
        right: 0
    }

    [dir=rtl] .dropdown-menu-xs-md-right {
        left: 0;
        right: auto
    }
}

@media (min-width:413px) {
    [dir=ltr] .dropdown-menu-xs-plus-left {
        right: auto;
        left: 0
    }

    [dir=ltr] .dropdown-menu-xs-plus-right, [dir=rtl] .dropdown-menu-xs-plus-left {
        left: auto;
        right: 0
    }

    [dir=rtl] .dropdown-menu-xs-plus-right {
        left: 0;
        right: auto
    }
}

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

    [dir=ltr] .dropdown-menu-sm-right, [dir=rtl] .dropdown-menu-sm-left {
        left: auto;
        right: 0
    }

    [dir=rtl] .dropdown-menu-sm-right {
        left: 0;
        right: auto
    }
}

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

    [dir=ltr] .dropdown-menu-md-right, [dir=rtl] .dropdown-menu-md-left {
        left: auto;
        right: 0
    }

    [dir=rtl] .dropdown-menu-md-right {
        left: 0;
        right: auto
    }
}

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

    [dir=ltr] .dropdown-menu-lg-right, [dir=rtl] .dropdown-menu-lg-left {
        left: auto;
        right: 0
    }

    [dir=rtl] .dropdown-menu-lg-right {
        left: 0;
        right: auto
    }
}

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

    [dir=ltr] .dropdown-menu-xl-right, [dir=rtl] .dropdown-menu-xl-left {
        left: auto;
        right: 0
    }

    [dir=rtl] .dropdown-menu-xl-right {
        left: 0;
        right: auto
    }
}

@media (min-width:1366px) {
    [dir=ltr] .dropdown-menu-xxl-left {
        right: auto;
        left: 0
    }

    [dir=ltr] .dropdown-menu-xxl-right, [dir=rtl] .dropdown-menu-xxl-left {
        left: auto;
        right: 0
    }

    [dir=rtl] .dropdown-menu-xxl-right {
        left: 0;
        right: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

[dir] .dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .5rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    vertical-align: .255em;
    content: ""
}

[dir] .dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: .3em solid
}

[dir=ltr] .dropup .dropdown-toggle:after {
    margin-left: .255em;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

[dir=rtl] .dropup .dropdown-toggle:after {
    margin-right: .255em;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent
}

[dir=ltr] .dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

[dir=rtl] .dropup .dropdown-toggle:empty:after {
    margin-right: 0
}

.dropright .dropdown-menu {
    top: 0
}

[dir] .dropright .dropdown-menu {
    margin-top: 0
}

[dir=ltr] .dropright .dropdown-menu {
    right: auto;
    left: 100%;
    margin-left: .5rem
}

[dir=rtl] .dropright .dropdown-menu {
    left: auto;
    right: 100%;
    margin-right: .5rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    vertical-align: .255em;
    content: ""
}

[dir] .dropright .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent
}

[dir=ltr] .dropright .dropdown-toggle:after {
    margin-left: .255em;
    border-right: 0;
    border-left: .3em solid
}

[dir=rtl] .dropright .dropdown-toggle:after {
    margin-right: .255em;
    border-left: 0;
    border-right: .3em solid
}

[dir=ltr] .dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

[dir=rtl] .dropright .dropdown-toggle:empty:after {
    margin-right: 0
}

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

.dropleft .dropdown-menu {
    top: 0
}

[dir] .dropleft .dropdown-menu {
    margin-top: 0
}

[dir=ltr] .dropleft .dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: .5rem
}

[dir=rtl] .dropleft .dropdown-menu {
    left: 100%;
    right: auto;
    margin-left: .5rem
}

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

[dir=ltr] .dropleft .dropdown-toggle:after {
    margin-left: .255em
}

[dir=rtl] .dropleft .dropdown-toggle:after {
    margin-right: .255em
}

.dropleft .dropdown-toggle:after {
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    vertical-align: .255em;
    content: ""
}

[dir] .dropleft .dropdown-toggle:before {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent
}

[dir=ltr] .dropleft .dropdown-toggle:before {
    margin-right: .255em;
    border-right: .3em solid
}

[dir=rtl] .dropleft .dropdown-toggle:before {
    margin-left: .255em;
    border-left: .3em solid
}

[dir=ltr] .dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

[dir=rtl] .dropleft .dropdown-toggle:empty:after {
    margin-right: 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] {
    bottom: auto
}

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

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

.dropdown-divider {
    height: 0;
    overflow: hidden
}

[dir] .dropdown-divider {
    margin: .5rem 0;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    font-weight: 400;
    color: rgba(56, 59, 61, .7);
    white-space: nowrap
}

[dir] .dropdown-item {
    padding: .25rem 1rem;
    clear: both;
    text-align: inherit;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(56, 59, 61, .9);
    text-decoration: none
}

[dir] .dropdown-item:focus, [dir] .dropdown-item:hover {
    background-color: transparent
}

.dropdown-item.active, .dropdown-item:active {
    color: #2196f3;
    text-decoration: none
}

[dir] .dropdown-item.active, [dir] .dropdown-item:active {
    background-color: transparent
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: rgba(56, 59, 61, .3);
    pointer-events: none
}

[dir] .dropdown-item.disabled, [dir] .dropdown-item:disabled {
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    font-size: .8203125rem;
    color: #6c757d;
    white-space: nowrap
}

[dir] .dropdown-header {
    padding: .5rem 1rem;
    margin-bottom: 0
}

.dropdown-item-text {
    display: block;
    color: rgba(56, 59, 61, .7)
}

[dir] .dropdown-item-text {
    padding: .25rem 1rem
}

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

[dir=ltr] .btn-group>.btn-group:not(:first-child), [dir=ltr] .btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

[dir=rtl] .btn-group>.btn-group:not(:first-child), [dir=rtl] .btn-group>.btn:not(:first-child) {
    margin-right: -1px
}

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

[dir=ltr] .btn-group>.btn-group:not(:first-child)>.btn, [dir=ltr] .btn-group>.btn:not(:first-child), [dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn, [dir=rtl] .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn, [dir=rtl] .btn-group>.btn:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

[dir=ltr] .dropdown-toggle-split, [dir=rtl] .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

[dir=ltr] .dropdown-toggle-split:after, [dir=ltr] .dropright .dropdown-toggle-split:after, [dir=ltr] .dropup .dropdown-toggle-split:after {
    margin-left: 0
}

[dir=ltr] .dropleft .dropdown-toggle-split:before, [dir=rtl] .dropdown-toggle-split:after, [dir=rtl] .dropright .dropdown-toggle-split:after, [dir=rtl] .dropup .dropdown-toggle-split:after {
    margin-right: 0
}

[dir=rtl] .dropleft .dropdown-toggle-split:before {
    margin-left: 0
}

[dir=ltr] .btn-group-sm>.btn+.dropdown-toggle-split, [dir=ltr] .btn-sm+.dropdown-toggle-split, [dir=rtl] .btn-group-sm>.btn+.dropdown-toggle-split, [dir=rtl] .btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

[dir=ltr] .btn-group-lg>.btn+.dropdown-toggle-split, [dir=ltr] .btn-lg+.dropdown-toggle-split, [dir=rtl] .btn-group-lg>.btn+.dropdown-toggle-split, [dir=rtl] .btn-lg+.dropdown-toggle-split {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

[dir] .btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

[dir] .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none
}

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

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

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

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

[dir=ltr] .btn-group-vertical>.btn-group:not(:first-child)>.btn, [dir=ltr] .btn-group-vertical>.btn:not(:first-child), [dir=rtl] .btn-group-vertical>.btn-group:not(:first-child)>.btn, [dir=rtl] .btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

[dir] .btn-group-toggle>.btn, [dir] .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%;
    min-width: 0
}

[dir] .input-group>.custom-file, [dir] .input-group>.custom-select, [dir] .input-group>.form-control, [dir] .input-group>.form-control-plaintext {
    margin-bottom: 0
}

[dir=ltr] .input-group>.custom-file+.custom-file, [dir=ltr] .input-group>.custom-file+.custom-select, [dir=ltr] .input-group>.custom-file+.form-control, [dir=ltr] .input-group>.custom-select+.custom-file, [dir=ltr] .input-group>.custom-select+.custom-select, [dir=ltr] .input-group>.custom-select+.form-control, [dir=ltr] .input-group>.form-control+.custom-file, [dir=ltr] .input-group>.form-control+.custom-select, [dir=ltr] .input-group>.form-control+.form-control, [dir=ltr] .input-group>.form-control-plaintext+.custom-file, [dir=ltr] .input-group>.form-control-plaintext+.custom-select, [dir=ltr] .input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

[dir=rtl] .input-group>.custom-file+.custom-file, [dir=rtl] .input-group>.custom-file+.custom-select, [dir=rtl] .input-group>.custom-file+.form-control, [dir=rtl] .input-group>.custom-select+.custom-file, [dir=rtl] .input-group>.custom-select+.custom-select, [dir=rtl] .input-group>.custom-select+.form-control, [dir=rtl] .input-group>.form-control+.custom-file, [dir=rtl] .input-group>.form-control+.custom-select, [dir=rtl] .input-group>.form-control+.form-control, [dir=rtl] .input-group>.form-control-plaintext+.custom-file, [dir=rtl] .input-group>.form-control-plaintext+.custom-select, [dir=rtl] .input-group>.form-control-plaintext+.form-control {
    margin-right: -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
}

[dir=ltr] .input-group>.custom-select:not(:last-child), [dir=ltr] .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

[dir=ltr] .input-group>.custom-select:not(:first-child), [dir=ltr] .input-group>.form-control:not(:first-child), [dir=rtl] .input-group>.custom-select:not(:last-child), [dir=rtl] .input-group>.form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[dir=rtl] .input-group>.custom-select:not(:first-child), [dir=rtl] .input-group>.form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

[dir=ltr] .input-group>.custom-file:not(:last-child) .custom-file-label, [dir=ltr] .input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

[dir=ltr] .input-group>.custom-file:not(:first-child) .custom-file-label, [dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label, [dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-right-radius: 0;
    border-bottom-right-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
}

[dir=ltr] .input-group-append .btn+.btn, [dir=ltr] .input-group-append .btn+.input-group-text, [dir=ltr] .input-group-append .input-group-text+.btn, [dir=ltr] .input-group-append .input-group-text+.input-group-text, [dir=ltr] .input-group-prepend .btn+.btn, [dir=ltr] .input-group-prepend .btn+.input-group-text, [dir=ltr] .input-group-prepend .input-group-text+.btn, [dir=ltr] .input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

[dir=ltr] .input-group-prepend, [dir=rtl] .input-group-append .btn+.btn, [dir=rtl] .input-group-append .btn+.input-group-text, [dir=rtl] .input-group-append .input-group-text+.btn, [dir=rtl] .input-group-append .input-group-text+.input-group-text, [dir=rtl] .input-group-prepend .btn+.btn, [dir=rtl] .input-group-prepend .btn+.input-group-text, [dir=rtl] .input-group-prepend .input-group-text+.btn, [dir=rtl] .input-group-prepend .input-group-text+.input-group-text {
    margin-right: -1px
}

[dir=ltr] .input-group-append, [dir=rtl] .input-group-prepend {
    margin-left: -1px
}

[dir=rtl] .input-group-append {
    margin-right: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    white-space: nowrap
}

[dir] .input-group-text {
    padding: .5rem .75rem;
    margin-bottom: 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f0f1f2;
    border-radius: .25rem
}

[dir] .input-group-text input[type=checkbox], [dir] .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 {
    font-size: 1.171875rem;
    line-height: 1.5
}

[dir] .input-group-lg>.custom-select, [dir] .input-group-lg>.form-control, [dir] .input-group-lg>.input-group-append>.btn, [dir] .input-group-lg>.input-group-append>.input-group-text, [dir] .input-group-lg>.input-group-prepend>.btn, [dir] .input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    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 {
    font-size: .8203125rem;
    line-height: 1.5
}

[dir] .input-group-sm>.custom-select, [dir] .input-group-sm>.form-control, [dir] .input-group-sm>.input-group-append>.btn, [dir] .input-group-sm>.input-group-append>.input-group-text, [dir] .input-group-sm>.input-group-prepend>.btn, [dir] .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    border-radius: .2rem
}

[dir=ltr] .input-group-lg>.custom-select, [dir=ltr] .input-group-sm>.custom-select {
    padding-right: 1.75rem
}

[dir=rtl] .input-group-lg>.custom-select, [dir=rtl] .input-group-sm>.custom-select {
    padding-left: 1.75rem
}

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

[dir=ltr] .input-group>.input-group-append>.btn, [dir=ltr] .input-group>.input-group-append>.input-group-text, [dir=ltr] .input-group>.input-group-prepend:first-child>.btn:not(:first-child), [dir=ltr] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), [dir=ltr] .input-group>.input-group-prepend:not(:first-child)>.btn, [dir=ltr] .input-group>.input-group-prepend:not(:first-child)>.input-group-text, [dir=rtl] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), [dir=rtl] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), [dir=rtl] .input-group>.input-group-append:not(:last-child)>.btn, [dir=rtl] .input-group>.input-group-append:not(:last-child)>.input-group-text, [dir=rtl] .input-group>.input-group-prepend>.btn, [dir=rtl] .input-group>.input-group-prepend>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[dir=rtl] .input-group>.input-group-append>.btn, [dir=rtl] .input-group>.input-group-append>.input-group-text, [dir=rtl] .input-group>.input-group-prepend:first-child>.btn:not(:first-child), [dir=rtl] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), [dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.btn, [dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.40625rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

[dir=ltr] .custom-control {
    padding-left: 1.5rem
}

[dir=rtl] .custom-control {
    padding-right: 1.5rem
}

.custom-control-inline {
    display: inline-flex
}

[dir=ltr] .custom-control-inline {
    margin-right: 1rem
}

[dir=rtl] .custom-control-inline {
    margin-left: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    width: 1rem;
    height: 1.203125rem;
    opacity: 0
}

[dir=ltr] .custom-control-input {
    left: 0
}

[dir=rtl] .custom-control-input {
    right: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff
}

[dir] .custom-control-input:checked~.custom-control-label:before {
    border-color: #2196f3;
    background-color: #2196f3
}

[dir] .custom-control-input:focus~.custom-control-label:before {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(33, 150, 243, .25)
}

[dir] .custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #9acffa
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff
}

[dir] .custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #cae6fc;
    border-color: #cae6fc
}

.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

[dir] .custom-control-input:disabled~.custom-control-label:before, [dir] .custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    vertical-align: top
}

[dir] .custom-control-label {
    margin-bottom: 0
}

.custom-control-label:before {
    position: absolute;
    top: .203125rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: ""
}

[dir] .custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

[dir=ltr] .custom-control-label:before {
    left: -1.5rem
}

[dir=rtl] .custom-control-label:before {
    right: -1.5rem
}

.custom-control-label:after {
    position: absolute;
    top: .203125rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

[dir] .custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

[dir=ltr] .custom-control-label:after {
    left: -1.5rem
}

[dir=rtl] .custom-control-label:after {
    right: -1.5rem
}

[dir] .custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

[dir] .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' width='8' height='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")
}

[dir] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #2196f3;
    background-color: #2196f3
}

[dir] .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' width='4' height='4'%3E%3Cpath stroke='%23FFF' d='M0 2h4'/%3E%3C/svg%3E")
}

[dir] .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(33, 150, 243, .5)
}

[dir] .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(33, 150, 243, .5)
}

[dir] .custom-radio .custom-control-label:before {
    border-radius: 50%
}

[dir] .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' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFF'/%3E%3C/svg%3E")
}

[dir] .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(33, 150, 243, .5)
}

[dir=ltr] .custom-switch {
    padding-left: 2.25rem
}

[dir=rtl] .custom-switch {
    padding-right: 2.25rem
}

.custom-switch .custom-control-label:before {
    width: 1.75rem;
    pointer-events: all
}

[dir] .custom-switch .custom-control-label:before {
    border-radius: .5rem
}

[dir=ltr] .custom-switch .custom-control-label:before {
    left: -2.25rem
}

[dir=rtl] .custom-switch .custom-control-label:before {
    right: -2.25rem
}

.custom-switch .custom-control-label:after {
    top: calc(.20313rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

[dir] .custom-switch .custom-control-label:after {
    background-color: #adb5bd;
    border-radius: .5rem
}

[dir=ltr] .custom-switch .custom-control-label:after {
    left: calc(-2.25rem + 2px)
}

[dir=rtl] .custom-switch .custom-control-label:after {
    right: calc(-2.25rem + 2px)
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

[dir] .custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff
}

[dir=ltr] .custom-switch .custom-control-input:checked~.custom-control-label:after {
    transform: translateX(.75rem)
}

[dir=rtl] .custom-switch .custom-control-input:checked~.custom-control-label:after {
    transform: translateX(-.75rem)
}

[dir] .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(33, 150, 243, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[dir] .custom-select {
    border: 1px solid #f0f1f2;
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075)
}

[dir=ltr] .custom-select {
    padding: .5rem 1.75rem .5rem .75rem;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px
}

[dir=rtl] .custom-select {
    padding: .5rem .75rem .5rem 1.75rem;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left .75rem center/8px 10px
}

.custom-select:focus {
    outline: 0
}

[dir] .custom-select:focus {
    border-color: #9acffa;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(33, 150, 243, .25)
}

.custom-select:focus::-ms-value {
    color: #495057
}

[dir] .custom-select:focus::-ms-value {
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto
}

[dir] .custom-select[multiple], [dir] .custom-select[size]:not([size="1"]) {
    background-image: none
}

[dir=ltr] .custom-select[multiple], [dir=ltr] .custom-select[size]:not([size="1"]) {
    padding-right: .75rem
}

[dir=rtl] .custom-select[multiple], [dir=rtl] .custom-select[size]:not([size="1"]) {
    padding-left: .75rem
}

.custom-select:disabled {
    color: #6c757d
}

[dir] .custom-select:disabled {
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent
}

[dir] .custom-select:-moz-focusring {
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    font-size: .8203125rem
}

[dir] .custom-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem
}

[dir=ltr] .custom-select-sm {
    padding-left: .5rem
}

[dir=rtl] .custom-select-sm {
    padding-right: .5rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    font-size: 1.171875rem
}

[dir] .custom-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem
}

[dir=ltr] .custom-select-lg {
    padding-left: 1rem
}

[dir=rtl] .custom-select-lg {
    padding-right: 1rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px)
}

[dir] .custom-file {
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    opacity: 0
}

[dir] .custom-file-input {
    margin: 0
}

[dir] .custom-file-input:focus~.custom-file-label {
    border-color: #9acffa;
    box-shadow: 0 0 0 .2rem rgba(33, 150, 243, .25)
}

[dir] .custom-file-input:disabled~.custom-file-label, [dir] .custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.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 {
    position: absolute;
    top: 0;
    z-index: 1;
    height: calc(1.5em + 1rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    color: #495057
}

[dir] .custom-file-label {
    padding: .5rem .75rem;
    background-color: #fff;
    border: 1px solid #f0f1f2;
    border-radius: .25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

[dir=ltr] .custom-file-label, [dir=rtl] .custom-file-label {
    right: 0;
    left: 0
}

.custom-file-label:after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1rem);
    line-height: 1.5;
    color: #495057;
    content: "Browse"
}

[dir] .custom-file-label:after {
    padding: .5rem .75rem;
    background-color: #fff
}

[dir=ltr] .custom-file-label:after {
    right: 0;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

[dir=rtl] .custom-file-label:after {
    left: 0;
    border-right: inherit;
    border-radius: .25rem 0 0 .25rem
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[dir] .custom-range {
    padding: 0;
    background-color: transparent
}

.custom-range:focus {
    outline: none
}

[dir] .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f5f6f7, 0 0 0 .2rem rgba(33, 150, 243, .25)
}

[dir] .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f6f7, 0 0 0 .2rem rgba(33, 150, 243, .25)
}

[dir] .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f5f6f7, 0 0 0 .2rem rgba(33, 150, 243, .25)
}

[dir] .custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

[dir] .custom-range::-webkit-slider-thumb {
    margin-top: -.25rem;
    background-color: #2196f3;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1)
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

[dir] .custom-range::-webkit-slider-thumb:active {
    background-color: #cae6fc
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent
}

[dir] .custom-range::-webkit-slider-runnable-track {
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

[dir] .custom-range::-moz-range-thumb {
    background-color: #2196f3;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1)
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

[dir] .custom-range::-moz-range-thumb:active {
    background-color: #cae6fc
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent
}

[dir] .custom-range::-moz-range-track {
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

[dir] .custom-range::-ms-thumb {
    margin-top: 0;
    background-color: #2196f3;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1)
}

[dir=ltr] .custom-range::-ms-thumb, [dir=rtl] .custom-range::-ms-thumb {
    margin-right: .2rem;
    margin-left: .2rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

[dir] .custom-range::-ms-thumb:active {
    background-color: #cae6fc
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent
}

[dir] .custom-range::-ms-track {
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
}

[dir] .custom-range::-ms-fill-lower, [dir] .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

[dir=ltr] .custom-range::-ms-fill-upper {
    margin-right: 15px
}

[dir=rtl] .custom-range::-ms-fill-upper {
    margin-left: 15px
}

[dir] .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

[dir] .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

[dir] .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

[dir] .custom-range:disabled::-moz-range-track {
    cursor: default
}

[dir] .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.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;
    list-style: none
}

[dir] .nav {
    margin-bottom: 0
}

[dir=ltr] .nav {
    padding-left: 0
}

[dir=rtl] .nav {
    padding-right: 0
}

.nav-link {
    display: block
}

[dir] .nav-link {
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none
}

[dir] .nav-link.disabled {
    cursor: default
}

[dir] .nav-tabs {
    border-bottom: 1px solid #f0f1f2
}

[dir] .nav-tabs .nav-item {
    margin-bottom: -1px
}

[dir] .nav-tabs .nav-link {
    border: 1px solid transparent
}

[dir=ltr] .nav-tabs .nav-link, [dir=rtl] .nav-tabs .nav-link {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

[dir] .nav-tabs .nav-link:focus, [dir] .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #f0f1f2
}

.nav-tabs .nav-link.disabled {
    color: #6c757d
}

[dir] .nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057
}

[dir] .nav-tabs .nav-item.show .nav-link, [dir] .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #f0f1f2
}

[dir] .nav-tabs .dropdown-menu {
    margin-top: -1px
}

[dir=ltr] .nav-tabs .dropdown-menu, [dir=rtl] .nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

[dir] .nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff
}

[dir] .nav-pills .nav-link.active, [dir] .nav-pills .show>.nav-link {
    background-color: #2196f3
}

.nav-fill .nav-item, .nav-fill>.nav-link {
    flex: 1 1 auto
}

[dir] .nav-fill .nav-item, [dir] .nav-fill>.nav-link {
    text-align: center
}

.nav-justified .nav-item, .nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1
}

[dir] .nav-justified .nav-item, [dir] .nav-justified>.nav-link {
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

[dir] .navbar {
    padding: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl, .navbar .container-xxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    font-size: 1.171875rem;
    line-height: inherit;
    white-space: nowrap
}

[dir] .navbar-brand {
    padding-top: .32421875rem;
    padding-bottom: .32421875rem
}

[dir=ltr] .navbar-brand {
    margin-right: 1rem
}

[dir=rtl] .navbar-brand {
    margin-left: 1rem
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none
}

[dir] .navbar-nav {
    margin-bottom: 0
}

[dir=ltr] .navbar-nav {
    padding-left: 0
}

[dir=rtl] .navbar-nav {
    padding-right: 0
}

[dir=ltr] .navbar-nav .nav-link, [dir=rtl] .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

[dir] .navbar-nav .dropdown-menu {
    float: none
}

.navbar-text {
    display: inline-block
}

[dir] .navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    font-size: 1.171875rem;
    line-height: 1
}

[dir] .navbar-toggler {
    padding: 1rem 0;
    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: ""
}

[dir] .navbar-toggler-icon {
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:373.98px) {
    [dir=ltr] .navbar-expand-xs-md>.container, [dir=ltr] .navbar-expand-xs-md>.container-fluid, [dir=ltr] .navbar-expand-xs-md>.container-lg, [dir=ltr] .navbar-expand-xs-md>.container-md, [dir=ltr] .navbar-expand-xs-md>.container-sm, [dir=ltr] .navbar-expand-xs-md>.container-xl, [dir=ltr] .navbar-expand-xs-md>.container-xxl, [dir=rtl] .navbar-expand-xs-md>.container, [dir=rtl] .navbar-expand-xs-md>.container-fluid, [dir=rtl] .navbar-expand-xs-md>.container-lg, [dir=rtl] .navbar-expand-xs-md>.container-md, [dir=rtl] .navbar-expand-xs-md>.container-sm, [dir=rtl] .navbar-expand-xs-md>.container-xl, [dir=rtl] .navbar-expand-xs-md>.container-xxl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:374px) {
    .navbar-expand-xs-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xs-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xs-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    [dir=ltr] .navbar-expand-xs-md .navbar-nav .nav-link, [dir=rtl] .navbar-expand-xs-md .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand-xs-md>.container, .navbar-expand-xs-md>.container-fluid, .navbar-expand-xs-md>.container-lg, .navbar-expand-xs-md>.container-md, .navbar-expand-xs-md>.container-sm, .navbar-expand-xs-md>.container-xl, .navbar-expand-xs-md>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-xs-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xs-md .navbar-toggler {
        display: none
    }
}

@media (max-width:412.98px) {
    [dir=ltr] .navbar-expand-xs-plus>.container, [dir=ltr] .navbar-expand-xs-plus>.container-fluid, [dir=ltr] .navbar-expand-xs-plus>.container-lg, [dir=ltr] .navbar-expand-xs-plus>.container-md, [dir=ltr] .navbar-expand-xs-plus>.container-sm, [dir=ltr] .navbar-expand-xs-plus>.container-xl, [dir=ltr] .navbar-expand-xs-plus>.container-xxl, [dir=rtl] .navbar-expand-xs-plus>.container, [dir=rtl] .navbar-expand-xs-plus>.container-fluid, [dir=rtl] .navbar-expand-xs-plus>.container-lg, [dir=rtl] .navbar-expand-xs-plus>.container-md, [dir=rtl] .navbar-expand-xs-plus>.container-sm, [dir=rtl] .navbar-expand-xs-plus>.container-xl, [dir=rtl] .navbar-expand-xs-plus>.container-xxl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:413px) {
    .navbar-expand-xs-plus {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xs-plus .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xs-plus .navbar-nav .dropdown-menu {
        position: absolute
    }

    [dir=ltr] .navbar-expand-xs-plus .navbar-nav .nav-link, [dir=rtl] .navbar-expand-xs-plus .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand-xs-plus>.container, .navbar-expand-xs-plus>.container-fluid, .navbar-expand-xs-plus>.container-lg, .navbar-expand-xs-plus>.container-md, .navbar-expand-xs-plus>.container-sm, .navbar-expand-xs-plus>.container-xl, .navbar-expand-xs-plus>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-xs-plus .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xs-plus .navbar-toggler {
        display: none
    }
}

@media (max-width:575.98px) {
    [dir=ltr] .navbar-expand-sm>.container, [dir=ltr] .navbar-expand-sm>.container-fluid, [dir=ltr] .navbar-expand-sm>.container-lg, [dir=ltr] .navbar-expand-sm>.container-md, [dir=ltr] .navbar-expand-sm>.container-sm, [dir=ltr] .navbar-expand-sm>.container-xl, [dir=ltr] .navbar-expand-sm>.container-xxl, [dir=rtl] .navbar-expand-sm>.container, [dir=rtl] .navbar-expand-sm>.container-fluid, [dir=rtl] .navbar-expand-sm>.container-lg, [dir=rtl] .navbar-expand-sm>.container-md, [dir=rtl] .navbar-expand-sm>.container-sm, [dir=rtl] .navbar-expand-sm>.container-xl, [dir=rtl] .navbar-expand-sm>.container-xxl {
        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
    }

    [dir=ltr] .navbar-expand-sm .navbar-nav .nav-link, [dir=rtl] .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl, .navbar-expand-sm>.container-xxl {
        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) {
    [dir=ltr] .navbar-expand-md>.container, [dir=ltr] .navbar-expand-md>.container-fluid, [dir=ltr] .navbar-expand-md>.container-lg, [dir=ltr] .navbar-expand-md>.container-md, [dir=ltr] .navbar-expand-md>.container-sm, [dir=ltr] .navbar-expand-md>.container-xl, [dir=ltr] .navbar-expand-md>.container-xxl, [dir=rtl] .navbar-expand-md>.container, [dir=rtl] .navbar-expand-md>.container-fluid, [dir=rtl] .navbar-expand-md>.container-lg, [dir=rtl] .navbar-expand-md>.container-md, [dir=rtl] .navbar-expand-md>.container-sm, [dir=rtl] .navbar-expand-md>.container-xl, [dir=rtl] .navbar-expand-md>.container-xxl {
        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
    }

    [dir=ltr] .navbar-expand-md .navbar-nav .nav-link, [dir=rtl] .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl, .navbar-expand-md>.container-xxl {
        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) {
    [dir=ltr] .navbar-expand-lg>.container, [dir=ltr] .navbar-expand-lg>.container-fluid, [dir=ltr] .navbar-expand-lg>.container-lg, [dir=ltr] .navbar-expand-lg>.container-md, [dir=ltr] .navbar-expand-lg>.container-sm, [dir=ltr] .navbar-expand-lg>.container-xl, [dir=ltr] .navbar-expand-lg>.container-xxl, [dir=rtl] .navbar-expand-lg>.container, [dir=rtl] .navbar-expand-lg>.container-fluid, [dir=rtl] .navbar-expand-lg>.container-lg, [dir=rtl] .navbar-expand-lg>.container-md, [dir=rtl] .navbar-expand-lg>.container-sm, [dir=rtl] .navbar-expand-lg>.container-xl, [dir=rtl] .navbar-expand-lg>.container-xxl {
        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
    }

    [dir=ltr] .navbar-expand-lg .navbar-nav .nav-link, [dir=rtl] .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl, .navbar-expand-lg>.container-xxl {
        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) {
    [dir=ltr] .navbar-expand-xl>.container, [dir=ltr] .navbar-expand-xl>.container-fluid, [dir=ltr] .navbar-expand-xl>.container-lg, [dir=ltr] .navbar-expand-xl>.container-md, [dir=ltr] .navbar-expand-xl>.container-sm, [dir=ltr] .navbar-expand-xl>.container-xl, [dir=ltr] .navbar-expand-xl>.container-xxl, [dir=rtl] .navbar-expand-xl>.container, [dir=rtl] .navbar-expand-xl>.container-fluid, [dir=rtl] .navbar-expand-xl>.container-lg, [dir=rtl] .navbar-expand-xl>.container-md, [dir=rtl] .navbar-expand-xl>.container-sm, [dir=rtl] .navbar-expand-xl>.container-xl, [dir=rtl] .navbar-expand-xl>.container-xxl {
        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
    }

    [dir=ltr] .navbar-expand-xl .navbar-nav .nav-link, [dir=rtl] .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl, .navbar-expand-xl>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width:1365.98px) {
    [dir=ltr] .navbar-expand-xxl>.container, [dir=ltr] .navbar-expand-xxl>.container-fluid, [dir=ltr] .navbar-expand-xxl>.container-lg, [dir=ltr] .navbar-expand-xxl>.container-md, [dir=ltr] .navbar-expand-xxl>.container-sm, [dir=ltr] .navbar-expand-xxl>.container-xl, [dir=ltr] .navbar-expand-xxl>.container-xxl, [dir=rtl] .navbar-expand-xxl>.container, [dir=rtl] .navbar-expand-xxl>.container-fluid, [dir=rtl] .navbar-expand-xxl>.container-lg, [dir=rtl] .navbar-expand-xxl>.container-md, [dir=rtl] .navbar-expand-xxl>.container-sm, [dir=rtl] .navbar-expand-xxl>.container-xl, [dir=rtl] .navbar-expand-xxl>.container-xxl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1366px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    [dir=ltr] .navbar-expand-xxl .navbar-nav .nav-link, [dir=rtl] .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand-xxl>.container, .navbar-expand-xxl>.container-fluid, .navbar-expand-xxl>.container-lg, .navbar-expand-xxl>.container-md, .navbar-expand-xxl>.container-sm, .navbar-expand-xxl>.container-xl, .navbar-expand-xxl>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

[dir=ltr] .navbar-expand>.container, [dir=ltr] .navbar-expand>.container-fluid, [dir=ltr] .navbar-expand>.container-lg, [dir=ltr] .navbar-expand>.container-md, [dir=ltr] .navbar-expand>.container-sm, [dir=ltr] .navbar-expand>.container-xl, [dir=ltr] .navbar-expand>.container-xxl, [dir=rtl] .navbar-expand>.container, [dir=rtl] .navbar-expand>.container-fluid, [dir=rtl] .navbar-expand>.container-lg, [dir=rtl] .navbar-expand>.container-md, [dir=rtl] .navbar-expand>.container-sm, [dir=rtl] .navbar-expand>.container-xl, [dir=rtl] .navbar-expand>.container-xxl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

[dir=ltr] .navbar-expand .navbar-nav .nav-link, [dir=rtl] .navbar-expand .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl, .navbar-expand>.container-xxl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #8a9299
}

.navbar-light .navbar-nav .nav-link {
    color: #b8c2cc
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(184, 194, 204, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(184, 194, 204, .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: #8a9299
}

.navbar-light .navbar-toggler {
    color: #b8c2cc
}

[dir] .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1)
}

[dir] .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='%23B8C2CC' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: #b8c2cc
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: #8a9299
}

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

[dir] .navbar-dark .navbar-toggler {
    border-color: transparent
}

[dir] .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word
}

[dir] .card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f0f1f2;
    border-radius: .1875rem
}

[dir=ltr] .card>hr, [dir=rtl] .card>hr {
    margin-right: 0;
    margin-left: 0
}

[dir] .card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

[dir] .card>.list-group:first-child {
    border-top-width: 0
}

[dir=ltr] .card>.list-group:first-child, [dir=rtl] .card>.list-group:first-child {
    border-top-left-radius: calc(.1875rem - 1px);
    border-top-right-radius: calc(.1875rem - 1px)
}

[dir] .card>.list-group:last-child {
    border-bottom-width: 0
}

[dir=ltr] .card>.list-group:last-child, [dir=rtl] .card>.list-group:last-child {
    border-bottom-right-radius: calc(.1875rem - 1px);
    border-bottom-left-radius: calc(.1875rem - 1px)
}

[dir] .card>.card-header+.list-group, [dir] .card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px
}

[dir] .card-body {
    padding: 1.25rem
}

[dir] .card-title {
    margin-bottom: .75rem
}

[dir] .card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

[dir] .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

[dir=ltr] .card-link+.card-link {
    margin-left: 1.25rem
}

[dir=rtl] .card-link+.card-link {
    margin-right: 1.25rem
}

[dir] .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #f0f1f2
}

[dir] .card-header:first-child {
    border-radius: calc(.1875rem - 1px) calc(.1875rem - 1px) 0 0
}

[dir] .card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #f0f1f2
}

[dir] .card-footer:last-child {
    border-radius: 0 0 calc(.1875rem - 1px) calc(.1875rem - 1px)
}

[dir] .card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

[dir=ltr] .card-header-pills, [dir=ltr] .card-header-tabs, [dir=rtl] .card-header-pills, [dir=rtl] .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0
}

[dir] .card-img-overlay {
    padding: 1.25rem;
    border-radius: calc(.1875rem - 1px)
}

[dir=ltr] .card-img-overlay, [dir=rtl] .card-img-overlay {
    right: 0;
    left: 0
}

.card-img, .card-img-bottom, .card-img-top {
    flex-shrink: 0;
    width: 100%
}

[dir=ltr] .card-img, [dir=ltr] .card-img-top, [dir=rtl] .card-img, [dir=rtl] .card-img-top {
    border-top-left-radius: calc(.1875rem - 1px);
    border-top-right-radius: calc(.1875rem - 1px)
}

[dir=ltr] .card-img, [dir=ltr] .card-img-bottom, [dir=rtl] .card-img, [dir=rtl] .card-img-bottom {
    border-bottom-right-radius: calc(.1875rem - 1px);
    border-bottom-left-radius: calc(.1875rem - 1px)
}

[dir] .card-deck .card {
    margin-bottom: .625rem
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap
    }

    [dir=ltr] .card-deck, [dir=rtl] .card-deck {
        margin-right: -.625rem;
        margin-left: -.625rem
    }

    .card-deck .card {
        flex: 1 0 0%
    }

    [dir] .card-deck .card {
        margin-bottom: 0
    }

    [dir=ltr] .card-deck .card, [dir=rtl] .card-deck .card {
        margin-right: .625rem;
        margin-left: .625rem
    }
}

[dir] .card-group>.card {
    margin-bottom: .625rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%
    }

    [dir] .card-group>.card {
        margin-bottom: 0
    }

    [dir=ltr] .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    [dir=rtl] .card-group>.card+.card {
        margin-right: 0;
        border-right: 0
    }

    [dir=ltr] .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    [dir=rtl] .card-group>.card:not(:last-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    [dir=ltr] .card-group>.card:not(:last-child) .card-header, [dir=ltr] .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    [dir=rtl] .card-group>.card:not(:last-child) .card-header, [dir=rtl] .card-group>.card:not(:last-child) .card-img-top {
        border-top-left-radius: 0
    }

    [dir=ltr] .card-group>.card:not(:last-child) .card-footer, [dir=ltr] .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    [dir=rtl] .card-group>.card:not(:last-child) .card-footer, [dir=rtl] .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }

    [dir=ltr] .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    [dir=rtl] .card-group>.card:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    [dir=ltr] .card-group>.card:not(:first-child) .card-header, [dir=ltr] .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    [dir=rtl] .card-group>.card:not(:first-child) .card-header, [dir=rtl] .card-group>.card:not(:first-child) .card-img-top {
        border-top-right-radius: 0
    }

    [dir=ltr] .card-group>.card:not(:first-child) .card-footer, [dir=ltr] .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }

    [dir=rtl] .card-group>.card:not(:first-child) .card-footer, [dir=rtl] .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
}

[dir] .card-columns .card {
    margin-bottom: 1.5rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

[dir] .accordion>.card:not(:last-of-type) {
    border-bottom: 0
}

[dir=ltr] .accordion>.card:not(:last-of-type), [dir=rtl] .accordion>.card:not(:last-of-type) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

[dir=ltr] .accordion>.card:not(:first-of-type), [dir=rtl] .accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

[dir] .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

[dir] .breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: transparent;
    border-radius: .25rem
}

.breadcrumb-item {
    display: flex
}

[dir=ltr] .breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

[dir=rtl] .breadcrumb-item+.breadcrumb-item {
    padding-right: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    color: #b8bdc2;
    content: "/"
}

[dir=ltr] .breadcrumb-item+.breadcrumb-item:before {
    padding-right: .5rem
}

[dir=rtl] .breadcrumb-item+.breadcrumb-item:before {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #b8bdc2
}

.pagination {
    display: flex;
    list-style: none
}

[dir] .pagination {
    border-radius: .25rem
}

[dir=ltr] .pagination {
    padding-left: 0
}

[dir=rtl] .pagination {
    padding-right: 0
}

.page-link {
    position: relative;
    display: block;
    line-height: 1.25;
    color: rgba(33, 150, 243, .85)
}

[dir] .page-link {
    padding: .5rem .75rem;
    background-color: transparent;
    border: 1px solid #dee2e6
}

[dir=ltr] .page-link {
    margin-left: -1px
}

[dir=rtl] .page-link {
    margin-right: -1px
}

.page-link:hover {
    z-index: 2;
    color: rgba(10, 110, 189, .85);
    text-decoration: none
}

[dir] .page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0
}

[dir] .page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(33, 150, 243, .25)
}

[dir=ltr] .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

[dir=rtl] .page-item:first-child .page-link {
    margin-right: 0
}

[dir=ltr] .page-item:last-child .page-link, [dir=rtl] .page-item:first-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

[dir=rtl] .page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff
}

[dir] .page-item.active .page-link {
    background-color: #2196f3;
    border-color: #2196f3
}

.page-item.disabled .page-link {
    color: #cfcfcf;
    pointer-events: none
}

[dir] .page-item.disabled .page-link {
    cursor: auto;
    background-color: transparent;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    font-size: 1.171875rem;
    line-height: 1.5
}

[dir] .pagination-lg .page-link {
    padding: .75rem 1.5rem
}

[dir=ltr] .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

[dir=ltr] .pagination-lg .page-item:last-child .page-link, [dir=rtl] .pagination-lg .page-item:first-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

[dir=rtl] .pagination-lg .page-item:last-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-sm .page-link {
    font-size: .8203125rem;
    line-height: 1.5
}

[dir] .pagination-sm .page-link {
    padding: .25rem .5rem
}

[dir=ltr] .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

[dir=ltr] .pagination-sm .page-item:last-child .page-link, [dir=rtl] .pagination-sm .page-item:first-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

[dir=rtl] .pagination-sm .page-item:last-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.badge {
    display: inline-block;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

[dir] .badge {
    padding: .25em .4em;
    text-align: center;
    border-radius: .25rem
}

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

[dir] .badge-pill {
    border-radius: 10rem
}

[dir=ltr] .badge-pill, [dir=rtl] .badge-pill {
    padding-right: .6em;
    padding-left: .6em
}

.badge-primary {
    color: #fff
}

[dir] .badge-primary {
    background-color: #2196f3
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff
}

[dir] a.badge-primary:focus, [dir] a.badge-primary:hover {
    background-color: #0c7cd5
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0
}

[dir] a.badge-primary.focus, [dir] a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(33, 150, 243, .5)
}

.badge-secondary {
    color: #fff
}

[dir] .badge-secondary {
    background-color: #6b757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff
}

[dir] a.badge-secondary:focus, [dir] a.badge-secondary:hover {
    background-color: #535b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0
}

[dir] a.badge-secondary.focus, [dir] a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(107, 117, 125, .5)
}

.badge-success {
    color: #212529
}

[dir] .badge-success {
    background-color: #66bb6a
}

a.badge-success:focus, a.badge-success:hover {
    color: #212529
}

[dir] a.badge-success:focus, [dir] a.badge-success:hover {
    background-color: #49a54e
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0
}

[dir] a.badge-success.focus, [dir] a.badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(102, 187, 106, .5)
}

.badge-info {
    color: #fff
}

[dir] .badge-info {
    background-color: #29b6f6
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff
}

[dir] a.badge-info:focus, [dir] a.badge-info:hover {
    background-color: #0a9fe2
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0
}

[dir] a.badge-info.focus, [dir] a.badge-info:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 182, 246, .5)
}

.badge-warning {
    color: #212529
}

[dir] .badge-warning {
    background-color: #ffa726
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529
}

[dir] a.badge-warning:focus, [dir] a.badge-warning:hover {
    background-color: #f29000
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0
}

[dir] a.badge-warning.focus, [dir] a.badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 167, 38, .5)
}

.badge-danger {
    color: #fff
}

[dir] .badge-danger {
    background-color: #f44336
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff
}

[dir] a.badge-danger:focus, [dir] a.badge-danger:hover {
    background-color: #ea1c0d
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0
}

[dir] a.badge-danger.focus, [dir] a.badge-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .5)
}

.badge-light {
    color: #212529
}

[dir] .badge-light {
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529
}

[dir] a.badge-light:focus, [dir] a.badge-light:hover {
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0
}

[dir] a.badge-light.focus, [dir] a.badge-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff
}

[dir] .badge-dark {
    background-color: #39444d
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff
}

[dir] a.badge-dark:focus, [dir] a.badge-dark:hover {
    background-color: #232a30
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0
}

[dir] a.badge-dark.focus, [dir] a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(57, 68, 77, .5)
}

[dir] .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eff1f2;
    border-radius: .3rem
}

@media (min-width:576px) {
    [dir] .jumbotron {
        padding: 4rem 2rem
    }
}

[dir] .jumbotron-fluid {
    border-radius: 0
}

[dir=ltr] .jumbotron-fluid, [dir=rtl] .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0
}

.alert {
    position: relative
}

[dir] .alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1.5rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 500
}

[dir=ltr] .alert-dismissible {
    padding-right: 3.90625rem
}

[dir=rtl] .alert-dismissible {
    padding-left: 3.90625rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    z-index: 2;
    color: inherit
}

[dir] .alert-dismissible .close {
    padding: .75rem 1.25rem
}

[dir=ltr] .alert-dismissible .close {
    right: 0
}

[dir=rtl] .alert-dismissible .close {
    left: 0
}

.alert-primary {
    color: #114e7e
}

[dir] .alert-primary {
    background-color: #d3eafd;
    border-color: #c1e2fc
}

[dir] .alert-primary hr {
    border-top-color: #a9d7fb
}

.alert-primary .alert-link {
    color: #0b3251
}

.alert-secondary {
    color: #383d41
}

[dir] .alert-secondary {
    background-color: #e1e3e5;
    border-color: #d6d8db
}

[dir] .alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #356137
}

[dir] .alert-success {
    background-color: #e0f1e1;
    border-color: #d4ecd5
}

[dir] .alert-success hr {
    border-top-color: #c2e4c4
}

.alert-success .alert-link {
    color: #234024
}

.alert-info {
    color: #155f80
}

[dir] .alert-info {
    background-color: #d4f0fd;
    border-color: #c3ebfc
}

[dir] .alert-info hr {
    border-top-color: #abe3fb
}

.alert-info .alert-link {
    color: #0e3e54
}

.alert-warning {
    color: #855714
}

[dir] .alert-warning {
    background-color: #ffedd4;
    border-color: #ffe6c2
}

[dir] .alert-warning hr {
    border-top-color: #ffdca9
}

.alert-warning .alert-link {
    color: #593a0d
}

.alert-danger {
    color: #7f231c
}

[dir] .alert-danger {
    background-color: #fdd9d7;
    border-color: #fccac7
}

[dir] .alert-danger hr {
    border-top-color: #fbb3af
}

.alert-danger .alert-link {
    color: #551713
}

.alert-light {
    color: #818182
}

[dir] .alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe
}

[dir] .alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1e2328
}

[dir] .alert-dark {
    background-color: #d7dadb;
    border-color: #c8cbcd
}

[dir] .alert-dark hr {
    border-top-color: #bbbec1
}

.alert-dark .alert-link {
    color: #080a0b
}

@-webkit-keyframes progress-bar-stripes-ltr {
    0% {
        background-position: 6px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes-ltr {
    0% {
        background-position: 6px 0
    }

    to {
        background-position: 0 0
    }
}

@-webkit-keyframes progress-bar-stripes-rtl {
    0% {
        background-position: 6px 0
    }

    to {
        background-position: 100% 0
    }
}

@keyframes progress-bar-stripes-rtl {
    0% {
        background-position: 6px 0
    }

    to {
        background-position: 100% 0
    }
}

.progress {
    display: flex;
    height: 6px;
    overflow: hidden;
    line-height: 0;
    font-size: .703125rem
}

[dir] .progress {
    background-color: #e9ecef;
    border-radius: .25rem;
    box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    transition: width .6s ease
}

[dir] .progress-bar {
    text-align: center;
    background-color: #2196f3
}

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

[dir] .progress-bar-striped {
    background-size: 6px 6px
}

[dir=ltr] .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)
}

[dir=rtl] .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)
}

[dir=ltr] .progress-bar-animated {
    -webkit-animation: progress-bar-stripes-ltr 1s linear infinite;
    animation: progress-bar-stripes-ltr 1s linear infinite
}

[dir=rtl] .progress-bar-animated {
    -webkit-animation: progress-bar-stripes-rtl 1s linear infinite;
    animation: progress-bar-stripes-rtl 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .progress-bar-animated, [dir=rtl] .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
}

[dir] .list-group {
    margin-bottom: 0;
    border-radius: 0
}

[dir=ltr] .list-group {
    padding-left: 0
}

[dir=rtl] .list-group {
    padding-right: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057
}

[dir] .list-group-item-action {
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none
}

[dir] .list-group-item-action:focus, [dir] .list-group-item-action:hover {
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #383b3d
}

[dir] .list-group-item-action:active {
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block
}

[dir] .list-group-item {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid #f0f1f2
}

[dir=ltr] .list-group-item:first-child, [dir=rtl] .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

[dir=ltr] .list-group-item:last-child, [dir=rtl] .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none
}

[dir] .list-group-item.disabled, [dir] .list-group-item:disabled {
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff
}

[dir] .list-group-item.active {
    background-color: #2196f3;
    border-color: #2196f3
}

[dir] .list-group-item+.list-group-item {
    border-top-width: 0
}

[dir] .list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

[dir=ltr] .list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
}

[dir=rtl] .list-group-horizontal>.list-group-item:first-child {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0
}

[dir=ltr] .list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
}

[dir=rtl] .list-group-horizontal>.list-group-item:last-child {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0
}

[dir] .list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

[dir] .list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px
}

[dir=ltr] .list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0
}

[dir=rtl] .list-group-horizontal>.list-group-item+.list-group-item {
    border-right-width: 0
}

[dir=ltr] .list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

[dir=rtl] .list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px
}

@media (min-width:374px) {
    .list-group-horizontal-xs-md {
        flex-direction: row
    }

    [dir=ltr] .list-group-horizontal-xs-md>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    [dir=rtl] .list-group-horizontal-xs-md>.list-group-item:first-child {
        border-bottom-right-radius: 0;
        border-top-left-radius: 0
    }

    [dir=ltr] .list-group-horizontal-xs-md>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    [dir=rtl] .list-group-horizontal-xs-md>.list-group-item:last-child {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0
    }

    [dir] .list-group-horizontal-xs-md>.list-group-item.active {
        margin-top: 0
    }

    [dir] .list-group-horizontal-xs-md>.list-group-item+.list-group-item {
        border-top-width: 1px
    }

    [dir=ltr] .list-group-horizontal-xs-md>.list-group-item+.list-group-item {
        border-left-width: 0
    }

    [dir=rtl] .list-group-horizontal-xs-md>.list-group-item+.list-group-item {
        border-right-width: 0
    }

    [dir=ltr] .list-group-horizontal-xs-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    [dir=rtl] .list-group-horizontal-xs-md>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media (min-width:413px) {
    .list-group-horizontal-xs-plus {
        flex-direction: row
    }

    [dir=ltr] .list-group-horizontal-xs-plus>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    [dir=rtl] .list-group-horizontal-xs-plus>.list-group-item:first-child {
        border-bottom-right-radius: 0;
        border-top-left-radius: 0
    }

    [dir=ltr] .list-group-horizontal-xs-plus>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    [dir=rtl] .list-group-horizontal-xs-plus>.list-group-item:last-child {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0
    }

    [dir] .list-group-horizontal-xs-plus>.list-group-item.active {
        margin-top: 0
    }

    [dir] .list-group-horizontal-xs-plus>.list-group-item+.list-group-item {
        border-top-width: 1px
    }

    [dir=ltr] .list-group-horizontal-xs-plus>.list-group-item+.list-group-item {
        border-left-width: 0
    }

    [dir=rtl] .list-group-horizontal-xs-plus>.list-group-item+.list-group-item {
        border-right-width: 0
    }

    [dir=ltr] .list-group-horizontal-xs-plus>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    [dir=rtl] .list-group-horizontal-xs-plus>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    [dir=ltr] .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    [dir=rtl] .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-right-radius: 0;
        border-top-left-radius: 0
    }

    [dir=ltr] .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    [dir=rtl] .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0
    }

    [dir] .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    [dir] .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px
    }

    [dir=ltr] .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0
    }

    [dir=rtl] .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-right-width: 0
    }

    [dir=ltr] .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    [dir=rtl] .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    [dir=ltr] .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    [dir=rtl] .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-right-radius: 0;
        border-top-left-radius: 0
    }

    [dir=ltr] .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    [dir=rtl] .list-group-horizontal-md>.list-group-item:last-child {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0
    }

    [dir] .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    [dir] .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px
    }

    [dir=ltr] .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0
    }

    [dir=rtl] .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-right-width: 0
    }

    [dir=ltr] .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    [dir=rtl] .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    [dir=ltr] .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    [dir=rtl] .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-right-radius: 0;
        border-top-left-radius: 0
    }

    [dir=ltr] .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    [dir=rtl] .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0
    }

    [dir] .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    [dir] .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px
    }

    [dir=ltr] .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0
    }

    [dir=rtl] .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-right-width: 0
    }

    [dir=ltr] .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    [dir=rtl] .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    [dir=ltr] .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    [dir=rtl] .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-right-radius: 0;
        border-top-left-radius: 0
    }

    [dir=ltr] .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    [dir=rtl] .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0
    }

    [dir] .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    [dir] .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px
    }

    [dir=ltr] .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0
    }

    [dir=rtl] .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-right-width: 0
    }

    [dir=ltr] .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    [dir=rtl] .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media (min-width:1366px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    [dir=ltr] .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    [dir=rtl] .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-right-radius: 0;
        border-top-left-radius: 0
    }

    [dir=ltr] .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    [dir=rtl] .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0
    }

    [dir] .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    [dir] .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px
    }

    [dir=ltr] .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-left-width: 0
    }

    [dir=rtl] .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-right-width: 0
    }

    [dir=ltr] .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    [dir=rtl] .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

[dir] .list-group-flush {
    border-radius: 0
}

[dir] .list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

[dir] .list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #114e7e
}

[dir] .list-group-item-primary {
    background-color: #c1e2fc
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #114e7e
}

[dir] .list-group-item-primary.list-group-item-action:focus, [dir] .list-group-item-primary.list-group-item-action:hover {
    background-color: #a9d7fb
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff
}

[dir] .list-group-item-primary.list-group-item-action.active {
    background-color: #114e7e;
    border-color: #114e7e
}

.list-group-item-secondary {
    color: #383d41
}

[dir] .list-group-item-secondary {
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41
}

[dir] .list-group-item-secondary.list-group-item-action:focus, [dir] .list-group-item-secondary.list-group-item-action:hover {
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff
}

[dir] .list-group-item-secondary.list-group-item-action.active {
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #356137
}

[dir] .list-group-item-success {
    background-color: #d4ecd5
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #356137
}

[dir] .list-group-item-success.list-group-item-action:focus, [dir] .list-group-item-success.list-group-item-action:hover {
    background-color: #c2e4c4
}

.list-group-item-success.list-group-item-action.active {
    color: #fff
}

[dir] .list-group-item-success.list-group-item-action.active {
    background-color: #356137;
    border-color: #356137
}

.list-group-item-info {
    color: #155f80
}

[dir] .list-group-item-info {
    background-color: #c3ebfc
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #155f80
}

[dir] .list-group-item-info.list-group-item-action:focus, [dir] .list-group-item-info.list-group-item-action:hover {
    background-color: #abe3fb
}

.list-group-item-info.list-group-item-action.active {
    color: #fff
}

[dir] .list-group-item-info.list-group-item-action.active {
    background-color: #155f80;
    border-color: #155f80
}

.list-group-item-warning {
    color: #855714
}

[dir] .list-group-item-warning {
    background-color: #ffe6c2
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #855714
}

[dir] .list-group-item-warning.list-group-item-action:focus, [dir] .list-group-item-warning.list-group-item-action:hover {
    background-color: #ffdca9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff
}

[dir] .list-group-item-warning.list-group-item-action.active {
    background-color: #855714;
    border-color: #855714
}

.list-group-item-danger {
    color: #7f231c
}

[dir] .list-group-item-danger {
    background-color: #fccac7
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #7f231c
}

[dir] .list-group-item-danger.list-group-item-action:focus, [dir] .list-group-item-danger.list-group-item-action:hover {
    background-color: #fbb3af
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff
}

[dir] .list-group-item-danger.list-group-item-action.active {
    background-color: #7f231c;
    border-color: #7f231c
}

.list-group-item-light {
    color: #818182
}

[dir] .list-group-item-light {
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182
}

[dir] .list-group-item-light.list-group-item-action:focus, [dir] .list-group-item-light.list-group-item-action:hover {
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff
}

[dir] .list-group-item-light.list-group-item-action.active {
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1e2328
}

[dir] .list-group-item-dark {
    background-color: #c8cbcd
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1e2328
}

[dir] .list-group-item-dark.list-group-item-action:focus, [dir] .list-group-item-dark.list-group-item-action:hover {
    background-color: #bbbec1
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff
}

[dir] .list-group-item-dark.list-group-item-action.active {
    background-color: #1e2328;
    border-color: #1e2328
}

.close {
    font-size: 1.40625rem;
    font-weight: 500;
    line-height: 1;
    color: #000;
    opacity: .5
}

[dir] .close {
    text-shadow: 0 1px 0 #fff
}

[dir=ltr] .close {
    float: right
}

[dir=rtl] .close {
    float: left
}

@media (max-width:1200px) {
    .close {
        font-size: calc(1.26563rem + .1875vw)
    }
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

[dir] button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    opacity: 0
}

[dir] .toast {
    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);
    border-radius: .25rem
}

[dir] .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;
    color: #6c757d
}

[dir] .toast-header {
    padding: .25rem .75rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

[dir=ltr] .toast-header, [dir=rtl] .toast-header {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

[dir] .toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

[dir=ltr] .modal {
    left: 0
}

[dir=rtl] .modal {
    right: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none
}

[dir] .modal-dialog {
    margin: .5rem
}

.modal.fade .modal-dialog {
    transition: transform .3s cubic-bezier(.1, .3, .8, 1)
}

[dir] .modal.fade .modal-dialog {
    transform: translateY(-50px)
}

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

[dir] .modal.show .modal-dialog {
    transform: none
}

[dir] .modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.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);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    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;
    outline: 0
}

[dir] .modal-content {
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    box-shadow: 0 .25rem .5rem rgba(56, 59, 61, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh
}

[dir] .modal-backdrop {
    background-color: #383b3d
}

[dir=ltr] .modal-backdrop {
    left: 0
}

[dir=rtl] .modal-backdrop {
    right: 0
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

[dir] .modal-header {
    padding: 1rem;
    border-bottom: 0 solid #f0f1f2
}

[dir=ltr] .modal-header, [dir=rtl] .modal-header {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

[dir] .modal-header .close {
    padding: 1rem
}

[dir=ltr] .modal-header .close {
    margin: -1rem -1rem -1rem auto
}

[dir=rtl] .modal-header .close {
    margin: -1rem auto -1rem -1rem
}

.modal-title {
    line-height: 1.5
}

[dir] .modal-title {
    margin-bottom: 0
}

.modal-body {
    position: relative;
    flex: 1 1 auto
}

[dir] .modal-body {
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

[dir] .modal-footer {
    padding: .75rem;
    border-top: 0 solid #f0f1f2
}

[dir=ltr] .modal-footer, [dir=rtl] .modal-footer {
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

[dir] .modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px
    }

    [dir] .modal-dialog {
        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);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    [dir] .modal-content {
        box-shadow: 0 .5rem 1rem rgba(56, 59, 61, .5)
    }

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .8203125rem;
    word-wrap: break-word;
    opacity: 0
}

[dir] .tooltip {
    margin: 0;
    text-align: start;
    text-shadow: none
}

[dir=ltr] .tooltip {
    text-align: left
}

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

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: ""
}

[dir] .tooltip .arrow:before {
    border-color: transparent;
    border-style: solid
}

[dir] .bs-tooltip-auto[x-placement^=top], [dir] .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
}

[dir] .bs-tooltip-auto[x-placement^=top] .arrow:before, [dir] .bs-tooltip-top .arrow:before {
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

[dir] .bs-tooltip-auto[x-placement^=right], [dir] .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    width: .4rem;
    height: .8rem
}

[dir=ltr] .bs-tooltip-auto[x-placement^=right] .arrow, [dir=ltr] .bs-tooltip-right .arrow {
    left: 0
}

[dir=rtl] .bs-tooltip-auto[x-placement^=right] .arrow, [dir=rtl] .bs-tooltip-right .arrow {
    right: 0
}

[dir=ltr] .bs-tooltip-auto[x-placement^=right] .arrow:before, [dir=ltr] .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

[dir=rtl] .bs-tooltip-auto[x-placement^=right] .arrow:before, [dir=rtl] .bs-tooltip-right .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

[dir] .bs-tooltip-auto[x-placement^=bottom], [dir] .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
}

[dir] .bs-tooltip-auto[x-placement^=bottom] .arrow:before, [dir] .bs-tooltip-bottom .arrow:before {
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

[dir] .bs-tooltip-auto[x-placement^=left], [dir] .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    width: .4rem;
    height: .8rem
}

[dir=ltr] .bs-tooltip-auto[x-placement^=left] .arrow, [dir=ltr] .bs-tooltip-left .arrow {
    right: 0
}

[dir=rtl] .bs-tooltip-auto[x-placement^=left] .arrow, [dir=rtl] .bs-tooltip-left .arrow {
    left: 0
}

[dir=ltr] .bs-tooltip-auto[x-placement^=left] .arrow:before, [dir=ltr] .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

[dir=rtl] .bs-tooltip-auto[x-placement^=left] .arrow:before, [dir=rtl] .bs-tooltip-left .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.tooltip-inner {
    max-width: 200px;
    color: #fff
}

[dir] .tooltip-inner {
    padding: .25rem .5rem;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .8203125rem;
    word-wrap: break-word
}

[dir] .popover {
    text-align: start;
    text-shadow: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f0f1f2;
    border-radius: .3rem;
    box-shadow: 0 2px 3px rgba(56, 59, 61, .05)
}

[dir=ltr] .popover {
    left: 0;
    text-align: left
}

[dir=rtl] .popover {
    right: 0;
    text-align: right
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

[dir] .popover .arrow {
    margin: 0 .3rem
}

.popover .arrow:after, .popover .arrow:before {
    position: absolute;
    display: block;
    content: ""
}

[dir] .popover .arrow:after, [dir] .popover .arrow:before {
    border-color: transparent;
    border-style: solid
}

[dir] .bs-popover-auto[x-placement^=top], [dir] .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
}

[dir] .bs-popover-auto[x-placement^=top]>.arrow:before, [dir] .bs-popover-top>.arrow:before {
    border-width: .5rem .5rem 0;
    border-top-color: #f0f1f2
}

.bs-popover-auto[x-placement^=top]>.arrow:after, .bs-popover-top>.arrow:after {
    bottom: 1px
}

[dir] .bs-popover-auto[x-placement^=top]>.arrow:after, [dir] .bs-popover-top>.arrow:after {
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

[dir=ltr] .bs-popover-auto[x-placement^=right], [dir=ltr] .bs-popover-right {
    margin-left: .5rem
}

[dir=rtl] .bs-popover-auto[x-placement^=right], [dir=rtl] .bs-popover-right {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
    width: .5rem;
    height: 1rem
}

[dir] .bs-popover-auto[x-placement^=right]>.arrow, [dir] .bs-popover-right>.arrow {
    margin: .3rem 0
}

[dir=ltr] .bs-popover-auto[x-placement^=right]>.arrow, [dir=ltr] .bs-popover-right>.arrow {
    left: calc(-.5rem - 1px)
}

[dir=rtl] .bs-popover-auto[x-placement^=right]>.arrow, [dir=rtl] .bs-popover-right>.arrow {
    right: calc(-.5rem - 1px)
}

[dir=ltr] .bs-popover-auto[x-placement^=right]>.arrow:before, [dir=ltr] .bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #f0f1f2
}

[dir=rtl] .bs-popover-auto[x-placement^=right]>.arrow:before, [dir=rtl] .bs-popover-right>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #f0f1f2
}

[dir=ltr] .bs-popover-auto[x-placement^=right]>.arrow:after, [dir=ltr] .bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

[dir=rtl] .bs-popover-auto[x-placement^=right]>.arrow:after, [dir=rtl] .bs-popover-right>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

[dir] .bs-popover-auto[x-placement^=bottom], [dir] .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
}

[dir] .bs-popover-auto[x-placement^=bottom]>.arrow:before, [dir] .bs-popover-bottom>.arrow:before {
    border-width: 0 .5rem .5rem;
    border-bottom-color: #f0f1f2
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after, .bs-popover-bottom>.arrow:after {
    top: 1px
}

[dir] .bs-popover-auto[x-placement^=bottom]>.arrow:after, [dir] .bs-popover-bottom>.arrow:after {
    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;
    display: block;
    width: 1rem;
    content: ""
}

[dir] .bs-popover-auto[x-placement^=bottom] .popover-header:before, [dir] .bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f5f6f7
}

[dir=ltr] .bs-popover-auto[x-placement^=bottom] .popover-header:before, [dir=ltr] .bs-popover-bottom .popover-header:before {
    left: 50%;
    margin-left: -.5rem
}

[dir=rtl] .bs-popover-auto[x-placement^=bottom] .popover-header:before, [dir=rtl] .bs-popover-bottom .popover-header:before {
    right: 50%;
    margin-right: -.5rem
}

[dir=ltr] .bs-popover-auto[x-placement^=left], [dir=ltr] .bs-popover-left {
    margin-right: .5rem
}

[dir=rtl] .bs-popover-auto[x-placement^=left], [dir=rtl] .bs-popover-left {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
    width: .5rem;
    height: 1rem
}

[dir] .bs-popover-auto[x-placement^=left]>.arrow, [dir] .bs-popover-left>.arrow {
    margin: .3rem 0
}

[dir=ltr] .bs-popover-auto[x-placement^=left]>.arrow, [dir=ltr] .bs-popover-left>.arrow {
    right: calc(-.5rem - 1px)
}

[dir=rtl] .bs-popover-auto[x-placement^=left]>.arrow, [dir=rtl] .bs-popover-left>.arrow {
    left: calc(-.5rem - 1px)
}

[dir=ltr] .bs-popover-auto[x-placement^=left]>.arrow:before, [dir=ltr] .bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #f0f1f2
}

[dir=rtl] .bs-popover-auto[x-placement^=left]>.arrow:before, [dir=rtl] .bs-popover-left>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #f0f1f2
}

[dir=ltr] .bs-popover-auto[x-placement^=left]>.arrow:after, [dir=ltr] .bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

[dir=rtl] .bs-popover-auto[x-placement^=left]>.arrow:after, [dir=rtl] .bs-popover-left>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.popover-header {
    font-size: .9375rem;
    color: rgba(57, 68, 77, .84)
}

[dir] .popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    background-color: #f5f6f7;
    border-bottom: 1px solid #e7e9ec
}

[dir=ltr] .popover-header, [dir=rtl] .popover-header {
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #383b3d
}

[dir] .popover-body {
    padding: .5rem .75rem
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    content: ""
}

[dir] .carousel-inner:after {
    clear: both
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

[dir=ltr] .carousel-item {
    float: left;
    margin-right: -100%
}

[dir=rtl] .carousel-item {
    float: right;
    margin-left: -100%
}

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

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

[dir=ltr] .active.carousel-item-right, [dir=ltr] .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

[dir=ltr] .active.carousel-item-left, [dir=ltr] .carousel-item-prev:not(.carousel-item-right), [dir=rtl] .active.carousel-item-right, [dir=rtl] .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(-100%)
}

[dir=rtl] .active.carousel-item-left, [dir=rtl] .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(100%)
}

.carousel-fade .carousel-item {
    opacity: 0
}

[dir] .carousel-fade .carousel-item {
    transition-property: opacity;
    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;
    opacity: .5;
    transition: opacity .15s ease
}

[dir] .carousel-control-next, [dir] .carousel-control-prev {
    text-align: center
}

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

[dir=ltr] .carousel-control-prev {
    left: 0
}

[dir=ltr] .carousel-control-next, [dir=rtl] .carousel-control-prev {
    right: 0
}

[dir=rtl] .carousel-control-next {
    left: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px
}

[dir] .carousel-control-next-icon, [dir] .carousel-control-prev-icon {
    background: no-repeat 50%/100% 100%
}

[dir] .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='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")
}

[dir] .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='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;
    bottom: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    list-style: none
}

[dir=ltr] .carousel-indicators {
    right: 0;
    left: 0;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%
}

[dir=rtl] .carousel-indicators {
    left: 0;
    right: 0;
    padding-right: 0;
    margin-left: 15%;
    margin-right: 15%
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    text-indent: -999px;
    opacity: .5;
    transition: opacity .6s ease
}

[dir] .carousel-indicators li {
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

[dir=ltr] .carousel-indicators li, [dir=rtl] .carousel-indicators li {
    margin-right: 3px;
    margin-left: 3px
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    color: #fff
}

[dir] .carousel-caption {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

[dir=ltr] .carousel-caption, [dir=rtl] .carousel-caption {
    right: 15%;
    left: 15%
}

@-webkit-keyframes spinner-border-ltr {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border-ltr {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinner-border-rtl {
    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner-border-rtl {
    to {
        transform: rotate(-1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom
}

[dir] .spinner-border {
    border: .25em solid;
    border-radius: 50%
}

[dir=ltr] .spinner-border {
    border-right-color: transparent;
    -webkit-animation: spinner-border-ltr .75s linear infinite;
    animation: spinner-border-ltr .75s linear infinite
}

[dir=rtl] .spinner-border {
    border-left-color: transparent;
    -webkit-animation: spinner-border-rtl .75s linear infinite;
    animation: spinner-border-rtl .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem
}

[dir] .spinner-border-sm {
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    opacity: 0
}

[dir] .spinner-grow {
    background-color: currentColor;
    border-radius: 50%
}

[dir=ltr] .spinner-grow, [dir=rtl] .spinner-grow {
    -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
}

[dir] .bg-primary {
    background-color: #2196f3 !important
}

[dir] a.bg-primary:focus, [dir] a.bg-primary:hover, [dir] button.bg-primary:focus, [dir] button.bg-primary:hover {
    background-color: #0c7cd5 !important
}

[dir] .bg-secondary {
    background-color: #6b757d !important
}

[dir] a.bg-secondary:focus, [dir] a.bg-secondary:hover, [dir] button.bg-secondary:focus, [dir] button.bg-secondary:hover {
    background-color: #535b62 !important
}

[dir] .bg-success {
    background-color: #66bb6a !important
}

[dir] a.bg-success:focus, [dir] a.bg-success:hover, [dir] button.bg-success:focus, [dir] button.bg-success:hover {
    background-color: #49a54e !important
}

[dir] .bg-info {
    background-color: #29b6f6 !important
}

[dir] a.bg-info:focus, [dir] a.bg-info:hover, [dir] button.bg-info:focus, [dir] button.bg-info:hover {
    background-color: #0a9fe2 !important
}

[dir] .bg-warning {
    background-color: #ffa726 !important
}

[dir] a.bg-warning:focus, [dir] a.bg-warning:hover, [dir] button.bg-warning:focus, [dir] button.bg-warning:hover {
    background-color: #f29000 !important
}

[dir] .bg-danger {
    background-color: #f44336 !important
}

[dir] a.bg-danger:focus, [dir] a.bg-danger:hover, [dir] button.bg-danger:focus, [dir] button.bg-danger:hover {
    background-color: #ea1c0d !important
}

[dir] .bg-light {
    background-color: #f8f9fa !important
}

[dir] a.bg-light:focus, [dir] a.bg-light:hover, [dir] button.bg-light:focus, [dir] button.bg-light:hover {
    background-color: #dae0e5 !important
}

[dir] .bg-dark {
    background-color: #39444d !important
}

[dir] a.bg-dark:focus, [dir] a.bg-dark:hover, [dir] button.bg-dark:focus, [dir] button.bg-dark:hover {
    background-color: #232a30 !important
}

[dir] .bg-white {
    background-color: #fff !important
}

[dir] .bg-transparent {
    background-color: transparent !important
}

[dir] .border-white {
    border-color: #fff !important
}

[dir] .rounded-sm {
    border-radius: .2rem !important
}

[dir] .rounded {
    border-radius: .25rem !important
}

[dir=ltr] .rounded-top, [dir=rtl] .rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

[dir=ltr] .rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

[dir=rtl] .rounded-right {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

[dir=ltr] .rounded-bottom, [dir=rtl] .rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

[dir=ltr] .rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

[dir=rtl] .rounded-left {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

[dir] .rounded-lg {
    border-radius: .3rem !important
}

[dir] .rounded-circle {
    border-radius: 50% !important
}

[dir] .rounded-pill {
    border-radius: 50rem !important
}

[dir] .rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    content: ""
}

[dir] .clearfix:after {
    clear: both
}

.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:374px) {
    .d-xs-md-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width:413px) {
    .d-xs-plus-none {
        display: none !important
    }

    .d-xs-plus-inline {
        display: inline !important
    }

    .d-xs-plus-inline-block {
        display: inline-block !important
    }

    .d-xs-plus-block {
        display: block !important
    }

    .d-xs-plus-table {
        display: table !important
    }

    .d-xs-plus-table-row {
        display: table-row !important
    }

    .d-xs-plus-table-cell {
        display: table-cell !important
    }

    .d-xs-plus-flex {
        display: flex !important
    }

    .d-xs-plus-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 (min-width:1366px) {
    .d-xxl-none {
        display: none !important
    }

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

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

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

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

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

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

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

    .d-xxl-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%;
    overflow: hidden
}

[dir] .embed-responsive {
    padding: 0
}

.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;
    width: 100%;
    height: 100%
}

[dir] .embed-responsive .embed-responsive-item, [dir] .embed-responsive embed, [dir] .embed-responsive iframe, [dir] .embed-responsive object, [dir] .embed-responsive video {
    border: 0
}

[dir=ltr] .embed-responsive .embed-responsive-item, [dir=ltr] .embed-responsive embed, [dir=ltr] .embed-responsive iframe, [dir=ltr] .embed-responsive object, [dir=ltr] .embed-responsive video {
    left: 0
}

[dir=rtl] .embed-responsive .embed-responsive-item, [dir=rtl] .embed-responsive embed, [dir=rtl] .embed-responsive iframe, [dir=rtl] .embed-responsive object, [dir=rtl] .embed-responsive video {
    right: 0
}

[dir] .embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

[dir] .embed-responsive-16by9:before {
    padding-top: 56.25%
}

[dir] .embed-responsive-4by3:before {
    padding-top: 75%
}

[dir] .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:374px) {
    .flex-xs-md-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:413px) {
    .flex-xs-plus-row {
        flex-direction: row !important
    }

    .flex-xs-plus-column {
        flex-direction: column !important
    }

    .flex-xs-plus-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xs-plus-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xs-plus-wrap {
        flex-wrap: wrap !important
    }

    .flex-xs-plus-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xs-plus-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xs-plus-fill {
        flex: 1 1 auto !important
    }

    .flex-xs-plus-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xs-plus-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xs-plus-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xs-plus-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xs-plus-start {
        justify-content: flex-start !important
    }

    .justify-content-xs-plus-end {
        justify-content: flex-end !important
    }

    .justify-content-xs-plus-center {
        justify-content: center !important
    }

    .justify-content-xs-plus-between {
        justify-content: space-between !important
    }

    .justify-content-xs-plus-around {
        justify-content: space-around !important
    }

    .align-items-xs-plus-start {
        align-items: flex-start !important
    }

    .align-items-xs-plus-end {
        align-items: flex-end !important
    }

    .align-items-xs-plus-center {
        align-items: center !important
    }

    .align-items-xs-plus-baseline {
        align-items: baseline !important
    }

    .align-items-xs-plus-stretch {
        align-items: stretch !important
    }

    .align-content-xs-plus-start {
        align-content: flex-start !important
    }

    .align-content-xs-plus-end {
        align-content: flex-end !important
    }

    .align-content-xs-plus-center {
        align-content: center !important
    }

    .align-content-xs-plus-between {
        align-content: space-between !important
    }

    .align-content-xs-plus-around {
        align-content: space-around !important
    }

    .align-content-xs-plus-stretch {
        align-content: stretch !important
    }

    .align-self-xs-plus-auto {
        align-self: auto !important
    }

    .align-self-xs-plus-start {
        align-self: flex-start !important
    }

    .align-self-xs-plus-end {
        align-self: flex-end !important
    }

    .align-self-xs-plus-center {
        align-self: center !important
    }

    .align-self-xs-plus-baseline {
        align-self: baseline !important
    }

    .align-self-xs-plus-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
    }
}

@media (min-width:1366px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir=ltr] .float-left {
    float: left !important
}

[dir=ltr] .float-right, [dir=rtl] .float-left {
    float: right !important
}

[dir=rtl] .float-right {
    float: left !important
}

[dir] .float-none {
    float: none !important
}

@media (min-width:374px) {
    [dir=ltr] .float-xs-md-left {
        float: left !important
    }

    [dir=ltr] .float-xs-md-right, [dir=rtl] .float-xs-md-left {
        float: right !important
    }

    [dir=rtl] .float-xs-md-right {
        float: left !important
    }

    [dir] .float-xs-md-none {
        float: none !important
    }
}

@media (min-width:413px) {
    [dir=ltr] .float-xs-plus-left {
        float: left !important
    }

    [dir=ltr] .float-xs-plus-right, [dir=rtl] .float-xs-plus-left {
        float: right !important
    }

    [dir=rtl] .float-xs-plus-right {
        float: left !important
    }

    [dir] .float-xs-plus-none {
        float: none !important
    }
}

@media (min-width:576px) {
    [dir=ltr] .float-sm-left {
        float: left !important
    }

    [dir=ltr] .float-sm-right, [dir=rtl] .float-sm-left {
        float: right !important
    }

    [dir=rtl] .float-sm-right {
        float: left !important
    }

    [dir] .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    [dir=ltr] .float-md-left {
        float: left !important
    }

    [dir=ltr] .float-md-right, [dir=rtl] .float-md-left {
        float: right !important
    }

    [dir=rtl] .float-md-right {
        float: left !important
    }

    [dir] .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    [dir=ltr] .float-lg-left {
        float: left !important
    }

    [dir=ltr] .float-lg-right, [dir=rtl] .float-lg-left {
        float: right !important
    }

    [dir=rtl] .float-lg-right {
        float: left !important
    }

    [dir] .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    [dir=ltr] .float-xl-left {
        float: left !important
    }

    [dir=ltr] .float-xl-right, [dir=rtl] .float-xl-left {
        float: right !important
    }

    [dir=rtl] .float-xl-right {
        float: left !important
    }

    [dir] .float-xl-none {
        float: none !important
    }
}

@media (min-width:1366px) {
    [dir=ltr] .float-xxl-left {
        float: left !important
    }

    [dir=ltr] .float-xxl-right, [dir=rtl] .float-xxl-left {
        float: right !important
    }

    [dir=rtl] .float-xxl-right {
        float: left !important
    }

    [dir] .float-xxl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: 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 {
    position: fixed;
    top: 0;
    z-index: 1030
}

[dir=ltr] .fixed-top, [dir=rtl] .fixed-top {
    right: 0;
    left: 0
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    z-index: 1030
}

[dir=ltr] .fixed-bottom, [dir=rtl] .fixed-bottom {
    right: 0;
    left: 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;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap
}

[dir] .sr-only {
    padding: 0;
    margin: -1px;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

[dir] .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

[dir] .shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

[dir] .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

[dir] .shadow-none {
    box-shadow: none !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
}

[dir] .m-0 {
    margin: 0 !important
}

[dir] .mt-0, [dir] .my-0 {
    margin-top: 0 !important
}

[dir=ltr] .mr-0, [dir=ltr] .mx-0 {
    margin-right: 0 !important
}

[dir=rtl] .mr-0, [dir=rtl] .mx-0 {
    margin-left: 0 !important
}

[dir] .mb-0, [dir] .my-0 {
    margin-bottom: 0 !important
}

[dir=ltr] .ml-0, [dir=ltr] .mx-0 {
    margin-left: 0 !important
}

[dir=rtl] .ml-0, [dir=rtl] .mx-0 {
    margin-right: 0 !important
}

[dir] .m-1 {
    margin: .25rem !important
}

[dir] .mt-1, [dir] .my-1 {
    margin-top: .25rem !important
}

[dir=ltr] .mr-1, [dir=ltr] .mx-1 {
    margin-right: .25rem !important
}

[dir=rtl] .mr-1, [dir=rtl] .mx-1 {
    margin-left: .25rem !important
}

[dir] .mb-1, [dir] .my-1 {
    margin-bottom: .25rem !important
}

[dir=ltr] .ml-1, [dir=ltr] .mx-1 {
    margin-left: .25rem !important
}

[dir=rtl] .ml-1, [dir=rtl] .mx-1 {
    margin-right: .25rem !important
}

[dir] .m-2 {
    margin: .5rem !important
}

[dir] .mt-2, [dir] .my-2 {
    margin-top: .5rem !important
}

[dir=ltr] .mr-2, [dir=ltr] .mx-2 {
    margin-right: .5rem !important
}

[dir=rtl] .mr-2, [dir=rtl] .mx-2 {
    margin-left: .5rem !important
}

[dir] .mb-2, [dir] .my-2 {
    margin-bottom: .5rem !important
}

[dir=ltr] .ml-2, [dir=ltr] .mx-2 {
    margin-left: .5rem !important
}

[dir=rtl] .ml-2, [dir=rtl] .mx-2 {
    margin-right: .5rem !important
}

[dir] .m-3 {
    margin: 1rem !important
}

[dir] .mt-3, [dir] .my-3 {
    margin-top: 1rem !important
}

[dir=ltr] .mr-3, [dir=ltr] .mx-3 {
    margin-right: 1rem !important
}

[dir=rtl] .mr-3, [dir=rtl] .mx-3 {
    margin-left: 1rem !important
}

[dir] .mb-3, [dir] .my-3 {
    margin-bottom: 1rem !important
}

[dir=ltr] .ml-3, [dir=ltr] .mx-3 {
    margin-left: 1rem !important
}

[dir=rtl] .ml-3, [dir=rtl] .mx-3 {
    margin-right: 1rem !important
}

[dir] .m-4 {
    margin: 1.5rem !important
}

[dir] .mt-4, [dir] .my-4 {
    margin-top: 1.5rem !important
}

[dir=ltr] .mr-4, [dir=ltr] .mx-4 {
    margin-right: 1.5rem !important
}

[dir=rtl] .mr-4, [dir=rtl] .mx-4 {
    margin-left: 1.5rem !important
}

[dir] .mb-4, [dir] .my-4 {
    margin-bottom: 1.5rem !important
}

[dir=ltr] .ml-4, [dir=ltr] .mx-4 {
    margin-left: 1.5rem !important
}

[dir=rtl] .ml-4, [dir=rtl] .mx-4 {
    margin-right: 1.5rem !important
}

[dir] .m-5 {
    margin: 3rem !important
}

[dir] .mt-5, [dir] .my-5 {
    margin-top: 3rem !important
}

[dir=ltr] .mr-5, [dir=ltr] .mx-5 {
    margin-right: 3rem !important
}

[dir=rtl] .mr-5, [dir=rtl] .mx-5 {
    margin-left: 3rem !important
}

[dir] .mb-5, [dir] .my-5 {
    margin-bottom: 3rem !important
}

[dir=ltr] .ml-5, [dir=ltr] .mx-5 {
    margin-left: 3rem !important
}

[dir=rtl] .ml-5, [dir=rtl] .mx-5 {
    margin-right: 3rem !important
}

[dir] .m-4pt {
    margin: .25rem !important
}

[dir] .mt-4pt, [dir] .my-4pt {
    margin-top: .25rem !important
}

[dir=ltr] .mr-4pt, [dir=ltr] .mx-4pt {
    margin-right: .25rem !important
}

[dir=rtl] .mr-4pt, [dir=rtl] .mx-4pt {
    margin-left: .25rem !important
}

[dir] .mb-4pt, [dir] .my-4pt {
    margin-bottom: .25rem !important
}

[dir=ltr] .ml-4pt, [dir=ltr] .mx-4pt {
    margin-left: .25rem !important
}

[dir=rtl] .ml-4pt, [dir=rtl] .mx-4pt {
    margin-right: .25rem !important
}

[dir] .m-8pt {
    margin: .5rem !important
}

[dir] .mt-8pt, [dir] .my-8pt {
    margin-top: .5rem !important
}

[dir=ltr] .mr-8pt, [dir=ltr] .mx-8pt {
    margin-right: .5rem !important
}

[dir=rtl] .mr-8pt, [dir=rtl] .mx-8pt {
    margin-left: .5rem !important
}

[dir] .mb-8pt, [dir] .my-8pt {
    margin-bottom: .5rem !important
}

[dir=ltr] .ml-8pt, [dir=ltr] .mx-8pt {
    margin-left: .5rem !important
}

[dir=rtl] .ml-8pt, [dir=rtl] .mx-8pt {
    margin-right: .5rem !important
}

[dir] .m-12pt {
    margin: .75rem !important
}

[dir] .mt-12pt, [dir] .my-12pt {
    margin-top: .75rem !important
}

[dir=ltr] .mr-12pt, [dir=ltr] .mx-12pt {
    margin-right: .75rem !important
}

[dir=rtl] .mr-12pt, [dir=rtl] .mx-12pt {
    margin-left: .75rem !important
}

[dir] .mb-12pt, [dir] .my-12pt {
    margin-bottom: .75rem !important
}

[dir=ltr] .ml-12pt, [dir=ltr] .mx-12pt {
    margin-left: .75rem !important
}

[dir=rtl] .ml-12pt, [dir=rtl] .mx-12pt {
    margin-right: .75rem !important
}

[dir] .m-16pt {
    margin: 1rem !important
}

[dir] .mt-16pt, [dir] .my-16pt {
    margin-top: 1rem !important
}

[dir=ltr] .mr-16pt, [dir=ltr] .mx-16pt {
    margin-right: 1rem !important
}

[dir=rtl] .mr-16pt, [dir=rtl] .mx-16pt {
    margin-left: 1rem !important
}

[dir] .mb-16pt, [dir] .my-16pt {
    margin-bottom: 1rem !important
}

[dir=ltr] .ml-16pt, [dir=ltr] .mx-16pt {
    margin-left: 1rem !important
}

[dir=rtl] .ml-16pt, [dir=rtl] .mx-16pt {
    margin-right: 1rem !important
}

[dir] .m-20pt {
    margin: 1.25rem !important
}

[dir] .mt-20pt, [dir] .my-20pt {
    margin-top: 1.25rem !important
}

[dir=ltr] .mr-20pt, [dir=ltr] .mx-20pt {
    margin-right: 1.25rem !important
}

[dir=rtl] .mr-20pt, [dir=rtl] .mx-20pt {
    margin-left: 1.25rem !important
}

[dir] .mb-20pt, [dir] .my-20pt {
    margin-bottom: 1.25rem !important
}

[dir=ltr] .ml-20pt, [dir=ltr] .mx-20pt {
    margin-left: 1.25rem !important
}

[dir=rtl] .ml-20pt, [dir=rtl] .mx-20pt {
    margin-right: 1.25rem !important
}

[dir] .m-24pt {
    margin: 1.5rem !important
}

[dir] .mt-24pt, [dir] .my-24pt {
    margin-top: 1.5rem !important
}

[dir=ltr] .mr-24pt, [dir=ltr] .mx-24pt {
    margin-right: 1.5rem !important
}

[dir=rtl] .mr-24pt, [dir=rtl] .mx-24pt {
    margin-left: 1.5rem !important
}

[dir] .mb-24pt, [dir] .my-24pt {
    margin-bottom: 1.5rem !important
}

[dir=ltr] .ml-24pt, [dir=ltr] .mx-24pt {
    margin-left: 1.5rem !important
}

[dir=rtl] .ml-24pt, [dir=rtl] .mx-24pt {
    margin-right: 1.5rem !important
}

[dir] .m-32pt {
    margin: 2rem !important
}

[dir] .mt-32pt, [dir] .my-32pt {
    margin-top: 2rem !important
}

[dir=ltr] .mr-32pt, [dir=ltr] .mx-32pt {
    margin-right: 2rem !important
}

[dir=rtl] .mr-32pt, [dir=rtl] .mx-32pt {
    margin-left: 2rem !important
}

[dir] .mb-32pt, [dir] .my-32pt {
    margin-bottom: 2rem !important
}

[dir=ltr] .ml-32pt, [dir=ltr] .mx-32pt {
    margin-left: 2rem !important
}

[dir=rtl] .ml-32pt, [dir=rtl] .mx-32pt {
    margin-right: 2rem !important
}

[dir] .m-40pt {
    margin: 2.5rem !important
}

[dir] .mt-40pt, [dir] .my-40pt {
    margin-top: 2.5rem !important
}

[dir=ltr] .mr-40pt, [dir=ltr] .mx-40pt {
    margin-right: 2.5rem !important
}

[dir=rtl] .mr-40pt, [dir=rtl] .mx-40pt {
    margin-left: 2.5rem !important
}

[dir] .mb-40pt, [dir] .my-40pt {
    margin-bottom: 2.5rem !important
}

[dir=ltr] .ml-40pt, [dir=ltr] .mx-40pt {
    margin-left: 2.5rem !important
}

[dir=rtl] .ml-40pt, [dir=rtl] .mx-40pt {
    margin-right: 2.5rem !important
}

[dir] .m-44pt {
    margin: 2.75rem !important
}

[dir] .mt-44pt, [dir] .my-44pt {
    margin-top: 2.75rem !important
}

[dir=ltr] .mr-44pt, [dir=ltr] .mx-44pt {
    margin-right: 2.75rem !important
}

[dir=rtl] .mr-44pt, [dir=rtl] .mx-44pt {
    margin-left: 2.75rem !important
}

[dir] .mb-44pt, [dir] .my-44pt {
    margin-bottom: 2.75rem !important
}

[dir=ltr] .ml-44pt, [dir=ltr] .mx-44pt {
    margin-left: 2.75rem !important
}

[dir=rtl] .ml-44pt, [dir=rtl] .mx-44pt {
    margin-right: 2.75rem !important
}

[dir] .m-48pt {
    margin: 3rem !important
}

[dir] .mt-48pt, [dir] .my-48pt {
    margin-top: 3rem !important
}

[dir=ltr] .mr-48pt, [dir=ltr] .mx-48pt {
    margin-right: 3rem !important
}

[dir=rtl] .mr-48pt, [dir=rtl] .mx-48pt {
    margin-left: 3rem !important
}

[dir] .mb-48pt, [dir] .my-48pt {
    margin-bottom: 3rem !important
}

[dir=ltr] .ml-48pt, [dir=ltr] .mx-48pt {
    margin-left: 3rem !important
}

[dir=rtl] .ml-48pt, [dir=rtl] .mx-48pt {
    margin-right: 3rem !important
}

[dir] .m-64pt {
    margin: 4rem !important
}

[dir] .mt-64pt, [dir] .my-64pt {
    margin-top: 4rem !important
}

[dir=ltr] .mr-64pt, [dir=ltr] .mx-64pt {
    margin-right: 4rem !important
}

[dir=rtl] .mr-64pt, [dir=rtl] .mx-64pt {
    margin-left: 4rem !important
}

[dir] .mb-64pt, [dir] .my-64pt {
    margin-bottom: 4rem !important
}

[dir=ltr] .ml-64pt, [dir=ltr] .mx-64pt {
    margin-left: 4rem !important
}

[dir=rtl] .ml-64pt, [dir=rtl] .mx-64pt {
    margin-right: 4rem !important
}

[dir] .m-112pt {
    margin: 7rem !important
}

[dir] .mt-112pt, [dir] .my-112pt {
    margin-top: 7rem !important
}

[dir=ltr] .mr-112pt, [dir=ltr] .mx-112pt {
    margin-right: 7rem !important
}

[dir=rtl] .mr-112pt, [dir=rtl] .mx-112pt {
    margin-left: 7rem !important
}

[dir] .mb-112pt, [dir] .my-112pt {
    margin-bottom: 7rem !important
}

[dir=ltr] .ml-112pt, [dir=ltr] .mx-112pt {
    margin-left: 7rem !important
}

[dir=rtl] .ml-112pt, [dir=rtl] .mx-112pt {
    margin-right: 7rem !important
}

[dir] .m-128pt {
    margin: 8rem !important
}

[dir] .mt-128pt, [dir] .my-128pt {
    margin-top: 8rem !important
}

[dir=ltr] .mr-128pt, [dir=ltr] .mx-128pt {
    margin-right: 8rem !important
}

[dir=rtl] .mr-128pt, [dir=rtl] .mx-128pt {
    margin-left: 8rem !important
}

[dir] .mb-128pt, [dir] .my-128pt {
    margin-bottom: 8rem !important
}

[dir=ltr] .ml-128pt, [dir=ltr] .mx-128pt {
    margin-left: 8rem !important
}

[dir=rtl] .ml-128pt, [dir=rtl] .mx-128pt {
    margin-right: 8rem !important
}

[dir] .p-0 {
    padding: 0 !important
}

[dir] .pt-0, [dir] .py-0 {
    padding-top: 0 !important
}

[dir=ltr] .pr-0, [dir=ltr] .px-0 {
    padding-right: 0 !important
}

[dir=rtl] .pr-0, [dir=rtl] .px-0 {
    padding-left: 0 !important
}

[dir] .pb-0, [dir] .py-0 {
    padding-bottom: 0 !important
}

[dir=ltr] .pl-0, [dir=ltr] .px-0 {
    padding-left: 0 !important
}

[dir=rtl] .pl-0, [dir=rtl] .px-0 {
    padding-right: 0 !important
}

[dir] .p-1 {
    padding: .25rem !important
}

[dir] .pt-1, [dir] .py-1 {
    padding-top: .25rem !important
}

[dir=ltr] .pr-1, [dir=ltr] .px-1 {
    padding-right: .25rem !important
}

[dir=rtl] .pr-1, [dir=rtl] .px-1 {
    padding-left: .25rem !important
}

[dir] .pb-1, [dir] .py-1 {
    padding-bottom: .25rem !important
}

[dir=ltr] .pl-1, [dir=ltr] .px-1 {
    padding-left: .25rem !important
}

[dir=rtl] .pl-1, [dir=rtl] .px-1 {
    padding-right: .25rem !important
}

[dir] .p-2 {
    padding: .5rem !important
}

[dir] .pt-2, [dir] .py-2 {
    padding-top: .5rem !important
}

[dir=ltr] .pr-2, [dir=ltr] .px-2 {
    padding-right: .5rem !important
}

[dir=rtl] .pr-2, [dir=rtl] .px-2 {
    padding-left: .5rem !important
}

[dir] .pb-2, [dir] .py-2 {
    padding-bottom: .5rem !important
}

[dir=ltr] .pl-2, [dir=ltr] .px-2 {
    padding-left: .5rem !important
}

[dir=rtl] .pl-2, [dir=rtl] .px-2 {
    padding-right: .5rem !important
}

[dir] .p-3 {
    padding: 1rem !important
}

[dir] .pt-3, [dir] .py-3 {
    padding-top: 1rem !important
}

[dir=ltr] .pr-3, [dir=ltr] .px-3 {
    padding-right: 1rem !important
}

[dir=rtl] .pr-3, [dir=rtl] .px-3 {
    padding-left: 1rem !important
}

[dir] .pb-3, [dir] .py-3 {
    padding-bottom: 1rem !important
}

[dir=ltr] .pl-3, [dir=ltr] .px-3 {
    padding-left: 1rem !important
}

[dir=rtl] .pl-3, [dir=rtl] .px-3 {
    padding-right: 1rem !important
}

[dir] .p-4 {
    padding: 1.5rem !important
}

[dir] .pt-4, [dir] .py-4 {
    padding-top: 1.5rem !important
}

[dir=ltr] .pr-4, [dir=ltr] .px-4 {
    padding-right: 1.5rem !important
}

[dir=rtl] .pr-4, [dir=rtl] .px-4 {
    padding-left: 1.5rem !important
}

[dir] .pb-4, [dir] .py-4 {
    padding-bottom: 1.5rem !important
}

[dir=ltr] .pl-4, [dir=ltr] .px-4 {
    padding-left: 1.5rem !important
}

[dir=rtl] .pl-4, [dir=rtl] .px-4 {
    padding-right: 1.5rem !important
}

[dir] .p-5 {
    padding: 3rem !important
}

[dir] .pt-5, [dir] .py-5 {
    padding-top: 3rem !important
}

[dir=ltr] .pr-5, [dir=ltr] .px-5 {
    padding-right: 3rem !important
}

[dir=rtl] .pr-5, [dir=rtl] .px-5 {
    padding-left: 3rem !important
}

[dir] .pb-5, [dir] .py-5 {
    padding-bottom: 3rem !important
}

[dir=ltr] .pl-5, [dir=ltr] .px-5 {
    padding-left: 3rem !important
}

[dir=rtl] .pl-5, [dir=rtl] .px-5 {
    padding-right: 3rem !important
}

[dir] .p-4pt {
    padding: .25rem !important
}

[dir] .pt-4pt, [dir] .py-4pt {
    padding-top: .25rem !important
}

[dir=ltr] .pr-4pt, [dir=ltr] .px-4pt {
    padding-right: .25rem !important
}

[dir=rtl] .pr-4pt, [dir=rtl] .px-4pt {
    padding-left: .25rem !important
}

[dir] .pb-4pt, [dir] .py-4pt {
    padding-bottom: .25rem !important
}

[dir=ltr] .pl-4pt, [dir=ltr] .px-4pt {
    padding-left: .25rem !important
}

[dir=rtl] .pl-4pt, [dir=rtl] .px-4pt {
    padding-right: .25rem !important
}

[dir] .p-8pt {
    padding: .5rem !important
}

[dir] .pt-8pt, [dir] .py-8pt {
    padding-top: .5rem !important
}

[dir=ltr] .pr-8pt, [dir=ltr] .px-8pt {
    padding-right: .5rem !important
}

[dir=rtl] .pr-8pt, [dir=rtl] .px-8pt {
    padding-left: .5rem !important
}

[dir] .pb-8pt, [dir] .py-8pt {
    padding-bottom: .5rem !important
}

[dir=ltr] .pl-8pt, [dir=ltr] .px-8pt {
    padding-left: .5rem !important
}

[dir=rtl] .pl-8pt, [dir=rtl] .px-8pt {
    padding-right: .5rem !important
}

[dir] .p-12pt {
    padding: .75rem !important
}

[dir] .pt-12pt, [dir] .py-12pt {
    padding-top: .75rem !important
}

[dir=ltr] .pr-12pt, [dir=ltr] .px-12pt {
    padding-right: .75rem !important
}

[dir=rtl] .pr-12pt, [dir=rtl] .px-12pt {
    padding-left: .75rem !important
}

[dir] .pb-12pt, [dir] .py-12pt {
    padding-bottom: .75rem !important
}

[dir=ltr] .pl-12pt, [dir=ltr] .px-12pt {
    padding-left: .75rem !important
}

[dir=rtl] .pl-12pt, [dir=rtl] .px-12pt {
    padding-right: .75rem !important
}

[dir] .p-16pt {
    padding: 1rem !important
}

[dir] .pt-16pt, [dir] .py-16pt {
    padding-top: 1rem !important
}

[dir=ltr] .pr-16pt, [dir=ltr] .px-16pt {
    padding-right: 1rem !important
}

[dir=rtl] .pr-16pt, [dir=rtl] .px-16pt {
    padding-left: 1rem !important
}

[dir] .pb-16pt, [dir] .py-16pt {
    padding-bottom: 1rem !important
}

[dir=ltr] .pl-16pt, [dir=ltr] .px-16pt {
    padding-left: 1rem !important
}

[dir=rtl] .pl-16pt, [dir=rtl] .px-16pt {
    padding-right: 1rem !important
}

[dir] .p-20pt {
    padding: 1.25rem !important
}

[dir] .pt-20pt, [dir] .py-20pt {
    padding-top: 1.25rem !important
}

[dir=ltr] .pr-20pt, [dir=ltr] .px-20pt {
    padding-right: 1.25rem !important
}

[dir=rtl] .pr-20pt, [dir=rtl] .px-20pt {
    padding-left: 1.25rem !important
}

[dir] .pb-20pt, [dir] .py-20pt {
    padding-bottom: 1.25rem !important
}

[dir=ltr] .pl-20pt, [dir=ltr] .px-20pt {
    padding-left: 1.25rem !important
}

[dir=rtl] .pl-20pt, [dir=rtl] .px-20pt {
    padding-right: 1.25rem !important
}

[dir] .p-24pt {
    padding: 1.5rem !important
}

[dir] .pt-24pt, [dir] .py-24pt {
    padding-top: 1.5rem !important
}

[dir=ltr] .pr-24pt, [dir=ltr] .px-24pt {
    padding-right: 1.5rem !important
}

[dir=rtl] .pr-24pt, [dir=rtl] .px-24pt {
    padding-left: 1.5rem !important
}

[dir] .pb-24pt, [dir] .py-24pt {
    padding-bottom: 1.5rem !important
}

[dir=ltr] .pl-24pt, [dir=ltr] .px-24pt {
    padding-left: 1.5rem !important
}

[dir=rtl] .pl-24pt, [dir=rtl] .px-24pt {
    padding-right: 1.5rem !important
}

[dir] .p-32pt {
    padding: 2rem !important
}

[dir] .pt-32pt, [dir] .py-32pt {
    padding-top: 2rem !important
}

[dir=ltr] .pr-32pt, [dir=ltr] .px-32pt {
    padding-right: 2rem !important
}

[dir=rtl] .pr-32pt, [dir=rtl] .px-32pt {
    padding-left: 2rem !important
}

[dir] .pb-32pt, [dir] .py-32pt {
    padding-bottom: 2rem !important
}

[dir=ltr] .pl-32pt, [dir=ltr] .px-32pt {
    padding-left: 2rem !important
}

[dir=rtl] .pl-32pt, [dir=rtl] .px-32pt {
    padding-right: 2rem !important
}

[dir] .p-40pt {
    padding: 2.5rem !important
}

[dir] .pt-40pt, [dir] .py-40pt {
    padding-top: 2.5rem !important
}

[dir=ltr] .pr-40pt, [dir=ltr] .px-40pt {
    padding-right: 2.5rem !important
}

[dir=rtl] .pr-40pt, [dir=rtl] .px-40pt {
    padding-left: 2.5rem !important
}

[dir] .pb-40pt, [dir] .py-40pt {
    padding-bottom: 2.5rem !important
}

[dir=ltr] .pl-40pt, [dir=ltr] .px-40pt {
    padding-left: 2.5rem !important
}

[dir=rtl] .pl-40pt, [dir=rtl] .px-40pt {
    padding-right: 2.5rem !important
}

[dir] .p-44pt {
    padding: 2.75rem !important
}

[dir] .pt-44pt, [dir] .py-44pt {
    padding-top: 2.75rem !important
}

[dir=ltr] .pr-44pt, [dir=ltr] .px-44pt {
    padding-right: 2.75rem !important
}

[dir=rtl] .pr-44pt, [dir=rtl] .px-44pt {
    padding-left: 2.75rem !important
}

[dir] .pb-44pt, [dir] .py-44pt {
    padding-bottom: 2.75rem !important
}

[dir=ltr] .pl-44pt, [dir=ltr] .px-44pt {
    padding-left: 2.75rem !important
}

[dir=rtl] .pl-44pt, [dir=rtl] .px-44pt {
    padding-right: 2.75rem !important
}

[dir] .p-48pt {
    padding: 3rem !important
}

[dir] .pt-48pt, [dir] .py-48pt {
    padding-top: 3rem !important
}

[dir=ltr] .pr-48pt, [dir=ltr] .px-48pt {
    padding-right: 3rem !important
}

[dir=rtl] .pr-48pt, [dir=rtl] .px-48pt {
    padding-left: 3rem !important
}

[dir] .pb-48pt, [dir] .py-48pt {
    padding-bottom: 3rem !important
}

[dir=ltr] .pl-48pt, [dir=ltr] .px-48pt {
    padding-left: 3rem !important
}

[dir=rtl] .pl-48pt, [dir=rtl] .px-48pt {
    padding-right: 3rem !important
}

[dir] .p-64pt {
    padding: 4rem !important
}

[dir] .pt-64pt, [dir] .py-64pt {
    padding-top: 4rem !important
}

[dir=ltr] .pr-64pt, [dir=ltr] .px-64pt {
    padding-right: 4rem !important
}

[dir=rtl] .pr-64pt, [dir=rtl] .px-64pt {
    padding-left: 4rem !important
}

[dir] .pb-64pt, [dir] .py-64pt {
    padding-bottom: 4rem !important
}

[dir=ltr] .pl-64pt, [dir=ltr] .px-64pt {
    padding-left: 4rem !important
}

[dir=rtl] .pl-64pt, [dir=rtl] .px-64pt {
    padding-right: 4rem !important
}

[dir] .p-112pt {
    padding: 7rem !important
}

[dir] .pt-112pt, [dir] .py-112pt {
    padding-top: 7rem !important
}

[dir=ltr] .pr-112pt, [dir=ltr] .px-112pt {
    padding-right: 7rem !important
}

[dir=rtl] .pr-112pt, [dir=rtl] .px-112pt {
    padding-left: 7rem !important
}

[dir] .pb-112pt, [dir] .py-112pt {
    padding-bottom: 7rem !important
}

[dir=ltr] .pl-112pt, [dir=ltr] .px-112pt {
    padding-left: 7rem !important
}

[dir=rtl] .pl-112pt, [dir=rtl] .px-112pt {
    padding-right: 7rem !important
}

[dir] .p-128pt {
    padding: 8rem !important
}

[dir] .pt-128pt, [dir] .py-128pt {
    padding-top: 8rem !important
}

[dir=ltr] .pr-128pt, [dir=ltr] .px-128pt {
    padding-right: 8rem !important
}

[dir=rtl] .pr-128pt, [dir=rtl] .px-128pt {
    padding-left: 8rem !important
}

[dir] .pb-128pt, [dir] .py-128pt {
    padding-bottom: 8rem !important
}

[dir=ltr] .pl-128pt, [dir=ltr] .px-128pt {
    padding-left: 8rem !important
}

[dir=rtl] .pl-128pt, [dir=rtl] .px-128pt {
    padding-right: 8rem !important
}

[dir] .m-n1 {
    margin: -.25rem !important
}

[dir] .mt-n1, [dir] .my-n1 {
    margin-top: -.25rem !important
}

[dir=ltr] .mr-n1, [dir=ltr] .mx-n1 {
    margin-right: -.25rem !important
}

[dir=rtl] .mr-n1, [dir=rtl] .mx-n1 {
    margin-left: -.25rem !important
}

[dir] .mb-n1, [dir] .my-n1 {
    margin-bottom: -.25rem !important
}

[dir=ltr] .ml-n1, [dir=ltr] .mx-n1 {
    margin-left: -.25rem !important
}

[dir=rtl] .ml-n1, [dir=rtl] .mx-n1 {
    margin-right: -.25rem !important
}

[dir] .m-n2 {
    margin: -.5rem !important
}

[dir] .mt-n2, [dir] .my-n2 {
    margin-top: -.5rem !important
}

[dir=ltr] .mr-n2, [dir=ltr] .mx-n2 {
    margin-right: -.5rem !important
}

[dir=rtl] .mr-n2, [dir=rtl] .mx-n2 {
    margin-left: -.5rem !important
}

[dir] .mb-n2, [dir] .my-n2 {
    margin-bottom: -.5rem !important
}

[dir=ltr] .ml-n2, [dir=ltr] .mx-n2 {
    margin-left: -.5rem !important
}

[dir=rtl] .ml-n2, [dir=rtl] .mx-n2 {
    margin-right: -.5rem !important
}

[dir] .m-n3 {
    margin: -1rem !important
}

[dir] .mt-n3, [dir] .my-n3 {
    margin-top: -1rem !important
}

[dir=ltr] .mr-n3, [dir=ltr] .mx-n3 {
    margin-right: -1rem !important
}

[dir=rtl] .mr-n3, [dir=rtl] .mx-n3 {
    margin-left: -1rem !important
}

[dir] .mb-n3, [dir] .my-n3 {
    margin-bottom: -1rem !important
}

[dir=ltr] .ml-n3, [dir=ltr] .mx-n3 {
    margin-left: -1rem !important
}

[dir=rtl] .ml-n3, [dir=rtl] .mx-n3 {
    margin-right: -1rem !important
}

[dir] .m-n4 {
    margin: -1.5rem !important
}

[dir] .mt-n4, [dir] .my-n4 {
    margin-top: -1.5rem !important
}

[dir=ltr] .mr-n4, [dir=ltr] .mx-n4 {
    margin-right: -1.5rem !important
}

[dir=rtl] .mr-n4, [dir=rtl] .mx-n4 {
    margin-left: -1.5rem !important
}

[dir] .mb-n4, [dir] .my-n4 {
    margin-bottom: -1.5rem !important
}

[dir=ltr] .ml-n4, [dir=ltr] .mx-n4 {
    margin-left: -1.5rem !important
}

[dir=rtl] .ml-n4, [dir=rtl] .mx-n4 {
    margin-right: -1.5rem !important
}

[dir] .m-n5 {
    margin: -3rem !important
}

[dir] .mt-n5, [dir] .my-n5 {
    margin-top: -3rem !important
}

[dir=ltr] .mr-n5, [dir=ltr] .mx-n5 {
    margin-right: -3rem !important
}

[dir=rtl] .mr-n5, [dir=rtl] .mx-n5 {
    margin-left: -3rem !important
}

[dir] .mb-n5, [dir] .my-n5 {
    margin-bottom: -3rem !important
}

[dir=ltr] .ml-n5, [dir=ltr] .mx-n5 {
    margin-left: -3rem !important
}

[dir=rtl] .ml-n5, [dir=rtl] .mx-n5 {
    margin-right: -3rem !important
}

[dir] .m-n4pt {
    margin: -.25rem !important
}

[dir] .mt-n4pt, [dir] .my-n4pt {
    margin-top: -.25rem !important
}

[dir=ltr] .mr-n4pt, [dir=ltr] .mx-n4pt {
    margin-right: -.25rem !important
}

[dir=rtl] .mr-n4pt, [dir=rtl] .mx-n4pt {
    margin-left: -.25rem !important
}

[dir] .mb-n4pt, [dir] .my-n4pt {
    margin-bottom: -.25rem !important
}

[dir=ltr] .ml-n4pt, [dir=ltr] .mx-n4pt {
    margin-left: -.25rem !important
}

[dir=rtl] .ml-n4pt, [dir=rtl] .mx-n4pt {
    margin-right: -.25rem !important
}

[dir] .m-n8pt {
    margin: -.5rem !important
}

[dir] .mt-n8pt, [dir] .my-n8pt {
    margin-top: -.5rem !important
}

[dir=ltr] .mr-n8pt, [dir=ltr] .mx-n8pt {
    margin-right: -.5rem !important
}

[dir=rtl] .mr-n8pt, [dir=rtl] .mx-n8pt {
    margin-left: -.5rem !important
}

[dir] .mb-n8pt, [dir] .my-n8pt {
    margin-bottom: -.5rem !important
}

[dir=ltr] .ml-n8pt, [dir=ltr] .mx-n8pt {
    margin-left: -.5rem !important
}

[dir=rtl] .ml-n8pt, [dir=rtl] .mx-n8pt {
    margin-right: -.5rem !important
}

[dir] .m-n12pt {
    margin: -.75rem !important
}

[dir] .mt-n12pt, [dir] .my-n12pt {
    margin-top: -.75rem !important
}

[dir=ltr] .mr-n12pt, [dir=ltr] .mx-n12pt {
    margin-right: -.75rem !important
}

[dir=rtl] .mr-n12pt, [dir=rtl] .mx-n12pt {
    margin-left: -.75rem !important
}

[dir] .mb-n12pt, [dir] .my-n12pt {
    margin-bottom: -.75rem !important
}

[dir=ltr] .ml-n12pt, [dir=ltr] .mx-n12pt {
    margin-left: -.75rem !important
}

[dir=rtl] .ml-n12pt, [dir=rtl] .mx-n12pt {
    margin-right: -.75rem !important
}

[dir] .m-n16pt {
    margin: -1rem !important
}

[dir] .mt-n16pt, [dir] .my-n16pt {
    margin-top: -1rem !important
}

[dir=ltr] .mr-n16pt, [dir=ltr] .mx-n16pt {
    margin-right: -1rem !important
}

[dir=rtl] .mr-n16pt, [dir=rtl] .mx-n16pt {
    margin-left: -1rem !important
}

[dir] .mb-n16pt, [dir] .my-n16pt {
    margin-bottom: -1rem !important
}

[dir=ltr] .ml-n16pt, [dir=ltr] .mx-n16pt {
    margin-left: -1rem !important
}

[dir=rtl] .ml-n16pt, [dir=rtl] .mx-n16pt {
    margin-right: -1rem !important
}

[dir] .m-n20pt {
    margin: -1.25rem !important
}

[dir] .mt-n20pt, [dir] .my-n20pt {
    margin-top: -1.25rem !important
}

[dir=ltr] .mr-n20pt, [dir=ltr] .mx-n20pt {
    margin-right: -1.25rem !important
}

[dir=rtl] .mr-n20pt, [dir=rtl] .mx-n20pt {
    margin-left: -1.25rem !important
}

[dir] .mb-n20pt, [dir] .my-n20pt {
    margin-bottom: -1.25rem !important
}

[dir=ltr] .ml-n20pt, [dir=ltr] .mx-n20pt {
    margin-left: -1.25rem !important
}

[dir=rtl] .ml-n20pt, [dir=rtl] .mx-n20pt {
    margin-right: -1.25rem !important
}

[dir] .m-n24pt {
    margin: -1.5rem !important
}

[dir] .mt-n24pt, [dir] .my-n24pt {
    margin-top: -1.5rem !important
}

[dir=ltr] .mr-n24pt, [dir=ltr] .mx-n24pt {
    margin-right: -1.5rem !important
}

[dir=rtl] .mr-n24pt, [dir=rtl] .mx-n24pt {
    margin-left: -1.5rem !important
}

[dir] .mb-n24pt, [dir] .my-n24pt {
    margin-bottom: -1.5rem !important
}

[dir=ltr] .ml-n24pt, [dir=ltr] .mx-n24pt {
    margin-left: -1.5rem !important
}

[dir=rtl] .ml-n24pt, [dir=rtl] .mx-n24pt {
    margin-right: -1.5rem !important
}

[dir] .m-n32pt {
    margin: -2rem !important
}

[dir] .mt-n32pt, [dir] .my-n32pt {
    margin-top: -2rem !important
}

[dir=ltr] .mr-n32pt, [dir=ltr] .mx-n32pt {
    margin-right: -2rem !important
}

[dir=rtl] .mr-n32pt, [dir=rtl] .mx-n32pt {
    margin-left: -2rem !important
}

[dir] .mb-n32pt, [dir] .my-n32pt {
    margin-bottom: -2rem !important
}

[dir=ltr] .ml-n32pt, [dir=ltr] .mx-n32pt {
    margin-left: -2rem !important
}

[dir=rtl] .ml-n32pt, [dir=rtl] .mx-n32pt {
    margin-right: -2rem !important
}

[dir] .m-n40pt {
    margin: -2.5rem !important
}

[dir] .mt-n40pt, [dir] .my-n40pt {
    margin-top: -2.5rem !important
}

[dir=ltr] .mr-n40pt, [dir=ltr] .mx-n40pt {
    margin-right: -2.5rem !important
}

[dir=rtl] .mr-n40pt, [dir=rtl] .mx-n40pt {
    margin-left: -2.5rem !important
}

[dir] .mb-n40pt, [dir] .my-n40pt {
    margin-bottom: -2.5rem !important
}

[dir=ltr] .ml-n40pt, [dir=ltr] .mx-n40pt {
    margin-left: -2.5rem !important
}

[dir=rtl] .ml-n40pt, [dir=rtl] .mx-n40pt {
    margin-right: -2.5rem !important
}

[dir] .m-n44pt {
    margin: -2.75rem !important
}

[dir] .mt-n44pt, [dir] .my-n44pt {
    margin-top: -2.75rem !important
}

[dir=ltr] .mr-n44pt, [dir=ltr] .mx-n44pt {
    margin-right: -2.75rem !important
}

[dir=rtl] .mr-n44pt, [dir=rtl] .mx-n44pt {
    margin-left: -2.75rem !important
}

[dir] .mb-n44pt, [dir] .my-n44pt {
    margin-bottom: -2.75rem !important
}

[dir=ltr] .ml-n44pt, [dir=ltr] .mx-n44pt {
    margin-left: -2.75rem !important
}

[dir=rtl] .ml-n44pt, [dir=rtl] .mx-n44pt {
    margin-right: -2.75rem !important
}

[dir] .m-n48pt {
    margin: -3rem !important
}

[dir] .mt-n48pt, [dir] .my-n48pt {
    margin-top: -3rem !important
}

[dir=ltr] .mr-n48pt, [dir=ltr] .mx-n48pt {
    margin-right: -3rem !important
}

[dir=rtl] .mr-n48pt, [dir=rtl] .mx-n48pt {
    margin-left: -3rem !important
}

[dir] .mb-n48pt, [dir] .my-n48pt {
    margin-bottom: -3rem !important
}

[dir=ltr] .ml-n48pt, [dir=ltr] .mx-n48pt {
    margin-left: -3rem !important
}

[dir=rtl] .ml-n48pt, [dir=rtl] .mx-n48pt {
    margin-right: -3rem !important
}

[dir] .m-n64pt {
    margin: -4rem !important
}

[dir] .mt-n64pt, [dir] .my-n64pt {
    margin-top: -4rem !important
}

[dir=ltr] .mr-n64pt, [dir=ltr] .mx-n64pt {
    margin-right: -4rem !important
}

[dir=rtl] .mr-n64pt, [dir=rtl] .mx-n64pt {
    margin-left: -4rem !important
}

[dir] .mb-n64pt, [dir] .my-n64pt {
    margin-bottom: -4rem !important
}

[dir=ltr] .ml-n64pt, [dir=ltr] .mx-n64pt {
    margin-left: -4rem !important
}

[dir=rtl] .ml-n64pt, [dir=rtl] .mx-n64pt {
    margin-right: -4rem !important
}

[dir] .m-n112pt {
    margin: -7rem !important
}

[dir] .mt-n112pt, [dir] .my-n112pt {
    margin-top: -7rem !important
}

[dir=ltr] .mr-n112pt, [dir=ltr] .mx-n112pt {
    margin-right: -7rem !important
}

[dir=rtl] .mr-n112pt, [dir=rtl] .mx-n112pt {
    margin-left: -7rem !important
}

[dir] .mb-n112pt, [dir] .my-n112pt {
    margin-bottom: -7rem !important
}

[dir=ltr] .ml-n112pt, [dir=ltr] .mx-n112pt {
    margin-left: -7rem !important
}

[dir=rtl] .ml-n112pt, [dir=rtl] .mx-n112pt {
    margin-right: -7rem !important
}

[dir] .m-n128pt {
    margin: -8rem !important
}

[dir] .mt-n128pt, [dir] .my-n128pt {
    margin-top: -8rem !important
}

[dir=ltr] .mr-n128pt, [dir=ltr] .mx-n128pt {
    margin-right: -8rem !important
}

[dir=rtl] .mr-n128pt, [dir=rtl] .mx-n128pt {
    margin-left: -8rem !important
}

[dir] .mb-n128pt, [dir] .my-n128pt {
    margin-bottom: -8rem !important
}

[dir=ltr] .ml-n128pt, [dir=ltr] .mx-n128pt {
    margin-left: -8rem !important
}

[dir=rtl] .ml-n128pt, [dir=rtl] .mx-n128pt {
    margin-right: -8rem !important
}

[dir] .m-auto {
    margin: auto !important
}

[dir] .mt-auto, [dir] .my-auto {
    margin-top: auto !important
}

[dir=ltr] .mr-auto, [dir=ltr] .mx-auto {
    margin-right: auto !important
}

[dir=rtl] .mr-auto, [dir=rtl] .mx-auto {
    margin-left: auto !important
}

[dir] .mb-auto, [dir] .my-auto {
    margin-bottom: auto !important
}

[dir=ltr] .ml-auto, [dir=ltr] .mx-auto {
    margin-left: auto !important
}

[dir=rtl] .ml-auto, [dir=rtl] .mx-auto {
    margin-right: auto !important
}

@media (min-width:374px) {
    [dir] .m-xs-md-0 {
        margin: 0 !important
    }

    [dir] .mt-xs-md-0, [dir] .my-xs-md-0 {
        margin-top: 0 !important
    }

    [dir=ltr] .mr-xs-md-0, [dir=ltr] .mx-xs-md-0 {
        margin-right: 0 !important
    }

    [dir=rtl] .mr-xs-md-0, [dir=rtl] .mx-xs-md-0 {
        margin-left: 0 !important
    }

    [dir] .mb-xs-md-0, [dir] .my-xs-md-0 {
        margin-bottom: 0 !important
    }

    [dir=ltr] .ml-xs-md-0, [dir=ltr] .mx-xs-md-0 {
        margin-left: 0 !important
    }

    [dir=rtl] .ml-xs-md-0, [dir=rtl] .mx-xs-md-0 {
        margin-right: 0 !important
    }

    [dir] .m-xs-md-1 {
        margin: .25rem !important
    }

    [dir] .mt-xs-md-1, [dir] .my-xs-md-1 {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-xs-md-1, [dir=ltr] .mx-xs-md-1 {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-xs-md-1, [dir=rtl] .mx-xs-md-1 {
        margin-left: .25rem !important
    }

    [dir] .mb-xs-md-1, [dir] .my-xs-md-1 {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-xs-md-1, [dir=ltr] .mx-xs-md-1 {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-xs-md-1, [dir=rtl] .mx-xs-md-1 {
        margin-right: .25rem !important
    }

    [dir] .m-xs-md-2 {
        margin: .5rem !important
    }

    [dir] .mt-xs-md-2, [dir] .my-xs-md-2 {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-xs-md-2, [dir=ltr] .mx-xs-md-2 {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-xs-md-2, [dir=rtl] .mx-xs-md-2 {
        margin-left: .5rem !important
    }

    [dir] .mb-xs-md-2, [dir] .my-xs-md-2 {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-xs-md-2, [dir=ltr] .mx-xs-md-2 {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-xs-md-2, [dir=rtl] .mx-xs-md-2 {
        margin-right: .5rem !important
    }

    [dir] .m-xs-md-3 {
        margin: 1rem !important
    }

    [dir] .mt-xs-md-3, [dir] .my-xs-md-3 {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-xs-md-3, [dir=ltr] .mx-xs-md-3 {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-xs-md-3, [dir=rtl] .mx-xs-md-3 {
        margin-left: 1rem !important
    }

    [dir] .mb-xs-md-3, [dir] .my-xs-md-3 {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-xs-md-3, [dir=ltr] .mx-xs-md-3 {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-xs-md-3, [dir=rtl] .mx-xs-md-3 {
        margin-right: 1rem !important
    }

    [dir] .m-xs-md-4 {
        margin: 1.5rem !important
    }

    [dir] .mt-xs-md-4, [dir] .my-xs-md-4 {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-xs-md-4, [dir=ltr] .mx-xs-md-4 {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-xs-md-4, [dir=rtl] .mx-xs-md-4 {
        margin-left: 1.5rem !important
    }

    [dir] .mb-xs-md-4, [dir] .my-xs-md-4 {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-xs-md-4, [dir=ltr] .mx-xs-md-4 {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-xs-md-4, [dir=rtl] .mx-xs-md-4 {
        margin-right: 1.5rem !important
    }

    [dir] .m-xs-md-5 {
        margin: 3rem !important
    }

    [dir] .mt-xs-md-5, [dir] .my-xs-md-5 {
        margin-top: 3rem !important
    }

    [dir=ltr] .mr-xs-md-5, [dir=ltr] .mx-xs-md-5 {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-xs-md-5, [dir=rtl] .mx-xs-md-5 {
        margin-left: 3rem !important
    }

    [dir] .mb-xs-md-5, [dir] .my-xs-md-5 {
        margin-bottom: 3rem !important
    }

    [dir=ltr] .ml-xs-md-5, [dir=ltr] .mx-xs-md-5 {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-xs-md-5, [dir=rtl] .mx-xs-md-5 {
        margin-right: 3rem !important
    }

    [dir] .m-xs-md-4pt {
        margin: .25rem !important
    }

    [dir] .mt-xs-md-4pt, [dir] .my-xs-md-4pt {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-xs-md-4pt, [dir=ltr] .mx-xs-md-4pt {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-xs-md-4pt, [dir=rtl] .mx-xs-md-4pt {
        margin-left: .25rem !important
    }

    [dir] .mb-xs-md-4pt, [dir] .my-xs-md-4pt {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-xs-md-4pt, [dir=ltr] .mx-xs-md-4pt {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-xs-md-4pt, [dir=rtl] .mx-xs-md-4pt {
        margin-right: .25rem !important
    }

    [dir] .m-xs-md-8pt {
        margin: .5rem !important
    }

    [dir] .mt-xs-md-8pt, [dir] .my-xs-md-8pt {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-xs-md-8pt, [dir=ltr] .mx-xs-md-8pt {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-xs-md-8pt, [dir=rtl] .mx-xs-md-8pt {
        margin-left: .5rem !important
    }

    [dir] .mb-xs-md-8pt, [dir] .my-xs-md-8pt {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-xs-md-8pt, [dir=ltr] .mx-xs-md-8pt {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-xs-md-8pt, [dir=rtl] .mx-xs-md-8pt {
        margin-right: .5rem !important
    }

    [dir] .m-xs-md-12pt {
        margin: .75rem !important
    }

    [dir] .mt-xs-md-12pt, [dir] .my-xs-md-12pt {
        margin-top: .75rem !important
    }

    [dir=ltr] .mr-xs-md-12pt, [dir=ltr] .mx-xs-md-12pt {
        margin-right: .75rem !important
    }

    [dir=rtl] .mr-xs-md-12pt, [dir=rtl] .mx-xs-md-12pt {
        margin-left: .75rem !important
    }

    [dir] .mb-xs-md-12pt, [dir] .my-xs-md-12pt {
        margin-bottom: .75rem !important
    }

    [dir=ltr] .ml-xs-md-12pt, [dir=ltr] .mx-xs-md-12pt {
        margin-left: .75rem !important
    }

    [dir=rtl] .ml-xs-md-12pt, [dir=rtl] .mx-xs-md-12pt {
        margin-right: .75rem !important
    }

    [dir] .m-xs-md-16pt {
        margin: 1rem !important
    }

    [dir] .mt-xs-md-16pt, [dir] .my-xs-md-16pt {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-xs-md-16pt, [dir=ltr] .mx-xs-md-16pt {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-xs-md-16pt, [dir=rtl] .mx-xs-md-16pt {
        margin-left: 1rem !important
    }

    [dir] .mb-xs-md-16pt, [dir] .my-xs-md-16pt {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-xs-md-16pt, [dir=ltr] .mx-xs-md-16pt {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-xs-md-16pt, [dir=rtl] .mx-xs-md-16pt {
        margin-right: 1rem !important
    }

    [dir] .m-xs-md-20pt {
        margin: 1.25rem !important
    }

    [dir] .mt-xs-md-20pt, [dir] .my-xs-md-20pt {
        margin-top: 1.25rem !important
    }

    [dir=ltr] .mr-xs-md-20pt, [dir=ltr] .mx-xs-md-20pt {
        margin-right: 1.25rem !important
    }

    [dir=rtl] .mr-xs-md-20pt, [dir=rtl] .mx-xs-md-20pt {
        margin-left: 1.25rem !important
    }

    [dir] .mb-xs-md-20pt, [dir] .my-xs-md-20pt {
        margin-bottom: 1.25rem !important
    }

    [dir=ltr] .ml-xs-md-20pt, [dir=ltr] .mx-xs-md-20pt {
        margin-left: 1.25rem !important
    }

    [dir=rtl] .ml-xs-md-20pt, [dir=rtl] .mx-xs-md-20pt {
        margin-right: 1.25rem !important
    }

    [dir] .m-xs-md-24pt {
        margin: 1.5rem !important
    }

    [dir] .mt-xs-md-24pt, [dir] .my-xs-md-24pt {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-xs-md-24pt, [dir=ltr] .mx-xs-md-24pt {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-xs-md-24pt, [dir=rtl] .mx-xs-md-24pt {
        margin-left: 1.5rem !important
    }

    [dir] .mb-xs-md-24pt, [dir] .my-xs-md-24pt {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-xs-md-24pt, [dir=ltr] .mx-xs-md-24pt {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-xs-md-24pt, [dir=rtl] .mx-xs-md-24pt {
        margin-right: 1.5rem !important
    }

    [dir] .m-xs-md-32pt {
        margin: 2rem !important
    }

    [dir] .mt-xs-md-32pt, [dir] .my-xs-md-32pt {
        margin-top: 2rem !important
    }

    [dir=ltr] .mr-xs-md-32pt, [dir=ltr] .mx-xs-md-32pt {
        margin-right: 2rem !important
    }

    [dir=rtl] .mr-xs-md-32pt, [dir=rtl] .mx-xs-md-32pt {
        margin-left: 2rem !important
    }

    [dir] .mb-xs-md-32pt, [dir] .my-xs-md-32pt {
        margin-bottom: 2rem !important
    }

    [dir=ltr] .ml-xs-md-32pt, [dir=ltr] .mx-xs-md-32pt {
        margin-left: 2rem !important
    }

    [dir=rtl] .ml-xs-md-32pt, [dir=rtl] .mx-xs-md-32pt {
        margin-right: 2rem !important
    }

    [dir] .m-xs-md-40pt {
        margin: 2.5rem !important
    }

    [dir] .mt-xs-md-40pt, [dir] .my-xs-md-40pt {
        margin-top: 2.5rem !important
    }

    [dir=ltr] .mr-xs-md-40pt, [dir=ltr] .mx-xs-md-40pt {
        margin-right: 2.5rem !important
    }

    [dir=rtl] .mr-xs-md-40pt, [dir=rtl] .mx-xs-md-40pt {
        margin-left: 2.5rem !important
    }

    [dir] .mb-xs-md-40pt, [dir] .my-xs-md-40pt {
        margin-bottom: 2.5rem !important
    }

    [dir=ltr] .ml-xs-md-40pt, [dir=ltr] .mx-xs-md-40pt {
        margin-left: 2.5rem !important
    }

    [dir=rtl] .ml-xs-md-40pt, [dir=rtl] .mx-xs-md-40pt {
        margin-right: 2.5rem !important
    }

    [dir] .m-xs-md-44pt {
        margin: 2.75rem !important
    }

    [dir] .mt-xs-md-44pt, [dir] .my-xs-md-44pt {
        margin-top: 2.75rem !important
    }

    [dir=ltr] .mr-xs-md-44pt, [dir=ltr] .mx-xs-md-44pt {
        margin-right: 2.75rem !important
    }

    [dir=rtl] .mr-xs-md-44pt, [dir=rtl] .mx-xs-md-44pt {
        margin-left: 2.75rem !important
    }

    [dir] .mb-xs-md-44pt, [dir] .my-xs-md-44pt {
        margin-bottom: 2.75rem !important
    }

    [dir=ltr] .ml-xs-md-44pt, [dir=ltr] .mx-xs-md-44pt {
        margin-left: 2.75rem !important
    }

    [dir=rtl] .ml-xs-md-44pt, [dir=rtl] .mx-xs-md-44pt {
        margin-right: 2.75rem !important
    }

    [dir] .m-xs-md-48pt {
        margin: 3rem !important
    }

    [dir] .mt-xs-md-48pt, [dir] .my-xs-md-48pt {
        margin-top: 3rem !important
    }

    [dir=ltr] .mr-xs-md-48pt, [dir=ltr] .mx-xs-md-48pt {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-xs-md-48pt, [dir=rtl] .mx-xs-md-48pt {
        margin-left: 3rem !important
    }

    [dir] .mb-xs-md-48pt, [dir] .my-xs-md-48pt {
        margin-bottom: 3rem !important
    }

    [dir=ltr] .ml-xs-md-48pt, [dir=ltr] .mx-xs-md-48pt {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-xs-md-48pt, [dir=rtl] .mx-xs-md-48pt {
        margin-right: 3rem !important
    }

    [dir] .m-xs-md-64pt {
        margin: 4rem !important
    }

    [dir] .mt-xs-md-64pt, [dir] .my-xs-md-64pt {
        margin-top: 4rem !important
    }

    [dir=ltr] .mr-xs-md-64pt, [dir=ltr] .mx-xs-md-64pt {
        margin-right: 4rem !important
    }

    [dir=rtl] .mr-xs-md-64pt, [dir=rtl] .mx-xs-md-64pt {
        margin-left: 4rem !important
    }

    [dir] .mb-xs-md-64pt, [dir] .my-xs-md-64pt {
        margin-bottom: 4rem !important
    }

    [dir=ltr] .ml-xs-md-64pt, [dir=ltr] .mx-xs-md-64pt {
        margin-left: 4rem !important
    }

    [dir=rtl] .ml-xs-md-64pt, [dir=rtl] .mx-xs-md-64pt {
        margin-right: 4rem !important
    }

    [dir] .m-xs-md-112pt {
        margin: 7rem !important
    }

    [dir] .mt-xs-md-112pt, [dir] .my-xs-md-112pt {
        margin-top: 7rem !important
    }

    [dir=ltr] .mr-xs-md-112pt, [dir=ltr] .mx-xs-md-112pt {
        margin-right: 7rem !important
    }

    [dir=rtl] .mr-xs-md-112pt, [dir=rtl] .mx-xs-md-112pt {
        margin-left: 7rem !important
    }

    [dir] .mb-xs-md-112pt, [dir] .my-xs-md-112pt {
        margin-bottom: 7rem !important
    }

    [dir=ltr] .ml-xs-md-112pt, [dir=ltr] .mx-xs-md-112pt {
        margin-left: 7rem !important
    }

    [dir=rtl] .ml-xs-md-112pt, [dir=rtl] .mx-xs-md-112pt {
        margin-right: 7rem !important
    }

    [dir] .m-xs-md-128pt {
        margin: 8rem !important
    }

    [dir] .mt-xs-md-128pt, [dir] .my-xs-md-128pt {
        margin-top: 8rem !important
    }

    [dir=ltr] .mr-xs-md-128pt, [dir=ltr] .mx-xs-md-128pt {
        margin-right: 8rem !important
    }

    [dir=rtl] .mr-xs-md-128pt, [dir=rtl] .mx-xs-md-128pt {
        margin-left: 8rem !important
    }

    [dir] .mb-xs-md-128pt, [dir] .my-xs-md-128pt {
        margin-bottom: 8rem !important
    }

    [dir=ltr] .ml-xs-md-128pt, [dir=ltr] .mx-xs-md-128pt {
        margin-left: 8rem !important
    }

    [dir=rtl] .ml-xs-md-128pt, [dir=rtl] .mx-xs-md-128pt {
        margin-right: 8rem !important
    }

    [dir] .p-xs-md-0 {
        padding: 0 !important
    }

    [dir] .pt-xs-md-0, [dir] .py-xs-md-0 {
        padding-top: 0 !important
    }

    [dir=ltr] .pr-xs-md-0, [dir=ltr] .px-xs-md-0 {
        padding-right: 0 !important
    }

    [dir=rtl] .pr-xs-md-0, [dir=rtl] .px-xs-md-0 {
        padding-left: 0 !important
    }

    [dir] .pb-xs-md-0, [dir] .py-xs-md-0 {
        padding-bottom: 0 !important
    }

    [dir=ltr] .pl-xs-md-0, [dir=ltr] .px-xs-md-0 {
        padding-left: 0 !important
    }

    [dir=rtl] .pl-xs-md-0, [dir=rtl] .px-xs-md-0 {
        padding-right: 0 !important
    }

    [dir] .p-xs-md-1 {
        padding: .25rem !important
    }

    [dir] .pt-xs-md-1, [dir] .py-xs-md-1 {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-xs-md-1, [dir=ltr] .px-xs-md-1 {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-xs-md-1, [dir=rtl] .px-xs-md-1 {
        padding-left: .25rem !important
    }

    [dir] .pb-xs-md-1, [dir] .py-xs-md-1 {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-xs-md-1, [dir=ltr] .px-xs-md-1 {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-xs-md-1, [dir=rtl] .px-xs-md-1 {
        padding-right: .25rem !important
    }

    [dir] .p-xs-md-2 {
        padding: .5rem !important
    }

    [dir] .pt-xs-md-2, [dir] .py-xs-md-2 {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-xs-md-2, [dir=ltr] .px-xs-md-2 {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-xs-md-2, [dir=rtl] .px-xs-md-2 {
        padding-left: .5rem !important
    }

    [dir] .pb-xs-md-2, [dir] .py-xs-md-2 {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-xs-md-2, [dir=ltr] .px-xs-md-2 {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-xs-md-2, [dir=rtl] .px-xs-md-2 {
        padding-right: .5rem !important
    }

    [dir] .p-xs-md-3 {
        padding: 1rem !important
    }

    [dir] .pt-xs-md-3, [dir] .py-xs-md-3 {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-xs-md-3, [dir=ltr] .px-xs-md-3 {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-xs-md-3, [dir=rtl] .px-xs-md-3 {
        padding-left: 1rem !important
    }

    [dir] .pb-xs-md-3, [dir] .py-xs-md-3 {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-xs-md-3, [dir=ltr] .px-xs-md-3 {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-xs-md-3, [dir=rtl] .px-xs-md-3 {
        padding-right: 1rem !important
    }

    [dir] .p-xs-md-4 {
        padding: 1.5rem !important
    }

    [dir] .pt-xs-md-4, [dir] .py-xs-md-4 {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-xs-md-4, [dir=ltr] .px-xs-md-4 {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-xs-md-4, [dir=rtl] .px-xs-md-4 {
        padding-left: 1.5rem !important
    }

    [dir] .pb-xs-md-4, [dir] .py-xs-md-4 {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-xs-md-4, [dir=ltr] .px-xs-md-4 {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-xs-md-4, [dir=rtl] .px-xs-md-4 {
        padding-right: 1.5rem !important
    }

    [dir] .p-xs-md-5 {
        padding: 3rem !important
    }

    [dir] .pt-xs-md-5, [dir] .py-xs-md-5 {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-xs-md-5, [dir=ltr] .px-xs-md-5 {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-xs-md-5, [dir=rtl] .px-xs-md-5 {
        padding-left: 3rem !important
    }

    [dir] .pb-xs-md-5, [dir] .py-xs-md-5 {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-xs-md-5, [dir=ltr] .px-xs-md-5 {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-xs-md-5, [dir=rtl] .px-xs-md-5 {
        padding-right: 3rem !important
    }

    [dir] .p-xs-md-4pt {
        padding: .25rem !important
    }

    [dir] .pt-xs-md-4pt, [dir] .py-xs-md-4pt {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-xs-md-4pt, [dir=ltr] .px-xs-md-4pt {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-xs-md-4pt, [dir=rtl] .px-xs-md-4pt {
        padding-left: .25rem !important
    }

    [dir] .pb-xs-md-4pt, [dir] .py-xs-md-4pt {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-xs-md-4pt, [dir=ltr] .px-xs-md-4pt {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-xs-md-4pt, [dir=rtl] .px-xs-md-4pt {
        padding-right: .25rem !important
    }

    [dir] .p-xs-md-8pt {
        padding: .5rem !important
    }

    [dir] .pt-xs-md-8pt, [dir] .py-xs-md-8pt {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-xs-md-8pt, [dir=ltr] .px-xs-md-8pt {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-xs-md-8pt, [dir=rtl] .px-xs-md-8pt {
        padding-left: .5rem !important
    }

    [dir] .pb-xs-md-8pt, [dir] .py-xs-md-8pt {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-xs-md-8pt, [dir=ltr] .px-xs-md-8pt {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-xs-md-8pt, [dir=rtl] .px-xs-md-8pt {
        padding-right: .5rem !important
    }

    [dir] .p-xs-md-12pt {
        padding: .75rem !important
    }

    [dir] .pt-xs-md-12pt, [dir] .py-xs-md-12pt {
        padding-top: .75rem !important
    }

    [dir=ltr] .pr-xs-md-12pt, [dir=ltr] .px-xs-md-12pt {
        padding-right: .75rem !important
    }

    [dir=rtl] .pr-xs-md-12pt, [dir=rtl] .px-xs-md-12pt {
        padding-left: .75rem !important
    }

    [dir] .pb-xs-md-12pt, [dir] .py-xs-md-12pt {
        padding-bottom: .75rem !important
    }

    [dir=ltr] .pl-xs-md-12pt, [dir=ltr] .px-xs-md-12pt {
        padding-left: .75rem !important
    }

    [dir=rtl] .pl-xs-md-12pt, [dir=rtl] .px-xs-md-12pt {
        padding-right: .75rem !important
    }

    [dir] .p-xs-md-16pt {
        padding: 1rem !important
    }

    [dir] .pt-xs-md-16pt, [dir] .py-xs-md-16pt {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-xs-md-16pt, [dir=ltr] .px-xs-md-16pt {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-xs-md-16pt, [dir=rtl] .px-xs-md-16pt {
        padding-left: 1rem !important
    }

    [dir] .pb-xs-md-16pt, [dir] .py-xs-md-16pt {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-xs-md-16pt, [dir=ltr] .px-xs-md-16pt {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-xs-md-16pt, [dir=rtl] .px-xs-md-16pt {
        padding-right: 1rem !important
    }

    [dir] .p-xs-md-20pt {
        padding: 1.25rem !important
    }

    [dir] .pt-xs-md-20pt, [dir] .py-xs-md-20pt {
        padding-top: 1.25rem !important
    }

    [dir=ltr] .pr-xs-md-20pt, [dir=ltr] .px-xs-md-20pt {
        padding-right: 1.25rem !important
    }

    [dir=rtl] .pr-xs-md-20pt, [dir=rtl] .px-xs-md-20pt {
        padding-left: 1.25rem !important
    }

    [dir] .pb-xs-md-20pt, [dir] .py-xs-md-20pt {
        padding-bottom: 1.25rem !important
    }

    [dir=ltr] .pl-xs-md-20pt, [dir=ltr] .px-xs-md-20pt {
        padding-left: 1.25rem !important
    }

    [dir=rtl] .pl-xs-md-20pt, [dir=rtl] .px-xs-md-20pt {
        padding-right: 1.25rem !important
    }

    [dir] .p-xs-md-24pt {
        padding: 1.5rem !important
    }

    [dir] .pt-xs-md-24pt, [dir] .py-xs-md-24pt {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-xs-md-24pt, [dir=ltr] .px-xs-md-24pt {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-xs-md-24pt, [dir=rtl] .px-xs-md-24pt {
        padding-left: 1.5rem !important
    }

    [dir] .pb-xs-md-24pt, [dir] .py-xs-md-24pt {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-xs-md-24pt, [dir=ltr] .px-xs-md-24pt {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-xs-md-24pt, [dir=rtl] .px-xs-md-24pt {
        padding-right: 1.5rem !important
    }

    [dir] .p-xs-md-32pt {
        padding: 2rem !important
    }

    [dir] .pt-xs-md-32pt, [dir] .py-xs-md-32pt {
        padding-top: 2rem !important
    }

    [dir=ltr] .pr-xs-md-32pt, [dir=ltr] .px-xs-md-32pt {
        padding-right: 2rem !important
    }

    [dir=rtl] .pr-xs-md-32pt, [dir=rtl] .px-xs-md-32pt {
        padding-left: 2rem !important
    }

    [dir] .pb-xs-md-32pt, [dir] .py-xs-md-32pt {
        padding-bottom: 2rem !important
    }

    [dir=ltr] .pl-xs-md-32pt, [dir=ltr] .px-xs-md-32pt {
        padding-left: 2rem !important
    }

    [dir=rtl] .pl-xs-md-32pt, [dir=rtl] .px-xs-md-32pt {
        padding-right: 2rem !important
    }

    [dir] .p-xs-md-40pt {
        padding: 2.5rem !important
    }

    [dir] .pt-xs-md-40pt, [dir] .py-xs-md-40pt {
        padding-top: 2.5rem !important
    }

    [dir=ltr] .pr-xs-md-40pt, [dir=ltr] .px-xs-md-40pt {
        padding-right: 2.5rem !important
    }

    [dir=rtl] .pr-xs-md-40pt, [dir=rtl] .px-xs-md-40pt {
        padding-left: 2.5rem !important
    }

    [dir] .pb-xs-md-40pt, [dir] .py-xs-md-40pt {
        padding-bottom: 2.5rem !important
    }

    [dir=ltr] .pl-xs-md-40pt, [dir=ltr] .px-xs-md-40pt {
        padding-left: 2.5rem !important
    }

    [dir=rtl] .pl-xs-md-40pt, [dir=rtl] .px-xs-md-40pt {
        padding-right: 2.5rem !important
    }

    [dir] .p-xs-md-44pt {
        padding: 2.75rem !important
    }

    [dir] .pt-xs-md-44pt, [dir] .py-xs-md-44pt {
        padding-top: 2.75rem !important
    }

    [dir=ltr] .pr-xs-md-44pt, [dir=ltr] .px-xs-md-44pt {
        padding-right: 2.75rem !important
    }

    [dir=rtl] .pr-xs-md-44pt, [dir=rtl] .px-xs-md-44pt {
        padding-left: 2.75rem !important
    }

    [dir] .pb-xs-md-44pt, [dir] .py-xs-md-44pt {
        padding-bottom: 2.75rem !important
    }

    [dir=ltr] .pl-xs-md-44pt, [dir=ltr] .px-xs-md-44pt {
        padding-left: 2.75rem !important
    }

    [dir=rtl] .pl-xs-md-44pt, [dir=rtl] .px-xs-md-44pt {
        padding-right: 2.75rem !important
    }

    [dir] .p-xs-md-48pt {
        padding: 3rem !important
    }

    [dir] .pt-xs-md-48pt, [dir] .py-xs-md-48pt {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-xs-md-48pt, [dir=ltr] .px-xs-md-48pt {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-xs-md-48pt, [dir=rtl] .px-xs-md-48pt {
        padding-left: 3rem !important
    }

    [dir] .pb-xs-md-48pt, [dir] .py-xs-md-48pt {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-xs-md-48pt, [dir=ltr] .px-xs-md-48pt {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-xs-md-48pt, [dir=rtl] .px-xs-md-48pt {
        padding-right: 3rem !important
    }

    [dir] .p-xs-md-64pt {
        padding: 4rem !important
    }

    [dir] .pt-xs-md-64pt, [dir] .py-xs-md-64pt {
        padding-top: 4rem !important
    }

    [dir=ltr] .pr-xs-md-64pt, [dir=ltr] .px-xs-md-64pt {
        padding-right: 4rem !important
    }

    [dir=rtl] .pr-xs-md-64pt, [dir=rtl] .px-xs-md-64pt {
        padding-left: 4rem !important
    }

    [dir] .pb-xs-md-64pt, [dir] .py-xs-md-64pt {
        padding-bottom: 4rem !important
    }

    [dir=ltr] .pl-xs-md-64pt, [dir=ltr] .px-xs-md-64pt {
        padding-left: 4rem !important
    }

    [dir=rtl] .pl-xs-md-64pt, [dir=rtl] .px-xs-md-64pt {
        padding-right: 4rem !important
    }

    [dir] .p-xs-md-112pt {
        padding: 7rem !important
    }

    [dir] .pt-xs-md-112pt, [dir] .py-xs-md-112pt {
        padding-top: 7rem !important
    }

    [dir=ltr] .pr-xs-md-112pt, [dir=ltr] .px-xs-md-112pt {
        padding-right: 7rem !important
    }

    [dir=rtl] .pr-xs-md-112pt, [dir=rtl] .px-xs-md-112pt {
        padding-left: 7rem !important
    }

    [dir] .pb-xs-md-112pt, [dir] .py-xs-md-112pt {
        padding-bottom: 7rem !important
    }

    [dir=ltr] .pl-xs-md-112pt, [dir=ltr] .px-xs-md-112pt {
        padding-left: 7rem !important
    }

    [dir=rtl] .pl-xs-md-112pt, [dir=rtl] .px-xs-md-112pt {
        padding-right: 7rem !important
    }

    [dir] .p-xs-md-128pt {
        padding: 8rem !important
    }

    [dir] .pt-xs-md-128pt, [dir] .py-xs-md-128pt {
        padding-top: 8rem !important
    }

    [dir=ltr] .pr-xs-md-128pt, [dir=ltr] .px-xs-md-128pt {
        padding-right: 8rem !important
    }

    [dir=rtl] .pr-xs-md-128pt, [dir=rtl] .px-xs-md-128pt {
        padding-left: 8rem !important
    }

    [dir] .pb-xs-md-128pt, [dir] .py-xs-md-128pt {
        padding-bottom: 8rem !important
    }

    [dir=ltr] .pl-xs-md-128pt, [dir=ltr] .px-xs-md-128pt {
        padding-left: 8rem !important
    }

    [dir=rtl] .pl-xs-md-128pt, [dir=rtl] .px-xs-md-128pt {
        padding-right: 8rem !important
    }

    [dir] .m-xs-md-n1 {
        margin: -.25rem !important
    }

    [dir] .mt-xs-md-n1, [dir] .my-xs-md-n1 {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-xs-md-n1, [dir=ltr] .mx-xs-md-n1 {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-xs-md-n1, [dir=rtl] .mx-xs-md-n1 {
        margin-left: -.25rem !important
    }

    [dir] .mb-xs-md-n1, [dir] .my-xs-md-n1 {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-xs-md-n1, [dir=ltr] .mx-xs-md-n1 {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-xs-md-n1, [dir=rtl] .mx-xs-md-n1 {
        margin-right: -.25rem !important
    }

    [dir] .m-xs-md-n2 {
        margin: -.5rem !important
    }

    [dir] .mt-xs-md-n2, [dir] .my-xs-md-n2 {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-xs-md-n2, [dir=ltr] .mx-xs-md-n2 {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-xs-md-n2, [dir=rtl] .mx-xs-md-n2 {
        margin-left: -.5rem !important
    }

    [dir] .mb-xs-md-n2, [dir] .my-xs-md-n2 {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-xs-md-n2, [dir=ltr] .mx-xs-md-n2 {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-xs-md-n2, [dir=rtl] .mx-xs-md-n2 {
        margin-right: -.5rem !important
    }

    [dir] .m-xs-md-n3 {
        margin: -1rem !important
    }

    [dir] .mt-xs-md-n3, [dir] .my-xs-md-n3 {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-xs-md-n3, [dir=ltr] .mx-xs-md-n3 {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-xs-md-n3, [dir=rtl] .mx-xs-md-n3 {
        margin-left: -1rem !important
    }

    [dir] .mb-xs-md-n3, [dir] .my-xs-md-n3 {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-xs-md-n3, [dir=ltr] .mx-xs-md-n3 {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-xs-md-n3, [dir=rtl] .mx-xs-md-n3 {
        margin-right: -1rem !important
    }

    [dir] .m-xs-md-n4 {
        margin: -1.5rem !important
    }

    [dir] .mt-xs-md-n4, [dir] .my-xs-md-n4 {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-xs-md-n4, [dir=ltr] .mx-xs-md-n4 {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-xs-md-n4, [dir=rtl] .mx-xs-md-n4 {
        margin-left: -1.5rem !important
    }

    [dir] .mb-xs-md-n4, [dir] .my-xs-md-n4 {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-xs-md-n4, [dir=ltr] .mx-xs-md-n4 {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-xs-md-n4, [dir=rtl] .mx-xs-md-n4 {
        margin-right: -1.5rem !important
    }

    [dir] .m-xs-md-n5 {
        margin: -3rem !important
    }

    [dir] .mt-xs-md-n5, [dir] .my-xs-md-n5 {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-xs-md-n5, [dir=ltr] .mx-xs-md-n5 {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-xs-md-n5, [dir=rtl] .mx-xs-md-n5 {
        margin-left: -3rem !important
    }

    [dir] .mb-xs-md-n5, [dir] .my-xs-md-n5 {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-xs-md-n5, [dir=ltr] .mx-xs-md-n5 {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-xs-md-n5, [dir=rtl] .mx-xs-md-n5 {
        margin-right: -3rem !important
    }

    [dir] .m-xs-md-n4pt {
        margin: -.25rem !important
    }

    [dir] .mt-xs-md-n4pt, [dir] .my-xs-md-n4pt {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-xs-md-n4pt, [dir=ltr] .mx-xs-md-n4pt {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-xs-md-n4pt, [dir=rtl] .mx-xs-md-n4pt {
        margin-left: -.25rem !important
    }

    [dir] .mb-xs-md-n4pt, [dir] .my-xs-md-n4pt {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-xs-md-n4pt, [dir=ltr] .mx-xs-md-n4pt {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-xs-md-n4pt, [dir=rtl] .mx-xs-md-n4pt {
        margin-right: -.25rem !important
    }

    [dir] .m-xs-md-n8pt {
        margin: -.5rem !important
    }

    [dir] .mt-xs-md-n8pt, [dir] .my-xs-md-n8pt {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-xs-md-n8pt, [dir=ltr] .mx-xs-md-n8pt {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-xs-md-n8pt, [dir=rtl] .mx-xs-md-n8pt {
        margin-left: -.5rem !important
    }

    [dir] .mb-xs-md-n8pt, [dir] .my-xs-md-n8pt {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-xs-md-n8pt, [dir=ltr] .mx-xs-md-n8pt {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-xs-md-n8pt, [dir=rtl] .mx-xs-md-n8pt {
        margin-right: -.5rem !important
    }

    [dir] .m-xs-md-n12pt {
        margin: -.75rem !important
    }

    [dir] .mt-xs-md-n12pt, [dir] .my-xs-md-n12pt {
        margin-top: -.75rem !important
    }

    [dir=ltr] .mr-xs-md-n12pt, [dir=ltr] .mx-xs-md-n12pt {
        margin-right: -.75rem !important
    }

    [dir=rtl] .mr-xs-md-n12pt, [dir=rtl] .mx-xs-md-n12pt {
        margin-left: -.75rem !important
    }

    [dir] .mb-xs-md-n12pt, [dir] .my-xs-md-n12pt {
        margin-bottom: -.75rem !important
    }

    [dir=ltr] .ml-xs-md-n12pt, [dir=ltr] .mx-xs-md-n12pt {
        margin-left: -.75rem !important
    }

    [dir=rtl] .ml-xs-md-n12pt, [dir=rtl] .mx-xs-md-n12pt {
        margin-right: -.75rem !important
    }

    [dir] .m-xs-md-n16pt {
        margin: -1rem !important
    }

    [dir] .mt-xs-md-n16pt, [dir] .my-xs-md-n16pt {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-xs-md-n16pt, [dir=ltr] .mx-xs-md-n16pt {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-xs-md-n16pt, [dir=rtl] .mx-xs-md-n16pt {
        margin-left: -1rem !important
    }

    [dir] .mb-xs-md-n16pt, [dir] .my-xs-md-n16pt {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-xs-md-n16pt, [dir=ltr] .mx-xs-md-n16pt {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-xs-md-n16pt, [dir=rtl] .mx-xs-md-n16pt {
        margin-right: -1rem !important
    }

    [dir] .m-xs-md-n20pt {
        margin: -1.25rem !important
    }

    [dir] .mt-xs-md-n20pt, [dir] .my-xs-md-n20pt {
        margin-top: -1.25rem !important
    }

    [dir=ltr] .mr-xs-md-n20pt, [dir=ltr] .mx-xs-md-n20pt {
        margin-right: -1.25rem !important
    }

    [dir=rtl] .mr-xs-md-n20pt, [dir=rtl] .mx-xs-md-n20pt {
        margin-left: -1.25rem !important
    }

    [dir] .mb-xs-md-n20pt, [dir] .my-xs-md-n20pt {
        margin-bottom: -1.25rem !important
    }

    [dir=ltr] .ml-xs-md-n20pt, [dir=ltr] .mx-xs-md-n20pt {
        margin-left: -1.25rem !important
    }

    [dir=rtl] .ml-xs-md-n20pt, [dir=rtl] .mx-xs-md-n20pt {
        margin-right: -1.25rem !important
    }

    [dir] .m-xs-md-n24pt {
        margin: -1.5rem !important
    }

    [dir] .mt-xs-md-n24pt, [dir] .my-xs-md-n24pt {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-xs-md-n24pt, [dir=ltr] .mx-xs-md-n24pt {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-xs-md-n24pt, [dir=rtl] .mx-xs-md-n24pt {
        margin-left: -1.5rem !important
    }

    [dir] .mb-xs-md-n24pt, [dir] .my-xs-md-n24pt {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-xs-md-n24pt, [dir=ltr] .mx-xs-md-n24pt {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-xs-md-n24pt, [dir=rtl] .mx-xs-md-n24pt {
        margin-right: -1.5rem !important
    }

    [dir] .m-xs-md-n32pt {
        margin: -2rem !important
    }

    [dir] .mt-xs-md-n32pt, [dir] .my-xs-md-n32pt {
        margin-top: -2rem !important
    }

    [dir=ltr] .mr-xs-md-n32pt, [dir=ltr] .mx-xs-md-n32pt {
        margin-right: -2rem !important
    }

    [dir=rtl] .mr-xs-md-n32pt, [dir=rtl] .mx-xs-md-n32pt {
        margin-left: -2rem !important
    }

    [dir] .mb-xs-md-n32pt, [dir] .my-xs-md-n32pt {
        margin-bottom: -2rem !important
    }

    [dir=ltr] .ml-xs-md-n32pt, [dir=ltr] .mx-xs-md-n32pt {
        margin-left: -2rem !important
    }

    [dir=rtl] .ml-xs-md-n32pt, [dir=rtl] .mx-xs-md-n32pt {
        margin-right: -2rem !important
    }

    [dir] .m-xs-md-n40pt {
        margin: -2.5rem !important
    }

    [dir] .mt-xs-md-n40pt, [dir] .my-xs-md-n40pt {
        margin-top: -2.5rem !important
    }

    [dir=ltr] .mr-xs-md-n40pt, [dir=ltr] .mx-xs-md-n40pt {
        margin-right: -2.5rem !important
    }

    [dir=rtl] .mr-xs-md-n40pt, [dir=rtl] .mx-xs-md-n40pt {
        margin-left: -2.5rem !important
    }

    [dir] .mb-xs-md-n40pt, [dir] .my-xs-md-n40pt {
        margin-bottom: -2.5rem !important
    }

    [dir=ltr] .ml-xs-md-n40pt, [dir=ltr] .mx-xs-md-n40pt {
        margin-left: -2.5rem !important
    }

    [dir=rtl] .ml-xs-md-n40pt, [dir=rtl] .mx-xs-md-n40pt {
        margin-right: -2.5rem !important
    }

    [dir] .m-xs-md-n44pt {
        margin: -2.75rem !important
    }

    [dir] .mt-xs-md-n44pt, [dir] .my-xs-md-n44pt {
        margin-top: -2.75rem !important
    }

    [dir=ltr] .mr-xs-md-n44pt, [dir=ltr] .mx-xs-md-n44pt {
        margin-right: -2.75rem !important
    }

    [dir=rtl] .mr-xs-md-n44pt, [dir=rtl] .mx-xs-md-n44pt {
        margin-left: -2.75rem !important
    }

    [dir] .mb-xs-md-n44pt, [dir] .my-xs-md-n44pt {
        margin-bottom: -2.75rem !important
    }

    [dir=ltr] .ml-xs-md-n44pt, [dir=ltr] .mx-xs-md-n44pt {
        margin-left: -2.75rem !important
    }

    [dir=rtl] .ml-xs-md-n44pt, [dir=rtl] .mx-xs-md-n44pt {
        margin-right: -2.75rem !important
    }

    [dir] .m-xs-md-n48pt {
        margin: -3rem !important
    }

    [dir] .mt-xs-md-n48pt, [dir] .my-xs-md-n48pt {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-xs-md-n48pt, [dir=ltr] .mx-xs-md-n48pt {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-xs-md-n48pt, [dir=rtl] .mx-xs-md-n48pt {
        margin-left: -3rem !important
    }

    [dir] .mb-xs-md-n48pt, [dir] .my-xs-md-n48pt {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-xs-md-n48pt, [dir=ltr] .mx-xs-md-n48pt {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-xs-md-n48pt, [dir=rtl] .mx-xs-md-n48pt {
        margin-right: -3rem !important
    }

    [dir] .m-xs-md-n64pt {
        margin: -4rem !important
    }

    [dir] .mt-xs-md-n64pt, [dir] .my-xs-md-n64pt {
        margin-top: -4rem !important
    }

    [dir=ltr] .mr-xs-md-n64pt, [dir=ltr] .mx-xs-md-n64pt {
        margin-right: -4rem !important
    }

    [dir=rtl] .mr-xs-md-n64pt, [dir=rtl] .mx-xs-md-n64pt {
        margin-left: -4rem !important
    }

    [dir] .mb-xs-md-n64pt, [dir] .my-xs-md-n64pt {
        margin-bottom: -4rem !important
    }

    [dir=ltr] .ml-xs-md-n64pt, [dir=ltr] .mx-xs-md-n64pt {
        margin-left: -4rem !important
    }

    [dir=rtl] .ml-xs-md-n64pt, [dir=rtl] .mx-xs-md-n64pt {
        margin-right: -4rem !important
    }

    [dir] .m-xs-md-n112pt {
        margin: -7rem !important
    }

    [dir] .mt-xs-md-n112pt, [dir] .my-xs-md-n112pt {
        margin-top: -7rem !important
    }

    [dir=ltr] .mr-xs-md-n112pt, [dir=ltr] .mx-xs-md-n112pt {
        margin-right: -7rem !important
    }

    [dir=rtl] .mr-xs-md-n112pt, [dir=rtl] .mx-xs-md-n112pt {
        margin-left: -7rem !important
    }

    [dir] .mb-xs-md-n112pt, [dir] .my-xs-md-n112pt {
        margin-bottom: -7rem !important
    }

    [dir=ltr] .ml-xs-md-n112pt, [dir=ltr] .mx-xs-md-n112pt {
        margin-left: -7rem !important
    }

    [dir=rtl] .ml-xs-md-n112pt, [dir=rtl] .mx-xs-md-n112pt {
        margin-right: -7rem !important
    }

    [dir] .m-xs-md-n128pt {
        margin: -8rem !important
    }

    [dir] .mt-xs-md-n128pt, [dir] .my-xs-md-n128pt {
        margin-top: -8rem !important
    }

    [dir=ltr] .mr-xs-md-n128pt, [dir=ltr] .mx-xs-md-n128pt {
        margin-right: -8rem !important
    }

    [dir=rtl] .mr-xs-md-n128pt, [dir=rtl] .mx-xs-md-n128pt {
        margin-left: -8rem !important
    }

    [dir] .mb-xs-md-n128pt, [dir] .my-xs-md-n128pt {
        margin-bottom: -8rem !important
    }

    [dir=ltr] .ml-xs-md-n128pt, [dir=ltr] .mx-xs-md-n128pt {
        margin-left: -8rem !important
    }

    [dir=rtl] .ml-xs-md-n128pt, [dir=rtl] .mx-xs-md-n128pt {
        margin-right: -8rem !important
    }

    [dir] .m-xs-md-auto {
        margin: auto !important
    }

    [dir] .mt-xs-md-auto, [dir] .my-xs-md-auto {
        margin-top: auto !important
    }

    [dir=ltr] .mr-xs-md-auto, [dir=ltr] .mx-xs-md-auto {
        margin-right: auto !important
    }

    [dir=rtl] .mr-xs-md-auto, [dir=rtl] .mx-xs-md-auto {
        margin-left: auto !important
    }

    [dir] .mb-xs-md-auto, [dir] .my-xs-md-auto {
        margin-bottom: auto !important
    }

    [dir=ltr] .ml-xs-md-auto, [dir=ltr] .mx-xs-md-auto {
        margin-left: auto !important
    }

    [dir=rtl] .ml-xs-md-auto, [dir=rtl] .mx-xs-md-auto {
        margin-right: auto !important
    }
}

@media (min-width:413px) {
    [dir] .m-xs-plus-0 {
        margin: 0 !important
    }

    [dir] .mt-xs-plus-0, [dir] .my-xs-plus-0 {
        margin-top: 0 !important
    }

    [dir=ltr] .mr-xs-plus-0, [dir=ltr] .mx-xs-plus-0 {
        margin-right: 0 !important
    }

    [dir=rtl] .mr-xs-plus-0, [dir=rtl] .mx-xs-plus-0 {
        margin-left: 0 !important
    }

    [dir] .mb-xs-plus-0, [dir] .my-xs-plus-0 {
        margin-bottom: 0 !important
    }

    [dir=ltr] .ml-xs-plus-0, [dir=ltr] .mx-xs-plus-0 {
        margin-left: 0 !important
    }

    [dir=rtl] .ml-xs-plus-0, [dir=rtl] .mx-xs-plus-0 {
        margin-right: 0 !important
    }

    [dir] .m-xs-plus-1 {
        margin: .25rem !important
    }

    [dir] .mt-xs-plus-1, [dir] .my-xs-plus-1 {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-xs-plus-1, [dir=ltr] .mx-xs-plus-1 {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-xs-plus-1, [dir=rtl] .mx-xs-plus-1 {
        margin-left: .25rem !important
    }

    [dir] .mb-xs-plus-1, [dir] .my-xs-plus-1 {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-xs-plus-1, [dir=ltr] .mx-xs-plus-1 {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-xs-plus-1, [dir=rtl] .mx-xs-plus-1 {
        margin-right: .25rem !important
    }

    [dir] .m-xs-plus-2 {
        margin: .5rem !important
    }

    [dir] .mt-xs-plus-2, [dir] .my-xs-plus-2 {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-xs-plus-2, [dir=ltr] .mx-xs-plus-2 {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-xs-plus-2, [dir=rtl] .mx-xs-plus-2 {
        margin-left: .5rem !important
    }

    [dir] .mb-xs-plus-2, [dir] .my-xs-plus-2 {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-xs-plus-2, [dir=ltr] .mx-xs-plus-2 {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-xs-plus-2, [dir=rtl] .mx-xs-plus-2 {
        margin-right: .5rem !important
    }

    [dir] .m-xs-plus-3 {
        margin: 1rem !important
    }

    [dir] .mt-xs-plus-3, [dir] .my-xs-plus-3 {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-xs-plus-3, [dir=ltr] .mx-xs-plus-3 {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-xs-plus-3, [dir=rtl] .mx-xs-plus-3 {
        margin-left: 1rem !important
    }

    [dir] .mb-xs-plus-3, [dir] .my-xs-plus-3 {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-xs-plus-3, [dir=ltr] .mx-xs-plus-3 {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-xs-plus-3, [dir=rtl] .mx-xs-plus-3 {
        margin-right: 1rem !important
    }

    [dir] .m-xs-plus-4 {
        margin: 1.5rem !important
    }

    [dir] .mt-xs-plus-4, [dir] .my-xs-plus-4 {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-xs-plus-4, [dir=ltr] .mx-xs-plus-4 {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-xs-plus-4, [dir=rtl] .mx-xs-plus-4 {
        margin-left: 1.5rem !important
    }

    [dir] .mb-xs-plus-4, [dir] .my-xs-plus-4 {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-xs-plus-4, [dir=ltr] .mx-xs-plus-4 {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-xs-plus-4, [dir=rtl] .mx-xs-plus-4 {
        margin-right: 1.5rem !important
    }

    [dir] .m-xs-plus-5 {
        margin: 3rem !important
    }

    [dir] .mt-xs-plus-5, [dir] .my-xs-plus-5 {
        margin-top: 3rem !important
    }

    [dir=ltr] .mr-xs-plus-5, [dir=ltr] .mx-xs-plus-5 {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-xs-plus-5, [dir=rtl] .mx-xs-plus-5 {
        margin-left: 3rem !important
    }

    [dir] .mb-xs-plus-5, [dir] .my-xs-plus-5 {
        margin-bottom: 3rem !important
    }

    [dir=ltr] .ml-xs-plus-5, [dir=ltr] .mx-xs-plus-5 {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-xs-plus-5, [dir=rtl] .mx-xs-plus-5 {
        margin-right: 3rem !important
    }

    [dir] .m-xs-plus-4pt {
        margin: .25rem !important
    }

    [dir] .mt-xs-plus-4pt, [dir] .my-xs-plus-4pt {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-xs-plus-4pt, [dir=ltr] .mx-xs-plus-4pt {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-xs-plus-4pt, [dir=rtl] .mx-xs-plus-4pt {
        margin-left: .25rem !important
    }

    [dir] .mb-xs-plus-4pt, [dir] .my-xs-plus-4pt {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-xs-plus-4pt, [dir=ltr] .mx-xs-plus-4pt {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-xs-plus-4pt, [dir=rtl] .mx-xs-plus-4pt {
        margin-right: .25rem !important
    }

    [dir] .m-xs-plus-8pt {
        margin: .5rem !important
    }

    [dir] .mt-xs-plus-8pt, [dir] .my-xs-plus-8pt {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-xs-plus-8pt, [dir=ltr] .mx-xs-plus-8pt {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-xs-plus-8pt, [dir=rtl] .mx-xs-plus-8pt {
        margin-left: .5rem !important
    }

    [dir] .mb-xs-plus-8pt, [dir] .my-xs-plus-8pt {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-xs-plus-8pt, [dir=ltr] .mx-xs-plus-8pt {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-xs-plus-8pt, [dir=rtl] .mx-xs-plus-8pt {
        margin-right: .5rem !important
    }

    [dir] .m-xs-plus-12pt {
        margin: .75rem !important
    }

    [dir] .mt-xs-plus-12pt, [dir] .my-xs-plus-12pt {
        margin-top: .75rem !important
    }

    [dir=ltr] .mr-xs-plus-12pt, [dir=ltr] .mx-xs-plus-12pt {
        margin-right: .75rem !important
    }

    [dir=rtl] .mr-xs-plus-12pt, [dir=rtl] .mx-xs-plus-12pt {
        margin-left: .75rem !important
    }

    [dir] .mb-xs-plus-12pt, [dir] .my-xs-plus-12pt {
        margin-bottom: .75rem !important
    }

    [dir=ltr] .ml-xs-plus-12pt, [dir=ltr] .mx-xs-plus-12pt {
        margin-left: .75rem !important
    }

    [dir=rtl] .ml-xs-plus-12pt, [dir=rtl] .mx-xs-plus-12pt {
        margin-right: .75rem !important
    }

    [dir] .m-xs-plus-16pt {
        margin: 1rem !important
    }

    [dir] .mt-xs-plus-16pt, [dir] .my-xs-plus-16pt {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-xs-plus-16pt, [dir=ltr] .mx-xs-plus-16pt {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-xs-plus-16pt, [dir=rtl] .mx-xs-plus-16pt {
        margin-left: 1rem !important
    }

    [dir] .mb-xs-plus-16pt, [dir] .my-xs-plus-16pt {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-xs-plus-16pt, [dir=ltr] .mx-xs-plus-16pt {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-xs-plus-16pt, [dir=rtl] .mx-xs-plus-16pt {
        margin-right: 1rem !important
    }

    [dir] .m-xs-plus-20pt {
        margin: 1.25rem !important
    }

    [dir] .mt-xs-plus-20pt, [dir] .my-xs-plus-20pt {
        margin-top: 1.25rem !important
    }

    [dir=ltr] .mr-xs-plus-20pt, [dir=ltr] .mx-xs-plus-20pt {
        margin-right: 1.25rem !important
    }

    [dir=rtl] .mr-xs-plus-20pt, [dir=rtl] .mx-xs-plus-20pt {
        margin-left: 1.25rem !important
    }

    [dir] .mb-xs-plus-20pt, [dir] .my-xs-plus-20pt {
        margin-bottom: 1.25rem !important
    }

    [dir=ltr] .ml-xs-plus-20pt, [dir=ltr] .mx-xs-plus-20pt {
        margin-left: 1.25rem !important
    }

    [dir=rtl] .ml-xs-plus-20pt, [dir=rtl] .mx-xs-plus-20pt {
        margin-right: 1.25rem !important
    }

    [dir] .m-xs-plus-24pt {
        margin: 1.5rem !important
    }

    [dir] .mt-xs-plus-24pt, [dir] .my-xs-plus-24pt {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-xs-plus-24pt, [dir=ltr] .mx-xs-plus-24pt {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-xs-plus-24pt, [dir=rtl] .mx-xs-plus-24pt {
        margin-left: 1.5rem !important
    }

    [dir] .mb-xs-plus-24pt, [dir] .my-xs-plus-24pt {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-xs-plus-24pt, [dir=ltr] .mx-xs-plus-24pt {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-xs-plus-24pt, [dir=rtl] .mx-xs-plus-24pt {
        margin-right: 1.5rem !important
    }

    [dir] .m-xs-plus-32pt {
        margin: 2rem !important
    }

    [dir] .mt-xs-plus-32pt, [dir] .my-xs-plus-32pt {
        margin-top: 2rem !important
    }

    [dir=ltr] .mr-xs-plus-32pt, [dir=ltr] .mx-xs-plus-32pt {
        margin-right: 2rem !important
    }

    [dir=rtl] .mr-xs-plus-32pt, [dir=rtl] .mx-xs-plus-32pt {
        margin-left: 2rem !important
    }

    [dir] .mb-xs-plus-32pt, [dir] .my-xs-plus-32pt {
        margin-bottom: 2rem !important
    }

    [dir=ltr] .ml-xs-plus-32pt, [dir=ltr] .mx-xs-plus-32pt {
        margin-left: 2rem !important
    }

    [dir=rtl] .ml-xs-plus-32pt, [dir=rtl] .mx-xs-plus-32pt {
        margin-right: 2rem !important
    }

    [dir] .m-xs-plus-40pt {
        margin: 2.5rem !important
    }

    [dir] .mt-xs-plus-40pt, [dir] .my-xs-plus-40pt {
        margin-top: 2.5rem !important
    }

    [dir=ltr] .mr-xs-plus-40pt, [dir=ltr] .mx-xs-plus-40pt {
        margin-right: 2.5rem !important
    }

    [dir=rtl] .mr-xs-plus-40pt, [dir=rtl] .mx-xs-plus-40pt {
        margin-left: 2.5rem !important
    }

    [dir] .mb-xs-plus-40pt, [dir] .my-xs-plus-40pt {
        margin-bottom: 2.5rem !important
    }

    [dir=ltr] .ml-xs-plus-40pt, [dir=ltr] .mx-xs-plus-40pt {
        margin-left: 2.5rem !important
    }

    [dir=rtl] .ml-xs-plus-40pt, [dir=rtl] .mx-xs-plus-40pt {
        margin-right: 2.5rem !important
    }

    [dir] .m-xs-plus-44pt {
        margin: 2.75rem !important
    }

    [dir] .mt-xs-plus-44pt, [dir] .my-xs-plus-44pt {
        margin-top: 2.75rem !important
    }

    [dir=ltr] .mr-xs-plus-44pt, [dir=ltr] .mx-xs-plus-44pt {
        margin-right: 2.75rem !important
    }

    [dir=rtl] .mr-xs-plus-44pt, [dir=rtl] .mx-xs-plus-44pt {
        margin-left: 2.75rem !important
    }

    [dir] .mb-xs-plus-44pt, [dir] .my-xs-plus-44pt {
        margin-bottom: 2.75rem !important
    }

    [dir=ltr] .ml-xs-plus-44pt, [dir=ltr] .mx-xs-plus-44pt {
        margin-left: 2.75rem !important
    }

    [dir=rtl] .ml-xs-plus-44pt, [dir=rtl] .mx-xs-plus-44pt {
        margin-right: 2.75rem !important
    }

    [dir] .m-xs-plus-48pt {
        margin: 3rem !important
    }

    [dir] .mt-xs-plus-48pt, [dir] .my-xs-plus-48pt {
        margin-top: 3rem !important
    }

    [dir=ltr] .mr-xs-plus-48pt, [dir=ltr] .mx-xs-plus-48pt {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-xs-plus-48pt, [dir=rtl] .mx-xs-plus-48pt {
        margin-left: 3rem !important
    }

    [dir] .mb-xs-plus-48pt, [dir] .my-xs-plus-48pt {
        margin-bottom: 3rem !important
    }

    [dir=ltr] .ml-xs-plus-48pt, [dir=ltr] .mx-xs-plus-48pt {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-xs-plus-48pt, [dir=rtl] .mx-xs-plus-48pt {
        margin-right: 3rem !important
    }

    [dir] .m-xs-plus-64pt {
        margin: 4rem !important
    }

    [dir] .mt-xs-plus-64pt, [dir] .my-xs-plus-64pt {
        margin-top: 4rem !important
    }

    [dir=ltr] .mr-xs-plus-64pt, [dir=ltr] .mx-xs-plus-64pt {
        margin-right: 4rem !important
    }

    [dir=rtl] .mr-xs-plus-64pt, [dir=rtl] .mx-xs-plus-64pt {
        margin-left: 4rem !important
    }

    [dir] .mb-xs-plus-64pt, [dir] .my-xs-plus-64pt {
        margin-bottom: 4rem !important
    }

    [dir=ltr] .ml-xs-plus-64pt, [dir=ltr] .mx-xs-plus-64pt {
        margin-left: 4rem !important
    }

    [dir=rtl] .ml-xs-plus-64pt, [dir=rtl] .mx-xs-plus-64pt {
        margin-right: 4rem !important
    }

    [dir] .m-xs-plus-112pt {
        margin: 7rem !important
    }

    [dir] .mt-xs-plus-112pt, [dir] .my-xs-plus-112pt {
        margin-top: 7rem !important
    }

    [dir=ltr] .mr-xs-plus-112pt, [dir=ltr] .mx-xs-plus-112pt {
        margin-right: 7rem !important
    }

    [dir=rtl] .mr-xs-plus-112pt, [dir=rtl] .mx-xs-plus-112pt {
        margin-left: 7rem !important
    }

    [dir] .mb-xs-plus-112pt, [dir] .my-xs-plus-112pt {
        margin-bottom: 7rem !important
    }

    [dir=ltr] .ml-xs-plus-112pt, [dir=ltr] .mx-xs-plus-112pt {
        margin-left: 7rem !important
    }

    [dir=rtl] .ml-xs-plus-112pt, [dir=rtl] .mx-xs-plus-112pt {
        margin-right: 7rem !important
    }

    [dir] .m-xs-plus-128pt {
        margin: 8rem !important
    }

    [dir] .mt-xs-plus-128pt, [dir] .my-xs-plus-128pt {
        margin-top: 8rem !important
    }

    [dir=ltr] .mr-xs-plus-128pt, [dir=ltr] .mx-xs-plus-128pt {
        margin-right: 8rem !important
    }

    [dir=rtl] .mr-xs-plus-128pt, [dir=rtl] .mx-xs-plus-128pt {
        margin-left: 8rem !important
    }

    [dir] .mb-xs-plus-128pt, [dir] .my-xs-plus-128pt {
        margin-bottom: 8rem !important
    }

    [dir=ltr] .ml-xs-plus-128pt, [dir=ltr] .mx-xs-plus-128pt {
        margin-left: 8rem !important
    }

    [dir=rtl] .ml-xs-plus-128pt, [dir=rtl] .mx-xs-plus-128pt {
        margin-right: 8rem !important
    }

    [dir] .p-xs-plus-0 {
        padding: 0 !important
    }

    [dir] .pt-xs-plus-0, [dir] .py-xs-plus-0 {
        padding-top: 0 !important
    }

    [dir=ltr] .pr-xs-plus-0, [dir=ltr] .px-xs-plus-0 {
        padding-right: 0 !important
    }

    [dir=rtl] .pr-xs-plus-0, [dir=rtl] .px-xs-plus-0 {
        padding-left: 0 !important
    }

    [dir] .pb-xs-plus-0, [dir] .py-xs-plus-0 {
        padding-bottom: 0 !important
    }

    [dir=ltr] .pl-xs-plus-0, [dir=ltr] .px-xs-plus-0 {
        padding-left: 0 !important
    }

    [dir=rtl] .pl-xs-plus-0, [dir=rtl] .px-xs-plus-0 {
        padding-right: 0 !important
    }

    [dir] .p-xs-plus-1 {
        padding: .25rem !important
    }

    [dir] .pt-xs-plus-1, [dir] .py-xs-plus-1 {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-xs-plus-1, [dir=ltr] .px-xs-plus-1 {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-xs-plus-1, [dir=rtl] .px-xs-plus-1 {
        padding-left: .25rem !important
    }

    [dir] .pb-xs-plus-1, [dir] .py-xs-plus-1 {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-xs-plus-1, [dir=ltr] .px-xs-plus-1 {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-xs-plus-1, [dir=rtl] .px-xs-plus-1 {
        padding-right: .25rem !important
    }

    [dir] .p-xs-plus-2 {
        padding: .5rem !important
    }

    [dir] .pt-xs-plus-2, [dir] .py-xs-plus-2 {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-xs-plus-2, [dir=ltr] .px-xs-plus-2 {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-xs-plus-2, [dir=rtl] .px-xs-plus-2 {
        padding-left: .5rem !important
    }

    [dir] .pb-xs-plus-2, [dir] .py-xs-plus-2 {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-xs-plus-2, [dir=ltr] .px-xs-plus-2 {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-xs-plus-2, [dir=rtl] .px-xs-plus-2 {
        padding-right: .5rem !important
    }

    [dir] .p-xs-plus-3 {
        padding: 1rem !important
    }

    [dir] .pt-xs-plus-3, [dir] .py-xs-plus-3 {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-xs-plus-3, [dir=ltr] .px-xs-plus-3 {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-xs-plus-3, [dir=rtl] .px-xs-plus-3 {
        padding-left: 1rem !important
    }

    [dir] .pb-xs-plus-3, [dir] .py-xs-plus-3 {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-xs-plus-3, [dir=ltr] .px-xs-plus-3 {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-xs-plus-3, [dir=rtl] .px-xs-plus-3 {
        padding-right: 1rem !important
    }

    [dir] .p-xs-plus-4 {
        padding: 1.5rem !important
    }

    [dir] .pt-xs-plus-4, [dir] .py-xs-plus-4 {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-xs-plus-4, [dir=ltr] .px-xs-plus-4 {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-xs-plus-4, [dir=rtl] .px-xs-plus-4 {
        padding-left: 1.5rem !important
    }

    [dir] .pb-xs-plus-4, [dir] .py-xs-plus-4 {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-xs-plus-4, [dir=ltr] .px-xs-plus-4 {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-xs-plus-4, [dir=rtl] .px-xs-plus-4 {
        padding-right: 1.5rem !important
    }

    [dir] .p-xs-plus-5 {
        padding: 3rem !important
    }

    [dir] .pt-xs-plus-5, [dir] .py-xs-plus-5 {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-xs-plus-5, [dir=ltr] .px-xs-plus-5 {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-xs-plus-5, [dir=rtl] .px-xs-plus-5 {
        padding-left: 3rem !important
    }

    [dir] .pb-xs-plus-5, [dir] .py-xs-plus-5 {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-xs-plus-5, [dir=ltr] .px-xs-plus-5 {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-xs-plus-5, [dir=rtl] .px-xs-plus-5 {
        padding-right: 3rem !important
    }

    [dir] .p-xs-plus-4pt {
        padding: .25rem !important
    }

    [dir] .pt-xs-plus-4pt, [dir] .py-xs-plus-4pt {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-xs-plus-4pt, [dir=ltr] .px-xs-plus-4pt {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-xs-plus-4pt, [dir=rtl] .px-xs-plus-4pt {
        padding-left: .25rem !important
    }

    [dir] .pb-xs-plus-4pt, [dir] .py-xs-plus-4pt {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-xs-plus-4pt, [dir=ltr] .px-xs-plus-4pt {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-xs-plus-4pt, [dir=rtl] .px-xs-plus-4pt {
        padding-right: .25rem !important
    }

    [dir] .p-xs-plus-8pt {
        padding: .5rem !important
    }

    [dir] .pt-xs-plus-8pt, [dir] .py-xs-plus-8pt {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-xs-plus-8pt, [dir=ltr] .px-xs-plus-8pt {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-xs-plus-8pt, [dir=rtl] .px-xs-plus-8pt {
        padding-left: .5rem !important
    }

    [dir] .pb-xs-plus-8pt, [dir] .py-xs-plus-8pt {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-xs-plus-8pt, [dir=ltr] .px-xs-plus-8pt {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-xs-plus-8pt, [dir=rtl] .px-xs-plus-8pt {
        padding-right: .5rem !important
    }

    [dir] .p-xs-plus-12pt {
        padding: .75rem !important
    }

    [dir] .pt-xs-plus-12pt, [dir] .py-xs-plus-12pt {
        padding-top: .75rem !important
    }

    [dir=ltr] .pr-xs-plus-12pt, [dir=ltr] .px-xs-plus-12pt {
        padding-right: .75rem !important
    }

    [dir=rtl] .pr-xs-plus-12pt, [dir=rtl] .px-xs-plus-12pt {
        padding-left: .75rem !important
    }

    [dir] .pb-xs-plus-12pt, [dir] .py-xs-plus-12pt {
        padding-bottom: .75rem !important
    }

    [dir=ltr] .pl-xs-plus-12pt, [dir=ltr] .px-xs-plus-12pt {
        padding-left: .75rem !important
    }

    [dir=rtl] .pl-xs-plus-12pt, [dir=rtl] .px-xs-plus-12pt {
        padding-right: .75rem !important
    }

    [dir] .p-xs-plus-16pt {
        padding: 1rem !important
    }

    [dir] .pt-xs-plus-16pt, [dir] .py-xs-plus-16pt {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-xs-plus-16pt, [dir=ltr] .px-xs-plus-16pt {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-xs-plus-16pt, [dir=rtl] .px-xs-plus-16pt {
        padding-left: 1rem !important
    }

    [dir] .pb-xs-plus-16pt, [dir] .py-xs-plus-16pt {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-xs-plus-16pt, [dir=ltr] .px-xs-plus-16pt {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-xs-plus-16pt, [dir=rtl] .px-xs-plus-16pt {
        padding-right: 1rem !important
    }

    [dir] .p-xs-plus-20pt {
        padding: 1.25rem !important
    }

    [dir] .pt-xs-plus-20pt, [dir] .py-xs-plus-20pt {
        padding-top: 1.25rem !important
    }

    [dir=ltr] .pr-xs-plus-20pt, [dir=ltr] .px-xs-plus-20pt {
        padding-right: 1.25rem !important
    }

    [dir=rtl] .pr-xs-plus-20pt, [dir=rtl] .px-xs-plus-20pt {
        padding-left: 1.25rem !important
    }

    [dir] .pb-xs-plus-20pt, [dir] .py-xs-plus-20pt {
        padding-bottom: 1.25rem !important
    }

    [dir=ltr] .pl-xs-plus-20pt, [dir=ltr] .px-xs-plus-20pt {
        padding-left: 1.25rem !important
    }

    [dir=rtl] .pl-xs-plus-20pt, [dir=rtl] .px-xs-plus-20pt {
        padding-right: 1.25rem !important
    }

    [dir] .p-xs-plus-24pt {
        padding: 1.5rem !important
    }

    [dir] .pt-xs-plus-24pt, [dir] .py-xs-plus-24pt {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-xs-plus-24pt, [dir=ltr] .px-xs-plus-24pt {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-xs-plus-24pt, [dir=rtl] .px-xs-plus-24pt {
        padding-left: 1.5rem !important
    }

    [dir] .pb-xs-plus-24pt, [dir] .py-xs-plus-24pt {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-xs-plus-24pt, [dir=ltr] .px-xs-plus-24pt {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-xs-plus-24pt, [dir=rtl] .px-xs-plus-24pt {
        padding-right: 1.5rem !important
    }

    [dir] .p-xs-plus-32pt {
        padding: 2rem !important
    }

    [dir] .pt-xs-plus-32pt, [dir] .py-xs-plus-32pt {
        padding-top: 2rem !important
    }

    [dir=ltr] .pr-xs-plus-32pt, [dir=ltr] .px-xs-plus-32pt {
        padding-right: 2rem !important
    }

    [dir=rtl] .pr-xs-plus-32pt, [dir=rtl] .px-xs-plus-32pt {
        padding-left: 2rem !important
    }

    [dir] .pb-xs-plus-32pt, [dir] .py-xs-plus-32pt {
        padding-bottom: 2rem !important
    }

    [dir=ltr] .pl-xs-plus-32pt, [dir=ltr] .px-xs-plus-32pt {
        padding-left: 2rem !important
    }

    [dir=rtl] .pl-xs-plus-32pt, [dir=rtl] .px-xs-plus-32pt {
        padding-right: 2rem !important
    }

    [dir] .p-xs-plus-40pt {
        padding: 2.5rem !important
    }

    [dir] .pt-xs-plus-40pt, [dir] .py-xs-plus-40pt {
        padding-top: 2.5rem !important
    }

    [dir=ltr] .pr-xs-plus-40pt, [dir=ltr] .px-xs-plus-40pt {
        padding-right: 2.5rem !important
    }

    [dir=rtl] .pr-xs-plus-40pt, [dir=rtl] .px-xs-plus-40pt {
        padding-left: 2.5rem !important
    }

    [dir] .pb-xs-plus-40pt, [dir] .py-xs-plus-40pt {
        padding-bottom: 2.5rem !important
    }

    [dir=ltr] .pl-xs-plus-40pt, [dir=ltr] .px-xs-plus-40pt {
        padding-left: 2.5rem !important
    }

    [dir=rtl] .pl-xs-plus-40pt, [dir=rtl] .px-xs-plus-40pt {
        padding-right: 2.5rem !important
    }

    [dir] .p-xs-plus-44pt {
        padding: 2.75rem !important
    }

    [dir] .pt-xs-plus-44pt, [dir] .py-xs-plus-44pt {
        padding-top: 2.75rem !important
    }

    [dir=ltr] .pr-xs-plus-44pt, [dir=ltr] .px-xs-plus-44pt {
        padding-right: 2.75rem !important
    }

    [dir=rtl] .pr-xs-plus-44pt, [dir=rtl] .px-xs-plus-44pt {
        padding-left: 2.75rem !important
    }

    [dir] .pb-xs-plus-44pt, [dir] .py-xs-plus-44pt {
        padding-bottom: 2.75rem !important
    }

    [dir=ltr] .pl-xs-plus-44pt, [dir=ltr] .px-xs-plus-44pt {
        padding-left: 2.75rem !important
    }

    [dir=rtl] .pl-xs-plus-44pt, [dir=rtl] .px-xs-plus-44pt {
        padding-right: 2.75rem !important
    }

    [dir] .p-xs-plus-48pt {
        padding: 3rem !important
    }

    [dir] .pt-xs-plus-48pt, [dir] .py-xs-plus-48pt {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-xs-plus-48pt, [dir=ltr] .px-xs-plus-48pt {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-xs-plus-48pt, [dir=rtl] .px-xs-plus-48pt {
        padding-left: 3rem !important
    }

    [dir] .pb-xs-plus-48pt, [dir] .py-xs-plus-48pt {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-xs-plus-48pt, [dir=ltr] .px-xs-plus-48pt {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-xs-plus-48pt, [dir=rtl] .px-xs-plus-48pt {
        padding-right: 3rem !important
    }

    [dir] .p-xs-plus-64pt {
        padding: 4rem !important
    }

    [dir] .pt-xs-plus-64pt, [dir] .py-xs-plus-64pt {
        padding-top: 4rem !important
    }

    [dir=ltr] .pr-xs-plus-64pt, [dir=ltr] .px-xs-plus-64pt {
        padding-right: 4rem !important
    }

    [dir=rtl] .pr-xs-plus-64pt, [dir=rtl] .px-xs-plus-64pt {
        padding-left: 4rem !important
    }

    [dir] .pb-xs-plus-64pt, [dir] .py-xs-plus-64pt {
        padding-bottom: 4rem !important
    }

    [dir=ltr] .pl-xs-plus-64pt, [dir=ltr] .px-xs-plus-64pt {
        padding-left: 4rem !important
    }

    [dir=rtl] .pl-xs-plus-64pt, [dir=rtl] .px-xs-plus-64pt {
        padding-right: 4rem !important
    }

    [dir] .p-xs-plus-112pt {
        padding: 7rem !important
    }

    [dir] .pt-xs-plus-112pt, [dir] .py-xs-plus-112pt {
        padding-top: 7rem !important
    }

    [dir=ltr] .pr-xs-plus-112pt, [dir=ltr] .px-xs-plus-112pt {
        padding-right: 7rem !important
    }

    [dir=rtl] .pr-xs-plus-112pt, [dir=rtl] .px-xs-plus-112pt {
        padding-left: 7rem !important
    }

    [dir] .pb-xs-plus-112pt, [dir] .py-xs-plus-112pt {
        padding-bottom: 7rem !important
    }

    [dir=ltr] .pl-xs-plus-112pt, [dir=ltr] .px-xs-plus-112pt {
        padding-left: 7rem !important
    }

    [dir=rtl] .pl-xs-plus-112pt, [dir=rtl] .px-xs-plus-112pt {
        padding-right: 7rem !important
    }

    [dir] .p-xs-plus-128pt {
        padding: 8rem !important
    }

    [dir] .pt-xs-plus-128pt, [dir] .py-xs-plus-128pt {
        padding-top: 8rem !important
    }

    [dir=ltr] .pr-xs-plus-128pt, [dir=ltr] .px-xs-plus-128pt {
        padding-right: 8rem !important
    }

    [dir=rtl] .pr-xs-plus-128pt, [dir=rtl] .px-xs-plus-128pt {
        padding-left: 8rem !important
    }

    [dir] .pb-xs-plus-128pt, [dir] .py-xs-plus-128pt {
        padding-bottom: 8rem !important
    }

    [dir=ltr] .pl-xs-plus-128pt, [dir=ltr] .px-xs-plus-128pt {
        padding-left: 8rem !important
    }

    [dir=rtl] .pl-xs-plus-128pt, [dir=rtl] .px-xs-plus-128pt {
        padding-right: 8rem !important
    }

    [dir] .m-xs-plus-n1 {
        margin: -.25rem !important
    }

    [dir] .mt-xs-plus-n1, [dir] .my-xs-plus-n1 {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-xs-plus-n1, [dir=ltr] .mx-xs-plus-n1 {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-xs-plus-n1, [dir=rtl] .mx-xs-plus-n1 {
        margin-left: -.25rem !important
    }

    [dir] .mb-xs-plus-n1, [dir] .my-xs-plus-n1 {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-xs-plus-n1, [dir=ltr] .mx-xs-plus-n1 {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-xs-plus-n1, [dir=rtl] .mx-xs-plus-n1 {
        margin-right: -.25rem !important
    }

    [dir] .m-xs-plus-n2 {
        margin: -.5rem !important
    }

    [dir] .mt-xs-plus-n2, [dir] .my-xs-plus-n2 {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-xs-plus-n2, [dir=ltr] .mx-xs-plus-n2 {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-xs-plus-n2, [dir=rtl] .mx-xs-plus-n2 {
        margin-left: -.5rem !important
    }

    [dir] .mb-xs-plus-n2, [dir] .my-xs-plus-n2 {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-xs-plus-n2, [dir=ltr] .mx-xs-plus-n2 {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-xs-plus-n2, [dir=rtl] .mx-xs-plus-n2 {
        margin-right: -.5rem !important
    }

    [dir] .m-xs-plus-n3 {
        margin: -1rem !important
    }

    [dir] .mt-xs-plus-n3, [dir] .my-xs-plus-n3 {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-xs-plus-n3, [dir=ltr] .mx-xs-plus-n3 {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-xs-plus-n3, [dir=rtl] .mx-xs-plus-n3 {
        margin-left: -1rem !important
    }

    [dir] .mb-xs-plus-n3, [dir] .my-xs-plus-n3 {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-xs-plus-n3, [dir=ltr] .mx-xs-plus-n3 {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-xs-plus-n3, [dir=rtl] .mx-xs-plus-n3 {
        margin-right: -1rem !important
    }

    [dir] .m-xs-plus-n4 {
        margin: -1.5rem !important
    }

    [dir] .mt-xs-plus-n4, [dir] .my-xs-plus-n4 {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-xs-plus-n4, [dir=ltr] .mx-xs-plus-n4 {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-xs-plus-n4, [dir=rtl] .mx-xs-plus-n4 {
        margin-left: -1.5rem !important
    }

    [dir] .mb-xs-plus-n4, [dir] .my-xs-plus-n4 {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-xs-plus-n4, [dir=ltr] .mx-xs-plus-n4 {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-xs-plus-n4, [dir=rtl] .mx-xs-plus-n4 {
        margin-right: -1.5rem !important
    }

    [dir] .m-xs-plus-n5 {
        margin: -3rem !important
    }

    [dir] .mt-xs-plus-n5, [dir] .my-xs-plus-n5 {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-xs-plus-n5, [dir=ltr] .mx-xs-plus-n5 {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-xs-plus-n5, [dir=rtl] .mx-xs-plus-n5 {
        margin-left: -3rem !important
    }

    [dir] .mb-xs-plus-n5, [dir] .my-xs-plus-n5 {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-xs-plus-n5, [dir=ltr] .mx-xs-plus-n5 {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-xs-plus-n5, [dir=rtl] .mx-xs-plus-n5 {
        margin-right: -3rem !important
    }

    [dir] .m-xs-plus-n4pt {
        margin: -.25rem !important
    }

    [dir] .mt-xs-plus-n4pt, [dir] .my-xs-plus-n4pt {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-xs-plus-n4pt, [dir=ltr] .mx-xs-plus-n4pt {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-xs-plus-n4pt, [dir=rtl] .mx-xs-plus-n4pt {
        margin-left: -.25rem !important
    }

    [dir] .mb-xs-plus-n4pt, [dir] .my-xs-plus-n4pt {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-xs-plus-n4pt, [dir=ltr] .mx-xs-plus-n4pt {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-xs-plus-n4pt, [dir=rtl] .mx-xs-plus-n4pt {
        margin-right: -.25rem !important
    }

    [dir] .m-xs-plus-n8pt {
        margin: -.5rem !important
    }

    [dir] .mt-xs-plus-n8pt, [dir] .my-xs-plus-n8pt {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-xs-plus-n8pt, [dir=ltr] .mx-xs-plus-n8pt {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-xs-plus-n8pt, [dir=rtl] .mx-xs-plus-n8pt {
        margin-left: -.5rem !important
    }

    [dir] .mb-xs-plus-n8pt, [dir] .my-xs-plus-n8pt {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-xs-plus-n8pt, [dir=ltr] .mx-xs-plus-n8pt {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-xs-plus-n8pt, [dir=rtl] .mx-xs-plus-n8pt {
        margin-right: -.5rem !important
    }

    [dir] .m-xs-plus-n12pt {
        margin: -.75rem !important
    }

    [dir] .mt-xs-plus-n12pt, [dir] .my-xs-plus-n12pt {
        margin-top: -.75rem !important
    }

    [dir=ltr] .mr-xs-plus-n12pt, [dir=ltr] .mx-xs-plus-n12pt {
        margin-right: -.75rem !important
    }

    [dir=rtl] .mr-xs-plus-n12pt, [dir=rtl] .mx-xs-plus-n12pt {
        margin-left: -.75rem !important
    }

    [dir] .mb-xs-plus-n12pt, [dir] .my-xs-plus-n12pt {
        margin-bottom: -.75rem !important
    }

    [dir=ltr] .ml-xs-plus-n12pt, [dir=ltr] .mx-xs-plus-n12pt {
        margin-left: -.75rem !important
    }

    [dir=rtl] .ml-xs-plus-n12pt, [dir=rtl] .mx-xs-plus-n12pt {
        margin-right: -.75rem !important
    }

    [dir] .m-xs-plus-n16pt {
        margin: -1rem !important
    }

    [dir] .mt-xs-plus-n16pt, [dir] .my-xs-plus-n16pt {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-xs-plus-n16pt, [dir=ltr] .mx-xs-plus-n16pt {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-xs-plus-n16pt, [dir=rtl] .mx-xs-plus-n16pt {
        margin-left: -1rem !important
    }

    [dir] .mb-xs-plus-n16pt, [dir] .my-xs-plus-n16pt {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-xs-plus-n16pt, [dir=ltr] .mx-xs-plus-n16pt {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-xs-plus-n16pt, [dir=rtl] .mx-xs-plus-n16pt {
        margin-right: -1rem !important
    }

    [dir] .m-xs-plus-n20pt {
        margin: -1.25rem !important
    }

    [dir] .mt-xs-plus-n20pt, [dir] .my-xs-plus-n20pt {
        margin-top: -1.25rem !important
    }

    [dir=ltr] .mr-xs-plus-n20pt, [dir=ltr] .mx-xs-plus-n20pt {
        margin-right: -1.25rem !important
    }

    [dir=rtl] .mr-xs-plus-n20pt, [dir=rtl] .mx-xs-plus-n20pt {
        margin-left: -1.25rem !important
    }

    [dir] .mb-xs-plus-n20pt, [dir] .my-xs-plus-n20pt {
        margin-bottom: -1.25rem !important
    }

    [dir=ltr] .ml-xs-plus-n20pt, [dir=ltr] .mx-xs-plus-n20pt {
        margin-left: -1.25rem !important
    }

    [dir=rtl] .ml-xs-plus-n20pt, [dir=rtl] .mx-xs-plus-n20pt {
        margin-right: -1.25rem !important
    }

    [dir] .m-xs-plus-n24pt {
        margin: -1.5rem !important
    }

    [dir] .mt-xs-plus-n24pt, [dir] .my-xs-plus-n24pt {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-xs-plus-n24pt, [dir=ltr] .mx-xs-plus-n24pt {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-xs-plus-n24pt, [dir=rtl] .mx-xs-plus-n24pt {
        margin-left: -1.5rem !important
    }

    [dir] .mb-xs-plus-n24pt, [dir] .my-xs-plus-n24pt {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-xs-plus-n24pt, [dir=ltr] .mx-xs-plus-n24pt {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-xs-plus-n24pt, [dir=rtl] .mx-xs-plus-n24pt {
        margin-right: -1.5rem !important
    }

    [dir] .m-xs-plus-n32pt {
        margin: -2rem !important
    }

    [dir] .mt-xs-plus-n32pt, [dir] .my-xs-plus-n32pt {
        margin-top: -2rem !important
    }

    [dir=ltr] .mr-xs-plus-n32pt, [dir=ltr] .mx-xs-plus-n32pt {
        margin-right: -2rem !important
    }

    [dir=rtl] .mr-xs-plus-n32pt, [dir=rtl] .mx-xs-plus-n32pt {
        margin-left: -2rem !important
    }

    [dir] .mb-xs-plus-n32pt, [dir] .my-xs-plus-n32pt {
        margin-bottom: -2rem !important
    }

    [dir=ltr] .ml-xs-plus-n32pt, [dir=ltr] .mx-xs-plus-n32pt {
        margin-left: -2rem !important
    }

    [dir=rtl] .ml-xs-plus-n32pt, [dir=rtl] .mx-xs-plus-n32pt {
        margin-right: -2rem !important
    }

    [dir] .m-xs-plus-n40pt {
        margin: -2.5rem !important
    }

    [dir] .mt-xs-plus-n40pt, [dir] .my-xs-plus-n40pt {
        margin-top: -2.5rem !important
    }

    [dir=ltr] .mr-xs-plus-n40pt, [dir=ltr] .mx-xs-plus-n40pt {
        margin-right: -2.5rem !important
    }

    [dir=rtl] .mr-xs-plus-n40pt, [dir=rtl] .mx-xs-plus-n40pt {
        margin-left: -2.5rem !important
    }

    [dir] .mb-xs-plus-n40pt, [dir] .my-xs-plus-n40pt {
        margin-bottom: -2.5rem !important
    }

    [dir=ltr] .ml-xs-plus-n40pt, [dir=ltr] .mx-xs-plus-n40pt {
        margin-left: -2.5rem !important
    }

    [dir=rtl] .ml-xs-plus-n40pt, [dir=rtl] .mx-xs-plus-n40pt {
        margin-right: -2.5rem !important
    }

    [dir] .m-xs-plus-n44pt {
        margin: -2.75rem !important
    }

    [dir] .mt-xs-plus-n44pt, [dir] .my-xs-plus-n44pt {
        margin-top: -2.75rem !important
    }

    [dir=ltr] .mr-xs-plus-n44pt, [dir=ltr] .mx-xs-plus-n44pt {
        margin-right: -2.75rem !important
    }

    [dir=rtl] .mr-xs-plus-n44pt, [dir=rtl] .mx-xs-plus-n44pt {
        margin-left: -2.75rem !important
    }

    [dir] .mb-xs-plus-n44pt, [dir] .my-xs-plus-n44pt {
        margin-bottom: -2.75rem !important
    }

    [dir=ltr] .ml-xs-plus-n44pt, [dir=ltr] .mx-xs-plus-n44pt {
        margin-left: -2.75rem !important
    }

    [dir=rtl] .ml-xs-plus-n44pt, [dir=rtl] .mx-xs-plus-n44pt {
        margin-right: -2.75rem !important
    }

    [dir] .m-xs-plus-n48pt {
        margin: -3rem !important
    }

    [dir] .mt-xs-plus-n48pt, [dir] .my-xs-plus-n48pt {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-xs-plus-n48pt, [dir=ltr] .mx-xs-plus-n48pt {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-xs-plus-n48pt, [dir=rtl] .mx-xs-plus-n48pt {
        margin-left: -3rem !important
    }

    [dir] .mb-xs-plus-n48pt, [dir] .my-xs-plus-n48pt {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-xs-plus-n48pt, [dir=ltr] .mx-xs-plus-n48pt {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-xs-plus-n48pt, [dir=rtl] .mx-xs-plus-n48pt {
        margin-right: -3rem !important
    }

    [dir] .m-xs-plus-n64pt {
        margin: -4rem !important
    }

    [dir] .mt-xs-plus-n64pt, [dir] .my-xs-plus-n64pt {
        margin-top: -4rem !important
    }

    [dir=ltr] .mr-xs-plus-n64pt, [dir=ltr] .mx-xs-plus-n64pt {
        margin-right: -4rem !important
    }

    [dir=rtl] .mr-xs-plus-n64pt, [dir=rtl] .mx-xs-plus-n64pt {
        margin-left: -4rem !important
    }

    [dir] .mb-xs-plus-n64pt, [dir] .my-xs-plus-n64pt {
        margin-bottom: -4rem !important
    }

    [dir=ltr] .ml-xs-plus-n64pt, [dir=ltr] .mx-xs-plus-n64pt {
        margin-left: -4rem !important
    }

    [dir=rtl] .ml-xs-plus-n64pt, [dir=rtl] .mx-xs-plus-n64pt {
        margin-right: -4rem !important
    }

    [dir] .m-xs-plus-n112pt {
        margin: -7rem !important
    }

    [dir] .mt-xs-plus-n112pt, [dir] .my-xs-plus-n112pt {
        margin-top: -7rem !important
    }

    [dir=ltr] .mr-xs-plus-n112pt, [dir=ltr] .mx-xs-plus-n112pt {
        margin-right: -7rem !important
    }

    [dir=rtl] .mr-xs-plus-n112pt, [dir=rtl] .mx-xs-plus-n112pt {
        margin-left: -7rem !important
    }

    [dir] .mb-xs-plus-n112pt, [dir] .my-xs-plus-n112pt {
        margin-bottom: -7rem !important
    }

    [dir=ltr] .ml-xs-plus-n112pt, [dir=ltr] .mx-xs-plus-n112pt {
        margin-left: -7rem !important
    }

    [dir=rtl] .ml-xs-plus-n112pt, [dir=rtl] .mx-xs-plus-n112pt {
        margin-right: -7rem !important
    }

    [dir] .m-xs-plus-n128pt {
        margin: -8rem !important
    }

    [dir] .mt-xs-plus-n128pt, [dir] .my-xs-plus-n128pt {
        margin-top: -8rem !important
    }

    [dir=ltr] .mr-xs-plus-n128pt, [dir=ltr] .mx-xs-plus-n128pt {
        margin-right: -8rem !important
    }

    [dir=rtl] .mr-xs-plus-n128pt, [dir=rtl] .mx-xs-plus-n128pt {
        margin-left: -8rem !important
    }

    [dir] .mb-xs-plus-n128pt, [dir] .my-xs-plus-n128pt {
        margin-bottom: -8rem !important
    }

    [dir=ltr] .ml-xs-plus-n128pt, [dir=ltr] .mx-xs-plus-n128pt {
        margin-left: -8rem !important
    }

    [dir=rtl] .ml-xs-plus-n128pt, [dir=rtl] .mx-xs-plus-n128pt {
        margin-right: -8rem !important
    }

    [dir] .m-xs-plus-auto {
        margin: auto !important
    }

    [dir] .mt-xs-plus-auto, [dir] .my-xs-plus-auto {
        margin-top: auto !important
    }

    [dir=ltr] .mr-xs-plus-auto, [dir=ltr] .mx-xs-plus-auto {
        margin-right: auto !important
    }

    [dir=rtl] .mr-xs-plus-auto, [dir=rtl] .mx-xs-plus-auto {
        margin-left: auto !important
    }

    [dir] .mb-xs-plus-auto, [dir] .my-xs-plus-auto {
        margin-bottom: auto !important
    }

    [dir=ltr] .ml-xs-plus-auto, [dir=ltr] .mx-xs-plus-auto {
        margin-left: auto !important
    }

    [dir=rtl] .ml-xs-plus-auto, [dir=rtl] .mx-xs-plus-auto {
        margin-right: auto !important
    }
}

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

    [dir] .mt-sm-0, [dir] .my-sm-0 {
        margin-top: 0 !important
    }

    [dir=ltr] .mr-sm-0, [dir=ltr] .mx-sm-0 {
        margin-right: 0 !important
    }

    [dir=rtl] .mr-sm-0, [dir=rtl] .mx-sm-0 {
        margin-left: 0 !important
    }

    [dir] .mb-sm-0, [dir] .my-sm-0 {
        margin-bottom: 0 !important
    }

    [dir=ltr] .ml-sm-0, [dir=ltr] .mx-sm-0 {
        margin-left: 0 !important
    }

    [dir=rtl] .ml-sm-0, [dir=rtl] .mx-sm-0 {
        margin-right: 0 !important
    }

    [dir] .m-sm-1 {
        margin: .25rem !important
    }

    [dir] .mt-sm-1, [dir] .my-sm-1 {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-sm-1, [dir=ltr] .mx-sm-1 {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-sm-1, [dir=rtl] .mx-sm-1 {
        margin-left: .25rem !important
    }

    [dir] .mb-sm-1, [dir] .my-sm-1 {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-sm-1, [dir=ltr] .mx-sm-1 {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-sm-1, [dir=rtl] .mx-sm-1 {
        margin-right: .25rem !important
    }

    [dir] .m-sm-2 {
        margin: .5rem !important
    }

    [dir] .mt-sm-2, [dir] .my-sm-2 {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-sm-2, [dir=ltr] .mx-sm-2 {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-sm-2, [dir=rtl] .mx-sm-2 {
        margin-left: .5rem !important
    }

    [dir] .mb-sm-2, [dir] .my-sm-2 {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-sm-2, [dir=ltr] .mx-sm-2 {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-sm-2, [dir=rtl] .mx-sm-2 {
        margin-right: .5rem !important
    }

    [dir] .m-sm-3 {
        margin: 1rem !important
    }

    [dir] .mt-sm-3, [dir] .my-sm-3 {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-sm-3, [dir=ltr] .mx-sm-3 {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-sm-3, [dir=rtl] .mx-sm-3 {
        margin-left: 1rem !important
    }

    [dir] .mb-sm-3, [dir] .my-sm-3 {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-sm-3, [dir=ltr] .mx-sm-3 {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-sm-3, [dir=rtl] .mx-sm-3 {
        margin-right: 1rem !important
    }

    [dir] .m-sm-4 {
        margin: 1.5rem !important
    }

    [dir] .mt-sm-4, [dir] .my-sm-4 {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-sm-4, [dir=ltr] .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-sm-4, [dir=rtl] .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    [dir] .mb-sm-4, [dir] .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-sm-4, [dir=ltr] .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-sm-4, [dir=rtl] .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    [dir] .m-sm-5 {
        margin: 3rem !important
    }

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

    [dir=ltr] .mr-sm-5, [dir=ltr] .mx-sm-5 {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-sm-5, [dir=rtl] .mx-sm-5 {
        margin-left: 3rem !important
    }

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

    [dir=ltr] .ml-sm-5, [dir=ltr] .mx-sm-5 {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-sm-5, [dir=rtl] .mx-sm-5 {
        margin-right: 3rem !important
    }

    [dir] .m-sm-4pt {
        margin: .25rem !important
    }

    [dir] .mt-sm-4pt, [dir] .my-sm-4pt {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-sm-4pt, [dir=ltr] .mx-sm-4pt {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-sm-4pt, [dir=rtl] .mx-sm-4pt {
        margin-left: .25rem !important
    }

    [dir] .mb-sm-4pt, [dir] .my-sm-4pt {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-sm-4pt, [dir=ltr] .mx-sm-4pt {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-sm-4pt, [dir=rtl] .mx-sm-4pt {
        margin-right: .25rem !important
    }

    [dir] .m-sm-8pt {
        margin: .5rem !important
    }

    [dir] .mt-sm-8pt, [dir] .my-sm-8pt {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-sm-8pt, [dir=ltr] .mx-sm-8pt {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-sm-8pt, [dir=rtl] .mx-sm-8pt {
        margin-left: .5rem !important
    }

    [dir] .mb-sm-8pt, [dir] .my-sm-8pt {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-sm-8pt, [dir=ltr] .mx-sm-8pt {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-sm-8pt, [dir=rtl] .mx-sm-8pt {
        margin-right: .5rem !important
    }

    [dir] .m-sm-12pt {
        margin: .75rem !important
    }

    [dir] .mt-sm-12pt, [dir] .my-sm-12pt {
        margin-top: .75rem !important
    }

    [dir=ltr] .mr-sm-12pt, [dir=ltr] .mx-sm-12pt {
        margin-right: .75rem !important
    }

    [dir=rtl] .mr-sm-12pt, [dir=rtl] .mx-sm-12pt {
        margin-left: .75rem !important
    }

    [dir] .mb-sm-12pt, [dir] .my-sm-12pt {
        margin-bottom: .75rem !important
    }

    [dir=ltr] .ml-sm-12pt, [dir=ltr] .mx-sm-12pt {
        margin-left: .75rem !important
    }

    [dir=rtl] .ml-sm-12pt, [dir=rtl] .mx-sm-12pt {
        margin-right: .75rem !important
    }

    [dir] .m-sm-16pt {
        margin: 1rem !important
    }

    [dir] .mt-sm-16pt, [dir] .my-sm-16pt {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-sm-16pt, [dir=ltr] .mx-sm-16pt {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-sm-16pt, [dir=rtl] .mx-sm-16pt {
        margin-left: 1rem !important
    }

    [dir] .mb-sm-16pt, [dir] .my-sm-16pt {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-sm-16pt, [dir=ltr] .mx-sm-16pt {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-sm-16pt, [dir=rtl] .mx-sm-16pt {
        margin-right: 1rem !important
    }

    [dir] .m-sm-20pt {
        margin: 1.25rem !important
    }

    [dir] .mt-sm-20pt, [dir] .my-sm-20pt {
        margin-top: 1.25rem !important
    }

    [dir=ltr] .mr-sm-20pt, [dir=ltr] .mx-sm-20pt {
        margin-right: 1.25rem !important
    }

    [dir=rtl] .mr-sm-20pt, [dir=rtl] .mx-sm-20pt {
        margin-left: 1.25rem !important
    }

    [dir] .mb-sm-20pt, [dir] .my-sm-20pt {
        margin-bottom: 1.25rem !important
    }

    [dir=ltr] .ml-sm-20pt, [dir=ltr] .mx-sm-20pt {
        margin-left: 1.25rem !important
    }

    [dir=rtl] .ml-sm-20pt, [dir=rtl] .mx-sm-20pt {
        margin-right: 1.25rem !important
    }

    [dir] .m-sm-24pt {
        margin: 1.5rem !important
    }

    [dir] .mt-sm-24pt, [dir] .my-sm-24pt {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-sm-24pt, [dir=ltr] .mx-sm-24pt {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-sm-24pt, [dir=rtl] .mx-sm-24pt {
        margin-left: 1.5rem !important
    }

    [dir] .mb-sm-24pt, [dir] .my-sm-24pt {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-sm-24pt, [dir=ltr] .mx-sm-24pt {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-sm-24pt, [dir=rtl] .mx-sm-24pt {
        margin-right: 1.5rem !important
    }

    [dir] .m-sm-32pt {
        margin: 2rem !important
    }

    [dir] .mt-sm-32pt, [dir] .my-sm-32pt {
        margin-top: 2rem !important
    }

    [dir=ltr] .mr-sm-32pt, [dir=ltr] .mx-sm-32pt {
        margin-right: 2rem !important
    }

    [dir=rtl] .mr-sm-32pt, [dir=rtl] .mx-sm-32pt {
        margin-left: 2rem !important
    }

    [dir] .mb-sm-32pt, [dir] .my-sm-32pt {
        margin-bottom: 2rem !important
    }

    [dir=ltr] .ml-sm-32pt, [dir=ltr] .mx-sm-32pt {
        margin-left: 2rem !important
    }

    [dir=rtl] .ml-sm-32pt, [dir=rtl] .mx-sm-32pt {
        margin-right: 2rem !important
    }

    [dir] .m-sm-40pt {
        margin: 2.5rem !important
    }

    [dir] .mt-sm-40pt, [dir] .my-sm-40pt {
        margin-top: 2.5rem !important
    }

    [dir=ltr] .mr-sm-40pt, [dir=ltr] .mx-sm-40pt {
        margin-right: 2.5rem !important
    }

    [dir=rtl] .mr-sm-40pt, [dir=rtl] .mx-sm-40pt {
        margin-left: 2.5rem !important
    }

    [dir] .mb-sm-40pt, [dir] .my-sm-40pt {
        margin-bottom: 2.5rem !important
    }

    [dir=ltr] .ml-sm-40pt, [dir=ltr] .mx-sm-40pt {
        margin-left: 2.5rem !important
    }

    [dir=rtl] .ml-sm-40pt, [dir=rtl] .mx-sm-40pt {
        margin-right: 2.5rem !important
    }

    [dir] .m-sm-44pt {
        margin: 2.75rem !important
    }

    [dir] .mt-sm-44pt, [dir] .my-sm-44pt {
        margin-top: 2.75rem !important
    }

    [dir=ltr] .mr-sm-44pt, [dir=ltr] .mx-sm-44pt {
        margin-right: 2.75rem !important
    }

    [dir=rtl] .mr-sm-44pt, [dir=rtl] .mx-sm-44pt {
        margin-left: 2.75rem !important
    }

    [dir] .mb-sm-44pt, [dir] .my-sm-44pt {
        margin-bottom: 2.75rem !important
    }

    [dir=ltr] .ml-sm-44pt, [dir=ltr] .mx-sm-44pt {
        margin-left: 2.75rem !important
    }

    [dir=rtl] .ml-sm-44pt, [dir=rtl] .mx-sm-44pt {
        margin-right: 2.75rem !important
    }

    [dir] .m-sm-48pt {
        margin: 3rem !important
    }

    [dir] .mt-sm-48pt, [dir] .my-sm-48pt {
        margin-top: 3rem !important
    }

    [dir=ltr] .mr-sm-48pt, [dir=ltr] .mx-sm-48pt {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-sm-48pt, [dir=rtl] .mx-sm-48pt {
        margin-left: 3rem !important
    }

    [dir] .mb-sm-48pt, [dir] .my-sm-48pt {
        margin-bottom: 3rem !important
    }

    [dir=ltr] .ml-sm-48pt, [dir=ltr] .mx-sm-48pt {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-sm-48pt, [dir=rtl] .mx-sm-48pt {
        margin-right: 3rem !important
    }

    [dir] .m-sm-64pt {
        margin: 4rem !important
    }

    [dir] .mt-sm-64pt, [dir] .my-sm-64pt {
        margin-top: 4rem !important
    }

    [dir=ltr] .mr-sm-64pt, [dir=ltr] .mx-sm-64pt {
        margin-right: 4rem !important
    }

    [dir=rtl] .mr-sm-64pt, [dir=rtl] .mx-sm-64pt {
        margin-left: 4rem !important
    }

    [dir] .mb-sm-64pt, [dir] .my-sm-64pt {
        margin-bottom: 4rem !important
    }

    [dir=ltr] .ml-sm-64pt, [dir=ltr] .mx-sm-64pt {
        margin-left: 4rem !important
    }

    [dir=rtl] .ml-sm-64pt, [dir=rtl] .mx-sm-64pt {
        margin-right: 4rem !important
    }

    [dir] .m-sm-112pt {
        margin: 7rem !important
    }

    [dir] .mt-sm-112pt, [dir] .my-sm-112pt {
        margin-top: 7rem !important
    }

    [dir=ltr] .mr-sm-112pt, [dir=ltr] .mx-sm-112pt {
        margin-right: 7rem !important
    }

    [dir=rtl] .mr-sm-112pt, [dir=rtl] .mx-sm-112pt {
        margin-left: 7rem !important
    }

    [dir] .mb-sm-112pt, [dir] .my-sm-112pt {
        margin-bottom: 7rem !important
    }

    [dir=ltr] .ml-sm-112pt, [dir=ltr] .mx-sm-112pt {
        margin-left: 7rem !important
    }

    [dir=rtl] .ml-sm-112pt, [dir=rtl] .mx-sm-112pt {
        margin-right: 7rem !important
    }

    [dir] .m-sm-128pt {
        margin: 8rem !important
    }

    [dir] .mt-sm-128pt, [dir] .my-sm-128pt {
        margin-top: 8rem !important
    }

    [dir=ltr] .mr-sm-128pt, [dir=ltr] .mx-sm-128pt {
        margin-right: 8rem !important
    }

    [dir=rtl] .mr-sm-128pt, [dir=rtl] .mx-sm-128pt {
        margin-left: 8rem !important
    }

    [dir] .mb-sm-128pt, [dir] .my-sm-128pt {
        margin-bottom: 8rem !important
    }

    [dir=ltr] .ml-sm-128pt, [dir=ltr] .mx-sm-128pt {
        margin-left: 8rem !important
    }

    [dir=rtl] .ml-sm-128pt, [dir=rtl] .mx-sm-128pt {
        margin-right: 8rem !important
    }

    [dir] .p-sm-0 {
        padding: 0 !important
    }

    [dir] .pt-sm-0, [dir] .py-sm-0 {
        padding-top: 0 !important
    }

    [dir=ltr] .pr-sm-0, [dir=ltr] .px-sm-0 {
        padding-right: 0 !important
    }

    [dir=rtl] .pr-sm-0, [dir=rtl] .px-sm-0 {
        padding-left: 0 !important
    }

    [dir] .pb-sm-0, [dir] .py-sm-0 {
        padding-bottom: 0 !important
    }

    [dir=ltr] .pl-sm-0, [dir=ltr] .px-sm-0 {
        padding-left: 0 !important
    }

    [dir=rtl] .pl-sm-0, [dir=rtl] .px-sm-0 {
        padding-right: 0 !important
    }

    [dir] .p-sm-1 {
        padding: .25rem !important
    }

    [dir] .pt-sm-1, [dir] .py-sm-1 {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-sm-1, [dir=ltr] .px-sm-1 {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-sm-1, [dir=rtl] .px-sm-1 {
        padding-left: .25rem !important
    }

    [dir] .pb-sm-1, [dir] .py-sm-1 {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-sm-1, [dir=ltr] .px-sm-1 {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-sm-1, [dir=rtl] .px-sm-1 {
        padding-right: .25rem !important
    }

    [dir] .p-sm-2 {
        padding: .5rem !important
    }

    [dir] .pt-sm-2, [dir] .py-sm-2 {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-sm-2, [dir=ltr] .px-sm-2 {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-sm-2, [dir=rtl] .px-sm-2 {
        padding-left: .5rem !important
    }

    [dir] .pb-sm-2, [dir] .py-sm-2 {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-sm-2, [dir=ltr] .px-sm-2 {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-sm-2, [dir=rtl] .px-sm-2 {
        padding-right: .5rem !important
    }

    [dir] .p-sm-3 {
        padding: 1rem !important
    }

    [dir] .pt-sm-3, [dir] .py-sm-3 {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-sm-3, [dir=ltr] .px-sm-3 {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-sm-3, [dir=rtl] .px-sm-3 {
        padding-left: 1rem !important
    }

    [dir] .pb-sm-3, [dir] .py-sm-3 {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-sm-3, [dir=ltr] .px-sm-3 {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-sm-3, [dir=rtl] .px-sm-3 {
        padding-right: 1rem !important
    }

    [dir] .p-sm-4 {
        padding: 1.5rem !important
    }

    [dir] .pt-sm-4, [dir] .py-sm-4 {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-sm-4, [dir=ltr] .px-sm-4 {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-sm-4, [dir=rtl] .px-sm-4 {
        padding-left: 1.5rem !important
    }

    [dir] .pb-sm-4, [dir] .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-sm-4, [dir=ltr] .px-sm-4 {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-sm-4, [dir=rtl] .px-sm-4 {
        padding-right: 1.5rem !important
    }

    [dir] .p-sm-5 {
        padding: 3rem !important
    }

    [dir] .pt-sm-5, [dir] .py-sm-5 {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-sm-5, [dir=ltr] .px-sm-5 {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-sm-5, [dir=rtl] .px-sm-5 {
        padding-left: 3rem !important
    }

    [dir] .pb-sm-5, [dir] .py-sm-5 {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-sm-5, [dir=ltr] .px-sm-5 {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-sm-5, [dir=rtl] .px-sm-5 {
        padding-right: 3rem !important
    }

    [dir] .p-sm-4pt {
        padding: .25rem !important
    }

    [dir] .pt-sm-4pt, [dir] .py-sm-4pt {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-sm-4pt, [dir=ltr] .px-sm-4pt {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-sm-4pt, [dir=rtl] .px-sm-4pt {
        padding-left: .25rem !important
    }

    [dir] .pb-sm-4pt, [dir] .py-sm-4pt {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-sm-4pt, [dir=ltr] .px-sm-4pt {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-sm-4pt, [dir=rtl] .px-sm-4pt {
        padding-right: .25rem !important
    }

    [dir] .p-sm-8pt {
        padding: .5rem !important
    }

    [dir] .pt-sm-8pt, [dir] .py-sm-8pt {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-sm-8pt, [dir=ltr] .px-sm-8pt {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-sm-8pt, [dir=rtl] .px-sm-8pt {
        padding-left: .5rem !important
    }

    [dir] .pb-sm-8pt, [dir] .py-sm-8pt {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-sm-8pt, [dir=ltr] .px-sm-8pt {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-sm-8pt, [dir=rtl] .px-sm-8pt {
        padding-right: .5rem !important
    }

    [dir] .p-sm-12pt {
        padding: .75rem !important
    }

    [dir] .pt-sm-12pt, [dir] .py-sm-12pt {
        padding-top: .75rem !important
    }

    [dir=ltr] .pr-sm-12pt, [dir=ltr] .px-sm-12pt {
        padding-right: .75rem !important
    }

    [dir=rtl] .pr-sm-12pt, [dir=rtl] .px-sm-12pt {
        padding-left: .75rem !important
    }

    [dir] .pb-sm-12pt, [dir] .py-sm-12pt {
        padding-bottom: .75rem !important
    }

    [dir=ltr] .pl-sm-12pt, [dir=ltr] .px-sm-12pt {
        padding-left: .75rem !important
    }

    [dir=rtl] .pl-sm-12pt, [dir=rtl] .px-sm-12pt {
        padding-right: .75rem !important
    }

    [dir] .p-sm-16pt {
        padding: 1rem !important
    }

    [dir] .pt-sm-16pt, [dir] .py-sm-16pt {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-sm-16pt, [dir=ltr] .px-sm-16pt {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-sm-16pt, [dir=rtl] .px-sm-16pt {
        padding-left: 1rem !important
    }

    [dir] .pb-sm-16pt, [dir] .py-sm-16pt {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-sm-16pt, [dir=ltr] .px-sm-16pt {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-sm-16pt, [dir=rtl] .px-sm-16pt {
        padding-right: 1rem !important
    }

    [dir] .p-sm-20pt {
        padding: 1.25rem !important
    }

    [dir] .pt-sm-20pt, [dir] .py-sm-20pt {
        padding-top: 1.25rem !important
    }

    [dir=ltr] .pr-sm-20pt, [dir=ltr] .px-sm-20pt {
        padding-right: 1.25rem !important
    }

    [dir=rtl] .pr-sm-20pt, [dir=rtl] .px-sm-20pt {
        padding-left: 1.25rem !important
    }

    [dir] .pb-sm-20pt, [dir] .py-sm-20pt {
        padding-bottom: 1.25rem !important
    }

    [dir=ltr] .pl-sm-20pt, [dir=ltr] .px-sm-20pt {
        padding-left: 1.25rem !important
    }

    [dir=rtl] .pl-sm-20pt, [dir=rtl] .px-sm-20pt {
        padding-right: 1.25rem !important
    }

    [dir] .p-sm-24pt {
        padding: 1.5rem !important
    }

    [dir] .pt-sm-24pt, [dir] .py-sm-24pt {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-sm-24pt, [dir=ltr] .px-sm-24pt {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-sm-24pt, [dir=rtl] .px-sm-24pt {
        padding-left: 1.5rem !important
    }

    [dir] .pb-sm-24pt, [dir] .py-sm-24pt {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-sm-24pt, [dir=ltr] .px-sm-24pt {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-sm-24pt, [dir=rtl] .px-sm-24pt {
        padding-right: 1.5rem !important
    }

    [dir] .p-sm-32pt {
        padding: 2rem !important
    }

    [dir] .pt-sm-32pt, [dir] .py-sm-32pt {
        padding-top: 2rem !important
    }

    [dir=ltr] .pr-sm-32pt, [dir=ltr] .px-sm-32pt {
        padding-right: 2rem !important
    }

    [dir=rtl] .pr-sm-32pt, [dir=rtl] .px-sm-32pt {
        padding-left: 2rem !important
    }

    [dir] .pb-sm-32pt, [dir] .py-sm-32pt {
        padding-bottom: 2rem !important
    }

    [dir=ltr] .pl-sm-32pt, [dir=ltr] .px-sm-32pt {
        padding-left: 2rem !important
    }

    [dir=rtl] .pl-sm-32pt, [dir=rtl] .px-sm-32pt {
        padding-right: 2rem !important
    }

    [dir] .p-sm-40pt {
        padding: 2.5rem !important
    }

    [dir] .pt-sm-40pt, [dir] .py-sm-40pt {
        padding-top: 2.5rem !important
    }

    [dir=ltr] .pr-sm-40pt, [dir=ltr] .px-sm-40pt {
        padding-right: 2.5rem !important
    }

    [dir=rtl] .pr-sm-40pt, [dir=rtl] .px-sm-40pt {
        padding-left: 2.5rem !important
    }

    [dir] .pb-sm-40pt, [dir] .py-sm-40pt {
        padding-bottom: 2.5rem !important
    }

    [dir=ltr] .pl-sm-40pt, [dir=ltr] .px-sm-40pt {
        padding-left: 2.5rem !important
    }

    [dir=rtl] .pl-sm-40pt, [dir=rtl] .px-sm-40pt {
        padding-right: 2.5rem !important
    }

    [dir] .p-sm-44pt {
        padding: 2.75rem !important
    }

    [dir] .pt-sm-44pt, [dir] .py-sm-44pt {
        padding-top: 2.75rem !important
    }

    [dir=ltr] .pr-sm-44pt, [dir=ltr] .px-sm-44pt {
        padding-right: 2.75rem !important
    }

    [dir=rtl] .pr-sm-44pt, [dir=rtl] .px-sm-44pt {
        padding-left: 2.75rem !important
    }

    [dir] .pb-sm-44pt, [dir] .py-sm-44pt {
        padding-bottom: 2.75rem !important
    }

    [dir=ltr] .pl-sm-44pt, [dir=ltr] .px-sm-44pt {
        padding-left: 2.75rem !important
    }

    [dir=rtl] .pl-sm-44pt, [dir=rtl] .px-sm-44pt {
        padding-right: 2.75rem !important
    }

    [dir] .p-sm-48pt {
        padding: 3rem !important
    }

    [dir] .pt-sm-48pt, [dir] .py-sm-48pt {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-sm-48pt, [dir=ltr] .px-sm-48pt {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-sm-48pt, [dir=rtl] .px-sm-48pt {
        padding-left: 3rem !important
    }

    [dir] .pb-sm-48pt, [dir] .py-sm-48pt {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-sm-48pt, [dir=ltr] .px-sm-48pt {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-sm-48pt, [dir=rtl] .px-sm-48pt {
        padding-right: 3rem !important
    }

    [dir] .p-sm-64pt {
        padding: 4rem !important
    }

    [dir] .pt-sm-64pt, [dir] .py-sm-64pt {
        padding-top: 4rem !important
    }

    [dir=ltr] .pr-sm-64pt, [dir=ltr] .px-sm-64pt {
        padding-right: 4rem !important
    }

    [dir=rtl] .pr-sm-64pt, [dir=rtl] .px-sm-64pt {
        padding-left: 4rem !important
    }

    [dir] .pb-sm-64pt, [dir] .py-sm-64pt {
        padding-bottom: 4rem !important
    }

    [dir=ltr] .pl-sm-64pt, [dir=ltr] .px-sm-64pt {
        padding-left: 4rem !important
    }

    [dir=rtl] .pl-sm-64pt, [dir=rtl] .px-sm-64pt {
        padding-right: 4rem !important
    }

    [dir] .p-sm-112pt {
        padding: 7rem !important
    }

    [dir] .pt-sm-112pt, [dir] .py-sm-112pt {
        padding-top: 7rem !important
    }

    [dir=ltr] .pr-sm-112pt, [dir=ltr] .px-sm-112pt {
        padding-right: 7rem !important
    }

    [dir=rtl] .pr-sm-112pt, [dir=rtl] .px-sm-112pt {
        padding-left: 7rem !important
    }

    [dir] .pb-sm-112pt, [dir] .py-sm-112pt {
        padding-bottom: 7rem !important
    }

    [dir=ltr] .pl-sm-112pt, [dir=ltr] .px-sm-112pt {
        padding-left: 7rem !important
    }

    [dir=rtl] .pl-sm-112pt, [dir=rtl] .px-sm-112pt {
        padding-right: 7rem !important
    }

    [dir] .p-sm-128pt {
        padding: 8rem !important
    }

    [dir] .pt-sm-128pt, [dir] .py-sm-128pt {
        padding-top: 8rem !important
    }

    [dir=ltr] .pr-sm-128pt, [dir=ltr] .px-sm-128pt {
        padding-right: 8rem !important
    }

    [dir=rtl] .pr-sm-128pt, [dir=rtl] .px-sm-128pt {
        padding-left: 8rem !important
    }

    [dir] .pb-sm-128pt, [dir] .py-sm-128pt {
        padding-bottom: 8rem !important
    }

    [dir=ltr] .pl-sm-128pt, [dir=ltr] .px-sm-128pt {
        padding-left: 8rem !important
    }

    [dir=rtl] .pl-sm-128pt, [dir=rtl] .px-sm-128pt {
        padding-right: 8rem !important
    }

    [dir] .m-sm-n1 {
        margin: -.25rem !important
    }

    [dir] .mt-sm-n1, [dir] .my-sm-n1 {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-sm-n1, [dir=ltr] .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-sm-n1, [dir=rtl] .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    [dir] .mb-sm-n1, [dir] .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-sm-n1, [dir=ltr] .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-sm-n1, [dir=rtl] .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    [dir] .m-sm-n2 {
        margin: -.5rem !important
    }

    [dir] .mt-sm-n2, [dir] .my-sm-n2 {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-sm-n2, [dir=ltr] .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-sm-n2, [dir=rtl] .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    [dir] .mb-sm-n2, [dir] .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-sm-n2, [dir=ltr] .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-sm-n2, [dir=rtl] .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    [dir] .m-sm-n3 {
        margin: -1rem !important
    }

    [dir] .mt-sm-n3, [dir] .my-sm-n3 {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-sm-n3, [dir=ltr] .mx-sm-n3 {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-sm-n3, [dir=rtl] .mx-sm-n3 {
        margin-left: -1rem !important
    }

    [dir] .mb-sm-n3, [dir] .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-sm-n3, [dir=ltr] .mx-sm-n3 {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-sm-n3, [dir=rtl] .mx-sm-n3 {
        margin-right: -1rem !important
    }

    [dir] .m-sm-n4 {
        margin: -1.5rem !important
    }

    [dir] .mt-sm-n4, [dir] .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-sm-n4, [dir=ltr] .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-sm-n4, [dir=rtl] .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    [dir] .mb-sm-n4, [dir] .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-sm-n4, [dir=ltr] .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-sm-n4, [dir=rtl] .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    [dir] .m-sm-n5 {
        margin: -3rem !important
    }

    [dir] .mt-sm-n5, [dir] .my-sm-n5 {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-sm-n5, [dir=ltr] .mx-sm-n5 {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-sm-n5, [dir=rtl] .mx-sm-n5 {
        margin-left: -3rem !important
    }

    [dir] .mb-sm-n5, [dir] .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-sm-n5, [dir=ltr] .mx-sm-n5 {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-sm-n5, [dir=rtl] .mx-sm-n5 {
        margin-right: -3rem !important
    }

    [dir] .m-sm-n4pt {
        margin: -.25rem !important
    }

    [dir] .mt-sm-n4pt, [dir] .my-sm-n4pt {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-sm-n4pt, [dir=ltr] .mx-sm-n4pt {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-sm-n4pt, [dir=rtl] .mx-sm-n4pt {
        margin-left: -.25rem !important
    }

    [dir] .mb-sm-n4pt, [dir] .my-sm-n4pt {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-sm-n4pt, [dir=ltr] .mx-sm-n4pt {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-sm-n4pt, [dir=rtl] .mx-sm-n4pt {
        margin-right: -.25rem !important
    }

    [dir] .m-sm-n8pt {
        margin: -.5rem !important
    }

    [dir] .mt-sm-n8pt, [dir] .my-sm-n8pt {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-sm-n8pt, [dir=ltr] .mx-sm-n8pt {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-sm-n8pt, [dir=rtl] .mx-sm-n8pt {
        margin-left: -.5rem !important
    }

    [dir] .mb-sm-n8pt, [dir] .my-sm-n8pt {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-sm-n8pt, [dir=ltr] .mx-sm-n8pt {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-sm-n8pt, [dir=rtl] .mx-sm-n8pt {
        margin-right: -.5rem !important
    }

    [dir] .m-sm-n12pt {
        margin: -.75rem !important
    }

    [dir] .mt-sm-n12pt, [dir] .my-sm-n12pt {
        margin-top: -.75rem !important
    }

    [dir=ltr] .mr-sm-n12pt, [dir=ltr] .mx-sm-n12pt {
        margin-right: -.75rem !important
    }

    [dir=rtl] .mr-sm-n12pt, [dir=rtl] .mx-sm-n12pt {
        margin-left: -.75rem !important
    }

    [dir] .mb-sm-n12pt, [dir] .my-sm-n12pt {
        margin-bottom: -.75rem !important
    }

    [dir=ltr] .ml-sm-n12pt, [dir=ltr] .mx-sm-n12pt {
        margin-left: -.75rem !important
    }

    [dir=rtl] .ml-sm-n12pt, [dir=rtl] .mx-sm-n12pt {
        margin-right: -.75rem !important
    }

    [dir] .m-sm-n16pt {
        margin: -1rem !important
    }

    [dir] .mt-sm-n16pt, [dir] .my-sm-n16pt {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-sm-n16pt, [dir=ltr] .mx-sm-n16pt {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-sm-n16pt, [dir=rtl] .mx-sm-n16pt {
        margin-left: -1rem !important
    }

    [dir] .mb-sm-n16pt, [dir] .my-sm-n16pt {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-sm-n16pt, [dir=ltr] .mx-sm-n16pt {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-sm-n16pt, [dir=rtl] .mx-sm-n16pt {
        margin-right: -1rem !important
    }

    [dir] .m-sm-n20pt {
        margin: -1.25rem !important
    }

    [dir] .mt-sm-n20pt, [dir] .my-sm-n20pt {
        margin-top: -1.25rem !important
    }

    [dir=ltr] .mr-sm-n20pt, [dir=ltr] .mx-sm-n20pt {
        margin-right: -1.25rem !important
    }

    [dir=rtl] .mr-sm-n20pt, [dir=rtl] .mx-sm-n20pt {
        margin-left: -1.25rem !important
    }

    [dir] .mb-sm-n20pt, [dir] .my-sm-n20pt {
        margin-bottom: -1.25rem !important
    }

    [dir=ltr] .ml-sm-n20pt, [dir=ltr] .mx-sm-n20pt {
        margin-left: -1.25rem !important
    }

    [dir=rtl] .ml-sm-n20pt, [dir=rtl] .mx-sm-n20pt {
        margin-right: -1.25rem !important
    }

    [dir] .m-sm-n24pt {
        margin: -1.5rem !important
    }

    [dir] .mt-sm-n24pt, [dir] .my-sm-n24pt {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-sm-n24pt, [dir=ltr] .mx-sm-n24pt {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-sm-n24pt, [dir=rtl] .mx-sm-n24pt {
        margin-left: -1.5rem !important
    }

    [dir] .mb-sm-n24pt, [dir] .my-sm-n24pt {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-sm-n24pt, [dir=ltr] .mx-sm-n24pt {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-sm-n24pt, [dir=rtl] .mx-sm-n24pt {
        margin-right: -1.5rem !important
    }

    [dir] .m-sm-n32pt {
        margin: -2rem !important
    }

    [dir] .mt-sm-n32pt, [dir] .my-sm-n32pt {
        margin-top: -2rem !important
    }

    [dir=ltr] .mr-sm-n32pt, [dir=ltr] .mx-sm-n32pt {
        margin-right: -2rem !important
    }

    [dir=rtl] .mr-sm-n32pt, [dir=rtl] .mx-sm-n32pt {
        margin-left: -2rem !important
    }

    [dir] .mb-sm-n32pt, [dir] .my-sm-n32pt {
        margin-bottom: -2rem !important
    }

    [dir=ltr] .ml-sm-n32pt, [dir=ltr] .mx-sm-n32pt {
        margin-left: -2rem !important
    }

    [dir=rtl] .ml-sm-n32pt, [dir=rtl] .mx-sm-n32pt {
        margin-right: -2rem !important
    }

    [dir] .m-sm-n40pt {
        margin: -2.5rem !important
    }

    [dir] .mt-sm-n40pt, [dir] .my-sm-n40pt {
        margin-top: -2.5rem !important
    }

    [dir=ltr] .mr-sm-n40pt, [dir=ltr] .mx-sm-n40pt {
        margin-right: -2.5rem !important
    }

    [dir=rtl] .mr-sm-n40pt, [dir=rtl] .mx-sm-n40pt {
        margin-left: -2.5rem !important
    }

    [dir] .mb-sm-n40pt, [dir] .my-sm-n40pt {
        margin-bottom: -2.5rem !important
    }

    [dir=ltr] .ml-sm-n40pt, [dir=ltr] .mx-sm-n40pt {
        margin-left: -2.5rem !important
    }

    [dir=rtl] .ml-sm-n40pt, [dir=rtl] .mx-sm-n40pt {
        margin-right: -2.5rem !important
    }

    [dir] .m-sm-n44pt {
        margin: -2.75rem !important
    }

    [dir] .mt-sm-n44pt, [dir] .my-sm-n44pt {
        margin-top: -2.75rem !important
    }

    [dir=ltr] .mr-sm-n44pt, [dir=ltr] .mx-sm-n44pt {
        margin-right: -2.75rem !important
    }

    [dir=rtl] .mr-sm-n44pt, [dir=rtl] .mx-sm-n44pt {
        margin-left: -2.75rem !important
    }

    [dir] .mb-sm-n44pt, [dir] .my-sm-n44pt {
        margin-bottom: -2.75rem !important
    }

    [dir=ltr] .ml-sm-n44pt, [dir=ltr] .mx-sm-n44pt {
        margin-left: -2.75rem !important
    }

    [dir=rtl] .ml-sm-n44pt, [dir=rtl] .mx-sm-n44pt {
        margin-right: -2.75rem !important
    }

    [dir] .m-sm-n48pt {
        margin: -3rem !important
    }

    [dir] .mt-sm-n48pt, [dir] .my-sm-n48pt {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-sm-n48pt, [dir=ltr] .mx-sm-n48pt {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-sm-n48pt, [dir=rtl] .mx-sm-n48pt {
        margin-left: -3rem !important
    }

    [dir] .mb-sm-n48pt, [dir] .my-sm-n48pt {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-sm-n48pt, [dir=ltr] .mx-sm-n48pt {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-sm-n48pt, [dir=rtl] .mx-sm-n48pt {
        margin-right: -3rem !important
    }

    [dir] .m-sm-n64pt {
        margin: -4rem !important
    }

    [dir] .mt-sm-n64pt, [dir] .my-sm-n64pt {
        margin-top: -4rem !important
    }

    [dir=ltr] .mr-sm-n64pt, [dir=ltr] .mx-sm-n64pt {
        margin-right: -4rem !important
    }

    [dir=rtl] .mr-sm-n64pt, [dir=rtl] .mx-sm-n64pt {
        margin-left: -4rem !important
    }

    [dir] .mb-sm-n64pt, [dir] .my-sm-n64pt {
        margin-bottom: -4rem !important
    }

    [dir=ltr] .ml-sm-n64pt, [dir=ltr] .mx-sm-n64pt {
        margin-left: -4rem !important
    }

    [dir=rtl] .ml-sm-n64pt, [dir=rtl] .mx-sm-n64pt {
        margin-right: -4rem !important
    }

    [dir] .m-sm-n112pt {
        margin: -7rem !important
    }

    [dir] .mt-sm-n112pt, [dir] .my-sm-n112pt {
        margin-top: -7rem !important
    }

    [dir=ltr] .mr-sm-n112pt, [dir=ltr] .mx-sm-n112pt {
        margin-right: -7rem !important
    }

    [dir=rtl] .mr-sm-n112pt, [dir=rtl] .mx-sm-n112pt {
        margin-left: -7rem !important
    }

    [dir] .mb-sm-n112pt, [dir] .my-sm-n112pt {
        margin-bottom: -7rem !important
    }

    [dir=ltr] .ml-sm-n112pt, [dir=ltr] .mx-sm-n112pt {
        margin-left: -7rem !important
    }

    [dir=rtl] .ml-sm-n112pt, [dir=rtl] .mx-sm-n112pt {
        margin-right: -7rem !important
    }

    [dir] .m-sm-n128pt {
        margin: -8rem !important
    }

    [dir] .mt-sm-n128pt, [dir] .my-sm-n128pt {
        margin-top: -8rem !important
    }

    [dir=ltr] .mr-sm-n128pt, [dir=ltr] .mx-sm-n128pt {
        margin-right: -8rem !important
    }

    [dir=rtl] .mr-sm-n128pt, [dir=rtl] .mx-sm-n128pt {
        margin-left: -8rem !important
    }

    [dir] .mb-sm-n128pt, [dir] .my-sm-n128pt {
        margin-bottom: -8rem !important
    }

    [dir=ltr] .ml-sm-n128pt, [dir=ltr] .mx-sm-n128pt {
        margin-left: -8rem !important
    }

    [dir=rtl] .ml-sm-n128pt, [dir=rtl] .mx-sm-n128pt {
        margin-right: -8rem !important
    }

    [dir] .m-sm-auto {
        margin: auto !important
    }

    [dir] .mt-sm-auto, [dir] .my-sm-auto {
        margin-top: auto !important
    }

    [dir=ltr] .mr-sm-auto, [dir=ltr] .mx-sm-auto {
        margin-right: auto !important
    }

    [dir=rtl] .mr-sm-auto, [dir=rtl] .mx-sm-auto {
        margin-left: auto !important
    }

    [dir] .mb-sm-auto, [dir] .my-sm-auto {
        margin-bottom: auto !important
    }

    [dir=ltr] .ml-sm-auto, [dir=ltr] .mx-sm-auto {
        margin-left: auto !important
    }

    [dir=rtl] .ml-sm-auto, [dir=rtl] .mx-sm-auto {
        margin-right: auto !important
    }
}

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

    [dir] .mt-md-0, [dir] .my-md-0 {
        margin-top: 0 !important
    }

    [dir=ltr] .mr-md-0, [dir=ltr] .mx-md-0 {
        margin-right: 0 !important
    }

    [dir=rtl] .mr-md-0, [dir=rtl] .mx-md-0 {
        margin-left: 0 !important
    }

    [dir] .mb-md-0, [dir] .my-md-0 {
        margin-bottom: 0 !important
    }

    [dir=ltr] .ml-md-0, [dir=ltr] .mx-md-0 {
        margin-left: 0 !important
    }

    [dir=rtl] .ml-md-0, [dir=rtl] .mx-md-0 {
        margin-right: 0 !important
    }

    [dir] .m-md-1 {
        margin: .25rem !important
    }

    [dir] .mt-md-1, [dir] .my-md-1 {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-md-1, [dir=ltr] .mx-md-1 {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-md-1, [dir=rtl] .mx-md-1 {
        margin-left: .25rem !important
    }

    [dir] .mb-md-1, [dir] .my-md-1 {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-md-1, [dir=ltr] .mx-md-1 {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-md-1, [dir=rtl] .mx-md-1 {
        margin-right: .25rem !important
    }

    [dir] .m-md-2 {
        margin: .5rem !important
    }

    [dir] .mt-md-2, [dir] .my-md-2 {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-md-2, [dir=ltr] .mx-md-2 {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-md-2, [dir=rtl] .mx-md-2 {
        margin-left: .5rem !important
    }

    [dir] .mb-md-2, [dir] .my-md-2 {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-md-2, [dir=ltr] .mx-md-2 {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-md-2, [dir=rtl] .mx-md-2 {
        margin-right: .5rem !important
    }

    [dir] .m-md-3 {
        margin: 1rem !important
    }

    [dir] .mt-md-3, [dir] .my-md-3 {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-md-3, [dir=ltr] .mx-md-3 {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-md-3, [dir=rtl] .mx-md-3 {
        margin-left: 1rem !important
    }

    [dir] .mb-md-3, [dir] .my-md-3 {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-md-3, [dir=ltr] .mx-md-3 {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-md-3, [dir=rtl] .mx-md-3 {
        margin-right: 1rem !important
    }

    [dir] .m-md-4 {
        margin: 1.5rem !important
    }

    [dir] .mt-md-4, [dir] .my-md-4 {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-md-4, [dir=ltr] .mx-md-4 {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-md-4, [dir=rtl] .mx-md-4 {
        margin-left: 1.5rem !important
    }

    [dir] .mb-md-4, [dir] .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-md-4, [dir=ltr] .mx-md-4 {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-md-4, [dir=rtl] .mx-md-4 {
        margin-right: 1.5rem !important
    }

    [dir] .m-md-5 {
        margin: 3rem !important
    }

    [dir] .mt-md-5, [dir] .my-md-5 {
        margin-top: 3rem !important
    }

    [dir=ltr] .mr-md-5, [dir=ltr] .mx-md-5 {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-md-5, [dir=rtl] .mx-md-5 {
        margin-left: 3rem !important
    }

    [dir] .mb-md-5, [dir] .my-md-5 {
        margin-bottom: 3rem !important
    }

    [dir=ltr] .ml-md-5, [dir=ltr] .mx-md-5 {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-md-5, [dir=rtl] .mx-md-5 {
        margin-right: 3rem !important
    }

    [dir] .m-md-4pt {
        margin: .25rem !important
    }

    [dir] .mt-md-4pt, [dir] .my-md-4pt {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-md-4pt, [dir=ltr] .mx-md-4pt {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-md-4pt, [dir=rtl] .mx-md-4pt {
        margin-left: .25rem !important
    }

    [dir] .mb-md-4pt, [dir] .my-md-4pt {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-md-4pt, [dir=ltr] .mx-md-4pt {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-md-4pt, [dir=rtl] .mx-md-4pt {
        margin-right: .25rem !important
    }

    [dir] .m-md-8pt {
        margin: .5rem !important
    }

    [dir] .mt-md-8pt, [dir] .my-md-8pt {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-md-8pt, [dir=ltr] .mx-md-8pt {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-md-8pt, [dir=rtl] .mx-md-8pt {
        margin-left: .5rem !important
    }

    [dir] .mb-md-8pt, [dir] .my-md-8pt {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-md-8pt, [dir=ltr] .mx-md-8pt {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-md-8pt, [dir=rtl] .mx-md-8pt {
        margin-right: .5rem !important
    }

    [dir] .m-md-12pt {
        margin: .75rem !important
    }

    [dir] .mt-md-12pt, [dir] .my-md-12pt {
        margin-top: .75rem !important
    }

    [dir=ltr] .mr-md-12pt, [dir=ltr] .mx-md-12pt {
        margin-right: .75rem !important
    }

    [dir=rtl] .mr-md-12pt, [dir=rtl] .mx-md-12pt {
        margin-left: .75rem !important
    }

    [dir] .mb-md-12pt, [dir] .my-md-12pt {
        margin-bottom: .75rem !important
    }

    [dir=ltr] .ml-md-12pt, [dir=ltr] .mx-md-12pt {
        margin-left: .75rem !important
    }

    [dir=rtl] .ml-md-12pt, [dir=rtl] .mx-md-12pt {
        margin-right: .75rem !important
    }

    [dir] .m-md-16pt {
        margin: 1rem !important
    }

    [dir] .mt-md-16pt, [dir] .my-md-16pt {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-md-16pt, [dir=ltr] .mx-md-16pt {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-md-16pt, [dir=rtl] .mx-md-16pt {
        margin-left: 1rem !important
    }

    [dir] .mb-md-16pt, [dir] .my-md-16pt {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-md-16pt, [dir=ltr] .mx-md-16pt {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-md-16pt, [dir=rtl] .mx-md-16pt {
        margin-right: 1rem !important
    }

    [dir] .m-md-20pt {
        margin: 1.25rem !important
    }

    [dir] .mt-md-20pt, [dir] .my-md-20pt {
        margin-top: 1.25rem !important
    }

    [dir=ltr] .mr-md-20pt, [dir=ltr] .mx-md-20pt {
        margin-right: 1.25rem !important
    }

    [dir=rtl] .mr-md-20pt, [dir=rtl] .mx-md-20pt {
        margin-left: 1.25rem !important
    }

    [dir] .mb-md-20pt, [dir] .my-md-20pt {
        margin-bottom: 1.25rem !important
    }

    [dir=ltr] .ml-md-20pt, [dir=ltr] .mx-md-20pt {
        margin-left: 1.25rem !important
    }

    [dir=rtl] .ml-md-20pt, [dir=rtl] .mx-md-20pt {
        margin-right: 1.25rem !important
    }

    [dir] .m-md-24pt {
        margin: 1.5rem !important
    }

    [dir] .mt-md-24pt, [dir] .my-md-24pt {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-md-24pt, [dir=ltr] .mx-md-24pt {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-md-24pt, [dir=rtl] .mx-md-24pt {
        margin-left: 1.5rem !important
    }

    [dir] .mb-md-24pt, [dir] .my-md-24pt {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-md-24pt, [dir=ltr] .mx-md-24pt {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-md-24pt, [dir=rtl] .mx-md-24pt {
        margin-right: 1.5rem !important
    }

    [dir] .m-md-32pt {
        margin: 2rem !important
    }

    [dir] .mt-md-32pt, [dir] .my-md-32pt {
        margin-top: 2rem !important
    }

    [dir=ltr] .mr-md-32pt, [dir=ltr] .mx-md-32pt {
        margin-right: 2rem !important
    }

    [dir=rtl] .mr-md-32pt, [dir=rtl] .mx-md-32pt {
        margin-left: 2rem !important
    }

    [dir] .mb-md-32pt, [dir] .my-md-32pt {
        margin-bottom: 2rem !important
    }

    [dir=ltr] .ml-md-32pt, [dir=ltr] .mx-md-32pt {
        margin-left: 2rem !important
    }

    [dir=rtl] .ml-md-32pt, [dir=rtl] .mx-md-32pt {
        margin-right: 2rem !important
    }

    [dir] .m-md-40pt {
        margin: 2.5rem !important
    }

    [dir] .mt-md-40pt, [dir] .my-md-40pt {
        margin-top: 2.5rem !important
    }

    [dir=ltr] .mr-md-40pt, [dir=ltr] .mx-md-40pt {
        margin-right: 2.5rem !important
    }

    [dir=rtl] .mr-md-40pt, [dir=rtl] .mx-md-40pt {
        margin-left: 2.5rem !important
    }

    [dir] .mb-md-40pt, [dir] .my-md-40pt {
        margin-bottom: 2.5rem !important
    }

    [dir=ltr] .ml-md-40pt, [dir=ltr] .mx-md-40pt {
        margin-left: 2.5rem !important
    }

    [dir=rtl] .ml-md-40pt, [dir=rtl] .mx-md-40pt {
        margin-right: 2.5rem !important
    }

    [dir] .m-md-44pt {
        margin: 2.75rem !important
    }

    [dir] .mt-md-44pt, [dir] .my-md-44pt {
        margin-top: 2.75rem !important
    }

    [dir=ltr] .mr-md-44pt, [dir=ltr] .mx-md-44pt {
        margin-right: 2.75rem !important
    }

    [dir=rtl] .mr-md-44pt, [dir=rtl] .mx-md-44pt {
        margin-left: 2.75rem !important
    }

    [dir] .mb-md-44pt, [dir] .my-md-44pt {
        margin-bottom: 2.75rem !important
    }

    [dir=ltr] .ml-md-44pt, [dir=ltr] .mx-md-44pt {
        margin-left: 2.75rem !important
    }

    [dir=rtl] .ml-md-44pt, [dir=rtl] .mx-md-44pt {
        margin-right: 2.75rem !important
    }

    [dir] .m-md-48pt {
        margin: 3rem !important
    }

    [dir] .mt-md-48pt, [dir] .my-md-48pt {
        margin-top: 3rem !important
    }

    [dir=ltr] .mr-md-48pt, [dir=ltr] .mx-md-48pt {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-md-48pt, [dir=rtl] .mx-md-48pt {
        margin-left: 3rem !important
    }

    [dir] .mb-md-48pt, [dir] .my-md-48pt {
        margin-bottom: 3rem !important
    }

    [dir=ltr] .ml-md-48pt, [dir=ltr] .mx-md-48pt {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-md-48pt, [dir=rtl] .mx-md-48pt {
        margin-right: 3rem !important
    }

    [dir] .m-md-64pt {
        margin: 4rem !important
    }

    [dir] .mt-md-64pt, [dir] .my-md-64pt {
        margin-top: 4rem !important
    }

    [dir=ltr] .mr-md-64pt, [dir=ltr] .mx-md-64pt {
        margin-right: 4rem !important
    }

    [dir=rtl] .mr-md-64pt, [dir=rtl] .mx-md-64pt {
        margin-left: 4rem !important
    }

    [dir] .mb-md-64pt, [dir] .my-md-64pt {
        margin-bottom: 4rem !important
    }

    [dir=ltr] .ml-md-64pt, [dir=ltr] .mx-md-64pt {
        margin-left: 4rem !important
    }

    [dir=rtl] .ml-md-64pt, [dir=rtl] .mx-md-64pt {
        margin-right: 4rem !important
    }

    [dir] .m-md-112pt {
        margin: 7rem !important
    }

    [dir] .mt-md-112pt, [dir] .my-md-112pt {
        margin-top: 7rem !important
    }

    [dir=ltr] .mr-md-112pt, [dir=ltr] .mx-md-112pt {
        margin-right: 7rem !important
    }

    [dir=rtl] .mr-md-112pt, [dir=rtl] .mx-md-112pt {
        margin-left: 7rem !important
    }

    [dir] .mb-md-112pt, [dir] .my-md-112pt {
        margin-bottom: 7rem !important
    }

    [dir=ltr] .ml-md-112pt, [dir=ltr] .mx-md-112pt {
        margin-left: 7rem !important
    }

    [dir=rtl] .ml-md-112pt, [dir=rtl] .mx-md-112pt {
        margin-right: 7rem !important
    }

    [dir] .m-md-128pt {
        margin: 8rem !important
    }

    [dir] .mt-md-128pt, [dir] .my-md-128pt {
        margin-top: 8rem !important
    }

    [dir=ltr] .mr-md-128pt, [dir=ltr] .mx-md-128pt {
        margin-right: 8rem !important
    }

    [dir=rtl] .mr-md-128pt, [dir=rtl] .mx-md-128pt {
        margin-left: 8rem !important
    }

    [dir] .mb-md-128pt, [dir] .my-md-128pt {
        margin-bottom: 8rem !important
    }

    [dir=ltr] .ml-md-128pt, [dir=ltr] .mx-md-128pt {
        margin-left: 8rem !important
    }

    [dir=rtl] .ml-md-128pt, [dir=rtl] .mx-md-128pt {
        margin-right: 8rem !important
    }

    [dir] .p-md-0 {
        padding: 0 !important
    }

    [dir] .pt-md-0, [dir] .py-md-0 {
        padding-top: 0 !important
    }

    [dir=ltr] .pr-md-0, [dir=ltr] .px-md-0 {
        padding-right: 0 !important
    }

    [dir=rtl] .pr-md-0, [dir=rtl] .px-md-0 {
        padding-left: 0 !important
    }

    [dir] .pb-md-0, [dir] .py-md-0 {
        padding-bottom: 0 !important
    }

    [dir=ltr] .pl-md-0, [dir=ltr] .px-md-0 {
        padding-left: 0 !important
    }

    [dir=rtl] .pl-md-0, [dir=rtl] .px-md-0 {
        padding-right: 0 !important
    }

    [dir] .p-md-1 {
        padding: .25rem !important
    }

    [dir] .pt-md-1, [dir] .py-md-1 {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-md-1, [dir=ltr] .px-md-1 {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-md-1, [dir=rtl] .px-md-1 {
        padding-left: .25rem !important
    }

    [dir] .pb-md-1, [dir] .py-md-1 {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-md-1, [dir=ltr] .px-md-1 {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-md-1, [dir=rtl] .px-md-1 {
        padding-right: .25rem !important
    }

    [dir] .p-md-2 {
        padding: .5rem !important
    }

    [dir] .pt-md-2, [dir] .py-md-2 {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-md-2, [dir=ltr] .px-md-2 {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-md-2, [dir=rtl] .px-md-2 {
        padding-left: .5rem !important
    }

    [dir] .pb-md-2, [dir] .py-md-2 {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-md-2, [dir=ltr] .px-md-2 {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-md-2, [dir=rtl] .px-md-2 {
        padding-right: .5rem !important
    }

    [dir] .p-md-3 {
        padding: 1rem !important
    }

    [dir] .pt-md-3, [dir] .py-md-3 {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-md-3, [dir=ltr] .px-md-3 {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-md-3, [dir=rtl] .px-md-3 {
        padding-left: 1rem !important
    }

    [dir] .pb-md-3, [dir] .py-md-3 {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-md-3, [dir=ltr] .px-md-3 {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-md-3, [dir=rtl] .px-md-3 {
        padding-right: 1rem !important
    }

    [dir] .p-md-4 {
        padding: 1.5rem !important
    }

    [dir] .pt-md-4, [dir] .py-md-4 {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-md-4, [dir=ltr] .px-md-4 {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-md-4, [dir=rtl] .px-md-4 {
        padding-left: 1.5rem !important
    }

    [dir] .pb-md-4, [dir] .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-md-4, [dir=ltr] .px-md-4 {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-md-4, [dir=rtl] .px-md-4 {
        padding-right: 1.5rem !important
    }

    [dir] .p-md-5 {
        padding: 3rem !important
    }

    [dir] .pt-md-5, [dir] .py-md-5 {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-md-5, [dir=ltr] .px-md-5 {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-md-5, [dir=rtl] .px-md-5 {
        padding-left: 3rem !important
    }

    [dir] .pb-md-5, [dir] .py-md-5 {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-md-5, [dir=ltr] .px-md-5 {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-md-5, [dir=rtl] .px-md-5 {
        padding-right: 3rem !important
    }

    [dir] .p-md-4pt {
        padding: .25rem !important
    }

    [dir] .pt-md-4pt, [dir] .py-md-4pt {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-md-4pt, [dir=ltr] .px-md-4pt {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-md-4pt, [dir=rtl] .px-md-4pt {
        padding-left: .25rem !important
    }

    [dir] .pb-md-4pt, [dir] .py-md-4pt {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-md-4pt, [dir=ltr] .px-md-4pt {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-md-4pt, [dir=rtl] .px-md-4pt {
        padding-right: .25rem !important
    }

    [dir] .p-md-8pt {
        padding: .5rem !important
    }

    [dir] .pt-md-8pt, [dir] .py-md-8pt {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-md-8pt, [dir=ltr] .px-md-8pt {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-md-8pt, [dir=rtl] .px-md-8pt {
        padding-left: .5rem !important
    }

    [dir] .pb-md-8pt, [dir] .py-md-8pt {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-md-8pt, [dir=ltr] .px-md-8pt {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-md-8pt, [dir=rtl] .px-md-8pt {
        padding-right: .5rem !important
    }

    [dir] .p-md-12pt {
        padding: .75rem !important
    }

    [dir] .pt-md-12pt, [dir] .py-md-12pt {
        padding-top: .75rem !important
    }

    [dir=ltr] .pr-md-12pt, [dir=ltr] .px-md-12pt {
        padding-right: .75rem !important
    }

    [dir=rtl] .pr-md-12pt, [dir=rtl] .px-md-12pt {
        padding-left: .75rem !important
    }

    [dir] .pb-md-12pt, [dir] .py-md-12pt {
        padding-bottom: .75rem !important
    }

    [dir=ltr] .pl-md-12pt, [dir=ltr] .px-md-12pt {
        padding-left: .75rem !important
    }

    [dir=rtl] .pl-md-12pt, [dir=rtl] .px-md-12pt {
        padding-right: .75rem !important
    }

    [dir] .p-md-16pt {
        padding: 1rem !important
    }

    [dir] .pt-md-16pt, [dir] .py-md-16pt {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-md-16pt, [dir=ltr] .px-md-16pt {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-md-16pt, [dir=rtl] .px-md-16pt {
        padding-left: 1rem !important
    }

    [dir] .pb-md-16pt, [dir] .py-md-16pt {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-md-16pt, [dir=ltr] .px-md-16pt {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-md-16pt, [dir=rtl] .px-md-16pt {
        padding-right: 1rem !important
    }

    [dir] .p-md-20pt {
        padding: 1.25rem !important
    }

    [dir] .pt-md-20pt, [dir] .py-md-20pt {
        padding-top: 1.25rem !important
    }

    [dir=ltr] .pr-md-20pt, [dir=ltr] .px-md-20pt {
        padding-right: 1.25rem !important
    }

    [dir=rtl] .pr-md-20pt, [dir=rtl] .px-md-20pt {
        padding-left: 1.25rem !important
    }

    [dir] .pb-md-20pt, [dir] .py-md-20pt {
        padding-bottom: 1.25rem !important
    }

    [dir=ltr] .pl-md-20pt, [dir=ltr] .px-md-20pt {
        padding-left: 1.25rem !important
    }

    [dir=rtl] .pl-md-20pt, [dir=rtl] .px-md-20pt {
        padding-right: 1.25rem !important
    }

    [dir] .p-md-24pt {
        padding: 1.5rem !important
    }

    [dir] .pt-md-24pt, [dir] .py-md-24pt {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-md-24pt, [dir=ltr] .px-md-24pt {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-md-24pt, [dir=rtl] .px-md-24pt {
        padding-left: 1.5rem !important
    }

    [dir] .pb-md-24pt, [dir] .py-md-24pt {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-md-24pt, [dir=ltr] .px-md-24pt {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-md-24pt, [dir=rtl] .px-md-24pt {
        padding-right: 1.5rem !important
    }

    [dir] .p-md-32pt {
        padding: 2rem !important
    }

    [dir] .pt-md-32pt, [dir] .py-md-32pt {
        padding-top: 2rem !important
    }

    [dir=ltr] .pr-md-32pt, [dir=ltr] .px-md-32pt {
        padding-right: 2rem !important
    }

    [dir=rtl] .pr-md-32pt, [dir=rtl] .px-md-32pt {
        padding-left: 2rem !important
    }

    [dir] .pb-md-32pt, [dir] .py-md-32pt {
        padding-bottom: 2rem !important
    }

    [dir=ltr] .pl-md-32pt, [dir=ltr] .px-md-32pt {
        padding-left: 2rem !important
    }

    [dir=rtl] .pl-md-32pt, [dir=rtl] .px-md-32pt {
        padding-right: 2rem !important
    }

    [dir] .p-md-40pt {
        padding: 2.5rem !important
    }

    [dir] .pt-md-40pt, [dir] .py-md-40pt {
        padding-top: 2.5rem !important
    }

    [dir=ltr] .pr-md-40pt, [dir=ltr] .px-md-40pt {
        padding-right: 2.5rem !important
    }

    [dir=rtl] .pr-md-40pt, [dir=rtl] .px-md-40pt {
        padding-left: 2.5rem !important
    }

    [dir] .pb-md-40pt, [dir] .py-md-40pt {
        padding-bottom: 2.5rem !important
    }

    [dir=ltr] .pl-md-40pt, [dir=ltr] .px-md-40pt {
        padding-left: 2.5rem !important
    }

    [dir=rtl] .pl-md-40pt, [dir=rtl] .px-md-40pt {
        padding-right: 2.5rem !important
    }

    [dir] .p-md-44pt {
        padding: 2.75rem !important
    }

    [dir] .pt-md-44pt, [dir] .py-md-44pt {
        padding-top: 2.75rem !important
    }

    [dir=ltr] .pr-md-44pt, [dir=ltr] .px-md-44pt {
        padding-right: 2.75rem !important
    }

    [dir=rtl] .pr-md-44pt, [dir=rtl] .px-md-44pt {
        padding-left: 2.75rem !important
    }

    [dir] .pb-md-44pt, [dir] .py-md-44pt {
        padding-bottom: 2.75rem !important
    }

    [dir=ltr] .pl-md-44pt, [dir=ltr] .px-md-44pt {
        padding-left: 2.75rem !important
    }

    [dir=rtl] .pl-md-44pt, [dir=rtl] .px-md-44pt {
        padding-right: 2.75rem !important
    }

    [dir] .p-md-48pt {
        padding: 3rem !important
    }

    [dir] .pt-md-48pt, [dir] .py-md-48pt {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-md-48pt, [dir=ltr] .px-md-48pt {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-md-48pt, [dir=rtl] .px-md-48pt {
        padding-left: 3rem !important
    }

    [dir] .pb-md-48pt, [dir] .py-md-48pt {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-md-48pt, [dir=ltr] .px-md-48pt {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-md-48pt, [dir=rtl] .px-md-48pt {
        padding-right: 3rem !important
    }

    [dir] .p-md-64pt {
        padding: 4rem !important
    }

    [dir] .pt-md-64pt, [dir] .py-md-64pt {
        padding-top: 4rem !important
    }

    [dir=ltr] .pr-md-64pt, [dir=ltr] .px-md-64pt {
        padding-right: 4rem !important
    }

    [dir=rtl] .pr-md-64pt, [dir=rtl] .px-md-64pt {
        padding-left: 4rem !important
    }

    [dir] .pb-md-64pt, [dir] .py-md-64pt {
        padding-bottom: 4rem !important
    }

    [dir=ltr] .pl-md-64pt, [dir=ltr] .px-md-64pt {
        padding-left: 4rem !important
    }

    [dir=rtl] .pl-md-64pt, [dir=rtl] .px-md-64pt {
        padding-right: 4rem !important
    }

    [dir] .p-md-112pt {
        padding: 7rem !important
    }

    [dir] .pt-md-112pt, [dir] .py-md-112pt {
        padding-top: 7rem !important
    }

    [dir=ltr] .pr-md-112pt, [dir=ltr] .px-md-112pt {
        padding-right: 7rem !important
    }

    [dir=rtl] .pr-md-112pt, [dir=rtl] .px-md-112pt {
        padding-left: 7rem !important
    }

    [dir] .pb-md-112pt, [dir] .py-md-112pt {
        padding-bottom: 7rem !important
    }

    [dir=ltr] .pl-md-112pt, [dir=ltr] .px-md-112pt {
        padding-left: 7rem !important
    }

    [dir=rtl] .pl-md-112pt, [dir=rtl] .px-md-112pt {
        padding-right: 7rem !important
    }

    [dir] .p-md-128pt {
        padding: 8rem !important
    }

    [dir] .pt-md-128pt, [dir] .py-md-128pt {
        padding-top: 8rem !important
    }

    [dir=ltr] .pr-md-128pt, [dir=ltr] .px-md-128pt {
        padding-right: 8rem !important
    }

    [dir=rtl] .pr-md-128pt, [dir=rtl] .px-md-128pt {
        padding-left: 8rem !important
    }

    [dir] .pb-md-128pt, [dir] .py-md-128pt {
        padding-bottom: 8rem !important
    }

    [dir=ltr] .pl-md-128pt, [dir=ltr] .px-md-128pt {
        padding-left: 8rem !important
    }

    [dir=rtl] .pl-md-128pt, [dir=rtl] .px-md-128pt {
        padding-right: 8rem !important
    }

    [dir] .m-md-n1 {
        margin: -.25rem !important
    }

    [dir] .mt-md-n1, [dir] .my-md-n1 {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-md-n1, [dir=ltr] .mx-md-n1 {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-md-n1, [dir=rtl] .mx-md-n1 {
        margin-left: -.25rem !important
    }

    [dir] .mb-md-n1, [dir] .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-md-n1, [dir=ltr] .mx-md-n1 {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-md-n1, [dir=rtl] .mx-md-n1 {
        margin-right: -.25rem !important
    }

    [dir] .m-md-n2 {
        margin: -.5rem !important
    }

    [dir] .mt-md-n2, [dir] .my-md-n2 {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-md-n2, [dir=ltr] .mx-md-n2 {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-md-n2, [dir=rtl] .mx-md-n2 {
        margin-left: -.5rem !important
    }

    [dir] .mb-md-n2, [dir] .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-md-n2, [dir=ltr] .mx-md-n2 {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-md-n2, [dir=rtl] .mx-md-n2 {
        margin-right: -.5rem !important
    }

    [dir] .m-md-n3 {
        margin: -1rem !important
    }

    [dir] .mt-md-n3, [dir] .my-md-n3 {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-md-n3, [dir=ltr] .mx-md-n3 {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-md-n3, [dir=rtl] .mx-md-n3 {
        margin-left: -1rem !important
    }

    [dir] .mb-md-n3, [dir] .my-md-n3 {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-md-n3, [dir=ltr] .mx-md-n3 {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-md-n3, [dir=rtl] .mx-md-n3 {
        margin-right: -1rem !important
    }

    [dir] .m-md-n4 {
        margin: -1.5rem !important
    }

    [dir] .mt-md-n4, [dir] .my-md-n4 {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-md-n4, [dir=ltr] .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-md-n4, [dir=rtl] .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    [dir] .mb-md-n4, [dir] .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-md-n4, [dir=ltr] .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-md-n4, [dir=rtl] .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    [dir] .m-md-n5 {
        margin: -3rem !important
    }

    [dir] .mt-md-n5, [dir] .my-md-n5 {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-md-n5, [dir=ltr] .mx-md-n5 {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-md-n5, [dir=rtl] .mx-md-n5 {
        margin-left: -3rem !important
    }

    [dir] .mb-md-n5, [dir] .my-md-n5 {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-md-n5, [dir=ltr] .mx-md-n5 {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-md-n5, [dir=rtl] .mx-md-n5 {
        margin-right: -3rem !important
    }

    [dir] .m-md-n4pt {
        margin: -.25rem !important
    }

    [dir] .mt-md-n4pt, [dir] .my-md-n4pt {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-md-n4pt, [dir=ltr] .mx-md-n4pt {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-md-n4pt, [dir=rtl] .mx-md-n4pt {
        margin-left: -.25rem !important
    }

    [dir] .mb-md-n4pt, [dir] .my-md-n4pt {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-md-n4pt, [dir=ltr] .mx-md-n4pt {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-md-n4pt, [dir=rtl] .mx-md-n4pt {
        margin-right: -.25rem !important
    }

    [dir] .m-md-n8pt {
        margin: -.5rem !important
    }

    [dir] .mt-md-n8pt, [dir] .my-md-n8pt {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-md-n8pt, [dir=ltr] .mx-md-n8pt {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-md-n8pt, [dir=rtl] .mx-md-n8pt {
        margin-left: -.5rem !important
    }

    [dir] .mb-md-n8pt, [dir] .my-md-n8pt {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-md-n8pt, [dir=ltr] .mx-md-n8pt {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-md-n8pt, [dir=rtl] .mx-md-n8pt {
        margin-right: -.5rem !important
    }

    [dir] .m-md-n12pt {
        margin: -.75rem !important
    }

    [dir] .mt-md-n12pt, [dir] .my-md-n12pt {
        margin-top: -.75rem !important
    }

    [dir=ltr] .mr-md-n12pt, [dir=ltr] .mx-md-n12pt {
        margin-right: -.75rem !important
    }

    [dir=rtl] .mr-md-n12pt, [dir=rtl] .mx-md-n12pt {
        margin-left: -.75rem !important
    }

    [dir] .mb-md-n12pt, [dir] .my-md-n12pt {
        margin-bottom: -.75rem !important
    }

    [dir=ltr] .ml-md-n12pt, [dir=ltr] .mx-md-n12pt {
        margin-left: -.75rem !important
    }

    [dir=rtl] .ml-md-n12pt, [dir=rtl] .mx-md-n12pt {
        margin-right: -.75rem !important
    }

    [dir] .m-md-n16pt {
        margin: -1rem !important
    }

    [dir] .mt-md-n16pt, [dir] .my-md-n16pt {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-md-n16pt, [dir=ltr] .mx-md-n16pt {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-md-n16pt, [dir=rtl] .mx-md-n16pt {
        margin-left: -1rem !important
    }

    [dir] .mb-md-n16pt, [dir] .my-md-n16pt {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-md-n16pt, [dir=ltr] .mx-md-n16pt {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-md-n16pt, [dir=rtl] .mx-md-n16pt {
        margin-right: -1rem !important
    }

    [dir] .m-md-n20pt {
        margin: -1.25rem !important
    }

    [dir] .mt-md-n20pt, [dir] .my-md-n20pt {
        margin-top: -1.25rem !important
    }

    [dir=ltr] .mr-md-n20pt, [dir=ltr] .mx-md-n20pt {
        margin-right: -1.25rem !important
    }

    [dir=rtl] .mr-md-n20pt, [dir=rtl] .mx-md-n20pt {
        margin-left: -1.25rem !important
    }

    [dir] .mb-md-n20pt, [dir] .my-md-n20pt {
        margin-bottom: -1.25rem !important
    }

    [dir=ltr] .ml-md-n20pt, [dir=ltr] .mx-md-n20pt {
        margin-left: -1.25rem !important
    }

    [dir=rtl] .ml-md-n20pt, [dir=rtl] .mx-md-n20pt {
        margin-right: -1.25rem !important
    }

    [dir] .m-md-n24pt {
        margin: -1.5rem !important
    }

    [dir] .mt-md-n24pt, [dir] .my-md-n24pt {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-md-n24pt, [dir=ltr] .mx-md-n24pt {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-md-n24pt, [dir=rtl] .mx-md-n24pt {
        margin-left: -1.5rem !important
    }

    [dir] .mb-md-n24pt, [dir] .my-md-n24pt {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-md-n24pt, [dir=ltr] .mx-md-n24pt {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-md-n24pt, [dir=rtl] .mx-md-n24pt {
        margin-right: -1.5rem !important
    }

    [dir] .m-md-n32pt {
        margin: -2rem !important
    }

    [dir] .mt-md-n32pt, [dir] .my-md-n32pt {
        margin-top: -2rem !important
    }

    [dir=ltr] .mr-md-n32pt, [dir=ltr] .mx-md-n32pt {
        margin-right: -2rem !important
    }

    [dir=rtl] .mr-md-n32pt, [dir=rtl] .mx-md-n32pt {
        margin-left: -2rem !important
    }

    [dir] .mb-md-n32pt, [dir] .my-md-n32pt {
        margin-bottom: -2rem !important
    }

    [dir=ltr] .ml-md-n32pt, [dir=ltr] .mx-md-n32pt {
        margin-left: -2rem !important
    }

    [dir=rtl] .ml-md-n32pt, [dir=rtl] .mx-md-n32pt {
        margin-right: -2rem !important
    }

    [dir] .m-md-n40pt {
        margin: -2.5rem !important
    }

    [dir] .mt-md-n40pt, [dir] .my-md-n40pt {
        margin-top: -2.5rem !important
    }

    [dir=ltr] .mr-md-n40pt, [dir=ltr] .mx-md-n40pt {
        margin-right: -2.5rem !important
    }

    [dir=rtl] .mr-md-n40pt, [dir=rtl] .mx-md-n40pt {
        margin-left: -2.5rem !important
    }

    [dir] .mb-md-n40pt, [dir] .my-md-n40pt {
        margin-bottom: -2.5rem !important
    }

    [dir=ltr] .ml-md-n40pt, [dir=ltr] .mx-md-n40pt {
        margin-left: -2.5rem !important
    }

    [dir=rtl] .ml-md-n40pt, [dir=rtl] .mx-md-n40pt {
        margin-right: -2.5rem !important
    }

    [dir] .m-md-n44pt {
        margin: -2.75rem !important
    }

    [dir] .mt-md-n44pt, [dir] .my-md-n44pt {
        margin-top: -2.75rem !important
    }

    [dir=ltr] .mr-md-n44pt, [dir=ltr] .mx-md-n44pt {
        margin-right: -2.75rem !important
    }

    [dir=rtl] .mr-md-n44pt, [dir=rtl] .mx-md-n44pt {
        margin-left: -2.75rem !important
    }

    [dir] .mb-md-n44pt, [dir] .my-md-n44pt {
        margin-bottom: -2.75rem !important
    }

    [dir=ltr] .ml-md-n44pt, [dir=ltr] .mx-md-n44pt {
        margin-left: -2.75rem !important
    }

    [dir=rtl] .ml-md-n44pt, [dir=rtl] .mx-md-n44pt {
        margin-right: -2.75rem !important
    }

    [dir] .m-md-n48pt {
        margin: -3rem !important
    }

    [dir] .mt-md-n48pt, [dir] .my-md-n48pt {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-md-n48pt, [dir=ltr] .mx-md-n48pt {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-md-n48pt, [dir=rtl] .mx-md-n48pt {
        margin-left: -3rem !important
    }

    [dir] .mb-md-n48pt, [dir] .my-md-n48pt {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-md-n48pt, [dir=ltr] .mx-md-n48pt {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-md-n48pt, [dir=rtl] .mx-md-n48pt {
        margin-right: -3rem !important
    }

    [dir] .m-md-n64pt {
        margin: -4rem !important
    }

    [dir] .mt-md-n64pt, [dir] .my-md-n64pt {
        margin-top: -4rem !important
    }

    [dir=ltr] .mr-md-n64pt, [dir=ltr] .mx-md-n64pt {
        margin-right: -4rem !important
    }

    [dir=rtl] .mr-md-n64pt, [dir=rtl] .mx-md-n64pt {
        margin-left: -4rem !important
    }

    [dir] .mb-md-n64pt, [dir] .my-md-n64pt {
        margin-bottom: -4rem !important
    }

    [dir=ltr] .ml-md-n64pt, [dir=ltr] .mx-md-n64pt {
        margin-left: -4rem !important
    }

    [dir=rtl] .ml-md-n64pt, [dir=rtl] .mx-md-n64pt {
        margin-right: -4rem !important
    }

    [dir] .m-md-n112pt {
        margin: -7rem !important
    }

    [dir] .mt-md-n112pt, [dir] .my-md-n112pt {
        margin-top: -7rem !important
    }

    [dir=ltr] .mr-md-n112pt, [dir=ltr] .mx-md-n112pt {
        margin-right: -7rem !important
    }

    [dir=rtl] .mr-md-n112pt, [dir=rtl] .mx-md-n112pt {
        margin-left: -7rem !important
    }

    [dir] .mb-md-n112pt, [dir] .my-md-n112pt {
        margin-bottom: -7rem !important
    }

    [dir=ltr] .ml-md-n112pt, [dir=ltr] .mx-md-n112pt {
        margin-left: -7rem !important
    }

    [dir=rtl] .ml-md-n112pt, [dir=rtl] .mx-md-n112pt {
        margin-right: -7rem !important
    }

    [dir] .m-md-n128pt {
        margin: -8rem !important
    }

    [dir] .mt-md-n128pt, [dir] .my-md-n128pt {
        margin-top: -8rem !important
    }

    [dir=ltr] .mr-md-n128pt, [dir=ltr] .mx-md-n128pt {
        margin-right: -8rem !important
    }

    [dir=rtl] .mr-md-n128pt, [dir=rtl] .mx-md-n128pt {
        margin-left: -8rem !important
    }

    [dir] .mb-md-n128pt, [dir] .my-md-n128pt {
        margin-bottom: -8rem !important
    }

    [dir=ltr] .ml-md-n128pt, [dir=ltr] .mx-md-n128pt {
        margin-left: -8rem !important
    }

    [dir=rtl] .ml-md-n128pt, [dir=rtl] .mx-md-n128pt {
        margin-right: -8rem !important
    }

    [dir] .m-md-auto {
        margin: auto !important
    }

    [dir] .mt-md-auto, [dir] .my-md-auto {
        margin-top: auto !important
    }

    [dir=ltr] .mr-md-auto, [dir=ltr] .mx-md-auto {
        margin-right: auto !important
    }

    [dir=rtl] .mr-md-auto, [dir=rtl] .mx-md-auto {
        margin-left: auto !important
    }

    [dir] .mb-md-auto, [dir] .my-md-auto {
        margin-bottom: auto !important
    }

    [dir=ltr] .ml-md-auto, [dir=ltr] .mx-md-auto {
        margin-left: auto !important
    }

    [dir=rtl] .ml-md-auto, [dir=rtl] .mx-md-auto {
        margin-right: auto !important
    }
}

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

    [dir] .mt-lg-0, [dir] .my-lg-0 {
        margin-top: 0 !important
    }

    [dir=ltr] .mr-lg-0, [dir=ltr] .mx-lg-0 {
        margin-right: 0 !important
    }

    [dir=rtl] .mr-lg-0, [dir=rtl] .mx-lg-0 {
        margin-left: 0 !important
    }

    [dir] .mb-lg-0, [dir] .my-lg-0 {
        margin-bottom: 0 !important
    }

    [dir=ltr] .ml-lg-0, [dir=ltr] .mx-lg-0 {
        margin-left: 0 !important
    }

    [dir=rtl] .ml-lg-0, [dir=rtl] .mx-lg-0 {
        margin-right: 0 !important
    }

    [dir] .m-lg-1 {
        margin: .25rem !important
    }

    [dir] .mt-lg-1, [dir] .my-lg-1 {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-lg-1, [dir=ltr] .mx-lg-1 {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-lg-1, [dir=rtl] .mx-lg-1 {
        margin-left: .25rem !important
    }

    [dir] .mb-lg-1, [dir] .my-lg-1 {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-lg-1, [dir=ltr] .mx-lg-1 {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-lg-1, [dir=rtl] .mx-lg-1 {
        margin-right: .25rem !important
    }

    [dir] .m-lg-2 {
        margin: .5rem !important
    }

    [dir] .mt-lg-2, [dir] .my-lg-2 {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-lg-2, [dir=ltr] .mx-lg-2 {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-lg-2, [dir=rtl] .mx-lg-2 {
        margin-left: .5rem !important
    }

    [dir] .mb-lg-2, [dir] .my-lg-2 {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-lg-2, [dir=ltr] .mx-lg-2 {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-lg-2, [dir=rtl] .mx-lg-2 {
        margin-right: .5rem !important
    }

    [dir] .m-lg-3 {
        margin: 1rem !important
    }

    [dir] .mt-lg-3, [dir] .my-lg-3 {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-lg-3, [dir=ltr] .mx-lg-3 {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-lg-3, [dir=rtl] .mx-lg-3 {
        margin-left: 1rem !important
    }

    [dir] .mb-lg-3, [dir] .my-lg-3 {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-lg-3, [dir=ltr] .mx-lg-3 {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-lg-3, [dir=rtl] .mx-lg-3 {
        margin-right: 1rem !important
    }

    [dir] .m-lg-4 {
        margin: 1.5rem !important
    }

    [dir] .mt-lg-4, [dir] .my-lg-4 {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-lg-4, [dir=ltr] .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-lg-4, [dir=rtl] .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    [dir] .mb-lg-4, [dir] .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-lg-4, [dir=ltr] .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-lg-4, [dir=rtl] .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    [dir] .m-lg-5 {
        margin: 3rem !important
    }

    [dir] .mt-lg-5, [dir] .my-lg-5 {
        margin-top: 3rem !important
    }

    [dir=ltr] .mr-lg-5, [dir=ltr] .mx-lg-5 {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-lg-5, [dir=rtl] .mx-lg-5 {
        margin-left: 3rem !important
    }

    [dir] .mb-lg-5, [dir] .my-lg-5 {
        margin-bottom: 3rem !important
    }

    [dir=ltr] .ml-lg-5, [dir=ltr] .mx-lg-5 {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-lg-5, [dir=rtl] .mx-lg-5 {
        margin-right: 3rem !important
    }

    [dir] .m-lg-4pt {
        margin: .25rem !important
    }

    [dir] .mt-lg-4pt, [dir] .my-lg-4pt {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-lg-4pt, [dir=ltr] .mx-lg-4pt {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-lg-4pt, [dir=rtl] .mx-lg-4pt {
        margin-left: .25rem !important
    }

    [dir] .mb-lg-4pt, [dir] .my-lg-4pt {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-lg-4pt, [dir=ltr] .mx-lg-4pt {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-lg-4pt, [dir=rtl] .mx-lg-4pt {
        margin-right: .25rem !important
    }

    [dir] .m-lg-8pt {
        margin: .5rem !important
    }

    [dir] .mt-lg-8pt, [dir] .my-lg-8pt {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-lg-8pt, [dir=ltr] .mx-lg-8pt {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-lg-8pt, [dir=rtl] .mx-lg-8pt {
        margin-left: .5rem !important
    }

    [dir] .mb-lg-8pt, [dir] .my-lg-8pt {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-lg-8pt, [dir=ltr] .mx-lg-8pt {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-lg-8pt, [dir=rtl] .mx-lg-8pt {
        margin-right: .5rem !important
    }

    [dir] .m-lg-12pt {
        margin: .75rem !important
    }

    [dir] .mt-lg-12pt, [dir] .my-lg-12pt {
        margin-top: .75rem !important
    }

    [dir=ltr] .mr-lg-12pt, [dir=ltr] .mx-lg-12pt {
        margin-right: .75rem !important
    }

    [dir=rtl] .mr-lg-12pt, [dir=rtl] .mx-lg-12pt {
        margin-left: .75rem !important
    }

    [dir] .mb-lg-12pt, [dir] .my-lg-12pt {
        margin-bottom: .75rem !important
    }

    [dir=ltr] .ml-lg-12pt, [dir=ltr] .mx-lg-12pt {
        margin-left: .75rem !important
    }

    [dir=rtl] .ml-lg-12pt, [dir=rtl] .mx-lg-12pt {
        margin-right: .75rem !important
    }

    [dir] .m-lg-16pt {
        margin: 1rem !important
    }

    [dir] .mt-lg-16pt, [dir] .my-lg-16pt {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-lg-16pt, [dir=ltr] .mx-lg-16pt {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-lg-16pt, [dir=rtl] .mx-lg-16pt {
        margin-left: 1rem !important
    }

    [dir] .mb-lg-16pt, [dir] .my-lg-16pt {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-lg-16pt, [dir=ltr] .mx-lg-16pt {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-lg-16pt, [dir=rtl] .mx-lg-16pt {
        margin-right: 1rem !important
    }

    [dir] .m-lg-20pt {
        margin: 1.25rem !important
    }

    [dir] .mt-lg-20pt, [dir] .my-lg-20pt {
        margin-top: 1.25rem !important
    }

    [dir=ltr] .mr-lg-20pt, [dir=ltr] .mx-lg-20pt {
        margin-right: 1.25rem !important
    }

    [dir=rtl] .mr-lg-20pt, [dir=rtl] .mx-lg-20pt {
        margin-left: 1.25rem !important
    }

    [dir] .mb-lg-20pt, [dir] .my-lg-20pt {
        margin-bottom: 1.25rem !important
    }

    [dir=ltr] .ml-lg-20pt, [dir=ltr] .mx-lg-20pt {
        margin-left: 1.25rem !important
    }

    [dir=rtl] .ml-lg-20pt, [dir=rtl] .mx-lg-20pt {
        margin-right: 1.25rem !important
    }

    [dir] .m-lg-24pt {
        margin: 1.5rem !important
    }

    [dir] .mt-lg-24pt, [dir] .my-lg-24pt {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-lg-24pt, [dir=ltr] .mx-lg-24pt {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-lg-24pt, [dir=rtl] .mx-lg-24pt {
        margin-left: 1.5rem !important
    }

    [dir] .mb-lg-24pt, [dir] .my-lg-24pt {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-lg-24pt, [dir=ltr] .mx-lg-24pt {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-lg-24pt, [dir=rtl] .mx-lg-24pt {
        margin-right: 1.5rem !important
    }

    [dir] .m-lg-32pt {
        margin: 2rem !important
    }

    [dir] .mt-lg-32pt, [dir] .my-lg-32pt {
        margin-top: 2rem !important
    }

    [dir=ltr] .mr-lg-32pt, [dir=ltr] .mx-lg-32pt {
        margin-right: 2rem !important
    }

    [dir=rtl] .mr-lg-32pt, [dir=rtl] .mx-lg-32pt {
        margin-left: 2rem !important
    }

    [dir] .mb-lg-32pt, [dir] .my-lg-32pt {
        margin-bottom: 2rem !important
    }

    [dir=ltr] .ml-lg-32pt, [dir=ltr] .mx-lg-32pt {
        margin-left: 2rem !important
    }

    [dir=rtl] .ml-lg-32pt, [dir=rtl] .mx-lg-32pt {
        margin-right: 2rem !important
    }

    [dir] .m-lg-40pt {
        margin: 2.5rem !important
    }

    [dir] .mt-lg-40pt, [dir] .my-lg-40pt {
        margin-top: 2.5rem !important
    }

    [dir=ltr] .mr-lg-40pt, [dir=ltr] .mx-lg-40pt {
        margin-right: 2.5rem !important
    }

    [dir=rtl] .mr-lg-40pt, [dir=rtl] .mx-lg-40pt {
        margin-left: 2.5rem !important
    }

    [dir] .mb-lg-40pt, [dir] .my-lg-40pt {
        margin-bottom: 2.5rem !important
    }

    [dir=ltr] .ml-lg-40pt, [dir=ltr] .mx-lg-40pt {
        margin-left: 2.5rem !important
    }

    [dir=rtl] .ml-lg-40pt, [dir=rtl] .mx-lg-40pt {
        margin-right: 2.5rem !important
    }

    [dir] .m-lg-44pt {
        margin: 2.75rem !important
    }

    [dir] .mt-lg-44pt, [dir] .my-lg-44pt {
        margin-top: 2.75rem !important
    }

    [dir=ltr] .mr-lg-44pt, [dir=ltr] .mx-lg-44pt {
        margin-right: 2.75rem !important
    }

    [dir=rtl] .mr-lg-44pt, [dir=rtl] .mx-lg-44pt {
        margin-left: 2.75rem !important
    }

    [dir] .mb-lg-44pt, [dir] .my-lg-44pt {
        margin-bottom: 2.75rem !important
    }

    [dir=ltr] .ml-lg-44pt, [dir=ltr] .mx-lg-44pt {
        margin-left: 2.75rem !important
    }

    [dir=rtl] .ml-lg-44pt, [dir=rtl] .mx-lg-44pt {
        margin-right: 2.75rem !important
    }

    [dir] .m-lg-48pt {
        margin: 3rem !important
    }

    [dir] .mt-lg-48pt, [dir] .my-lg-48pt {
        margin-top: 3rem !important
    }

    [dir=ltr] .mr-lg-48pt, [dir=ltr] .mx-lg-48pt {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-lg-48pt, [dir=rtl] .mx-lg-48pt {
        margin-left: 3rem !important
    }

    [dir] .mb-lg-48pt, [dir] .my-lg-48pt {
        margin-bottom: 3rem !important
    }

    [dir=ltr] .ml-lg-48pt, [dir=ltr] .mx-lg-48pt {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-lg-48pt, [dir=rtl] .mx-lg-48pt {
        margin-right: 3rem !important
    }

    [dir] .m-lg-64pt {
        margin: 4rem !important
    }

    [dir] .mt-lg-64pt, [dir] .my-lg-64pt {
        margin-top: 4rem !important
    }

    [dir=ltr] .mr-lg-64pt, [dir=ltr] .mx-lg-64pt {
        margin-right: 4rem !important
    }

    [dir=rtl] .mr-lg-64pt, [dir=rtl] .mx-lg-64pt {
        margin-left: 4rem !important
    }

    [dir] .mb-lg-64pt, [dir] .my-lg-64pt {
        margin-bottom: 4rem !important
    }

    [dir=ltr] .ml-lg-64pt, [dir=ltr] .mx-lg-64pt {
        margin-left: 4rem !important
    }

    [dir=rtl] .ml-lg-64pt, [dir=rtl] .mx-lg-64pt {
        margin-right: 4rem !important
    }

    [dir] .m-lg-112pt {
        margin: 7rem !important
    }

    [dir] .mt-lg-112pt, [dir] .my-lg-112pt {
        margin-top: 7rem !important
    }

    [dir=ltr] .mr-lg-112pt, [dir=ltr] .mx-lg-112pt {
        margin-right: 7rem !important
    }

    [dir=rtl] .mr-lg-112pt, [dir=rtl] .mx-lg-112pt {
        margin-left: 7rem !important
    }

    [dir] .mb-lg-112pt, [dir] .my-lg-112pt {
        margin-bottom: 7rem !important
    }

    [dir=ltr] .ml-lg-112pt, [dir=ltr] .mx-lg-112pt {
        margin-left: 7rem !important
    }

    [dir=rtl] .ml-lg-112pt, [dir=rtl] .mx-lg-112pt {
        margin-right: 7rem !important
    }

    [dir] .m-lg-128pt {
        margin: 8rem !important
    }

    [dir] .mt-lg-128pt, [dir] .my-lg-128pt {
        margin-top: 8rem !important
    }

    [dir=ltr] .mr-lg-128pt, [dir=ltr] .mx-lg-128pt {
        margin-right: 8rem !important
    }

    [dir=rtl] .mr-lg-128pt, [dir=rtl] .mx-lg-128pt {
        margin-left: 8rem !important
    }

    [dir] .mb-lg-128pt, [dir] .my-lg-128pt {
        margin-bottom: 8rem !important
    }

    [dir=ltr] .ml-lg-128pt, [dir=ltr] .mx-lg-128pt {
        margin-left: 8rem !important
    }

    [dir=rtl] .ml-lg-128pt, [dir=rtl] .mx-lg-128pt {
        margin-right: 8rem !important
    }

    [dir] .p-lg-0 {
        padding: 0 !important
    }

    [dir] .pt-lg-0, [dir] .py-lg-0 {
        padding-top: 0 !important
    }

    [dir=ltr] .pr-lg-0, [dir=ltr] .px-lg-0 {
        padding-right: 0 !important
    }

    [dir=rtl] .pr-lg-0, [dir=rtl] .px-lg-0 {
        padding-left: 0 !important
    }

    [dir] .pb-lg-0, [dir] .py-lg-0 {
        padding-bottom: 0 !important
    }

    [dir=ltr] .pl-lg-0, [dir=ltr] .px-lg-0 {
        padding-left: 0 !important
    }

    [dir=rtl] .pl-lg-0, [dir=rtl] .px-lg-0 {
        padding-right: 0 !important
    }

    [dir] .p-lg-1 {
        padding: .25rem !important
    }

    [dir] .pt-lg-1, [dir] .py-lg-1 {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-lg-1, [dir=ltr] .px-lg-1 {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-lg-1, [dir=rtl] .px-lg-1 {
        padding-left: .25rem !important
    }

    [dir] .pb-lg-1, [dir] .py-lg-1 {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-lg-1, [dir=ltr] .px-lg-1 {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-lg-1, [dir=rtl] .px-lg-1 {
        padding-right: .25rem !important
    }

    [dir] .p-lg-2 {
        padding: .5rem !important
    }

    [dir] .pt-lg-2, [dir] .py-lg-2 {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-lg-2, [dir=ltr] .px-lg-2 {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-lg-2, [dir=rtl] .px-lg-2 {
        padding-left: .5rem !important
    }

    [dir] .pb-lg-2, [dir] .py-lg-2 {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-lg-2, [dir=ltr] .px-lg-2 {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-lg-2, [dir=rtl] .px-lg-2 {
        padding-right: .5rem !important
    }

    [dir] .p-lg-3 {
        padding: 1rem !important
    }

    [dir] .pt-lg-3, [dir] .py-lg-3 {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-lg-3, [dir=ltr] .px-lg-3 {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-lg-3, [dir=rtl] .px-lg-3 {
        padding-left: 1rem !important
    }

    [dir] .pb-lg-3, [dir] .py-lg-3 {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-lg-3, [dir=ltr] .px-lg-3 {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-lg-3, [dir=rtl] .px-lg-3 {
        padding-right: 1rem !important
    }

    [dir] .p-lg-4 {
        padding: 1.5rem !important
    }

    [dir] .pt-lg-4, [dir] .py-lg-4 {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-lg-4, [dir=ltr] .px-lg-4 {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-lg-4, [dir=rtl] .px-lg-4 {
        padding-left: 1.5rem !important
    }

    [dir] .pb-lg-4, [dir] .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-lg-4, [dir=ltr] .px-lg-4 {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-lg-4, [dir=rtl] .px-lg-4 {
        padding-right: 1.5rem !important
    }

    [dir] .p-lg-5 {
        padding: 3rem !important
    }

    [dir] .pt-lg-5, [dir] .py-lg-5 {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-lg-5, [dir=ltr] .px-lg-5 {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-lg-5, [dir=rtl] .px-lg-5 {
        padding-left: 3rem !important
    }

    [dir] .pb-lg-5, [dir] .py-lg-5 {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-lg-5, [dir=ltr] .px-lg-5 {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-lg-5, [dir=rtl] .px-lg-5 {
        padding-right: 3rem !important
    }

    [dir] .p-lg-4pt {
        padding: .25rem !important
    }

    [dir] .pt-lg-4pt, [dir] .py-lg-4pt {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-lg-4pt, [dir=ltr] .px-lg-4pt {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-lg-4pt, [dir=rtl] .px-lg-4pt {
        padding-left: .25rem !important
    }

    [dir] .pb-lg-4pt, [dir] .py-lg-4pt {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-lg-4pt, [dir=ltr] .px-lg-4pt {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-lg-4pt, [dir=rtl] .px-lg-4pt {
        padding-right: .25rem !important
    }

    [dir] .p-lg-8pt {
        padding: .5rem !important
    }

    [dir] .pt-lg-8pt, [dir] .py-lg-8pt {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-lg-8pt, [dir=ltr] .px-lg-8pt {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-lg-8pt, [dir=rtl] .px-lg-8pt {
        padding-left: .5rem !important
    }

    [dir] .pb-lg-8pt, [dir] .py-lg-8pt {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-lg-8pt, [dir=ltr] .px-lg-8pt {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-lg-8pt, [dir=rtl] .px-lg-8pt {
        padding-right: .5rem !important
    }

    [dir] .p-lg-12pt {
        padding: .75rem !important
    }

    [dir] .pt-lg-12pt, [dir] .py-lg-12pt {
        padding-top: .75rem !important
    }

    [dir=ltr] .pr-lg-12pt, [dir=ltr] .px-lg-12pt {
        padding-right: .75rem !important
    }

    [dir=rtl] .pr-lg-12pt, [dir=rtl] .px-lg-12pt {
        padding-left: .75rem !important
    }

    [dir] .pb-lg-12pt, [dir] .py-lg-12pt {
        padding-bottom: .75rem !important
    }

    [dir=ltr] .pl-lg-12pt, [dir=ltr] .px-lg-12pt {
        padding-left: .75rem !important
    }

    [dir=rtl] .pl-lg-12pt, [dir=rtl] .px-lg-12pt {
        padding-right: .75rem !important
    }

    [dir] .p-lg-16pt {
        padding: 1rem !important
    }

    [dir] .pt-lg-16pt, [dir] .py-lg-16pt {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-lg-16pt, [dir=ltr] .px-lg-16pt {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-lg-16pt, [dir=rtl] .px-lg-16pt {
        padding-left: 1rem !important
    }

    [dir] .pb-lg-16pt, [dir] .py-lg-16pt {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-lg-16pt, [dir=ltr] .px-lg-16pt {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-lg-16pt, [dir=rtl] .px-lg-16pt {
        padding-right: 1rem !important
    }

    [dir] .p-lg-20pt {
        padding: 1.25rem !important
    }

    [dir] .pt-lg-20pt, [dir] .py-lg-20pt {
        padding-top: 1.25rem !important
    }

    [dir=ltr] .pr-lg-20pt, [dir=ltr] .px-lg-20pt {
        padding-right: 1.25rem !important
    }

    [dir=rtl] .pr-lg-20pt, [dir=rtl] .px-lg-20pt {
        padding-left: 1.25rem !important
    }

    [dir] .pb-lg-20pt, [dir] .py-lg-20pt {
        padding-bottom: 1.25rem !important
    }

    [dir=ltr] .pl-lg-20pt, [dir=ltr] .px-lg-20pt {
        padding-left: 1.25rem !important
    }

    [dir=rtl] .pl-lg-20pt, [dir=rtl] .px-lg-20pt {
        padding-right: 1.25rem !important
    }

    [dir] .p-lg-24pt {
        padding: 1.5rem !important
    }

    [dir] .pt-lg-24pt, [dir] .py-lg-24pt {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-lg-24pt, [dir=ltr] .px-lg-24pt {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-lg-24pt, [dir=rtl] .px-lg-24pt {
        padding-left: 1.5rem !important
    }

    [dir] .pb-lg-24pt, [dir] .py-lg-24pt {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-lg-24pt, [dir=ltr] .px-lg-24pt {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-lg-24pt, [dir=rtl] .px-lg-24pt {
        padding-right: 1.5rem !important
    }

    [dir] .p-lg-32pt {
        padding: 2rem !important
    }

    [dir] .pt-lg-32pt, [dir] .py-lg-32pt {
        padding-top: 2rem !important
    }

    [dir=ltr] .pr-lg-32pt, [dir=ltr] .px-lg-32pt {
        padding-right: 2rem !important
    }

    [dir=rtl] .pr-lg-32pt, [dir=rtl] .px-lg-32pt {
        padding-left: 2rem !important
    }

    [dir] .pb-lg-32pt, [dir] .py-lg-32pt {
        padding-bottom: 2rem !important
    }

    [dir=ltr] .pl-lg-32pt, [dir=ltr] .px-lg-32pt {
        padding-left: 2rem !important
    }

    [dir=rtl] .pl-lg-32pt, [dir=rtl] .px-lg-32pt {
        padding-right: 2rem !important
    }

    [dir] .p-lg-40pt {
        padding: 2.5rem !important
    }

    [dir] .pt-lg-40pt, [dir] .py-lg-40pt {
        padding-top: 2.5rem !important
    }

    [dir=ltr] .pr-lg-40pt, [dir=ltr] .px-lg-40pt {
        padding-right: 2.5rem !important
    }

    [dir=rtl] .pr-lg-40pt, [dir=rtl] .px-lg-40pt {
        padding-left: 2.5rem !important
    }

    [dir] .pb-lg-40pt, [dir] .py-lg-40pt {
        padding-bottom: 2.5rem !important
    }

    [dir=ltr] .pl-lg-40pt, [dir=ltr] .px-lg-40pt {
        padding-left: 2.5rem !important
    }

    [dir=rtl] .pl-lg-40pt, [dir=rtl] .px-lg-40pt {
        padding-right: 2.5rem !important
    }

    [dir] .p-lg-44pt {
        padding: 2.75rem !important
    }

    [dir] .pt-lg-44pt, [dir] .py-lg-44pt {
        padding-top: 2.75rem !important
    }

    [dir=ltr] .pr-lg-44pt, [dir=ltr] .px-lg-44pt {
        padding-right: 2.75rem !important
    }

    [dir=rtl] .pr-lg-44pt, [dir=rtl] .px-lg-44pt {
        padding-left: 2.75rem !important
    }

    [dir] .pb-lg-44pt, [dir] .py-lg-44pt {
        padding-bottom: 2.75rem !important
    }

    [dir=ltr] .pl-lg-44pt, [dir=ltr] .px-lg-44pt {
        padding-left: 2.75rem !important
    }

    [dir=rtl] .pl-lg-44pt, [dir=rtl] .px-lg-44pt {
        padding-right: 2.75rem !important
    }

    [dir] .p-lg-48pt {
        padding: 3rem !important
    }

    [dir] .pt-lg-48pt, [dir] .py-lg-48pt {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-lg-48pt, [dir=ltr] .px-lg-48pt {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-lg-48pt, [dir=rtl] .px-lg-48pt {
        padding-left: 3rem !important
    }

    [dir] .pb-lg-48pt, [dir] .py-lg-48pt {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-lg-48pt, [dir=ltr] .px-lg-48pt {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-lg-48pt, [dir=rtl] .px-lg-48pt {
        padding-right: 3rem !important
    }

    [dir] .p-lg-64pt {
        padding: 4rem !important
    }

    [dir] .pt-lg-64pt, [dir] .py-lg-64pt {
        padding-top: 4rem !important
    }

    [dir=ltr] .pr-lg-64pt, [dir=ltr] .px-lg-64pt {
        padding-right: 4rem !important
    }

    [dir=rtl] .pr-lg-64pt, [dir=rtl] .px-lg-64pt {
        padding-left: 4rem !important
    }

    [dir] .pb-lg-64pt, [dir] .py-lg-64pt {
        padding-bottom: 4rem !important
    }

    [dir=ltr] .pl-lg-64pt, [dir=ltr] .px-lg-64pt {
        padding-left: 4rem !important
    }

    [dir=rtl] .pl-lg-64pt, [dir=rtl] .px-lg-64pt {
        padding-right: 4rem !important
    }

    [dir] .p-lg-112pt {
        padding: 7rem !important
    }

    [dir] .pt-lg-112pt, [dir] .py-lg-112pt {
        padding-top: 7rem !important
    }

    [dir=ltr] .pr-lg-112pt, [dir=ltr] .px-lg-112pt {
        padding-right: 7rem !important
    }

    [dir=rtl] .pr-lg-112pt, [dir=rtl] .px-lg-112pt {
        padding-left: 7rem !important
    }

    [dir] .pb-lg-112pt, [dir] .py-lg-112pt {
        padding-bottom: 7rem !important
    }

    [dir=ltr] .pl-lg-112pt, [dir=ltr] .px-lg-112pt {
        padding-left: 7rem !important
    }

    [dir=rtl] .pl-lg-112pt, [dir=rtl] .px-lg-112pt {
        padding-right: 7rem !important
    }

    [dir] .p-lg-128pt {
        padding: 8rem !important
    }

    [dir] .pt-lg-128pt, [dir] .py-lg-128pt {
        padding-top: 8rem !important
    }

    [dir=ltr] .pr-lg-128pt, [dir=ltr] .px-lg-128pt {
        padding-right: 8rem !important
    }

    [dir=rtl] .pr-lg-128pt, [dir=rtl] .px-lg-128pt {
        padding-left: 8rem !important
    }

    [dir] .pb-lg-128pt, [dir] .py-lg-128pt {
        padding-bottom: 8rem !important
    }

    [dir=ltr] .pl-lg-128pt, [dir=ltr] .px-lg-128pt {
        padding-left: 8rem !important
    }

    [dir=rtl] .pl-lg-128pt, [dir=rtl] .px-lg-128pt {
        padding-right: 8rem !important
    }

    [dir] .m-lg-n1 {
        margin: -.25rem !important
    }

    [dir] .mt-lg-n1, [dir] .my-lg-n1 {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-lg-n1, [dir=ltr] .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-lg-n1, [dir=rtl] .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    [dir] .mb-lg-n1, [dir] .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-lg-n1, [dir=ltr] .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-lg-n1, [dir=rtl] .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    [dir] .m-lg-n2 {
        margin: -.5rem !important
    }

    [dir] .mt-lg-n2, [dir] .my-lg-n2 {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-lg-n2, [dir=ltr] .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-lg-n2, [dir=rtl] .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    [dir] .mb-lg-n2, [dir] .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-lg-n2, [dir=ltr] .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-lg-n2, [dir=rtl] .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    [dir] .m-lg-n3 {
        margin: -1rem !important
    }

    [dir] .mt-lg-n3, [dir] .my-lg-n3 {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-lg-n3, [dir=ltr] .mx-lg-n3 {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-lg-n3, [dir=rtl] .mx-lg-n3 {
        margin-left: -1rem !important
    }

    [dir] .mb-lg-n3, [dir] .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-lg-n3, [dir=ltr] .mx-lg-n3 {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-lg-n3, [dir=rtl] .mx-lg-n3 {
        margin-right: -1rem !important
    }

    [dir] .m-lg-n4 {
        margin: -1.5rem !important
    }

    [dir] .mt-lg-n4, [dir] .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-lg-n4, [dir=ltr] .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-lg-n4, [dir=rtl] .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    [dir] .mb-lg-n4, [dir] .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-lg-n4, [dir=ltr] .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-lg-n4, [dir=rtl] .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    [dir] .m-lg-n5 {
        margin: -3rem !important
    }

    [dir] .mt-lg-n5, [dir] .my-lg-n5 {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-lg-n5, [dir=ltr] .mx-lg-n5 {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-lg-n5, [dir=rtl] .mx-lg-n5 {
        margin-left: -3rem !important
    }

    [dir] .mb-lg-n5, [dir] .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-lg-n5, [dir=ltr] .mx-lg-n5 {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-lg-n5, [dir=rtl] .mx-lg-n5 {
        margin-right: -3rem !important
    }

    [dir] .m-lg-n4pt {
        margin: -.25rem !important
    }

    [dir] .mt-lg-n4pt, [dir] .my-lg-n4pt {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-lg-n4pt, [dir=ltr] .mx-lg-n4pt {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-lg-n4pt, [dir=rtl] .mx-lg-n4pt {
        margin-left: -.25rem !important
    }

    [dir] .mb-lg-n4pt, [dir] .my-lg-n4pt {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-lg-n4pt, [dir=ltr] .mx-lg-n4pt {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-lg-n4pt, [dir=rtl] .mx-lg-n4pt {
        margin-right: -.25rem !important
    }

    [dir] .m-lg-n8pt {
        margin: -.5rem !important
    }

    [dir] .mt-lg-n8pt, [dir] .my-lg-n8pt {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-lg-n8pt, [dir=ltr] .mx-lg-n8pt {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-lg-n8pt, [dir=rtl] .mx-lg-n8pt {
        margin-left: -.5rem !important
    }

    [dir] .mb-lg-n8pt, [dir] .my-lg-n8pt {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-lg-n8pt, [dir=ltr] .mx-lg-n8pt {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-lg-n8pt, [dir=rtl] .mx-lg-n8pt {
        margin-right: -.5rem !important
    }

    [dir] .m-lg-n12pt {
        margin: -.75rem !important
    }

    [dir] .mt-lg-n12pt, [dir] .my-lg-n12pt {
        margin-top: -.75rem !important
    }

    [dir=ltr] .mr-lg-n12pt, [dir=ltr] .mx-lg-n12pt {
        margin-right: -.75rem !important
    }

    [dir=rtl] .mr-lg-n12pt, [dir=rtl] .mx-lg-n12pt {
        margin-left: -.75rem !important
    }

    [dir] .mb-lg-n12pt, [dir] .my-lg-n12pt {
        margin-bottom: -.75rem !important
    }

    [dir=ltr] .ml-lg-n12pt, [dir=ltr] .mx-lg-n12pt {
        margin-left: -.75rem !important
    }

    [dir=rtl] .ml-lg-n12pt, [dir=rtl] .mx-lg-n12pt {
        margin-right: -.75rem !important
    }

    [dir] .m-lg-n16pt {
        margin: -1rem !important
    }

    [dir] .mt-lg-n16pt, [dir] .my-lg-n16pt {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-lg-n16pt, [dir=ltr] .mx-lg-n16pt {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-lg-n16pt, [dir=rtl] .mx-lg-n16pt {
        margin-left: -1rem !important
    }

    [dir] .mb-lg-n16pt, [dir] .my-lg-n16pt {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-lg-n16pt, [dir=ltr] .mx-lg-n16pt {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-lg-n16pt, [dir=rtl] .mx-lg-n16pt {
        margin-right: -1rem !important
    }

    [dir] .m-lg-n20pt {
        margin: -1.25rem !important
    }

    [dir] .mt-lg-n20pt, [dir] .my-lg-n20pt {
        margin-top: -1.25rem !important
    }

    [dir=ltr] .mr-lg-n20pt, [dir=ltr] .mx-lg-n20pt {
        margin-right: -1.25rem !important
    }

    [dir=rtl] .mr-lg-n20pt, [dir=rtl] .mx-lg-n20pt {
        margin-left: -1.25rem !important
    }

    [dir] .mb-lg-n20pt, [dir] .my-lg-n20pt {
        margin-bottom: -1.25rem !important
    }

    [dir=ltr] .ml-lg-n20pt, [dir=ltr] .mx-lg-n20pt {
        margin-left: -1.25rem !important
    }

    [dir=rtl] .ml-lg-n20pt, [dir=rtl] .mx-lg-n20pt {
        margin-right: -1.25rem !important
    }

    [dir] .m-lg-n24pt {
        margin: -1.5rem !important
    }

    [dir] .mt-lg-n24pt, [dir] .my-lg-n24pt {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-lg-n24pt, [dir=ltr] .mx-lg-n24pt {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-lg-n24pt, [dir=rtl] .mx-lg-n24pt {
        margin-left: -1.5rem !important
    }

    [dir] .mb-lg-n24pt, [dir] .my-lg-n24pt {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-lg-n24pt, [dir=ltr] .mx-lg-n24pt {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-lg-n24pt, [dir=rtl] .mx-lg-n24pt {
        margin-right: -1.5rem !important
    }

    [dir] .m-lg-n32pt {
        margin: -2rem !important
    }

    [dir] .mt-lg-n32pt, [dir] .my-lg-n32pt {
        margin-top: -2rem !important
    }

    [dir=ltr] .mr-lg-n32pt, [dir=ltr] .mx-lg-n32pt {
        margin-right: -2rem !important
    }

    [dir=rtl] .mr-lg-n32pt, [dir=rtl] .mx-lg-n32pt {
        margin-left: -2rem !important
    }

    [dir] .mb-lg-n32pt, [dir] .my-lg-n32pt {
        margin-bottom: -2rem !important
    }

    [dir=ltr] .ml-lg-n32pt, [dir=ltr] .mx-lg-n32pt {
        margin-left: -2rem !important
    }

    [dir=rtl] .ml-lg-n32pt, [dir=rtl] .mx-lg-n32pt {
        margin-right: -2rem !important
    }

    [dir] .m-lg-n40pt {
        margin: -2.5rem !important
    }

    [dir] .mt-lg-n40pt, [dir] .my-lg-n40pt {
        margin-top: -2.5rem !important
    }

    [dir=ltr] .mr-lg-n40pt, [dir=ltr] .mx-lg-n40pt {
        margin-right: -2.5rem !important
    }

    [dir=rtl] .mr-lg-n40pt, [dir=rtl] .mx-lg-n40pt {
        margin-left: -2.5rem !important
    }

    [dir] .mb-lg-n40pt, [dir] .my-lg-n40pt {
        margin-bottom: -2.5rem !important
    }

    [dir=ltr] .ml-lg-n40pt, [dir=ltr] .mx-lg-n40pt {
        margin-left: -2.5rem !important
    }

    [dir=rtl] .ml-lg-n40pt, [dir=rtl] .mx-lg-n40pt {
        margin-right: -2.5rem !important
    }

    [dir] .m-lg-n44pt {
        margin: -2.75rem !important
    }

    [dir] .mt-lg-n44pt, [dir] .my-lg-n44pt {
        margin-top: -2.75rem !important
    }

    [dir=ltr] .mr-lg-n44pt, [dir=ltr] .mx-lg-n44pt {
        margin-right: -2.75rem !important
    }

    [dir=rtl] .mr-lg-n44pt, [dir=rtl] .mx-lg-n44pt {
        margin-left: -2.75rem !important
    }

    [dir] .mb-lg-n44pt, [dir] .my-lg-n44pt {
        margin-bottom: -2.75rem !important
    }

    [dir=ltr] .ml-lg-n44pt, [dir=ltr] .mx-lg-n44pt {
        margin-left: -2.75rem !important
    }

    [dir=rtl] .ml-lg-n44pt, [dir=rtl] .mx-lg-n44pt {
        margin-right: -2.75rem !important
    }

    [dir] .m-lg-n48pt {
        margin: -3rem !important
    }

    [dir] .mt-lg-n48pt, [dir] .my-lg-n48pt {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-lg-n48pt, [dir=ltr] .mx-lg-n48pt {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-lg-n48pt, [dir=rtl] .mx-lg-n48pt {
        margin-left: -3rem !important
    }

    [dir] .mb-lg-n48pt, [dir] .my-lg-n48pt {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-lg-n48pt, [dir=ltr] .mx-lg-n48pt {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-lg-n48pt, [dir=rtl] .mx-lg-n48pt {
        margin-right: -3rem !important
    }

    [dir] .m-lg-n64pt {
        margin: -4rem !important
    }

    [dir] .mt-lg-n64pt, [dir] .my-lg-n64pt {
        margin-top: -4rem !important
    }

    [dir=ltr] .mr-lg-n64pt, [dir=ltr] .mx-lg-n64pt {
        margin-right: -4rem !important
    }

    [dir=rtl] .mr-lg-n64pt, [dir=rtl] .mx-lg-n64pt {
        margin-left: -4rem !important
    }

    [dir] .mb-lg-n64pt, [dir] .my-lg-n64pt {
        margin-bottom: -4rem !important
    }

    [dir=ltr] .ml-lg-n64pt, [dir=ltr] .mx-lg-n64pt {
        margin-left: -4rem !important
    }

    [dir=rtl] .ml-lg-n64pt, [dir=rtl] .mx-lg-n64pt {
        margin-right: -4rem !important
    }

    [dir] .m-lg-n112pt {
        margin: -7rem !important
    }

    [dir] .mt-lg-n112pt, [dir] .my-lg-n112pt {
        margin-top: -7rem !important
    }

    [dir=ltr] .mr-lg-n112pt, [dir=ltr] .mx-lg-n112pt {
        margin-right: -7rem !important
    }

    [dir=rtl] .mr-lg-n112pt, [dir=rtl] .mx-lg-n112pt {
        margin-left: -7rem !important
    }

    [dir] .mb-lg-n112pt, [dir] .my-lg-n112pt {
        margin-bottom: -7rem !important
    }

    [dir=ltr] .ml-lg-n112pt, [dir=ltr] .mx-lg-n112pt {
        margin-left: -7rem !important
    }

    [dir=rtl] .ml-lg-n112pt, [dir=rtl] .mx-lg-n112pt {
        margin-right: -7rem !important
    }

    [dir] .m-lg-n128pt {
        margin: -8rem !important
    }

    [dir] .mt-lg-n128pt, [dir] .my-lg-n128pt {
        margin-top: -8rem !important
    }

    [dir=ltr] .mr-lg-n128pt, [dir=ltr] .mx-lg-n128pt {
        margin-right: -8rem !important
    }

    [dir=rtl] .mr-lg-n128pt, [dir=rtl] .mx-lg-n128pt {
        margin-left: -8rem !important
    }

    [dir] .mb-lg-n128pt, [dir] .my-lg-n128pt {
        margin-bottom: -8rem !important
    }

    [dir=ltr] .ml-lg-n128pt, [dir=ltr] .mx-lg-n128pt {
        margin-left: -8rem !important
    }

    [dir=rtl] .ml-lg-n128pt, [dir=rtl] .mx-lg-n128pt {
        margin-right: -8rem !important
    }

    [dir] .m-lg-auto {
        margin: auto !important
    }

    [dir] .mt-lg-auto, [dir] .my-lg-auto {
        margin-top: auto !important
    }

    [dir=ltr] .mr-lg-auto, [dir=ltr] .mx-lg-auto {
        margin-right: auto !important
    }

    [dir=rtl] .mr-lg-auto, [dir=rtl] .mx-lg-auto {
        margin-left: auto !important
    }

    [dir] .mb-lg-auto, [dir] .my-lg-auto {
        margin-bottom: auto !important
    }

    [dir=ltr] .ml-lg-auto, [dir=ltr] .mx-lg-auto {
        margin-left: auto !important
    }

    [dir=rtl] .ml-lg-auto, [dir=rtl] .mx-lg-auto {
        margin-right: auto !important
    }
}

@media (min-width:1200px) {
    [dir] .m-xl-0 {
        margin: 0 !important
    }

    [dir] .mt-xl-0, [dir] .my-xl-0 {
        margin-top: 0 !important
    }

    [dir=ltr] .mr-xl-0, [dir=ltr] .mx-xl-0 {
        margin-right: 0 !important
    }

    [dir=rtl] .mr-xl-0, [dir=rtl] .mx-xl-0 {
        margin-left: 0 !important
    }

    [dir] .mb-xl-0, [dir] .my-xl-0 {
        margin-bottom: 0 !important
    }

    [dir=ltr] .ml-xl-0, [dir=ltr] .mx-xl-0 {
        margin-left: 0 !important
    }

    [dir=rtl] .ml-xl-0, [dir=rtl] .mx-xl-0 {
        margin-right: 0 !important
    }

    [dir] .m-xl-1 {
        margin: .25rem !important
    }

    [dir] .mt-xl-1, [dir] .my-xl-1 {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-xl-1, [dir=ltr] .mx-xl-1 {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-xl-1, [dir=rtl] .mx-xl-1 {
        margin-left: .25rem !important
    }

    [dir] .mb-xl-1, [dir] .my-xl-1 {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-xl-1, [dir=ltr] .mx-xl-1 {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-xl-1, [dir=rtl] .mx-xl-1 {
        margin-right: .25rem !important
    }

    [dir] .m-xl-2 {
        margin: .5rem !important
    }

    [dir] .mt-xl-2, [dir] .my-xl-2 {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-xl-2, [dir=ltr] .mx-xl-2 {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-xl-2, [dir=rtl] .mx-xl-2 {
        margin-left: .5rem !important
    }

    [dir] .mb-xl-2, [dir] .my-xl-2 {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-xl-2, [dir=ltr] .mx-xl-2 {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-xl-2, [dir=rtl] .mx-xl-2 {
        margin-right: .5rem !important
    }

    [dir] .m-xl-3 {
        margin: 1rem !important
    }

    [dir] .mt-xl-3, [dir] .my-xl-3 {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-xl-3, [dir=ltr] .mx-xl-3 {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-xl-3, [dir=rtl] .mx-xl-3 {
        margin-left: 1rem !important
    }

    [dir] .mb-xl-3, [dir] .my-xl-3 {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-xl-3, [dir=ltr] .mx-xl-3 {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-xl-3, [dir=rtl] .mx-xl-3 {
        margin-right: 1rem !important
    }

    [dir] .m-xl-4 {
        margin: 1.5rem !important
    }

    [dir] .mt-xl-4, [dir] .my-xl-4 {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-xl-4, [dir=ltr] .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-xl-4, [dir=rtl] .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    [dir] .mb-xl-4, [dir] .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-xl-4, [dir=ltr] .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-xl-4, [dir=rtl] .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    [dir] .m-xl-5 {
        margin: 3rem !important
    }

    [dir] .mt-xl-5, [dir] .my-xl-5 {
        margin-top: 3rem !important
    }

    [dir=ltr] .mr-xl-5, [dir=ltr] .mx-xl-5 {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-xl-5, [dir=rtl] .mx-xl-5 {
        margin-left: 3rem !important
    }

    [dir] .mb-xl-5, [dir] .my-xl-5 {
        margin-bottom: 3rem !important
    }

    [dir=ltr] .ml-xl-5, [dir=ltr] .mx-xl-5 {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-xl-5, [dir=rtl] .mx-xl-5 {
        margin-right: 3rem !important
    }

    [dir] .m-xl-4pt {
        margin: .25rem !important
    }

    [dir] .mt-xl-4pt, [dir] .my-xl-4pt {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-xl-4pt, [dir=ltr] .mx-xl-4pt {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-xl-4pt, [dir=rtl] .mx-xl-4pt {
        margin-left: .25rem !important
    }

    [dir] .mb-xl-4pt, [dir] .my-xl-4pt {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-xl-4pt, [dir=ltr] .mx-xl-4pt {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-xl-4pt, [dir=rtl] .mx-xl-4pt {
        margin-right: .25rem !important
    }

    [dir] .m-xl-8pt {
        margin: .5rem !important
    }

    [dir] .mt-xl-8pt, [dir] .my-xl-8pt {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-xl-8pt, [dir=ltr] .mx-xl-8pt {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-xl-8pt, [dir=rtl] .mx-xl-8pt {
        margin-left: .5rem !important
    }

    [dir] .mb-xl-8pt, [dir] .my-xl-8pt {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-xl-8pt, [dir=ltr] .mx-xl-8pt {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-xl-8pt, [dir=rtl] .mx-xl-8pt {
        margin-right: .5rem !important
    }

    [dir] .m-xl-12pt {
        margin: .75rem !important
    }

    [dir] .mt-xl-12pt, [dir] .my-xl-12pt {
        margin-top: .75rem !important
    }

    [dir=ltr] .mr-xl-12pt, [dir=ltr] .mx-xl-12pt {
        margin-right: .75rem !important
    }

    [dir=rtl] .mr-xl-12pt, [dir=rtl] .mx-xl-12pt {
        margin-left: .75rem !important
    }

    [dir] .mb-xl-12pt, [dir] .my-xl-12pt {
        margin-bottom: .75rem !important
    }

    [dir=ltr] .ml-xl-12pt, [dir=ltr] .mx-xl-12pt {
        margin-left: .75rem !important
    }

    [dir=rtl] .ml-xl-12pt, [dir=rtl] .mx-xl-12pt {
        margin-right: .75rem !important
    }

    [dir] .m-xl-16pt {
        margin: 1rem !important
    }

    [dir] .mt-xl-16pt, [dir] .my-xl-16pt {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-xl-16pt, [dir=ltr] .mx-xl-16pt {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-xl-16pt, [dir=rtl] .mx-xl-16pt {
        margin-left: 1rem !important
    }

    [dir] .mb-xl-16pt, [dir] .my-xl-16pt {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-xl-16pt, [dir=ltr] .mx-xl-16pt {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-xl-16pt, [dir=rtl] .mx-xl-16pt {
        margin-right: 1rem !important
    }

    [dir] .m-xl-20pt {
        margin: 1.25rem !important
    }

    [dir] .mt-xl-20pt, [dir] .my-xl-20pt {
        margin-top: 1.25rem !important
    }

    [dir=ltr] .mr-xl-20pt, [dir=ltr] .mx-xl-20pt {
        margin-right: 1.25rem !important
    }

    [dir=rtl] .mr-xl-20pt, [dir=rtl] .mx-xl-20pt {
        margin-left: 1.25rem !important
    }

    [dir] .mb-xl-20pt, [dir] .my-xl-20pt {
        margin-bottom: 1.25rem !important
    }

    [dir=ltr] .ml-xl-20pt, [dir=ltr] .mx-xl-20pt {
        margin-left: 1.25rem !important
    }

    [dir=rtl] .ml-xl-20pt, [dir=rtl] .mx-xl-20pt {
        margin-right: 1.25rem !important
    }

    [dir] .m-xl-24pt {
        margin: 1.5rem !important
    }

    [dir] .mt-xl-24pt, [dir] .my-xl-24pt {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-xl-24pt, [dir=ltr] .mx-xl-24pt {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-xl-24pt, [dir=rtl] .mx-xl-24pt {
        margin-left: 1.5rem !important
    }

    [dir] .mb-xl-24pt, [dir] .my-xl-24pt {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-xl-24pt, [dir=ltr] .mx-xl-24pt {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-xl-24pt, [dir=rtl] .mx-xl-24pt {
        margin-right: 1.5rem !important
    }

    [dir] .m-xl-32pt {
        margin: 2rem !important
    }

    [dir] .mt-xl-32pt, [dir] .my-xl-32pt {
        margin-top: 2rem !important
    }

    [dir=ltr] .mr-xl-32pt, [dir=ltr] .mx-xl-32pt {
        margin-right: 2rem !important
    }

    [dir=rtl] .mr-xl-32pt, [dir=rtl] .mx-xl-32pt {
        margin-left: 2rem !important
    }

    [dir] .mb-xl-32pt, [dir] .my-xl-32pt {
        margin-bottom: 2rem !important
    }

    [dir=ltr] .ml-xl-32pt, [dir=ltr] .mx-xl-32pt {
        margin-left: 2rem !important
    }

    [dir=rtl] .ml-xl-32pt, [dir=rtl] .mx-xl-32pt {
        margin-right: 2rem !important
    }

    [dir] .m-xl-40pt {
        margin: 2.5rem !important
    }

    [dir] .mt-xl-40pt, [dir] .my-xl-40pt {
        margin-top: 2.5rem !important
    }

    [dir=ltr] .mr-xl-40pt, [dir=ltr] .mx-xl-40pt {
        margin-right: 2.5rem !important
    }

    [dir=rtl] .mr-xl-40pt, [dir=rtl] .mx-xl-40pt {
        margin-left: 2.5rem !important
    }

    [dir] .mb-xl-40pt, [dir] .my-xl-40pt {
        margin-bottom: 2.5rem !important
    }

    [dir=ltr] .ml-xl-40pt, [dir=ltr] .mx-xl-40pt {
        margin-left: 2.5rem !important
    }

    [dir=rtl] .ml-xl-40pt, [dir=rtl] .mx-xl-40pt {
        margin-right: 2.5rem !important
    }

    [dir] .m-xl-44pt {
        margin: 2.75rem !important
    }

    [dir] .mt-xl-44pt, [dir] .my-xl-44pt {
        margin-top: 2.75rem !important
    }

    [dir=ltr] .mr-xl-44pt, [dir=ltr] .mx-xl-44pt {
        margin-right: 2.75rem !important
    }

    [dir=rtl] .mr-xl-44pt, [dir=rtl] .mx-xl-44pt {
        margin-left: 2.75rem !important
    }

    [dir] .mb-xl-44pt, [dir] .my-xl-44pt {
        margin-bottom: 2.75rem !important
    }

    [dir=ltr] .ml-xl-44pt, [dir=ltr] .mx-xl-44pt {
        margin-left: 2.75rem !important
    }

    [dir=rtl] .ml-xl-44pt, [dir=rtl] .mx-xl-44pt {
        margin-right: 2.75rem !important
    }

    [dir] .m-xl-48pt {
        margin: 3rem !important
    }

    [dir] .mt-xl-48pt, [dir] .my-xl-48pt {
        margin-top: 3rem !important
    }

    [dir=ltr] .mr-xl-48pt, [dir=ltr] .mx-xl-48pt {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-xl-48pt, [dir=rtl] .mx-xl-48pt {
        margin-left: 3rem !important
    }

    [dir] .mb-xl-48pt, [dir] .my-xl-48pt {
        margin-bottom: 3rem !important
    }

    [dir=ltr] .ml-xl-48pt, [dir=ltr] .mx-xl-48pt {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-xl-48pt, [dir=rtl] .mx-xl-48pt {
        margin-right: 3rem !important
    }

    [dir] .m-xl-64pt {
        margin: 4rem !important
    }

    [dir] .mt-xl-64pt, [dir] .my-xl-64pt {
        margin-top: 4rem !important
    }

    [dir=ltr] .mr-xl-64pt, [dir=ltr] .mx-xl-64pt {
        margin-right: 4rem !important
    }

    [dir=rtl] .mr-xl-64pt, [dir=rtl] .mx-xl-64pt {
        margin-left: 4rem !important
    }

    [dir] .mb-xl-64pt, [dir] .my-xl-64pt {
        margin-bottom: 4rem !important
    }

    [dir=ltr] .ml-xl-64pt, [dir=ltr] .mx-xl-64pt {
        margin-left: 4rem !important
    }

    [dir=rtl] .ml-xl-64pt, [dir=rtl] .mx-xl-64pt {
        margin-right: 4rem !important
    }

    [dir] .m-xl-112pt {
        margin: 7rem !important
    }

    [dir] .mt-xl-112pt, [dir] .my-xl-112pt {
        margin-top: 7rem !important
    }

    [dir=ltr] .mr-xl-112pt, [dir=ltr] .mx-xl-112pt {
        margin-right: 7rem !important
    }

    [dir=rtl] .mr-xl-112pt, [dir=rtl] .mx-xl-112pt {
        margin-left: 7rem !important
    }

    [dir] .mb-xl-112pt, [dir] .my-xl-112pt {
        margin-bottom: 7rem !important
    }

    [dir=ltr] .ml-xl-112pt, [dir=ltr] .mx-xl-112pt {
        margin-left: 7rem !important
    }

    [dir=rtl] .ml-xl-112pt, [dir=rtl] .mx-xl-112pt {
        margin-right: 7rem !important
    }

    [dir] .m-xl-128pt {
        margin: 8rem !important
    }

    [dir] .mt-xl-128pt, [dir] .my-xl-128pt {
        margin-top: 8rem !important
    }

    [dir=ltr] .mr-xl-128pt, [dir=ltr] .mx-xl-128pt {
        margin-right: 8rem !important
    }

    [dir=rtl] .mr-xl-128pt, [dir=rtl] .mx-xl-128pt {
        margin-left: 8rem !important
    }

    [dir] .mb-xl-128pt, [dir] .my-xl-128pt {
        margin-bottom: 8rem !important
    }

    [dir=ltr] .ml-xl-128pt, [dir=ltr] .mx-xl-128pt {
        margin-left: 8rem !important
    }

    [dir=rtl] .ml-xl-128pt, [dir=rtl] .mx-xl-128pt {
        margin-right: 8rem !important
    }

    [dir] .p-xl-0 {
        padding: 0 !important
    }

    [dir] .pt-xl-0, [dir] .py-xl-0 {
        padding-top: 0 !important
    }

    [dir=ltr] .pr-xl-0, [dir=ltr] .px-xl-0 {
        padding-right: 0 !important
    }

    [dir=rtl] .pr-xl-0, [dir=rtl] .px-xl-0 {
        padding-left: 0 !important
    }

    [dir] .pb-xl-0, [dir] .py-xl-0 {
        padding-bottom: 0 !important
    }

    [dir=ltr] .pl-xl-0, [dir=ltr] .px-xl-0 {
        padding-left: 0 !important
    }

    [dir=rtl] .pl-xl-0, [dir=rtl] .px-xl-0 {
        padding-right: 0 !important
    }

    [dir] .p-xl-1 {
        padding: .25rem !important
    }

    [dir] .pt-xl-1, [dir] .py-xl-1 {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-xl-1, [dir=ltr] .px-xl-1 {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-xl-1, [dir=rtl] .px-xl-1 {
        padding-left: .25rem !important
    }

    [dir] .pb-xl-1, [dir] .py-xl-1 {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-xl-1, [dir=ltr] .px-xl-1 {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-xl-1, [dir=rtl] .px-xl-1 {
        padding-right: .25rem !important
    }

    [dir] .p-xl-2 {
        padding: .5rem !important
    }

    [dir] .pt-xl-2, [dir] .py-xl-2 {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-xl-2, [dir=ltr] .px-xl-2 {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-xl-2, [dir=rtl] .px-xl-2 {
        padding-left: .5rem !important
    }

    [dir] .pb-xl-2, [dir] .py-xl-2 {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-xl-2, [dir=ltr] .px-xl-2 {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-xl-2, [dir=rtl] .px-xl-2 {
        padding-right: .5rem !important
    }

    [dir] .p-xl-3 {
        padding: 1rem !important
    }

    [dir] .pt-xl-3, [dir] .py-xl-3 {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-xl-3, [dir=ltr] .px-xl-3 {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-xl-3, [dir=rtl] .px-xl-3 {
        padding-left: 1rem !important
    }

    [dir] .pb-xl-3, [dir] .py-xl-3 {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-xl-3, [dir=ltr] .px-xl-3 {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-xl-3, [dir=rtl] .px-xl-3 {
        padding-right: 1rem !important
    }

    [dir] .p-xl-4 {
        padding: 1.5rem !important
    }

    [dir] .pt-xl-4, [dir] .py-xl-4 {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-xl-4, [dir=ltr] .px-xl-4 {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-xl-4, [dir=rtl] .px-xl-4 {
        padding-left: 1.5rem !important
    }

    [dir] .pb-xl-4, [dir] .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-xl-4, [dir=ltr] .px-xl-4 {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-xl-4, [dir=rtl] .px-xl-4 {
        padding-right: 1.5rem !important
    }

    [dir] .p-xl-5 {
        padding: 3rem !important
    }

    [dir] .pt-xl-5, [dir] .py-xl-5 {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-xl-5, [dir=ltr] .px-xl-5 {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-xl-5, [dir=rtl] .px-xl-5 {
        padding-left: 3rem !important
    }

    [dir] .pb-xl-5, [dir] .py-xl-5 {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-xl-5, [dir=ltr] .px-xl-5 {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-xl-5, [dir=rtl] .px-xl-5 {
        padding-right: 3rem !important
    }

    [dir] .p-xl-4pt {
        padding: .25rem !important
    }

    [dir] .pt-xl-4pt, [dir] .py-xl-4pt {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-xl-4pt, [dir=ltr] .px-xl-4pt {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-xl-4pt, [dir=rtl] .px-xl-4pt {
        padding-left: .25rem !important
    }

    [dir] .pb-xl-4pt, [dir] .py-xl-4pt {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-xl-4pt, [dir=ltr] .px-xl-4pt {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-xl-4pt, [dir=rtl] .px-xl-4pt {
        padding-right: .25rem !important
    }

    [dir] .p-xl-8pt {
        padding: .5rem !important
    }

    [dir] .pt-xl-8pt, [dir] .py-xl-8pt {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-xl-8pt, [dir=ltr] .px-xl-8pt {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-xl-8pt, [dir=rtl] .px-xl-8pt {
        padding-left: .5rem !important
    }

    [dir] .pb-xl-8pt, [dir] .py-xl-8pt {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-xl-8pt, [dir=ltr] .px-xl-8pt {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-xl-8pt, [dir=rtl] .px-xl-8pt {
        padding-right: .5rem !important
    }

    [dir] .p-xl-12pt {
        padding: .75rem !important
    }

    [dir] .pt-xl-12pt, [dir] .py-xl-12pt {
        padding-top: .75rem !important
    }

    [dir=ltr] .pr-xl-12pt, [dir=ltr] .px-xl-12pt {
        padding-right: .75rem !important
    }

    [dir=rtl] .pr-xl-12pt, [dir=rtl] .px-xl-12pt {
        padding-left: .75rem !important
    }

    [dir] .pb-xl-12pt, [dir] .py-xl-12pt {
        padding-bottom: .75rem !important
    }

    [dir=ltr] .pl-xl-12pt, [dir=ltr] .px-xl-12pt {
        padding-left: .75rem !important
    }

    [dir=rtl] .pl-xl-12pt, [dir=rtl] .px-xl-12pt {
        padding-right: .75rem !important
    }

    [dir] .p-xl-16pt {
        padding: 1rem !important
    }

    [dir] .pt-xl-16pt, [dir] .py-xl-16pt {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-xl-16pt, [dir=ltr] .px-xl-16pt {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-xl-16pt, [dir=rtl] .px-xl-16pt {
        padding-left: 1rem !important
    }

    [dir] .pb-xl-16pt, [dir] .py-xl-16pt {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-xl-16pt, [dir=ltr] .px-xl-16pt {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-xl-16pt, [dir=rtl] .px-xl-16pt {
        padding-right: 1rem !important
    }

    [dir] .p-xl-20pt {
        padding: 1.25rem !important
    }

    [dir] .pt-xl-20pt, [dir] .py-xl-20pt {
        padding-top: 1.25rem !important
    }

    [dir=ltr] .pr-xl-20pt, [dir=ltr] .px-xl-20pt {
        padding-right: 1.25rem !important
    }

    [dir=rtl] .pr-xl-20pt, [dir=rtl] .px-xl-20pt {
        padding-left: 1.25rem !important
    }

    [dir] .pb-xl-20pt, [dir] .py-xl-20pt {
        padding-bottom: 1.25rem !important
    }

    [dir=ltr] .pl-xl-20pt, [dir=ltr] .px-xl-20pt {
        padding-left: 1.25rem !important
    }

    [dir=rtl] .pl-xl-20pt, [dir=rtl] .px-xl-20pt {
        padding-right: 1.25rem !important
    }

    [dir] .p-xl-24pt {
        padding: 1.5rem !important
    }

    [dir] .pt-xl-24pt, [dir] .py-xl-24pt {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-xl-24pt, [dir=ltr] .px-xl-24pt {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-xl-24pt, [dir=rtl] .px-xl-24pt {
        padding-left: 1.5rem !important
    }

    [dir] .pb-xl-24pt, [dir] .py-xl-24pt {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-xl-24pt, [dir=ltr] .px-xl-24pt {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-xl-24pt, [dir=rtl] .px-xl-24pt {
        padding-right: 1.5rem !important
    }

    [dir] .p-xl-32pt {
        padding: 2rem !important
    }

    [dir] .pt-xl-32pt, [dir] .py-xl-32pt {
        padding-top: 2rem !important
    }

    [dir=ltr] .pr-xl-32pt, [dir=ltr] .px-xl-32pt {
        padding-right: 2rem !important
    }

    [dir=rtl] .pr-xl-32pt, [dir=rtl] .px-xl-32pt {
        padding-left: 2rem !important
    }

    [dir] .pb-xl-32pt, [dir] .py-xl-32pt {
        padding-bottom: 2rem !important
    }

    [dir=ltr] .pl-xl-32pt, [dir=ltr] .px-xl-32pt {
        padding-left: 2rem !important
    }

    [dir=rtl] .pl-xl-32pt, [dir=rtl] .px-xl-32pt {
        padding-right: 2rem !important
    }

    [dir] .p-xl-40pt {
        padding: 2.5rem !important
    }

    [dir] .pt-xl-40pt, [dir] .py-xl-40pt {
        padding-top: 2.5rem !important
    }

    [dir=ltr] .pr-xl-40pt, [dir=ltr] .px-xl-40pt {
        padding-right: 2.5rem !important
    }

    [dir=rtl] .pr-xl-40pt, [dir=rtl] .px-xl-40pt {
        padding-left: 2.5rem !important
    }

    [dir] .pb-xl-40pt, [dir] .py-xl-40pt {
        padding-bottom: 2.5rem !important
    }

    [dir=ltr] .pl-xl-40pt, [dir=ltr] .px-xl-40pt {
        padding-left: 2.5rem !important
    }

    [dir=rtl] .pl-xl-40pt, [dir=rtl] .px-xl-40pt {
        padding-right: 2.5rem !important
    }

    [dir] .p-xl-44pt {
        padding: 2.75rem !important
    }

    [dir] .pt-xl-44pt, [dir] .py-xl-44pt {
        padding-top: 2.75rem !important
    }

    [dir=ltr] .pr-xl-44pt, [dir=ltr] .px-xl-44pt {
        padding-right: 2.75rem !important
    }

    [dir=rtl] .pr-xl-44pt, [dir=rtl] .px-xl-44pt {
        padding-left: 2.75rem !important
    }

    [dir] .pb-xl-44pt, [dir] .py-xl-44pt {
        padding-bottom: 2.75rem !important
    }

    [dir=ltr] .pl-xl-44pt, [dir=ltr] .px-xl-44pt {
        padding-left: 2.75rem !important
    }

    [dir=rtl] .pl-xl-44pt, [dir=rtl] .px-xl-44pt {
        padding-right: 2.75rem !important
    }

    [dir] .p-xl-48pt {
        padding: 3rem !important
    }

    [dir] .pt-xl-48pt, [dir] .py-xl-48pt {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-xl-48pt, [dir=ltr] .px-xl-48pt {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-xl-48pt, [dir=rtl] .px-xl-48pt {
        padding-left: 3rem !important
    }

    [dir] .pb-xl-48pt, [dir] .py-xl-48pt {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-xl-48pt, [dir=ltr] .px-xl-48pt {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-xl-48pt, [dir=rtl] .px-xl-48pt {
        padding-right: 3rem !important
    }

    [dir] .p-xl-64pt {
        padding: 4rem !important
    }

    [dir] .pt-xl-64pt, [dir] .py-xl-64pt {
        padding-top: 4rem !important
    }

    [dir=ltr] .pr-xl-64pt, [dir=ltr] .px-xl-64pt {
        padding-right: 4rem !important
    }

    [dir=rtl] .pr-xl-64pt, [dir=rtl] .px-xl-64pt {
        padding-left: 4rem !important
    }

    [dir] .pb-xl-64pt, [dir] .py-xl-64pt {
        padding-bottom: 4rem !important
    }

    [dir=ltr] .pl-xl-64pt, [dir=ltr] .px-xl-64pt {
        padding-left: 4rem !important
    }

    [dir=rtl] .pl-xl-64pt, [dir=rtl] .px-xl-64pt {
        padding-right: 4rem !important
    }

    [dir] .p-xl-112pt {
        padding: 7rem !important
    }

    [dir] .pt-xl-112pt, [dir] .py-xl-112pt {
        padding-top: 7rem !important
    }

    [dir=ltr] .pr-xl-112pt, [dir=ltr] .px-xl-112pt {
        padding-right: 7rem !important
    }

    [dir=rtl] .pr-xl-112pt, [dir=rtl] .px-xl-112pt {
        padding-left: 7rem !important
    }

    [dir] .pb-xl-112pt, [dir] .py-xl-112pt {
        padding-bottom: 7rem !important
    }

    [dir=ltr] .pl-xl-112pt, [dir=ltr] .px-xl-112pt {
        padding-left: 7rem !important
    }

    [dir=rtl] .pl-xl-112pt, [dir=rtl] .px-xl-112pt {
        padding-right: 7rem !important
    }

    [dir] .p-xl-128pt {
        padding: 8rem !important
    }

    [dir] .pt-xl-128pt, [dir] .py-xl-128pt {
        padding-top: 8rem !important
    }

    [dir=ltr] .pr-xl-128pt, [dir=ltr] .px-xl-128pt {
        padding-right: 8rem !important
    }

    [dir=rtl] .pr-xl-128pt, [dir=rtl] .px-xl-128pt {
        padding-left: 8rem !important
    }

    [dir] .pb-xl-128pt, [dir] .py-xl-128pt {
        padding-bottom: 8rem !important
    }

    [dir=ltr] .pl-xl-128pt, [dir=ltr] .px-xl-128pt {
        padding-left: 8rem !important
    }

    [dir=rtl] .pl-xl-128pt, [dir=rtl] .px-xl-128pt {
        padding-right: 8rem !important
    }

    [dir] .m-xl-n1 {
        margin: -.25rem !important
    }

    [dir] .mt-xl-n1, [dir] .my-xl-n1 {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-xl-n1, [dir=ltr] .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-xl-n1, [dir=rtl] .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    [dir] .mb-xl-n1, [dir] .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-xl-n1, [dir=ltr] .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-xl-n1, [dir=rtl] .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    [dir] .m-xl-n2 {
        margin: -.5rem !important
    }

    [dir] .mt-xl-n2, [dir] .my-xl-n2 {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-xl-n2, [dir=ltr] .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-xl-n2, [dir=rtl] .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    [dir] .mb-xl-n2, [dir] .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-xl-n2, [dir=ltr] .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-xl-n2, [dir=rtl] .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    [dir] .m-xl-n3 {
        margin: -1rem !important
    }

    [dir] .mt-xl-n3, [dir] .my-xl-n3 {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-xl-n3, [dir=ltr] .mx-xl-n3 {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-xl-n3, [dir=rtl] .mx-xl-n3 {
        margin-left: -1rem !important
    }

    [dir] .mb-xl-n3, [dir] .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-xl-n3, [dir=ltr] .mx-xl-n3 {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-xl-n3, [dir=rtl] .mx-xl-n3 {
        margin-right: -1rem !important
    }

    [dir] .m-xl-n4 {
        margin: -1.5rem !important
    }

    [dir] .mt-xl-n4, [dir] .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-xl-n4, [dir=ltr] .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-xl-n4, [dir=rtl] .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    [dir] .mb-xl-n4, [dir] .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-xl-n4, [dir=ltr] .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-xl-n4, [dir=rtl] .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    [dir] .m-xl-n5 {
        margin: -3rem !important
    }

    [dir] .mt-xl-n5, [dir] .my-xl-n5 {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-xl-n5, [dir=ltr] .mx-xl-n5 {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-xl-n5, [dir=rtl] .mx-xl-n5 {
        margin-left: -3rem !important
    }

    [dir] .mb-xl-n5, [dir] .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-xl-n5, [dir=ltr] .mx-xl-n5 {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-xl-n5, [dir=rtl] .mx-xl-n5 {
        margin-right: -3rem !important
    }

    [dir] .m-xl-n4pt {
        margin: -.25rem !important
    }

    [dir] .mt-xl-n4pt, [dir] .my-xl-n4pt {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-xl-n4pt, [dir=ltr] .mx-xl-n4pt {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-xl-n4pt, [dir=rtl] .mx-xl-n4pt {
        margin-left: -.25rem !important
    }

    [dir] .mb-xl-n4pt, [dir] .my-xl-n4pt {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-xl-n4pt, [dir=ltr] .mx-xl-n4pt {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-xl-n4pt, [dir=rtl] .mx-xl-n4pt {
        margin-right: -.25rem !important
    }

    [dir] .m-xl-n8pt {
        margin: -.5rem !important
    }

    [dir] .mt-xl-n8pt, [dir] .my-xl-n8pt {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-xl-n8pt, [dir=ltr] .mx-xl-n8pt {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-xl-n8pt, [dir=rtl] .mx-xl-n8pt {
        margin-left: -.5rem !important
    }

    [dir] .mb-xl-n8pt, [dir] .my-xl-n8pt {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-xl-n8pt, [dir=ltr] .mx-xl-n8pt {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-xl-n8pt, [dir=rtl] .mx-xl-n8pt {
        margin-right: -.5rem !important
    }

    [dir] .m-xl-n12pt {
        margin: -.75rem !important
    }

    [dir] .mt-xl-n12pt, [dir] .my-xl-n12pt {
        margin-top: -.75rem !important
    }

    [dir=ltr] .mr-xl-n12pt, [dir=ltr] .mx-xl-n12pt {
        margin-right: -.75rem !important
    }

    [dir=rtl] .mr-xl-n12pt, [dir=rtl] .mx-xl-n12pt {
        margin-left: -.75rem !important
    }

    [dir] .mb-xl-n12pt, [dir] .my-xl-n12pt {
        margin-bottom: -.75rem !important
    }

    [dir=ltr] .ml-xl-n12pt, [dir=ltr] .mx-xl-n12pt {
        margin-left: -.75rem !important
    }

    [dir=rtl] .ml-xl-n12pt, [dir=rtl] .mx-xl-n12pt {
        margin-right: -.75rem !important
    }

    [dir] .m-xl-n16pt {
        margin: -1rem !important
    }

    [dir] .mt-xl-n16pt, [dir] .my-xl-n16pt {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-xl-n16pt, [dir=ltr] .mx-xl-n16pt {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-xl-n16pt, [dir=rtl] .mx-xl-n16pt {
        margin-left: -1rem !important
    }

    [dir] .mb-xl-n16pt, [dir] .my-xl-n16pt {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-xl-n16pt, [dir=ltr] .mx-xl-n16pt {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-xl-n16pt, [dir=rtl] .mx-xl-n16pt {
        margin-right: -1rem !important
    }

    [dir] .m-xl-n20pt {
        margin: -1.25rem !important
    }

    [dir] .mt-xl-n20pt, [dir] .my-xl-n20pt {
        margin-top: -1.25rem !important
    }

    [dir=ltr] .mr-xl-n20pt, [dir=ltr] .mx-xl-n20pt {
        margin-right: -1.25rem !important
    }

    [dir=rtl] .mr-xl-n20pt, [dir=rtl] .mx-xl-n20pt {
        margin-left: -1.25rem !important
    }

    [dir] .mb-xl-n20pt, [dir] .my-xl-n20pt {
        margin-bottom: -1.25rem !important
    }

    [dir=ltr] .ml-xl-n20pt, [dir=ltr] .mx-xl-n20pt {
        margin-left: -1.25rem !important
    }

    [dir=rtl] .ml-xl-n20pt, [dir=rtl] .mx-xl-n20pt {
        margin-right: -1.25rem !important
    }

    [dir] .m-xl-n24pt {
        margin: -1.5rem !important
    }

    [dir] .mt-xl-n24pt, [dir] .my-xl-n24pt {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-xl-n24pt, [dir=ltr] .mx-xl-n24pt {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-xl-n24pt, [dir=rtl] .mx-xl-n24pt {
        margin-left: -1.5rem !important
    }

    [dir] .mb-xl-n24pt, [dir] .my-xl-n24pt {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-xl-n24pt, [dir=ltr] .mx-xl-n24pt {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-xl-n24pt, [dir=rtl] .mx-xl-n24pt {
        margin-right: -1.5rem !important
    }

    [dir] .m-xl-n32pt {
        margin: -2rem !important
    }

    [dir] .mt-xl-n32pt, [dir] .my-xl-n32pt {
        margin-top: -2rem !important
    }

    [dir=ltr] .mr-xl-n32pt, [dir=ltr] .mx-xl-n32pt {
        margin-right: -2rem !important
    }

    [dir=rtl] .mr-xl-n32pt, [dir=rtl] .mx-xl-n32pt {
        margin-left: -2rem !important
    }

    [dir] .mb-xl-n32pt, [dir] .my-xl-n32pt {
        margin-bottom: -2rem !important
    }

    [dir=ltr] .ml-xl-n32pt, [dir=ltr] .mx-xl-n32pt {
        margin-left: -2rem !important
    }

    [dir=rtl] .ml-xl-n32pt, [dir=rtl] .mx-xl-n32pt {
        margin-right: -2rem !important
    }

    [dir] .m-xl-n40pt {
        margin: -2.5rem !important
    }

    [dir] .mt-xl-n40pt, [dir] .my-xl-n40pt {
        margin-top: -2.5rem !important
    }

    [dir=ltr] .mr-xl-n40pt, [dir=ltr] .mx-xl-n40pt {
        margin-right: -2.5rem !important
    }

    [dir=rtl] .mr-xl-n40pt, [dir=rtl] .mx-xl-n40pt {
        margin-left: -2.5rem !important
    }

    [dir] .mb-xl-n40pt, [dir] .my-xl-n40pt {
        margin-bottom: -2.5rem !important
    }

    [dir=ltr] .ml-xl-n40pt, [dir=ltr] .mx-xl-n40pt {
        margin-left: -2.5rem !important
    }

    [dir=rtl] .ml-xl-n40pt, [dir=rtl] .mx-xl-n40pt {
        margin-right: -2.5rem !important
    }

    [dir] .m-xl-n44pt {
        margin: -2.75rem !important
    }

    [dir] .mt-xl-n44pt, [dir] .my-xl-n44pt {
        margin-top: -2.75rem !important
    }

    [dir=ltr] .mr-xl-n44pt, [dir=ltr] .mx-xl-n44pt {
        margin-right: -2.75rem !important
    }

    [dir=rtl] .mr-xl-n44pt, [dir=rtl] .mx-xl-n44pt {
        margin-left: -2.75rem !important
    }

    [dir] .mb-xl-n44pt, [dir] .my-xl-n44pt {
        margin-bottom: -2.75rem !important
    }

    [dir=ltr] .ml-xl-n44pt, [dir=ltr] .mx-xl-n44pt {
        margin-left: -2.75rem !important
    }

    [dir=rtl] .ml-xl-n44pt, [dir=rtl] .mx-xl-n44pt {
        margin-right: -2.75rem !important
    }

    [dir] .m-xl-n48pt {
        margin: -3rem !important
    }

    [dir] .mt-xl-n48pt, [dir] .my-xl-n48pt {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-xl-n48pt, [dir=ltr] .mx-xl-n48pt {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-xl-n48pt, [dir=rtl] .mx-xl-n48pt {
        margin-left: -3rem !important
    }

    [dir] .mb-xl-n48pt, [dir] .my-xl-n48pt {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-xl-n48pt, [dir=ltr] .mx-xl-n48pt {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-xl-n48pt, [dir=rtl] .mx-xl-n48pt {
        margin-right: -3rem !important
    }

    [dir] .m-xl-n64pt {
        margin: -4rem !important
    }

    [dir] .mt-xl-n64pt, [dir] .my-xl-n64pt {
        margin-top: -4rem !important
    }

    [dir=ltr] .mr-xl-n64pt, [dir=ltr] .mx-xl-n64pt {
        margin-right: -4rem !important
    }

    [dir=rtl] .mr-xl-n64pt, [dir=rtl] .mx-xl-n64pt {
        margin-left: -4rem !important
    }

    [dir] .mb-xl-n64pt, [dir] .my-xl-n64pt {
        margin-bottom: -4rem !important
    }

    [dir=ltr] .ml-xl-n64pt, [dir=ltr] .mx-xl-n64pt {
        margin-left: -4rem !important
    }

    [dir=rtl] .ml-xl-n64pt, [dir=rtl] .mx-xl-n64pt {
        margin-right: -4rem !important
    }

    [dir] .m-xl-n112pt {
        margin: -7rem !important
    }

    [dir] .mt-xl-n112pt, [dir] .my-xl-n112pt {
        margin-top: -7rem !important
    }

    [dir=ltr] .mr-xl-n112pt, [dir=ltr] .mx-xl-n112pt {
        margin-right: -7rem !important
    }

    [dir=rtl] .mr-xl-n112pt, [dir=rtl] .mx-xl-n112pt {
        margin-left: -7rem !important
    }

    [dir] .mb-xl-n112pt, [dir] .my-xl-n112pt {
        margin-bottom: -7rem !important
    }

    [dir=ltr] .ml-xl-n112pt, [dir=ltr] .mx-xl-n112pt {
        margin-left: -7rem !important
    }

    [dir=rtl] .ml-xl-n112pt, [dir=rtl] .mx-xl-n112pt {
        margin-right: -7rem !important
    }

    [dir] .m-xl-n128pt {
        margin: -8rem !important
    }

    [dir] .mt-xl-n128pt, [dir] .my-xl-n128pt {
        margin-top: -8rem !important
    }

    [dir=ltr] .mr-xl-n128pt, [dir=ltr] .mx-xl-n128pt {
        margin-right: -8rem !important
    }

    [dir=rtl] .mr-xl-n128pt, [dir=rtl] .mx-xl-n128pt {
        margin-left: -8rem !important
    }

    [dir] .mb-xl-n128pt, [dir] .my-xl-n128pt {
        margin-bottom: -8rem !important
    }

    [dir=ltr] .ml-xl-n128pt, [dir=ltr] .mx-xl-n128pt {
        margin-left: -8rem !important
    }

    [dir=rtl] .ml-xl-n128pt, [dir=rtl] .mx-xl-n128pt {
        margin-right: -8rem !important
    }

    [dir] .m-xl-auto {
        margin: auto !important
    }

    [dir] .mt-xl-auto, [dir] .my-xl-auto {
        margin-top: auto !important
    }

    [dir=ltr] .mr-xl-auto, [dir=ltr] .mx-xl-auto {
        margin-right: auto !important
    }

    [dir=rtl] .mr-xl-auto, [dir=rtl] .mx-xl-auto {
        margin-left: auto !important
    }

    [dir] .mb-xl-auto, [dir] .my-xl-auto {
        margin-bottom: auto !important
    }

    [dir=ltr] .ml-xl-auto, [dir=ltr] .mx-xl-auto {
        margin-left: auto !important
    }

    [dir=rtl] .ml-xl-auto, [dir=rtl] .mx-xl-auto {
        margin-right: auto !important
    }
}

@media (min-width:1366px) {
    [dir] .m-xxl-0 {
        margin: 0 !important
    }

    [dir] .mt-xxl-0, [dir] .my-xxl-0 {
        margin-top: 0 !important
    }

    [dir=ltr] .mr-xxl-0, [dir=ltr] .mx-xxl-0 {
        margin-right: 0 !important
    }

    [dir=rtl] .mr-xxl-0, [dir=rtl] .mx-xxl-0 {
        margin-left: 0 !important
    }

    [dir] .mb-xxl-0, [dir] .my-xxl-0 {
        margin-bottom: 0 !important
    }

    [dir=ltr] .ml-xxl-0, [dir=ltr] .mx-xxl-0 {
        margin-left: 0 !important
    }

    [dir=rtl] .ml-xxl-0, [dir=rtl] .mx-xxl-0 {
        margin-right: 0 !important
    }

    [dir] .m-xxl-1 {
        margin: .25rem !important
    }

    [dir] .mt-xxl-1, [dir] .my-xxl-1 {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-xxl-1, [dir=ltr] .mx-xxl-1 {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-xxl-1, [dir=rtl] .mx-xxl-1 {
        margin-left: .25rem !important
    }

    [dir] .mb-xxl-1, [dir] .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-xxl-1, [dir=ltr] .mx-xxl-1 {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-xxl-1, [dir=rtl] .mx-xxl-1 {
        margin-right: .25rem !important
    }

    [dir] .m-xxl-2 {
        margin: .5rem !important
    }

    [dir] .mt-xxl-2, [dir] .my-xxl-2 {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-xxl-2, [dir=ltr] .mx-xxl-2 {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-xxl-2, [dir=rtl] .mx-xxl-2 {
        margin-left: .5rem !important
    }

    [dir] .mb-xxl-2, [dir] .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-xxl-2, [dir=ltr] .mx-xxl-2 {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-xxl-2, [dir=rtl] .mx-xxl-2 {
        margin-right: .5rem !important
    }

    [dir] .m-xxl-3 {
        margin: 1rem !important
    }

    [dir] .mt-xxl-3, [dir] .my-xxl-3 {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-xxl-3, [dir=ltr] .mx-xxl-3 {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-xxl-3, [dir=rtl] .mx-xxl-3 {
        margin-left: 1rem !important
    }

    [dir] .mb-xxl-3, [dir] .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-xxl-3, [dir=ltr] .mx-xxl-3 {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-xxl-3, [dir=rtl] .mx-xxl-3 {
        margin-right: 1rem !important
    }

    [dir] .m-xxl-4 {
        margin: 1.5rem !important
    }

    [dir] .mt-xxl-4, [dir] .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-xxl-4, [dir=ltr] .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-xxl-4, [dir=rtl] .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    [dir] .mb-xxl-4, [dir] .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-xxl-4, [dir=ltr] .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-xxl-4, [dir=rtl] .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    [dir] .m-xxl-5 {
        margin: 3rem !important
    }

    [dir] .mt-xxl-5, [dir] .my-xxl-5 {
        margin-top: 3rem !important
    }

    [dir=ltr] .mr-xxl-5, [dir=ltr] .mx-xxl-5 {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-xxl-5, [dir=rtl] .mx-xxl-5 {
        margin-left: 3rem !important
    }

    [dir] .mb-xxl-5, [dir] .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    [dir=ltr] .ml-xxl-5, [dir=ltr] .mx-xxl-5 {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-xxl-5, [dir=rtl] .mx-xxl-5 {
        margin-right: 3rem !important
    }

    [dir] .m-xxl-4pt {
        margin: .25rem !important
    }

    [dir] .mt-xxl-4pt, [dir] .my-xxl-4pt {
        margin-top: .25rem !important
    }

    [dir=ltr] .mr-xxl-4pt, [dir=ltr] .mx-xxl-4pt {
        margin-right: .25rem !important
    }

    [dir=rtl] .mr-xxl-4pt, [dir=rtl] .mx-xxl-4pt {
        margin-left: .25rem !important
    }

    [dir] .mb-xxl-4pt, [dir] .my-xxl-4pt {
        margin-bottom: .25rem !important
    }

    [dir=ltr] .ml-xxl-4pt, [dir=ltr] .mx-xxl-4pt {
        margin-left: .25rem !important
    }

    [dir=rtl] .ml-xxl-4pt, [dir=rtl] .mx-xxl-4pt {
        margin-right: .25rem !important
    }

    [dir] .m-xxl-8pt {
        margin: .5rem !important
    }

    [dir] .mt-xxl-8pt, [dir] .my-xxl-8pt {
        margin-top: .5rem !important
    }

    [dir=ltr] .mr-xxl-8pt, [dir=ltr] .mx-xxl-8pt {
        margin-right: .5rem !important
    }

    [dir=rtl] .mr-xxl-8pt, [dir=rtl] .mx-xxl-8pt {
        margin-left: .5rem !important
    }

    [dir] .mb-xxl-8pt, [dir] .my-xxl-8pt {
        margin-bottom: .5rem !important
    }

    [dir=ltr] .ml-xxl-8pt, [dir=ltr] .mx-xxl-8pt {
        margin-left: .5rem !important
    }

    [dir=rtl] .ml-xxl-8pt, [dir=rtl] .mx-xxl-8pt {
        margin-right: .5rem !important
    }

    [dir] .m-xxl-12pt {
        margin: .75rem !important
    }

    [dir] .mt-xxl-12pt, [dir] .my-xxl-12pt {
        margin-top: .75rem !important
    }

    [dir=ltr] .mr-xxl-12pt, [dir=ltr] .mx-xxl-12pt {
        margin-right: .75rem !important
    }

    [dir=rtl] .mr-xxl-12pt, [dir=rtl] .mx-xxl-12pt {
        margin-left: .75rem !important
    }

    [dir] .mb-xxl-12pt, [dir] .my-xxl-12pt {
        margin-bottom: .75rem !important
    }

    [dir=ltr] .ml-xxl-12pt, [dir=ltr] .mx-xxl-12pt {
        margin-left: .75rem !important
    }

    [dir=rtl] .ml-xxl-12pt, [dir=rtl] .mx-xxl-12pt {
        margin-right: .75rem !important
    }

    [dir] .m-xxl-16pt {
        margin: 1rem !important
    }

    [dir] .mt-xxl-16pt, [dir] .my-xxl-16pt {
        margin-top: 1rem !important
    }

    [dir=ltr] .mr-xxl-16pt, [dir=ltr] .mx-xxl-16pt {
        margin-right: 1rem !important
    }

    [dir=rtl] .mr-xxl-16pt, [dir=rtl] .mx-xxl-16pt {
        margin-left: 1rem !important
    }

    [dir] .mb-xxl-16pt, [dir] .my-xxl-16pt {
        margin-bottom: 1rem !important
    }

    [dir=ltr] .ml-xxl-16pt, [dir=ltr] .mx-xxl-16pt {
        margin-left: 1rem !important
    }

    [dir=rtl] .ml-xxl-16pt, [dir=rtl] .mx-xxl-16pt {
        margin-right: 1rem !important
    }

    [dir] .m-xxl-20pt {
        margin: 1.25rem !important
    }

    [dir] .mt-xxl-20pt, [dir] .my-xxl-20pt {
        margin-top: 1.25rem !important
    }

    [dir=ltr] .mr-xxl-20pt, [dir=ltr] .mx-xxl-20pt {
        margin-right: 1.25rem !important
    }

    [dir=rtl] .mr-xxl-20pt, [dir=rtl] .mx-xxl-20pt {
        margin-left: 1.25rem !important
    }

    [dir] .mb-xxl-20pt, [dir] .my-xxl-20pt {
        margin-bottom: 1.25rem !important
    }

    [dir=ltr] .ml-xxl-20pt, [dir=ltr] .mx-xxl-20pt {
        margin-left: 1.25rem !important
    }

    [dir=rtl] .ml-xxl-20pt, [dir=rtl] .mx-xxl-20pt {
        margin-right: 1.25rem !important
    }

    [dir] .m-xxl-24pt {
        margin: 1.5rem !important
    }

    [dir] .mt-xxl-24pt, [dir] .my-xxl-24pt {
        margin-top: 1.5rem !important
    }

    [dir=ltr] .mr-xxl-24pt, [dir=ltr] .mx-xxl-24pt {
        margin-right: 1.5rem !important
    }

    [dir=rtl] .mr-xxl-24pt, [dir=rtl] .mx-xxl-24pt {
        margin-left: 1.5rem !important
    }

    [dir] .mb-xxl-24pt, [dir] .my-xxl-24pt {
        margin-bottom: 1.5rem !important
    }

    [dir=ltr] .ml-xxl-24pt, [dir=ltr] .mx-xxl-24pt {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .ml-xxl-24pt, [dir=rtl] .mx-xxl-24pt {
        margin-right: 1.5rem !important
    }

    [dir] .m-xxl-32pt {
        margin: 2rem !important
    }

    [dir] .mt-xxl-32pt, [dir] .my-xxl-32pt {
        margin-top: 2rem !important
    }

    [dir=ltr] .mr-xxl-32pt, [dir=ltr] .mx-xxl-32pt {
        margin-right: 2rem !important
    }

    [dir=rtl] .mr-xxl-32pt, [dir=rtl] .mx-xxl-32pt {
        margin-left: 2rem !important
    }

    [dir] .mb-xxl-32pt, [dir] .my-xxl-32pt {
        margin-bottom: 2rem !important
    }

    [dir=ltr] .ml-xxl-32pt, [dir=ltr] .mx-xxl-32pt {
        margin-left: 2rem !important
    }

    [dir=rtl] .ml-xxl-32pt, [dir=rtl] .mx-xxl-32pt {
        margin-right: 2rem !important
    }

    [dir] .m-xxl-40pt {
        margin: 2.5rem !important
    }

    [dir] .mt-xxl-40pt, [dir] .my-xxl-40pt {
        margin-top: 2.5rem !important
    }

    [dir=ltr] .mr-xxl-40pt, [dir=ltr] .mx-xxl-40pt {
        margin-right: 2.5rem !important
    }

    [dir=rtl] .mr-xxl-40pt, [dir=rtl] .mx-xxl-40pt {
        margin-left: 2.5rem !important
    }

    [dir] .mb-xxl-40pt, [dir] .my-xxl-40pt {
        margin-bottom: 2.5rem !important
    }

    [dir=ltr] .ml-xxl-40pt, [dir=ltr] .mx-xxl-40pt {
        margin-left: 2.5rem !important
    }

    [dir=rtl] .ml-xxl-40pt, [dir=rtl] .mx-xxl-40pt {
        margin-right: 2.5rem !important
    }

    [dir] .m-xxl-44pt {
        margin: 2.75rem !important
    }

    [dir] .mt-xxl-44pt, [dir] .my-xxl-44pt {
        margin-top: 2.75rem !important
    }

    [dir=ltr] .mr-xxl-44pt, [dir=ltr] .mx-xxl-44pt {
        margin-right: 2.75rem !important
    }

    [dir=rtl] .mr-xxl-44pt, [dir=rtl] .mx-xxl-44pt {
        margin-left: 2.75rem !important
    }

    [dir] .mb-xxl-44pt, [dir] .my-xxl-44pt {
        margin-bottom: 2.75rem !important
    }

    [dir=ltr] .ml-xxl-44pt, [dir=ltr] .mx-xxl-44pt {
        margin-left: 2.75rem !important
    }

    [dir=rtl] .ml-xxl-44pt, [dir=rtl] .mx-xxl-44pt {
        margin-right: 2.75rem !important
    }

    [dir] .m-xxl-48pt {
        margin: 3rem !important
    }

    [dir] .mt-xxl-48pt, [dir] .my-xxl-48pt {
        margin-top: 3rem !important
    }

    [dir=ltr] .mr-xxl-48pt, [dir=ltr] .mx-xxl-48pt {
        margin-right: 3rem !important
    }

    [dir=rtl] .mr-xxl-48pt, [dir=rtl] .mx-xxl-48pt {
        margin-left: 3rem !important
    }

    [dir] .mb-xxl-48pt, [dir] .my-xxl-48pt {
        margin-bottom: 3rem !important
    }

    [dir=ltr] .ml-xxl-48pt, [dir=ltr] .mx-xxl-48pt {
        margin-left: 3rem !important
    }

    [dir=rtl] .ml-xxl-48pt, [dir=rtl] .mx-xxl-48pt {
        margin-right: 3rem !important
    }

    [dir] .m-xxl-64pt {
        margin: 4rem !important
    }

    [dir] .mt-xxl-64pt, [dir] .my-xxl-64pt {
        margin-top: 4rem !important
    }

    [dir=ltr] .mr-xxl-64pt, [dir=ltr] .mx-xxl-64pt {
        margin-right: 4rem !important
    }

    [dir=rtl] .mr-xxl-64pt, [dir=rtl] .mx-xxl-64pt {
        margin-left: 4rem !important
    }

    [dir] .mb-xxl-64pt, [dir] .my-xxl-64pt {
        margin-bottom: 4rem !important
    }

    [dir=ltr] .ml-xxl-64pt, [dir=ltr] .mx-xxl-64pt {
        margin-left: 4rem !important
    }

    [dir=rtl] .ml-xxl-64pt, [dir=rtl] .mx-xxl-64pt {
        margin-right: 4rem !important
    }

    [dir] .m-xxl-112pt {
        margin: 7rem !important
    }

    [dir] .mt-xxl-112pt, [dir] .my-xxl-112pt {
        margin-top: 7rem !important
    }

    [dir=ltr] .mr-xxl-112pt, [dir=ltr] .mx-xxl-112pt {
        margin-right: 7rem !important
    }

    [dir=rtl] .mr-xxl-112pt, [dir=rtl] .mx-xxl-112pt {
        margin-left: 7rem !important
    }

    [dir] .mb-xxl-112pt, [dir] .my-xxl-112pt {
        margin-bottom: 7rem !important
    }

    [dir=ltr] .ml-xxl-112pt, [dir=ltr] .mx-xxl-112pt {
        margin-left: 7rem !important
    }

    [dir=rtl] .ml-xxl-112pt, [dir=rtl] .mx-xxl-112pt {
        margin-right: 7rem !important
    }

    [dir] .m-xxl-128pt {
        margin: 8rem !important
    }

    [dir] .mt-xxl-128pt, [dir] .my-xxl-128pt {
        margin-top: 8rem !important
    }

    [dir=ltr] .mr-xxl-128pt, [dir=ltr] .mx-xxl-128pt {
        margin-right: 8rem !important
    }

    [dir=rtl] .mr-xxl-128pt, [dir=rtl] .mx-xxl-128pt {
        margin-left: 8rem !important
    }

    [dir] .mb-xxl-128pt, [dir] .my-xxl-128pt {
        margin-bottom: 8rem !important
    }

    [dir=ltr] .ml-xxl-128pt, [dir=ltr] .mx-xxl-128pt {
        margin-left: 8rem !important
    }

    [dir=rtl] .ml-xxl-128pt, [dir=rtl] .mx-xxl-128pt {
        margin-right: 8rem !important
    }

    [dir] .p-xxl-0 {
        padding: 0 !important
    }

    [dir] .pt-xxl-0, [dir] .py-xxl-0 {
        padding-top: 0 !important
    }

    [dir=ltr] .pr-xxl-0, [dir=ltr] .px-xxl-0 {
        padding-right: 0 !important
    }

    [dir=rtl] .pr-xxl-0, [dir=rtl] .px-xxl-0 {
        padding-left: 0 !important
    }

    [dir] .pb-xxl-0, [dir] .py-xxl-0 {
        padding-bottom: 0 !important
    }

    [dir=ltr] .pl-xxl-0, [dir=ltr] .px-xxl-0 {
        padding-left: 0 !important
    }

    [dir=rtl] .pl-xxl-0, [dir=rtl] .px-xxl-0 {
        padding-right: 0 !important
    }

    [dir] .p-xxl-1 {
        padding: .25rem !important
    }

    [dir] .pt-xxl-1, [dir] .py-xxl-1 {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-xxl-1, [dir=ltr] .px-xxl-1 {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-xxl-1, [dir=rtl] .px-xxl-1 {
        padding-left: .25rem !important
    }

    [dir] .pb-xxl-1, [dir] .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-xxl-1, [dir=ltr] .px-xxl-1 {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-xxl-1, [dir=rtl] .px-xxl-1 {
        padding-right: .25rem !important
    }

    [dir] .p-xxl-2 {
        padding: .5rem !important
    }

    [dir] .pt-xxl-2, [dir] .py-xxl-2 {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-xxl-2, [dir=ltr] .px-xxl-2 {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-xxl-2, [dir=rtl] .px-xxl-2 {
        padding-left: .5rem !important
    }

    [dir] .pb-xxl-2, [dir] .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-xxl-2, [dir=ltr] .px-xxl-2 {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-xxl-2, [dir=rtl] .px-xxl-2 {
        padding-right: .5rem !important
    }

    [dir] .p-xxl-3 {
        padding: 1rem !important
    }

    [dir] .pt-xxl-3, [dir] .py-xxl-3 {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-xxl-3, [dir=ltr] .px-xxl-3 {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-xxl-3, [dir=rtl] .px-xxl-3 {
        padding-left: 1rem !important
    }

    [dir] .pb-xxl-3, [dir] .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-xxl-3, [dir=ltr] .px-xxl-3 {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-xxl-3, [dir=rtl] .px-xxl-3 {
        padding-right: 1rem !important
    }

    [dir] .p-xxl-4 {
        padding: 1.5rem !important
    }

    [dir] .pt-xxl-4, [dir] .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-xxl-4, [dir=ltr] .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-xxl-4, [dir=rtl] .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    [dir] .pb-xxl-4, [dir] .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-xxl-4, [dir=ltr] .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-xxl-4, [dir=rtl] .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    [dir] .p-xxl-5 {
        padding: 3rem !important
    }

    [dir] .pt-xxl-5, [dir] .py-xxl-5 {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-xxl-5, [dir=ltr] .px-xxl-5 {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-xxl-5, [dir=rtl] .px-xxl-5 {
        padding-left: 3rem !important
    }

    [dir] .pb-xxl-5, [dir] .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-xxl-5, [dir=ltr] .px-xxl-5 {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-xxl-5, [dir=rtl] .px-xxl-5 {
        padding-right: 3rem !important
    }

    [dir] .p-xxl-4pt {
        padding: .25rem !important
    }

    [dir] .pt-xxl-4pt, [dir] .py-xxl-4pt {
        padding-top: .25rem !important
    }

    [dir=ltr] .pr-xxl-4pt, [dir=ltr] .px-xxl-4pt {
        padding-right: .25rem !important
    }

    [dir=rtl] .pr-xxl-4pt, [dir=rtl] .px-xxl-4pt {
        padding-left: .25rem !important
    }

    [dir] .pb-xxl-4pt, [dir] .py-xxl-4pt {
        padding-bottom: .25rem !important
    }

    [dir=ltr] .pl-xxl-4pt, [dir=ltr] .px-xxl-4pt {
        padding-left: .25rem !important
    }

    [dir=rtl] .pl-xxl-4pt, [dir=rtl] .px-xxl-4pt {
        padding-right: .25rem !important
    }

    [dir] .p-xxl-8pt {
        padding: .5rem !important
    }

    [dir] .pt-xxl-8pt, [dir] .py-xxl-8pt {
        padding-top: .5rem !important
    }

    [dir=ltr] .pr-xxl-8pt, [dir=ltr] .px-xxl-8pt {
        padding-right: .5rem !important
    }

    [dir=rtl] .pr-xxl-8pt, [dir=rtl] .px-xxl-8pt {
        padding-left: .5rem !important
    }

    [dir] .pb-xxl-8pt, [dir] .py-xxl-8pt {
        padding-bottom: .5rem !important
    }

    [dir=ltr] .pl-xxl-8pt, [dir=ltr] .px-xxl-8pt {
        padding-left: .5rem !important
    }

    [dir=rtl] .pl-xxl-8pt, [dir=rtl] .px-xxl-8pt {
        padding-right: .5rem !important
    }

    [dir] .p-xxl-12pt {
        padding: .75rem !important
    }

    [dir] .pt-xxl-12pt, [dir] .py-xxl-12pt {
        padding-top: .75rem !important
    }

    [dir=ltr] .pr-xxl-12pt, [dir=ltr] .px-xxl-12pt {
        padding-right: .75rem !important
    }

    [dir=rtl] .pr-xxl-12pt, [dir=rtl] .px-xxl-12pt {
        padding-left: .75rem !important
    }

    [dir] .pb-xxl-12pt, [dir] .py-xxl-12pt {
        padding-bottom: .75rem !important
    }

    [dir=ltr] .pl-xxl-12pt, [dir=ltr] .px-xxl-12pt {
        padding-left: .75rem !important
    }

    [dir=rtl] .pl-xxl-12pt, [dir=rtl] .px-xxl-12pt {
        padding-right: .75rem !important
    }

    [dir] .p-xxl-16pt {
        padding: 1rem !important
    }

    [dir] .pt-xxl-16pt, [dir] .py-xxl-16pt {
        padding-top: 1rem !important
    }

    [dir=ltr] .pr-xxl-16pt, [dir=ltr] .px-xxl-16pt {
        padding-right: 1rem !important
    }

    [dir=rtl] .pr-xxl-16pt, [dir=rtl] .px-xxl-16pt {
        padding-left: 1rem !important
    }

    [dir] .pb-xxl-16pt, [dir] .py-xxl-16pt {
        padding-bottom: 1rem !important
    }

    [dir=ltr] .pl-xxl-16pt, [dir=ltr] .px-xxl-16pt {
        padding-left: 1rem !important
    }

    [dir=rtl] .pl-xxl-16pt, [dir=rtl] .px-xxl-16pt {
        padding-right: 1rem !important
    }

    [dir] .p-xxl-20pt {
        padding: 1.25rem !important
    }

    [dir] .pt-xxl-20pt, [dir] .py-xxl-20pt {
        padding-top: 1.25rem !important
    }

    [dir=ltr] .pr-xxl-20pt, [dir=ltr] .px-xxl-20pt {
        padding-right: 1.25rem !important
    }

    [dir=rtl] .pr-xxl-20pt, [dir=rtl] .px-xxl-20pt {
        padding-left: 1.25rem !important
    }

    [dir] .pb-xxl-20pt, [dir] .py-xxl-20pt {
        padding-bottom: 1.25rem !important
    }

    [dir=ltr] .pl-xxl-20pt, [dir=ltr] .px-xxl-20pt {
        padding-left: 1.25rem !important
    }

    [dir=rtl] .pl-xxl-20pt, [dir=rtl] .px-xxl-20pt {
        padding-right: 1.25rem !important
    }

    [dir] .p-xxl-24pt {
        padding: 1.5rem !important
    }

    [dir] .pt-xxl-24pt, [dir] .py-xxl-24pt {
        padding-top: 1.5rem !important
    }

    [dir=ltr] .pr-xxl-24pt, [dir=ltr] .px-xxl-24pt {
        padding-right: 1.5rem !important
    }

    [dir=rtl] .pr-xxl-24pt, [dir=rtl] .px-xxl-24pt {
        padding-left: 1.5rem !important
    }

    [dir] .pb-xxl-24pt, [dir] .py-xxl-24pt {
        padding-bottom: 1.5rem !important
    }

    [dir=ltr] .pl-xxl-24pt, [dir=ltr] .px-xxl-24pt {
        padding-left: 1.5rem !important
    }

    [dir=rtl] .pl-xxl-24pt, [dir=rtl] .px-xxl-24pt {
        padding-right: 1.5rem !important
    }

    [dir] .p-xxl-32pt {
        padding: 2rem !important
    }

    [dir] .pt-xxl-32pt, [dir] .py-xxl-32pt {
        padding-top: 2rem !important
    }

    [dir=ltr] .pr-xxl-32pt, [dir=ltr] .px-xxl-32pt {
        padding-right: 2rem !important
    }

    [dir=rtl] .pr-xxl-32pt, [dir=rtl] .px-xxl-32pt {
        padding-left: 2rem !important
    }

    [dir] .pb-xxl-32pt, [dir] .py-xxl-32pt {
        padding-bottom: 2rem !important
    }

    [dir=ltr] .pl-xxl-32pt, [dir=ltr] .px-xxl-32pt {
        padding-left: 2rem !important
    }

    [dir=rtl] .pl-xxl-32pt, [dir=rtl] .px-xxl-32pt {
        padding-right: 2rem !important
    }

    [dir] .p-xxl-40pt {
        padding: 2.5rem !important
    }

    [dir] .pt-xxl-40pt, [dir] .py-xxl-40pt {
        padding-top: 2.5rem !important
    }

    [dir=ltr] .pr-xxl-40pt, [dir=ltr] .px-xxl-40pt {
        padding-right: 2.5rem !important
    }

    [dir=rtl] .pr-xxl-40pt, [dir=rtl] .px-xxl-40pt {
        padding-left: 2.5rem !important
    }

    [dir] .pb-xxl-40pt, [dir] .py-xxl-40pt {
        padding-bottom: 2.5rem !important
    }

    [dir=ltr] .pl-xxl-40pt, [dir=ltr] .px-xxl-40pt {
        padding-left: 2.5rem !important
    }

    [dir=rtl] .pl-xxl-40pt, [dir=rtl] .px-xxl-40pt {
        padding-right: 2.5rem !important
    }

    [dir] .p-xxl-44pt {
        padding: 2.75rem !important
    }

    [dir] .pt-xxl-44pt, [dir] .py-xxl-44pt {
        padding-top: 2.75rem !important
    }

    [dir=ltr] .pr-xxl-44pt, [dir=ltr] .px-xxl-44pt {
        padding-right: 2.75rem !important
    }

    [dir=rtl] .pr-xxl-44pt, [dir=rtl] .px-xxl-44pt {
        padding-left: 2.75rem !important
    }

    [dir] .pb-xxl-44pt, [dir] .py-xxl-44pt {
        padding-bottom: 2.75rem !important
    }

    [dir=ltr] .pl-xxl-44pt, [dir=ltr] .px-xxl-44pt {
        padding-left: 2.75rem !important
    }

    [dir=rtl] .pl-xxl-44pt, [dir=rtl] .px-xxl-44pt {
        padding-right: 2.75rem !important
    }

    [dir] .p-xxl-48pt {
        padding: 3rem !important
    }

    [dir] .pt-xxl-48pt, [dir] .py-xxl-48pt {
        padding-top: 3rem !important
    }

    [dir=ltr] .pr-xxl-48pt, [dir=ltr] .px-xxl-48pt {
        padding-right: 3rem !important
    }

    [dir=rtl] .pr-xxl-48pt, [dir=rtl] .px-xxl-48pt {
        padding-left: 3rem !important
    }

    [dir] .pb-xxl-48pt, [dir] .py-xxl-48pt {
        padding-bottom: 3rem !important
    }

    [dir=ltr] .pl-xxl-48pt, [dir=ltr] .px-xxl-48pt {
        padding-left: 3rem !important
    }

    [dir=rtl] .pl-xxl-48pt, [dir=rtl] .px-xxl-48pt {
        padding-right: 3rem !important
    }

    [dir] .p-xxl-64pt {
        padding: 4rem !important
    }

    [dir] .pt-xxl-64pt, [dir] .py-xxl-64pt {
        padding-top: 4rem !important
    }

    [dir=ltr] .pr-xxl-64pt, [dir=ltr] .px-xxl-64pt {
        padding-right: 4rem !important
    }

    [dir=rtl] .pr-xxl-64pt, [dir=rtl] .px-xxl-64pt {
        padding-left: 4rem !important
    }

    [dir] .pb-xxl-64pt, [dir] .py-xxl-64pt {
        padding-bottom: 4rem !important
    }

    [dir=ltr] .pl-xxl-64pt, [dir=ltr] .px-xxl-64pt {
        padding-left: 4rem !important
    }

    [dir=rtl] .pl-xxl-64pt, [dir=rtl] .px-xxl-64pt {
        padding-right: 4rem !important
    }

    [dir] .p-xxl-112pt {
        padding: 7rem !important
    }

    [dir] .pt-xxl-112pt, [dir] .py-xxl-112pt {
        padding-top: 7rem !important
    }

    [dir=ltr] .pr-xxl-112pt, [dir=ltr] .px-xxl-112pt {
        padding-right: 7rem !important
    }

    [dir=rtl] .pr-xxl-112pt, [dir=rtl] .px-xxl-112pt {
        padding-left: 7rem !important
    }

    [dir] .pb-xxl-112pt, [dir] .py-xxl-112pt {
        padding-bottom: 7rem !important
    }

    [dir=ltr] .pl-xxl-112pt, [dir=ltr] .px-xxl-112pt {
        padding-left: 7rem !important
    }

    [dir=rtl] .pl-xxl-112pt, [dir=rtl] .px-xxl-112pt {
        padding-right: 7rem !important
    }

    [dir] .p-xxl-128pt {
        padding: 8rem !important
    }

    [dir] .pt-xxl-128pt, [dir] .py-xxl-128pt {
        padding-top: 8rem !important
    }

    [dir=ltr] .pr-xxl-128pt, [dir=ltr] .px-xxl-128pt {
        padding-right: 8rem !important
    }

    [dir=rtl] .pr-xxl-128pt, [dir=rtl] .px-xxl-128pt {
        padding-left: 8rem !important
    }

    [dir] .pb-xxl-128pt, [dir] .py-xxl-128pt {
        padding-bottom: 8rem !important
    }

    [dir=ltr] .pl-xxl-128pt, [dir=ltr] .px-xxl-128pt {
        padding-left: 8rem !important
    }

    [dir=rtl] .pl-xxl-128pt, [dir=rtl] .px-xxl-128pt {
        padding-right: 8rem !important
    }

    [dir] .m-xxl-n1 {
        margin: -.25rem !important
    }

    [dir] .mt-xxl-n1, [dir] .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-xxl-n1, [dir=ltr] .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-xxl-n1, [dir=rtl] .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    [dir] .mb-xxl-n1, [dir] .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-xxl-n1, [dir=ltr] .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-xxl-n1, [dir=rtl] .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    [dir] .m-xxl-n2 {
        margin: -.5rem !important
    }

    [dir] .mt-xxl-n2, [dir] .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-xxl-n2, [dir=ltr] .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-xxl-n2, [dir=rtl] .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    [dir] .mb-xxl-n2, [dir] .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-xxl-n2, [dir=ltr] .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-xxl-n2, [dir=rtl] .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    [dir] .m-xxl-n3 {
        margin: -1rem !important
    }

    [dir] .mt-xxl-n3, [dir] .my-xxl-n3 {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-xxl-n3, [dir=ltr] .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-xxl-n3, [dir=rtl] .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    [dir] .mb-xxl-n3, [dir] .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-xxl-n3, [dir=ltr] .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-xxl-n3, [dir=rtl] .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    [dir] .m-xxl-n4 {
        margin: -1.5rem !important
    }

    [dir] .mt-xxl-n4, [dir] .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-xxl-n4, [dir=ltr] .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-xxl-n4, [dir=rtl] .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    [dir] .mb-xxl-n4, [dir] .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-xxl-n4, [dir=ltr] .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-xxl-n4, [dir=rtl] .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    [dir] .m-xxl-n5 {
        margin: -3rem !important
    }

    [dir] .mt-xxl-n5, [dir] .my-xxl-n5 {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-xxl-n5, [dir=ltr] .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-xxl-n5, [dir=rtl] .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    [dir] .mb-xxl-n5, [dir] .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-xxl-n5, [dir=ltr] .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-xxl-n5, [dir=rtl] .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    [dir] .m-xxl-n4pt {
        margin: -.25rem !important
    }

    [dir] .mt-xxl-n4pt, [dir] .my-xxl-n4pt {
        margin-top: -.25rem !important
    }

    [dir=ltr] .mr-xxl-n4pt, [dir=ltr] .mx-xxl-n4pt {
        margin-right: -.25rem !important
    }

    [dir=rtl] .mr-xxl-n4pt, [dir=rtl] .mx-xxl-n4pt {
        margin-left: -.25rem !important
    }

    [dir] .mb-xxl-n4pt, [dir] .my-xxl-n4pt {
        margin-bottom: -.25rem !important
    }

    [dir=ltr] .ml-xxl-n4pt, [dir=ltr] .mx-xxl-n4pt {
        margin-left: -.25rem !important
    }

    [dir=rtl] .ml-xxl-n4pt, [dir=rtl] .mx-xxl-n4pt {
        margin-right: -.25rem !important
    }

    [dir] .m-xxl-n8pt {
        margin: -.5rem !important
    }

    [dir] .mt-xxl-n8pt, [dir] .my-xxl-n8pt {
        margin-top: -.5rem !important
    }

    [dir=ltr] .mr-xxl-n8pt, [dir=ltr] .mx-xxl-n8pt {
        margin-right: -.5rem !important
    }

    [dir=rtl] .mr-xxl-n8pt, [dir=rtl] .mx-xxl-n8pt {
        margin-left: -.5rem !important
    }

    [dir] .mb-xxl-n8pt, [dir] .my-xxl-n8pt {
        margin-bottom: -.5rem !important
    }

    [dir=ltr] .ml-xxl-n8pt, [dir=ltr] .mx-xxl-n8pt {
        margin-left: -.5rem !important
    }

    [dir=rtl] .ml-xxl-n8pt, [dir=rtl] .mx-xxl-n8pt {
        margin-right: -.5rem !important
    }

    [dir] .m-xxl-n12pt {
        margin: -.75rem !important
    }

    [dir] .mt-xxl-n12pt, [dir] .my-xxl-n12pt {
        margin-top: -.75rem !important
    }

    [dir=ltr] .mr-xxl-n12pt, [dir=ltr] .mx-xxl-n12pt {
        margin-right: -.75rem !important
    }

    [dir=rtl] .mr-xxl-n12pt, [dir=rtl] .mx-xxl-n12pt {
        margin-left: -.75rem !important
    }

    [dir] .mb-xxl-n12pt, [dir] .my-xxl-n12pt {
        margin-bottom: -.75rem !important
    }

    [dir=ltr] .ml-xxl-n12pt, [dir=ltr] .mx-xxl-n12pt {
        margin-left: -.75rem !important
    }

    [dir=rtl] .ml-xxl-n12pt, [dir=rtl] .mx-xxl-n12pt {
        margin-right: -.75rem !important
    }

    [dir] .m-xxl-n16pt {
        margin: -1rem !important
    }

    [dir] .mt-xxl-n16pt, [dir] .my-xxl-n16pt {
        margin-top: -1rem !important
    }

    [dir=ltr] .mr-xxl-n16pt, [dir=ltr] .mx-xxl-n16pt {
        margin-right: -1rem !important
    }

    [dir=rtl] .mr-xxl-n16pt, [dir=rtl] .mx-xxl-n16pt {
        margin-left: -1rem !important
    }

    [dir] .mb-xxl-n16pt, [dir] .my-xxl-n16pt {
        margin-bottom: -1rem !important
    }

    [dir=ltr] .ml-xxl-n16pt, [dir=ltr] .mx-xxl-n16pt {
        margin-left: -1rem !important
    }

    [dir=rtl] .ml-xxl-n16pt, [dir=rtl] .mx-xxl-n16pt {
        margin-right: -1rem !important
    }

    [dir] .m-xxl-n20pt {
        margin: -1.25rem !important
    }

    [dir] .mt-xxl-n20pt, [dir] .my-xxl-n20pt {
        margin-top: -1.25rem !important
    }

    [dir=ltr] .mr-xxl-n20pt, [dir=ltr] .mx-xxl-n20pt {
        margin-right: -1.25rem !important
    }

    [dir=rtl] .mr-xxl-n20pt, [dir=rtl] .mx-xxl-n20pt {
        margin-left: -1.25rem !important
    }

    [dir] .mb-xxl-n20pt, [dir] .my-xxl-n20pt {
        margin-bottom: -1.25rem !important
    }

    [dir=ltr] .ml-xxl-n20pt, [dir=ltr] .mx-xxl-n20pt {
        margin-left: -1.25rem !important
    }

    [dir=rtl] .ml-xxl-n20pt, [dir=rtl] .mx-xxl-n20pt {
        margin-right: -1.25rem !important
    }

    [dir] .m-xxl-n24pt {
        margin: -1.5rem !important
    }

    [dir] .mt-xxl-n24pt, [dir] .my-xxl-n24pt {
        margin-top: -1.5rem !important
    }

    [dir=ltr] .mr-xxl-n24pt, [dir=ltr] .mx-xxl-n24pt {
        margin-right: -1.5rem !important
    }

    [dir=rtl] .mr-xxl-n24pt, [dir=rtl] .mx-xxl-n24pt {
        margin-left: -1.5rem !important
    }

    [dir] .mb-xxl-n24pt, [dir] .my-xxl-n24pt {
        margin-bottom: -1.5rem !important
    }

    [dir=ltr] .ml-xxl-n24pt, [dir=ltr] .mx-xxl-n24pt {
        margin-left: -1.5rem !important
    }

    [dir=rtl] .ml-xxl-n24pt, [dir=rtl] .mx-xxl-n24pt {
        margin-right: -1.5rem !important
    }

    [dir] .m-xxl-n32pt {
        margin: -2rem !important
    }

    [dir] .mt-xxl-n32pt, [dir] .my-xxl-n32pt {
        margin-top: -2rem !important
    }

    [dir=ltr] .mr-xxl-n32pt, [dir=ltr] .mx-xxl-n32pt {
        margin-right: -2rem !important
    }

    [dir=rtl] .mr-xxl-n32pt, [dir=rtl] .mx-xxl-n32pt {
        margin-left: -2rem !important
    }

    [dir] .mb-xxl-n32pt, [dir] .my-xxl-n32pt {
        margin-bottom: -2rem !important
    }

    [dir=ltr] .ml-xxl-n32pt, [dir=ltr] .mx-xxl-n32pt {
        margin-left: -2rem !important
    }

    [dir=rtl] .ml-xxl-n32pt, [dir=rtl] .mx-xxl-n32pt {
        margin-right: -2rem !important
    }

    [dir] .m-xxl-n40pt {
        margin: -2.5rem !important
    }

    [dir] .mt-xxl-n40pt, [dir] .my-xxl-n40pt {
        margin-top: -2.5rem !important
    }

    [dir=ltr] .mr-xxl-n40pt, [dir=ltr] .mx-xxl-n40pt {
        margin-right: -2.5rem !important
    }

    [dir=rtl] .mr-xxl-n40pt, [dir=rtl] .mx-xxl-n40pt {
        margin-left: -2.5rem !important
    }

    [dir] .mb-xxl-n40pt, [dir] .my-xxl-n40pt {
        margin-bottom: -2.5rem !important
    }

    [dir=ltr] .ml-xxl-n40pt, [dir=ltr] .mx-xxl-n40pt {
        margin-left: -2.5rem !important
    }

    [dir=rtl] .ml-xxl-n40pt, [dir=rtl] .mx-xxl-n40pt {
        margin-right: -2.5rem !important
    }

    [dir] .m-xxl-n44pt {
        margin: -2.75rem !important
    }

    [dir] .mt-xxl-n44pt, [dir] .my-xxl-n44pt {
        margin-top: -2.75rem !important
    }

    [dir=ltr] .mr-xxl-n44pt, [dir=ltr] .mx-xxl-n44pt {
        margin-right: -2.75rem !important
    }

    [dir=rtl] .mr-xxl-n44pt, [dir=rtl] .mx-xxl-n44pt {
        margin-left: -2.75rem !important
    }

    [dir] .mb-xxl-n44pt, [dir] .my-xxl-n44pt {
        margin-bottom: -2.75rem !important
    }

    [dir=ltr] .ml-xxl-n44pt, [dir=ltr] .mx-xxl-n44pt {
        margin-left: -2.75rem !important
    }

    [dir=rtl] .ml-xxl-n44pt, [dir=rtl] .mx-xxl-n44pt {
        margin-right: -2.75rem !important
    }

    [dir] .m-xxl-n48pt {
        margin: -3rem !important
    }

    [dir] .mt-xxl-n48pt, [dir] .my-xxl-n48pt {
        margin-top: -3rem !important
    }

    [dir=ltr] .mr-xxl-n48pt, [dir=ltr] .mx-xxl-n48pt {
        margin-right: -3rem !important
    }

    [dir=rtl] .mr-xxl-n48pt, [dir=rtl] .mx-xxl-n48pt {
        margin-left: -3rem !important
    }

    [dir] .mb-xxl-n48pt, [dir] .my-xxl-n48pt {
        margin-bottom: -3rem !important
    }

    [dir=ltr] .ml-xxl-n48pt, [dir=ltr] .mx-xxl-n48pt {
        margin-left: -3rem !important
    }

    [dir=rtl] .ml-xxl-n48pt, [dir=rtl] .mx-xxl-n48pt {
        margin-right: -3rem !important
    }

    [dir] .m-xxl-n64pt {
        margin: -4rem !important
    }

    [dir] .mt-xxl-n64pt, [dir] .my-xxl-n64pt {
        margin-top: -4rem !important
    }

    [dir=ltr] .mr-xxl-n64pt, [dir=ltr] .mx-xxl-n64pt {
        margin-right: -4rem !important
    }

    [dir=rtl] .mr-xxl-n64pt, [dir=rtl] .mx-xxl-n64pt {
        margin-left: -4rem !important
    }

    [dir] .mb-xxl-n64pt, [dir] .my-xxl-n64pt {
        margin-bottom: -4rem !important
    }

    [dir=ltr] .ml-xxl-n64pt, [dir=ltr] .mx-xxl-n64pt {
        margin-left: -4rem !important
    }

    [dir=rtl] .ml-xxl-n64pt, [dir=rtl] .mx-xxl-n64pt {
        margin-right: -4rem !important
    }

    [dir] .m-xxl-n112pt {
        margin: -7rem !important
    }

    [dir] .mt-xxl-n112pt, [dir] .my-xxl-n112pt {
        margin-top: -7rem !important
    }

    [dir=ltr] .mr-xxl-n112pt, [dir=ltr] .mx-xxl-n112pt {
        margin-right: -7rem !important
    }

    [dir=rtl] .mr-xxl-n112pt, [dir=rtl] .mx-xxl-n112pt {
        margin-left: -7rem !important
    }

    [dir] .mb-xxl-n112pt, [dir] .my-xxl-n112pt {
        margin-bottom: -7rem !important
    }

    [dir=ltr] .ml-xxl-n112pt, [dir=ltr] .mx-xxl-n112pt {
        margin-left: -7rem !important
    }

    [dir=rtl] .ml-xxl-n112pt, [dir=rtl] .mx-xxl-n112pt {
        margin-right: -7rem !important
    }

    [dir] .m-xxl-n128pt {
        margin: -8rem !important
    }

    [dir] .mt-xxl-n128pt, [dir] .my-xxl-n128pt {
        margin-top: -8rem !important
    }

    [dir=ltr] .mr-xxl-n128pt, [dir=ltr] .mx-xxl-n128pt {
        margin-right: -8rem !important
    }

    [dir=rtl] .mr-xxl-n128pt, [dir=rtl] .mx-xxl-n128pt {
        margin-left: -8rem !important
    }

    [dir] .mb-xxl-n128pt, [dir] .my-xxl-n128pt {
        margin-bottom: -8rem !important
    }

    [dir=ltr] .ml-xxl-n128pt, [dir=ltr] .mx-xxl-n128pt {
        margin-left: -8rem !important
    }

    [dir=rtl] .ml-xxl-n128pt, [dir=rtl] .mx-xxl-n128pt {
        margin-right: -8rem !important
    }

    [dir] .m-xxl-auto {
        margin: auto !important
    }

    [dir] .mt-xxl-auto, [dir] .my-xxl-auto {
        margin-top: auto !important
    }

    [dir=ltr] .mr-xxl-auto, [dir=ltr] .mx-xxl-auto {
        margin-right: auto !important
    }

    [dir=rtl] .mr-xxl-auto, [dir=rtl] .mx-xxl-auto {
        margin-left: auto !important
    }

    [dir] .mb-xxl-auto, [dir] .my-xxl-auto {
        margin-bottom: auto !important
    }

    [dir=ltr] .ml-xxl-auto, [dir=ltr] .mx-xxl-auto {
        margin-left: auto !important
    }

    [dir=rtl] .ml-xxl-auto, [dir=rtl] .mx-xxl-auto {
        margin-right: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: auto;
    content: ""
}

[dir] .stretched-link:after {
    background-color: transparent
}

[dir=ltr] .stretched-link:after, [dir=rtl] .stretched-link:after {
    right: 0;
    left: 0
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

[dir] .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
}

[dir=ltr] .text-left {
    text-align: left !important
}

[dir=ltr] .text-right, [dir=rtl] .text-left {
    text-align: right !important
}

[dir=rtl] .text-right {
    text-align: left !important
}

[dir] .text-center {
    text-align: center !important
}

@media (min-width:374px) {
    [dir=ltr] .text-xs-md-left {
        text-align: left !important
    }

    [dir=ltr] .text-xs-md-right, [dir=rtl] .text-xs-md-left {
        text-align: right !important
    }

    [dir=rtl] .text-xs-md-right {
        text-align: left !important
    }

    [dir] .text-xs-md-center {
        text-align: center !important
    }
}

@media (min-width:413px) {
    [dir=ltr] .text-xs-plus-left {
        text-align: left !important
    }

    [dir=ltr] .text-xs-plus-right, [dir=rtl] .text-xs-plus-left {
        text-align: right !important
    }

    [dir=rtl] .text-xs-plus-right {
        text-align: left !important
    }

    [dir] .text-xs-plus-center {
        text-align: center !important
    }
}

@media (min-width:576px) {
    [dir=ltr] .text-sm-left {
        text-align: left !important
    }

    [dir=ltr] .text-sm-right, [dir=rtl] .text-sm-left {
        text-align: right !important
    }

    [dir=rtl] .text-sm-right {
        text-align: left !important
    }

    [dir] .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    [dir=ltr] .text-md-left {
        text-align: left !important
    }

    [dir=ltr] .text-md-right, [dir=rtl] .text-md-left {
        text-align: right !important
    }

    [dir=rtl] .text-md-right {
        text-align: left !important
    }

    [dir] .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    [dir=ltr] .text-lg-left {
        text-align: left !important
    }

    [dir=ltr] .text-lg-right, [dir=rtl] .text-lg-left {
        text-align: right !important
    }

    [dir=rtl] .text-lg-right {
        text-align: left !important
    }

    [dir] .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    [dir=ltr] .text-xl-left {
        text-align: left !important
    }

    [dir=ltr] .text-xl-right, [dir=rtl] .text-xl-left {
        text-align: right !important
    }

    [dir=rtl] .text-xl-right {
        text-align: left !important
    }

    [dir] .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1366px) {
    [dir=ltr] .text-xxl-left {
        text-align: left !important
    }

    [dir=ltr] .text-xxl-right, [dir=rtl] .text-xxl-left {
        text-align: right !important
    }

    [dir=rtl] .text-xxl-right {
        text-align: left !important
    }

    [dir] .text-xxl-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: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

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

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #2196f3 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0a6ebd !important
}

.text-secondary {
    color: #6b757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #484e54 !important
}

.text-success {
    color: #66bb6a !important
}

a.text-success:focus, a.text-success:hover {
    color: #419345 !important
}

.text-info {
    color: #29b6f6 !important
}

a.text-info:focus, a.text-info:hover {
    color: #088eca !important
}

.text-warning {
    color: #ffa726 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d98100 !important
}

.text-danger {
    color: #f44336 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #d2190b !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #39444d !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #181d21 !important
}

.text-body {
    color: #383b3d !important
}

.text-muted {
    color: #b8bdc2 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent
}

[dir] .text-hide {
    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 {
    [dir] *, [dir] :after, [dir] :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 {
        page-break-inside: avoid
    }

    [dir] blockquote, [dir] pre {
        border: 1px solid #adb5bd
    }

    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
    }

    [dir] .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    [dir] .table td, [dir] .table th {
        background-color: #fff !important
    }

    [dir] .table-bordered td, [dir] .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    [dir] .table-dark tbody+tbody, [dir] .table-dark td, [dir] .table-dark th, [dir] .table-dark thead th {
        border-color: #f0f1f2
    }

    .table .thead-dark th {
        color: inherit
    }

    [dir] .table .thead-dark th {
        border-color: #f0f1f2
    }
}

.mdk-header {
    position: relative;
    z-index: 1;
    height: 200px
}

[dir] .mdk-header {
    margin-bottom: 1.25rem
}

[dir] .mdk-header :last-child {
    margin-bottom: 0
}

.mdk-header [data-fx-condenses] {
    opacity: 0
}

[dir=ltr] .mdk-header [data-fx-condenses] {
    transform-origin: left top
}

[dir=rtl] .mdk-header [data-fx-condenses] {
    transform-origin: right top
}

.mdk-header [data-fx-condenses][data-fx-id] {
    opacity: 1
}

.mdk-header [data-primary] {
    z-index: 1
}

.mdk-header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden
}

[dir=ltr] .mdk-header__bg, [dir=rtl] .mdk-header__bg {
    right: 0;
    left: 0
}

[data-effects*=parallax-background] .mdk-header__bg {
    visibility: hidden
}

.mdk-header__bg-front, .mdk-header__bg-rear {
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none
}

[dir] .mdk-header__bg-front, [dir] .mdk-header__bg-rear {
    background-size: cover
}

[dir=ltr] .mdk-header__bg-front, [dir=ltr] .mdk-header__bg-rear, [dir=rtl] .mdk-header__bg-front, [dir=rtl] .mdk-header__bg-rear {
    right: 0;
    left: 0
}

.mdk-header__bg-rear {
    opacity: 0
}

.mdk-header__content {
    position: relative;
    width: 100%;
    height: 100%
}

.mdk-header[data-condenses] .mdk-header__content {
    z-index: 0
}

.mdk-header[data-condenses] [data-primary] {
    z-index: 1
}

.mdk-header--shadow {
    transition: box-shadow .25s
}

.mdk-header--shadow:after {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 5px;
    content: "";
    pointer-events: none;
    opacity: 0;
    z-index: -1
}

[dir] .mdk-header--shadow:after {
    box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, .4)
}

[dir=ltr] .mdk-header--shadow:after, [dir=rtl] .mdk-header--shadow:after {
    right: 0;
    left: 0
}

.mdk-header--shadow-show:after {
    opacity: 1
}

.mdk-header--fixed {
    position: fixed;
    top: 0;
    width: 100%
}

[dir] .mdk-header--fixed {
    margin-bottom: 0
}

[dir=ltr] .mdk-header--fixed {
    left: 0
}

[dir=rtl] .mdk-header--fixed {
    right: 0
}

.mdk-header[data-reveals] [data-primary] {
    transition: transform .25s
}

.mdk-header[data-reveals] [data-primary].mdk-header--shadow {
    transition: box-shadow .25s, transform
}

.mdk-header[disabled], .mdk-header[disabled] .mdk-header__bg-front, .mdk-header[disabled] .mdk-header__bg-rear, .mdk-header[disabled] .mdk-header__content>[data-primary], .mdk-header[disabled]:after {
    transition: none !important
}

.mdk-header-layout {
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.mdk-header-layout--fullbleed {
    position: absolute;
    top: 0;
    bottom: 0
}

[dir=ltr] .mdk-header-layout--fullbleed, [dir=rtl] .mdk-header-layout--fullbleed {
    left: 0;
    right: 0
}

.mdk-header-layout>.mdk-header {
    position: fixed;
    top: 0;
    z-index: 1
}

[dir=ltr] .mdk-header-layout>.mdk-header, [dir=rtl] .mdk-header-layout>.mdk-header {
    left: 0;
    right: 0
}

.mdk-header-layout[data-fullbleed]>.mdk-header, .mdk-header-layout[data-has-scrolling-region]>.mdk-header {
    position: absolute;
    top: 0
}

[dir=ltr] .mdk-header-layout[data-fullbleed]>.mdk-header, [dir=ltr] .mdk-header-layout[data-has-scrolling-region]>.mdk-header, [dir=rtl] .mdk-header-layout[data-fullbleed]>.mdk-header, [dir=rtl] .mdk-header-layout[data-has-scrolling-region]>.mdk-header {
    left: 0;
    right: 0
}

.mdk-header-layout__content {
    position: relative;
    z-index: 0
}

.mdk-header-layout__content--fullbleed {
    position: absolute;
    top: 0;
    bottom: 0
}

[dir=ltr] .mdk-header-layout__content--fullbleed, [dir=rtl] .mdk-header-layout__content--fullbleed {
    left: 0;
    right: 0
}

.mdk-header-layout__content--scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.mdk-box {
    position: relative
}

[dir] .mdk-box {
    margin-bottom: 1.25rem
}

.mdk-box__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    height: 100%
}

[dir=ltr] .mdk-box__bg, [dir=rtl] .mdk-box__bg {
    right: 0;
    left: 0
}

[data-effects*=parallax-background] .mdk-box__bg {
    visibility: hidden
}

.mdk-box__bg-front, .mdk-box__bg-rear {
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none
}

[dir] .mdk-box__bg-front, [dir] .mdk-box__bg-rear {
    background-size: cover
}

[dir=ltr] .mdk-box__bg-front, [dir=ltr] .mdk-box__bg-rear, [dir=rtl] .mdk-box__bg-front, [dir=rtl] .mdk-box__bg-rear {
    right: 0;
    left: 0
}

.mdk-box__bg-rear {
    opacity: 0
}

.mdk-box__content {
    position: relative;
    width: 100%;
    height: 100%
}

.mdk-box[disabled], .mdk-box[disabled] .mdk-box__bg-front, .mdk-box[disabled] .mdk-box__bg-rear, .mdk-box[disabled] .mdk-box__content>[data-primary], .mdk-box[disabled]:after {
    transition: none !important
}

[dir] .mdk-drawer {
    position: relative;
    visibility: hidden
}

[dir] .mdk-drawer[data-closing], [dir] .mdk-drawer[data-opened] {
    visibility: visible
}

[dir] .mdk-drawer[data-persistent] {
    width: 256px
}

[dir] .mdk-drawer[data-persistent][data-position=left] {
    right: auto
}

[dir] .mdk-drawer[data-persistent][data-position=right] {
    left: auto
}

[dir] .mdk-drawer__content {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    transition: transform .2s ease;
    background-color: #fff;
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

[dir] [data-position=right]>.mdk-drawer__content {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0)
}

[dir] [data-opened]>.mdk-drawer__content {
    transform: translateZ(0)
}

[dir] .mdk-drawer__scrim {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: opacity .2s ease;
    transform: translateZ(0);
    opacity: 0;
    background-color: rgba(0, 0, 0, .5)
}

[dir] [data-opened]>.mdk-drawer__scrim {
    opacity: 1
}

[dir] [data-persistent]>.mdk-drawer__scrim {
    visibility: hidden;
    opacity: 0
}

.mdk-drawer-layout {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex
}

.mdk-drawer-layout--fullbleed {
    position: absolute;
    top: 0;
    bottom: 0
}

[dir=ltr] .mdk-drawer-layout--fullbleed, [dir=rtl] .mdk-drawer-layout--fullbleed {
    left: 0;
    right: 0
}

.mdk-drawer-layout .mdk-drawer {
    position: relative
}

.mdk-drawer-layout .mdk-drawer[data-persistent] {
    width: 256px
}

.mdk-drawer-layout .mdk-drawer[data-persistent][data-position=left] {
    order: 0
}

.mdk-drawer-layout .mdk-drawer[data-persistent][data-position=right] {
    order: 2
}

.mdk-drawer-layout__content {
    position: relative;
    height: 100%;
    transition: transform .2s;
    min-width: 320px;
    z-index: 0;
    order: 1;
    flex: 1 1 0%
}

.mdk-drawer-layout__content--scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

[dir=rtl] .mdk-drawer-layout .mdk-drawer[data-persistent][data-position=left] {
    order: 2
}

[dir=rtl] .mdk-drawer-layout .mdk-drawer[data-persistent][data-position=right] {
    order: 0
}

.mdk-reveal {
    z-index: 0;
    position: relative;
    overflow: hidden;
    display: block
}

.mdk-reveal--hover:hover .mdk-reveal__partial, .mdk-reveal[data-opened] .mdk-reveal__partial {
    opacity: 0
}

.mdk-reveal__content {
    transition: transform .2s;
    position: relative;
    z-index: 0
}

[dir] .mdk-reveal__content {
    background-color: #fff
}

.mdk-reveal__partial {
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    opacity: 1;
    z-index: 1;
    transition: opacity .2s;
    pointer-events: none
}

[dir] .mdk-reveal__partial {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 60%, hsla(0, 0%, 100%, .95) 80%, #fff)
}

[dir=ltr] .mdk-reveal__partial {
    left: 0
}

[dir=rtl] .mdk-reveal__partial {
    right: 0
}

.mdk-carousel__content {
    transition: transform .4s;
    touch-action: pan-x
}

[dir] .mdk-carousel__content {
    transform: translateZ(0)
}

.mdk-carousel__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    width: 100%
}

[dir] .mdk-carousel__item {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

[dir=ltr] .mdk-carousel__item {
    float: left
}

[dir=rtl] .mdk-carousel__item {
    float: right
}

.mdk-tooltip {
    transition: transform .2s;
    will-change: transform;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    z-index: 999;
    font-weight: 500;
    position: fixed;
    line-height: 1;
    max-width: 200px;
    pointer-events: none
}

[dir] .mdk-tooltip {
    transform: scale(0);
    transform-origin: top center;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    padding: .4rem;
    border-radius: .25rem
}

[dir] .mdk-tooltip[data-opened] {
    transform: scale(1)
}

[dir] .sidebar-p-a {
    padding: 2rem 1.5rem
}

[dir=ltr] .sidebar-p-x, [dir=rtl] .sidebar-p-x {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

[dir] .sidebar-p-y {
    padding-top: 2rem;
    padding-bottom: 2rem
}

[dir] .sidebar-p-t {
    padding-top: 2rem
}

[dir] .sidebar-p-b {
    padding-bottom: 2rem
}

[dir=ltr] .sidebar-p-l, [dir=rtl] .sidebar-p-l {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

[dir=ltr] .sidebar-p-r {
    padding-right: 1.5rem
}

[dir=rtl] .sidebar-p-r {
    padding-left: 1.5rem
}

[dir] .sidebar-m-a {
    margin: 2rem 1.5rem
}

[dir=ltr] .sidebar-m-x, [dir=rtl] .sidebar-m-x {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

[dir] .sidebar-m-y {
    margin-top: 2rem;
    margin-bottom: 2rem
}

[dir] .sidebar-m-t {
    margin-top: 2rem
}

[dir] .sidebar-m-b {
    margin-bottom: 2rem
}

[dir=ltr] .sidebar-m-l {
    margin-left: 1.5rem
}

[dir=ltr] .sidebar-m-r, [dir=rtl] .sidebar-m-l {
    margin-right: 1.5rem
}

[dir=rtl] .sidebar-m-r {
    margin-left: 1.5rem
}

[dir] .sidebar-b-a {
    border: 1px solid transparent
}

[dir=ltr] .sidebar-b-x, [dir=rtl] .sidebar-b-x {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

[dir] .sidebar-b-y {
    border-bottom: 1px solid transparent
}

[dir] .sidebar-b-t, [dir] .sidebar-b-y {
    border-top: 1px solid transparent
}

[dir] .sidebar-b-b {
    border-bottom: 1px solid transparent
}

[dir] .sidebar-block {
    margin-bottom: 2rem
}

[dir=ltr] .sidebar-block, [dir=rtl] .sidebar-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

[dir] .sidebar>.sidebar-text, [dir] .sidebar>p {
    margin-bottom: 2rem
}

[dir=ltr] .sidebar>.sidebar-text, [dir=ltr] .sidebar>p, [dir=rtl] .sidebar>.sidebar-text, [dir=rtl] .sidebar>p {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.sidebar-brand {
    font-weight: 500;
    font-size: 1.3rem;
    display: flex;
    align-items: center
}

[dir] .sidebar-brand {
    margin-bottom: 1rem
}

.sidebar-brand:hover {
    text-decoration: none
}

[dir=ltr] .sidebar-brand-icon {
    margin-right: .75rem
}

[dir=rtl] .sidebar-brand-icon {
    margin-left: .75rem
}

.sidebar-brand-header {
    height: 56px;
    line-height: 56px;
    width: 100%
}

[dir] .sidebar-brand-header {
    margin-bottom: 2rem
}

[dir=ltr] .sidebar-brand-header, [dir=rtl] .sidebar-brand-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

[dir] .sidebar-brand-border {
    border-bottom: 1px solid transparent
}

.sidebar-heading {
    font-weight: 500;
    font-size: .75rem;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1.5rem
}

[dir] .sidebar-heading {
    margin-bottom: 2rem
}

[dir=ltr] .sidebar-heading, [dir=rtl] .sidebar-heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.sidebar-badge {
    display: inline-block;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline
}

[dir] .sidebar-badge {
    padding: .25em .4em;
    text-align: center;
    border-radius: .25rem
}

.sidebar-light {
    color: #949799
}

[dir] .sidebar-light {
    background: #fff
}

[dir=ltr] .sidebar-light.sidebar-left {
    border-right: 1px solid #f0f1f2
}

[dir=ltr] .sidebar-light.sidebar-right, [dir=rtl] .sidebar-light.sidebar-left {
    border-left: 1px solid #f0f1f2
}

[dir=rtl] .sidebar-light.sidebar-right {
    border-right: 1px solid #f0f1f2
}

.sidebar-light .sidebar-link {
    color: #b8c2cc
}

[dir] .sidebar-light [class*=sidebar-b-] {
    border-color: rgba(46, 49, 51, .1)
}

.sidebar-light .sidebar-heading, .sidebar-light .sidebar-heading>a, .sidebar-light .sidebar-text, .sidebar-light p {
    color: #949799
}

[dir] .sidebar-light hr {
    border-color: rgba(46, 49, 51, .1)
}

.sidebar-light .sidebar-brand {
    color: #2196f3
}

[dir] .sidebar-light .sidebar-brand-bg {
    background: rgba(0, 0, 0, .07)
}

[dir] .sidebar-light .sidebar-brand-border {
    border-color: rgba(46, 49, 51, .1)
}

.sidebar-light .sidebar-menu-button {
    color: #b8c2cc
}

.sidebar-light .sidebar-menu-toggle-icon {
    color: rgba(0, 0, 0, .24)
}

.sidebar-light .sidebar-menu-icon {
    color: #b8c2cc
}

.sidebar-light .sidebar-menu-label {
    color: #fff
}

[dir] .sidebar-light .sidebar-menu-label {
    background: rgba(0, 0, 0, .3)
}

.sidebar-light .sidebar-menu-button:hover {
    color: #8a9299
}

[dir] .sidebar-light .sidebar-menu-button:hover {
    background: transparent
}

.sidebar-light .sidebar-menu-button:hover .sidebar-menu-icon, .sidebar-light .sidebar-menu-button:hover .sidebar-menu-toggle-icon {
    color: #b8c2cc
}

[dir] .sidebar-light .open {
    background: rgba(38, 45, 51, .05)
}

.sidebar-light .open>.sidebar-menu-button, .sidebar-light .open>.sidebar-menu-button .sidebar-menu-toggle-icon {
    color: #949799
}

[dir] .sidebar-light .open>.sidebar-menu-button {
    background: transparent
}

.sidebar-light .active>.sidebar-menu-button, .sidebar-light .open>.sidebar-menu-button .sidebar-menu-icon {
    color: #8a9299
}

.sidebar-light .active>.sidebar-menu-button .sidebar-menu-icon {
    color: #2196f3
}

.sidebar-light .sidebar-submenu .sidebar-menu-button, .sidebar-light .sidebar-submenu .sidebar-menu-icon {
    color: #b8c2cc
}

.sidebar-light .sidebar-submenu .active>.sidebar-menu-button, .sidebar-light .sidebar-submenu .active>.sidebar-menu-button .sidebar-menu-icon, .sidebar-light .sidebar-submenu .sidebar-menu-button:hover, .sidebar-light .sidebar-submenu .sidebar-menu-button:hover .sidebar-menu-icon {
    color: #8a9299
}

[dir] .sidebar-light .sm-bordered, [dir] .sidebar-light .sm-bordered.sidebar-submenu, [dir] .sidebar-light .sm-item-bordered.sidebar-submenu>.sidebar-menu-item, [dir] .sidebar-light .sm-item-bordered>.sidebar-menu-item {
    border-color: rgba(46, 49, 51, .1)
}

.sidebar-light .sm-icons-block>.sidebar-menu-item>.sidebar-menu-button .sidebar-menu-icon {
    color: #b8c2cc
}

[dir] .sidebar-light .sm-icons-block>.sidebar-menu-item>.sidebar-menu-button .sidebar-menu-icon {
    background: rgba(0, 0, 0, .12)
}

.sidebar-light .sm-icons-block>.sidebar-menu-item.open>.sidebar-menu-button .sidebar-menu-icon {
    color: #8a9299
}

[dir] .sidebar-light .sm-icons-block>.sidebar-menu-item.open>.sidebar-menu-button .sidebar-menu-icon {
    background: rgba(0, 0, 0, .12)
}

.sidebar-light .sm-icons-block>.sidebar-menu-item.active>.sidebar-menu-button .sidebar-menu-icon {
    color: #2196f3
}

[dir] .sidebar-light .sm-icons-block>.sidebar-menu-item.active>.sidebar-menu-button .sidebar-menu-icon {
    background: rgba(38, 45, 51, .05)
}

.sidebar-light .sm-active-button-bg>.active>.sidebar-menu-button {
    color: #8a9299
}

[dir] .sidebar-light .sm-active-button-bg>.active>.sidebar-menu-button {
    background: rgba(38, 45, 51, .05)
}

.sidebar-light .sm-active-button-bg>.active>.sidebar-menu-button .sidebar-menu-icon, .sidebar-light .sm-active-button-bg>.active>.sidebar-menu-button .sidebar-menu-toggle-icon {
    color: #2196f3
}

[dir] .sidebar-light .sm-icons-block.sm-active-button-bg>.active>.sidebar-menu-button .sidebar-menu-icon {
    background: rgba(38, 45, 51, .05)
}

.sidebar-dark {
    color: #dfe2e6
}

[dir] .sidebar-dark {
    background: transparent
}

[dir=ltr] .sidebar-dark.sidebar-left {
    border-right: 1px solid rgba(0, 0, 0, .15)
}

[dir=ltr] .sidebar-dark.sidebar-right, [dir=rtl] .sidebar-dark.sidebar-left {
    border-left: 1px solid rgba(0, 0, 0, .15)
}

[dir=rtl] .sidebar-dark.sidebar-right {
    border-right: 1px solid rgba(0, 0, 0, .15)
}

.sidebar-dark .sidebar-link {
    color: #8a9299
}

[dir] .sidebar-dark [class*=sidebar-b-] {
    border-color: rgba(46, 49, 51, .9)
}

.sidebar-dark .sidebar-heading, .sidebar-dark .sidebar-heading>a, .sidebar-dark .sidebar-text, .sidebar-dark p {
    color: #dfe2e6
}

[dir] .sidebar-dark hr {
    border-color: rgba(46, 49, 51, .9)
}

.sidebar-dark .sidebar-brand {
    color: #fff
}

[dir] .sidebar-dark .sidebar-brand-bg {
    background: rgba(0, 0, 0, .12)
}

[dir] .sidebar-dark .sidebar-brand-border {
    border-color: rgba(46, 49, 51, .9)
}

.sidebar-dark .sidebar-menu-button, .sidebar-dark .sidebar-menu-toggle-icon {
    color: #8a9299
}

.sidebar-dark .sidebar-menu-icon {
    color: hsla(0, 0%, 100%, .54)
}

.sidebar-dark .sidebar-menu-button:hover {
    color: #cfdbe6
}

[dir] .sidebar-dark .sidebar-menu-button:hover {
    background: transparent
}

.sidebar-dark .sidebar-menu-button:hover .sidebar-menu-icon, .sidebar-dark .sidebar-menu-button:hover .sidebar-menu-toggle-icon {
    color: hsla(0, 0%, 100%, .54)
}

[dir] .sidebar-dark .open {
    background: rgba(38, 45, 51, .5)
}

.sidebar-dark .open>.sidebar-menu-button, .sidebar-dark .open>.sidebar-menu-button .sidebar-menu-toggle-icon {
    color: #dfe2e6
}

[dir] .sidebar-dark .open>.sidebar-menu-button {
    background: transparent
}

.sidebar-dark .active>.sidebar-menu-button, .sidebar-dark .open>.sidebar-menu-button .sidebar-menu-icon {
    color: #cfdbe6
}

.sidebar-dark .active>.sidebar-menu-button .sidebar-menu-icon {
    color: #2196f3
}

.sidebar-dark .sidebar-submenu .sidebar-menu-button, .sidebar-dark .sidebar-submenu .sidebar-menu-icon {
    color: #8a9299
}

.sidebar-dark .sidebar-submenu .active>.sidebar-menu-button, .sidebar-dark .sidebar-submenu .active>.sidebar-menu-button .sidebar-menu-icon, .sidebar-dark .sidebar-submenu .sidebar-menu-button:hover, .sidebar-dark .sidebar-submenu .sidebar-menu-button:hover .sidebar-menu-icon {
    color: #cfdbe6
}

[dir] .sidebar-dark .sm-bordered, [dir] .sidebar-dark .sm-bordered.sidebar-submenu, [dir] .sidebar-dark .sm-item-bordered.sidebar-submenu>.sidebar-menu-item, [dir] .sidebar-dark .sm-item-bordered>.sidebar-menu-item {
    border-color: rgba(46, 49, 51, .9)
}

.sidebar-dark .sm-icons-block>.sidebar-menu-item>.sidebar-menu-button .sidebar-menu-icon {
    color: hsla(0, 0%, 100%, .54)
}

[dir] .sidebar-dark .sm-icons-block>.sidebar-menu-item>.sidebar-menu-button .sidebar-menu-icon {
    background: rgba(0, 0, 0, .12)
}

.sidebar-dark .sm-icons-block>.sidebar-menu-item.open>.sidebar-menu-button .sidebar-menu-icon {
    color: #cfdbe6
}

[dir] .sidebar-dark .sm-icons-block>.sidebar-menu-item.open>.sidebar-menu-button .sidebar-menu-icon {
    background: rgba(0, 0, 0, .12)
}

.sidebar-dark .sm-icons-block>.sidebar-menu-item.active>.sidebar-menu-button .sidebar-menu-icon {
    color: #2196f3
}

[dir] .sidebar-dark .sm-icons-block>.sidebar-menu-item.active>.sidebar-menu-button .sidebar-menu-icon {
    background: rgba(38, 45, 51, .5)
}

.sidebar-dark .sm-active-button-bg>.active>.sidebar-menu-button {
    color: #cfdbe6
}

[dir] .sidebar-dark .sm-active-button-bg>.active>.sidebar-menu-button {
    background: rgba(38, 45, 51, .5)
}

.sidebar-dark .sm-active-button-bg>.active>.sidebar-menu-button .sidebar-menu-icon, .sidebar-dark .sm-active-button-bg>.active>.sidebar-menu-button .sidebar-menu-toggle-icon {
    color: #2196f3
}

[dir] .sidebar-dark .sm-icons-block.sm-active-button-bg>.active>.sidebar-menu-button .sidebar-menu-icon {
    background: rgba(38, 45, 51, .5)
}

.sidebar-menu {
    list-style: none
}

[dir] .sidebar-menu {
    margin-bottom: 2rem;
    padding: 0
}

.sidebar-menu-item {
    position: relative;
    overflow: hidden
}

.sidebar-menu-button {
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 42px;
    font-size: 15px
}

[dir] .sidebar-menu-button {
    padding: 0 1.5rem
}

.sidebar-menu-button, .sidebar-menu-button:focus, .sidebar-menu-button:hover {
    text-decoration: none
}

.active>.sidebar-menu-button {
    font-weight: 400
}

.sidebar-menu-toggle-icon {
    position: relative;
    font-size: 1.25rem
}

.sidebar-menu-toggle-icon:before {
    font-family: Material Icons;
    content: "\E315";
    display: flex;
    align-items: center;
    font-size: inherit;
    color: inherit
}

.open>.sidebar-menu-button .sidebar-menu-toggle-icon:before {
    content: "\E315"
}

.sidebar-menu-icon {
    vertical-align: middle;
    font-size: 24px;
    display: inline-block;
    line-height: normal;
    position: relative
}

[dir=ltr] .sidebar-menu-icon--left {
    margin-right: .5rem
}

[dir=ltr] .sidebar-menu-icon--right, [dir=rtl] .sidebar-menu-icon--left {
    margin-left: .5rem
}

[dir=rtl] .sidebar-menu-icon--right {
    margin-right: .5rem
}

.sidebar-menu-badge {
    font-size: .75rem
}

[dir] .sidebar-menu-badge {
    padding: .2rem .3rem
}

[dir=ltr] .sidebar-menu-badge, [dir=ltr] .sidebar-menu-toggle-icon {
    margin-left: 5px
}

[dir=rtl] .sidebar-menu-badge, [dir=rtl] .sidebar-menu-toggle-icon {
    margin-right: 5px
}

.sidebar-submenu {
    display: none;
    list-style: none
}

[dir] .sidebar-submenu {
    margin: 0;
    padding: 0
}

.open>.sidebar-submenu {
    display: block
}

.sidebar-submenu .sidebar-menu-button {
    line-height: 2rem;
    font-size: 15px
}

.sidebar-submenu .sidebar-menu-icon {
    font-size: 24px
}

.sm-icons-1 .sidebar-menu-icon {
    font-size: 1rem
}

.sm-icons-small .sidebar-menu-icon {
    font-size: .875rem
}

.sm-condensed>.sidebar-menu-item>.sidebar-menu-button {
    line-height: 31.5px
}

.sm-condensed.sidebar-submenu>.sidebar-menu-item>.sidebar-menu-button {
    line-height: 1.5rem
}

[dir] .sm-bordered, [dir] .sm-item-bordered>.sidebar-menu-item {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

[dir] .sm-item-bordered .sidebar-submenu, [dir] .sm-item-bordered>.sidebar-menu-item:last-of-type {
    border-bottom: none
}

.sm-icons-block>.sidebar-menu-item>.sidebar-menu-button .sidebar-menu-icon {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px
}

[dir] .sm-icons-block>.sidebar-menu-item>.sidebar-menu-button .sidebar-menu-icon {
    text-align: center
}

.sm-icons-block.sidebar-submenu>.sidebar-menu-item>.sidebar-menu-button .sidebar-menu-icon {
    height: 30px;
    line-height: 30px;
    width: 30px
}

[dir=ltr] .sm-indent>.sidebar-menu-item .sidebar-menu-button {
    padding-left: 3rem
}

[dir=rtl] .sm-indent>.sidebar-menu-item .sidebar-menu-button {
    padding-right: 3rem
}

.custom-checkbox-toggle {
    width: 3rem;
    height: 1.5rem
}

[dir=ltr] .custom-checkbox-toggle {
    padding-left: 0
}

[dir=rtl] .custom-checkbox-toggle {
    padding-right: 0
}

.custom-checkbox-toggle .custom-control-label {
    position: relative;
    width: 100%;
    height: 100%
}

.custom-checkbox-toggle .custom-control-label:after, .custom-checkbox-toggle .custom-control-label:before {
    position: absolute;
    top: 0;
    content: "";
    transition: all .2s ease
}

[dir] .custom-checkbox-toggle .custom-control-label:after, [dir] .custom-checkbox-toggle .custom-control-label:before {
    border-radius: 1.5rem
}

[dir=ltr] .custom-checkbox-toggle .custom-control-label:after, [dir=ltr] .custom-checkbox-toggle .custom-control-label:before {
    left: 0
}

[dir=rtl] .custom-checkbox-toggle .custom-control-label:after, [dir=rtl] .custom-checkbox-toggle .custom-control-label:before {
    right: 0
}

.custom-checkbox-toggle .custom-control-label:before {
    width: 100%;
    height: 100%
}

[dir] .custom-checkbox-toggle .custom-control-label:before {
    background-color: #e3ebf6
}

.custom-checkbox-toggle .custom-control-label:after {
    width: 1.5rem;
    height: 100%
}

[dir] .custom-checkbox-toggle .custom-control-label:after {
    transform: scale(.8);
    background-color: #fff
}

[dir] .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff
}

[dir=ltr] .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after {
    right: 0;
    left: 1.5rem
}

[dir=rtl] .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after {
    left: 0;
    right: 1.5rem
}

[dir] .flatpickr-input[readonly] {
    background-color: #fff
}

.flatpickr-wrapper {
    display: block
}

.flatpickr-hidden-input {
    visibility: hidden;
    height: 0
}

[dir=ltr] .flatpickr-calendar-right .flatpickr-calendar {
    right: -1.5rem
}

[dir=rtl] .flatpickr-calendar-right .flatpickr-calendar {
    left: -1.5rem
}

@media (min-width:576px) {
    [dir=ltr] .flatpickr-calendar-right .flatpickr-calendar {
        right: 0
    }

    [dir=rtl] .flatpickr-calendar-right .flatpickr-calendar {
        left: 0
    }
}

[dir] .flatpickr-calendar.inline {
    box-shadow: none;
    border: none
}

.flatpickr-calendar.inline:after, .flatpickr-calendar.inline:before {
    display: none
}

.flatpickr-calendar.inline, .flatpickr-calendar.inline .dayContainer, .flatpickr-calendar.inline .flatpickr-days {
    width: 100%;
    max-width: none
}

.flatpickr-wrapper .flatpickr-input {
    height: 0;
    visibility: hidden
}

[dir] .flatpickr-wrapper .flatpickr-input {
    padding: 0
}

.chart {
    position: relative;
    height: 300px
}

.chart-legend {
    display: flex;
    white-space: nowrap;
    justify-content: center
}

[dir] .chart-legend {
    margin-top: 2.5rem
}

.chart-legend-item {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: .75rem;
    color: rgba(56, 59, 61, .5)
}

[dir] .chart-legend-item {
    padding: .25rem .5rem;
    border: 1px solid #f0f1f2;
    border-radius: .2rem
}

.chart-legend-indicator {
    display: block;
    width: .5rem;
    height: .5rem
}

[dir] .chart-legend-indicator {
    border-radius: 50%
}

[dir=ltr] .chart-legend-indicator {
    margin-right: .25rem
}

[dir=rtl] .chart-legend-indicator {
    margin-left: .25rem
}

[dir=ltr] .chart-legend:not(.chart-legend--vertical) .chart-legend-item+.chart-legend-item {
    margin-left: .5rem
}

[dir=rtl] .chart-legend:not(.chart-legend--vertical) .chart-legend-item+.chart-legend-item {
    margin-right: .5rem
}

.chart-legend--vertical {
    flex-direction: column
}

[dir] .chart-legend--vertical .chart-legend-item+.chart-legend-item {
    margin-top: .5rem
}

#chart-tooltip {
    z-index: 0;
    pointer-events: none
}

[dir] #chart-tooltip .popover-header {
    border-bottom: 0
}

#chart-tooltip .popover-body {
    text-transform: uppercase;
    font-size: .707rem;
    color: rgba(56, 59, 61, .7)
}

[dir] #chart-tooltip .popover-body+.popover-body {
    padding-top: 0
}

[dir=ltr] #chart-tooltip .popover-body-label, [dir=ltr] #chart-tooltip .popover-body-value {
    margin-left: .25rem
}

[dir=ltr] #chart-tooltip .popover-body-indicator, [dir=rtl] #chart-tooltip .popover-body-label, [dir=rtl] #chart-tooltip .popover-body-value {
    margin-right: .25rem
}

[dir=rtl] #chart-tooltip .popover-body-indicator {
    margin-left: .25rem
}

#chart-tooltip .arrow {
    top: 100%
}

[dir=ltr] #chart-tooltip .arrow {
    left: 50%;
    transform: translateX(-50%) translateX(-.5rem)
}

[dir=rtl] #chart-tooltip .arrow {
    right: 50%;
    transform: translateX(50%) translateX(.5rem)
}

#chart-tooltip .popover-body-indicator {
    display: inline-block;
    width: .5rem;
    height: .5rem
}

[dir] #chart-tooltip .popover-body-indicator {
    border-radius: 50%
}

.avatar {
    font-size: 1rem;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    position: relative;
    z-index: 0
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.avatar-offline:after, .avatar-offline:before, .avatar-online:after, .avatar-online:before {
    position: absolute;
    bottom: 5%;
    width: 20%;
    height: 20%;
    content: ""
}

[dir] .avatar-offline:after, [dir] .avatar-offline:before, [dir] .avatar-online:after, [dir] .avatar-online:before {
    border-radius: 50%
}

[dir=ltr] .avatar-offline:after, [dir=ltr] .avatar-offline:before, [dir=ltr] .avatar-online:after, [dir=ltr] .avatar-online:before {
    right: 5%
}

[dir=rtl] .avatar-offline:after, [dir=rtl] .avatar-offline:before, [dir=rtl] .avatar-online:after, [dir=rtl] .avatar-online:before {
    left: 5%
}

.avatar-offline:before, .avatar-online:before {
    width: 22%;
    height: 22%;
    bottom: 4%
}

[dir] .avatar-offline:before, [dir] .avatar-online:before {
    background-color: #fff
}

[dir=ltr] .avatar-offline:before, [dir=ltr] .avatar-online:before {
    right: 4%
}

[dir=rtl] .avatar-offline:before, [dir=rtl] .avatar-online:before {
    left: 4%
}

[dir] .avatar-online:after {
    background-color: #66bb6a
}

[dir] .avatar-offline:after {
    background-color: #818a91
}

.avatar-title {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    align-items: center;
    justify-content: center
}

[dir] .avatar-title {
    background-color: #818a91
}

.avatar-xl, .avatar-xxl {
    font-size: 1.70833rem;
    width: 5.125rem;
    height: 5.125rem
}

.avatar-lg {
    font-size: 1.33333rem;
    width: 4rem;
    height: 4rem
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem
}

.avatar-xs {
    font-size: .54167rem;
    width: 1.625rem;
    height: 1.625rem
}

@media (min-width:768px) {
    .avatar-xxl {
        font-size: 2.66667rem;
        width: 8rem;
        height: 8rem
    }
}

.avatar.avatar-4by3 {
    width: 4rem
}

.avatar-xxl.avatar-4by3 {
    width: 10.66667rem
}

.avatar-xl.avatar-4by3 {
    width: 6.83333rem
}

.avatar-lg.avatar-4by3 {
    width: 5.33333rem
}

.avatar-group {
    display: inline-flex
}

.avatar-group .avatar:hover {
    z-index: 1
}

[dir] .avatar-group .avatar-img, [dir] .avatar-group .avatar-title {
    border: 2px solid #fff
}

[dir=ltr] .avatar-group .avatar+.avatar {
    margin-left: -.75rem
}

[dir=rtl] .avatar-group .avatar+.avatar {
    margin-right: -.75rem
}

[dir=ltr] .avatar-group .avatar-lg+.avatar-lg {
    margin-left: -1rem
}

[dir=rtl] .avatar-group .avatar-lg+.avatar-lg {
    margin-right: -1rem
}

[dir=ltr] .avatar-group .avatar-xl+.avatar-xl {
    margin-left: -1.28125rem
}

[dir=rtl] .avatar-group .avatar-xl+.avatar-xl {
    margin-right: -1.28125rem
}

[dir=ltr] .avatar-group .avatar-xxl+.avatar-xxl {
    margin-left: -2rem
}

[dir=rtl] .avatar-group .avatar-xxl+.avatar-xxl {
    margin-right: -2rem
}

[dir=ltr] .avatar-group .avatar-sm+.avatar-sm {
    margin-left: -.625rem
}

[dir=rtl] .avatar-group .avatar-sm+.avatar-sm {
    margin-right: -.625rem
}

[dir=ltr] .avatar-group .avatar-xs+.avatar-xs {
    margin-left: -.40625rem
}

[dir=rtl] .avatar-group .avatar-xs+.avatar-xs {
    margin-right: -.40625rem
}

[dir] .avatar-list>.avatar, [dir] .avatar-list>.avatar-group {
    margin-bottom: .75rem
}

[dir=ltr] .avatar-list>.avatar, [dir=ltr] .avatar-list>.avatar-group {
    margin-left: .5rem
}

[dir=rtl] .avatar-list>.avatar, [dir=rtl] .avatar-list>.avatar-group {
    margin-right: .5rem
}

.is-loading {
    position: relative;
    color: transparent !important
}

.is-loading:after, .loader {
    display: block;
    width: 1.5rem;
    height: 1.5rem
}

[dir] .is-loading:after, [dir] .loader {
    border: 3px solid #383b3d;
    border-bottom-color: transparent;
    border-radius: 50%;
    background: transparent
}

[dir=ltr] .is-loading:after, [dir=ltr] .loader {
    -webkit-animation: is-loading-ltr 1s linear infinite;
    animation: is-loading-ltr 1s linear infinite
}

[dir=rtl] .is-loading:after, [dir=rtl] .loader {
    -webkit-animation: is-loading-rtl 1s linear infinite;
    animation: is-loading-rtl 1s linear infinite
}

.is-loading-sm:after, .loader-sm {
    width: 1rem;
    height: 1rem
}

[dir] .is-loading-sm:after, [dir] .loader-sm {
    border-width: 2px
}

.is-loading-lg:after, .loader-lg {
    width: 2rem;
    height: 2rem
}

[dir] .is-loading-lg:after, [dir] .loader-lg {
    border-width: 5px
}

.is-loading>* {
    opacity: 0 !important
}

.is-loading:after {
    position: absolute;
    top: calc(50% - .75rem);
    content: ""
}

[dir=ltr] .is-loading:after {
    left: calc(50% - .75rem)
}

[dir=rtl] .is-loading:after {
    right: calc(50% - .75rem)
}

.is-loading-sm:after {
    top: calc(50% - .5rem)
}

[dir=ltr] .is-loading-sm:after {
    left: calc(50% - .5rem)
}

[dir=rtl] .is-loading-sm:after {
    right: calc(50% - .5rem)
}

.is-loading-lg:after {
    top: calc(50% - 1rem)
}

[dir=ltr] .is-loading-lg:after {
    left: calc(50% - 1rem)
}

[dir=rtl] .is-loading-lg:after {
    right: calc(50% - 1rem)
}

[dir] .btn-outline-primary.is-loading:after, [dir] .is-loading-primary:after, [dir] .loader-primary {
    border-color: #2196f3 #2196f3 transparent
}

[dir] .btn-primary.is-loading:after {
    border-color: #fff #fff transparent
}

[dir] .btn-outline-secondary.is-loading:after, [dir] .is-loading-secondary:after, [dir] .loader-secondary {
    border-color: #6b757d #6b757d transparent
}

[dir] .btn-secondary.is-loading:after {
    border-color: #fff #fff transparent
}

[dir] .btn-outline-success.is-loading:after, [dir] .is-loading-success:after, [dir] .loader-success {
    border-color: #66bb6a #66bb6a transparent
}

[dir] .btn-success.is-loading:after {
    border-color: #212529 #212529 transparent
}

[dir] .btn-outline-info.is-loading:after, [dir] .is-loading-info:after, [dir] .loader-info {
    border-color: #29b6f6 #29b6f6 transparent
}

[dir] .btn-info.is-loading:after {
    border-color: #fff #fff transparent
}

[dir] .btn-outline-warning.is-loading:after, [dir] .is-loading-warning:after, [dir] .loader-warning {
    border-color: #ffa726 #ffa726 transparent
}

[dir] .btn-warning.is-loading:after {
    border-color: #212529 #212529 transparent
}

[dir] .btn-outline-danger.is-loading:after, [dir] .is-loading-danger:after, [dir] .loader-danger {
    border-color: #f44336 #f44336 transparent
}

[dir] .btn-danger.is-loading:after {
    border-color: #fff #fff transparent
}

[dir] .btn-outline-light.is-loading:after, [dir] .is-loading-light:after, [dir] .loader-light {
    border-color: #f8f9fa #f8f9fa transparent
}

[dir] .btn-light.is-loading:after {
    border-color: #212529 #212529 transparent
}

[dir] .btn-outline-dark.is-loading:after, [dir] .is-loading-dark:after, [dir] .loader-dark {
    border-color: #39444d #39444d transparent
}

[dir] .btn-dark.is-loading:after {
    border-color: #fff #fff transparent
}

@-webkit-keyframes is-loading-ltr {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes is-loading-ltr {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes is-loading-rtl {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes is-loading-rtl {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

.loader-list {
    display: flex;
    align-items: center
}

[dir] .loader-list>.loader {
    margin-bottom: .75rem
}

[dir=ltr] .loader-list>.loader {
    margin-left: .5rem
}

[dir=rtl] .loader-list>.loader {
    margin-right: .5rem
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

b, strong {
    font-weight: 500
}

.text-decoration-0:hover {
    text-decoration: none
}

.font-size-16pt {
    font-size: 1rem !important
}

.font-size-20pt {
    font-size: 1.25rem !important
}

.font-size-24pt {
    font-size: 1.5rem !important
}

.font-size-32pt {
    font-size: 2rem !important
}

.font-size-48pt {
    font-size: 3rem !important
}

.font-size-56pt {
    font-size: 3.5rem !important
}

.font-size-64pt {
    font-size: 5 !important
}

.measure-paragraph {
    max-width: 456px
}

.measure-lead, .measure-paragraph-max {
    max-width: 536px
}

.measure-lead-max {
    max-width: 616px
}

.measure-hero-lead {
    max-width: 696px
}

.text-black-20 {
    color: rgba(56, 59, 61, .2) !important
}

.text-black-50 {
    color: rgba(56, 59, 61, .5) !important
}

.text-black-70 {
    color: rgba(56, 59, 61, .7) !important
}

.text-white-70 {
    color: hsla(0, 0%, 100%, .7) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-white-20 {
    color: hsla(0, 0%, 100%, .2) !important
}

.mdk-header {
    height: auto
}

.mdk-header-layout .mdk-drawer__content {
    top: 64px
}

blockquote {
    font-size: .9rem
}

[dir=ltr] blockquote {
    border-left: 2px solid #efefef;
    padding-left: 10px
}

[dir=rtl] blockquote {
    border-right: 2px solid #efefef;
    padding-right: 10px
}

.breadcrumb {
    color: #b8bdc2;
    text-transform: uppercase;
    font-size: .707rem;
    font-weight: 500
}

[dir] .breadcrumb {
    padding: 0;
    margin-bottom: 1.5rem
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn:not(.btn-lg):not(.btn-sm) {
    font-size: .9375rem
}

[dir] .button-list>.btn, [dir] .button-list>.btn-group {
    margin-bottom: .75rem
}

[dir=ltr] .button-list>.btn, [dir=ltr] .button-list>.btn-group {
    margin-left: .5rem
}

[dir=rtl] .button-list>.btn, [dir=rtl] .button-list>.btn-group {
    margin-right: .5rem
}

.btn-flush {
    line-height: 1;
    color: inherit
}

[dir] .btn-flush {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0
}

.btn-default, .btn-white {
    color: #212529
}

[dir] .btn-default, [dir] .btn-white {
    background-color: #fff;
    border-color: #f0f1f2;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-default:hover, .btn-white:hover {
    color: #212529
}

[dir] .btn-default:hover, [dir] .btn-white:hover {
    background-color: #ececec;
    border-color: #d5d8da
}

.btn-default:focus, .btn-white.focus, .btn-white:focus, .focus.btn-default {
    color: #212529
}

[dir] .btn-default:focus, [dir] .btn-white.focus, [dir] .btn-white:focus, [dir] .focus.btn-default {
    background-color: #ececec;
    border-color: #d5d8da;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(209, 210, 212, .5)
}

.btn-default:disabled, .btn-white.disabled, .btn-white:disabled, .disabled.btn-default {
    color: #212529
}

[dir] .btn-default:disabled, [dir] .btn-white.disabled, [dir] .btn-white:disabled, [dir] .disabled.btn-default {
    background-color: #fff;
    border-color: #f0f1f2
}

.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show>.btn-white.dropdown-toggle, .show>.dropdown-toggle.btn-default {
    color: #212529
}

[dir] .btn-default:not(:disabled):not(.disabled).active, [dir] .btn-default:not(:disabled):not(.disabled):active, [dir] .btn-white:not(:disabled):not(.disabled).active, [dir] .btn-white:not(:disabled):not(.disabled):active, [dir] .show>.btn-white.dropdown-toggle, [dir] .show>.dropdown-toggle.btn-default {
    background-color: #fff;
    border-color: #f0f1f2
}

[dir] .btn-default:not(:disabled):not(.disabled).active:focus, [dir] .btn-default:not(:disabled):not(.disabled):active:focus, [dir] .btn-white:not(:disabled):not(.disabled).active:focus, [dir] .btn-white:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-white.dropdown-toggle:focus, [dir] .show>.dropdown-toggle.btn-default:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(209, 210, 212, .5)
}

.btn-outline-white {
    color: #fff
}

[dir] .btn-outline-white {
    border-color: #fff
}

.btn-outline-white:hover {
    color: #2196f3
}

[dir] .btn-outline-white:hover {
    background-color: #fff;
    border-color: #fff
}

[dir] .btn-outline-white.focus, [dir] .btn-outline-white:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff
}

[dir] .btn-outline-white.disabled, [dir] .btn-outline-white:disabled {
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show>.btn-outline-white.dropdown-toggle {
    color: #212529
}

[dir] .btn-outline-white:not(:disabled):not(.disabled).active, [dir] .btn-outline-white:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-white.dropdown-toggle {
    background-color: #fff;
    border-color: #fff
}

[dir] .btn-outline-white:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-white:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-success, .btn-success:focus, .btn-success:hover, .btn-warning, .btn-warning:focus, .btn-warning:hover {
    color: #fff
}

.btn.dropdown-toggle:after {
    align-self: center
}

.btn .material-icons {
    font-size: inherit;
    line-height: inherit
}

[dir] .btn-rounded {
    border-radius: 100px
}

.btn-circle {
    width: calc(2.40625rem + 2px);
    height: calc(2.40625rem + 2px)
}

[dir] .btn-circle {
    border-radius: 100%
}

.btn-circle.btn-sm, .btn-group-sm>.btn-circle.btn {
    width: calc(1.73047rem + 2px);
    height: calc(1.73047rem + 2px)
}

.btn-circle.btn-lg, .btn-group-lg>.btn-circle.btn {
    width: calc(2.75781rem + 2px);
    height: calc(2.75781rem + 2px)
}

[dir=ltr] .btn__icon--left {
    margin-right: .25rem
}

[dir=ltr] .btn__icon--right, [dir=rtl] .btn__icon--left {
    margin-left: .25rem
}

[dir=rtl] .btn__icon--right {
    margin-right: .25rem
}

.badge-success, .badge-warning {
    color: #fff
}

.btn .badge {
    top: 0
}

.badge-notifications {
    line-height: 1rem;
    font-weight: 700
}

[dir] .badge-notifications {
    border-radius: 100px;
    padding: 0 .5rem
}

[dir] .card {
    box-shadow: 0 2px 3px rgba(56, 59, 61, .05)
}

[dir] .form-row .card.form-row__card {
    margin-bottom: 10px
}

[dir] .card-list>.card:last-child {
    margin-bottom: 0
}

.card-title>a {
    color: rgba(57, 68, 77, .84)
}

.card-title>a:hover {
    color: #2196f3;
    text-decoration: none
}

[dir] .card-title:last-child {
    margin-bottom: 0
}

.card-subtitle {
    color: #b8bdc2;
    text-transform: uppercase;
    font-size: .707rem;
    font-weight: 500
}

[dir] .card-subtitle {
    margin-top: -.5rem
}

[dir] .card, [dir] .card-group {
    margin-bottom: 1.5rem
}

[dir] .card-2by1 .card-body {
    padding: .625rem 1.25rem
}

[dir] .card-sm .card-body {
    padding: .625rem
}

[class*=card-img] {
    position: relative;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=card-img]:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0
}

[dir] [class*=card-img]:after {
    background-color: rgba(57, 68, 77, .125)
}

[dir=ltr] [class*=card-img]:after, [dir=rtl] [class*=card-img]:after {
    left: 0;
    right: 0
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (min-width:992px) {
    .card-columns--3 {
        -moz-column-count: 3;
        column-count: 3
    }
}

.card__options {
    position: absolute;
    top: .625rem
}

[dir=ltr] .card__options {
    right: 1.25rem
}

[dir=rtl] .card__options {
    left: 1.25rem
}

[dir=ltr] .card .media-left {
    padding-right: .625rem
}

[dir=ltr] .card .media-right, [dir=rtl] .card .media-left {
    padding-left: .625rem
}

[dir=rtl] .card .media-right {
    padding-right: .625rem
}

.dropdown-toggle:focus {
    outline: 0
}

[data-caret=false]:after, [data-caret=false]:before {
    display: none !important
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.3, .5, .5, 1), margin-top .2s cubic-bezier(.1, .3, .8, 1), visibility .3s ease
}

[dir] .dropdown-menu {
    margin-top: 0 !important;
    background-clip: initial
}

.dropdown-menu:after, .dropdown-menu:before {
    content: "";
    height: 0;
    opacity: 0;
    transition: opacity .1s cubic-bezier(.3, .5, .5, 1);
    position: absolute;
    top: -16px;
    width: 1px
}

[dir] .dropdown-menu:after, [dir] .dropdown-menu:before {
    border: 8px solid transparent;
    border-bottom-color: #fff
}

[dir=ltr] .dropdown-menu:after, [dir=ltr] .dropdown-menu:before {
    left: 10px
}

[dir=rtl] .dropdown-menu:after, [dir=rtl] .dropdown-menu:before {
    right: 10px
}

.dropdown-menu:before {
    top: -17px
}

[dir] .dropdown-menu:before {
    border-bottom-color: #f0f1f2
}

[dir=ltr] .dropdown-menu-right:after, [dir=ltr] .dropdown-menu-right:before {
    left: auto;
    right: 10px
}

[dir=rtl] .dropdown-menu-right:after, [dir=rtl] .dropdown-menu-right:before {
    right: auto;
    left: 10px
}

.dropup .dropdown-menu:after, .dropup .dropdown-menu:before {
    top: auto;
    bottom: -16px
}

[dir] .dropup .dropdown-menu:after, [dir] .dropup .dropdown-menu:before {
    border-bottom-color: transparent;
    border-top-color: #fff
}

.dropup .dropdown-menu:before {
    bottom: -17px
}

[dir] .dropup .dropdown-menu:before {
    border-top-color: #f0f1f2
}

.dropdown-menu.show, .show>.dropdown-menu {
    visibility: visible;
    opacity: 1
}

[dir] .dropdown-menu.show, [dir] .show>.dropdown-menu {
    margin-top: .5rem !important
}

.dropdown-menu.show:after, .dropdown-menu.show:before, .show>.dropdown-menu:after, .show>.dropdown-menu:before {
    opacity: 1
}

[dir=ltr] .dropdown-menu-caret-center:after, [dir=ltr] .dropdown-menu-caret-center:before {
    left: 50%;
    margin-left: -4px
}

[dir=rtl] .dropdown-menu-caret-center:after, [dir=rtl] .dropdown-menu-caret-center:before {
    right: 50%;
    margin-right: -4px
}

@media (max-width:373.98px) {
    .dropdown-menu-full {
        position: static
    }

    [dir=ltr] .dropdown-menu-full .dropdown-menu, [dir=rtl] .dropdown-menu-full .dropdown-menu {
        left: 0 !important;
        right: 0 !important
    }
}

@media (max-width:412.98px) {
    .dropdown-menu-xs-md-full {
        position: static
    }

    [dir=ltr] .dropdown-menu-xs-md-full .dropdown-menu, [dir=rtl] .dropdown-menu-xs-md-full .dropdown-menu {
        left: 0 !important;
        right: 0 !important
    }
}

@media (max-width:575.98px) {
    .dropdown-menu-xs-plus-full {
        position: static
    }

    [dir=ltr] .dropdown-menu-xs-plus-full .dropdown-menu, [dir=rtl] .dropdown-menu-xs-plus-full .dropdown-menu {
        left: 0 !important;
        right: 0 !important
    }
}

@media (max-width:767.98px) {
    .dropdown-menu-sm-full {
        position: static
    }

    [dir=ltr] .dropdown-menu-sm-full .dropdown-menu, [dir=rtl] .dropdown-menu-sm-full .dropdown-menu {
        left: 0 !important;
        right: 0 !important
    }
}

@media (max-width:991.98px) {
    .dropdown-menu-md-full {
        position: static
    }

    [dir=ltr] .dropdown-menu-md-full .dropdown-menu, [dir=rtl] .dropdown-menu-md-full .dropdown-menu {
        left: 0 !important;
        right: 0 !important
    }
}

@media (max-width:1199.98px) {
    .dropdown-menu-lg-full {
        position: static
    }

    [dir=ltr] .dropdown-menu-lg-full .dropdown-menu, [dir=rtl] .dropdown-menu-lg-full .dropdown-menu {
        left: 0 !important;
        right: 0 !important
    }
}

@media (max-width:1365.98px) {
    .dropdown-menu-xl-full {
        position: static
    }

    [dir=ltr] .dropdown-menu-xl-full .dropdown-menu, [dir=rtl] .dropdown-menu-xl-full .dropdown-menu {
        left: 0 !important;
        right: 0 !important
    }
}

.dropdown-menu-xxl-full {
    position: static
}

[dir=ltr] .dropdown-menu-xxl-full .dropdown-menu, [dir=rtl] .dropdown-menu-xxl-full .dropdown-menu {
    left: 0 !important;
    right: 0 !important
}

.dropdown-menu .close {
    line-height: 0
}

[dir] .dropdown-menu .close {
    padding: .5rem
}

.dropdown-item {
    display: flex;
    align-items: center
}

.dropdown-item>.material-icons {
    font-size: 18px
}

[dir=ltr] .dropdown-item>.material-icons {
    margin-right: 5px
}

[dir=rtl] .dropdown-item>.material-icons {
    margin-left: 5px
}

.dropdown-item.active, .dropdown-item:active {
    font-weight: 500
}

[dir] .dropdown-menu-dark.dropdown-menu {
    background-color: #39444d;
    border-color: rgba(46, 49, 51, .9)
}

.dropdown-menu-dark.dropdown-menu .dropdown-item {
    color: hsla(0, 0%, 100%, .5)
}

.dropdown-menu-dark.dropdown-menu .dropdown-item:focus, .dropdown-menu-dark.dropdown-menu .dropdown-item:hover {
    color: hsla(0, 0%, 100%, .75)
}

.dropdown-menu-dark.dropdown-menu .dropdown-item.active, .dropdown-menu-dark.dropdown-menu .dropdown-item:active {
    color: #fff
}

.dropdown-menu-dark.dropdown-menu .dropdown-item.disabled, .dropdown-menu-dark.dropdown-menu .dropdown-item:disabled {
    color: hsla(0, 0%, 100%, .25)
}

[dir] .dropdown-menu-dark.dropdown-menu:after, [dir] .dropdown-menu-dark.dropdown-menu:before {
    border-bottom-color: #39444d
}

[dir] .dropdown-menu-dark.dropdown-menu:before {
    border-bottom-color: rgba(46, 49, 51, .9)
}

[dir] .dropup .dropdown-menu-dark.dropdown-menu:after, [dir] .dropup .dropdown-menu-dark.dropdown-menu:before {
    border-bottom-color: transparent;
    border-top-color: #39444d
}

[dir] .dropup .dropdown-menu-dark.dropdown-menu:before {
    border-top-color: rgba(46, 49, 51, .9)
}

.footer {
    font-size: .9rem
}

[dir] .footer {
    margin-bottom: 1.25rem
}

.search-form {
    display: flex;
    align-items: center
}

[dir] .search-form {
    background-color: #fff;
    border: 1px solid #f0f1f2;
    border-radius: .25rem
}

[dir] .search-form .form-control {
    background-color: transparent
}

[dir] .search-form .form-control, [dir] .search-form .form-control:focus {
    border-color: transparent;
    box-shadow: none
}

[dir] .search-form .btn {
    padding: 0 .75rem;
    box-shadow: none;
    background-color: transparent
}

[dir=ltr] .search-form .btn+.form-control {
    padding-left: 0
}

[dir=rtl] .search-form .btn+.form-control {
    padding-right: 0
}

.search-form--light .btn {
    color: rgba(56, 59, 61, .4)
}

.search-form--light .form-control:focus+.btn {
    color: #495057
}

.search-form--light .form-control:focus+.btn:hover {
    color: #383b3d
}

.form-text {
    color: #b8bdc2
}

.form-label {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(56, 59, 61, .5)
}

[dir] .form-control:focus {
    box-shadow: none !important
}

[dir] .form-control-rounded {
    border-radius: 20rem
}

[dir] .form-control-flush {
    padding: 0;
    border-width: 0
}

[dir] .form-control-flush, [dir] .form-control-flush:focus {
    box-shadow: none;
    background-color: transparent
}

.custom-file-naked {
    width: auto;
    height: auto
}

[dir] .custom-file-naked {
    cursor: pointer
}

.custom-file-naked .custom-file-input {
    width: auto;
    height: auto;
    line-height: 1
}

[dir] .custom-file-naked .custom-file-input {
    cursor: pointer
}

.custom-file-naked .custom-file-label {
    height: auto;
    line-height: 1
}

[dir] .custom-file-naked .custom-file-label {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    box-shadow: none
}

.custom-file-naked .custom-file-label:after {
    display: none
}

.input-group-text .material-icons {
    font-size: inherit
}

[dir] .input-group.input-group-merge .form-control {
    box-shadow: none
}

.input-group.input-group-merge .form-control:focus~[class*=input-group] .input-group-text {
    color: #9acffa
}

[dir] .input-group.input-group-merge .form-control:focus~[class*=input-group] .input-group-text {
    border-color: #9acffa
}

.input-group.input-group-merge .form-control.is-valid~[class*=input-group] .input-group-text, .was-validated .input-group.input-group-merge .form-control:valid~[class*=input-group] .input-group-text {
    color: #66bb6a
}

[dir] .input-group.input-group-merge .form-control.is-valid~[class*=input-group] .input-group-text, [dir] .was-validated .input-group.input-group-merge .form-control:valid~[class*=input-group] .input-group-text {
    border-color: #66bb6a
}

.input-group.input-group-merge .form-control.is-invalid~[class*=input-group] .input-group-text, .was-validated .input-group.input-group-merge .form-control:invalid~[class*=input-group] .input-group-text {
    color: #f44336
}

[dir] .input-group.input-group-merge .form-control.is-invalid~[class*=input-group] .input-group-text, [dir] .was-validated .input-group.input-group-merge .form-control:invalid~[class*=input-group] .input-group-text {
    border-color: #f44336
}

[dir=ltr] .input-group.input-group-merge .form-control-prepended {
    padding-left: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

[dir=rtl] .input-group.input-group-merge .form-control-prepended {
    padding-right: 0;
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

[dir=ltr] .input-group.input-group-merge .form-control-appended {
    padding-right: 0;
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

[dir=rtl] .input-group.input-group-merge .form-control-appended {
    padding-left: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group.input-group-merge .input-group-prepend {
    order: -1
}

[dir=ltr] .input-group.input-group-merge .input-group-prepend>.input-group-text {
    border-right-width: 0 !important;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

[dir=ltr] .input-group.input-group-merge .input-group-append>.input-group-text, [dir=rtl] .input-group.input-group-merge .input-group-prepend>.input-group-text {
    border-left-width: 0 !important;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

[dir=rtl] .input-group.input-group-merge .input-group-append>.input-group-text {
    border-right-width: 0 !important;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

[dir] h1+.lead, [dir] h2+.lead, [dir] h3+.lead, [dir] h4+.lead, [dir] h5+.lead, [dir] h6+.lead {
    margin-top: -5px;
    margin-bottom: 1.25rem
}

[dir] .page-heading {
    padding: 1.25rem 0;
    margin-bottom: 0 !important
}

[dir] .breadcrumb+.page-heading {
    padding-top: 0
}

div.page-heading {
    position: relative;
    overflow: hidden
}

[dir] .bg-transparent {
    background: transparent
}

[dir=ltr] .bg-gradient-primary {
    background-image: linear-gradient(128deg, #0c7cd5, #2196f3)
}

[dir=rtl] .bg-gradient-primary {
    background-image: linear-gradient(-128deg, #0c7cd5, #2196f3)
}

[dir] .border-style-dashed {
    border-style: dashed !important
}

[dir] .border-1 {
    border: 1px solid #f0f1f2 !important
}

[dir=ltr] .border-left-1 {
    border-left: 1px solid #f0f1f2 !important
}

[dir=ltr] .border-right-1, [dir=rtl] .border-left-1 {
    border-right: 1px solid #f0f1f2 !important
}

[dir=rtl] .border-right-1 {
    border-left: 1px solid #f0f1f2 !important
}

[dir] .border-top-1 {
    border-top: 1px solid #f0f1f2 !important
}

[dir] .border-bottom-1 {
    border-bottom: 1px solid #f0f1f2 !important
}

[dir] .border-2 {
    border: 2px solid #f0f1f2 !important
}

[dir=ltr] .border-left-2 {
    border-left: 2px solid #f0f1f2 !important
}

[dir=ltr] .border-right-2, [dir=rtl] .border-left-2 {
    border-right: 2px solid #f0f1f2 !important
}

[dir=rtl] .border-right-2 {
    border-left: 2px solid #f0f1f2 !important
}

[dir] .border-top-2 {
    border-top: 2px solid #f0f1f2 !important
}

[dir] .border-bottom-2 {
    border-bottom: 2px solid #f0f1f2 !important
}

[dir] .border-3 {
    border: 3px solid #f0f1f2 !important
}

[dir=ltr] .border-left-3 {
    border-left: 3px solid #f0f1f2 !important
}

[dir=ltr] .border-right-3, [dir=rtl] .border-left-3 {
    border-right: 3px solid #f0f1f2 !important
}

[dir=rtl] .border-right-3 {
    border-left: 3px solid #f0f1f2 !important
}

[dir] .border-top-3 {
    border-top: 3px solid #f0f1f2 !important
}

[dir] .border-bottom-3 {
    border-bottom: 3px solid #f0f1f2 !important
}

[dir] .border-primary {
    border-color: #2196f3 !important
}

[dir=ltr] .border-left-primary {
    border-left-color: #2196f3 !important
}

[dir=ltr] .border-right-primary, [dir=rtl] .border-left-primary {
    border-right-color: #2196f3 !important
}

[dir=rtl] .border-right-primary {
    border-left-color: #2196f3 !important
}

[dir] .border-top-primary {
    border-top-color: #2196f3 !important
}

[dir] .border-bottom-primary {
    border-bottom-color: #2196f3 !important
}

[dir] .border-secondary {
    border-color: #6b757d !important
}

[dir=ltr] .border-left-secondary {
    border-left-color: #6b757d !important
}

[dir=ltr] .border-right-secondary, [dir=rtl] .border-left-secondary {
    border-right-color: #6b757d !important
}

[dir=rtl] .border-right-secondary {
    border-left-color: #6b757d !important
}

[dir] .border-top-secondary {
    border-top-color: #6b757d !important
}

[dir] .border-bottom-secondary {
    border-bottom-color: #6b757d !important
}

[dir] .border-success {
    border-color: #66bb6a !important
}

[dir=ltr] .border-left-success {
    border-left-color: #66bb6a !important
}

[dir=ltr] .border-right-success, [dir=rtl] .border-left-success {
    border-right-color: #66bb6a !important
}

[dir=rtl] .border-right-success {
    border-left-color: #66bb6a !important
}

[dir] .border-top-success {
    border-top-color: #66bb6a !important
}

[dir] .border-bottom-success {
    border-bottom-color: #66bb6a !important
}

[dir] .border-info {
    border-color: #29b6f6 !important
}

[dir=ltr] .border-left-info {
    border-left-color: #29b6f6 !important
}

[dir=ltr] .border-right-info, [dir=rtl] .border-left-info {
    border-right-color: #29b6f6 !important
}

[dir=rtl] .border-right-info {
    border-left-color: #29b6f6 !important
}

[dir] .border-top-info {
    border-top-color: #29b6f6 !important
}

[dir] .border-bottom-info {
    border-bottom-color: #29b6f6 !important
}

[dir] .border-warning {
    border-color: #ffa726 !important
}

[dir=ltr] .border-left-warning {
    border-left-color: #ffa726 !important
}

[dir=ltr] .border-right-warning, [dir=rtl] .border-left-warning {
    border-right-color: #ffa726 !important
}

[dir=rtl] .border-right-warning {
    border-left-color: #ffa726 !important
}

[dir] .border-top-warning {
    border-top-color: #ffa726 !important
}

[dir] .border-bottom-warning {
    border-bottom-color: #ffa726 !important
}

[dir] .border-danger {
    border-color: #f44336 !important
}

[dir=ltr] .border-left-danger {
    border-left-color: #f44336 !important
}

[dir=ltr] .border-right-danger, [dir=rtl] .border-left-danger {
    border-right-color: #f44336 !important
}

[dir=rtl] .border-right-danger {
    border-left-color: #f44336 !important
}

[dir] .border-top-danger {
    border-top-color: #f44336 !important
}

[dir] .border-bottom-danger {
    border-bottom-color: #f44336 !important
}

[dir] .border-light {
    border-color: #f8f9fa !important
}

[dir=ltr] .border-left-light {
    border-left-color: #f8f9fa !important
}

[dir=ltr] .border-right-light, [dir=rtl] .border-left-light {
    border-right-color: #f8f9fa !important
}

[dir=rtl] .border-right-light {
    border-left-color: #f8f9fa !important
}

[dir] .border-top-light {
    border-top-color: #f8f9fa !important
}

[dir] .border-bottom-light {
    border-bottom-color: #f8f9fa !important
}

[dir] .border-dark {
    border-color: #39444d !important
}

[dir=ltr] .border-left-dark {
    border-left-color: #39444d !important
}

[dir=ltr] .border-right-dark, [dir=rtl] .border-left-dark {
    border-right-color: #39444d !important
}

[dir=rtl] .border-right-dark {
    border-left-color: #39444d !important
}

[dir] .border-top-dark {
    border-top-color: #39444d !important
}

[dir] .border-bottom-dark {
    border-bottom-color: #39444d !important
}

[dir] .border {
    border: 1px solid #f0f1f2 !important
}

[dir] .border-top {
    border-top: 1px solid #f0f1f2 !important
}

[dir=ltr] .border-right {
    border-right: 1px solid #f0f1f2 !important
}

[dir=rtl] .border-right {
    border-left: 1px solid #f0f1f2 !important
}

[dir] .border-bottom {
    border-bottom: 1px solid #f0f1f2 !important
}

[dir=ltr] .border-left {
    border-left: 1px solid #f0f1f2 !important
}

[dir=rtl] .border-left {
    border-right: 1px solid #f0f1f2 !important
}

[dir] .border-0 {
    border: 0 !important
}

[dir] .border-top-0 {
    border-top: 0 !important
}

[dir=ltr] .border-right-0 {
    border-right: 0 !important
}

[dir=rtl] .border-right-0 {
    border-left: 0 !important
}

[dir] .border-bottom-0 {
    border-bottom: 0 !important
}

[dir=ltr] .border-left-0 {
    border-left: 0 !important
}

[dir=rtl] .border-left-0 {
    border-right: 0 !important
}

@media (min-width:374px) {
    [dir] .border-xs-md {
        border: 1px solid #f0f1f2 !important
    }

    [dir] .border-top-xs-md {
        border-top: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-right-xs-md {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-right-xs-md {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir] .border-bottom-xs-md {
        border-bottom: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-left-xs-md {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-left-xs-md {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir] .border-xs-md-0 {
        border: 0 !important
    }

    [dir] .border-top-xs-md-0 {
        border-top: 0 !important
    }

    [dir=ltr] .border-right-xs-md-0 {
        border-right: 0 !important
    }

    [dir=rtl] .border-right-xs-md-0 {
        border-left: 0 !important
    }

    [dir] .border-bottom-xs-md-0 {
        border-bottom: 0 !important
    }

    [dir=ltr] .border-left-xs-md-0 {
        border-left: 0 !important
    }

    [dir=rtl] .border-left-xs-md-0 {
        border-right: 0 !important
    }
}

@media (min-width:413px) {
    [dir] .border-xs-plus {
        border: 1px solid #f0f1f2 !important
    }

    [dir] .border-top-xs-plus {
        border-top: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-right-xs-plus {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-right-xs-plus {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir] .border-bottom-xs-plus {
        border-bottom: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-left-xs-plus {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-left-xs-plus {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir] .border-xs-plus-0 {
        border: 0 !important
    }

    [dir] .border-top-xs-plus-0 {
        border-top: 0 !important
    }

    [dir=ltr] .border-right-xs-plus-0 {
        border-right: 0 !important
    }

    [dir=rtl] .border-right-xs-plus-0 {
        border-left: 0 !important
    }

    [dir] .border-bottom-xs-plus-0 {
        border-bottom: 0 !important
    }

    [dir=ltr] .border-left-xs-plus-0 {
        border-left: 0 !important
    }

    [dir=rtl] .border-left-xs-plus-0 {
        border-right: 0 !important
    }
}

@media (min-width:576px) {
    [dir] .border-sm {
        border: 1px solid #f0f1f2 !important
    }

    [dir] .border-top-sm {
        border-top: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-right-sm {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-right-sm {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir] .border-bottom-sm {
        border-bottom: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-left-sm {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-left-sm {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir] .border-sm-0 {
        border: 0 !important
    }

    [dir] .border-top-sm-0 {
        border-top: 0 !important
    }

    [dir=ltr] .border-right-sm-0 {
        border-right: 0 !important
    }

    [dir=rtl] .border-right-sm-0 {
        border-left: 0 !important
    }

    [dir] .border-bottom-sm-0 {
        border-bottom: 0 !important
    }

    [dir=ltr] .border-left-sm-0 {
        border-left: 0 !important
    }

    [dir=rtl] .border-left-sm-0 {
        border-right: 0 !important
    }
}

@media (min-width:768px) {
    [dir] .border-md {
        border: 1px solid #f0f1f2 !important
    }

    [dir] .border-top-md {
        border-top: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-right-md {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-right-md {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir] .border-bottom-md {
        border-bottom: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-left-md {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-left-md {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir] .border-md-0 {
        border: 0 !important
    }

    [dir] .border-top-md-0 {
        border-top: 0 !important
    }

    [dir=ltr] .border-right-md-0 {
        border-right: 0 !important
    }

    [dir=rtl] .border-right-md-0 {
        border-left: 0 !important
    }

    [dir] .border-bottom-md-0 {
        border-bottom: 0 !important
    }

    [dir=ltr] .border-left-md-0 {
        border-left: 0 !important
    }

    [dir=rtl] .border-left-md-0 {
        border-right: 0 !important
    }
}

@media (min-width:992px) {
    [dir] .border-lg {
        border: 1px solid #f0f1f2 !important
    }

    [dir] .border-top-lg {
        border-top: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-right-lg {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-right-lg {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir] .border-bottom-lg {
        border-bottom: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-left-lg {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-left-lg {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir] .border-lg-0 {
        border: 0 !important
    }

    [dir] .border-top-lg-0 {
        border-top: 0 !important
    }

    [dir=ltr] .border-right-lg-0 {
        border-right: 0 !important
    }

    [dir=rtl] .border-right-lg-0 {
        border-left: 0 !important
    }

    [dir] .border-bottom-lg-0 {
        border-bottom: 0 !important
    }

    [dir=ltr] .border-left-lg-0 {
        border-left: 0 !important
    }

    [dir=rtl] .border-left-lg-0 {
        border-right: 0 !important
    }
}

@media (min-width:1200px) {
    [dir] .border-xl {
        border: 1px solid #f0f1f2 !important
    }

    [dir] .border-top-xl {
        border-top: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-right-xl {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-right-xl {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir] .border-bottom-xl {
        border-bottom: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-left-xl {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-left-xl {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir] .border-xl-0 {
        border: 0 !important
    }

    [dir] .border-top-xl-0 {
        border-top: 0 !important
    }

    [dir=ltr] .border-right-xl-0 {
        border-right: 0 !important
    }

    [dir=rtl] .border-right-xl-0 {
        border-left: 0 !important
    }

    [dir] .border-bottom-xl-0 {
        border-bottom: 0 !important
    }

    [dir=ltr] .border-left-xl-0 {
        border-left: 0 !important
    }

    [dir=rtl] .border-left-xl-0 {
        border-right: 0 !important
    }
}

@media (min-width:1366px) {
    [dir] .border-xxl {
        border: 1px solid #f0f1f2 !important
    }

    [dir] .border-top-xxl {
        border-top: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-right-xxl {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-right-xxl {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir] .border-bottom-xxl {
        border-bottom: 1px solid #f0f1f2 !important
    }

    [dir=ltr] .border-left-xxl {
        border-left: 1px solid #f0f1f2 !important
    }

    [dir=rtl] .border-left-xxl {
        border-right: 1px solid #f0f1f2 !important
    }

    [dir] .border-xxl-0 {
        border: 0 !important
    }

    [dir] .border-top-xxl-0 {
        border-top: 0 !important
    }

    [dir=ltr] .border-right-xxl-0 {
        border-right: 0 !important
    }

    [dir=rtl] .border-right-xxl-0 {
        border-left: 0 !important
    }

    [dir] .border-bottom-xxl-0 {
        border-bottom: 0 !important
    }

    [dir=ltr] .border-left-xxl-0 {
        border-left: 0 !important
    }

    [dir=rtl] .border-left-xxl-0 {
        border-right: 0 !important
    }
}

.text-base {
    font-family: Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important
}

.text-muted-light {
    color: #b8bdc2 !important
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap
}

.icon-block {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px
}

[dir] .icon-block {
    background: #f3f3f3
}

[dir] .mb-headings {
    margin-bottom: 1rem
}

[dir] .mb-headings .h1, [dir] .mb-headings .h2, [dir] .mb-headings .h3, [dir] .mb-headings .h4, [dir] .mb-headings .h5, [dir] .mb-headings .h6, [dir] .mb-headings h1, [dir] .mb-headings h2, [dir] .mb-headings h3, [dir] .mb-headings h4, [dir] .mb-headings h5, [dir] .mb-headings h6 {
    margin-bottom: 0
}

.position-absolute-top {
    position: absolute;
    top: 0
}

[dir=ltr] .position-absolute-top, [dir=rtl] .position-absolute-top {
    left: 0;
    right: 0
}

[dir=ltr] .left-0 {
    left: 0 !important
}

[dir=ltr] .right-0, [dir=rtl] .left-0 {
    right: 0 !important
}

[dir=rtl] .right-0 {
    left: 0 !important
}

.top-0 {
    top: 0 !important
}

.bottom-0 {
    bottom: 0 !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
}

.w-64 {
    width: 64px !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
}

.h-64 {
    height: 64px !important
}

@media (min-width:374px) {
    .w-xs-md-25 {
        width: 25% !important
    }

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

    .w-xs-md-75 {
        width: 75% !important
    }

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

    .w-xs-md-auto {
        width: auto !important
    }

    .w-xs-md-64 {
        width: 64px !important
    }

    .h-xs-md-25 {
        height: 25% !important
    }

    .h-xs-md-50 {
        height: 50% !important
    }

    .h-xs-md-75 {
        height: 75% !important
    }

    .h-xs-md-100 {
        height: 100% !important
    }

    .h-xs-md-auto {
        height: auto !important
    }

    .h-xs-md-64 {
        height: 64px !important
    }
}

@media (min-width:413px) {
    .w-xs-plus-25 {
        width: 25% !important
    }

    .w-xs-plus-50 {
        width: 50% !important
    }

    .w-xs-plus-75 {
        width: 75% !important
    }

    .w-xs-plus-100 {
        width: 100% !important
    }

    .w-xs-plus-auto {
        width: auto !important
    }

    .w-xs-plus-64 {
        width: 64px !important
    }

    .h-xs-plus-25 {
        height: 25% !important
    }

    .h-xs-plus-50 {
        height: 50% !important
    }

    .h-xs-plus-75 {
        height: 75% !important
    }

    .h-xs-plus-100 {
        height: 100% !important
    }

    .h-xs-plus-auto {
        height: auto !important
    }

    .h-xs-plus-64 {
        height: 64px !important
    }
}

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

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

    .w-sm-75 {
        width: 75% !important
    }

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

    .w-sm-auto {
        width: auto !important
    }

    .w-sm-64 {
        width: 64px !important
    }

    .h-sm-25 {
        height: 25% !important
    }

    .h-sm-50 {
        height: 50% !important
    }

    .h-sm-75 {
        height: 75% !important
    }

    .h-sm-100 {
        height: 100% !important
    }

    .h-sm-auto {
        height: auto !important
    }

    .h-sm-64 {
        height: 64px !important
    }
}

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

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

    .w-md-75 {
        width: 75% !important
    }

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

    .w-md-auto {
        width: auto !important
    }

    .w-md-64 {
        width: 64px !important
    }

    .h-md-25 {
        height: 25% !important
    }

    .h-md-50 {
        height: 50% !important
    }

    .h-md-75 {
        height: 75% !important
    }

    .h-md-100 {
        height: 100% !important
    }

    .h-md-auto {
        height: auto !important
    }

    .h-md-64 {
        height: 64px !important
    }
}

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

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

    .w-lg-75 {
        width: 75% !important
    }

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

    .w-lg-auto {
        width: auto !important
    }

    .w-lg-64 {
        width: 64px !important
    }

    .h-lg-25 {
        height: 25% !important
    }

    .h-lg-50 {
        height: 50% !important
    }

    .h-lg-75 {
        height: 75% !important
    }

    .h-lg-100 {
        height: 100% !important
    }

    .h-lg-auto {
        height: auto !important
    }

    .h-lg-64 {
        height: 64px !important
    }
}

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

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

    .w-xl-75 {
        width: 75% !important
    }

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

    .w-xl-auto {
        width: auto !important
    }

    .w-xl-64 {
        width: 64px !important
    }

    .h-xl-25 {
        height: 25% !important
    }

    .h-xl-50 {
        height: 50% !important
    }

    .h-xl-75 {
        height: 75% !important
    }

    .h-xl-100 {
        height: 100% !important
    }

    .h-xl-auto {
        height: auto !important
    }

    .h-xl-64 {
        height: 64px !important
    }
}

@media (min-width:1366px) {
    .w-xxl-25 {
        width: 25% !important
    }

    .w-xxl-50 {
        width: 50% !important
    }

    .w-xxl-75 {
        width: 75% !important
    }

    .w-xxl-100 {
        width: 100% !important
    }

    .w-xxl-auto {
        width: auto !important
    }

    .w-xxl-64 {
        width: 64px !important
    }

    .h-xxl-25 {
        height: 25% !important
    }

    .h-xxl-50 {
        height: 50% !important
    }

    .h-xxl-75 {
        height: 75% !important
    }

    .h-xxl-100 {
        height: 100% !important
    }

    .h-xxl-auto {
        height: auto !important
    }

    .h-xxl-64 {
        height: 64px !important
    }
}

@media (max-width:373.98px) {
    .w-xs-down-100 {
        width: 100% !important
    }
}

@media (max-width:412.98px) {
    .w-xs-md-down-100 {
        width: 100% !important
    }
}

@media (max-width:575.98px) {
    .w-xs-plus-down-100 {
        width: 100% !important
    }
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

.flex {
    flex: 1 1 0%
}

.flex-none {
    flex: none
}

[dir] .jumbotron {
    padding: 1rem;
    border: 1px solid #f0f1f2;
    margin-bottom: 1.25rem
}

[dir] .jumbotron>:last-child {
    margin-bottom: 0
}

@media (min-width:576px) {
    [dir] .jumbotron {
        padding: 2rem
    }
}

body, html {
    height: 100%;
    position: relative
}

.mdk-header-layout, .mdk-header-layout .mdk-drawer-layout, .mdk-header-layout .mdk-drawer-layout__content {
    height: auto;
    min-height: 100%;
    overflow: visible
}

[dir] .ls-top {
    padding-top: 1.25rem
}

[dir=ltr] .container, [dir=ltr] .container-fluid, [dir=ltr] .container-lg, [dir=ltr] .container-md, [dir=ltr] .container-sm, [dir=ltr] .container-xl, [dir=ltr] .container-xxl, [dir=rtl] .container, [dir=rtl] .container-fluid, [dir=rtl] .container-lg, [dir=rtl] .container-md, [dir=rtl] .container-sm, [dir=rtl] .container-xl, [dir=rtl] .container-xxl {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

[dir] .page {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

[dir] .page__header--shadow {
    box-shadow: 0 5px 15px 0 rgba(56, 59, 61, .05)
}

.layout-fluid .page__container {
    max-width: 944px
}

.ui .page__container {
    max-width: 800px
}

.layout-sticky-subnav .mdk-header-layout {
    overflow: initial
}

.layout-sticky-subnav .page__header-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
    z-index: 1
}

[dir] .layout-sticky-subnav .page__header:first-child {
    margin-bottom: 0;
    box-shadow: none
}

.layout-sticky-subnav .page__container, .list-group {
    z-index: 0;
    position: relative
}

[dir] .list-group {
    margin-bottom: 1.5rem
}

[dir=ltr] .list-group-fit>.list-group-item, [dir=rtl] .list-group-fit>.list-group-item {
    border-left: none;
    border-right: none
}

[dir] .list-group-fit>.list-group-item:last-of-type {
    border-bottom: none
}

[dir] .list-group-fit>.list-group-item:first-of-type {
    border-top: none
}

[dir] .card>.list-group:last-child {
    margin-bottom: 0
}

.material-icons {
    vertical-align: sub
}

.material-icons.md-18 {
    font-size: 18px
}

.material-icons.md-24 {
    font-size: 24px
}

.material-icons.md-36 {
    font-size: 36px
}

.material-icons.md-48 {
    font-size: 48px
}

.material-icons.md-dark {
    color: rgba(0, 0, 0, .54)
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, .26)
}

.material-icons.md-light {
    color: #fff
}

.material-icons.md-light.md-inactive {
    color: hsla(0, 0%, 100%, .3)
}

[dir=ltr] .media-right {
    padding-left: 1.25rem
}

[dir=ltr] .media-left, [dir=rtl] .media-right {
    padding-right: 1.25rem
}

[dir=rtl] .media-left {
    padding-left: 1.25rem
}

[dir] .media-body p:last-child {
    margin-bottom: 0
}

[dir] .media {
    margin-top: 0
}

.page-link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    line-height: 1.25 !important
}

[dir] .page-link {
    border-top: none;
    border-bottom: none
}

[dir=ltr] .page-link {
    border-left: none
}

[dir=rtl] .page-link {
    border-right: none
}

.page-link:focus, .page-link:hover {
    text-decoration: none
}

[dir=ltr] .page-item:last-of-type .page-link {
    border-right: none
}

[dir=rtl] .page-item:last-of-type .page-link {
    border-left: none
}

.page-link .material-icons {
    line-height: 1rem
}

.pagination {
    position: relative;
    z-index: 0
}

[dir] .pagination:last-child {
    margin-bottom: 0
}

[dir] .progress-primary {
    background-color: #2196f3
}

[dir] .progress-gray {
    background-color: #818a91
}

.table tbody td, .table thead th {
    vertical-align: middle;
    line-height: 1.2
}

.table-nowrap td, .table-nowrap th {
    white-space: nowrap
}

[dir] .table:not(.table-sm) th {
    padding: .35rem .75rem
}

[dir] .table--elevated {
    box-shadow: 0 3px 3px -2px rgba(56, 59, 61, .2), 0 3px 4px 0 rgba(56, 59, 61, .14), 0 1px 8px 0 rgba(56, 59, 61, .12)
}

.table thead th {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.5rem
}

[dir] .table thead th {
    border-top: none
}

.table .sort {
    color: inherit;
    display: inline-flex;
    align-items: center;
    text-decoration: none
}

.table .sort:after {
    content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='rgba(55, 77, 103, 0.54)'/></svg>")
}

[dir=ltr] .table .sort:after {
    margin-left: .5rem
}

[dir=rtl] .table .sort:after {
    margin-right: .5rem
}

.table .sort.asc, .table .sort.desc {
    color: #383b3d;
    text-decoration: underline
}

[dir=ltr] .table .sort+.sort {
    margin-left: 1rem
}

[dir=rtl] .table .sort+.sort {
    margin-right: 1rem
}

[dir] .tab-pane>:last-child {
    margin-bottom: 0
}

.nav-pills .nav-link, .nav-tabs .nav-link {
    color: #b8bdc2
}

.nav-pills .nav-link:hover, .nav-tabs .nav-link:hover {
    color: #2196f3
}

[dir] .nav-tabs-card {
    background: #f5f6f7
}

.nav-tabs-card .nav-link {
    color: #b8bdc2
}

[dir] .nav-tabs-card .nav-link {
    border-radius: 0
}

.nav-tabs-card .nav-link.active, .nav-tabs-card .nav-link:hover {
    color: inherit
}

[dir] .nav-tabs-card .nav-link.active, [dir] .nav-tabs-card .nav-link:hover {
    border-color: transparent
}

[dir] .nav-tabs-links {
    border-bottom: 3px solid #f0f1f2
}

[dir] .nav-tabs-links .nav-item {
    margin-bottom: -3px
}

[dir=ltr] .nav-tabs-links .nav-item+.nav-item {
    margin-left: 1rem
}

[dir=rtl] .nav-tabs-links .nav-item+.nav-item {
    margin-right: 1rem
}

.nav-tabs-links .nav-link {
    color: rgba(56, 59, 61, .5);
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 500
}

[dir] .nav-tabs-links .nav-link {
    padding: .5rem 0;
    border-bottom: 3px solid transparent
}

.nav-tabs-links .nav-item.show .nav-link, .nav-tabs-links .nav-link.active {
    color: #383b3d
}

[dir] .nav-tabs-links .nav-item.show .nav-link, [dir] .nav-tabs-links .nav-link.active {
    border-color: #2196f3
}

.modal-header.bg-primary {
    color: #fff
}

.page-nav {
    z-index: 0;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    display: block;
    width: 240px
}

[dir] .page-nav {
    padding: 0
}

@media (max-width:373.98px) {
    .page-nav {
        order: 1;
        position: relative;
        top: 0;
        max-height: none
    }
}

[dir=ltr] .page-nav .page-nav__content {
    margin-left: 21px;
    padding-left: 17px
}

[dir=rtl] .page-nav .page-nav__content {
    margin-right: 21px;
    padding-right: 17px
}

.page-nav:before {
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1
}

[dir] .page-nav:before {
    background-color: #f0f1f2
}

[dir=ltr] .page-nav:before {
    left: 21px
}

[dir=rtl] .page-nav:before {
    right: 21px
}

.page-nav .page-nav__menu {
    display: flex;
    flex-direction: column
}

[dir] .page-nav .page-nav__menu {
    margin-bottom: 1rem
}

[dir=ltr] .page-nav .page-nav__menu {
    margin-left: 21px
}

[dir=rtl] .page-nav .page-nav__menu {
    margin-right: 21px
}

.page-nav .page-nav__menu a {
    color: rgba(56, 59, 61, .7);
    position: relative
}

[dir] .page-nav .page-nav__menu a {
    margin-bottom: .5rem
}

[dir=ltr] .page-nav .page-nav__menu a {
    padding: 0 0 0 17px
}

[dir=rtl] .page-nav .page-nav__menu a {
    padding: 0 17px 0 0
}

.page-nav .page-nav__menu a:before {
    width: 12px;
    height: 12px;
    content: "";
    top: 6px;
    position: absolute
}

[dir] .page-nav .page-nav__menu a:before {
    background-color: #d2d5d9;
    border-radius: 50%;
    border: 2px solid #f5f7fa
}

[dir=ltr] .page-nav .page-nav__menu a:before {
    left: -5px
}

[dir=rtl] .page-nav .page-nav__menu a:before {
    right: -5px
}

.page-nav .page-nav__menu a.active {
    font-weight: 700
}

[dir] .page-nav .page-nav__menu a.active:before {
    background-color: #2196f3;
    border-color: #fff
}

@media (min-width:992px) {
    .hero .h1, .hero h1 {
        font-size: 3.998rem;
        font-weight: 700;
        line-height: 1.25
    }

    .hero .lead, .hero__lead {
        font-size: 1.414rem;
        line-height: 1.414
    }

    [dir] .hero .lead:not(:last-child), [dir] .hero__lead:not(:last-child) {
        margin-bottom: 2rem
    }
}

.img-fluid {
    max-width: none;
    width: 100%
}

:root {
    --sk-size: 64px;
    --sk-color: #fff
}

.preloader {
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center
}

[dir] .preloader {
    background: #2196f3
}

.icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px
}

[dir] .icon-holder {
    padding: 0
}

.icon-holder[href]:hover {
    text-decoration: none
}

.icon-holder--small {
    width: 30px;
    height: 30px
}

[dir] .icon-holder--default {
    background-color: #e9ecef
}

.icon-holder--primary {
    color: #fff
}

[dir] .icon-holder--primary {
    background-image: none;
    background-color: #2196f3;
    border: 1px solid #2196f3
}

.icon-holder--primary:hover {
    color: #2196f3
}

[dir] .icon-holder--primary:hover {
    background-image: none;
    background-color: transparent;
    border: 1px solid #2196f3
}

.icon-holder--primary:hover:hover {
    color: #fff
}

[dir] .icon-holder--primary:hover:hover {
    background-color: #2196f3;
    border-color: #2196f3
}

.icon-holder--outline-primary {
    color: #2196f3
}

[dir] .icon-holder--outline-primary {
    background-image: none;
    background-color: transparent;
    border: 1px solid #2196f3
}

.icon-holder--outline-primary:hover {
    color: #fff
}

[dir] .icon-holder--outline-primary:hover {
    background-color: #2196f3;
    border-color: #2196f3
}

.icon-holder--secondary {
    color: #fff
}

[dir] .icon-holder--secondary {
    background-image: none;
    background-color: #6b757d;
    border: 1px solid #6b757d
}

.icon-holder--secondary:hover {
    color: #6b757d
}

[dir] .icon-holder--secondary:hover {
    background-image: none;
    background-color: transparent;
    border: 1px solid #6b757d
}

.icon-holder--secondary:hover:hover {
    color: #fff
}

[dir] .icon-holder--secondary:hover:hover {
    background-color: #6b757d;
    border-color: #6b757d
}

.icon-holder--outline-secondary {
    color: #6b757d
}

[dir] .icon-holder--outline-secondary {
    background-image: none;
    background-color: transparent;
    border: 1px solid #6b757d
}

.icon-holder--outline-secondary:hover {
    color: #fff
}

[dir] .icon-holder--outline-secondary:hover {
    background-color: #6b757d;
    border-color: #6b757d
}

.icon-holder--success {
    color: #fff
}

[dir] .icon-holder--success {
    background-image: none;
    background-color: #66bb6a;
    border: 1px solid #66bb6a
}

.icon-holder--success:hover {
    color: #66bb6a
}

[dir] .icon-holder--success:hover {
    background-image: none;
    background-color: transparent;
    border: 1px solid #66bb6a
}

.icon-holder--success:hover:hover {
    color: #fff
}

[dir] .icon-holder--success:hover:hover {
    background-color: #66bb6a;
    border-color: #66bb6a
}

.icon-holder--outline-success {
    color: #66bb6a
}

[dir] .icon-holder--outline-success {
    background-image: none;
    background-color: transparent;
    border: 1px solid #66bb6a
}

.icon-holder--outline-success:hover {
    color: #fff
}

[dir] .icon-holder--outline-success:hover {
    background-color: #66bb6a;
    border-color: #66bb6a
}

.icon-holder--info {
    color: #fff
}

[dir] .icon-holder--info {
    background-image: none;
    background-color: #29b6f6;
    border: 1px solid #29b6f6
}

.icon-holder--info:hover {
    color: #29b6f6
}

[dir] .icon-holder--info:hover {
    background-image: none;
    background-color: transparent;
    border: 1px solid #29b6f6
}

.icon-holder--info:hover:hover {
    color: #fff
}

[dir] .icon-holder--info:hover:hover {
    background-color: #29b6f6;
    border-color: #29b6f6
}

.icon-holder--outline-info {
    color: #29b6f6
}

[dir] .icon-holder--outline-info {
    background-image: none;
    background-color: transparent;
    border: 1px solid #29b6f6
}

.icon-holder--outline-info:hover {
    color: #fff
}

[dir] .icon-holder--outline-info:hover {
    background-color: #29b6f6;
    border-color: #29b6f6
}

.icon-holder--warning {
    color: #fff
}

[dir] .icon-holder--warning {
    background-image: none;
    background-color: #ffa726;
    border: 1px solid #ffa726
}

.icon-holder--warning:hover {
    color: #ffa726
}

[dir] .icon-holder--warning:hover {
    background-image: none;
    background-color: transparent;
    border: 1px solid #ffa726
}

.icon-holder--warning:hover:hover {
    color: #fff
}

[dir] .icon-holder--warning:hover:hover {
    background-color: #ffa726;
    border-color: #ffa726
}

.icon-holder--outline-warning {
    color: #ffa726
}

[dir] .icon-holder--outline-warning {
    background-image: none;
    background-color: transparent;
    border: 1px solid #ffa726
}

.icon-holder--outline-warning:hover {
    color: #fff
}

[dir] .icon-holder--outline-warning:hover {
    background-color: #ffa726;
    border-color: #ffa726
}

.icon-holder--danger {
    color: #fff
}

[dir] .icon-holder--danger {
    background-image: none;
    background-color: #f44336;
    border: 1px solid #f44336
}

.icon-holder--danger:hover {
    color: #f44336
}

[dir] .icon-holder--danger:hover {
    background-image: none;
    background-color: transparent;
    border: 1px solid #f44336
}

.icon-holder--danger:hover:hover {
    color: #fff
}

[dir] .icon-holder--danger:hover:hover {
    background-color: #f44336;
    border-color: #f44336
}

.icon-holder--outline-danger {
    color: #f44336
}

[dir] .icon-holder--outline-danger {
    background-image: none;
    background-color: transparent;
    border: 1px solid #f44336
}

.icon-holder--outline-danger:hover {
    color: #fff
}

[dir] .icon-holder--outline-danger:hover {
    background-color: #f44336;
    border-color: #f44336
}

.icon-holder--light {
    color: #fff
}

[dir] .icon-holder--light {
    background-image: none;
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa
}

.icon-holder--light:hover {
    color: #f8f9fa
}

[dir] .icon-holder--light:hover {
    background-image: none;
    background-color: transparent;
    border: 1px solid #f8f9fa
}

.icon-holder--light:hover:hover {
    color: #fff
}

[dir] .icon-holder--light:hover:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.icon-holder--outline-light {
    color: #f8f9fa
}

[dir] .icon-holder--outline-light {
    background-image: none;
    background-color: transparent;
    border: 1px solid #f8f9fa
}

.icon-holder--outline-light:hover {
    color: #fff
}

[dir] .icon-holder--outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.icon-holder--dark {
    color: #fff
}

[dir] .icon-holder--dark {
    background-image: none;
    background-color: #39444d;
    border: 1px solid #39444d
}

.icon-holder--dark:hover {
    color: #39444d
}

[dir] .icon-holder--dark:hover {
    background-image: none;
    background-color: transparent;
    border: 1px solid #39444d
}

.icon-holder--dark:hover:hover {
    color: #fff
}

[dir] .icon-holder--dark:hover:hover {
    background-color: #39444d;
    border-color: #39444d
}

.icon-holder--outline-dark {
    color: #39444d
}

[dir] .icon-holder--outline-dark {
    background-image: none;
    background-color: transparent;
    border: 1px solid #39444d
}

.icon-holder--outline-dark:hover {
    color: #fff
}

[dir] .icon-holder--outline-dark:hover {
    background-color: #39444d;
    border-color: #39444d
}

.icon-holder--outline-muted {
    color: #b8bdc2
}

[dir] .icon-holder--outline-muted {
    background-image: none;
    background-color: transparent;
    border: 1px solid #b8bdc2
}

.icon-holder--outline-muted:hover {
    color: #fff
}

[dir] .icon-holder--outline-muted:hover {
    background-color: #b8bdc2;
    border-color: #b8bdc2
}

.navbar {
    min-height: 64px;
    font-size: 1rem
}

[dir] .navbar {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:373.98px) {
    .navbar.navbar-expand-xs-md .navbar-collapse .nav-link {
        display: flex;
        flex: 1 1 0%
    }

    [dir] .navbar.navbar-expand-xs-md .navbar-collapse .navbar-nav:last-child:not(:only-child) {
        margin-bottom: 1rem
    }
}

@media (min-width:374px) {
    [dir=ltr] .navbar.navbar-expand-xs-md .nav-item+.nav-item {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-xs-md .nav-item+.nav-item {
        margin-right: 1rem
    }

    [dir=ltr] .navbar.navbar-expand-xs-md .navbar-nav+.navbar-nav {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-xs-md .navbar-nav+.navbar-nav {
        margin-right: 1rem
    }

    .navbar.navbar-expand-xs-md .dropdown-menu, .navbar.navbar-expand-xs-md .dropdown-menu .ps {
        max-height: calc(100vh - 64px - .5rem)
    }
}

@media (max-width:412.98px) {
    .navbar.navbar-expand-xs-plus .navbar-collapse .nav-link {
        display: flex;
        flex: 1 1 0%
    }

    [dir] .navbar.navbar-expand-xs-plus .navbar-collapse .navbar-nav:last-child:not(:only-child) {
        margin-bottom: 1rem
    }
}

@media (min-width:413px) {
    [dir=ltr] .navbar.navbar-expand-xs-plus .nav-item+.nav-item {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-xs-plus .nav-item+.nav-item {
        margin-right: 1rem
    }

    [dir=ltr] .navbar.navbar-expand-xs-plus .navbar-nav+.navbar-nav {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-xs-plus .navbar-nav+.navbar-nav {
        margin-right: 1rem
    }

    .navbar.navbar-expand-xs-plus .dropdown-menu, .navbar.navbar-expand-xs-plus .dropdown-menu .ps {
        max-height: calc(100vh - 64px - .5rem)
    }
}

@media (max-width:575.98px) {
    .navbar.navbar-expand-sm .navbar-collapse .nav-link {
        display: flex;
        flex: 1 1 0%
    }

    [dir] .navbar.navbar-expand-sm .navbar-collapse .navbar-nav:last-child:not(:only-child) {
        margin-bottom: 1rem
    }
}

@media (min-width:576px) {
    [dir=ltr] .navbar.navbar-expand-sm .nav-item+.nav-item {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-sm .nav-item+.nav-item {
        margin-right: 1rem
    }

    [dir=ltr] .navbar.navbar-expand-sm .navbar-nav+.navbar-nav {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-sm .navbar-nav+.navbar-nav {
        margin-right: 1rem
    }

    .navbar.navbar-expand-sm .dropdown-menu, .navbar.navbar-expand-sm .dropdown-menu .ps {
        max-height: calc(100vh - 64px - .5rem)
    }
}

@media (max-width:767.98px) {
    .navbar.navbar-expand-md .navbar-collapse .nav-link {
        display: flex;
        flex: 1 1 0%
    }

    [dir] .navbar.navbar-expand-md .navbar-collapse .navbar-nav:last-child:not(:only-child) {
        margin-bottom: 1rem
    }
}

@media (min-width:768px) {
    [dir=ltr] .navbar.navbar-expand-md .nav-item+.nav-item {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-md .nav-item+.nav-item {
        margin-right: 1rem
    }

    [dir=ltr] .navbar.navbar-expand-md .navbar-nav+.navbar-nav {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-md .navbar-nav+.navbar-nav {
        margin-right: 1rem
    }

    .navbar.navbar-expand-md .dropdown-menu, .navbar.navbar-expand-md .dropdown-menu .ps {
        max-height: calc(100vh - 64px - .5rem)
    }
}

@media (max-width:991.98px) {
    .navbar.navbar-expand-lg .navbar-collapse .nav-link {
        display: flex;
        flex: 1 1 0%
    }

    [dir] .navbar.navbar-expand-lg .navbar-collapse .navbar-nav:last-child:not(:only-child) {
        margin-bottom: 1rem
    }
}

@media (min-width:992px) {
    [dir=ltr] .navbar.navbar-expand-lg .nav-item+.nav-item {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-lg .nav-item+.nav-item {
        margin-right: 1rem
    }

    [dir=ltr] .navbar.navbar-expand-lg .navbar-nav+.navbar-nav {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-lg .navbar-nav+.navbar-nav {
        margin-right: 1rem
    }

    .navbar.navbar-expand-lg .dropdown-menu, .navbar.navbar-expand-lg .dropdown-menu .ps {
        max-height: calc(100vh - 64px - .5rem)
    }
}

@media (max-width:1199.98px) {
    .navbar.navbar-expand-xl .navbar-collapse .nav-link {
        display: flex;
        flex: 1 1 0%
    }

    [dir] .navbar.navbar-expand-xl .navbar-collapse .navbar-nav:last-child:not(:only-child) {
        margin-bottom: 1rem
    }
}

@media (min-width:1200px) {
    [dir=ltr] .navbar.navbar-expand-xl .nav-item+.nav-item {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-xl .nav-item+.nav-item {
        margin-right: 1rem
    }

    [dir=ltr] .navbar.navbar-expand-xl .navbar-nav+.navbar-nav {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-xl .navbar-nav+.navbar-nav {
        margin-right: 1rem
    }

    .navbar.navbar-expand-xl .dropdown-menu, .navbar.navbar-expand-xl .dropdown-menu .ps {
        max-height: calc(100vh - 64px - .5rem)
    }
}

@media (max-width:1365.98px) {
    .navbar.navbar-expand-xxl .navbar-collapse .nav-link {
        display: flex;
        flex: 1 1 0%
    }

    [dir] .navbar.navbar-expand-xxl .navbar-collapse .navbar-nav:last-child:not(:only-child) {
        margin-bottom: 1rem
    }
}

@media (min-width:1366px) {
    [dir=ltr] .navbar.navbar-expand-xxl .nav-item+.nav-item {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-xxl .nav-item+.nav-item {
        margin-right: 1rem
    }

    [dir=ltr] .navbar.navbar-expand-xxl .navbar-nav+.navbar-nav {
        margin-left: 1rem
    }

    [dir=rtl] .navbar.navbar-expand-xxl .navbar-nav+.navbar-nav {
        margin-right: 1rem
    }

    .navbar.navbar-expand-xxl .dropdown-menu, .navbar.navbar-expand-xxl .dropdown-menu .ps {
        max-height: calc(100vh - 64px - .5rem)
    }
}

.navbar.navbar-expand .navbar-collapse .nav-link {
    display: flex;
    flex: 1 1 0%
}

[dir] .navbar.navbar-expand .navbar-collapse .navbar-nav:last-child:not(:only-child) {
    margin-bottom: 1rem
}

[dir=ltr] .navbar.navbar-expand .nav-item+.nav-item {
    margin-left: 1rem
}

[dir=rtl] .navbar.navbar-expand .nav-item+.nav-item {
    margin-right: 1rem
}

[dir=ltr] .navbar.navbar-expand .navbar-nav+.navbar-nav {
    margin-left: 1rem
}

[dir=rtl] .navbar.navbar-expand .navbar-nav+.navbar-nav {
    margin-right: 1rem
}

.navbar.navbar-expand .dropdown-menu, .navbar.navbar-expand .dropdown-menu .ps {
    max-height: calc(100vh - 64px - .5rem)
}

.navbar-brand {
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    align-items: center
}

[dir] .navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.navbar-brand .material-icons {
    font-size: 36px
}

[dir=ltr] .navbar-brand .material-icons {
    margin-right: .5rem
}

[dir=rtl] .navbar-brand .material-icons {
    margin-left: .5rem
}

[dir] .navbar-shadow {
    box-shadow: 0 5px 15px 0 hsla(0, 0%, 89%, .5)
}

[dir] .mdk-header--shadow:after {
    box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, .2)
}

.navbar-height {
    min-height: 64px
}

.nav-item {
    display: flex;
    align-items: center
}

.navbar-nav .dropdown-menu {
    position: absolute
}

[dir] .navbar-toggler {
    border-color: transparent !important
}

[dir=ltr] .navbar-toggler:not(:last-child) {
    margin-right: 1rem
}

[dir=rtl] .navbar-toggler:not(:last-child) {
    margin-left: 1rem
}

[dir] .navbar .search-form .btn {
    padding: 0 .5rem
}

[dir=ltr] .navbar-nav-stats .nav-item+.nav-item {
    margin-left: .5rem !important
}

[dir=rtl] .navbar-nav-stats .nav-item+.nav-item {
    margin-right: .5rem !important
}

.nav-stats {
    line-height: 1;
    height: 36px;
    font-weight: 700
}

[dir] .nav-stats {
    text-align: center;
    border-radius: 3px;
    padding: 4px 12px
}

.nav-stats small {
    display: block;
    font-size: .625rem
}

[dir] .nav-stats small {
    margin-top: 2px
}

[dir=ltr] .nav-item:not(:last-child) .nav-stats {
    margin-right: 5px
}

[dir=rtl] .nav-item:not(:last-child) .nav-stats {
    margin-left: 5px
}

@media (min-width:576px) {
    [dir=ltr] .fixed-layout .navbar-expand>.container, [dir=ltr] .fixed-layout .navbar-expand>.container-fluid, [dir=ltr] .fixed-layout .navbar-expand>.container-lg, [dir=ltr] .fixed-layout .navbar-expand>.container-md, [dir=ltr] .fixed-layout .navbar-expand>.container-sm, [dir=ltr] .fixed-layout .navbar-expand>.container-xl, [dir=ltr] .fixed-layout .navbar-expand>.container-xxl, [dir=rtl] .fixed-layout .navbar-expand>.container, [dir=rtl] .fixed-layout .navbar-expand>.container-fluid, [dir=rtl] .fixed-layout .navbar-expand>.container-lg, [dir=rtl] .fixed-layout .navbar-expand>.container-md, [dir=rtl] .fixed-layout .navbar-expand>.container-sm, [dir=rtl] .fixed-layout .navbar-expand>.container-xl, [dir=rtl] .fixed-layout .navbar-expand>.container-xxl {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }
}

@media (min-width:576px) {
    .navbar-nav.nav-active-underline .nav-link.active:before, .navbar-nav.nav-active-underline>.active>.nav-link:before {
        position: absolute;
        width: 100%;
        height: 4px;
        content: " ";
        bottom: 4px
    }

    [dir] .navbar-nav.nav-active-underline .nav-link.active:before, [dir] .navbar-nav.nav-active-underline>.active>.nav-link:before {
        border-radius: 2px;
        background-color: #2196f3
    }

    [dir=ltr] .navbar-nav.nav-active-underline .nav-link.active:before, [dir=ltr] .navbar-nav.nav-active-underline>.active>.nav-link:before {
        left: 0
    }

    [dir=rtl] .navbar-nav.nav-active-underline .nav-link.active:before, [dir=rtl] .navbar-nav.nav-active-underline>.active>.nav-link:before {
        right: 0
    }
}

.navbar-nav .nav-link {
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative
}

.dropdown-notifications .dropdown-menu {
    min-width: 300px
}

[dir] .dropdown-notifications .dropdown-menu {
    padding: 0
}

.dropdown-notifications .dropdown-menu .list-group-item {
    display: flex;
    flex-direction: column
}

[dir] .dropdown-notifications .dropdown-menu .list-group-item:hover, [dir] .dropdown-notifications .dropdown-menu .unread {
    background: #f9f9f9
}

.dropdown-notifications .dropdown-menu .unread-indicator {
    display: inline-block;
    content: "";
    width: .5rem;
    height: .5rem
}

[dir] .dropdown-notifications .dropdown-menu .unread-indicator {
    border-radius: 100%
}

.dropdown-notifications .dropdown-toggle {
    display: flex
}

.dropdown-notifications .badge-notifications {
    position: relative;
    display: block
}

[dir=ltr] .dropdown-notifications .badge-notifications {
    left: -.5rem
}

[dir=rtl] .dropdown-notifications .badge-notifications {
    right: -.5rem
}

@media (max-width:373.98px) {
    [dir] .navbar-dark.navbar-expand-xs-md .navbar-collapse .nav-item {
        border-top: 1px solid rgba(46, 49, 51, .9)
    }
}

@media (max-width:412.98px) {
    [dir] .navbar-dark.navbar-expand-xs-plus .navbar-collapse .nav-item {
        border-top: 1px solid rgba(46, 49, 51, .9)
    }
}

@media (max-width:575.98px) {
    [dir] .navbar-dark.navbar-expand-sm .navbar-collapse .nav-item {
        border-top: 1px solid rgba(46, 49, 51, .9)
    }
}

@media (max-width:767.98px) {
    [dir] .navbar-dark.navbar-expand-md .navbar-collapse .nav-item {
        border-top: 1px solid rgba(46, 49, 51, .9)
    }
}

@media (max-width:991.98px) {
    [dir] .navbar-dark.navbar-expand-lg .navbar-collapse .nav-item {
        border-top: 1px solid rgba(46, 49, 51, .9)
    }
}

@media (max-width:1199.98px) {
    [dir] .navbar-dark.navbar-expand-xl .navbar-collapse .nav-item {
        border-top: 1px solid rgba(46, 49, 51, .9)
    }
}

@media (max-width:1365.98px) {
    [dir] .navbar-dark.navbar-expand-xxl .navbar-collapse .nav-item {
        border-top: 1px solid rgba(46, 49, 51, .9)
    }
}

[dir] .navbar-dark.navbar-expand .navbar-collapse .nav-item {
    border-top: 1px solid rgba(46, 49, 51, .9)
}

[dir] .navbar-dark .badge:not([class*=badge-]) {
    background-color: rgba(38, 45, 51, .5)
}

.navbar-dark .search-form {
    color: hsla(0, 0%, 100%, .5)
}

[dir] .navbar-dark .search-form {
    background-color: rgba(0, 0, 0, .2);
    border-color: rgba(0, 0, 0, .05)
}

.navbar-dark .search-form .form-control::-moz-placeholder {
    color: inherit
}

.navbar-dark .search-form .form-control:-ms-input-placeholder {
    color: inherit
}

.navbar-dark .search-form .form-control, .navbar-dark .search-form .form-control::placeholder {
    color: inherit
}

.navbar-dark .search-form .btn {
    color: inherit
}

[dir] .navbar-dark .search-form .btn {
    background-color: transparent
}

.navbar-dark .nav-stats {
    color: #fff
}

[dir] .navbar-dark .nav-stats {
    background: rgba(0, 0, 0, .2)
}

.navbar-dark .nav-stats small {
    opacity: .54
}

.navbar-dark.bg-dark .navbar-brand {
    color: #dfe2e6
}

.navbar-dark.bg-dark .navbar-brand:focus, .navbar-dark.bg-dark .navbar-brand:hover {
    color: #cfdbe6
}

.navbar-dark.bg-dark .navbar-brand .material-icons {
    color: #2196f3
}

.navbar-dark.bg-dark .navbar-nav .nav-link {
    color: #8a9299
}

.navbar-dark.bg-dark .navbar-nav .nav-link:focus, .navbar-dark.bg-dark .navbar-nav .nav-link:hover {
    color: rgba(207, 219, 230, .75)
}

.navbar-dark.bg-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark.bg-dark .navbar-nav .active>.nav-link, .navbar-dark.bg-dark .navbar-nav .nav-link.active, .navbar-dark.bg-dark .navbar-nav .nav-link.show, .navbar-dark.bg-dark .navbar-nav .show>.nav-link {
    color: #cfdbe6
}

.navbar-dark.bg-dark .navbar-text, .navbar-dark.bg-dark .navbar-toggler {
    color: #8a9299
}

.navbar-dark.bg-dark .navbar-text a, .navbar-dark.bg-dark .navbar-text a:focus, .navbar-dark.bg-dark .navbar-text a:hover {
    color: #cfdbe6
}

.navbar-light {
    color: #949799
}

.navbar-light .navbar-brand {
    color: rgba(57, 68, 77, .84)
}

.navbar-light .navbar-brand .material-icons {
    color: #2196f3
}

[dir] .navbar-light .search-form {
    background: rgba(0, 0, 0, .05);
    border-color: transparent
}

.navbar-light .search-form .btn, .navbar-light .search-form .form-control {
    color: rgba(0, 0, 0, .5)
}

[dir] .navbar-light .nav-stats {
    background: rgba(0, 0, 0, .05)
}

.sidebar {
    position: relative;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

[dir] .sidebar {
    text-align: initial
}

[dir] .mdk-drawer__content {
    background: transparent
}

[dir] .mdk-drawer__scrim {
    background-color: rgba(56, 59, 61, .5)
}

[dir] .sidebar .list-group-fit {
    border-top: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2
}

.sidebar .list-group-fit .active a, .sidebar .list-group-fit .active a:hover {
    color: #fff
}

.sidebar .list-group-fit a {
    color: #383b3d
}

.sidebar .list-group-fit a:hover {
    text-decoration: none;
    color: #2196f3
}

[dir] .sidebar-heading {
    margin-bottom: .5rem !important
}

.sidebar-light .badge-default {
    color: #fff
}

[dir] .sidebar-light .badge-default {
    background-color: rgba(0, 0, 0, .3)
}

.sidebar-menu-toggle-icon {
    transition: transform .15s
}

[dir] .sidebar-menu-toggle-icon {
    transform: translate(0)
}

[dir=ltr] .open>.sidebar-menu-button .sidebar-menu-toggle-icon {
    transform: rotate(90deg)
}

[dir=rtl] .open>.sidebar-menu-button .sidebar-menu-toggle-icon {
    transform: rotate(-90deg)
}

[dir=ltr] .sm-indent>.sidebar-menu-item .sidebar-menu-button {
    padding-left: 2.25rem
}

[dir=rtl] .sm-indent>.sidebar-menu-item .sidebar-menu-button {
    padding-right: 2.25rem
}

[dir] .sidebar-submenu .sidebar-menu-item:last-child {
    margin-bottom: 1rem
}

[dir=ltr] .sidebar-light .sidebar-submenu .sidebar-menu-text {
    border-left: 1px solid rgba(46, 49, 51, .1)
}

[dir=rtl] .sidebar-light .sidebar-submenu .sidebar-menu-text {
    border-right: 1px solid rgba(46, 49, 51, .1)
}

[dir=ltr] .sidebar-dark .sidebar-submenu .sidebar-menu-text {
    border-left: 1px solid rgba(46, 49, 51, .9)
}

[dir=rtl] .sidebar-dark .sidebar-submenu .sidebar-menu-text {
    border-right: 1px solid rgba(46, 49, 51, .9)
}

.sidebar-submenu .sidebar-menu-text {
    position: relative
}

[dir=ltr] .sidebar-submenu .sidebar-menu-text {
    padding-left: 1.25rem
}

[dir=rtl] .sidebar-submenu .sidebar-menu-text {
    padding-right: 1.25rem
}

.sidebar-submenu .sidebar-menu-text:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    display: none;
    top: 12px
}

[dir] .sidebar-submenu .sidebar-menu-text:after {
    background-color: #2196f3;
    border-radius: 100%
}

[dir=ltr] .sidebar-submenu .sidebar-menu-text:after {
    left: -4px
}

[dir=rtl] .sidebar-submenu .sidebar-menu-text:after {
    right: -4px
}

.active>.sidebar-menu-button .sidebar-menu-text:after {
    display: block
}

@media (max-width:373.98px) {
    [dir] .sidebar-transparent-xs {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

[dir] .sidebar-transparent-xs-up {
    background-color: #f5f6f7 !important;
    border-color: transparent !important
}

@media (max-width:373.98px) {
    [dir] .sidebar-transparent-xs-down {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (min-width:374px) and (max-width:412.98px) {
    [dir] .sidebar-transparent-xs-md {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (min-width:374px) {
    [dir] .sidebar-transparent-xs-md-up {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (max-width:412.98px) {
    [dir] .sidebar-transparent-xs-md-down {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (min-width:413px) and (max-width:575.98px) {
    [dir] .sidebar-transparent-xs-plus {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (min-width:413px) {
    [dir] .sidebar-transparent-xs-plus-up {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (max-width:575.98px) {
    [dir] .sidebar-transparent-xs-plus-down {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    [dir] .sidebar-transparent-sm {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (min-width:576px) {
    [dir] .sidebar-transparent-sm-up {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (max-width:767.98px) {
    [dir] .sidebar-transparent-sm-down {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    [dir] .sidebar-transparent-md {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (min-width:768px) {
    [dir] .sidebar-transparent-md-up {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (max-width:991.98px) {
    [dir] .sidebar-transparent-md-down {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    [dir] .sidebar-transparent-lg {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (min-width:992px) {
    [dir] .sidebar-transparent-lg-up {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (max-width:1199.98px) {
    [dir] .sidebar-transparent-lg-down {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (min-width:1200px) and (max-width:1365.98px) {
    [dir] .sidebar-transparent-xl {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (min-width:1200px) {
    [dir] .sidebar-transparent-xl-up {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (max-width:1365.98px) {
    [dir] .sidebar-transparent-xl-down {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

@media (min-width:1366px) {
    [dir] .sidebar-transparent-xxl, [dir] .sidebar-transparent-xxl-up {
        background-color: #f5f6f7 !important;
        border-color: transparent !important
    }
}

[dir] .sidebar-transparent-xxl-down {
    background-color: #f5f6f7 !important;
    border-color: transparent !important
}

code.highlight {
    color: #fff
}

code.django .hljs-template-tag {
    color: #ffa726
}

.rating {
    line-height: 1
}

.rating .material-icons {
    color: #ffa726;
    font-size: 18px
}

.page-separator {
    position: relative;
    color: #b8bdc2;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0
}

[dir] .page-separator {
    margin: 1rem 0
}

.page-separator:before {
    content: "";
    height: 1px;
    width: 100%;
    top: 50%;
    position: absolute;
    z-index: -1
}

[dir] .page-separator:before {
    background-color: #f0f1f2
}

[dir=ltr] .page-separator:before {
    left: 0
}

[dir=rtl] .page-separator:before {
    right: 0
}

.page-separator__text {
    display: inline-flex;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(56, 59, 61, .5);
    line-height: .9375rem;
    font-weight: 700;
    max-width: 90%
}

[dir] .page-separator__text {
    padding: .25rem 1rem;
    background-color: #fff
}

.page-separator__text:hover {
    text-decoration: none
}

.app-messages {
    overflow: hidden
}

.app-messages .mdk-drawer-layout, .app-messages .mdk-drawer-layout__content, .app-messages .mdk-header-layout, .app-messages .mdk-header-layout__content {
    height: 100%
}

.app-messages .page {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative
}

[dir] .app-messages .page {
    padding: 0
}

.app-messages__container {
    position: relative;
    overflow: hidden;
    z-index: 0
}

#messages-drawer .mdk-drawer__content, #messages-drawer[data-persistent] {
    width: 280px
}

[dir=ltr] .message__aside {
    margin-right: 1rem
}

[dir=rtl] .message__aside {
    margin-left: 1rem
}

.message:nth-child(2n) .message__aside {
    order: 1
}

[dir=ltr] .message:nth-child(2n) .message__aside {
    margin-right: 0;
    margin-left: 1rem
}

[dir=rtl] .message:nth-child(2n) .message__aside {
    margin-left: 0;
    margin-right: 1rem
}

[dir=ltr] .message:nth-child(2n) .message__body {
    margin-left: auto
}

[dir=rtl] .message:nth-child(2n) .message__body {
    margin-right: auto
}

.messages-toggle {
    position: absolute;
    top: 1rem
}

[dir=ltr] .messages-toggle {
    right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

[dir=rtl] .messages-toggle {
    left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.forum-thread .media {
    overflow: visible
}

.forum-icon-wrapper {
    position: relative
}

.forum-thread-icon {
    width: 50px;
    height: 50px;
    color: #b8bdc2;
    display: flex;
    align-items: center;
    justify-content: center
}

[dir] .forum-thread-icon {
    border: 1px solid #f0f1f2;
    border-radius: 50%
}

.forum-thread-icon:hover {
    text-decoration: none
}

.forum-thread-user {
    position: absolute;
    bottom: -5px
}

[dir=ltr] .forum-thread-user {
    right: 0
}

[dir=rtl] .forum-thread-user {
    left: 0
}

[dir] .forum-thread-user img {
    border: 1px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .05)
}

.forum-thread-user:hover img {
    opacity: .7
}

div.dt-container div.dt-paging ul.pagination{
    float: right;
}

div.dt-container div.dt-search input{
    width: 80% !important;
    border: 1px solid #ddd;
}