/*!
 * Morioh Responsive Template based on Bootstrap v4.4.1
 * Version - 1.0.8
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Copyright 2019-2020 Morioh Team - https://morioh.com
 * Licensed under MIT (https://github.com/Morioh-Lab/morioh/blob/master/LICENSE)
 */

 :root {
    --blue: #3b73da;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #f1414a;
    --orange: #fb6340;
    --yellow: #faa700;
    --green: #2dce89;
    --teal: #19b5fe;
    --cyan: #2bffc6;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --light: #e9ecef;
    --lighter: #f8f9fa;
    --primary: #3b73da;
    --secondary: #6c757d;
    --success: #2dce89;
    --info: #19b5fe;
    --warning: #faa700;
    --danger: #f1414a;
    --light: #e5e9f2;
    --dark: #21262c;
    --default: #dee2e6;
    --white: #fff;
    --darker: #000;
    --breakpoint-xs: 0;
    --breakpoint-sm: 480px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1600px;
    --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
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(11, 13, 15, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: left;
    background-color: #f0f2f4
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

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: #3b73da;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #2050a9;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + .3vw)
    }
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.375rem
}

@media (max-width: 1200px) {
    h1,
    .h1 {
        font-size: calc(1.3625rem + 1.35vw)
    }
}

h2,
.h2 {
    font-size: 1.9rem
}

@media (max-width: 1200px) {
    h2,
    .h2 {
        font-size: calc(1.315rem + .78vw)
    }
}

h3,
.h3 {
    font-size: 1.6625rem
}

@media (max-width: 1200px) {
    h3,
    .h3 {
        font-size: calc(1.29125rem + .495vw)
    }
}

h4,
.h4 {
    font-size: 1.425rem
}

@media (max-width: 1200px) {
    h4,
    .h4 {
        font-size: calc(1.2675rem + .21vw)
    }
}

h5,
.h5 {
    font-size: 1.1875rem
}

h6,
.h6 {
    font-size: .95rem
}

.lead {
    font-size: 1.1875rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw)
    }
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

@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.2
}

@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.2
}

@media (max-width: 1200px) {
    .display-4 {
        font-size: calc(1.475rem + 2.7vw)
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(11, 13, 15, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.1875rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f0f2f4;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #8965e0;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

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 {
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 480px) {
    .container {
        max-width: 606px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}


/* @media (min-width: 1600px) {
	.container {
		max-width: 1340px
	}
} */

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 480px) {
    .container,
    .container-sm {
        max-width: 606px
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1170px
    }
}


/* @media (min-width: 1600px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		max-width: 1340px
	}
} */

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.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,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 480px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1600px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #495057
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #f0f2f4
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f0f2f4
}

.table tbody+tbody {
    border-top: 2px solid #f0f2f4
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #f0f2f4
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #f0f2f4
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(11, 13, 15, 0.05)
}

.table-hover tbody tr:hover {
    color: #495057;
    background-color: rgba(11, 13, 15, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #c8d8f5
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #99b6ec
}

.table-hover .table-primary:hover {
    background-color: #b2c9f1
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #b2c9f1
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c4f1de
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #92e6c2
}

.table-hover .table-success:hover {
    background-color: #afecd2
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #afecd2
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bfeaff
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #87d9fe
}

.table-hover .table-info:hover {
    background-color: #a6e2ff
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #a6e2ff
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fee6b8
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #fcd17a
}

.table-hover .table-warning:hover {
    background-color: #fedd9f
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #fedd9f
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #fbcacc
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #f89ca1
}

.table-hover .table-danger:hover {
    background-color: #f9b2b5
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f9b2b5
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #f8f9fb
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #f1f4f8
}

.table-hover .table-light:hover {
    background-color: #e8ebf2
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #e8ebf2
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c1c2c4
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #8c8e91
}

.table-hover .table-dark:hover {
    background-color: #b4b5b8
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b4b5b8
}

.table-default,
.table-default>th,
.table-default>td {
    background-color: #f6f7f8
}

.table-default th,
.table-default td,
.table-default thead th,
.table-default tbody+tbody {
    border-color: #eef0f2
}

.table-hover .table-default:hover {
    background-color: #e8eaed
}

.table-hover .table-default:hover>td,
.table-hover .table-default:hover>th {
    background-color: #e8eaed
}

.table-white,
.table-white>th,
.table-white>td {
    background-color: #fff
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody+tbody {
    border-color: #fff
}

.table-hover .table-white:hover {
    background-color: #f2f2f2
}

.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
    background-color: #f2f2f2
}

.table-darker,
.table-darker>th,
.table-darker>td {
    background-color: #b8b8b8
}

.table-darker th,
.table-darker td,
.table-darker thead th,
.table-darker tbody+tbody {
    border-color: #7a7a7a
}

.table-hover .table-darker:hover {
    background-color: #ababab
}

.table-hover .table-darker:hover>td,
.table-hover .table-darker:hover>th {
    background-color: #ababab
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(11, 13, 15, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #f0f2f4
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 479.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1599.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a6c0ee;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.25);
    box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-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] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.1875rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .83125rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: .95rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .83125rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.1875rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #2dce89
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .83125rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(45, 206, 137, 0.9);
    border-radius: .25rem
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #2dce89;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232dce89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #2dce89;
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.25);
    box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #2dce89;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232dce89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #2dce89;
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.25);
    box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #2dce89
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #2dce89
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #2dce89
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #54daa1;
    background-color: #54daa1
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.25);
    box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #2dce89
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #2dce89
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #2dce89;
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.25);
    box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f1414a
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .83125rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(241, 65, 74, 0.9);
    border-radius: .25rem
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #f1414a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f1414a' viewBox='0 0 12 12'%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='%23f1414a' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #f1414a;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.25);
    box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #f1414a;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f1414a' viewBox='0 0 12 12'%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='%23f1414a' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #f1414a;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.25);
    box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #f1414a
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #f1414a
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #f1414a
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #f57177;
    background-color: #f57177
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.25);
    box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #f1414a
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #f1414a
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #f1414a;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.25);
    box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 480px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        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 .input-group,
    .form-inline .custom-select {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #495057;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.25);
    box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #3b73da;
    border-color: #3b73da
}

.btn-primary:hover {
    color: #fff;
    background-color: #265fc9;
    border-color: #245abe
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #265fc9;
    border-color: #245abe;
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 136, 224, 0.5);
    box-shadow: 0 0 0 .2rem rgba(88, 136, 224, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #3b73da;
    border-color: #3b73da
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #245abe;
    border-color: #2255b3
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 136, 224, 0.5);
    box-shadow: 0 0 0 .2rem rgba(88, 136, 224, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #2dce89;
    border-color: #2dce89
}

.btn-success:hover {
    color: #fff;
    background-color: #26af74;
    border-color: #24a46d
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #26af74;
    border-color: #24a46d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(77, 213, 155, 0.5);
    box-shadow: 0 0 0 .2rem rgba(77, 213, 155, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #2dce89;
    border-color: #2dce89
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #24a46d;
    border-color: #229a66
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(77, 213, 155, 0.5);
    box-shadow: 0 0 0 .2rem rgba(77, 213, 155, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #19b5fe;
    border-color: #19b5fe
}

.btn-info:hover {
    color: #fff;
    background-color: #01a4f0;
    border-color: #019be3
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #01a4f0;
    border-color: #019be3;
    -webkit-box-shadow: 0 0 0 .2rem rgba(60, 192, 254, 0.5);
    box-shadow: 0 0 0 .2rem rgba(60, 192, 254, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #19b5fe;
    border-color: #19b5fe
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #019be3;
    border-color: #0192d6
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60, 192, 254, 0.5);
    box-shadow: 0 0 0 .2rem rgba(60, 192, 254, 0.5)
}

.btn-warning {
    color: #fff;
    background-color: #faa700;
    border-color: #faa700
}

.btn-warning:hover {
    color: #fff;
    background-color: #d48d00;
    border-color: #c78500
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #d48d00;
    border-color: #c78500;
    -webkit-box-shadow: 0 0 0 .2rem rgba(251, 180, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(251, 180, 38, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #faa700;
    border-color: #faa700
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c78500;
    border-color: #ba7c00
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(251, 180, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(251, 180, 38, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #f1414a;
    border-color: #f1414a
}

.btn-danger:hover {
    color: #fff;
    background-color: #ee1d28;
    border-color: #ee121d
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #ee1d28;
    border-color: #ee121d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(243, 94, 101, 0.5);
    box-shadow: 0 0 0 .2rem rgba(243, 94, 101, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f1414a;
    border-color: #f1414a
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ee121d;
    border-color: #e2111b
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(243, 94, 101, 0.5);
    box-shadow: 0 0 0 .2rem rgba(243, 94, 101, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #e5e9f2;
    border-color: #e5e9f2
}

.btn-light:hover {
    color: #212529;
    background-color: #ccd3e5;
    border-color: #c3cce1
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #ccd3e5;
    border-color: #c3cce1;
    -webkit-box-shadow: 0 0 0 .2rem rgba(200, 204, 212, 0.5);
    box-shadow: 0 0 0 .2rem rgba(200, 204, 212, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #e5e9f2;
    border-color: #e5e9f2
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #c3cce1;
    border-color: #bbc5dd
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(200, 204, 212, 0.5);
    box-shadow: 0 0 0 .2rem rgba(200, 204, 212, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #21262c;
    border-color: #21262c
}

.btn-dark:hover {
    color: #fff;
    background-color: #111316;
    border-color: #0b0d0f
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #111316;
    border-color: #0b0d0f;
    -webkit-box-shadow: 0 0 0 .2rem rgba(66, 71, 76, 0.5);
    box-shadow: 0 0 0 .2rem rgba(66, 71, 76, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #21262c;
    border-color: #21262c
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0b0d0f;
    border-color: #060708
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(66, 71, 76, 0.5);
    box-shadow: 0 0 0 .2rem rgba(66, 71, 76, 0.5)
}

.btn-default {
    color: #212529;
    background-color: #dee2e6;
    border-color: #dee2e6
}

.btn-default:hover {
    color: #212529;
    background-color: #c8cfd6;
    border-color: #c1c9d0
}

.btn-default:focus,
.btn-default.focus {
    color: #212529;
    background-color: #c8cfd6;
    border-color: #c1c9d0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(194, 198, 202, 0.5);
    box-shadow: 0 0 0 .2rem rgba(194, 198, 202, 0.5)
}

.btn-default.disabled,
.btn-default:disabled {
    color: #212529;
    background-color: #dee2e6;
    border-color: #dee2e6
}

.btn-custom:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show>.btn-default.dropdown-toggle {
    color: #fff;
    background-color: #c1c9d0;
    border-color: #bac2cb
}

.btn-custom:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show>.btn-default.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(194, 198, 202, 0.5);
    box-shadow: 0 0 0 .2rem rgba(194, 198, 202, 0.5)
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white:focus,
.btn-white.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn-darker {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-darker:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-darker:focus,
.btn-darker.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, 0.5)
}

.btn-darker.disabled,
.btn-darker:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-darker:not(:disabled):not(.disabled):active,
.btn-darker:not(:disabled):not(.disabled).active,
.show>.btn-darker.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-darker:not(:disabled):not(.disabled):active:focus,
.btn-darker:not(:disabled):not(.disabled).active:focus,
.show>.btn-darker.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, 0.5)
}

.btn-outline-primary {
    color: #3b73da;
    border-color: #3b73da
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3b73da;
    border-color: #3b73da
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.5);
    box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #3b73da;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3b73da;
    border-color: #3b73da
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.5);
    box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    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;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #2dce89;
    border-color: #2dce89
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2dce89;
    border-color: #2dce89
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.5);
    box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #2dce89;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #2dce89;
    border-color: #2dce89
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.5);
    box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.5)
}

.btn-outline-info {
    color: #19b5fe;
    border-color: #19b5fe
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #19b5fe;
    border-color: #19b5fe
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(25, 181, 254, 0.5);
    box-shadow: 0 0 0 .2rem rgba(25, 181, 254, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #19b5fe;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #19b5fe;
    border-color: #19b5fe
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(25, 181, 254, 0.5);
    box-shadow: 0 0 0 .2rem rgba(25, 181, 254, 0.5)
}

.btn-outline-warning {
    color: #faa700;
    border-color: #faa700
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #faa700;
    border-color: #faa700
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(250, 167, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(250, 167, 0, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #faa700;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #faa700;
    border-color: #faa700
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(250, 167, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(250, 167, 0, 0.5)
}

.btn-outline-danger {
    color: #f1414a;
    border-color: #f1414a
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f1414a;
    border-color: #f1414a
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.5);
    box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f1414a;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f1414a;
    border-color: #f1414a
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.5);
    box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.5)
}

.btn-outline-light {
    color: #e5e9f2;
    border-color: #e5e9f2
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #e5e9f2;
    border-color: #e5e9f2
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5);
    box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #e5e9f2;
    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;
    background-color: #e5e9f2;
    border-color: #e5e9f2
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5);
    box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5)
}

.btn-outline-dark {
    color: #21262c;
    border-color: #21262c
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #21262c;
    border-color: #21262c
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(33, 38, 44, 0.5);
    box-shadow: 0 0 0 .2rem rgba(33, 38, 44, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #21262c;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #21262c;
    border-color: #21262c
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(33, 38, 44, 0.5);
    box-shadow: 0 0 0 .2rem rgba(33, 38, 44, 0.5)
}

.btn-outline-default {
    color: #dee2e6;
    border-color: #dee2e6
}

.btn-outline-default:hover {
    color: #212529;
    background-color: #dee2e6;
    border-color: #dee2e6
}

.btn-outline-default:focus,
.btn-outline-default.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 226, 230, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 226, 230, 0.5)
}

.btn-outline-default.disabled,
.btn-outline-default:disabled {
    color: #dee2e6;
    background-color: transparent
}

.btn-outline-default:not(:disabled):not(.disabled):active,
.btn-outline-default:not(:disabled):not(.disabled).active,
.show>.btn-outline-default.dropdown-toggle {
    color: #212529;
    background-color: #dee2e6;
    border-color: #dee2e6
}

.btn-outline-default:not(:disabled):not(.disabled):active:focus,
.btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-default.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 226, 230, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 226, 230, 0.5)
}

.btn-outline-white {
    color: #fff;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:focus,
.btn-outline-white.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    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;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-darker {
    color: #000;
    border-color: #000
}

.btn-outline-darker:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-darker:focus,
.btn-outline-darker.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
    color: #000;
    background-color: transparent
}

.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker:not(:disabled):not(.disabled).active,
.show>.btn-outline-darker.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-darker:not(:disabled):not(.disabled):active:focus,
.btn-outline-darker:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-darker.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #3b73da;
    text-decoration: none
}

.btn-link:hover {
    color: #2050a9;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.1875rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .83125rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .95rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f0f2f4;
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 480px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xxl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #f0f2f4
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .35rem 1rem;
    clear: both;
    font-weight: 400;
    color: #343a40;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3b73da
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .83125rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .35rem 1rem;
    color: #343a40
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.1875rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .83125rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.425rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.2125rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3b73da;
    background-color: #3b73da
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.25);
    box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #a6c0ee
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #d1def6;
    border-color: #d1def6
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .2125rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .2125rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #3b73da;
    background-color: #3b73da
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(59, 115, 218, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(59, 115, 218, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%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")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(59, 115, 218, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.2125rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(59, 115, 218, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #a6c0ee;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.25);
    box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .83125rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.1875rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #a6c0ee;
    -webkit-box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.25);
    box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.25)
}

.custom-file-input[disabled]~.custom-file-label,
.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;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #f0f2f4, 0 0 0 .2rem rgba(59, 115, 218, 0.25);
    box-shadow: 0 0 0 1px #f0f2f4, 0 0 0 .2rem rgba(59, 115, 218, 0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f0f2f4, 0 0 0 .2rem rgba(59, 115, 218, 0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f0f2f4, 0 0 0 .2rem rgba(59, 115, 218, 0.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #3b73da;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #d1def6
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3b73da;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #d1def6
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #3b73da;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #d1def6
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link,
.navbar-nav .nav-icon {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.navbar-nav .nav-icon:hover,
.nav-link:focus,
.navbar-nav .nav-icon:focus {
    text-decoration: none
}

.nav-link.disabled,
.navbar-nav .disabled.nav-icon {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link,
.nav-tabs .navbar-nav .nav-icon,
.navbar-nav .nav-tabs .nav-icon {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .navbar-nav .nav-icon:hover,
.navbar-nav .nav-tabs .nav-icon:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .navbar-nav .nav-icon:focus,
.navbar-nav .nav-tabs .nav-icon:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled,
.nav-tabs .navbar-nav .disabled.nav-icon,
.navbar-nav .nav-tabs .disabled.nav-icon {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .navbar-nav .active.nav-icon,
.navbar-nav .nav-tabs .active.nav-icon,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .navbar-nav .nav-icon,
.navbar-nav .nav-tabs .nav-item.show .nav-icon {
    color: #495057;
    background-color: #f0f2f4;
    border-color: #dee2e6 #dee2e6 #f0f2f4
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link,
.nav-pills .navbar-nav .nav-icon,
.navbar-nav .nav-pills .nav-icon {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .navbar-nav .active.nav-icon,
.navbar-nav .nav-pills .active.nav-icon,
.nav-pills .show>.nav-link,
.nav-pills .navbar-nav .show>.nav-icon,
.navbar-nav .nav-pills .show>.nav-icon {
    color: #fff;
    background-color: #3b73da
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar,
.main-navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.main-navbar .container,
.navbar .container-fluid,
.main-navbar .container-fluid,
.navbar .container-sm,
.main-navbar .container-sm,
.navbar .container-md,
.main-navbar .container-md,
.navbar .container-lg,
.main-navbar .container-lg,
.navbar .container-xl,
.main-navbar .container-xl,
.navbar .container-xxl,
.main-navbar .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .32187rem;
    padding-bottom: .32187rem;
    margin-right: 1rem;
    font-size: 1.1875rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link,
.navbar-nav .nav-icon {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.1875rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 479.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl,
    .navbar-expand-sm>.container-xxl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 480px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link,
    .navbar-expand-sm .navbar-nav .nav-icon {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl,
    .navbar-expand-sm>.container-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl,
    .navbar-expand-md>.container-xxl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link,
    .navbar-expand-md .navbar-nav .nav-icon {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl,
    .navbar-expand-md>.container-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl,
    .navbar-expand-lg>.container-xxl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link,
    .navbar-expand-lg .navbar-nav .nav-icon {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl,
    .navbar-expand-lg>.container-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl,
    .navbar-expand-xl>.container-xxl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link,
    .navbar-expand-xl .navbar-nav .nav-icon {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl,
    .navbar-expand-xl>.container-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1599.98px) {
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid,
    .navbar-expand-xxl>.container-sm,
    .navbar-expand-xxl>.container-md,
    .navbar-expand-xxl>.container-lg,
    .navbar-expand-xxl>.container-xl,
    .navbar-expand-xxl>.container-xxl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1600px) {
    .navbar-expand-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link,
    .navbar-expand-xxl .navbar-nav .nav-icon {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid,
    .navbar-expand-xxl>.container-sm,
    .navbar-expand-xxl>.container-md,
    .navbar-expand-xxl>.container-lg,
    .navbar-expand-xxl>.container-xl,
    .navbar-expand-xxl>.container-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl,
.navbar-expand>.container-xxl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .nav-icon {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl,
.navbar-expand>.container-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(11, 13, 15, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(11, 13, 15, 0.9)
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-icon {
    color: rgba(11, 13, 15, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-icon:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-icon:focus {
    color: rgba(11, 13, 15, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .disabled.nav-icon {
    color: rgba(11, 13, 15, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .show>.nav-icon,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-icon,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show.nav-icon,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .active.nav-icon {
    color: rgba(11, 13, 15, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(11, 13, 15, 0.5);
    border-color: rgba(11, 13, 15, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(11,13,15,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(11, 13, 15, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(11, 13, 15, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(11, 13, 15, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-icon {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-icon:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-icon:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .disabled.nav-icon {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .show>.nav-icon,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-icon,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show.nav-icon,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .active.nav-icon {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 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: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f0f2f4;
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(11, 13, 15, 0.03);
    border-bottom: 1px solid #f0f2f4
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(11, 13, 15, 0.03);
    border-top: 1px solid #f0f2f4
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: .9375rem
}

@media (min-width: 480px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: .9375rem;
        margin-bottom: 0;
        margin-left: .9375rem
    }
}

.card-group>.card {
    margin-bottom: .9375rem
}

@media (min-width: 480px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 480px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3b73da;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #2050a9;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.25);
    box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3b73da;
    border-color: #3b73da
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.1875rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .83125rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #3b73da
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #245abe
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.5);
    box-shadow: 0 0 0 .2rem rgba(59, 115, 218, 0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.badge-success {
    color: #fff;
    background-color: #2dce89
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #24a46d
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.5);
    box-shadow: 0 0 0 .2rem rgba(45, 206, 137, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #19b5fe
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #019be3
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(25, 181, 254, 0.5);
    box-shadow: 0 0 0 .2rem rgba(25, 181, 254, 0.5)
}

.badge-warning {
    color: #fff;
    background-color: #faa700
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #fff;
    background-color: #c78500
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(250, 167, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(250, 167, 0, 0.5)
}

.badge-danger {
    color: #fff;
    background-color: #f1414a
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #ee121d
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.5);
    box-shadow: 0 0 0 .2rem rgba(241, 65, 74, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #e5e9f2
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #c3cce1
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5);
    box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #21262c
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #0b0d0f
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(33, 38, 44, 0.5);
    box-shadow: 0 0 0 .2rem rgba(33, 38, 44, 0.5)
}

.badge-default {
    color: #212529;
    background-color: #dee2e6
}

a.badge-default:hover,
a.badge-default:focus {
    color: #212529;
    background-color: #c1c9d0
}

a.badge-default:focus,
a.badge-default.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 226, 230, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 226, 230, 0.5)
}

.badge-white {
    color: #212529;
    background-color: #fff
}

a.badge-white:hover,
a.badge-white:focus {
    color: #212529;
    background-color: #e6e6e6
}

a.badge-white:focus,
a.badge-white.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.badge-darker {
    color: #fff;
    background-color: #000
}

a.badge-darker:hover,
a.badge-darker:focus {
    color: #fff;
    background-color: #000
}

a.badge-darker:focus,
a.badge-darker.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 480px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.925rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #244279;
    background-color: #d8e3f8;
    border-color: #c8d8f5
}

.alert-primary hr {
    border-top-color: #b2c9f1
}

.alert-primary .alert-link {
    color: #182d52
}

.alert-secondary {
    color: #3d4348;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #26292c
}

.alert-success {
    color: #1d714e;
    background-color: #d5f5e7;
    border-color: #c4f1de
}

.alert-success hr {
    border-top-color: #afecd2
}

.alert-success .alert-link {
    color: #134832
}

.alert-info {
    color: #12648b;
    background-color: #d1f0ff;
    border-color: #bfeaff
}

.alert-info hr {
    border-top-color: #a6e2ff
}

.alert-info .alert-link {
    color: #0c445e
}

.alert-warning {
    color: #875d07;
    background-color: #feedcc;
    border-color: #fee6b8
}

.alert-warning hr {
    border-top-color: #fedd9f
}

.alert-warning .alert-link {
    color: #573c04
}

.alert-danger {
    color: #83282e;
    background-color: #fcd9db;
    border-color: #fbcacc
}

.alert-danger hr {
    border-top-color: #f9b2b5
}

.alert-danger .alert-link {
    color: #5c1c20
}

.alert-light {
    color: #7c7f85;
    background-color: #fafbfc;
    border-color: #f8f9fb
}

.alert-light hr {
    border-top-color: #e8ebf2
}

.alert-light .alert-link {
    color: #63666b
}

.alert-dark {
    color: #161a1e;
    background-color: #d3d4d5;
    border-color: #c1c2c4
}

.alert-dark hr {
    border-top-color: #b4b5b8
}

.alert-dark .alert-link {
    color: #000101
}

.alert-default {
    color: #797c7f;
    background-color: #f8f9fa;
    border-color: #f6f7f8
}

.alert-default hr {
    border-top-color: #e8eaed
}

.alert-default .alert-link {
    color: #606365
}

.alert-white {
    color: #8a8b8c;
    background-color: #fff;
    border-color: #fff
}

.alert-white hr {
    border-top-color: #f2f2f2
}

.alert-white .alert-link {
    color: #717272
}

.alert-darker {
    color: #050607;
    background-color: #ccc;
    border-color: #b8b8b8
}

.alert-darker hr {
    border-top-color: #ababab
}

.alert-darker .alert-link {
    color: #000
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .7125rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #3b73da;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #495057;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(11, 13, 15, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3b73da;
    border-color: #3b73da
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 480px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-sm .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-md .list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-md .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-lg .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xl .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1600px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-xxl .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xxl .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xxl .list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xxl .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xxl .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #244279;
    background-color: #c8d8f5
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #244279;
    background-color: #b2c9f1
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #244279;
    border-color: #244279
}

.list-group-item-secondary {
    color: #3d4348;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #3d4348;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #3d4348;
    border-color: #3d4348
}

.list-group-item-success {
    color: #1d714e;
    background-color: #c4f1de
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #1d714e;
    background-color: #afecd2
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #1d714e;
    border-color: #1d714e
}

.list-group-item-info {
    color: #12648b;
    background-color: #bfeaff
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #12648b;
    background-color: #a6e2ff
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #12648b;
    border-color: #12648b
}

.list-group-item-warning {
    color: #875d07;
    background-color: #fee6b8
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #875d07;
    background-color: #fedd9f
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #875d07;
    border-color: #875d07
}

.list-group-item-danger {
    color: #83282e;
    background-color: #fbcacc
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #83282e;
    background-color: #f9b2b5
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #83282e;
    border-color: #83282e
}

.list-group-item-light {
    color: #7c7f85;
    background-color: #f8f9fb
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #7c7f85;
    background-color: #e8ebf2
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7c7f85;
    border-color: #7c7f85
}

.list-group-item-dark {
    color: #161a1e;
    background-color: #c1c2c4
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #161a1e;
    background-color: #b4b5b8
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #161a1e;
    border-color: #161a1e
}

.list-group-item-default {
    color: #797c7f;
    background-color: #f6f7f8
}

.list-group-item-default.list-group-item-action:hover,
.list-group-item-default.list-group-item-action:focus {
    color: #797c7f;
    background-color: #e8eaed
}

.list-group-item-default.list-group-item-action.active {
    color: #fff;
    background-color: #797c7f;
    border-color: #797c7f
}

.list-group-item-white {
    color: #8a8b8c;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
    color: #8a8b8c;
    background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #8a8b8c;
    border-color: #8a8b8c
}

.list-group-item-darker {
    color: #050607;
    background-color: #b8b8b8
}

.list-group-item-darker.list-group-item-action:hover,
.list-group-item-darker.list-group-item-action:focus {
    color: #050607;
    background-color: #ababab
}

.list-group-item-darker.list-group-item-action.active {
    color: #fff;
    background-color: #050607;
    border-color: #050607
}

.close {
    float: right;
    font-size: 1.425rem;
    font-weight: 700;
    line-height: 1;
    color: #0b0d0f;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

@media (max-width: 1200px) {
    .close {
        font-size: calc(1.2675rem + .21vw)
    }
}

.close:hover {
    color: #0b0d0f;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(11, 13, 15, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #0b0d0f
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #f0f2f4;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #f0f2f4;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 480px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .83125rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #0b0d0f
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #0b0d0f
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #0b0d0f
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #0b0d0f
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #0b0d0f;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .83125rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(11, 13, 15, 0.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(11, 13, 15, 0.25)
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(11, 13, 15, 0.25)
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(11, 13, 15, 0.25)
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(11, 13, 15, 0.25)
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .95rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #495057
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #3b73da !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #245abe !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #2dce89 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #24a46d !important
}

.bg-info {
    background-color: #19b5fe !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #019be3 !important
}

.bg-warning {
    background-color: #faa700 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #c78500 !important
}

.bg-danger {
    background-color: #f1414a !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #ee121d !important
}

.bg-light {
    background-color: #e5e9f2 !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #c3cce1 !important
}

.bg-dark {
    background-color: #21262c !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #0b0d0f !important
}

.bg-default {
    background-color: #dee2e6 !important
}

a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
    background-color: #c1c9d0 !important
}

.bg-white {
    background-color: #fff !important
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e6e6 !important
}

.bg-darker {
    background-color: #000 !important
}

a.bg-darker:hover,
a.bg-darker:focus,
button.bg-darker:hover,
button.bg-darker:focus {
    background-color: #000 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #f0f2f4 !important
}

.border-top {
    border-top: 1px solid #f0f2f4 !important
}

.border-right {
    border-right: 1px solid #f0f2f4 !important
}

.border-bottom {
    border-bottom: 1px solid #f0f2f4 !important
}

.border-left {
    border-left: 1px solid #f0f2f4 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #3b73da !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #2dce89 !important
}

.border-info {
    border-color: #19b5fe !important
}

.border-warning {
    border-color: #faa700 !important
}

.border-danger {
    border-color: #f1414a !important
}

.border-light {
    border-color: #e5e9f2 !important
}

.border-dark {
    border-color: #21262c !important
}

.border-default {
    border-color: #dee2e6 !important
}

.border-white {
    border-color: #fff !important
}

.border-darker {
    border-color: #000 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 480px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1600px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 480px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1600px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 480px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1600px) {
    .float-xxl-left {
        float: left !important
    }
    .float-xxl-right {
        float: right !important
    }
    .float-xxl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(11, 13, 15, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(11, 13, 15, 0.075) !important
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(11, 13, 15, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(11, 13, 15, 0.15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(11, 13, 15, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(11, 13, 15, 0.175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 480px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1600px) {
    .m-xxl-0 {
        margin: 0 !important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }
    .m-xxl-n1 {
        margin: -.25rem !important
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }
    .m-xxl-n2 {
        margin: -.5rem !important
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }
    .m-xxl-n3 {
        margin: -1rem !important
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }
    .m-xxl-n4 {
        margin: -1.5rem !important
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xxl-n5 {
        margin: -3rem !important
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 480px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1600px) {
    .text-xxl-left {
        text-align: left !important
    }
    .text-xxl-right {
        text-align: right !important
    }
    .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: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #3b73da !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #2050a9 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #2dce89 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #1f8f5f !important
}

.text-info {
    color: #19b5fe !important
}

a.text-info:hover,
a.text-info:focus {
    color: #018aca !important
}

.text-warning {
    color: #faa700 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ae7400 !important
}

.text-danger {
    color: #f1414a !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #d6101a !important
}

.text-light {
    color: #e5e9f2 !important
}

a.text-light:hover,
a.text-light:focus {
    color: #b2bed9 !important
}

.text-dark {
    color: #21262c !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #000 !important
}

.text-default {
    color: #dee2e6 !important
}

a.text-default:hover,
a.text-default:focus {
    color: #b2bcc5 !important
}

.text-white {
    color: #fff !important
}

a.text-white:hover,
a.text-white:focus {
    color: #d9d9d9 !important
}

.text-darker {
    color: #000 !important
}

a.text-darker:hover,
a.text-darker:focus {
    color: #000 !important
}

.text-body {
    color: #495057 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(11, 13, 15, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-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
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar,
    .main-navbar {
        display: none
    }
    .badge {
        border: 1px solid #0b0d0f
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #f0f2f4
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #f0f2f4
    }
}

.wrapper {
    overflow: hidden;
    min-height: 80vh;
    position: relative
}

.navbar-top-fixed .wrapper {
    margin-top: 3.25rem
}

@media (min-width: 992px) {
    .navbar-top-fixed .wrapper {
        margin-top: 4.0625rem
    }
}

pre,
pre code {
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    -moz-tab-size: 3;
    -o-tab-size: 3;
    tab-size: 3;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    border: none;
    border-radius: .25rem
}

pre {
    background-color: #f8f9fa;
    padding: 1rem
}

blockquote,
.blockquote {
    font-style: italic;
    padding: .5rem;
    border-left: 0.25rem solid #f8f9fa
}

blockquote-reverse,
.blockquote-reverse {
    border-left: 0;
    border-right: 0.25rem solid #f8f9fa
}

.w-3 {
    width: .189rem !important
}

.w-5 {
    width: .315rem !important
}

.w-10 {
    width: .63rem !important
}

.w-15 {
    width: .945rem !important
}

.w-20 {
    width: 1.26rem !important
}

.w-25 {
    width: 1.575rem !important
}

.w-30 {
    width: 1.89rem !important
}

.w-35 {
    width: 2.205rem !important
}

.w-40 {
    width: 2.52rem !important
}

.w-50 {
    width: 3.15rem !important
}

.w-60 {
    width: 3.78rem !important
}

.w-70 {
    width: 4.41rem !important
}

.w-80 {
    width: 5.04rem !important
}

.w-90 {
    width: 5.67rem !important
}

.w-100 {
    width: 6.3rem !important
}

.w-150 {
    width: 9.45rem !important
}

.w-200 {
    width: 12.6rem !important
}

.w-250 {
    width: 15.75rem !important
}

.w-300 {
    width: 18.9rem !important
}

.w-350 {
    width: 22.05rem !important
}

.w-400 {
    width: 25.2rem !important
}

.w-450 {
    width: 28.35rem !important
}

.w-500 {
    width: 31.5rem !important
}

.w-550 {
    width: 34.65rem !important
}

.w-600 {
    width: 37.8rem !important
}

.w-650 {
    width: 40.95rem !important
}

.w-p5 {
    width: 5% !important
}

.w-p10 {
    width: 10% !important
}

.w-p15 {
    width: 15% !important
}

.w-p20 {
    width: 20% !important
}

.w-p25 {
    width: 25% !important
}

.w-p30 {
    width: 30% !important
}

.w-p33 {
    width: 33.3333% !important
}

.w-p40 {
    width: 40% !important
}

.w-p50 {
    width: 50% !important
}

.w-p60 {
    width: 60% !important
}

.w-p70 {
    width: 70% !important
}

.w-p75 {
    width: 75% !important
}

.w-p80 {
    width: 80% !important
}

.w-p100 {
    width: 100% !important
}

.w-full {
    width: 100% !important
}

.h-3 {
    height: .189rem !important
}

.h-5 {
    height: .315rem !important
}

.h-10 {
    height: .63rem !important
}

.h-15 {
    height: .945rem !important
}

.h-20 {
    height: 1.26rem !important
}

.h-25 {
    height: 1.575rem !important
}

.h-30 {
    height: 1.89rem !important
}

.h-35 {
    height: 2.205rem !important
}

.h-40 {
    height: 2.52rem !important
}

.h-50 {
    height: 3.15rem !important
}

.h-60 {
    height: 3.78rem !important
}

.h-70 {
    height: 4.41rem !important
}

.h-80 {
    height: 5.04rem !important
}

.h-90 {
    height: 5.67rem !important
}

.h-100 {
    height: 6.3rem !important
}

.h-150 {
    height: 9.45rem !important
}

.h-200 {
    height: 12.6rem !important
}

.h-250 {
    height: 15.75rem !important
}

.h-300 {
    height: 18.9rem !important
}

.h-350 {
    height: 22.05rem !important
}

.h-400 {
    height: 25.2rem !important
}

.h-450 {
    height: 28.35rem !important
}

.h-500 {
    height: 31.5rem !important
}

.h-550 {
    height: 34.65rem !important
}

.h-600 {
    height: 37.8rem !important
}

.h-650 {
    height: 40.95rem !important
}

.h-p5 {
    height: 5% !important
}

.h-p10 {
    height: 10% !important
}

.h-p15 {
    height: 15% !important
}

.h-p20 {
    height: 20% !important
}

.h-p25 {
    height: 25% !important
}

.h-p30 {
    height: 30% !important
}

.h-p33 {
    height: 33.3333% !important
}

.h-p40 {
    height: 40% !important
}

.h-p50 {
    height: 50% !important
}

.h-p60 {
    height: 60% !important
}

.h-p70 {
    height: 70% !important
}

.h-p75 {
    height: 75% !important
}

.h-p80 {
    height: 80% !important
}

.h-p100 {
    height: 100% !important
}

.h-full {
    height: 100% !important
}

@media (min-width: 480px) {
    .w-sm-3 {
        width: .189rem !important
    }
    .w-sm-5 {
        width: .315rem !important
    }
    .w-sm-10 {
        width: .63rem !important
    }
    .w-sm-15 {
        width: .945rem !important
    }
    .w-sm-20 {
        width: 1.26rem !important
    }
    .w-sm-25 {
        width: 1.575rem !important
    }
    .w-sm-30 {
        width: 1.89rem !important
    }
    .w-sm-35 {
        width: 2.205rem !important
    }
    .w-sm-40 {
        width: 2.52rem !important
    }
    .w-sm-50 {
        width: 3.15rem !important
    }
    .w-sm-60 {
        width: 3.78rem !important
    }
    .w-sm-70 {
        width: 4.41rem !important
    }
    .w-sm-80 {
        width: 5.04rem !important
    }
    .w-sm-90 {
        width: 5.67rem !important
    }
    .w-sm-100 {
        width: 6.3rem !important
    }
    .w-sm-150 {
        width: 9.45rem !important
    }
    .w-sm-200 {
        width: 12.6rem !important
    }
    .w-sm-250 {
        width: 15.75rem !important
    }
    .w-sm-300 {
        width: 18.9rem !important
    }
    .w-sm-350 {
        width: 22.05rem !important
    }
    .w-sm-400 {
        width: 25.2rem !important
    }
    .w-sm-450 {
        width: 28.35rem !important
    }
    .w-sm-500 {
        width: 31.5rem !important
    }
    .w-sm-550 {
        width: 34.65rem !important
    }
    .w-sm-600 {
        width: 37.8rem !important
    }
    .w-sm-650 {
        width: 40.95rem !important
    }
    .w-sm-p5 {
        width: 5% !important
    }
    .w-sm-p10 {
        width: 10% !important
    }
    .w-sm-p15 {
        width: 15% !important
    }
    .w-sm-p20 {
        width: 20% !important
    }
    .w-sm-p25 {
        width: 25% !important
    }
    .w-sm-p30 {
        width: 30% !important
    }
    .w-sm-p33 {
        width: 33.3333% !important
    }
    .w-sm-p40 {
        width: 40% !important
    }
    .w-sm-p50 {
        width: 50% !important
    }
    .w-sm-p60 {
        width: 60% !important
    }
    .w-sm-p70 {
        width: 70% !important
    }
    .w-sm-p75 {
        width: 75% !important
    }
    .w-sm-p80 {
        width: 80% !important
    }
    .w-sm-p100 {
        width: 100% !important
    }
    .w-sm-full {
        width: 100% !important
    }
    .h-sm-3 {
        height: .189rem !important
    }
    .h-sm-5 {
        height: .315rem !important
    }
    .h-sm-10 {
        height: .63rem !important
    }
    .h-sm-15 {
        height: .945rem !important
    }
    .h-sm-20 {
        height: 1.26rem !important
    }
    .h-sm-25 {
        height: 1.575rem !important
    }
    .h-sm-30 {
        height: 1.89rem !important
    }
    .h-sm-35 {
        height: 2.205rem !important
    }
    .h-sm-40 {
        height: 2.52rem !important
    }
    .h-sm-50 {
        height: 3.15rem !important
    }
    .h-sm-60 {
        height: 3.78rem !important
    }
    .h-sm-70 {
        height: 4.41rem !important
    }
    .h-sm-80 {
        height: 5.04rem !important
    }
    .h-sm-90 {
        height: 5.67rem !important
    }
    .h-sm-100 {
        height: 6.3rem !important
    }
    .h-sm-150 {
        height: 9.45rem !important
    }
    .h-sm-200 {
        height: 12.6rem !important
    }
    .h-sm-250 {
        height: 15.75rem !important
    }
    .h-sm-300 {
        height: 18.9rem !important
    }
    .h-sm-350 {
        height: 22.05rem !important
    }
    .h-sm-400 {
        height: 25.2rem !important
    }
    .h-sm-450 {
        height: 28.35rem !important
    }
    .h-sm-500 {
        height: 31.5rem !important
    }
    .h-sm-550 {
        height: 34.65rem !important
    }
    .h-sm-600 {
        height: 37.8rem !important
    }
    .h-sm-650 {
        height: 40.95rem !important
    }
    .h-sm-p5 {
        height: 5% !important
    }
    .h-sm-p10 {
        height: 10% !important
    }
    .h-sm-p15 {
        height: 15% !important
    }
    .h-sm-p20 {
        height: 20% !important
    }
    .h-sm-p25 {
        height: 25% !important
    }
    .h-sm-p30 {
        height: 30% !important
    }
    .h-sm-p33 {
        height: 33.3333% !important
    }
    .h-sm-p40 {
        height: 40% !important
    }
    .h-sm-p50 {
        height: 50% !important
    }
    .h-sm-p60 {
        height: 60% !important
    }
    .h-sm-p70 {
        height: 70% !important
    }
    .h-sm-p75 {
        height: 75% !important
    }
    .h-sm-p80 {
        height: 80% !important
    }
    .h-sm-p100 {
        height: 100% !important
    }
    .h-sm-full {
        height: 100% !important
    }
}

@media (min-width: 768px) {
    .w-md-3 {
        width: .189rem !important
    }
    .w-md-5 {
        width: .315rem !important
    }
    .w-md-10 {
        width: .63rem !important
    }
    .w-md-15 {
        width: .945rem !important
    }
    .w-md-20 {
        width: 1.26rem !important
    }
    .w-md-25 {
        width: 1.575rem !important
    }
    .w-md-30 {
        width: 1.89rem !important
    }
    .w-md-35 {
        width: 2.205rem !important
    }
    .w-md-40 {
        width: 2.52rem !important
    }
    .w-md-50 {
        width: 3.15rem !important
    }
    .w-md-60 {
        width: 3.78rem !important
    }
    .w-md-70 {
        width: 4.41rem !important
    }
    .w-md-80 {
        width: 5.04rem !important
    }
    .w-md-90 {
        width: 5.67rem !important
    }
    .w-md-100 {
        width: 6.3rem !important
    }
    .w-md-150 {
        width: 9.45rem !important
    }
    .w-md-200 {
        width: 12.6rem !important
    }
    .w-md-250 {
        width: 15.75rem !important
    }
    .w-md-300 {
        width: 18.9rem !important
    }
    .w-md-350 {
        width: 22.05rem !important
    }
    .w-md-400 {
        width: 25.2rem !important
    }
    .w-md-450 {
        width: 28.35rem !important
    }
    .w-md-500 {
        width: 31.5rem !important
    }
    .w-md-550 {
        width: 34.65rem !important
    }
    .w-md-600 {
        width: 37.8rem !important
    }
    .w-md-650 {
        width: 40.95rem !important
    }
    .w-md-p5 {
        width: 5% !important
    }
    .w-md-p10 {
        width: 10% !important
    }
    .w-md-p15 {
        width: 15% !important
    }
    .w-md-p20 {
        width: 20% !important
    }
    .w-md-p25 {
        width: 25% !important
    }
    .w-md-p30 {
        width: 30% !important
    }
    .w-md-p33 {
        width: 33.3333% !important
    }
    .w-md-p40 {
        width: 40% !important
    }
    .w-md-p50 {
        width: 50% !important
    }
    .w-md-p60 {
        width: 60% !important
    }
    .w-md-p70 {
        width: 70% !important
    }
    .w-md-p75 {
        width: 75% !important
    }
    .w-md-p80 {
        width: 80% !important
    }
    .w-md-p100 {
        width: 100% !important
    }
    .w-md-full {
        width: 100% !important
    }
    .h-md-3 {
        height: .189rem !important
    }
    .h-md-5 {
        height: .315rem !important
    }
    .h-md-10 {
        height: .63rem !important
    }
    .h-md-15 {
        height: .945rem !important
    }
    .h-md-20 {
        height: 1.26rem !important
    }
    .h-md-25 {
        height: 1.575rem !important
    }
    .h-md-30 {
        height: 1.89rem !important
    }
    .h-md-35 {
        height: 2.205rem !important
    }
    .h-md-40 {
        height: 2.52rem !important
    }
    .h-md-50 {
        height: 3.15rem !important
    }
    .h-md-60 {
        height: 3.78rem !important
    }
    .h-md-70 {
        height: 4.41rem !important
    }
    .h-md-80 {
        height: 5.04rem !important
    }
    .h-md-90 {
        height: 5.67rem !important
    }
    .h-md-100 {
        height: 6.3rem !important
    }
    .h-md-150 {
        height: 9.45rem !important
    }
    .h-md-200 {
        height: 12.6rem !important
    }
    .h-md-250 {
        height: 15.75rem !important
    }
    .h-md-300 {
        height: 18.9rem !important
    }
    .h-md-350 {
        height: 22.05rem !important
    }
    .h-md-400 {
        height: 25.2rem !important
    }
    .h-md-450 {
        height: 28.35rem !important
    }
    .h-md-500 {
        height: 31.5rem !important
    }
    .h-md-550 {
        height: 34.65rem !important
    }
    .h-md-600 {
        height: 37.8rem !important
    }
    .h-md-650 {
        height: 40.95rem !important
    }
    .h-md-p5 {
        height: 5% !important
    }
    .h-md-p10 {
        height: 10% !important
    }
    .h-md-p15 {
        height: 15% !important
    }
    .h-md-p20 {
        height: 20% !important
    }
    .h-md-p25 {
        height: 25% !important
    }
    .h-md-p30 {
        height: 30% !important
    }
    .h-md-p33 {
        height: 33.3333% !important
    }
    .h-md-p40 {
        height: 40% !important
    }
    .h-md-p50 {
        height: 50% !important
    }
    .h-md-p60 {
        height: 60% !important
    }
    .h-md-p70 {
        height: 70% !important
    }
    .h-md-p75 {
        height: 75% !important
    }
    .h-md-p80 {
        height: 80% !important
    }
    .h-md-p100 {
        height: 100% !important
    }
    .h-md-full {
        height: 100% !important
    }
}

@media (min-width: 992px) {
    .w-lg-3 {
        width: .189rem !important
    }
    .w-lg-5 {
        width: .315rem !important
    }
    .w-lg-10 {
        width: .63rem !important
    }
    .w-lg-15 {
        width: .945rem !important
    }
    .w-lg-20 {
        width: 1.26rem !important
    }
    .w-lg-25 {
        width: 1.575rem !important
    }
    .w-lg-30 {
        width: 1.89rem !important
    }
    .w-lg-35 {
        width: 2.205rem !important
    }
    .w-lg-40 {
        width: 2.52rem !important
    }
    .w-lg-50 {
        width: 3.15rem !important
    }
    .w-lg-60 {
        width: 3.78rem !important
    }
    .w-lg-70 {
        width: 4.41rem !important
    }
    .w-lg-80 {
        width: 5.04rem !important
    }
    .w-lg-90 {
        width: 5.67rem !important
    }
    .w-lg-100 {
        width: 6.3rem !important
    }
    .w-lg-150 {
        width: 9.45rem !important
    }
    .w-lg-200 {
        width: 12.6rem !important
    }
    .w-lg-250 {
        width: 15.75rem !important
    }
    .w-lg-300 {
        width: 18.9rem !important
    }
    .w-lg-350 {
        width: 22.05rem !important
    }
    .w-lg-400 {
        width: 25.2rem !important
    }
    .w-lg-450 {
        width: 28.35rem !important
    }
    .w-lg-500 {
        width: 31.5rem !important
    }
    .w-lg-550 {
        width: 34.65rem !important
    }
    .w-lg-600 {
        width: 37.8rem !important
    }
    .w-lg-650 {
        width: 40.95rem !important
    }
    .w-lg-p5 {
        width: 5% !important
    }
    .w-lg-p10 {
        width: 10% !important
    }
    .w-lg-p15 {
        width: 15% !important
    }
    .w-lg-p20 {
        width: 20% !important
    }
    .w-lg-p25 {
        width: 25% !important
    }
    .w-lg-p30 {
        width: 30% !important
    }
    .w-lg-p33 {
        width: 33.3333% !important
    }
    .w-lg-p40 {
        width: 40% !important
    }
    .w-lg-p50 {
        width: 50% !important
    }
    .w-lg-p60 {
        width: 60% !important
    }
    .w-lg-p70 {
        width: 70% !important
    }
    .w-lg-p75 {
        width: 75% !important
    }
    .w-lg-p80 {
        width: 80% !important
    }
    .w-lg-p100 {
        width: 100% !important
    }
    .w-lg-full {
        width: 100% !important
    }
    .h-lg-3 {
        height: .189rem !important
    }
    .h-lg-5 {
        height: .315rem !important
    }
    .h-lg-10 {
        height: .63rem !important
    }
    .h-lg-15 {
        height: .945rem !important
    }
    .h-lg-20 {
        height: 1.26rem !important
    }
    .h-lg-25 {
        height: 1.575rem !important
    }
    .h-lg-30 {
        height: 1.89rem !important
    }
    .h-lg-35 {
        height: 2.205rem !important
    }
    .h-lg-40 {
        height: 2.52rem !important
    }
    .h-lg-50 {
        height: 3.15rem !important
    }
    .h-lg-60 {
        height: 3.78rem !important
    }
    .h-lg-70 {
        height: 4.41rem !important
    }
    .h-lg-80 {
        height: 5.04rem !important
    }
    .h-lg-90 {
        height: 5.67rem !important
    }
    .h-lg-100 {
        height: 6.3rem !important
    }
    .h-lg-150 {
        height: 9.45rem !important
    }
    .h-lg-200 {
        height: 12.6rem !important
    }
    .h-lg-250 {
        height: 15.75rem !important
    }
    .h-lg-300 {
        height: 18.9rem !important
    }
    .h-lg-350 {
        height: 22.05rem !important
    }
    .h-lg-400 {
        height: 25.2rem !important
    }
    .h-lg-450 {
        height: 28.35rem !important
    }
    .h-lg-500 {
        height: 31.5rem !important
    }
    .h-lg-550 {
        height: 34.65rem !important
    }
    .h-lg-600 {
        height: 37.8rem !important
    }
    .h-lg-650 {
        height: 40.95rem !important
    }
    .h-lg-p5 {
        height: 5% !important
    }
    .h-lg-p10 {
        height: 10% !important
    }
    .h-lg-p15 {
        height: 15% !important
    }
    .h-lg-p20 {
        height: 20% !important
    }
    .h-lg-p25 {
        height: 25% !important
    }
    .h-lg-p30 {
        height: 30% !important
    }
    .h-lg-p33 {
        height: 33.3333% !important
    }
    .h-lg-p40 {
        height: 40% !important
    }
    .h-lg-p50 {
        height: 50% !important
    }
    .h-lg-p60 {
        height: 60% !important
    }
    .h-lg-p70 {
        height: 70% !important
    }
    .h-lg-p75 {
        height: 75% !important
    }
    .h-lg-p80 {
        height: 80% !important
    }
    .h-lg-p100 {
        height: 100% !important
    }
    .h-lg-full {
        height: 100% !important
    }
}

@media (min-width: 1200px) {
    .w-xl-3 {
        width: .189rem !important
    }
    .w-xl-5 {
        width: .315rem !important
    }
    .w-xl-10 {
        width: .63rem !important
    }
    .w-xl-15 {
        width: .945rem !important
    }
    .w-xl-20 {
        width: 1.26rem !important
    }
    .w-xl-25 {
        width: 1.575rem !important
    }
    .w-xl-30 {
        width: 1.89rem !important
    }
    .w-xl-35 {
        width: 2.205rem !important
    }
    .w-xl-40 {
        width: 2.52rem !important
    }
    .w-xl-50 {
        width: 3.15rem !important
    }
    .w-xl-60 {
        width: 3.78rem !important
    }
    .w-xl-70 {
        width: 4.41rem !important
    }
    .w-xl-80 {
        width: 5.04rem !important
    }
    .w-xl-90 {
        width: 5.67rem !important
    }
    .w-xl-100 {
        width: 6.3rem !important
    }
    .w-xl-150 {
        width: 9.45rem !important
    }
    .w-xl-200 {
        width: 12.6rem !important
    }
    .w-xl-250 {
        width: 15.75rem !important
    }
    .w-xl-300 {
        width: 18.9rem !important
    }
    .w-xl-350 {
        width: 22.05rem !important
    }
    .w-xl-400 {
        width: 25.2rem !important
    }
    .w-xl-450 {
        width: 28.35rem !important
    }
    .w-xl-500 {
        width: 31.5rem !important
    }
    .w-xl-550 {
        width: 34.65rem !important
    }
    .w-xl-600 {
        width: 37.8rem !important
    }
    .w-xl-650 {
        width: 40.95rem !important
    }
    .w-xl-p5 {
        width: 5% !important
    }
    .w-xl-p10 {
        width: 10% !important
    }
    .w-xl-p15 {
        width: 15% !important
    }
    .w-xl-p20 {
        width: 20% !important
    }
    .w-xl-p25 {
        width: 25% !important
    }
    .w-xl-p30 {
        width: 30% !important
    }
    .w-xl-p33 {
        width: 33.3333% !important
    }
    .w-xl-p40 {
        width: 40% !important
    }
    .w-xl-p50 {
        width: 50% !important
    }
    .w-xl-p60 {
        width: 60% !important
    }
    .w-xl-p70 {
        width: 70% !important
    }
    .w-xl-p75 {
        width: 75% !important
    }
    .w-xl-p80 {
        width: 80% !important
    }
    .w-xl-p100 {
        width: 100% !important
    }
    .w-xl-full {
        width: 100% !important
    }
    .h-xl-3 {
        height: .189rem !important
    }
    .h-xl-5 {
        height: .315rem !important
    }
    .h-xl-10 {
        height: .63rem !important
    }
    .h-xl-15 {
        height: .945rem !important
    }
    .h-xl-20 {
        height: 1.26rem !important
    }
    .h-xl-25 {
        height: 1.575rem !important
    }
    .h-xl-30 {
        height: 1.89rem !important
    }
    .h-xl-35 {
        height: 2.205rem !important
    }
    .h-xl-40 {
        height: 2.52rem !important
    }
    .h-xl-50 {
        height: 3.15rem !important
    }
    .h-xl-60 {
        height: 3.78rem !important
    }
    .h-xl-70 {
        height: 4.41rem !important
    }
    .h-xl-80 {
        height: 5.04rem !important
    }
    .h-xl-90 {
        height: 5.67rem !important
    }
    .h-xl-100 {
        height: 6.3rem !important
    }
    .h-xl-150 {
        height: 9.45rem !important
    }
    .h-xl-200 {
        height: 12.6rem !important
    }
    .h-xl-250 {
        height: 15.75rem !important
    }
    .h-xl-300 {
        height: 18.9rem !important
    }
    .h-xl-350 {
        height: 22.05rem !important
    }
    .h-xl-400 {
        height: 25.2rem !important
    }
    .h-xl-450 {
        height: 28.35rem !important
    }
    .h-xl-500 {
        height: 31.5rem !important
    }
    .h-xl-550 {
        height: 34.65rem !important
    }
    .h-xl-600 {
        height: 37.8rem !important
    }
    .h-xl-650 {
        height: 40.95rem !important
    }
    .h-xl-p5 {
        height: 5% !important
    }
    .h-xl-p10 {
        height: 10% !important
    }
    .h-xl-p15 {
        height: 15% !important
    }
    .h-xl-p20 {
        height: 20% !important
    }
    .h-xl-p25 {
        height: 25% !important
    }
    .h-xl-p30 {
        height: 30% !important
    }
    .h-xl-p33 {
        height: 33.3333% !important
    }
    .h-xl-p40 {
        height: 40% !important
    }
    .h-xl-p50 {
        height: 50% !important
    }
    .h-xl-p60 {
        height: 60% !important
    }
    .h-xl-p70 {
        height: 70% !important
    }
    .h-xl-p75 {
        height: 75% !important
    }
    .h-xl-p80 {
        height: 80% !important
    }
    .h-xl-p100 {
        height: 100% !important
    }
    .h-xl-full {
        height: 100% !important
    }
}

@media (min-width: 1600px) {
    .w-xxl-3 {
        width: .189rem !important
    }
    .w-xxl-5 {
        width: .315rem !important
    }
    .w-xxl-10 {
        width: .63rem !important
    }
    .w-xxl-15 {
        width: .945rem !important
    }
    .w-xxl-20 {
        width: 1.26rem !important
    }
    .w-xxl-25 {
        width: 1.575rem !important
    }
    .w-xxl-30 {
        width: 1.89rem !important
    }
    .w-xxl-35 {
        width: 2.205rem !important
    }
    .w-xxl-40 {
        width: 2.52rem !important
    }
    .w-xxl-50 {
        width: 3.15rem !important
    }
    .w-xxl-60 {
        width: 3.78rem !important
    }
    .w-xxl-70 {
        width: 4.41rem !important
    }
    .w-xxl-80 {
        width: 5.04rem !important
    }
    .w-xxl-90 {
        width: 5.67rem !important
    }
    .w-xxl-100 {
        width: 6.3rem !important
    }
    .w-xxl-150 {
        width: 9.45rem !important
    }
    .w-xxl-200 {
        width: 12.6rem !important
    }
    .w-xxl-250 {
        width: 15.75rem !important
    }
    .w-xxl-300 {
        width: 18.9rem !important
    }
    .w-xxl-350 {
        width: 22.05rem !important
    }
    .w-xxl-400 {
        width: 25.2rem !important
    }
    .w-xxl-450 {
        width: 28.35rem !important
    }
    .w-xxl-500 {
        width: 31.5rem !important
    }
    .w-xxl-550 {
        width: 34.65rem !important
    }
    .w-xxl-600 {
        width: 37.8rem !important
    }
    .w-xxl-650 {
        width: 40.95rem !important
    }
    .w-xxl-p5 {
        width: 5% !important
    }
    .w-xxl-p10 {
        width: 10% !important
    }
    .w-xxl-p15 {
        width: 15% !important
    }
    .w-xxl-p20 {
        width: 20% !important
    }
    .w-xxl-p25 {
        width: 25% !important
    }
    .w-xxl-p30 {
        width: 30% !important
    }
    .w-xxl-p33 {
        width: 33.3333% !important
    }
    .w-xxl-p40 {
        width: 40% !important
    }
    .w-xxl-p50 {
        width: 50% !important
    }
    .w-xxl-p60 {
        width: 60% !important
    }
    .w-xxl-p70 {
        width: 70% !important
    }
    .w-xxl-p75 {
        width: 75% !important
    }
    .w-xxl-p80 {
        width: 80% !important
    }
    .w-xxl-p100 {
        width: 100% !important
    }
    .w-xxl-full {
        width: 100% !important
    }
    .h-xxl-3 {
        height: .189rem !important
    }
    .h-xxl-5 {
        height: .315rem !important
    }
    .h-xxl-10 {
        height: .63rem !important
    }
    .h-xxl-15 {
        height: .945rem !important
    }
    .h-xxl-20 {
        height: 1.26rem !important
    }
    .h-xxl-25 {
        height: 1.575rem !important
    }
    .h-xxl-30 {
        height: 1.89rem !important
    }
    .h-xxl-35 {
        height: 2.205rem !important
    }
    .h-xxl-40 {
        height: 2.52rem !important
    }
    .h-xxl-50 {
        height: 3.15rem !important
    }
    .h-xxl-60 {
        height: 3.78rem !important
    }
    .h-xxl-70 {
        height: 4.41rem !important
    }
    .h-xxl-80 {
        height: 5.04rem !important
    }
    .h-xxl-90 {
        height: 5.67rem !important
    }
    .h-xxl-100 {
        height: 6.3rem !important
    }
    .h-xxl-150 {
        height: 9.45rem !important
    }
    .h-xxl-200 {
        height: 12.6rem !important
    }
    .h-xxl-250 {
        height: 15.75rem !important
    }
    .h-xxl-300 {
        height: 18.9rem !important
    }
    .h-xxl-350 {
        height: 22.05rem !important
    }
    .h-xxl-400 {
        height: 25.2rem !important
    }
    .h-xxl-450 {
        height: 28.35rem !important
    }
    .h-xxl-500 {
        height: 31.5rem !important
    }
    .h-xxl-550 {
        height: 34.65rem !important
    }
    .h-xxl-600 {
        height: 37.8rem !important
    }
    .h-xxl-650 {
        height: 40.95rem !important
    }
    .h-xxl-p5 {
        height: 5% !important
    }
    .h-xxl-p10 {
        height: 10% !important
    }
    .h-xxl-p15 {
        height: 15% !important
    }
    .h-xxl-p20 {
        height: 20% !important
    }
    .h-xxl-p25 {
        height: 25% !important
    }
    .h-xxl-p30 {
        height: 30% !important
    }
    .h-xxl-p33 {
        height: 33.3333% !important
    }
    .h-xxl-p40 {
        height: 40% !important
    }
    .h-xxl-p50 {
        height: 50% !important
    }
    .h-xxl-p60 {
        height: 60% !important
    }
    .h-xxl-p70 {
        height: 70% !important
    }
    .h-xxl-p75 {
        height: 75% !important
    }
    .h-xxl-p80 {
        height: 80% !important
    }
    .h-xxl-p100 {
        height: 100% !important
    }
    .h-xxl-full {
        height: 100% !important
    }
}

.m-3 {
    margin: .189rem !important
}

.mt-3,
.my-3 {
    margin-top: .189rem !important
}

.mr-3,
.mx-3 {
    margin-right: .189rem !important
}

.mb-3,
.my-3 {
    margin-bottom: .189rem !important
}

.ml-3,
.mx-3 {
    margin-left: .189rem !important
}

.m-5 {
    margin: .315rem !important
}

.mt-5,
.my-5 {
    margin-top: .315rem !important
}

.mr-5,
.mx-5 {
    margin-right: .315rem !important
}

.mb-5,
.my-5 {
    margin-bottom: .315rem !important
}

.ml-5,
.mx-5 {
    margin-left: .315rem !important
}

.m-10 {
    margin: .63rem !important
}

.mt-10,
.my-10 {
    margin-top: .63rem !important
}

.mr-10,
.mx-10 {
    margin-right: .63rem !important
}

.mb-10,
.my-10 {
    margin-bottom: .63rem !important
}

.ml-10,
.mx-10 {
    margin-left: .63rem !important
}

.m-15 {
    margin: .945rem !important
}

.mt-15,
.my-15 {
    margin-top: .945rem !important
}

.mr-15,
.mx-15 {
    margin-right: .945rem !important
}

.mb-15,
.my-15 {
    margin-bottom: .945rem !important
}

.ml-15,
.mx-15 {
    margin-left: .945rem !important
}

.m-20 {
    margin: 1.26rem !important
}

.mt-20,
.my-20 {
    margin-top: 1.26rem !important
}

.mr-20,
.mx-20 {
    margin-right: 1.26rem !important
}

.mb-20,
.my-20 {
    margin-bottom: 1.26rem !important
}

.ml-20,
.mx-20 {
    margin-left: 1.26rem !important
}

.m-25 {
    margin: 1.575rem !important
}

.mt-25,
.my-25 {
    margin-top: 1.575rem !important
}

.mr-25,
.mx-25 {
    margin-right: 1.575rem !important
}

.mb-25,
.my-25 {
    margin-bottom: 1.575rem !important
}

.ml-25,
.mx-25 {
    margin-left: 1.575rem !important
}

.m-30 {
    margin: 1.89rem !important
}

.mt-30,
.my-30 {
    margin-top: 1.89rem !important
}

.mr-30,
.mx-30 {
    margin-right: 1.89rem !important
}

.mb-30,
.my-30 {
    margin-bottom: 1.89rem !important
}

.ml-30,
.mx-30 {
    margin-left: 1.89rem !important
}

.m-35 {
    margin: 2.205rem !important
}

.mt-35,
.my-35 {
    margin-top: 2.205rem !important
}

.mr-35,
.mx-35 {
    margin-right: 2.205rem !important
}

.mb-35,
.my-35 {
    margin-bottom: 2.205rem !important
}

.ml-35,
.mx-35 {
    margin-left: 2.205rem !important
}

.m-40 {
    margin: 2.52rem !important
}

.mt-40,
.my-40 {
    margin-top: 2.52rem !important
}

.mr-40,
.mx-40 {
    margin-right: 2.52rem !important
}

.mb-40,
.my-40 {
    margin-bottom: 2.52rem !important
}

.ml-40,
.mx-40 {
    margin-left: 2.52rem !important
}

.m-50 {
    margin: 3.15rem !important
}

.mt-50,
.my-50 {
    margin-top: 3.15rem !important
}

.mr-50,
.mx-50 {
    margin-right: 3.15rem !important
}

.mb-50,
.my-50 {
    margin-bottom: 3.15rem !important
}

.ml-50,
.mx-50 {
    margin-left: 3.15rem !important
}

.m-60 {
    margin: 3.78rem !important
}

.mt-60,
.my-60 {
    margin-top: 3.78rem !important
}

.mr-60,
.mx-60 {
    margin-right: 3.78rem !important
}

.mb-60,
.my-60 {
    margin-bottom: 3.78rem !important
}

.ml-60,
.mx-60 {
    margin-left: 3.78rem !important
}

.m-70 {
    margin: 4.41rem !important
}

.mt-70,
.my-70 {
    margin-top: 4.41rem !important
}

.mr-70,
.mx-70 {
    margin-right: 4.41rem !important
}

.mb-70,
.my-70 {
    margin-bottom: 4.41rem !important
}

.ml-70,
.mx-70 {
    margin-left: 4.41rem !important
}

.m-80 {
    margin: 5.04rem !important
}

.mt-80,
.my-80 {
    margin-top: 5.04rem !important
}

.mr-80,
.mx-80 {
    margin-right: 5.04rem !important
}

.mb-80,
.my-80 {
    margin-bottom: 5.04rem !important
}

.ml-80,
.mx-80 {
    margin-left: 5.04rem !important
}

.m-90 {
    margin: 5.67rem !important
}

.mt-90,
.my-90 {
    margin-top: 5.67rem !important
}

.mr-90,
.mx-90 {
    margin-right: 5.67rem !important
}

.mb-90,
.my-90 {
    margin-bottom: 5.67rem !important
}

.ml-90,
.mx-90 {
    margin-left: 5.67rem !important
}

.m-100 {
    margin: 6.3rem !important
}

.mt-100,
.my-100 {
    margin-top: 6.3rem !important
}

.mr-100,
.mx-100 {
    margin-right: 6.3rem !important
}

.mb-100,
.my-100 {
    margin-bottom: 6.3rem !important
}

.ml-100,
.mx-100 {
    margin-left: 6.3rem !important
}

.m-150 {
    margin: 9.45rem !important
}

.mt-150,
.my-150 {
    margin-top: 9.45rem !important
}

.mr-150,
.mx-150 {
    margin-right: 9.45rem !important
}

.mb-150,
.my-150 {
    margin-bottom: 9.45rem !important
}

.ml-150,
.mx-150 {
    margin-left: 9.45rem !important
}

.m-200 {
    margin: 12.6rem !important
}

.mt-200,
.my-200 {
    margin-top: 12.6rem !important
}

.mr-200,
.mx-200 {
    margin-right: 12.6rem !important
}

.mb-200,
.my-200 {
    margin-bottom: 12.6rem !important
}

.ml-200,
.mx-200 {
    margin-left: 12.6rem !important
}

.m-250 {
    margin: 15.75rem !important
}

.mt-250,
.my-250 {
    margin-top: 15.75rem !important
}

.mr-250,
.mx-250 {
    margin-right: 15.75rem !important
}

.mb-250,
.my-250 {
    margin-bottom: 15.75rem !important
}

.ml-250,
.mx-250 {
    margin-left: 15.75rem !important
}

.m-300 {
    margin: 18.9rem !important
}

.mt-300,
.my-300 {
    margin-top: 18.9rem !important
}

.mr-300,
.mx-300 {
    margin-right: 18.9rem !important
}

.mb-300,
.my-300 {
    margin-bottom: 18.9rem !important
}

.ml-300,
.mx-300 {
    margin-left: 18.9rem !important
}

.m-350 {
    margin: 22.05rem !important
}

.mt-350,
.my-350 {
    margin-top: 22.05rem !important
}

.mr-350,
.mx-350 {
    margin-right: 22.05rem !important
}

.mb-350,
.my-350 {
    margin-bottom: 22.05rem !important
}

.ml-350,
.mx-350 {
    margin-left: 22.05rem !important
}

.m-400 {
    margin: 25.2rem !important
}

.mt-400,
.my-400 {
    margin-top: 25.2rem !important
}

.mr-400,
.mx-400 {
    margin-right: 25.2rem !important
}

.mb-400,
.my-400 {
    margin-bottom: 25.2rem !important
}

.ml-400,
.mx-400 {
    margin-left: 25.2rem !important
}

.m-450 {
    margin: 28.35rem !important
}

.mt-450,
.my-450 {
    margin-top: 28.35rem !important
}

.mr-450,
.mx-450 {
    margin-right: 28.35rem !important
}

.mb-450,
.my-450 {
    margin-bottom: 28.35rem !important
}

.ml-450,
.mx-450 {
    margin-left: 28.35rem !important
}

.m-500 {
    margin: 31.5rem !important
}

.mt-500,
.my-500 {
    margin-top: 31.5rem !important
}

.mr-500,
.mx-500 {
    margin-right: 31.5rem !important
}

.mb-500,
.my-500 {
    margin-bottom: 31.5rem !important
}

.ml-500,
.mx-500 {
    margin-left: 31.5rem !important
}

.m-550 {
    margin: 34.65rem !important
}

.mt-550,
.my-550 {
    margin-top: 34.65rem !important
}

.mr-550,
.mx-550 {
    margin-right: 34.65rem !important
}

.mb-550,
.my-550 {
    margin-bottom: 34.65rem !important
}

.ml-550,
.mx-550 {
    margin-left: 34.65rem !important
}

.m-600 {
    margin: 37.8rem !important
}

.mt-600,
.my-600 {
    margin-top: 37.8rem !important
}

.mr-600,
.mx-600 {
    margin-right: 37.8rem !important
}

.mb-600,
.my-600 {
    margin-bottom: 37.8rem !important
}

.ml-600,
.mx-600 {
    margin-left: 37.8rem !important
}

.m-650 {
    margin: 40.95rem !important
}

.mt-650,
.my-650 {
    margin-top: 40.95rem !important
}

.mr-650,
.mx-650 {
    margin-right: 40.95rem !important
}

.mb-650,
.my-650 {
    margin-bottom: 40.95rem !important
}

.ml-650,
.mx-650 {
    margin-left: 40.95rem !important
}

.m-p5 {
    margin: 5% !important
}

.mt-p5,
.my-p5 {
    margin-top: 5% !important
}

.mr-p5,
.mx-p5 {
    margin-right: 5% !important
}

.mb-p5,
.my-p5 {
    margin-bottom: 5% !important
}

.ml-p5,
.mx-p5 {
    margin-left: 5% !important
}

.m-p10 {
    margin: 10% !important
}

.mt-p10,
.my-p10 {
    margin-top: 10% !important
}

.mr-p10,
.mx-p10 {
    margin-right: 10% !important
}

.mb-p10,
.my-p10 {
    margin-bottom: 10% !important
}

.ml-p10,
.mx-p10 {
    margin-left: 10% !important
}

.m-p15 {
    margin: 15% !important
}

.mt-p15,
.my-p15 {
    margin-top: 15% !important
}

.mr-p15,
.mx-p15 {
    margin-right: 15% !important
}

.mb-p15,
.my-p15 {
    margin-bottom: 15% !important
}

.ml-p15,
.mx-p15 {
    margin-left: 15% !important
}

.m-p20 {
    margin: 20% !important
}

.mt-p20,
.my-p20 {
    margin-top: 20% !important
}

.mr-p20,
.mx-p20 {
    margin-right: 20% !important
}

.mb-p20,
.my-p20 {
    margin-bottom: 20% !important
}

.ml-p20,
.mx-p20 {
    margin-left: 20% !important
}

.m-p25 {
    margin: 25% !important
}

.mt-p25,
.my-p25 {
    margin-top: 25% !important
}

.mr-p25,
.mx-p25 {
    margin-right: 25% !important
}

.mb-p25,
.my-p25 {
    margin-bottom: 25% !important
}

.ml-p25,
.mx-p25 {
    margin-left: 25% !important
}

.m-p30 {
    margin: 30% !important
}

.mt-p30,
.my-p30 {
    margin-top: 30% !important
}

.mr-p30,
.mx-p30 {
    margin-right: 30% !important
}

.mb-p30,
.my-p30 {
    margin-bottom: 30% !important
}

.ml-p30,
.mx-p30 {
    margin-left: 30% !important
}

.m-p33 {
    margin: 33.3333% !important
}

.mt-p33,
.my-p33 {
    margin-top: 33.3333% !important
}

.mr-p33,
.mx-p33 {
    margin-right: 33.3333% !important
}

.mb-p33,
.my-p33 {
    margin-bottom: 33.3333% !important
}

.ml-p33,
.mx-p33 {
    margin-left: 33.3333% !important
}

.m-p40 {
    margin: 40% !important
}

.mt-p40,
.my-p40 {
    margin-top: 40% !important
}

.mr-p40,
.mx-p40 {
    margin-right: 40% !important
}

.mb-p40,
.my-p40 {
    margin-bottom: 40% !important
}

.ml-p40,
.mx-p40 {
    margin-left: 40% !important
}

.m-p50 {
    margin: 50% !important
}

.mt-p50,
.my-p50 {
    margin-top: 50% !important
}

.mr-p50,
.mx-p50 {
    margin-right: 50% !important
}

.mb-p50,
.my-p50 {
    margin-bottom: 50% !important
}

.ml-p50,
.mx-p50 {
    margin-left: 50% !important
}

.m-p60 {
    margin: 60% !important
}

.mt-p60,
.my-p60 {
    margin-top: 60% !important
}

.mr-p60,
.mx-p60 {
    margin-right: 60% !important
}

.mb-p60,
.my-p60 {
    margin-bottom: 60% !important
}

.ml-p60,
.mx-p60 {
    margin-left: 60% !important
}

.m-p70 {
    margin: 70% !important
}

.mt-p70,
.my-p70 {
    margin-top: 70% !important
}

.mr-p70,
.mx-p70 {
    margin-right: 70% !important
}

.mb-p70,
.my-p70 {
    margin-bottom: 70% !important
}

.ml-p70,
.mx-p70 {
    margin-left: 70% !important
}

.m-p75 {
    margin: 75% !important
}

.mt-p75,
.my-p75 {
    margin-top: 75% !important
}

.mr-p75,
.mx-p75 {
    margin-right: 75% !important
}

.mb-p75,
.my-p75 {
    margin-bottom: 75% !important
}

.ml-p75,
.mx-p75 {
    margin-left: 75% !important
}

.m-p80 {
    margin: 80% !important
}

.mt-p80,
.my-p80 {
    margin-top: 80% !important
}

.mr-p80,
.mx-p80 {
    margin-right: 80% !important
}

.mb-p80,
.my-p80 {
    margin-bottom: 80% !important
}

.ml-p80,
.mx-p80 {
    margin-left: 80% !important
}

.m-p100 {
    margin: 100% !important
}

.mt-p100,
.my-p100 {
    margin-top: 100% !important
}

.mr-p100,
.mx-p100 {
    margin-right: 100% !important
}

.mb-p100,
.my-p100 {
    margin-bottom: 100% !important
}

.ml-p100,
.mx-p100 {
    margin-left: 100% !important
}

.p-3 {
    padding: .189rem !important
}

.pt-3,
.py-3 {
    padding-top: .189rem !important
}

.pr-3,
.px-3 {
    padding-right: .189rem !important
}

.pb-3,
.py-3 {
    padding-bottom: .189rem !important
}

.pl-3,
.px-3 {
    padding-left: .189rem !important
}

.p-5 {
    padding: .315rem !important
}

.pt-5,
.py-5 {
    padding-top: .315rem !important
}

.pr-5,
.px-5 {
    padding-right: .315rem !important
}

.pb-5,
.py-5 {
    padding-bottom: .315rem !important
}

.pl-5,
.px-5 {
    padding-left: .315rem !important
}

.p-10 {
    padding: .63rem !important
}

.pt-10,
.py-10 {
    padding-top: .63rem !important
}

.pr-10,
.px-10 {
    padding-right: .63rem !important
}

.pb-10,
.py-10 {
    padding-bottom: .63rem !important
}

.pl-10,
.px-10 {
    padding-left: .63rem !important
}

.p-15 {
    padding: .945rem !important
}

.pt-15,
.py-15 {
    padding-top: .945rem !important
}

.pr-15,
.px-15 {
    padding-right: .945rem !important
}

.pb-15,
.py-15 {
    padding-bottom: .945rem !important
}

.pl-15,
.px-15 {
    padding-left: .945rem !important
}

.p-20 {
    padding: 1.26rem !important
}

.pt-20,
.py-20 {
    padding-top: 1.26rem !important
}

.pr-20,
.px-20 {
    padding-right: 1.26rem !important
}

.pb-20,
.py-20 {
    padding-bottom: 1.26rem !important
}

.pl-20,
.px-20 {
    padding-left: 1.26rem !important
}

.p-25 {
    padding: 1.575rem !important
}

.pt-25,
.py-25 {
    padding-top: 1.575rem !important
}

.pr-25,
.px-25 {
    padding-right: 1.575rem !important
}

.pb-25,
.py-25 {
    padding-bottom: 1.575rem !important
}

.pl-25,
.px-25 {
    padding-left: 1.575rem !important
}

.p-30 {
    padding: 1.89rem !important
}

.pt-30,
.py-30 {
    padding-top: 1.89rem !important
}

.pr-30,
.px-30 {
    padding-right: 1.89rem !important
}

.pb-30,
.py-30 {
    padding-bottom: 1.89rem !important
}

.pl-30,
.px-30 {
    padding-left: 1.89rem !important
}

.p-35 {
    padding: 2.205rem !important
}

.pt-35,
.py-35 {
    padding-top: 2.205rem !important
}

.pr-35,
.px-35 {
    padding-right: 2.205rem !important
}

.pb-35,
.py-35 {
    padding-bottom: 2.205rem !important
}

.pl-35,
.px-35 {
    padding-left: 2.205rem !important
}

.p-40 {
    padding: 2.52rem !important
}

.pt-40,
.py-40 {
    padding-top: 2.52rem !important
}

.pr-40,
.px-40 {
    padding-right: 2.52rem !important
}

.pb-40,
.py-40 {
    padding-bottom: 2.52rem !important
}

.pl-40,
.px-40 {
    padding-left: 2.52rem !important
}

.p-50 {
    padding: 3.15rem !important
}

.pt-50,
.py-50 {
    padding-top: 3.15rem !important
}

.pr-50,
.px-50 {
    padding-right: 3.15rem !important
}

.pb-50,
.py-50 {
    padding-bottom: 3.15rem !important
}

.pl-50,
.px-50 {
    padding-left: 3.15rem !important
}

.p-60 {
    padding: 3.78rem !important
}

.pt-60,
.py-60 {
    padding-top: 3.78rem !important
}

.pr-60,
.px-60 {
    padding-right: 3.78rem !important
}

.pb-60,
.py-60 {
    padding-bottom: 3.78rem !important
}

.pl-60,
.px-60 {
    padding-left: 3.78rem !important
}

.p-70 {
    padding: 4.41rem !important
}

.pt-70,
.py-70 {
    padding-top: 4.41rem !important
}

.pr-70,
.px-70 {
    padding-right: 4.41rem !important
}

.pb-70,
.py-70 {
    padding-bottom: 4.41rem !important
}

.pl-70,
.px-70 {
    padding-left: 4.41rem !important
}

.p-80 {
    padding: 5.04rem !important
}

.pt-80,
.py-80 {
    padding-top: 5.04rem !important
}

.pr-80,
.px-80 {
    padding-right: 5.04rem !important
}

.pb-80,
.py-80 {
    padding-bottom: 5.04rem !important
}

.pl-80,
.px-80 {
    padding-left: 5.04rem !important
}

.p-90 {
    padding: 5.67rem !important
}

.pt-90,
.py-90 {
    padding-top: 5.67rem !important
}

.pr-90,
.px-90 {
    padding-right: 5.67rem !important
}

.pb-90,
.py-90 {
    padding-bottom: 5.67rem !important
}

.pl-90,
.px-90 {
    padding-left: 5.67rem !important
}

.p-100 {
    padding: 6.3rem !important
}

.pt-100,
.py-100 {
    padding-top: 6.3rem !important
}

.pr-100,
.px-100 {
    padding-right: 6.3rem !important
}

.pb-100,
.py-100 {
    padding-bottom: 6.3rem !important
}

.pl-100,
.px-100 {
    padding-left: 6.3rem !important
}

.p-150 {
    padding: 9.45rem !important
}

.pt-150,
.py-150 {
    padding-top: 9.45rem !important
}

.pr-150,
.px-150 {
    padding-right: 9.45rem !important
}

.pb-150,
.py-150 {
    padding-bottom: 9.45rem !important
}

.pl-150,
.px-150 {
    padding-left: 9.45rem !important
}

.p-200 {
    padding: 12.6rem !important
}

.pt-200,
.py-200 {
    padding-top: 12.6rem !important
}

.pr-200,
.px-200 {
    padding-right: 12.6rem !important
}

.pb-200,
.py-200 {
    padding-bottom: 12.6rem !important
}

.pl-200,
.px-200 {
    padding-left: 12.6rem !important
}

.p-250 {
    padding: 15.75rem !important
}

.pt-250,
.py-250 {
    padding-top: 15.75rem !important
}

.pr-250,
.px-250 {
    padding-right: 15.75rem !important
}

.pb-250,
.py-250 {
    padding-bottom: 15.75rem !important
}

.pl-250,
.px-250 {
    padding-left: 15.75rem !important
}

.p-300 {
    padding: 18.9rem !important
}

.pt-300,
.py-300 {
    padding-top: 18.9rem !important
}

.pr-300,
.px-300 {
    padding-right: 18.9rem !important
}

.pb-300,
.py-300 {
    padding-bottom: 18.9rem !important
}

.pl-300,
.px-300 {
    padding-left: 18.9rem !important
}

.p-350 {
    padding: 22.05rem !important
}

.pt-350,
.py-350 {
    padding-top: 22.05rem !important
}

.pr-350,
.px-350 {
    padding-right: 22.05rem !important
}

.pb-350,
.py-350 {
    padding-bottom: 22.05rem !important
}

.pl-350,
.px-350 {
    padding-left: 22.05rem !important
}

.p-400 {
    padding: 25.2rem !important
}

.pt-400,
.py-400 {
    padding-top: 25.2rem !important
}

.pr-400,
.px-400 {
    padding-right: 25.2rem !important
}

.pb-400,
.py-400 {
    padding-bottom: 25.2rem !important
}

.pl-400,
.px-400 {
    padding-left: 25.2rem !important
}

.p-450 {
    padding: 28.35rem !important
}

.pt-450,
.py-450 {
    padding-top: 28.35rem !important
}

.pr-450,
.px-450 {
    padding-right: 28.35rem !important
}

.pb-450,
.py-450 {
    padding-bottom: 28.35rem !important
}

.pl-450,
.px-450 {
    padding-left: 28.35rem !important
}

.p-500 {
    padding: 31.5rem !important
}

.pt-500,
.py-500 {
    padding-top: 31.5rem !important
}

.pr-500,
.px-500 {
    padding-right: 31.5rem !important
}

.pb-500,
.py-500 {
    padding-bottom: 31.5rem !important
}

.pl-500,
.px-500 {
    padding-left: 31.5rem !important
}

.p-550 {
    padding: 34.65rem !important
}

.pt-550,
.py-550 {
    padding-top: 34.65rem !important
}

.pr-550,
.px-550 {
    padding-right: 34.65rem !important
}

.pb-550,
.py-550 {
    padding-bottom: 34.65rem !important
}

.pl-550,
.px-550 {
    padding-left: 34.65rem !important
}

.p-600 {
    padding: 37.8rem !important
}

.pt-600,
.py-600 {
    padding-top: 37.8rem !important
}

.pr-600,
.px-600 {
    padding-right: 37.8rem !important
}

.pb-600,
.py-600 {
    padding-bottom: 37.8rem !important
}

.pl-600,
.px-600 {
    padding-left: 37.8rem !important
}

.p-650 {
    padding: 40.95rem !important
}

.pt-650,
.py-650 {
    padding-top: 40.95rem !important
}

.pr-650,
.px-650 {
    padding-right: 40.95rem !important
}

.pb-650,
.py-650 {
    padding-bottom: 40.95rem !important
}

.pl-650,
.px-650 {
    padding-left: 40.95rem !important
}

.p-p5 {
    padding: 5% !important
}

.pt-p5,
.py-p5 {
    padding-top: 5% !important
}

.pr-p5,
.px-p5 {
    padding-right: 5% !important
}

.pb-p5,
.py-p5 {
    padding-bottom: 5% !important
}

.pl-p5,
.px-p5 {
    padding-left: 5% !important
}

.p-p10 {
    padding: 10% !important
}

.pt-p10,
.py-p10 {
    padding-top: 10% !important
}

.pr-p10,
.px-p10 {
    padding-right: 10% !important
}

.pb-p10,
.py-p10 {
    padding-bottom: 10% !important
}

.pl-p10,
.px-p10 {
    padding-left: 10% !important
}

.p-p15 {
    padding: 15% !important
}

.pt-p15,
.py-p15 {
    padding-top: 15% !important
}

.pr-p15,
.px-p15 {
    padding-right: 15% !important
}

.pb-p15,
.py-p15 {
    padding-bottom: 15% !important
}

.pl-p15,
.px-p15 {
    padding-left: 15% !important
}

.p-p20 {
    padding: 20% !important
}

.pt-p20,
.py-p20 {
    padding-top: 20% !important
}

.pr-p20,
.px-p20 {
    padding-right: 20% !important
}

.pb-p20,
.py-p20 {
    padding-bottom: 20% !important
}

.pl-p20,
.px-p20 {
    padding-left: 20% !important
}

.p-p25 {
    padding: 25% !important
}

.pt-p25,
.py-p25 {
    padding-top: 25% !important
}

.pr-p25,
.px-p25 {
    padding-right: 25% !important
}

.pb-p25,
.py-p25 {
    padding-bottom: 25% !important
}

.pl-p25,
.px-p25 {
    padding-left: 25% !important
}

.p-p30 {
    padding: 30% !important
}

.pt-p30,
.py-p30 {
    padding-top: 30% !important
}

.pr-p30,
.px-p30 {
    padding-right: 30% !important
}

.pb-p30,
.py-p30 {
    padding-bottom: 30% !important
}

.pl-p30,
.px-p30 {
    padding-left: 30% !important
}

.p-p33 {
    padding: 33.3333% !important
}

.pt-p33,
.py-p33 {
    padding-top: 33.3333% !important
}

.pr-p33,
.px-p33 {
    padding-right: 33.3333% !important
}

.pb-p33,
.py-p33 {
    padding-bottom: 33.3333% !important
}

.pl-p33,
.px-p33 {
    padding-left: 33.3333% !important
}

.p-p40 {
    padding: 40% !important
}

.pt-p40,
.py-p40 {
    padding-top: 40% !important
}

.pr-p40,
.px-p40 {
    padding-right: 40% !important
}

.pb-p40,
.py-p40 {
    padding-bottom: 40% !important
}

.pl-p40,
.px-p40 {
    padding-left: 40% !important
}

.p-p50 {
    padding: 50% !important
}

.pt-p50,
.py-p50 {
    padding-top: 50% !important
}

.pr-p50,
.px-p50 {
    padding-right: 50% !important
}

.pb-p50,
.py-p50 {
    padding-bottom: 50% !important
}

.pl-p50,
.px-p50 {
    padding-left: 50% !important
}

.p-p60 {
    padding: 60% !important
}

.pt-p60,
.py-p60 {
    padding-top: 60% !important
}

.pr-p60,
.px-p60 {
    padding-right: 60% !important
}

.pb-p60,
.py-p60 {
    padding-bottom: 60% !important
}

.pl-p60,
.px-p60 {
    padding-left: 60% !important
}

.p-p70 {
    padding: 70% !important
}

.pt-p70,
.py-p70 {
    padding-top: 70% !important
}

.pr-p70,
.px-p70 {
    padding-right: 70% !important
}

.pb-p70,
.py-p70 {
    padding-bottom: 70% !important
}

.pl-p70,
.px-p70 {
    padding-left: 70% !important
}

.p-p75 {
    padding: 75% !important
}

.pt-p75,
.py-p75 {
    padding-top: 75% !important
}

.pr-p75,
.px-p75 {
    padding-right: 75% !important
}

.pb-p75,
.py-p75 {
    padding-bottom: 75% !important
}

.pl-p75,
.px-p75 {
    padding-left: 75% !important
}

.p-p80 {
    padding: 80% !important
}

.pt-p80,
.py-p80 {
    padding-top: 80% !important
}

.pr-p80,
.px-p80 {
    padding-right: 80% !important
}

.pb-p80,
.py-p80 {
    padding-bottom: 80% !important
}

.pl-p80,
.px-p80 {
    padding-left: 80% !important
}

.p-p100 {
    padding: 100% !important
}

.pt-p100,
.py-p100 {
    padding-top: 100% !important
}

.pr-p100,
.px-p100 {
    padding-right: 100% !important
}

.pb-p100,
.py-p100 {
    padding-bottom: 100% !important
}

.pl-p100,
.px-p100 {
    padding-left: 100% !important
}

.m-n3 {
    margin: -.189rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -.189rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -.189rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -.189rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -.189rem !important
}

.m-n5 {
    margin: -.315rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -.315rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -.315rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -.315rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -.315rem !important
}

.m-n10 {
    margin: -.63rem !important
}

.mt-n10,
.my-n10 {
    margin-top: -.63rem !important
}

.mr-n10,
.mx-n10 {
    margin-right: -.63rem !important
}

.mb-n10,
.my-n10 {
    margin-bottom: -.63rem !important
}

.ml-n10,
.mx-n10 {
    margin-left: -.63rem !important
}

.m-n15 {
    margin: -.945rem !important
}

.mt-n15,
.my-n15 {
    margin-top: -.945rem !important
}

.mr-n15,
.mx-n15 {
    margin-right: -.945rem !important
}

.mb-n15,
.my-n15 {
    margin-bottom: -.945rem !important
}

.ml-n15,
.mx-n15 {
    margin-left: -.945rem !important
}

.m-n20 {
    margin: -1.26rem !important
}

.mt-n20,
.my-n20 {
    margin-top: -1.26rem !important
}

.mr-n20,
.mx-n20 {
    margin-right: -1.26rem !important
}

.mb-n20,
.my-n20 {
    margin-bottom: -1.26rem !important
}

.ml-n20,
.mx-n20 {
    margin-left: -1.26rem !important
}

.m-n25 {
    margin: -1.575rem !important
}

.mt-n25,
.my-n25 {
    margin-top: -1.575rem !important
}

.mr-n25,
.mx-n25 {
    margin-right: -1.575rem !important
}

.mb-n25,
.my-n25 {
    margin-bottom: -1.575rem !important
}

.ml-n25,
.mx-n25 {
    margin-left: -1.575rem !important
}

.m-n30 {
    margin: -1.89rem !important
}

.mt-n30,
.my-n30 {
    margin-top: -1.89rem !important
}

.mr-n30,
.mx-n30 {
    margin-right: -1.89rem !important
}

.mb-n30,
.my-n30 {
    margin-bottom: -1.89rem !important
}

.ml-n30,
.mx-n30 {
    margin-left: -1.89rem !important
}

.m-n35 {
    margin: -2.205rem !important
}

.mt-n35,
.my-n35 {
    margin-top: -2.205rem !important
}

.mr-n35,
.mx-n35 {
    margin-right: -2.205rem !important
}

.mb-n35,
.my-n35 {
    margin-bottom: -2.205rem !important
}

.ml-n35,
.mx-n35 {
    margin-left: -2.205rem !important
}

.m-n40 {
    margin: -2.52rem !important
}

.mt-n40,
.my-n40 {
    margin-top: -2.52rem !important
}

.mr-n40,
.mx-n40 {
    margin-right: -2.52rem !important
}

.mb-n40,
.my-n40 {
    margin-bottom: -2.52rem !important
}

.ml-n40,
.mx-n40 {
    margin-left: -2.52rem !important
}

.m-n50 {
    margin: -3.15rem !important
}

.mt-n50,
.my-n50 {
    margin-top: -3.15rem !important
}

.mr-n50,
.mx-n50 {
    margin-right: -3.15rem !important
}

.mb-n50,
.my-n50 {
    margin-bottom: -3.15rem !important
}

.ml-n50,
.mx-n50 {
    margin-left: -3.15rem !important
}

.m-n60 {
    margin: -3.78rem !important
}

.mt-n60,
.my-n60 {
    margin-top: -3.78rem !important
}

.mr-n60,
.mx-n60 {
    margin-right: -3.78rem !important
}

.mb-n60,
.my-n60 {
    margin-bottom: -3.78rem !important
}

.ml-n60,
.mx-n60 {
    margin-left: -3.78rem !important
}

.m-n70 {
    margin: -4.41rem !important
}

.mt-n70,
.my-n70 {
    margin-top: -4.41rem !important
}

.mr-n70,
.mx-n70 {
    margin-right: -4.41rem !important
}

.mb-n70,
.my-n70 {
    margin-bottom: -4.41rem !important
}

.ml-n70,
.mx-n70 {
    margin-left: -4.41rem !important
}

.m-n80 {
    margin: -5.04rem !important
}

.mt-n80,
.my-n80 {
    margin-top: -5.04rem !important
}

.mr-n80,
.mx-n80 {
    margin-right: -5.04rem !important
}

.mb-n80,
.my-n80 {
    margin-bottom: -5.04rem !important
}

.ml-n80,
.mx-n80 {
    margin-left: -5.04rem !important
}

.m-n90 {
    margin: -5.67rem !important
}

.mt-n90,
.my-n90 {
    margin-top: -5.67rem !important
}

.mr-n90,
.mx-n90 {
    margin-right: -5.67rem !important
}

.mb-n90,
.my-n90 {
    margin-bottom: -5.67rem !important
}

.ml-n90,
.mx-n90 {
    margin-left: -5.67rem !important
}

.m-n100 {
    margin: -6.3rem !important
}

.mt-n100,
.my-n100 {
    margin-top: -6.3rem !important
}

.mr-n100,
.mx-n100 {
    margin-right: -6.3rem !important
}

.mb-n100,
.my-n100 {
    margin-bottom: -6.3rem !important
}

.ml-n100,
.mx-n100 {
    margin-left: -6.3rem !important
}

.m-n150 {
    margin: -9.45rem !important
}

.mt-n150,
.my-n150 {
    margin-top: -9.45rem !important
}

.mr-n150,
.mx-n150 {
    margin-right: -9.45rem !important
}

.mb-n150,
.my-n150 {
    margin-bottom: -9.45rem !important
}

.ml-n150,
.mx-n150 {
    margin-left: -9.45rem !important
}

.m-n200 {
    margin: -12.6rem !important
}

.mt-n200,
.my-n200 {
    margin-top: -12.6rem !important
}

.mr-n200,
.mx-n200 {
    margin-right: -12.6rem !important
}

.mb-n200,
.my-n200 {
    margin-bottom: -12.6rem !important
}

.ml-n200,
.mx-n200 {
    margin-left: -12.6rem !important
}

.m-n250 {
    margin: -15.75rem !important
}

.mt-n250,
.my-n250 {
    margin-top: -15.75rem !important
}

.mr-n250,
.mx-n250 {
    margin-right: -15.75rem !important
}

.mb-n250,
.my-n250 {
    margin-bottom: -15.75rem !important
}

.ml-n250,
.mx-n250 {
    margin-left: -15.75rem !important
}

.m-n300 {
    margin: -18.9rem !important
}

.mt-n300,
.my-n300 {
    margin-top: -18.9rem !important
}

.mr-n300,
.mx-n300 {
    margin-right: -18.9rem !important
}

.mb-n300,
.my-n300 {
    margin-bottom: -18.9rem !important
}

.ml-n300,
.mx-n300 {
    margin-left: -18.9rem !important
}

.m-n350 {
    margin: -22.05rem !important
}

.mt-n350,
.my-n350 {
    margin-top: -22.05rem !important
}

.mr-n350,
.mx-n350 {
    margin-right: -22.05rem !important
}

.mb-n350,
.my-n350 {
    margin-bottom: -22.05rem !important
}

.ml-n350,
.mx-n350 {
    margin-left: -22.05rem !important
}

.m-n400 {
    margin: -25.2rem !important
}

.mt-n400,
.my-n400 {
    margin-top: -25.2rem !important
}

.mr-n400,
.mx-n400 {
    margin-right: -25.2rem !important
}

.mb-n400,
.my-n400 {
    margin-bottom: -25.2rem !important
}

.ml-n400,
.mx-n400 {
    margin-left: -25.2rem !important
}

.m-n450 {
    margin: -28.35rem !important
}

.mt-n450,
.my-n450 {
    margin-top: -28.35rem !important
}

.mr-n450,
.mx-n450 {
    margin-right: -28.35rem !important
}

.mb-n450,
.my-n450 {
    margin-bottom: -28.35rem !important
}

.ml-n450,
.mx-n450 {
    margin-left: -28.35rem !important
}

.m-n500 {
    margin: -31.5rem !important
}

.mt-n500,
.my-n500 {
    margin-top: -31.5rem !important
}

.mr-n500,
.mx-n500 {
    margin-right: -31.5rem !important
}

.mb-n500,
.my-n500 {
    margin-bottom: -31.5rem !important
}

.ml-n500,
.mx-n500 {
    margin-left: -31.5rem !important
}

.m-n550 {
    margin: -34.65rem !important
}

.mt-n550,
.my-n550 {
    margin-top: -34.65rem !important
}

.mr-n550,
.mx-n550 {
    margin-right: -34.65rem !important
}

.mb-n550,
.my-n550 {
    margin-bottom: -34.65rem !important
}

.ml-n550,
.mx-n550 {
    margin-left: -34.65rem !important
}

.m-n600 {
    margin: -37.8rem !important
}

.mt-n600,
.my-n600 {
    margin-top: -37.8rem !important
}

.mr-n600,
.mx-n600 {
    margin-right: -37.8rem !important
}

.mb-n600,
.my-n600 {
    margin-bottom: -37.8rem !important
}

.ml-n600,
.mx-n600 {
    margin-left: -37.8rem !important
}

.m-n650 {
    margin: -40.95rem !important
}

.mt-n650,
.my-n650 {
    margin-top: -40.95rem !important
}

.mr-n650,
.mx-n650 {
    margin-right: -40.95rem !important
}

.mb-n650,
.my-n650 {
    margin-bottom: -40.95rem !important
}

.ml-n650,
.mx-n650 {
    margin-left: -40.95rem !important
}

.m-np5 {
    margin: -5% !important
}

.mt-np5,
.my-np5 {
    margin-top: -5% !important
}

.mr-np5,
.mx-np5 {
    margin-right: -5% !important
}

.mb-np5,
.my-np5 {
    margin-bottom: -5% !important
}

.ml-np5,
.mx-np5 {
    margin-left: -5% !important
}

.m-np10 {
    margin: -10% !important
}

.mt-np10,
.my-np10 {
    margin-top: -10% !important
}

.mr-np10,
.mx-np10 {
    margin-right: -10% !important
}

.mb-np10,
.my-np10 {
    margin-bottom: -10% !important
}

.ml-np10,
.mx-np10 {
    margin-left: -10% !important
}

.m-np15 {
    margin: -15% !important
}

.mt-np15,
.my-np15 {
    margin-top: -15% !important
}

.mr-np15,
.mx-np15 {
    margin-right: -15% !important
}

.mb-np15,
.my-np15 {
    margin-bottom: -15% !important
}

.ml-np15,
.mx-np15 {
    margin-left: -15% !important
}

.m-np20 {
    margin: -20% !important
}

.mt-np20,
.my-np20 {
    margin-top: -20% !important
}

.mr-np20,
.mx-np20 {
    margin-right: -20% !important
}

.mb-np20,
.my-np20 {
    margin-bottom: -20% !important
}

.ml-np20,
.mx-np20 {
    margin-left: -20% !important
}

.m-np25 {
    margin: -25% !important
}

.mt-np25,
.my-np25 {
    margin-top: -25% !important
}

.mr-np25,
.mx-np25 {
    margin-right: -25% !important
}

.mb-np25,
.my-np25 {
    margin-bottom: -25% !important
}

.ml-np25,
.mx-np25 {
    margin-left: -25% !important
}

.m-np30 {
    margin: -30% !important
}

.mt-np30,
.my-np30 {
    margin-top: -30% !important
}

.mr-np30,
.mx-np30 {
    margin-right: -30% !important
}

.mb-np30,
.my-np30 {
    margin-bottom: -30% !important
}

.ml-np30,
.mx-np30 {
    margin-left: -30% !important
}

.m-np33 {
    margin: -33.3333% !important
}

.mt-np33,
.my-np33 {
    margin-top: -33.3333% !important
}

.mr-np33,
.mx-np33 {
    margin-right: -33.3333% !important
}

.mb-np33,
.my-np33 {
    margin-bottom: -33.3333% !important
}

.ml-np33,
.mx-np33 {
    margin-left: -33.3333% !important
}

.m-np40 {
    margin: -40% !important
}

.mt-np40,
.my-np40 {
    margin-top: -40% !important
}

.mr-np40,
.mx-np40 {
    margin-right: -40% !important
}

.mb-np40,
.my-np40 {
    margin-bottom: -40% !important
}

.ml-np40,
.mx-np40 {
    margin-left: -40% !important
}

.m-np50 {
    margin: -50% !important
}

.mt-np50,
.my-np50 {
    margin-top: -50% !important
}

.mr-np50,
.mx-np50 {
    margin-right: -50% !important
}

.mb-np50,
.my-np50 {
    margin-bottom: -50% !important
}

.ml-np50,
.mx-np50 {
    margin-left: -50% !important
}

.m-np60 {
    margin: -60% !important
}

.mt-np60,
.my-np60 {
    margin-top: -60% !important
}

.mr-np60,
.mx-np60 {
    margin-right: -60% !important
}

.mb-np60,
.my-np60 {
    margin-bottom: -60% !important
}

.ml-np60,
.mx-np60 {
    margin-left: -60% !important
}

.m-np70 {
    margin: -70% !important
}

.mt-np70,
.my-np70 {
    margin-top: -70% !important
}

.mr-np70,
.mx-np70 {
    margin-right: -70% !important
}

.mb-np70,
.my-np70 {
    margin-bottom: -70% !important
}

.ml-np70,
.mx-np70 {
    margin-left: -70% !important
}

.m-np75 {
    margin: -75% !important
}

.mt-np75,
.my-np75 {
    margin-top: -75% !important
}

.mr-np75,
.mx-np75 {
    margin-right: -75% !important
}

.mb-np75,
.my-np75 {
    margin-bottom: -75% !important
}

.ml-np75,
.mx-np75 {
    margin-left: -75% !important
}

.m-np80 {
    margin: -80% !important
}

.mt-np80,
.my-np80 {
    margin-top: -80% !important
}

.mr-np80,
.mx-np80 {
    margin-right: -80% !important
}

.mb-np80,
.my-np80 {
    margin-bottom: -80% !important
}

.ml-np80,
.mx-np80 {
    margin-left: -80% !important
}

.m-np100 {
    margin: -100% !important
}

.mt-np100,
.my-np100 {
    margin-top: -100% !important
}

.mr-np100,
.mx-np100 {
    margin-right: -100% !important
}

.mb-np100,
.my-np100 {
    margin-bottom: -100% !important
}

.ml-np100,
.mx-np100 {
    margin-left: -100% !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 480px) {
    .m-sm-3 {
        margin: .189rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: .189rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: .189rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: .189rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: .189rem !important
    }
    .m-sm-5 {
        margin: .315rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: .315rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: .315rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: .315rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: .315rem !important
    }
    .m-sm-10 {
        margin: .63rem !important
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: .63rem !important
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: .63rem !important
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: .63rem !important
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: .63rem !important
    }
    .m-sm-15 {
        margin: .945rem !important
    }
    .mt-sm-15,
    .my-sm-15 {
        margin-top: .945rem !important
    }
    .mr-sm-15,
    .mx-sm-15 {
        margin-right: .945rem !important
    }
    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: .945rem !important
    }
    .ml-sm-15,
    .mx-sm-15 {
        margin-left: .945rem !important
    }
    .m-sm-20 {
        margin: 1.26rem !important
    }
    .mt-sm-20,
    .my-sm-20 {
        margin-top: 1.26rem !important
    }
    .mr-sm-20,
    .mx-sm-20 {
        margin-right: 1.26rem !important
    }
    .mb-sm-20,
    .my-sm-20 {
        margin-bottom: 1.26rem !important
    }
    .ml-sm-20,
    .mx-sm-20 {
        margin-left: 1.26rem !important
    }
    .m-sm-25 {
        margin: 1.575rem !important
    }
    .mt-sm-25,
    .my-sm-25 {
        margin-top: 1.575rem !important
    }
    .mr-sm-25,
    .mx-sm-25 {
        margin-right: 1.575rem !important
    }
    .mb-sm-25,
    .my-sm-25 {
        margin-bottom: 1.575rem !important
    }
    .ml-sm-25,
    .mx-sm-25 {
        margin-left: 1.575rem !important
    }
    .m-sm-30 {
        margin: 1.89rem !important
    }
    .mt-sm-30,
    .my-sm-30 {
        margin-top: 1.89rem !important
    }
    .mr-sm-30,
    .mx-sm-30 {
        margin-right: 1.89rem !important
    }
    .mb-sm-30,
    .my-sm-30 {
        margin-bottom: 1.89rem !important
    }
    .ml-sm-30,
    .mx-sm-30 {
        margin-left: 1.89rem !important
    }
    .m-sm-35 {
        margin: 2.205rem !important
    }
    .mt-sm-35,
    .my-sm-35 {
        margin-top: 2.205rem !important
    }
    .mr-sm-35,
    .mx-sm-35 {
        margin-right: 2.205rem !important
    }
    .mb-sm-35,
    .my-sm-35 {
        margin-bottom: 2.205rem !important
    }
    .ml-sm-35,
    .mx-sm-35 {
        margin-left: 2.205rem !important
    }
    .m-sm-40 {
        margin: 2.52rem !important
    }
    .mt-sm-40,
    .my-sm-40 {
        margin-top: 2.52rem !important
    }
    .mr-sm-40,
    .mx-sm-40 {
        margin-right: 2.52rem !important
    }
    .mb-sm-40,
    .my-sm-40 {
        margin-bottom: 2.52rem !important
    }
    .ml-sm-40,
    .mx-sm-40 {
        margin-left: 2.52rem !important
    }
    .m-sm-50 {
        margin: 3.15rem !important
    }
    .mt-sm-50,
    .my-sm-50 {
        margin-top: 3.15rem !important
    }
    .mr-sm-50,
    .mx-sm-50 {
        margin-right: 3.15rem !important
    }
    .mb-sm-50,
    .my-sm-50 {
        margin-bottom: 3.15rem !important
    }
    .ml-sm-50,
    .mx-sm-50 {
        margin-left: 3.15rem !important
    }
    .m-sm-60 {
        margin: 3.78rem !important
    }
    .mt-sm-60,
    .my-sm-60 {
        margin-top: 3.78rem !important
    }
    .mr-sm-60,
    .mx-sm-60 {
        margin-right: 3.78rem !important
    }
    .mb-sm-60,
    .my-sm-60 {
        margin-bottom: 3.78rem !important
    }
    .ml-sm-60,
    .mx-sm-60 {
        margin-left: 3.78rem !important
    }
    .m-sm-70 {
        margin: 4.41rem !important
    }
    .mt-sm-70,
    .my-sm-70 {
        margin-top: 4.41rem !important
    }
    .mr-sm-70,
    .mx-sm-70 {
        margin-right: 4.41rem !important
    }
    .mb-sm-70,
    .my-sm-70 {
        margin-bottom: 4.41rem !important
    }
    .ml-sm-70,
    .mx-sm-70 {
        margin-left: 4.41rem !important
    }
    .m-sm-80 {
        margin: 5.04rem !important
    }
    .mt-sm-80,
    .my-sm-80 {
        margin-top: 5.04rem !important
    }
    .mr-sm-80,
    .mx-sm-80 {
        margin-right: 5.04rem !important
    }
    .mb-sm-80,
    .my-sm-80 {
        margin-bottom: 5.04rem !important
    }
    .ml-sm-80,
    .mx-sm-80 {
        margin-left: 5.04rem !important
    }
    .m-sm-90 {
        margin: 5.67rem !important
    }
    .mt-sm-90,
    .my-sm-90 {
        margin-top: 5.67rem !important
    }
    .mr-sm-90,
    .mx-sm-90 {
        margin-right: 5.67rem !important
    }
    .mb-sm-90,
    .my-sm-90 {
        margin-bottom: 5.67rem !important
    }
    .ml-sm-90,
    .mx-sm-90 {
        margin-left: 5.67rem !important
    }
    .m-sm-100 {
        margin: 6.3rem !important
    }
    .mt-sm-100,
    .my-sm-100 {
        margin-top: 6.3rem !important
    }
    .mr-sm-100,
    .mx-sm-100 {
        margin-right: 6.3rem !important
    }
    .mb-sm-100,
    .my-sm-100 {
        margin-bottom: 6.3rem !important
    }
    .ml-sm-100,
    .mx-sm-100 {
        margin-left: 6.3rem !important
    }
    .m-sm-150 {
        margin: 9.45rem !important
    }
    .mt-sm-150,
    .my-sm-150 {
        margin-top: 9.45rem !important
    }
    .mr-sm-150,
    .mx-sm-150 {
        margin-right: 9.45rem !important
    }
    .mb-sm-150,
    .my-sm-150 {
        margin-bottom: 9.45rem !important
    }
    .ml-sm-150,
    .mx-sm-150 {
        margin-left: 9.45rem !important
    }
    .m-sm-200 {
        margin: 12.6rem !important
    }
    .mt-sm-200,
    .my-sm-200 {
        margin-top: 12.6rem !important
    }
    .mr-sm-200,
    .mx-sm-200 {
        margin-right: 12.6rem !important
    }
    .mb-sm-200,
    .my-sm-200 {
        margin-bottom: 12.6rem !important
    }
    .ml-sm-200,
    .mx-sm-200 {
        margin-left: 12.6rem !important
    }
    .m-sm-250 {
        margin: 15.75rem !important
    }
    .mt-sm-250,
    .my-sm-250 {
        margin-top: 15.75rem !important
    }
    .mr-sm-250,
    .mx-sm-250 {
        margin-right: 15.75rem !important
    }
    .mb-sm-250,
    .my-sm-250 {
        margin-bottom: 15.75rem !important
    }
    .ml-sm-250,
    .mx-sm-250 {
        margin-left: 15.75rem !important
    }
    .m-sm-300 {
        margin: 18.9rem !important
    }
    .mt-sm-300,
    .my-sm-300 {
        margin-top: 18.9rem !important
    }
    .mr-sm-300,
    .mx-sm-300 {
        margin-right: 18.9rem !important
    }
    .mb-sm-300,
    .my-sm-300 {
        margin-bottom: 18.9rem !important
    }
    .ml-sm-300,
    .mx-sm-300 {
        margin-left: 18.9rem !important
    }
    .m-sm-350 {
        margin: 22.05rem !important
    }
    .mt-sm-350,
    .my-sm-350 {
        margin-top: 22.05rem !important
    }
    .mr-sm-350,
    .mx-sm-350 {
        margin-right: 22.05rem !important
    }
    .mb-sm-350,
    .my-sm-350 {
        margin-bottom: 22.05rem !important
    }
    .ml-sm-350,
    .mx-sm-350 {
        margin-left: 22.05rem !important
    }
    .m-sm-400 {
        margin: 25.2rem !important
    }
    .mt-sm-400,
    .my-sm-400 {
        margin-top: 25.2rem !important
    }
    .mr-sm-400,
    .mx-sm-400 {
        margin-right: 25.2rem !important
    }
    .mb-sm-400,
    .my-sm-400 {
        margin-bottom: 25.2rem !important
    }
    .ml-sm-400,
    .mx-sm-400 {
        margin-left: 25.2rem !important
    }
    .m-sm-450 {
        margin: 28.35rem !important
    }
    .mt-sm-450,
    .my-sm-450 {
        margin-top: 28.35rem !important
    }
    .mr-sm-450,
    .mx-sm-450 {
        margin-right: 28.35rem !important
    }
    .mb-sm-450,
    .my-sm-450 {
        margin-bottom: 28.35rem !important
    }
    .ml-sm-450,
    .mx-sm-450 {
        margin-left: 28.35rem !important
    }
    .m-sm-500 {
        margin: 31.5rem !important
    }
    .mt-sm-500,
    .my-sm-500 {
        margin-top: 31.5rem !important
    }
    .mr-sm-500,
    .mx-sm-500 {
        margin-right: 31.5rem !important
    }
    .mb-sm-500,
    .my-sm-500 {
        margin-bottom: 31.5rem !important
    }
    .ml-sm-500,
    .mx-sm-500 {
        margin-left: 31.5rem !important
    }
    .m-sm-550 {
        margin: 34.65rem !important
    }
    .mt-sm-550,
    .my-sm-550 {
        margin-top: 34.65rem !important
    }
    .mr-sm-550,
    .mx-sm-550 {
        margin-right: 34.65rem !important
    }
    .mb-sm-550,
    .my-sm-550 {
        margin-bottom: 34.65rem !important
    }
    .ml-sm-550,
    .mx-sm-550 {
        margin-left: 34.65rem !important
    }
    .m-sm-600 {
        margin: 37.8rem !important
    }
    .mt-sm-600,
    .my-sm-600 {
        margin-top: 37.8rem !important
    }
    .mr-sm-600,
    .mx-sm-600 {
        margin-right: 37.8rem !important
    }
    .mb-sm-600,
    .my-sm-600 {
        margin-bottom: 37.8rem !important
    }
    .ml-sm-600,
    .mx-sm-600 {
        margin-left: 37.8rem !important
    }
    .m-sm-650 {
        margin: 40.95rem !important
    }
    .mt-sm-650,
    .my-sm-650 {
        margin-top: 40.95rem !important
    }
    .mr-sm-650,
    .mx-sm-650 {
        margin-right: 40.95rem !important
    }
    .mb-sm-650,
    .my-sm-650 {
        margin-bottom: 40.95rem !important
    }
    .ml-sm-650,
    .mx-sm-650 {
        margin-left: 40.95rem !important
    }
    .m-sm-p5 {
        margin: 5% !important
    }
    .mt-sm-p5,
    .my-sm-p5 {
        margin-top: 5% !important
    }
    .mr-sm-p5,
    .mx-sm-p5 {
        margin-right: 5% !important
    }
    .mb-sm-p5,
    .my-sm-p5 {
        margin-bottom: 5% !important
    }
    .ml-sm-p5,
    .mx-sm-p5 {
        margin-left: 5% !important
    }
    .m-sm-p10 {
        margin: 10% !important
    }
    .mt-sm-p10,
    .my-sm-p10 {
        margin-top: 10% !important
    }
    .mr-sm-p10,
    .mx-sm-p10 {
        margin-right: 10% !important
    }
    .mb-sm-p10,
    .my-sm-p10 {
        margin-bottom: 10% !important
    }
    .ml-sm-p10,
    .mx-sm-p10 {
        margin-left: 10% !important
    }
    .m-sm-p15 {
        margin: 15% !important
    }
    .mt-sm-p15,
    .my-sm-p15 {
        margin-top: 15% !important
    }
    .mr-sm-p15,
    .mx-sm-p15 {
        margin-right: 15% !important
    }
    .mb-sm-p15,
    .my-sm-p15 {
        margin-bottom: 15% !important
    }
    .ml-sm-p15,
    .mx-sm-p15 {
        margin-left: 15% !important
    }
    .m-sm-p20 {
        margin: 20% !important
    }
    .mt-sm-p20,
    .my-sm-p20 {
        margin-top: 20% !important
    }
    .mr-sm-p20,
    .mx-sm-p20 {
        margin-right: 20% !important
    }
    .mb-sm-p20,
    .my-sm-p20 {
        margin-bottom: 20% !important
    }
    .ml-sm-p20,
    .mx-sm-p20 {
        margin-left: 20% !important
    }
    .m-sm-p25 {
        margin: 25% !important
    }
    .mt-sm-p25,
    .my-sm-p25 {
        margin-top: 25% !important
    }
    .mr-sm-p25,
    .mx-sm-p25 {
        margin-right: 25% !important
    }
    .mb-sm-p25,
    .my-sm-p25 {
        margin-bottom: 25% !important
    }
    .ml-sm-p25,
    .mx-sm-p25 {
        margin-left: 25% !important
    }
    .m-sm-p30 {
        margin: 30% !important
    }
    .mt-sm-p30,
    .my-sm-p30 {
        margin-top: 30% !important
    }
    .mr-sm-p30,
    .mx-sm-p30 {
        margin-right: 30% !important
    }
    .mb-sm-p30,
    .my-sm-p30 {
        margin-bottom: 30% !important
    }
    .ml-sm-p30,
    .mx-sm-p30 {
        margin-left: 30% !important
    }
    .m-sm-p33 {
        margin: 33.3333% !important
    }
    .mt-sm-p33,
    .my-sm-p33 {
        margin-top: 33.3333% !important
    }
    .mr-sm-p33,
    .mx-sm-p33 {
        margin-right: 33.3333% !important
    }
    .mb-sm-p33,
    .my-sm-p33 {
        margin-bottom: 33.3333% !important
    }
    .ml-sm-p33,
    .mx-sm-p33 {
        margin-left: 33.3333% !important
    }
    .m-sm-p40 {
        margin: 40% !important
    }
    .mt-sm-p40,
    .my-sm-p40 {
        margin-top: 40% !important
    }
    .mr-sm-p40,
    .mx-sm-p40 {
        margin-right: 40% !important
    }
    .mb-sm-p40,
    .my-sm-p40 {
        margin-bottom: 40% !important
    }
    .ml-sm-p40,
    .mx-sm-p40 {
        margin-left: 40% !important
    }
    .m-sm-p50 {
        margin: 50% !important
    }
    .mt-sm-p50,
    .my-sm-p50 {
        margin-top: 50% !important
    }
    .mr-sm-p50,
    .mx-sm-p50 {
        margin-right: 50% !important
    }
    .mb-sm-p50,
    .my-sm-p50 {
        margin-bottom: 50% !important
    }
    .ml-sm-p50,
    .mx-sm-p50 {
        margin-left: 50% !important
    }
    .m-sm-p60 {
        margin: 60% !important
    }
    .mt-sm-p60,
    .my-sm-p60 {
        margin-top: 60% !important
    }
    .mr-sm-p60,
    .mx-sm-p60 {
        margin-right: 60% !important
    }
    .mb-sm-p60,
    .my-sm-p60 {
        margin-bottom: 60% !important
    }
    .ml-sm-p60,
    .mx-sm-p60 {
        margin-left: 60% !important
    }
    .m-sm-p70 {
        margin: 70% !important
    }
    .mt-sm-p70,
    .my-sm-p70 {
        margin-top: 70% !important
    }
    .mr-sm-p70,
    .mx-sm-p70 {
        margin-right: 70% !important
    }
    .mb-sm-p70,
    .my-sm-p70 {
        margin-bottom: 70% !important
    }
    .ml-sm-p70,
    .mx-sm-p70 {
        margin-left: 70% !important
    }
    .m-sm-p75 {
        margin: 75% !important
    }
    .mt-sm-p75,
    .my-sm-p75 {
        margin-top: 75% !important
    }
    .mr-sm-p75,
    .mx-sm-p75 {
        margin-right: 75% !important
    }
    .mb-sm-p75,
    .my-sm-p75 {
        margin-bottom: 75% !important
    }
    .ml-sm-p75,
    .mx-sm-p75 {
        margin-left: 75% !important
    }
    .m-sm-p80 {
        margin: 80% !important
    }
    .mt-sm-p80,
    .my-sm-p80 {
        margin-top: 80% !important
    }
    .mr-sm-p80,
    .mx-sm-p80 {
        margin-right: 80% !important
    }
    .mb-sm-p80,
    .my-sm-p80 {
        margin-bottom: 80% !important
    }
    .ml-sm-p80,
    .mx-sm-p80 {
        margin-left: 80% !important
    }
    .m-sm-p100 {
        margin: 100% !important
    }
    .mt-sm-p100,
    .my-sm-p100 {
        margin-top: 100% !important
    }
    .mr-sm-p100,
    .mx-sm-p100 {
        margin-right: 100% !important
    }
    .mb-sm-p100,
    .my-sm-p100 {
        margin-bottom: 100% !important
    }
    .ml-sm-p100,
    .mx-sm-p100 {
        margin-left: 100% !important
    }
    .p-sm-3 {
        padding: .189rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: .189rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: .189rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: .189rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: .189rem !important
    }
    .p-sm-5 {
        padding: .315rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: .315rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: .315rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: .315rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: .315rem !important
    }
    .p-sm-10 {
        padding: .63rem !important
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: .63rem !important
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: .63rem !important
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: .63rem !important
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: .63rem !important
    }
    .p-sm-15 {
        padding: .945rem !important
    }
    .pt-sm-15,
    .py-sm-15 {
        padding-top: .945rem !important
    }
    .pr-sm-15,
    .px-sm-15 {
        padding-right: .945rem !important
    }
    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: .945rem !important
    }
    .pl-sm-15,
    .px-sm-15 {
        padding-left: .945rem !important
    }
    .p-sm-20 {
        padding: 1.26rem !important
    }
    .pt-sm-20,
    .py-sm-20 {
        padding-top: 1.26rem !important
    }
    .pr-sm-20,
    .px-sm-20 {
        padding-right: 1.26rem !important
    }
    .pb-sm-20,
    .py-sm-20 {
        padding-bottom: 1.26rem !important
    }
    .pl-sm-20,
    .px-sm-20 {
        padding-left: 1.26rem !important
    }
    .p-sm-25 {
        padding: 1.575rem !important
    }
    .pt-sm-25,
    .py-sm-25 {
        padding-top: 1.575rem !important
    }
    .pr-sm-25,
    .px-sm-25 {
        padding-right: 1.575rem !important
    }
    .pb-sm-25,
    .py-sm-25 {
        padding-bottom: 1.575rem !important
    }
    .pl-sm-25,
    .px-sm-25 {
        padding-left: 1.575rem !important
    }
    .p-sm-30 {
        padding: 1.89rem !important
    }
    .pt-sm-30,
    .py-sm-30 {
        padding-top: 1.89rem !important
    }
    .pr-sm-30,
    .px-sm-30 {
        padding-right: 1.89rem !important
    }
    .pb-sm-30,
    .py-sm-30 {
        padding-bottom: 1.89rem !important
    }
    .pl-sm-30,
    .px-sm-30 {
        padding-left: 1.89rem !important
    }
    .p-sm-35 {
        padding: 2.205rem !important
    }
    .pt-sm-35,
    .py-sm-35 {
        padding-top: 2.205rem !important
    }
    .pr-sm-35,
    .px-sm-35 {
        padding-right: 2.205rem !important
    }
    .pb-sm-35,
    .py-sm-35 {
        padding-bottom: 2.205rem !important
    }
    .pl-sm-35,
    .px-sm-35 {
        padding-left: 2.205rem !important
    }
    .p-sm-40 {
        padding: 2.52rem !important
    }
    .pt-sm-40,
    .py-sm-40 {
        padding-top: 2.52rem !important
    }
    .pr-sm-40,
    .px-sm-40 {
        padding-right: 2.52rem !important
    }
    .pb-sm-40,
    .py-sm-40 {
        padding-bottom: 2.52rem !important
    }
    .pl-sm-40,
    .px-sm-40 {
        padding-left: 2.52rem !important
    }
    .p-sm-50 {
        padding: 3.15rem !important
    }
    .pt-sm-50,
    .py-sm-50 {
        padding-top: 3.15rem !important
    }
    .pr-sm-50,
    .px-sm-50 {
        padding-right: 3.15rem !important
    }
    .pb-sm-50,
    .py-sm-50 {
        padding-bottom: 3.15rem !important
    }
    .pl-sm-50,
    .px-sm-50 {
        padding-left: 3.15rem !important
    }
    .p-sm-60 {
        padding: 3.78rem !important
    }
    .pt-sm-60,
    .py-sm-60 {
        padding-top: 3.78rem !important
    }
    .pr-sm-60,
    .px-sm-60 {
        padding-right: 3.78rem !important
    }
    .pb-sm-60,
    .py-sm-60 {
        padding-bottom: 3.78rem !important
    }
    .pl-sm-60,
    .px-sm-60 {
        padding-left: 3.78rem !important
    }
    .p-sm-70 {
        padding: 4.41rem !important
    }
    .pt-sm-70,
    .py-sm-70 {
        padding-top: 4.41rem !important
    }
    .pr-sm-70,
    .px-sm-70 {
        padding-right: 4.41rem !important
    }
    .pb-sm-70,
    .py-sm-70 {
        padding-bottom: 4.41rem !important
    }
    .pl-sm-70,
    .px-sm-70 {
        padding-left: 4.41rem !important
    }
    .p-sm-80 {
        padding: 5.04rem !important
    }
    .pt-sm-80,
    .py-sm-80 {
        padding-top: 5.04rem !important
    }
    .pr-sm-80,
    .px-sm-80 {
        padding-right: 5.04rem !important
    }
    .pb-sm-80,
    .py-sm-80 {
        padding-bottom: 5.04rem !important
    }
    .pl-sm-80,
    .px-sm-80 {
        padding-left: 5.04rem !important
    }
    .p-sm-90 {
        padding: 5.67rem !important
    }
    .pt-sm-90,
    .py-sm-90 {
        padding-top: 5.67rem !important
    }
    .pr-sm-90,
    .px-sm-90 {
        padding-right: 5.67rem !important
    }
    .pb-sm-90,
    .py-sm-90 {
        padding-bottom: 5.67rem !important
    }
    .pl-sm-90,
    .px-sm-90 {
        padding-left: 5.67rem !important
    }
    .p-sm-100 {
        padding: 6.3rem !important
    }
    .pt-sm-100,
    .py-sm-100 {
        padding-top: 6.3rem !important
    }
    .pr-sm-100,
    .px-sm-100 {
        padding-right: 6.3rem !important
    }
    .pb-sm-100,
    .py-sm-100 {
        padding-bottom: 6.3rem !important
    }
    .pl-sm-100,
    .px-sm-100 {
        padding-left: 6.3rem !important
    }
    .p-sm-150 {
        padding: 9.45rem !important
    }
    .pt-sm-150,
    .py-sm-150 {
        padding-top: 9.45rem !important
    }
    .pr-sm-150,
    .px-sm-150 {
        padding-right: 9.45rem !important
    }
    .pb-sm-150,
    .py-sm-150 {
        padding-bottom: 9.45rem !important
    }
    .pl-sm-150,
    .px-sm-150 {
        padding-left: 9.45rem !important
    }
    .p-sm-200 {
        padding: 12.6rem !important
    }
    .pt-sm-200,
    .py-sm-200 {
        padding-top: 12.6rem !important
    }
    .pr-sm-200,
    .px-sm-200 {
        padding-right: 12.6rem !important
    }
    .pb-sm-200,
    .py-sm-200 {
        padding-bottom: 12.6rem !important
    }
    .pl-sm-200,
    .px-sm-200 {
        padding-left: 12.6rem !important
    }
    .p-sm-250 {
        padding: 15.75rem !important
    }
    .pt-sm-250,
    .py-sm-250 {
        padding-top: 15.75rem !important
    }
    .pr-sm-250,
    .px-sm-250 {
        padding-right: 15.75rem !important
    }
    .pb-sm-250,
    .py-sm-250 {
        padding-bottom: 15.75rem !important
    }
    .pl-sm-250,
    .px-sm-250 {
        padding-left: 15.75rem !important
    }
    .p-sm-300 {
        padding: 18.9rem !important
    }
    .pt-sm-300,
    .py-sm-300 {
        padding-top: 18.9rem !important
    }
    .pr-sm-300,
    .px-sm-300 {
        padding-right: 18.9rem !important
    }
    .pb-sm-300,
    .py-sm-300 {
        padding-bottom: 18.9rem !important
    }
    .pl-sm-300,
    .px-sm-300 {
        padding-left: 18.9rem !important
    }
    .p-sm-350 {
        padding: 22.05rem !important
    }
    .pt-sm-350,
    .py-sm-350 {
        padding-top: 22.05rem !important
    }
    .pr-sm-350,
    .px-sm-350 {
        padding-right: 22.05rem !important
    }
    .pb-sm-350,
    .py-sm-350 {
        padding-bottom: 22.05rem !important
    }
    .pl-sm-350,
    .px-sm-350 {
        padding-left: 22.05rem !important
    }
    .p-sm-400 {
        padding: 25.2rem !important
    }
    .pt-sm-400,
    .py-sm-400 {
        padding-top: 25.2rem !important
    }
    .pr-sm-400,
    .px-sm-400 {
        padding-right: 25.2rem !important
    }
    .pb-sm-400,
    .py-sm-400 {
        padding-bottom: 25.2rem !important
    }
    .pl-sm-400,
    .px-sm-400 {
        padding-left: 25.2rem !important
    }
    .p-sm-450 {
        padding: 28.35rem !important
    }
    .pt-sm-450,
    .py-sm-450 {
        padding-top: 28.35rem !important
    }
    .pr-sm-450,
    .px-sm-450 {
        padding-right: 28.35rem !important
    }
    .pb-sm-450,
    .py-sm-450 {
        padding-bottom: 28.35rem !important
    }
    .pl-sm-450,
    .px-sm-450 {
        padding-left: 28.35rem !important
    }
    .p-sm-500 {
        padding: 31.5rem !important
    }
    .pt-sm-500,
    .py-sm-500 {
        padding-top: 31.5rem !important
    }
    .pr-sm-500,
    .px-sm-500 {
        padding-right: 31.5rem !important
    }
    .pb-sm-500,
    .py-sm-500 {
        padding-bottom: 31.5rem !important
    }
    .pl-sm-500,
    .px-sm-500 {
        padding-left: 31.5rem !important
    }
    .p-sm-550 {
        padding: 34.65rem !important
    }
    .pt-sm-550,
    .py-sm-550 {
        padding-top: 34.65rem !important
    }
    .pr-sm-550,
    .px-sm-550 {
        padding-right: 34.65rem !important
    }
    .pb-sm-550,
    .py-sm-550 {
        padding-bottom: 34.65rem !important
    }
    .pl-sm-550,
    .px-sm-550 {
        padding-left: 34.65rem !important
    }
    .p-sm-600 {
        padding: 37.8rem !important
    }
    .pt-sm-600,
    .py-sm-600 {
        padding-top: 37.8rem !important
    }
    .pr-sm-600,
    .px-sm-600 {
        padding-right: 37.8rem !important
    }
    .pb-sm-600,
    .py-sm-600 {
        padding-bottom: 37.8rem !important
    }
    .pl-sm-600,
    .px-sm-600 {
        padding-left: 37.8rem !important
    }
    .p-sm-650 {
        padding: 40.95rem !important
    }
    .pt-sm-650,
    .py-sm-650 {
        padding-top: 40.95rem !important
    }
    .pr-sm-650,
    .px-sm-650 {
        padding-right: 40.95rem !important
    }
    .pb-sm-650,
    .py-sm-650 {
        padding-bottom: 40.95rem !important
    }
    .pl-sm-650,
    .px-sm-650 {
        padding-left: 40.95rem !important
    }
    .p-sm-p5 {
        padding: 5% !important
    }
    .pt-sm-p5,
    .py-sm-p5 {
        padding-top: 5% !important
    }
    .pr-sm-p5,
    .px-sm-p5 {
        padding-right: 5% !important
    }
    .pb-sm-p5,
    .py-sm-p5 {
        padding-bottom: 5% !important
    }
    .pl-sm-p5,
    .px-sm-p5 {
        padding-left: 5% !important
    }
    .p-sm-p10 {
        padding: 10% !important
    }
    .pt-sm-p10,
    .py-sm-p10 {
        padding-top: 10% !important
    }
    .pr-sm-p10,
    .px-sm-p10 {
        padding-right: 10% !important
    }
    .pb-sm-p10,
    .py-sm-p10 {
        padding-bottom: 10% !important
    }
    .pl-sm-p10,
    .px-sm-p10 {
        padding-left: 10% !important
    }
    .p-sm-p15 {
        padding: 15% !important
    }
    .pt-sm-p15,
    .py-sm-p15 {
        padding-top: 15% !important
    }
    .pr-sm-p15,
    .px-sm-p15 {
        padding-right: 15% !important
    }
    .pb-sm-p15,
    .py-sm-p15 {
        padding-bottom: 15% !important
    }
    .pl-sm-p15,
    .px-sm-p15 {
        padding-left: 15% !important
    }
    .p-sm-p20 {
        padding: 20% !important
    }
    .pt-sm-p20,
    .py-sm-p20 {
        padding-top: 20% !important
    }
    .pr-sm-p20,
    .px-sm-p20 {
        padding-right: 20% !important
    }
    .pb-sm-p20,
    .py-sm-p20 {
        padding-bottom: 20% !important
    }
    .pl-sm-p20,
    .px-sm-p20 {
        padding-left: 20% !important
    }
    .p-sm-p25 {
        padding: 25% !important
    }
    .pt-sm-p25,
    .py-sm-p25 {
        padding-top: 25% !important
    }
    .pr-sm-p25,
    .px-sm-p25 {
        padding-right: 25% !important
    }
    .pb-sm-p25,
    .py-sm-p25 {
        padding-bottom: 25% !important
    }
    .pl-sm-p25,
    .px-sm-p25 {
        padding-left: 25% !important
    }
    .p-sm-p30 {
        padding: 30% !important
    }
    .pt-sm-p30,
    .py-sm-p30 {
        padding-top: 30% !important
    }
    .pr-sm-p30,
    .px-sm-p30 {
        padding-right: 30% !important
    }
    .pb-sm-p30,
    .py-sm-p30 {
        padding-bottom: 30% !important
    }
    .pl-sm-p30,
    .px-sm-p30 {
        padding-left: 30% !important
    }
    .p-sm-p33 {
        padding: 33.3333% !important
    }
    .pt-sm-p33,
    .py-sm-p33 {
        padding-top: 33.3333% !important
    }
    .pr-sm-p33,
    .px-sm-p33 {
        padding-right: 33.3333% !important
    }
    .pb-sm-p33,
    .py-sm-p33 {
        padding-bottom: 33.3333% !important
    }
    .pl-sm-p33,
    .px-sm-p33 {
        padding-left: 33.3333% !important
    }
    .p-sm-p40 {
        padding: 40% !important
    }
    .pt-sm-p40,
    .py-sm-p40 {
        padding-top: 40% !important
    }
    .pr-sm-p40,
    .px-sm-p40 {
        padding-right: 40% !important
    }
    .pb-sm-p40,
    .py-sm-p40 {
        padding-bottom: 40% !important
    }
    .pl-sm-p40,
    .px-sm-p40 {
        padding-left: 40% !important
    }
    .p-sm-p50 {
        padding: 50% !important
    }
    .pt-sm-p50,
    .py-sm-p50 {
        padding-top: 50% !important
    }
    .pr-sm-p50,
    .px-sm-p50 {
        padding-right: 50% !important
    }
    .pb-sm-p50,
    .py-sm-p50 {
        padding-bottom: 50% !important
    }
    .pl-sm-p50,
    .px-sm-p50 {
        padding-left: 50% !important
    }
    .p-sm-p60 {
        padding: 60% !important
    }
    .pt-sm-p60,
    .py-sm-p60 {
        padding-top: 60% !important
    }
    .pr-sm-p60,
    .px-sm-p60 {
        padding-right: 60% !important
    }
    .pb-sm-p60,
    .py-sm-p60 {
        padding-bottom: 60% !important
    }
    .pl-sm-p60,
    .px-sm-p60 {
        padding-left: 60% !important
    }
    .p-sm-p70 {
        padding: 70% !important
    }
    .pt-sm-p70,
    .py-sm-p70 {
        padding-top: 70% !important
    }
    .pr-sm-p70,
    .px-sm-p70 {
        padding-right: 70% !important
    }
    .pb-sm-p70,
    .py-sm-p70 {
        padding-bottom: 70% !important
    }
    .pl-sm-p70,
    .px-sm-p70 {
        padding-left: 70% !important
    }
    .p-sm-p75 {
        padding: 75% !important
    }
    .pt-sm-p75,
    .py-sm-p75 {
        padding-top: 75% !important
    }
    .pr-sm-p75,
    .px-sm-p75 {
        padding-right: 75% !important
    }
    .pb-sm-p75,
    .py-sm-p75 {
        padding-bottom: 75% !important
    }
    .pl-sm-p75,
    .px-sm-p75 {
        padding-left: 75% !important
    }
    .p-sm-p80 {
        padding: 80% !important
    }
    .pt-sm-p80,
    .py-sm-p80 {
        padding-top: 80% !important
    }
    .pr-sm-p80,
    .px-sm-p80 {
        padding-right: 80% !important
    }
    .pb-sm-p80,
    .py-sm-p80 {
        padding-bottom: 80% !important
    }
    .pl-sm-p80,
    .px-sm-p80 {
        padding-left: 80% !important
    }
    .p-sm-p100 {
        padding: 100% !important
    }
    .pt-sm-p100,
    .py-sm-p100 {
        padding-top: 100% !important
    }
    .pr-sm-p100,
    .px-sm-p100 {
        padding-right: 100% !important
    }
    .pb-sm-p100,
    .py-sm-p100 {
        padding-bottom: 100% !important
    }
    .pl-sm-p100,
    .px-sm-p100 {
        padding-left: 100% !important
    }
    .m-sm-n3 {
        margin: -.189rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -.189rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -.189rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -.189rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -.189rem !important
    }
    .m-sm-n5 {
        margin: -.315rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -.315rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -.315rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -.315rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -.315rem !important
    }
    .m-sm-n10 {
        margin: -.63rem !important
    }
    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -.63rem !important
    }
    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -.63rem !important
    }
    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -.63rem !important
    }
    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -.63rem !important
    }
    .m-sm-n15 {
        margin: -.945rem !important
    }
    .mt-sm-n15,
    .my-sm-n15 {
        margin-top: -.945rem !important
    }
    .mr-sm-n15,
    .mx-sm-n15 {
        margin-right: -.945rem !important
    }
    .mb-sm-n15,
    .my-sm-n15 {
        margin-bottom: -.945rem !important
    }
    .ml-sm-n15,
    .mx-sm-n15 {
        margin-left: -.945rem !important
    }
    .m-sm-n20 {
        margin: -1.26rem !important
    }
    .mt-sm-n20,
    .my-sm-n20 {
        margin-top: -1.26rem !important
    }
    .mr-sm-n20,
    .mx-sm-n20 {
        margin-right: -1.26rem !important
    }
    .mb-sm-n20,
    .my-sm-n20 {
        margin-bottom: -1.26rem !important
    }
    .ml-sm-n20,
    .mx-sm-n20 {
        margin-left: -1.26rem !important
    }
    .m-sm-n25 {
        margin: -1.575rem !important
    }
    .mt-sm-n25,
    .my-sm-n25 {
        margin-top: -1.575rem !important
    }
    .mr-sm-n25,
    .mx-sm-n25 {
        margin-right: -1.575rem !important
    }
    .mb-sm-n25,
    .my-sm-n25 {
        margin-bottom: -1.575rem !important
    }
    .ml-sm-n25,
    .mx-sm-n25 {
        margin-left: -1.575rem !important
    }
    .m-sm-n30 {
        margin: -1.89rem !important
    }
    .mt-sm-n30,
    .my-sm-n30 {
        margin-top: -1.89rem !important
    }
    .mr-sm-n30,
    .mx-sm-n30 {
        margin-right: -1.89rem !important
    }
    .mb-sm-n30,
    .my-sm-n30 {
        margin-bottom: -1.89rem !important
    }
    .ml-sm-n30,
    .mx-sm-n30 {
        margin-left: -1.89rem !important
    }
    .m-sm-n35 {
        margin: -2.205rem !important
    }
    .mt-sm-n35,
    .my-sm-n35 {
        margin-top: -2.205rem !important
    }
    .mr-sm-n35,
    .mx-sm-n35 {
        margin-right: -2.205rem !important
    }
    .mb-sm-n35,
    .my-sm-n35 {
        margin-bottom: -2.205rem !important
    }
    .ml-sm-n35,
    .mx-sm-n35 {
        margin-left: -2.205rem !important
    }
    .m-sm-n40 {
        margin: -2.52rem !important
    }
    .mt-sm-n40,
    .my-sm-n40 {
        margin-top: -2.52rem !important
    }
    .mr-sm-n40,
    .mx-sm-n40 {
        margin-right: -2.52rem !important
    }
    .mb-sm-n40,
    .my-sm-n40 {
        margin-bottom: -2.52rem !important
    }
    .ml-sm-n40,
    .mx-sm-n40 {
        margin-left: -2.52rem !important
    }
    .m-sm-n50 {
        margin: -3.15rem !important
    }
    .mt-sm-n50,
    .my-sm-n50 {
        margin-top: -3.15rem !important
    }
    .mr-sm-n50,
    .mx-sm-n50 {
        margin-right: -3.15rem !important
    }
    .mb-sm-n50,
    .my-sm-n50 {
        margin-bottom: -3.15rem !important
    }
    .ml-sm-n50,
    .mx-sm-n50 {
        margin-left: -3.15rem !important
    }
    .m-sm-n60 {
        margin: -3.78rem !important
    }
    .mt-sm-n60,
    .my-sm-n60 {
        margin-top: -3.78rem !important
    }
    .mr-sm-n60,
    .mx-sm-n60 {
        margin-right: -3.78rem !important
    }
    .mb-sm-n60,
    .my-sm-n60 {
        margin-bottom: -3.78rem !important
    }
    .ml-sm-n60,
    .mx-sm-n60 {
        margin-left: -3.78rem !important
    }
    .m-sm-n70 {
        margin: -4.41rem !important
    }
    .mt-sm-n70,
    .my-sm-n70 {
        margin-top: -4.41rem !important
    }
    .mr-sm-n70,
    .mx-sm-n70 {
        margin-right: -4.41rem !important
    }
    .mb-sm-n70,
    .my-sm-n70 {
        margin-bottom: -4.41rem !important
    }
    .ml-sm-n70,
    .mx-sm-n70 {
        margin-left: -4.41rem !important
    }
    .m-sm-n80 {
        margin: -5.04rem !important
    }
    .mt-sm-n80,
    .my-sm-n80 {
        margin-top: -5.04rem !important
    }
    .mr-sm-n80,
    .mx-sm-n80 {
        margin-right: -5.04rem !important
    }
    .mb-sm-n80,
    .my-sm-n80 {
        margin-bottom: -5.04rem !important
    }
    .ml-sm-n80,
    .mx-sm-n80 {
        margin-left: -5.04rem !important
    }
    .m-sm-n90 {
        margin: -5.67rem !important
    }
    .mt-sm-n90,
    .my-sm-n90 {
        margin-top: -5.67rem !important
    }
    .mr-sm-n90,
    .mx-sm-n90 {
        margin-right: -5.67rem !important
    }
    .mb-sm-n90,
    .my-sm-n90 {
        margin-bottom: -5.67rem !important
    }
    .ml-sm-n90,
    .mx-sm-n90 {
        margin-left: -5.67rem !important
    }
    .m-sm-n100 {
        margin: -6.3rem !important
    }
    .mt-sm-n100,
    .my-sm-n100 {
        margin-top: -6.3rem !important
    }
    .mr-sm-n100,
    .mx-sm-n100 {
        margin-right: -6.3rem !important
    }
    .mb-sm-n100,
    .my-sm-n100 {
        margin-bottom: -6.3rem !important
    }
    .ml-sm-n100,
    .mx-sm-n100 {
        margin-left: -6.3rem !important
    }
    .m-sm-n150 {
        margin: -9.45rem !important
    }
    .mt-sm-n150,
    .my-sm-n150 {
        margin-top: -9.45rem !important
    }
    .mr-sm-n150,
    .mx-sm-n150 {
        margin-right: -9.45rem !important
    }
    .mb-sm-n150,
    .my-sm-n150 {
        margin-bottom: -9.45rem !important
    }
    .ml-sm-n150,
    .mx-sm-n150 {
        margin-left: -9.45rem !important
    }
    .m-sm-n200 {
        margin: -12.6rem !important
    }
    .mt-sm-n200,
    .my-sm-n200 {
        margin-top: -12.6rem !important
    }
    .mr-sm-n200,
    .mx-sm-n200 {
        margin-right: -12.6rem !important
    }
    .mb-sm-n200,
    .my-sm-n200 {
        margin-bottom: -12.6rem !important
    }
    .ml-sm-n200,
    .mx-sm-n200 {
        margin-left: -12.6rem !important
    }
    .m-sm-n250 {
        margin: -15.75rem !important
    }
    .mt-sm-n250,
    .my-sm-n250 {
        margin-top: -15.75rem !important
    }
    .mr-sm-n250,
    .mx-sm-n250 {
        margin-right: -15.75rem !important
    }
    .mb-sm-n250,
    .my-sm-n250 {
        margin-bottom: -15.75rem !important
    }
    .ml-sm-n250,
    .mx-sm-n250 {
        margin-left: -15.75rem !important
    }
    .m-sm-n300 {
        margin: -18.9rem !important
    }
    .mt-sm-n300,
    .my-sm-n300 {
        margin-top: -18.9rem !important
    }
    .mr-sm-n300,
    .mx-sm-n300 {
        margin-right: -18.9rem !important
    }
    .mb-sm-n300,
    .my-sm-n300 {
        margin-bottom: -18.9rem !important
    }
    .ml-sm-n300,
    .mx-sm-n300 {
        margin-left: -18.9rem !important
    }
    .m-sm-n350 {
        margin: -22.05rem !important
    }
    .mt-sm-n350,
    .my-sm-n350 {
        margin-top: -22.05rem !important
    }
    .mr-sm-n350,
    .mx-sm-n350 {
        margin-right: -22.05rem !important
    }
    .mb-sm-n350,
    .my-sm-n350 {
        margin-bottom: -22.05rem !important
    }
    .ml-sm-n350,
    .mx-sm-n350 {
        margin-left: -22.05rem !important
    }
    .m-sm-n400 {
        margin: -25.2rem !important
    }
    .mt-sm-n400,
    .my-sm-n400 {
        margin-top: -25.2rem !important
    }
    .mr-sm-n400,
    .mx-sm-n400 {
        margin-right: -25.2rem !important
    }
    .mb-sm-n400,
    .my-sm-n400 {
        margin-bottom: -25.2rem !important
    }
    .ml-sm-n400,
    .mx-sm-n400 {
        margin-left: -25.2rem !important
    }
    .m-sm-n450 {
        margin: -28.35rem !important
    }
    .mt-sm-n450,
    .my-sm-n450 {
        margin-top: -28.35rem !important
    }
    .mr-sm-n450,
    .mx-sm-n450 {
        margin-right: -28.35rem !important
    }
    .mb-sm-n450,
    .my-sm-n450 {
        margin-bottom: -28.35rem !important
    }
    .ml-sm-n450,
    .mx-sm-n450 {
        margin-left: -28.35rem !important
    }
    .m-sm-n500 {
        margin: -31.5rem !important
    }
    .mt-sm-n500,
    .my-sm-n500 {
        margin-top: -31.5rem !important
    }
    .mr-sm-n500,
    .mx-sm-n500 {
        margin-right: -31.5rem !important
    }
    .mb-sm-n500,
    .my-sm-n500 {
        margin-bottom: -31.5rem !important
    }
    .ml-sm-n500,
    .mx-sm-n500 {
        margin-left: -31.5rem !important
    }
    .m-sm-n550 {
        margin: -34.65rem !important
    }
    .mt-sm-n550,
    .my-sm-n550 {
        margin-top: -34.65rem !important
    }
    .mr-sm-n550,
    .mx-sm-n550 {
        margin-right: -34.65rem !important
    }
    .mb-sm-n550,
    .my-sm-n550 {
        margin-bottom: -34.65rem !important
    }
    .ml-sm-n550,
    .mx-sm-n550 {
        margin-left: -34.65rem !important
    }
    .m-sm-n600 {
        margin: -37.8rem !important
    }
    .mt-sm-n600,
    .my-sm-n600 {
        margin-top: -37.8rem !important
    }
    .mr-sm-n600,
    .mx-sm-n600 {
        margin-right: -37.8rem !important
    }
    .mb-sm-n600,
    .my-sm-n600 {
        margin-bottom: -37.8rem !important
    }
    .ml-sm-n600,
    .mx-sm-n600 {
        margin-left: -37.8rem !important
    }
    .m-sm-n650 {
        margin: -40.95rem !important
    }
    .mt-sm-n650,
    .my-sm-n650 {
        margin-top: -40.95rem !important
    }
    .mr-sm-n650,
    .mx-sm-n650 {
        margin-right: -40.95rem !important
    }
    .mb-sm-n650,
    .my-sm-n650 {
        margin-bottom: -40.95rem !important
    }
    .ml-sm-n650,
    .mx-sm-n650 {
        margin-left: -40.95rem !important
    }
    .m-sm-np5 {
        margin: -5% !important
    }
    .mt-sm-np5,
    .my-sm-np5 {
        margin-top: -5% !important
    }
    .mr-sm-np5,
    .mx-sm-np5 {
        margin-right: -5% !important
    }
    .mb-sm-np5,
    .my-sm-np5 {
        margin-bottom: -5% !important
    }
    .ml-sm-np5,
    .mx-sm-np5 {
        margin-left: -5% !important
    }
    .m-sm-np10 {
        margin: -10% !important
    }
    .mt-sm-np10,
    .my-sm-np10 {
        margin-top: -10% !important
    }
    .mr-sm-np10,
    .mx-sm-np10 {
        margin-right: -10% !important
    }
    .mb-sm-np10,
    .my-sm-np10 {
        margin-bottom: -10% !important
    }
    .ml-sm-np10,
    .mx-sm-np10 {
        margin-left: -10% !important
    }
    .m-sm-np15 {
        margin: -15% !important
    }
    .mt-sm-np15,
    .my-sm-np15 {
        margin-top: -15% !important
    }
    .mr-sm-np15,
    .mx-sm-np15 {
        margin-right: -15% !important
    }
    .mb-sm-np15,
    .my-sm-np15 {
        margin-bottom: -15% !important
    }
    .ml-sm-np15,
    .mx-sm-np15 {
        margin-left: -15% !important
    }
    .m-sm-np20 {
        margin: -20% !important
    }
    .mt-sm-np20,
    .my-sm-np20 {
        margin-top: -20% !important
    }
    .mr-sm-np20,
    .mx-sm-np20 {
        margin-right: -20% !important
    }
    .mb-sm-np20,
    .my-sm-np20 {
        margin-bottom: -20% !important
    }
    .ml-sm-np20,
    .mx-sm-np20 {
        margin-left: -20% !important
    }
    .m-sm-np25 {
        margin: -25% !important
    }
    .mt-sm-np25,
    .my-sm-np25 {
        margin-top: -25% !important
    }
    .mr-sm-np25,
    .mx-sm-np25 {
        margin-right: -25% !important
    }
    .mb-sm-np25,
    .my-sm-np25 {
        margin-bottom: -25% !important
    }
    .ml-sm-np25,
    .mx-sm-np25 {
        margin-left: -25% !important
    }
    .m-sm-np30 {
        margin: -30% !important
    }
    .mt-sm-np30,
    .my-sm-np30 {
        margin-top: -30% !important
    }
    .mr-sm-np30,
    .mx-sm-np30 {
        margin-right: -30% !important
    }
    .mb-sm-np30,
    .my-sm-np30 {
        margin-bottom: -30% !important
    }
    .ml-sm-np30,
    .mx-sm-np30 {
        margin-left: -30% !important
    }
    .m-sm-np33 {
        margin: -33.3333% !important
    }
    .mt-sm-np33,
    .my-sm-np33 {
        margin-top: -33.3333% !important
    }
    .mr-sm-np33,
    .mx-sm-np33 {
        margin-right: -33.3333% !important
    }
    .mb-sm-np33,
    .my-sm-np33 {
        margin-bottom: -33.3333% !important
    }
    .ml-sm-np33,
    .mx-sm-np33 {
        margin-left: -33.3333% !important
    }
    .m-sm-np40 {
        margin: -40% !important
    }
    .mt-sm-np40,
    .my-sm-np40 {
        margin-top: -40% !important
    }
    .mr-sm-np40,
    .mx-sm-np40 {
        margin-right: -40% !important
    }
    .mb-sm-np40,
    .my-sm-np40 {
        margin-bottom: -40% !important
    }
    .ml-sm-np40,
    .mx-sm-np40 {
        margin-left: -40% !important
    }
    .m-sm-np50 {
        margin: -50% !important
    }
    .mt-sm-np50,
    .my-sm-np50 {
        margin-top: -50% !important
    }
    .mr-sm-np50,
    .mx-sm-np50 {
        margin-right: -50% !important
    }
    .mb-sm-np50,
    .my-sm-np50 {
        margin-bottom: -50% !important
    }
    .ml-sm-np50,
    .mx-sm-np50 {
        margin-left: -50% !important
    }
    .m-sm-np60 {
        margin: -60% !important
    }
    .mt-sm-np60,
    .my-sm-np60 {
        margin-top: -60% !important
    }
    .mr-sm-np60,
    .mx-sm-np60 {
        margin-right: -60% !important
    }
    .mb-sm-np60,
    .my-sm-np60 {
        margin-bottom: -60% !important
    }
    .ml-sm-np60,
    .mx-sm-np60 {
        margin-left: -60% !important
    }
    .m-sm-np70 {
        margin: -70% !important
    }
    .mt-sm-np70,
    .my-sm-np70 {
        margin-top: -70% !important
    }
    .mr-sm-np70,
    .mx-sm-np70 {
        margin-right: -70% !important
    }
    .mb-sm-np70,
    .my-sm-np70 {
        margin-bottom: -70% !important
    }
    .ml-sm-np70,
    .mx-sm-np70 {
        margin-left: -70% !important
    }
    .m-sm-np75 {
        margin: -75% !important
    }
    .mt-sm-np75,
    .my-sm-np75 {
        margin-top: -75% !important
    }
    .mr-sm-np75,
    .mx-sm-np75 {
        margin-right: -75% !important
    }
    .mb-sm-np75,
    .my-sm-np75 {
        margin-bottom: -75% !important
    }
    .ml-sm-np75,
    .mx-sm-np75 {
        margin-left: -75% !important
    }
    .m-sm-np80 {
        margin: -80% !important
    }
    .mt-sm-np80,
    .my-sm-np80 {
        margin-top: -80% !important
    }
    .mr-sm-np80,
    .mx-sm-np80 {
        margin-right: -80% !important
    }
    .mb-sm-np80,
    .my-sm-np80 {
        margin-bottom: -80% !important
    }
    .ml-sm-np80,
    .mx-sm-np80 {
        margin-left: -80% !important
    }
    .m-sm-np100 {
        margin: -100% !important
    }
    .mt-sm-np100,
    .my-sm-np100 {
        margin-top: -100% !important
    }
    .mr-sm-np100,
    .mx-sm-np100 {
        margin-right: -100% !important
    }
    .mb-sm-np100,
    .my-sm-np100 {
        margin-bottom: -100% !important
    }
    .ml-sm-np100,
    .mx-sm-np100 {
        margin-left: -100% !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-3 {
        margin: .189rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: .189rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: .189rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: .189rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: .189rem !important
    }
    .m-md-5 {
        margin: .315rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: .315rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: .315rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: .315rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: .315rem !important
    }
    .m-md-10 {
        margin: .63rem !important
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: .63rem !important
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: .63rem !important
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: .63rem !important
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: .63rem !important
    }
    .m-md-15 {
        margin: .945rem !important
    }
    .mt-md-15,
    .my-md-15 {
        margin-top: .945rem !important
    }
    .mr-md-15,
    .mx-md-15 {
        margin-right: .945rem !important
    }
    .mb-md-15,
    .my-md-15 {
        margin-bottom: .945rem !important
    }
    .ml-md-15,
    .mx-md-15 {
        margin-left: .945rem !important
    }
    .m-md-20 {
        margin: 1.26rem !important
    }
    .mt-md-20,
    .my-md-20 {
        margin-top: 1.26rem !important
    }
    .mr-md-20,
    .mx-md-20 {
        margin-right: 1.26rem !important
    }
    .mb-md-20,
    .my-md-20 {
        margin-bottom: 1.26rem !important
    }
    .ml-md-20,
    .mx-md-20 {
        margin-left: 1.26rem !important
    }
    .m-md-25 {
        margin: 1.575rem !important
    }
    .mt-md-25,
    .my-md-25 {
        margin-top: 1.575rem !important
    }
    .mr-md-25,
    .mx-md-25 {
        margin-right: 1.575rem !important
    }
    .mb-md-25,
    .my-md-25 {
        margin-bottom: 1.575rem !important
    }
    .ml-md-25,
    .mx-md-25 {
        margin-left: 1.575rem !important
    }
    .m-md-30 {
        margin: 1.89rem !important
    }
    .mt-md-30,
    .my-md-30 {
        margin-top: 1.89rem !important
    }
    .mr-md-30,
    .mx-md-30 {
        margin-right: 1.89rem !important
    }
    .mb-md-30,
    .my-md-30 {
        margin-bottom: 1.89rem !important
    }
    .ml-md-30,
    .mx-md-30 {
        margin-left: 1.89rem !important
    }
    .m-md-35 {
        margin: 2.205rem !important
    }
    .mt-md-35,
    .my-md-35 {
        margin-top: 2.205rem !important
    }
    .mr-md-35,
    .mx-md-35 {
        margin-right: 2.205rem !important
    }
    .mb-md-35,
    .my-md-35 {
        margin-bottom: 2.205rem !important
    }
    .ml-md-35,
    .mx-md-35 {
        margin-left: 2.205rem !important
    }
    .m-md-40 {
        margin: 2.52rem !important
    }
    .mt-md-40,
    .my-md-40 {
        margin-top: 2.52rem !important
    }
    .mr-md-40,
    .mx-md-40 {
        margin-right: 2.52rem !important
    }
    .mb-md-40,
    .my-md-40 {
        margin-bottom: 2.52rem !important
    }
    .ml-md-40,
    .mx-md-40 {
        margin-left: 2.52rem !important
    }
    .m-md-50 {
        margin: 3.15rem !important
    }
    .mt-md-50,
    .my-md-50 {
        margin-top: 3.15rem !important
    }
    .mr-md-50,
    .mx-md-50 {
        margin-right: 3.15rem !important
    }
    .mb-md-50,
    .my-md-50 {
        margin-bottom: 3.15rem !important
    }
    .ml-md-50,
    .mx-md-50 {
        margin-left: 3.15rem !important
    }
    .m-md-60 {
        margin: 3.78rem !important
    }
    .mt-md-60,
    .my-md-60 {
        margin-top: 3.78rem !important
    }
    .mr-md-60,
    .mx-md-60 {
        margin-right: 3.78rem !important
    }
    .mb-md-60,
    .my-md-60 {
        margin-bottom: 3.78rem !important
    }
    .ml-md-60,
    .mx-md-60 {
        margin-left: 3.78rem !important
    }
    .m-md-70 {
        margin: 4.41rem !important
    }
    .mt-md-70,
    .my-md-70 {
        margin-top: 4.41rem !important
    }
    .mr-md-70,
    .mx-md-70 {
        margin-right: 4.41rem !important
    }
    .mb-md-70,
    .my-md-70 {
        margin-bottom: 4.41rem !important
    }
    .ml-md-70,
    .mx-md-70 {
        margin-left: 4.41rem !important
    }
    .m-md-80 {
        margin: 5.04rem !important
    }
    .mt-md-80,
    .my-md-80 {
        margin-top: 5.04rem !important
    }
    .mr-md-80,
    .mx-md-80 {
        margin-right: 5.04rem !important
    }
    .mb-md-80,
    .my-md-80 {
        margin-bottom: 5.04rem !important
    }
    .ml-md-80,
    .mx-md-80 {
        margin-left: 5.04rem !important
    }
    .m-md-90 {
        margin: 5.67rem !important
    }
    .mt-md-90,
    .my-md-90 {
        margin-top: 5.67rem !important
    }
    .mr-md-90,
    .mx-md-90 {
        margin-right: 5.67rem !important
    }
    .mb-md-90,
    .my-md-90 {
        margin-bottom: 5.67rem !important
    }
    .ml-md-90,
    .mx-md-90 {
        margin-left: 5.67rem !important
    }
    .m-md-100 {
        margin: 6.3rem !important
    }
    .mt-md-100,
    .my-md-100 {
        margin-top: 6.3rem !important
    }
    .mr-md-100,
    .mx-md-100 {
        margin-right: 6.3rem !important
    }
    .mb-md-100,
    .my-md-100 {
        margin-bottom: 6.3rem !important
    }
    .ml-md-100,
    .mx-md-100 {
        margin-left: 6.3rem !important
    }
    .m-md-150 {
        margin: 9.45rem !important
    }
    .mt-md-150,
    .my-md-150 {
        margin-top: 9.45rem !important
    }
    .mr-md-150,
    .mx-md-150 {
        margin-right: 9.45rem !important
    }
    .mb-md-150,
    .my-md-150 {
        margin-bottom: 9.45rem !important
    }
    .ml-md-150,
    .mx-md-150 {
        margin-left: 9.45rem !important
    }
    .m-md-200 {
        margin: 12.6rem !important
    }
    .mt-md-200,
    .my-md-200 {
        margin-top: 12.6rem !important
    }
    .mr-md-200,
    .mx-md-200 {
        margin-right: 12.6rem !important
    }
    .mb-md-200,
    .my-md-200 {
        margin-bottom: 12.6rem !important
    }
    .ml-md-200,
    .mx-md-200 {
        margin-left: 12.6rem !important
    }
    .m-md-250 {
        margin: 15.75rem !important
    }
    .mt-md-250,
    .my-md-250 {
        margin-top: 15.75rem !important
    }
    .mr-md-250,
    .mx-md-250 {
        margin-right: 15.75rem !important
    }
    .mb-md-250,
    .my-md-250 {
        margin-bottom: 15.75rem !important
    }
    .ml-md-250,
    .mx-md-250 {
        margin-left: 15.75rem !important
    }
    .m-md-300 {
        margin: 18.9rem !important
    }
    .mt-md-300,
    .my-md-300 {
        margin-top: 18.9rem !important
    }
    .mr-md-300,
    .mx-md-300 {
        margin-right: 18.9rem !important
    }
    .mb-md-300,
    .my-md-300 {
        margin-bottom: 18.9rem !important
    }
    .ml-md-300,
    .mx-md-300 {
        margin-left: 18.9rem !important
    }
    .m-md-350 {
        margin: 22.05rem !important
    }
    .mt-md-350,
    .my-md-350 {
        margin-top: 22.05rem !important
    }
    .mr-md-350,
    .mx-md-350 {
        margin-right: 22.05rem !important
    }
    .mb-md-350,
    .my-md-350 {
        margin-bottom: 22.05rem !important
    }
    .ml-md-350,
    .mx-md-350 {
        margin-left: 22.05rem !important
    }
    .m-md-400 {
        margin: 25.2rem !important
    }
    .mt-md-400,
    .my-md-400 {
        margin-top: 25.2rem !important
    }
    .mr-md-400,
    .mx-md-400 {
        margin-right: 25.2rem !important
    }
    .mb-md-400,
    .my-md-400 {
        margin-bottom: 25.2rem !important
    }
    .ml-md-400,
    .mx-md-400 {
        margin-left: 25.2rem !important
    }
    .m-md-450 {
        margin: 28.35rem !important
    }
    .mt-md-450,
    .my-md-450 {
        margin-top: 28.35rem !important
    }
    .mr-md-450,
    .mx-md-450 {
        margin-right: 28.35rem !important
    }
    .mb-md-450,
    .my-md-450 {
        margin-bottom: 28.35rem !important
    }
    .ml-md-450,
    .mx-md-450 {
        margin-left: 28.35rem !important
    }
    .m-md-500 {
        margin: 31.5rem !important
    }
    .mt-md-500,
    .my-md-500 {
        margin-top: 31.5rem !important
    }
    .mr-md-500,
    .mx-md-500 {
        margin-right: 31.5rem !important
    }
    .mb-md-500,
    .my-md-500 {
        margin-bottom: 31.5rem !important
    }
    .ml-md-500,
    .mx-md-500 {
        margin-left: 31.5rem !important
    }
    .m-md-550 {
        margin: 34.65rem !important
    }
    .mt-md-550,
    .my-md-550 {
        margin-top: 34.65rem !important
    }
    .mr-md-550,
    .mx-md-550 {
        margin-right: 34.65rem !important
    }
    .mb-md-550,
    .my-md-550 {
        margin-bottom: 34.65rem !important
    }
    .ml-md-550,
    .mx-md-550 {
        margin-left: 34.65rem !important
    }
    .m-md-600 {
        margin: 37.8rem !important
    }
    .mt-md-600,
    .my-md-600 {
        margin-top: 37.8rem !important
    }
    .mr-md-600,
    .mx-md-600 {
        margin-right: 37.8rem !important
    }
    .mb-md-600,
    .my-md-600 {
        margin-bottom: 37.8rem !important
    }
    .ml-md-600,
    .mx-md-600 {
        margin-left: 37.8rem !important
    }
    .m-md-650 {
        margin: 40.95rem !important
    }
    .mt-md-650,
    .my-md-650 {
        margin-top: 40.95rem !important
    }
    .mr-md-650,
    .mx-md-650 {
        margin-right: 40.95rem !important
    }
    .mb-md-650,
    .my-md-650 {
        margin-bottom: 40.95rem !important
    }
    .ml-md-650,
    .mx-md-650 {
        margin-left: 40.95rem !important
    }
    .m-md-p5 {
        margin: 5% !important
    }
    .mt-md-p5,
    .my-md-p5 {
        margin-top: 5% !important
    }
    .mr-md-p5,
    .mx-md-p5 {
        margin-right: 5% !important
    }
    .mb-md-p5,
    .my-md-p5 {
        margin-bottom: 5% !important
    }
    .ml-md-p5,
    .mx-md-p5 {
        margin-left: 5% !important
    }
    .m-md-p10 {
        margin: 10% !important
    }
    .mt-md-p10,
    .my-md-p10 {
        margin-top: 10% !important
    }
    .mr-md-p10,
    .mx-md-p10 {
        margin-right: 10% !important
    }
    .mb-md-p10,
    .my-md-p10 {
        margin-bottom: 10% !important
    }
    .ml-md-p10,
    .mx-md-p10 {
        margin-left: 10% !important
    }
    .m-md-p15 {
        margin: 15% !important
    }
    .mt-md-p15,
    .my-md-p15 {
        margin-top: 15% !important
    }
    .mr-md-p15,
    .mx-md-p15 {
        margin-right: 15% !important
    }
    .mb-md-p15,
    .my-md-p15 {
        margin-bottom: 15% !important
    }
    .ml-md-p15,
    .mx-md-p15 {
        margin-left: 15% !important
    }
    .m-md-p20 {
        margin: 20% !important
    }
    .mt-md-p20,
    .my-md-p20 {
        margin-top: 20% !important
    }
    .mr-md-p20,
    .mx-md-p20 {
        margin-right: 20% !important
    }
    .mb-md-p20,
    .my-md-p20 {
        margin-bottom: 20% !important
    }
    .ml-md-p20,
    .mx-md-p20 {
        margin-left: 20% !important
    }
    .m-md-p25 {
        margin: 25% !important
    }
    .mt-md-p25,
    .my-md-p25 {
        margin-top: 25% !important
    }
    .mr-md-p25,
    .mx-md-p25 {
        margin-right: 25% !important
    }
    .mb-md-p25,
    .my-md-p25 {
        margin-bottom: 25% !important
    }
    .ml-md-p25,
    .mx-md-p25 {
        margin-left: 25% !important
    }
    .m-md-p30 {
        margin: 30% !important
    }
    .mt-md-p30,
    .my-md-p30 {
        margin-top: 30% !important
    }
    .mr-md-p30,
    .mx-md-p30 {
        margin-right: 30% !important
    }
    .mb-md-p30,
    .my-md-p30 {
        margin-bottom: 30% !important
    }
    .ml-md-p30,
    .mx-md-p30 {
        margin-left: 30% !important
    }
    .m-md-p33 {
        margin: 33.3333% !important
    }
    .mt-md-p33,
    .my-md-p33 {
        margin-top: 33.3333% !important
    }
    .mr-md-p33,
    .mx-md-p33 {
        margin-right: 33.3333% !important
    }
    .mb-md-p33,
    .my-md-p33 {
        margin-bottom: 33.3333% !important
    }
    .ml-md-p33,
    .mx-md-p33 {
        margin-left: 33.3333% !important
    }
    .m-md-p40 {
        margin: 40% !important
    }
    .mt-md-p40,
    .my-md-p40 {
        margin-top: 40% !important
    }
    .mr-md-p40,
    .mx-md-p40 {
        margin-right: 40% !important
    }
    .mb-md-p40,
    .my-md-p40 {
        margin-bottom: 40% !important
    }
    .ml-md-p40,
    .mx-md-p40 {
        margin-left: 40% !important
    }
    .m-md-p50 {
        margin: 50% !important
    }
    .mt-md-p50,
    .my-md-p50 {
        margin-top: 50% !important
    }
    .mr-md-p50,
    .mx-md-p50 {
        margin-right: 50% !important
    }
    .mb-md-p50,
    .my-md-p50 {
        margin-bottom: 50% !important
    }
    .ml-md-p50,
    .mx-md-p50 {
        margin-left: 50% !important
    }
    .m-md-p60 {
        margin: 60% !important
    }
    .mt-md-p60,
    .my-md-p60 {
        margin-top: 60% !important
    }
    .mr-md-p60,
    .mx-md-p60 {
        margin-right: 60% !important
    }
    .mb-md-p60,
    .my-md-p60 {
        margin-bottom: 60% !important
    }
    .ml-md-p60,
    .mx-md-p60 {
        margin-left: 60% !important
    }
    .m-md-p70 {
        margin: 70% !important
    }
    .mt-md-p70,
    .my-md-p70 {
        margin-top: 70% !important
    }
    .mr-md-p70,
    .mx-md-p70 {
        margin-right: 70% !important
    }
    .mb-md-p70,
    .my-md-p70 {
        margin-bottom: 70% !important
    }
    .ml-md-p70,
    .mx-md-p70 {
        margin-left: 70% !important
    }
    .m-md-p75 {
        margin: 75% !important
    }
    .mt-md-p75,
    .my-md-p75 {
        margin-top: 75% !important
    }
    .mr-md-p75,
    .mx-md-p75 {
        margin-right: 75% !important
    }
    .mb-md-p75,
    .my-md-p75 {
        margin-bottom: 75% !important
    }
    .ml-md-p75,
    .mx-md-p75 {
        margin-left: 75% !important
    }
    .m-md-p80 {
        margin: 80% !important
    }
    .mt-md-p80,
    .my-md-p80 {
        margin-top: 80% !important
    }
    .mr-md-p80,
    .mx-md-p80 {
        margin-right: 80% !important
    }
    .mb-md-p80,
    .my-md-p80 {
        margin-bottom: 80% !important
    }
    .ml-md-p80,
    .mx-md-p80 {
        margin-left: 80% !important
    }
    .m-md-p100 {
        margin: 100% !important
    }
    .mt-md-p100,
    .my-md-p100 {
        margin-top: 100% !important
    }
    .mr-md-p100,
    .mx-md-p100 {
        margin-right: 100% !important
    }
    .mb-md-p100,
    .my-md-p100 {
        margin-bottom: 100% !important
    }
    .ml-md-p100,
    .mx-md-p100 {
        margin-left: 100% !important
    }
    .p-md-3 {
        padding: .189rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: .189rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: .189rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: .189rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: .189rem !important
    }
    .p-md-5 {
        padding: .315rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: .315rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: .315rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: .315rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: .315rem !important
    }
    .p-md-10 {
        padding: .63rem !important
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: .63rem !important
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: .63rem !important
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: .63rem !important
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: .63rem !important
    }
    .p-md-15 {
        padding: .945rem !important
    }
    .pt-md-15,
    .py-md-15 {
        padding-top: .945rem !important
    }
    .pr-md-15,
    .px-md-15 {
        padding-right: .945rem !important
    }
    .pb-md-15,
    .py-md-15 {
        padding-bottom: .945rem !important
    }
    .pl-md-15,
    .px-md-15 {
        padding-left: .945rem !important
    }
    .p-md-20 {
        padding: 1.26rem !important
    }
    .pt-md-20,
    .py-md-20 {
        padding-top: 1.26rem !important
    }
    .pr-md-20,
    .px-md-20 {
        padding-right: 1.26rem !important
    }
    .pb-md-20,
    .py-md-20 {
        padding-bottom: 1.26rem !important
    }
    .pl-md-20,
    .px-md-20 {
        padding-left: 1.26rem !important
    }
    .p-md-25 {
        padding: 1.575rem !important
    }
    .pt-md-25,
    .py-md-25 {
        padding-top: 1.575rem !important
    }
    .pr-md-25,
    .px-md-25 {
        padding-right: 1.575rem !important
    }
    .pb-md-25,
    .py-md-25 {
        padding-bottom: 1.575rem !important
    }
    .pl-md-25,
    .px-md-25 {
        padding-left: 1.575rem !important
    }
    .p-md-30 {
        padding: 1.89rem !important
    }
    .pt-md-30,
    .py-md-30 {
        padding-top: 1.89rem !important
    }
    .pr-md-30,
    .px-md-30 {
        padding-right: 1.89rem !important
    }
    .pb-md-30,
    .py-md-30 {
        padding-bottom: 1.89rem !important
    }
    .pl-md-30,
    .px-md-30 {
        padding-left: 1.89rem !important
    }
    .p-md-35 {
        padding: 2.205rem !important
    }
    .pt-md-35,
    .py-md-35 {
        padding-top: 2.205rem !important
    }
    .pr-md-35,
    .px-md-35 {
        padding-right: 2.205rem !important
    }
    .pb-md-35,
    .py-md-35 {
        padding-bottom: 2.205rem !important
    }
    .pl-md-35,
    .px-md-35 {
        padding-left: 2.205rem !important
    }
    .p-md-40 {
        padding: 2.52rem !important
    }
    .pt-md-40,
    .py-md-40 {
        padding-top: 2.52rem !important
    }
    .pr-md-40,
    .px-md-40 {
        padding-right: 2.52rem !important
    }
    .pb-md-40,
    .py-md-40 {
        padding-bottom: 2.52rem !important
    }
    .pl-md-40,
    .px-md-40 {
        padding-left: 2.52rem !important
    }
    .p-md-50 {
        padding: 3.15rem !important
    }
    .pt-md-50,
    .py-md-50 {
        padding-top: 3.15rem !important
    }
    .pr-md-50,
    .px-md-50 {
        padding-right: 3.15rem !important
    }
    .pb-md-50,
    .py-md-50 {
        padding-bottom: 3.15rem !important
    }
    .pl-md-50,
    .px-md-50 {
        padding-left: 3.15rem !important
    }
    .p-md-60 {
        padding: 3.78rem !important
    }
    .pt-md-60,
    .py-md-60 {
        padding-top: 3.78rem !important
    }
    .pr-md-60,
    .px-md-60 {
        padding-right: 3.78rem !important
    }
    .pb-md-60,
    .py-md-60 {
        padding-bottom: 3.78rem !important
    }
    .pl-md-60,
    .px-md-60 {
        padding-left: 3.78rem !important
    }
    .p-md-70 {
        padding: 4.41rem !important
    }
    .pt-md-70,
    .py-md-70 {
        padding-top: 4.41rem !important
    }
    .pr-md-70,
    .px-md-70 {
        padding-right: 4.41rem !important
    }
    .pb-md-70,
    .py-md-70 {
        padding-bottom: 4.41rem !important
    }
    .pl-md-70,
    .px-md-70 {
        padding-left: 4.41rem !important
    }
    .p-md-80 {
        padding: 5.04rem !important
    }
    .pt-md-80,
    .py-md-80 {
        padding-top: 5.04rem !important
    }
    .pr-md-80,
    .px-md-80 {
        padding-right: 5.04rem !important
    }
    .pb-md-80,
    .py-md-80 {
        padding-bottom: 5.04rem !important
    }
    .pl-md-80,
    .px-md-80 {
        padding-left: 5.04rem !important
    }
    .p-md-90 {
        padding: 5.67rem !important
    }
    .pt-md-90,
    .py-md-90 {
        padding-top: 5.67rem !important
    }
    .pr-md-90,
    .px-md-90 {
        padding-right: 5.67rem !important
    }
    .pb-md-90,
    .py-md-90 {
        padding-bottom: 5.67rem !important
    }
    .pl-md-90,
    .px-md-90 {
        padding-left: 5.67rem !important
    }
    .p-md-100 {
        padding: 6.3rem !important
    }
    .pt-md-100,
    .py-md-100 {
        padding-top: 6.3rem !important
    }
    .pr-md-100,
    .px-md-100 {
        padding-right: 6.3rem !important
    }
    .pb-md-100,
    .py-md-100 {
        padding-bottom: 6.3rem !important
    }
    .pl-md-100,
    .px-md-100 {
        padding-left: 6.3rem !important
    }
    .p-md-150 {
        padding: 9.45rem !important
    }
    .pt-md-150,
    .py-md-150 {
        padding-top: 9.45rem !important
    }
    .pr-md-150,
    .px-md-150 {
        padding-right: 9.45rem !important
    }
    .pb-md-150,
    .py-md-150 {
        padding-bottom: 9.45rem !important
    }
    .pl-md-150,
    .px-md-150 {
        padding-left: 9.45rem !important
    }
    .p-md-200 {
        padding: 12.6rem !important
    }
    .pt-md-200,
    .py-md-200 {
        padding-top: 12.6rem !important
    }
    .pr-md-200,
    .px-md-200 {
        padding-right: 12.6rem !important
    }
    .pb-md-200,
    .py-md-200 {
        padding-bottom: 12.6rem !important
    }
    .pl-md-200,
    .px-md-200 {
        padding-left: 12.6rem !important
    }
    .p-md-250 {
        padding: 15.75rem !important
    }
    .pt-md-250,
    .py-md-250 {
        padding-top: 15.75rem !important
    }
    .pr-md-250,
    .px-md-250 {
        padding-right: 15.75rem !important
    }
    .pb-md-250,
    .py-md-250 {
        padding-bottom: 15.75rem !important
    }
    .pl-md-250,
    .px-md-250 {
        padding-left: 15.75rem !important
    }
    .p-md-300 {
        padding: 18.9rem !important
    }
    .pt-md-300,
    .py-md-300 {
        padding-top: 18.9rem !important
    }
    .pr-md-300,
    .px-md-300 {
        padding-right: 18.9rem !important
    }
    .pb-md-300,
    .py-md-300 {
        padding-bottom: 18.9rem !important
    }
    .pl-md-300,
    .px-md-300 {
        padding-left: 18.9rem !important
    }
    .p-md-350 {
        padding: 22.05rem !important
    }
    .pt-md-350,
    .py-md-350 {
        padding-top: 22.05rem !important
    }
    .pr-md-350,
    .px-md-350 {
        padding-right: 22.05rem !important
    }
    .pb-md-350,
    .py-md-350 {
        padding-bottom: 22.05rem !important
    }
    .pl-md-350,
    .px-md-350 {
        padding-left: 22.05rem !important
    }
    .p-md-400 {
        padding: 25.2rem !important
    }
    .pt-md-400,
    .py-md-400 {
        padding-top: 25.2rem !important
    }
    .pr-md-400,
    .px-md-400 {
        padding-right: 25.2rem !important
    }
    .pb-md-400,
    .py-md-400 {
        padding-bottom: 25.2rem !important
    }
    .pl-md-400,
    .px-md-400 {
        padding-left: 25.2rem !important
    }
    .p-md-450 {
        padding: 28.35rem !important
    }
    .pt-md-450,
    .py-md-450 {
        padding-top: 28.35rem !important
    }
    .pr-md-450,
    .px-md-450 {
        padding-right: 28.35rem !important
    }
    .pb-md-450,
    .py-md-450 {
        padding-bottom: 28.35rem !important
    }
    .pl-md-450,
    .px-md-450 {
        padding-left: 28.35rem !important
    }
    .p-md-500 {
        padding: 31.5rem !important
    }
    .pt-md-500,
    .py-md-500 {
        padding-top: 31.5rem !important
    }
    .pr-md-500,
    .px-md-500 {
        padding-right: 31.5rem !important
    }
    .pb-md-500,
    .py-md-500 {
        padding-bottom: 31.5rem !important
    }
    .pl-md-500,
    .px-md-500 {
        padding-left: 31.5rem !important
    }
    .p-md-550 {
        padding: 34.65rem !important
    }
    .pt-md-550,
    .py-md-550 {
        padding-top: 34.65rem !important
    }
    .pr-md-550,
    .px-md-550 {
        padding-right: 34.65rem !important
    }
    .pb-md-550,
    .py-md-550 {
        padding-bottom: 34.65rem !important
    }
    .pl-md-550,
    .px-md-550 {
        padding-left: 34.65rem !important
    }
    .p-md-600 {
        padding: 37.8rem !important
    }
    .pt-md-600,
    .py-md-600 {
        padding-top: 37.8rem !important
    }
    .pr-md-600,
    .px-md-600 {
        padding-right: 37.8rem !important
    }
    .pb-md-600,
    .py-md-600 {
        padding-bottom: 37.8rem !important
    }
    .pl-md-600,
    .px-md-600 {
        padding-left: 37.8rem !important
    }
    .p-md-650 {
        padding: 40.95rem !important
    }
    .pt-md-650,
    .py-md-650 {
        padding-top: 40.95rem !important
    }
    .pr-md-650,
    .px-md-650 {
        padding-right: 40.95rem !important
    }
    .pb-md-650,
    .py-md-650 {
        padding-bottom: 40.95rem !important
    }
    .pl-md-650,
    .px-md-650 {
        padding-left: 40.95rem !important
    }
    .p-md-p5 {
        padding: 5% !important
    }
    .pt-md-p5,
    .py-md-p5 {
        padding-top: 5% !important
    }
    .pr-md-p5,
    .px-md-p5 {
        padding-right: 5% !important
    }
    .pb-md-p5,
    .py-md-p5 {
        padding-bottom: 5% !important
    }
    .pl-md-p5,
    .px-md-p5 {
        padding-left: 5% !important
    }
    .p-md-p10 {
        padding: 10% !important
    }
    .pt-md-p10,
    .py-md-p10 {
        padding-top: 10% !important
    }
    .pr-md-p10,
    .px-md-p10 {
        padding-right: 10% !important
    }
    .pb-md-p10,
    .py-md-p10 {
        padding-bottom: 10% !important
    }
    .pl-md-p10,
    .px-md-p10 {
        padding-left: 10% !important
    }
    .p-md-p15 {
        padding: 15% !important
    }
    .pt-md-p15,
    .py-md-p15 {
        padding-top: 15% !important
    }
    .pr-md-p15,
    .px-md-p15 {
        padding-right: 15% !important
    }
    .pb-md-p15,
    .py-md-p15 {
        padding-bottom: 15% !important
    }
    .pl-md-p15,
    .px-md-p15 {
        padding-left: 15% !important
    }
    .p-md-p20 {
        padding: 20% !important
    }
    .pt-md-p20,
    .py-md-p20 {
        padding-top: 20% !important
    }
    .pr-md-p20,
    .px-md-p20 {
        padding-right: 20% !important
    }
    .pb-md-p20,
    .py-md-p20 {
        padding-bottom: 20% !important
    }
    .pl-md-p20,
    .px-md-p20 {
        padding-left: 20% !important
    }
    .p-md-p25 {
        padding: 25% !important
    }
    .pt-md-p25,
    .py-md-p25 {
        padding-top: 25% !important
    }
    .pr-md-p25,
    .px-md-p25 {
        padding-right: 25% !important
    }
    .pb-md-p25,
    .py-md-p25 {
        padding-bottom: 25% !important
    }
    .pl-md-p25,
    .px-md-p25 {
        padding-left: 25% !important
    }
    .p-md-p30 {
        padding: 30% !important
    }
    .pt-md-p30,
    .py-md-p30 {
        padding-top: 30% !important
    }
    .pr-md-p30,
    .px-md-p30 {
        padding-right: 30% !important
    }
    .pb-md-p30,
    .py-md-p30 {
        padding-bottom: 30% !important
    }
    .pl-md-p30,
    .px-md-p30 {
        padding-left: 30% !important
    }
    .p-md-p33 {
        padding: 33.3333% !important
    }
    .pt-md-p33,
    .py-md-p33 {
        padding-top: 33.3333% !important
    }
    .pr-md-p33,
    .px-md-p33 {
        padding-right: 33.3333% !important
    }
    .pb-md-p33,
    .py-md-p33 {
        padding-bottom: 33.3333% !important
    }
    .pl-md-p33,
    .px-md-p33 {
        padding-left: 33.3333% !important
    }
    .p-md-p40 {
        padding: 40% !important
    }
    .pt-md-p40,
    .py-md-p40 {
        padding-top: 40% !important
    }
    .pr-md-p40,
    .px-md-p40 {
        padding-right: 40% !important
    }
    .pb-md-p40,
    .py-md-p40 {
        padding-bottom: 40% !important
    }
    .pl-md-p40,
    .px-md-p40 {
        padding-left: 40% !important
    }
    .p-md-p50 {
        padding: 50% !important
    }
    .pt-md-p50,
    .py-md-p50 {
        padding-top: 50% !important
    }
    .pr-md-p50,
    .px-md-p50 {
        padding-right: 50% !important
    }
    .pb-md-p50,
    .py-md-p50 {
        padding-bottom: 50% !important
    }
    .pl-md-p50,
    .px-md-p50 {
        padding-left: 50% !important
    }
    .p-md-p60 {
        padding: 60% !important
    }
    .pt-md-p60,
    .py-md-p60 {
        padding-top: 60% !important
    }
    .pr-md-p60,
    .px-md-p60 {
        padding-right: 60% !important
    }
    .pb-md-p60,
    .py-md-p60 {
        padding-bottom: 60% !important
    }
    .pl-md-p60,
    .px-md-p60 {
        padding-left: 60% !important
    }
    .p-md-p70 {
        padding: 70% !important
    }
    .pt-md-p70,
    .py-md-p70 {
        padding-top: 70% !important
    }
    .pr-md-p70,
    .px-md-p70 {
        padding-right: 70% !important
    }
    .pb-md-p70,
    .py-md-p70 {
        padding-bottom: 70% !important
    }
    .pl-md-p70,
    .px-md-p70 {
        padding-left: 70% !important
    }
    .p-md-p75 {
        padding: 75% !important
    }
    .pt-md-p75,
    .py-md-p75 {
        padding-top: 75% !important
    }
    .pr-md-p75,
    .px-md-p75 {
        padding-right: 75% !important
    }
    .pb-md-p75,
    .py-md-p75 {
        padding-bottom: 75% !important
    }
    .pl-md-p75,
    .px-md-p75 {
        padding-left: 75% !important
    }
    .p-md-p80 {
        padding: 80% !important
    }
    .pt-md-p80,
    .py-md-p80 {
        padding-top: 80% !important
    }
    .pr-md-p80,
    .px-md-p80 {
        padding-right: 80% !important
    }
    .pb-md-p80,
    .py-md-p80 {
        padding-bottom: 80% !important
    }
    .pl-md-p80,
    .px-md-p80 {
        padding-left: 80% !important
    }
    .p-md-p100 {
        padding: 100% !important
    }
    .pt-md-p100,
    .py-md-p100 {
        padding-top: 100% !important
    }
    .pr-md-p100,
    .px-md-p100 {
        padding-right: 100% !important
    }
    .pb-md-p100,
    .py-md-p100 {
        padding-bottom: 100% !important
    }
    .pl-md-p100,
    .px-md-p100 {
        padding-left: 100% !important
    }
    .m-md-n3 {
        margin: -.189rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -.189rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -.189rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -.189rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -.189rem !important
    }
    .m-md-n5 {
        margin: -.315rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -.315rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -.315rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -.315rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -.315rem !important
    }
    .m-md-n10 {
        margin: -.63rem !important
    }
    .mt-md-n10,
    .my-md-n10 {
        margin-top: -.63rem !important
    }
    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -.63rem !important
    }
    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -.63rem !important
    }
    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -.63rem !important
    }
    .m-md-n15 {
        margin: -.945rem !important
    }
    .mt-md-n15,
    .my-md-n15 {
        margin-top: -.945rem !important
    }
    .mr-md-n15,
    .mx-md-n15 {
        margin-right: -.945rem !important
    }
    .mb-md-n15,
    .my-md-n15 {
        margin-bottom: -.945rem !important
    }
    .ml-md-n15,
    .mx-md-n15 {
        margin-left: -.945rem !important
    }
    .m-md-n20 {
        margin: -1.26rem !important
    }
    .mt-md-n20,
    .my-md-n20 {
        margin-top: -1.26rem !important
    }
    .mr-md-n20,
    .mx-md-n20 {
        margin-right: -1.26rem !important
    }
    .mb-md-n20,
    .my-md-n20 {
        margin-bottom: -1.26rem !important
    }
    .ml-md-n20,
    .mx-md-n20 {
        margin-left: -1.26rem !important
    }
    .m-md-n25 {
        margin: -1.575rem !important
    }
    .mt-md-n25,
    .my-md-n25 {
        margin-top: -1.575rem !important
    }
    .mr-md-n25,
    .mx-md-n25 {
        margin-right: -1.575rem !important
    }
    .mb-md-n25,
    .my-md-n25 {
        margin-bottom: -1.575rem !important
    }
    .ml-md-n25,
    .mx-md-n25 {
        margin-left: -1.575rem !important
    }
    .m-md-n30 {
        margin: -1.89rem !important
    }
    .mt-md-n30,
    .my-md-n30 {
        margin-top: -1.89rem !important
    }
    .mr-md-n30,
    .mx-md-n30 {
        margin-right: -1.89rem !important
    }
    .mb-md-n30,
    .my-md-n30 {
        margin-bottom: -1.89rem !important
    }
    .ml-md-n30,
    .mx-md-n30 {
        margin-left: -1.89rem !important
    }
    .m-md-n35 {
        margin: -2.205rem !important
    }
    .mt-md-n35,
    .my-md-n35 {
        margin-top: -2.205rem !important
    }
    .mr-md-n35,
    .mx-md-n35 {
        margin-right: -2.205rem !important
    }
    .mb-md-n35,
    .my-md-n35 {
        margin-bottom: -2.205rem !important
    }
    .ml-md-n35,
    .mx-md-n35 {
        margin-left: -2.205rem !important
    }
    .m-md-n40 {
        margin: -2.52rem !important
    }
    .mt-md-n40,
    .my-md-n40 {
        margin-top: -2.52rem !important
    }
    .mr-md-n40,
    .mx-md-n40 {
        margin-right: -2.52rem !important
    }
    .mb-md-n40,
    .my-md-n40 {
        margin-bottom: -2.52rem !important
    }
    .ml-md-n40,
    .mx-md-n40 {
        margin-left: -2.52rem !important
    }
    .m-md-n50 {
        margin: -3.15rem !important
    }
    .mt-md-n50,
    .my-md-n50 {
        margin-top: -3.15rem !important
    }
    .mr-md-n50,
    .mx-md-n50 {
        margin-right: -3.15rem !important
    }
    .mb-md-n50,
    .my-md-n50 {
        margin-bottom: -3.15rem !important
    }
    .ml-md-n50,
    .mx-md-n50 {
        margin-left: -3.15rem !important
    }
    .m-md-n60 {
        margin: -3.78rem !important
    }
    .mt-md-n60,
    .my-md-n60 {
        margin-top: -3.78rem !important
    }
    .mr-md-n60,
    .mx-md-n60 {
        margin-right: -3.78rem !important
    }
    .mb-md-n60,
    .my-md-n60 {
        margin-bottom: -3.78rem !important
    }
    .ml-md-n60,
    .mx-md-n60 {
        margin-left: -3.78rem !important
    }
    .m-md-n70 {
        margin: -4.41rem !important
    }
    .mt-md-n70,
    .my-md-n70 {
        margin-top: -4.41rem !important
    }
    .mr-md-n70,
    .mx-md-n70 {
        margin-right: -4.41rem !important
    }
    .mb-md-n70,
    .my-md-n70 {
        margin-bottom: -4.41rem !important
    }
    .ml-md-n70,
    .mx-md-n70 {
        margin-left: -4.41rem !important
    }
    .m-md-n80 {
        margin: -5.04rem !important
    }
    .mt-md-n80,
    .my-md-n80 {
        margin-top: -5.04rem !important
    }
    .mr-md-n80,
    .mx-md-n80 {
        margin-right: -5.04rem !important
    }
    .mb-md-n80,
    .my-md-n80 {
        margin-bottom: -5.04rem !important
    }
    .ml-md-n80,
    .mx-md-n80 {
        margin-left: -5.04rem !important
    }
    .m-md-n90 {
        margin: -5.67rem !important
    }
    .mt-md-n90,
    .my-md-n90 {
        margin-top: -5.67rem !important
    }
    .mr-md-n90,
    .mx-md-n90 {
        margin-right: -5.67rem !important
    }
    .mb-md-n90,
    .my-md-n90 {
        margin-bottom: -5.67rem !important
    }
    .ml-md-n90,
    .mx-md-n90 {
        margin-left: -5.67rem !important
    }
    .m-md-n100 {
        margin: -6.3rem !important
    }
    .mt-md-n100,
    .my-md-n100 {
        margin-top: -6.3rem !important
    }
    .mr-md-n100,
    .mx-md-n100 {
        margin-right: -6.3rem !important
    }
    .mb-md-n100,
    .my-md-n100 {
        margin-bottom: -6.3rem !important
    }
    .ml-md-n100,
    .mx-md-n100 {
        margin-left: -6.3rem !important
    }
    .m-md-n150 {
        margin: -9.45rem !important
    }
    .mt-md-n150,
    .my-md-n150 {
        margin-top: -9.45rem !important
    }
    .mr-md-n150,
    .mx-md-n150 {
        margin-right: -9.45rem !important
    }
    .mb-md-n150,
    .my-md-n150 {
        margin-bottom: -9.45rem !important
    }
    .ml-md-n150,
    .mx-md-n150 {
        margin-left: -9.45rem !important
    }
    .m-md-n200 {
        margin: -12.6rem !important
    }
    .mt-md-n200,
    .my-md-n200 {
        margin-top: -12.6rem !important
    }
    .mr-md-n200,
    .mx-md-n200 {
        margin-right: -12.6rem !important
    }
    .mb-md-n200,
    .my-md-n200 {
        margin-bottom: -12.6rem !important
    }
    .ml-md-n200,
    .mx-md-n200 {
        margin-left: -12.6rem !important
    }
    .m-md-n250 {
        margin: -15.75rem !important
    }
    .mt-md-n250,
    .my-md-n250 {
        margin-top: -15.75rem !important
    }
    .mr-md-n250,
    .mx-md-n250 {
        margin-right: -15.75rem !important
    }
    .mb-md-n250,
    .my-md-n250 {
        margin-bottom: -15.75rem !important
    }
    .ml-md-n250,
    .mx-md-n250 {
        margin-left: -15.75rem !important
    }
    .m-md-n300 {
        margin: -18.9rem !important
    }
    .mt-md-n300,
    .my-md-n300 {
        margin-top: -18.9rem !important
    }
    .mr-md-n300,
    .mx-md-n300 {
        margin-right: -18.9rem !important
    }
    .mb-md-n300,
    .my-md-n300 {
        margin-bottom: -18.9rem !important
    }
    .ml-md-n300,
    .mx-md-n300 {
        margin-left: -18.9rem !important
    }
    .m-md-n350 {
        margin: -22.05rem !important
    }
    .mt-md-n350,
    .my-md-n350 {
        margin-top: -22.05rem !important
    }
    .mr-md-n350,
    .mx-md-n350 {
        margin-right: -22.05rem !important
    }
    .mb-md-n350,
    .my-md-n350 {
        margin-bottom: -22.05rem !important
    }
    .ml-md-n350,
    .mx-md-n350 {
        margin-left: -22.05rem !important
    }
    .m-md-n400 {
        margin: -25.2rem !important
    }
    .mt-md-n400,
    .my-md-n400 {
        margin-top: -25.2rem !important
    }
    .mr-md-n400,
    .mx-md-n400 {
        margin-right: -25.2rem !important
    }
    .mb-md-n400,
    .my-md-n400 {
        margin-bottom: -25.2rem !important
    }
    .ml-md-n400,
    .mx-md-n400 {
        margin-left: -25.2rem !important
    }
    .m-md-n450 {
        margin: -28.35rem !important
    }
    .mt-md-n450,
    .my-md-n450 {
        margin-top: -28.35rem !important
    }
    .mr-md-n450,
    .mx-md-n450 {
        margin-right: -28.35rem !important
    }
    .mb-md-n450,
    .my-md-n450 {
        margin-bottom: -28.35rem !important
    }
    .ml-md-n450,
    .mx-md-n450 {
        margin-left: -28.35rem !important
    }
    .m-md-n500 {
        margin: -31.5rem !important
    }
    .mt-md-n500,
    .my-md-n500 {
        margin-top: -31.5rem !important
    }
    .mr-md-n500,
    .mx-md-n500 {
        margin-right: -31.5rem !important
    }
    .mb-md-n500,
    .my-md-n500 {
        margin-bottom: -31.5rem !important
    }
    .ml-md-n500,
    .mx-md-n500 {
        margin-left: -31.5rem !important
    }
    .m-md-n550 {
        margin: -34.65rem !important
    }
    .mt-md-n550,
    .my-md-n550 {
        margin-top: -34.65rem !important
    }
    .mr-md-n550,
    .mx-md-n550 {
        margin-right: -34.65rem !important
    }
    .mb-md-n550,
    .my-md-n550 {
        margin-bottom: -34.65rem !important
    }
    .ml-md-n550,
    .mx-md-n550 {
        margin-left: -34.65rem !important
    }
    .m-md-n600 {
        margin: -37.8rem !important
    }
    .mt-md-n600,
    .my-md-n600 {
        margin-top: -37.8rem !important
    }
    .mr-md-n600,
    .mx-md-n600 {
        margin-right: -37.8rem !important
    }
    .mb-md-n600,
    .my-md-n600 {
        margin-bottom: -37.8rem !important
    }
    .ml-md-n600,
    .mx-md-n600 {
        margin-left: -37.8rem !important
    }
    .m-md-n650 {
        margin: -40.95rem !important
    }
    .mt-md-n650,
    .my-md-n650 {
        margin-top: -40.95rem !important
    }
    .mr-md-n650,
    .mx-md-n650 {
        margin-right: -40.95rem !important
    }
    .mb-md-n650,
    .my-md-n650 {
        margin-bottom: -40.95rem !important
    }
    .ml-md-n650,
    .mx-md-n650 {
        margin-left: -40.95rem !important
    }
    .m-md-np5 {
        margin: -5% !important
    }
    .mt-md-np5,
    .my-md-np5 {
        margin-top: -5% !important
    }
    .mr-md-np5,
    .mx-md-np5 {
        margin-right: -5% !important
    }
    .mb-md-np5,
    .my-md-np5 {
        margin-bottom: -5% !important
    }
    .ml-md-np5,
    .mx-md-np5 {
        margin-left: -5% !important
    }
    .m-md-np10 {
        margin: -10% !important
    }
    .mt-md-np10,
    .my-md-np10 {
        margin-top: -10% !important
    }
    .mr-md-np10,
    .mx-md-np10 {
        margin-right: -10% !important
    }
    .mb-md-np10,
    .my-md-np10 {
        margin-bottom: -10% !important
    }
    .ml-md-np10,
    .mx-md-np10 {
        margin-left: -10% !important
    }
    .m-md-np15 {
        margin: -15% !important
    }
    .mt-md-np15,
    .my-md-np15 {
        margin-top: -15% !important
    }
    .mr-md-np15,
    .mx-md-np15 {
        margin-right: -15% !important
    }
    .mb-md-np15,
    .my-md-np15 {
        margin-bottom: -15% !important
    }
    .ml-md-np15,
    .mx-md-np15 {
        margin-left: -15% !important
    }
    .m-md-np20 {
        margin: -20% !important
    }
    .mt-md-np20,
    .my-md-np20 {
        margin-top: -20% !important
    }
    .mr-md-np20,
    .mx-md-np20 {
        margin-right: -20% !important
    }
    .mb-md-np20,
    .my-md-np20 {
        margin-bottom: -20% !important
    }
    .ml-md-np20,
    .mx-md-np20 {
        margin-left: -20% !important
    }
    .m-md-np25 {
        margin: -25% !important
    }
    .mt-md-np25,
    .my-md-np25 {
        margin-top: -25% !important
    }
    .mr-md-np25,
    .mx-md-np25 {
        margin-right: -25% !important
    }
    .mb-md-np25,
    .my-md-np25 {
        margin-bottom: -25% !important
    }
    .ml-md-np25,
    .mx-md-np25 {
        margin-left: -25% !important
    }
    .m-md-np30 {
        margin: -30% !important
    }
    .mt-md-np30,
    .my-md-np30 {
        margin-top: -30% !important
    }
    .mr-md-np30,
    .mx-md-np30 {
        margin-right: -30% !important
    }
    .mb-md-np30,
    .my-md-np30 {
        margin-bottom: -30% !important
    }
    .ml-md-np30,
    .mx-md-np30 {
        margin-left: -30% !important
    }
    .m-md-np33 {
        margin: -33.3333% !important
    }
    .mt-md-np33,
    .my-md-np33 {
        margin-top: -33.3333% !important
    }
    .mr-md-np33,
    .mx-md-np33 {
        margin-right: -33.3333% !important
    }
    .mb-md-np33,
    .my-md-np33 {
        margin-bottom: -33.3333% !important
    }
    .ml-md-np33,
    .mx-md-np33 {
        margin-left: -33.3333% !important
    }
    .m-md-np40 {
        margin: -40% !important
    }
    .mt-md-np40,
    .my-md-np40 {
        margin-top: -40% !important
    }
    .mr-md-np40,
    .mx-md-np40 {
        margin-right: -40% !important
    }
    .mb-md-np40,
    .my-md-np40 {
        margin-bottom: -40% !important
    }
    .ml-md-np40,
    .mx-md-np40 {
        margin-left: -40% !important
    }
    .m-md-np50 {
        margin: -50% !important
    }
    .mt-md-np50,
    .my-md-np50 {
        margin-top: -50% !important
    }
    .mr-md-np50,
    .mx-md-np50 {
        margin-right: -50% !important
    }
    .mb-md-np50,
    .my-md-np50 {
        margin-bottom: -50% !important
    }
    .ml-md-np50,
    .mx-md-np50 {
        margin-left: -50% !important
    }
    .m-md-np60 {
        margin: -60% !important
    }
    .mt-md-np60,
    .my-md-np60 {
        margin-top: -60% !important
    }
    .mr-md-np60,
    .mx-md-np60 {
        margin-right: -60% !important
    }
    .mb-md-np60,
    .my-md-np60 {
        margin-bottom: -60% !important
    }
    .ml-md-np60,
    .mx-md-np60 {
        margin-left: -60% !important
    }
    .m-md-np70 {
        margin: -70% !important
    }
    .mt-md-np70,
    .my-md-np70 {
        margin-top: -70% !important
    }
    .mr-md-np70,
    .mx-md-np70 {
        margin-right: -70% !important
    }
    .mb-md-np70,
    .my-md-np70 {
        margin-bottom: -70% !important
    }
    .ml-md-np70,
    .mx-md-np70 {
        margin-left: -70% !important
    }
    .m-md-np75 {
        margin: -75% !important
    }
    .mt-md-np75,
    .my-md-np75 {
        margin-top: -75% !important
    }
    .mr-md-np75,
    .mx-md-np75 {
        margin-right: -75% !important
    }
    .mb-md-np75,
    .my-md-np75 {
        margin-bottom: -75% !important
    }
    .ml-md-np75,
    .mx-md-np75 {
        margin-left: -75% !important
    }
    .m-md-np80 {
        margin: -80% !important
    }
    .mt-md-np80,
    .my-md-np80 {
        margin-top: -80% !important
    }
    .mr-md-np80,
    .mx-md-np80 {
        margin-right: -80% !important
    }
    .mb-md-np80,
    .my-md-np80 {
        margin-bottom: -80% !important
    }
    .ml-md-np80,
    .mx-md-np80 {
        margin-left: -80% !important
    }
    .m-md-np100 {
        margin: -100% !important
    }
    .mt-md-np100,
    .my-md-np100 {
        margin-top: -100% !important
    }
    .mr-md-np100,
    .mx-md-np100 {
        margin-right: -100% !important
    }
    .mb-md-np100,
    .my-md-np100 {
        margin-bottom: -100% !important
    }
    .ml-md-np100,
    .mx-md-np100 {
        margin-left: -100% !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-3 {
        margin: .189rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: .189rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: .189rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: .189rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: .189rem !important
    }
    .m-lg-5 {
        margin: .315rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: .315rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: .315rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: .315rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: .315rem !important
    }
    .m-lg-10 {
        margin: .63rem !important
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: .63rem !important
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: .63rem !important
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: .63rem !important
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: .63rem !important
    }
    .m-lg-15 {
        margin: .945rem !important
    }
    .mt-lg-15,
    .my-lg-15 {
        margin-top: .945rem !important
    }
    .mr-lg-15,
    .mx-lg-15 {
        margin-right: .945rem !important
    }
    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: .945rem !important
    }
    .ml-lg-15,
    .mx-lg-15 {
        margin-left: .945rem !important
    }
    .m-lg-20 {
        margin: 1.26rem !important
    }
    .mt-lg-20,
    .my-lg-20 {
        margin-top: 1.26rem !important
    }
    .mr-lg-20,
    .mx-lg-20 {
        margin-right: 1.26rem !important
    }
    .mb-lg-20,
    .my-lg-20 {
        margin-bottom: 1.26rem !important
    }
    .ml-lg-20,
    .mx-lg-20 {
        margin-left: 1.26rem !important
    }
    .m-lg-25 {
        margin: 1.575rem !important
    }
    .mt-lg-25,
    .my-lg-25 {
        margin-top: 1.575rem !important
    }
    .mr-lg-25,
    .mx-lg-25 {
        margin-right: 1.575rem !important
    }
    .mb-lg-25,
    .my-lg-25 {
        margin-bottom: 1.575rem !important
    }
    .ml-lg-25,
    .mx-lg-25 {
        margin-left: 1.575rem !important
    }
    .m-lg-30 {
        margin: 1.89rem !important
    }
    .mt-lg-30,
    .my-lg-30 {
        margin-top: 1.89rem !important
    }
    .mr-lg-30,
    .mx-lg-30 {
        margin-right: 1.89rem !important
    }
    .mb-lg-30,
    .my-lg-30 {
        margin-bottom: 1.89rem !important
    }
    .ml-lg-30,
    .mx-lg-30 {
        margin-left: 1.89rem !important
    }
    .m-lg-35 {
        margin: 2.205rem !important
    }
    .mt-lg-35,
    .my-lg-35 {
        margin-top: 2.205rem !important
    }
    .mr-lg-35,
    .mx-lg-35 {
        margin-right: 2.205rem !important
    }
    .mb-lg-35,
    .my-lg-35 {
        margin-bottom: 2.205rem !important
    }
    .ml-lg-35,
    .mx-lg-35 {
        margin-left: 2.205rem !important
    }
    .m-lg-40 {
        margin: 2.52rem !important
    }
    .mt-lg-40,
    .my-lg-40 {
        margin-top: 2.52rem !important
    }
    .mr-lg-40,
    .mx-lg-40 {
        margin-right: 2.52rem !important
    }
    .mb-lg-40,
    .my-lg-40 {
        margin-bottom: 2.52rem !important
    }
    .ml-lg-40,
    .mx-lg-40 {
        margin-left: 2.52rem !important
    }
    .m-lg-50 {
        margin: 3.15rem !important
    }
    .mt-lg-50,
    .my-lg-50 {
        margin-top: 3.15rem !important
    }
    .mr-lg-50,
    .mx-lg-50 {
        margin-right: 3.15rem !important
    }
    .mb-lg-50,
    .my-lg-50 {
        margin-bottom: 3.15rem !important
    }
    .ml-lg-50,
    .mx-lg-50 {
        margin-left: 3.15rem !important
    }
    .m-lg-60 {
        margin: 3.78rem !important
    }
    .mt-lg-60,
    .my-lg-60 {
        margin-top: 3.78rem !important
    }
    .mr-lg-60,
    .mx-lg-60 {
        margin-right: 3.78rem !important
    }
    .mb-lg-60,
    .my-lg-60 {
        margin-bottom: 3.78rem !important
    }
    .ml-lg-60,
    .mx-lg-60 {
        margin-left: 3.78rem !important
    }
    .m-lg-70 {
        margin: 4.41rem !important
    }
    .mt-lg-70,
    .my-lg-70 {
        margin-top: 4.41rem !important
    }
    .mr-lg-70,
    .mx-lg-70 {
        margin-right: 4.41rem !important
    }
    .mb-lg-70,
    .my-lg-70 {
        margin-bottom: 4.41rem !important
    }
    .ml-lg-70,
    .mx-lg-70 {
        margin-left: 4.41rem !important
    }
    .m-lg-80 {
        margin: 5.04rem !important
    }
    .mt-lg-80,
    .my-lg-80 {
        margin-top: 5.04rem !important
    }
    .mr-lg-80,
    .mx-lg-80 {
        margin-right: 5.04rem !important
    }
    .mb-lg-80,
    .my-lg-80 {
        margin-bottom: 5.04rem !important
    }
    .ml-lg-80,
    .mx-lg-80 {
        margin-left: 5.04rem !important
    }
    .m-lg-90 {
        margin: 5.67rem !important
    }
    .mt-lg-90,
    .my-lg-90 {
        margin-top: 5.67rem !important
    }
    .mr-lg-90,
    .mx-lg-90 {
        margin-right: 5.67rem !important
    }
    .mb-lg-90,
    .my-lg-90 {
        margin-bottom: 5.67rem !important
    }
    .ml-lg-90,
    .mx-lg-90 {
        margin-left: 5.67rem !important
    }
    .m-lg-100 {
        margin: 6.3rem !important
    }
    .mt-lg-100,
    .my-lg-100 {
        margin-top: 6.3rem !important
    }
    .mr-lg-100,
    .mx-lg-100 {
        margin-right: 6.3rem !important
    }
    .mb-lg-100,
    .my-lg-100 {
        margin-bottom: 6.3rem !important
    }
    .ml-lg-100,
    .mx-lg-100 {
        margin-left: 6.3rem !important
    }
    .m-lg-150 {
        margin: 9.45rem !important
    }
    .mt-lg-150,
    .my-lg-150 {
        margin-top: 9.45rem !important
    }
    .mr-lg-150,
    .mx-lg-150 {
        margin-right: 9.45rem !important
    }
    .mb-lg-150,
    .my-lg-150 {
        margin-bottom: 9.45rem !important
    }
    .ml-lg-150,
    .mx-lg-150 {
        margin-left: 9.45rem !important
    }
    .m-lg-200 {
        margin: 12.6rem !important
    }
    .mt-lg-200,
    .my-lg-200 {
        margin-top: 12.6rem !important
    }
    .mr-lg-200,
    .mx-lg-200 {
        margin-right: 12.6rem !important
    }
    .mb-lg-200,
    .my-lg-200 {
        margin-bottom: 12.6rem !important
    }
    .ml-lg-200,
    .mx-lg-200 {
        margin-left: 12.6rem !important
    }
    .m-lg-250 {
        margin: 15.75rem !important
    }
    .mt-lg-250,
    .my-lg-250 {
        margin-top: 15.75rem !important
    }
    .mr-lg-250,
    .mx-lg-250 {
        margin-right: 15.75rem !important
    }
    .mb-lg-250,
    .my-lg-250 {
        margin-bottom: 15.75rem !important
    }
    .ml-lg-250,
    .mx-lg-250 {
        margin-left: 15.75rem !important
    }
    .m-lg-300 {
        margin: 18.9rem !important
    }
    .mt-lg-300,
    .my-lg-300 {
        margin-top: 18.9rem !important
    }
    .mr-lg-300,
    .mx-lg-300 {
        margin-right: 18.9rem !important
    }
    .mb-lg-300,
    .my-lg-300 {
        margin-bottom: 18.9rem !important
    }
    .ml-lg-300,
    .mx-lg-300 {
        margin-left: 18.9rem !important
    }
    .m-lg-350 {
        margin: 22.05rem !important
    }
    .mt-lg-350,
    .my-lg-350 {
        margin-top: 22.05rem !important
    }
    .mr-lg-350,
    .mx-lg-350 {
        margin-right: 22.05rem !important
    }
    .mb-lg-350,
    .my-lg-350 {
        margin-bottom: 22.05rem !important
    }
    .ml-lg-350,
    .mx-lg-350 {
        margin-left: 22.05rem !important
    }
    .m-lg-400 {
        margin: 25.2rem !important
    }
    .mt-lg-400,
    .my-lg-400 {
        margin-top: 25.2rem !important
    }
    .mr-lg-400,
    .mx-lg-400 {
        margin-right: 25.2rem !important
    }
    .mb-lg-400,
    .my-lg-400 {
        margin-bottom: 25.2rem !important
    }
    .ml-lg-400,
    .mx-lg-400 {
        margin-left: 25.2rem !important
    }
    .m-lg-450 {
        margin: 28.35rem !important
    }
    .mt-lg-450,
    .my-lg-450 {
        margin-top: 28.35rem !important
    }
    .mr-lg-450,
    .mx-lg-450 {
        margin-right: 28.35rem !important
    }
    .mb-lg-450,
    .my-lg-450 {
        margin-bottom: 28.35rem !important
    }
    .ml-lg-450,
    .mx-lg-450 {
        margin-left: 28.35rem !important
    }
    .m-lg-500 {
        margin: 31.5rem !important
    }
    .mt-lg-500,
    .my-lg-500 {
        margin-top: 31.5rem !important
    }
    .mr-lg-500,
    .mx-lg-500 {
        margin-right: 31.5rem !important
    }
    .mb-lg-500,
    .my-lg-500 {
        margin-bottom: 31.5rem !important
    }
    .ml-lg-500,
    .mx-lg-500 {
        margin-left: 31.5rem !important
    }
    .m-lg-550 {
        margin: 34.65rem !important
    }
    .mt-lg-550,
    .my-lg-550 {
        margin-top: 34.65rem !important
    }
    .mr-lg-550,
    .mx-lg-550 {
        margin-right: 34.65rem !important
    }
    .mb-lg-550,
    .my-lg-550 {
        margin-bottom: 34.65rem !important
    }
    .ml-lg-550,
    .mx-lg-550 {
        margin-left: 34.65rem !important
    }
    .m-lg-600 {
        margin: 37.8rem !important
    }
    .mt-lg-600,
    .my-lg-600 {
        margin-top: 37.8rem !important
    }
    .mr-lg-600,
    .mx-lg-600 {
        margin-right: 37.8rem !important
    }
    .mb-lg-600,
    .my-lg-600 {
        margin-bottom: 37.8rem !important
    }
    .ml-lg-600,
    .mx-lg-600 {
        margin-left: 37.8rem !important
    }
    .m-lg-650 {
        margin: 40.95rem !important
    }
    .mt-lg-650,
    .my-lg-650 {
        margin-top: 40.95rem !important
    }
    .mr-lg-650,
    .mx-lg-650 {
        margin-right: 40.95rem !important
    }
    .mb-lg-650,
    .my-lg-650 {
        margin-bottom: 40.95rem !important
    }
    .ml-lg-650,
    .mx-lg-650 {
        margin-left: 40.95rem !important
    }
    .m-lg-p5 {
        margin: 5% !important
    }
    .mt-lg-p5,
    .my-lg-p5 {
        margin-top: 5% !important
    }
    .mr-lg-p5,
    .mx-lg-p5 {
        margin-right: 5% !important
    }
    .mb-lg-p5,
    .my-lg-p5 {
        margin-bottom: 5% !important
    }
    .ml-lg-p5,
    .mx-lg-p5 {
        margin-left: 5% !important
    }
    .m-lg-p10 {
        margin: 10% !important
    }
    .mt-lg-p10,
    .my-lg-p10 {
        margin-top: 10% !important
    }
    .mr-lg-p10,
    .mx-lg-p10 {
        margin-right: 10% !important
    }
    .mb-lg-p10,
    .my-lg-p10 {
        margin-bottom: 10% !important
    }
    .ml-lg-p10,
    .mx-lg-p10 {
        margin-left: 10% !important
    }
    .m-lg-p15 {
        margin: 15% !important
    }
    .mt-lg-p15,
    .my-lg-p15 {
        margin-top: 15% !important
    }
    .mr-lg-p15,
    .mx-lg-p15 {
        margin-right: 15% !important
    }
    .mb-lg-p15,
    .my-lg-p15 {
        margin-bottom: 15% !important
    }
    .ml-lg-p15,
    .mx-lg-p15 {
        margin-left: 15% !important
    }
    .m-lg-p20 {
        margin: 20% !important
    }
    .mt-lg-p20,
    .my-lg-p20 {
        margin-top: 20% !important
    }
    .mr-lg-p20,
    .mx-lg-p20 {
        margin-right: 20% !important
    }
    .mb-lg-p20,
    .my-lg-p20 {
        margin-bottom: 20% !important
    }
    .ml-lg-p20,
    .mx-lg-p20 {
        margin-left: 20% !important
    }
    .m-lg-p25 {
        margin: 25% !important
    }
    .mt-lg-p25,
    .my-lg-p25 {
        margin-top: 25% !important
    }
    .mr-lg-p25,
    .mx-lg-p25 {
        margin-right: 25% !important
    }
    .mb-lg-p25,
    .my-lg-p25 {
        margin-bottom: 25% !important
    }
    .ml-lg-p25,
    .mx-lg-p25 {
        margin-left: 25% !important
    }
    .m-lg-p30 {
        margin: 30% !important
    }
    .mt-lg-p30,
    .my-lg-p30 {
        margin-top: 30% !important
    }
    .mr-lg-p30,
    .mx-lg-p30 {
        margin-right: 30% !important
    }
    .mb-lg-p30,
    .my-lg-p30 {
        margin-bottom: 30% !important
    }
    .ml-lg-p30,
    .mx-lg-p30 {
        margin-left: 30% !important
    }
    .m-lg-p33 {
        margin: 33.3333% !important
    }
    .mt-lg-p33,
    .my-lg-p33 {
        margin-top: 33.3333% !important
    }
    .mr-lg-p33,
    .mx-lg-p33 {
        margin-right: 33.3333% !important
    }
    .mb-lg-p33,
    .my-lg-p33 {
        margin-bottom: 33.3333% !important
    }
    .ml-lg-p33,
    .mx-lg-p33 {
        margin-left: 33.3333% !important
    }
    .m-lg-p40 {
        margin: 40% !important
    }
    .mt-lg-p40,
    .my-lg-p40 {
        margin-top: 40% !important
    }
    .mr-lg-p40,
    .mx-lg-p40 {
        margin-right: 40% !important
    }
    .mb-lg-p40,
    .my-lg-p40 {
        margin-bottom: 40% !important
    }
    .ml-lg-p40,
    .mx-lg-p40 {
        margin-left: 40% !important
    }
    .m-lg-p50 {
        margin: 50% !important
    }
    .mt-lg-p50,
    .my-lg-p50 {
        margin-top: 50% !important
    }
    .mr-lg-p50,
    .mx-lg-p50 {
        margin-right: 50% !important
    }
    .mb-lg-p50,
    .my-lg-p50 {
        margin-bottom: 50% !important
    }
    .ml-lg-p50,
    .mx-lg-p50 {
        margin-left: 50% !important
    }
    .m-lg-p60 {
        margin: 60% !important
    }
    .mt-lg-p60,
    .my-lg-p60 {
        margin-top: 60% !important
    }
    .mr-lg-p60,
    .mx-lg-p60 {
        margin-right: 60% !important
    }
    .mb-lg-p60,
    .my-lg-p60 {
        margin-bottom: 60% !important
    }
    .ml-lg-p60,
    .mx-lg-p60 {
        margin-left: 60% !important
    }
    .m-lg-p70 {
        margin: 70% !important
    }
    .mt-lg-p70,
    .my-lg-p70 {
        margin-top: 70% !important
    }
    .mr-lg-p70,
    .mx-lg-p70 {
        margin-right: 70% !important
    }
    .mb-lg-p70,
    .my-lg-p70 {
        margin-bottom: 70% !important
    }
    .ml-lg-p70,
    .mx-lg-p70 {
        margin-left: 70% !important
    }
    .m-lg-p75 {
        margin: 75% !important
    }
    .mt-lg-p75,
    .my-lg-p75 {
        margin-top: 75% !important
    }
    .mr-lg-p75,
    .mx-lg-p75 {
        margin-right: 75% !important
    }
    .mb-lg-p75,
    .my-lg-p75 {
        margin-bottom: 75% !important
    }
    .ml-lg-p75,
    .mx-lg-p75 {
        margin-left: 75% !important
    }
    .m-lg-p80 {
        margin: 80% !important
    }
    .mt-lg-p80,
    .my-lg-p80 {
        margin-top: 80% !important
    }
    .mr-lg-p80,
    .mx-lg-p80 {
        margin-right: 80% !important
    }
    .mb-lg-p80,
    .my-lg-p80 {
        margin-bottom: 80% !important
    }
    .ml-lg-p80,
    .mx-lg-p80 {
        margin-left: 80% !important
    }
    .m-lg-p100 {
        margin: 100% !important
    }
    .mt-lg-p100,
    .my-lg-p100 {
        margin-top: 100% !important
    }
    .mr-lg-p100,
    .mx-lg-p100 {
        margin-right: 100% !important
    }
    .mb-lg-p100,
    .my-lg-p100 {
        margin-bottom: 100% !important
    }
    .ml-lg-p100,
    .mx-lg-p100 {
        margin-left: 100% !important
    }
    .p-lg-3 {
        padding: .189rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: .189rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: .189rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: .189rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: .189rem !important
    }
    .p-lg-5 {
        padding: .315rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: .315rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: .315rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: .315rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: .315rem !important
    }
    .p-lg-10 {
        padding: .63rem !important
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: .63rem !important
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: .63rem !important
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: .63rem !important
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: .63rem !important
    }
    .p-lg-15 {
        padding: .945rem !important
    }
    .pt-lg-15,
    .py-lg-15 {
        padding-top: .945rem !important
    }
    .pr-lg-15,
    .px-lg-15 {
        padding-right: .945rem !important
    }
    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: .945rem !important
    }
    .pl-lg-15,
    .px-lg-15 {
        padding-left: .945rem !important
    }
    .p-lg-20 {
        padding: 1.26rem !important
    }
    .pt-lg-20,
    .py-lg-20 {
        padding-top: 1.26rem !important
    }
    .pr-lg-20,
    .px-lg-20 {
        padding-right: 1.26rem !important
    }
    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 1.26rem !important
    }
    .pl-lg-20,
    .px-lg-20 {
        padding-left: 1.26rem !important
    }
    .p-lg-25 {
        padding: 1.575rem !important
    }
    .pt-lg-25,
    .py-lg-25 {
        padding-top: 1.575rem !important
    }
    .pr-lg-25,
    .px-lg-25 {
        padding-right: 1.575rem !important
    }
    .pb-lg-25,
    .py-lg-25 {
        padding-bottom: 1.575rem !important
    }
    .pl-lg-25,
    .px-lg-25 {
        padding-left: 1.575rem !important
    }
    .p-lg-30 {
        padding: 1.89rem !important
    }
    .pt-lg-30,
    .py-lg-30 {
        padding-top: 1.89rem !important
    }
    .pr-lg-30,
    .px-lg-30 {
        padding-right: 1.89rem !important
    }
    .pb-lg-30,
    .py-lg-30 {
        padding-bottom: 1.89rem !important
    }
    .pl-lg-30,
    .px-lg-30 {
        padding-left: 1.89rem !important
    }
    .p-lg-35 {
        padding: 2.205rem !important
    }
    .pt-lg-35,
    .py-lg-35 {
        padding-top: 2.205rem !important
    }
    .pr-lg-35,
    .px-lg-35 {
        padding-right: 2.205rem !important
    }
    .pb-lg-35,
    .py-lg-35 {
        padding-bottom: 2.205rem !important
    }
    .pl-lg-35,
    .px-lg-35 {
        padding-left: 2.205rem !important
    }
    .p-lg-40 {
        padding: 2.52rem !important
    }
    .pt-lg-40,
    .py-lg-40 {
        padding-top: 2.52rem !important
    }
    .pr-lg-40,
    .px-lg-40 {
        padding-right: 2.52rem !important
    }
    .pb-lg-40,
    .py-lg-40 {
        padding-bottom: 2.52rem !important
    }
    .pl-lg-40,
    .px-lg-40 {
        padding-left: 2.52rem !important
    }
    .p-lg-50 {
        padding: 3.15rem !important
    }
    .pt-lg-50,
    .py-lg-50 {
        padding-top: 3.15rem !important
    }
    .pr-lg-50,
    .px-lg-50 {
        padding-right: 3.15rem !important
    }
    .pb-lg-50,
    .py-lg-50 {
        padding-bottom: 3.15rem !important
    }
    .pl-lg-50,
    .px-lg-50 {
        padding-left: 3.15rem !important
    }
    .p-lg-60 {
        padding: 3.78rem !important
    }
    .pt-lg-60,
    .py-lg-60 {
        padding-top: 3.78rem !important
    }
    .pr-lg-60,
    .px-lg-60 {
        padding-right: 3.78rem !important
    }
    .pb-lg-60,
    .py-lg-60 {
        padding-bottom: 3.78rem !important
    }
    .pl-lg-60,
    .px-lg-60 {
        padding-left: 3.78rem !important
    }
    .p-lg-70 {
        padding: 4.41rem !important
    }
    .pt-lg-70,
    .py-lg-70 {
        padding-top: 4.41rem !important
    }
    .pr-lg-70,
    .px-lg-70 {
        padding-right: 4.41rem !important
    }
    .pb-lg-70,
    .py-lg-70 {
        padding-bottom: 4.41rem !important
    }
    .pl-lg-70,
    .px-lg-70 {
        padding-left: 4.41rem !important
    }
    .p-lg-80 {
        padding: 5.04rem !important
    }
    .pt-lg-80,
    .py-lg-80 {
        padding-top: 5.04rem !important
    }
    .pr-lg-80,
    .px-lg-80 {
        padding-right: 5.04rem !important
    }
    .pb-lg-80,
    .py-lg-80 {
        padding-bottom: 5.04rem !important
    }
    .pl-lg-80,
    .px-lg-80 {
        padding-left: 5.04rem !important
    }
    .p-lg-90 {
        padding: 5.67rem !important
    }
    .pt-lg-90,
    .py-lg-90 {
        padding-top: 5.67rem !important
    }
    .pr-lg-90,
    .px-lg-90 {
        padding-right: 5.67rem !important
    }
    .pb-lg-90,
    .py-lg-90 {
        padding-bottom: 5.67rem !important
    }
    .pl-lg-90,
    .px-lg-90 {
        padding-left: 5.67rem !important
    }
    .p-lg-100 {
        padding: 6.3rem !important
    }
    .pt-lg-100,
    .py-lg-100 {
        padding-top: 6.3rem !important
    }
    .pr-lg-100,
    .px-lg-100 {
        padding-right: 6.3rem !important
    }
    .pb-lg-100,
    .py-lg-100 {
        padding-bottom: 6.3rem !important
    }
    .pl-lg-100,
    .px-lg-100 {
        padding-left: 6.3rem !important
    }
    .p-lg-150 {
        padding: 9.45rem !important
    }
    .pt-lg-150,
    .py-lg-150 {
        padding-top: 9.45rem !important
    }
    .pr-lg-150,
    .px-lg-150 {
        padding-right: 9.45rem !important
    }
    .pb-lg-150,
    .py-lg-150 {
        padding-bottom: 9.45rem !important
    }
    .pl-lg-150,
    .px-lg-150 {
        padding-left: 9.45rem !important
    }
    .p-lg-200 {
        padding: 12.6rem !important
    }
    .pt-lg-200,
    .py-lg-200 {
        padding-top: 12.6rem !important
    }
    .pr-lg-200,
    .px-lg-200 {
        padding-right: 12.6rem !important
    }
    .pb-lg-200,
    .py-lg-200 {
        padding-bottom: 12.6rem !important
    }
    .pl-lg-200,
    .px-lg-200 {
        padding-left: 12.6rem !important
    }
    .p-lg-250 {
        padding: 15.75rem !important
    }
    .pt-lg-250,
    .py-lg-250 {
        padding-top: 15.75rem !important
    }
    .pr-lg-250,
    .px-lg-250 {
        padding-right: 15.75rem !important
    }
    .pb-lg-250,
    .py-lg-250 {
        padding-bottom: 15.75rem !important
    }
    .pl-lg-250,
    .px-lg-250 {
        padding-left: 15.75rem !important
    }
    .p-lg-300 {
        padding: 18.9rem !important
    }
    .pt-lg-300,
    .py-lg-300 {
        padding-top: 18.9rem !important
    }
    .pr-lg-300,
    .px-lg-300 {
        padding-right: 18.9rem !important
    }
    .pb-lg-300,
    .py-lg-300 {
        padding-bottom: 18.9rem !important
    }
    .pl-lg-300,
    .px-lg-300 {
        padding-left: 18.9rem !important
    }
    .p-lg-350 {
        padding: 22.05rem !important
    }
    .pt-lg-350,
    .py-lg-350 {
        padding-top: 22.05rem !important
    }
    .pr-lg-350,
    .px-lg-350 {
        padding-right: 22.05rem !important
    }
    .pb-lg-350,
    .py-lg-350 {
        padding-bottom: 22.05rem !important
    }
    .pl-lg-350,
    .px-lg-350 {
        padding-left: 22.05rem !important
    }
    .p-lg-400 {
        padding: 25.2rem !important
    }
    .pt-lg-400,
    .py-lg-400 {
        padding-top: 25.2rem !important
    }
    .pr-lg-400,
    .px-lg-400 {
        padding-right: 25.2rem !important
    }
    .pb-lg-400,
    .py-lg-400 {
        padding-bottom: 25.2rem !important
    }
    .pl-lg-400,
    .px-lg-400 {
        padding-left: 25.2rem !important
    }
    .p-lg-450 {
        padding: 28.35rem !important
    }
    .pt-lg-450,
    .py-lg-450 {
        padding-top: 28.35rem !important
    }
    .pr-lg-450,
    .px-lg-450 {
        padding-right: 28.35rem !important
    }
    .pb-lg-450,
    .py-lg-450 {
        padding-bottom: 28.35rem !important
    }
    .pl-lg-450,
    .px-lg-450 {
        padding-left: 28.35rem !important
    }
    .p-lg-500 {
        padding: 31.5rem !important
    }
    .pt-lg-500,
    .py-lg-500 {
        padding-top: 31.5rem !important
    }
    .pr-lg-500,
    .px-lg-500 {
        padding-right: 31.5rem !important
    }
    .pb-lg-500,
    .py-lg-500 {
        padding-bottom: 31.5rem !important
    }
    .pl-lg-500,
    .px-lg-500 {
        padding-left: 31.5rem !important
    }
    .p-lg-550 {
        padding: 34.65rem !important
    }
    .pt-lg-550,
    .py-lg-550 {
        padding-top: 34.65rem !important
    }
    .pr-lg-550,
    .px-lg-550 {
        padding-right: 34.65rem !important
    }
    .pb-lg-550,
    .py-lg-550 {
        padding-bottom: 34.65rem !important
    }
    .pl-lg-550,
    .px-lg-550 {
        padding-left: 34.65rem !important
    }
    .p-lg-600 {
        padding: 37.8rem !important
    }
    .pt-lg-600,
    .py-lg-600 {
        padding-top: 37.8rem !important
    }
    .pr-lg-600,
    .px-lg-600 {
        padding-right: 37.8rem !important
    }
    .pb-lg-600,
    .py-lg-600 {
        padding-bottom: 37.8rem !important
    }
    .pl-lg-600,
    .px-lg-600 {
        padding-left: 37.8rem !important
    }
    .p-lg-650 {
        padding: 40.95rem !important
    }
    .pt-lg-650,
    .py-lg-650 {
        padding-top: 40.95rem !important
    }
    .pr-lg-650,
    .px-lg-650 {
        padding-right: 40.95rem !important
    }
    .pb-lg-650,
    .py-lg-650 {
        padding-bottom: 40.95rem !important
    }
    .pl-lg-650,
    .px-lg-650 {
        padding-left: 40.95rem !important
    }
    .p-lg-p5 {
        padding: 5% !important
    }
    .pt-lg-p5,
    .py-lg-p5 {
        padding-top: 5% !important
    }
    .pr-lg-p5,
    .px-lg-p5 {
        padding-right: 5% !important
    }
    .pb-lg-p5,
    .py-lg-p5 {
        padding-bottom: 5% !important
    }
    .pl-lg-p5,
    .px-lg-p5 {
        padding-left: 5% !important
    }
    .p-lg-p10 {
        padding: 10% !important
    }
    .pt-lg-p10,
    .py-lg-p10 {
        padding-top: 10% !important
    }
    .pr-lg-p10,
    .px-lg-p10 {
        padding-right: 10% !important
    }
    .pb-lg-p10,
    .py-lg-p10 {
        padding-bottom: 10% !important
    }
    .pl-lg-p10,
    .px-lg-p10 {
        padding-left: 10% !important
    }
    .p-lg-p15 {
        padding: 15% !important
    }
    .pt-lg-p15,
    .py-lg-p15 {
        padding-top: 15% !important
    }
    .pr-lg-p15,
    .px-lg-p15 {
        padding-right: 15% !important
    }
    .pb-lg-p15,
    .py-lg-p15 {
        padding-bottom: 15% !important
    }
    .pl-lg-p15,
    .px-lg-p15 {
        padding-left: 15% !important
    }
    .p-lg-p20 {
        padding: 20% !important
    }
    .pt-lg-p20,
    .py-lg-p20 {
        padding-top: 20% !important
    }
    .pr-lg-p20,
    .px-lg-p20 {
        padding-right: 20% !important
    }
    .pb-lg-p20,
    .py-lg-p20 {
        padding-bottom: 20% !important
    }
    .pl-lg-p20,
    .px-lg-p20 {
        padding-left: 20% !important
    }
    .p-lg-p25 {
        padding: 25% !important
    }
    .pt-lg-p25,
    .py-lg-p25 {
        padding-top: 25% !important
    }
    .pr-lg-p25,
    .px-lg-p25 {
        padding-right: 25% !important
    }
    .pb-lg-p25,
    .py-lg-p25 {
        padding-bottom: 25% !important
    }
    .pl-lg-p25,
    .px-lg-p25 {
        padding-left: 25% !important
    }
    .p-lg-p30 {
        padding: 30% !important
    }
    .pt-lg-p30,
    .py-lg-p30 {
        padding-top: 30% !important
    }
    .pr-lg-p30,
    .px-lg-p30 {
        padding-right: 30% !important
    }
    .pb-lg-p30,
    .py-lg-p30 {
        padding-bottom: 30% !important
    }
    .pl-lg-p30,
    .px-lg-p30 {
        padding-left: 30% !important
    }
    .p-lg-p33 {
        padding: 33.3333% !important
    }
    .pt-lg-p33,
    .py-lg-p33 {
        padding-top: 33.3333% !important
    }
    .pr-lg-p33,
    .px-lg-p33 {
        padding-right: 33.3333% !important
    }
    .pb-lg-p33,
    .py-lg-p33 {
        padding-bottom: 33.3333% !important
    }
    .pl-lg-p33,
    .px-lg-p33 {
        padding-left: 33.3333% !important
    }
    .p-lg-p40 {
        padding: 40% !important
    }
    .pt-lg-p40,
    .py-lg-p40 {
        padding-top: 40% !important
    }
    .pr-lg-p40,
    .px-lg-p40 {
        padding-right: 40% !important
    }
    .pb-lg-p40,
    .py-lg-p40 {
        padding-bottom: 40% !important
    }
    .pl-lg-p40,
    .px-lg-p40 {
        padding-left: 40% !important
    }
    .p-lg-p50 {
        padding: 50% !important
    }
    .pt-lg-p50,
    .py-lg-p50 {
        padding-top: 50% !important
    }
    .pr-lg-p50,
    .px-lg-p50 {
        padding-right: 50% !important
    }
    .pb-lg-p50,
    .py-lg-p50 {
        padding-bottom: 50% !important
    }
    .pl-lg-p50,
    .px-lg-p50 {
        padding-left: 50% !important
    }
    .p-lg-p60 {
        padding: 60% !important
    }
    .pt-lg-p60,
    .py-lg-p60 {
        padding-top: 60% !important
    }
    .pr-lg-p60,
    .px-lg-p60 {
        padding-right: 60% !important
    }
    .pb-lg-p60,
    .py-lg-p60 {
        padding-bottom: 60% !important
    }
    .pl-lg-p60,
    .px-lg-p60 {
        padding-left: 60% !important
    }
    .p-lg-p70 {
        padding: 70% !important
    }
    .pt-lg-p70,
    .py-lg-p70 {
        padding-top: 70% !important
    }
    .pr-lg-p70,
    .px-lg-p70 {
        padding-right: 70% !important
    }
    .pb-lg-p70,
    .py-lg-p70 {
        padding-bottom: 70% !important
    }
    .pl-lg-p70,
    .px-lg-p70 {
        padding-left: 70% !important
    }
    .p-lg-p75 {
        padding: 75% !important
    }
    .pt-lg-p75,
    .py-lg-p75 {
        padding-top: 75% !important
    }
    .pr-lg-p75,
    .px-lg-p75 {
        padding-right: 75% !important
    }
    .pb-lg-p75,
    .py-lg-p75 {
        padding-bottom: 75% !important
    }
    .pl-lg-p75,
    .px-lg-p75 {
        padding-left: 75% !important
    }
    .p-lg-p80 {
        padding: 80% !important
    }
    .pt-lg-p80,
    .py-lg-p80 {
        padding-top: 80% !important
    }
    .pr-lg-p80,
    .px-lg-p80 {
        padding-right: 80% !important
    }
    .pb-lg-p80,
    .py-lg-p80 {
        padding-bottom: 80% !important
    }
    .pl-lg-p80,
    .px-lg-p80 {
        padding-left: 80% !important
    }
    .p-lg-p100 {
        padding: 100% !important
    }
    .pt-lg-p100,
    .py-lg-p100 {
        padding-top: 100% !important
    }
    .pr-lg-p100,
    .px-lg-p100 {
        padding-right: 100% !important
    }
    .pb-lg-p100,
    .py-lg-p100 {
        padding-bottom: 100% !important
    }
    .pl-lg-p100,
    .px-lg-p100 {
        padding-left: 100% !important
    }
    .m-lg-n3 {
        margin: -.189rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -.189rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -.189rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -.189rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -.189rem !important
    }
    .m-lg-n5 {
        margin: -.315rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -.315rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -.315rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -.315rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -.315rem !important
    }
    .m-lg-n10 {
        margin: -.63rem !important
    }
    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -.63rem !important
    }
    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -.63rem !important
    }
    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -.63rem !important
    }
    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -.63rem !important
    }
    .m-lg-n15 {
        margin: -.945rem !important
    }
    .mt-lg-n15,
    .my-lg-n15 {
        margin-top: -.945rem !important
    }
    .mr-lg-n15,
    .mx-lg-n15 {
        margin-right: -.945rem !important
    }
    .mb-lg-n15,
    .my-lg-n15 {
        margin-bottom: -.945rem !important
    }
    .ml-lg-n15,
    .mx-lg-n15 {
        margin-left: -.945rem !important
    }
    .m-lg-n20 {
        margin: -1.26rem !important
    }
    .mt-lg-n20,
    .my-lg-n20 {
        margin-top: -1.26rem !important
    }
    .mr-lg-n20,
    .mx-lg-n20 {
        margin-right: -1.26rem !important
    }
    .mb-lg-n20,
    .my-lg-n20 {
        margin-bottom: -1.26rem !important
    }
    .ml-lg-n20,
    .mx-lg-n20 {
        margin-left: -1.26rem !important
    }
    .m-lg-n25 {
        margin: -1.575rem !important
    }
    .mt-lg-n25,
    .my-lg-n25 {
        margin-top: -1.575rem !important
    }
    .mr-lg-n25,
    .mx-lg-n25 {
        margin-right: -1.575rem !important
    }
    .mb-lg-n25,
    .my-lg-n25 {
        margin-bottom: -1.575rem !important
    }
    .ml-lg-n25,
    .mx-lg-n25 {
        margin-left: -1.575rem !important
    }
    .m-lg-n30 {
        margin: -1.89rem !important
    }
    .mt-lg-n30,
    .my-lg-n30 {
        margin-top: -1.89rem !important
    }
    .mr-lg-n30,
    .mx-lg-n30 {
        margin-right: -1.89rem !important
    }
    .mb-lg-n30,
    .my-lg-n30 {
        margin-bottom: -1.89rem !important
    }
    .ml-lg-n30,
    .mx-lg-n30 {
        margin-left: -1.89rem !important
    }
    .m-lg-n35 {
        margin: -2.205rem !important
    }
    .mt-lg-n35,
    .my-lg-n35 {
        margin-top: -2.205rem !important
    }
    .mr-lg-n35,
    .mx-lg-n35 {
        margin-right: -2.205rem !important
    }
    .mb-lg-n35,
    .my-lg-n35 {
        margin-bottom: -2.205rem !important
    }
    .ml-lg-n35,
    .mx-lg-n35 {
        margin-left: -2.205rem !important
    }
    .m-lg-n40 {
        margin: -2.52rem !important
    }
    .mt-lg-n40,
    .my-lg-n40 {
        margin-top: -2.52rem !important
    }
    .mr-lg-n40,
    .mx-lg-n40 {
        margin-right: -2.52rem !important
    }
    .mb-lg-n40,
    .my-lg-n40 {
        margin-bottom: -2.52rem !important
    }
    .ml-lg-n40,
    .mx-lg-n40 {
        margin-left: -2.52rem !important
    }
    .m-lg-n50 {
        margin: -3.15rem !important
    }
    .mt-lg-n50,
    .my-lg-n50 {
        margin-top: -3.15rem !important
    }
    .mr-lg-n50,
    .mx-lg-n50 {
        margin-right: -3.15rem !important
    }
    .mb-lg-n50,
    .my-lg-n50 {
        margin-bottom: -3.15rem !important
    }
    .ml-lg-n50,
    .mx-lg-n50 {
        margin-left: -3.15rem !important
    }
    .m-lg-n60 {
        margin: -3.78rem !important
    }
    .mt-lg-n60,
    .my-lg-n60 {
        margin-top: -3.78rem !important
    }
    .mr-lg-n60,
    .mx-lg-n60 {
        margin-right: -3.78rem !important
    }
    .mb-lg-n60,
    .my-lg-n60 {
        margin-bottom: -3.78rem !important
    }
    .ml-lg-n60,
    .mx-lg-n60 {
        margin-left: -3.78rem !important
    }
    .m-lg-n70 {
        margin: -4.41rem !important
    }
    .mt-lg-n70,
    .my-lg-n70 {
        margin-top: -4.41rem !important
    }
    .mr-lg-n70,
    .mx-lg-n70 {
        margin-right: -4.41rem !important
    }
    .mb-lg-n70,
    .my-lg-n70 {
        margin-bottom: -4.41rem !important
    }
    .ml-lg-n70,
    .mx-lg-n70 {
        margin-left: -4.41rem !important
    }
    .m-lg-n80 {
        margin: -5.04rem !important
    }
    .mt-lg-n80,
    .my-lg-n80 {
        margin-top: -5.04rem !important
    }
    .mr-lg-n80,
    .mx-lg-n80 {
        margin-right: -5.04rem !important
    }
    .mb-lg-n80,
    .my-lg-n80 {
        margin-bottom: -5.04rem !important
    }
    .ml-lg-n80,
    .mx-lg-n80 {
        margin-left: -5.04rem !important
    }
    .m-lg-n90 {
        margin: -5.67rem !important
    }
    .mt-lg-n90,
    .my-lg-n90 {
        margin-top: -5.67rem !important
    }
    .mr-lg-n90,
    .mx-lg-n90 {
        margin-right: -5.67rem !important
    }
    .mb-lg-n90,
    .my-lg-n90 {
        margin-bottom: -5.67rem !important
    }
    .ml-lg-n90,
    .mx-lg-n90 {
        margin-left: -5.67rem !important
    }
    .m-lg-n100 {
        margin: -6.3rem !important
    }
    .mt-lg-n100,
    .my-lg-n100 {
        margin-top: -6.3rem !important
    }
    .mr-lg-n100,
    .mx-lg-n100 {
        margin-right: -6.3rem !important
    }
    .mb-lg-n100,
    .my-lg-n100 {
        margin-bottom: -6.3rem !important
    }
    .ml-lg-n100,
    .mx-lg-n100 {
        margin-left: -6.3rem !important
    }
    .m-lg-n150 {
        margin: -9.45rem !important
    }
    .mt-lg-n150,
    .my-lg-n150 {
        margin-top: -9.45rem !important
    }
    .mr-lg-n150,
    .mx-lg-n150 {
        margin-right: -9.45rem !important
    }
    .mb-lg-n150,
    .my-lg-n150 {
        margin-bottom: -9.45rem !important
    }
    .ml-lg-n150,
    .mx-lg-n150 {
        margin-left: -9.45rem !important
    }
    .m-lg-n200 {
        margin: -12.6rem !important
    }
    .mt-lg-n200,
    .my-lg-n200 {
        margin-top: -12.6rem !important
    }
    .mr-lg-n200,
    .mx-lg-n200 {
        margin-right: -12.6rem !important
    }
    .mb-lg-n200,
    .my-lg-n200 {
        margin-bottom: -12.6rem !important
    }
    .ml-lg-n200,
    .mx-lg-n200 {
        margin-left: -12.6rem !important
    }
    .m-lg-n250 {
        margin: -15.75rem !important
    }
    .mt-lg-n250,
    .my-lg-n250 {
        margin-top: -15.75rem !important
    }
    .mr-lg-n250,
    .mx-lg-n250 {
        margin-right: -15.75rem !important
    }
    .mb-lg-n250,
    .my-lg-n250 {
        margin-bottom: -15.75rem !important
    }
    .ml-lg-n250,
    .mx-lg-n250 {
        margin-left: -15.75rem !important
    }
    .m-lg-n300 {
        margin: -18.9rem !important
    }
    .mt-lg-n300,
    .my-lg-n300 {
        margin-top: -18.9rem !important
    }
    .mr-lg-n300,
    .mx-lg-n300 {
        margin-right: -18.9rem !important
    }
    .mb-lg-n300,
    .my-lg-n300 {
        margin-bottom: -18.9rem !important
    }
    .ml-lg-n300,
    .mx-lg-n300 {
        margin-left: -18.9rem !important
    }
    .m-lg-n350 {
        margin: -22.05rem !important
    }
    .mt-lg-n350,
    .my-lg-n350 {
        margin-top: -22.05rem !important
    }
    .mr-lg-n350,
    .mx-lg-n350 {
        margin-right: -22.05rem !important
    }
    .mb-lg-n350,
    .my-lg-n350 {
        margin-bottom: -22.05rem !important
    }
    .ml-lg-n350,
    .mx-lg-n350 {
        margin-left: -22.05rem !important
    }
    .m-lg-n400 {
        margin: -25.2rem !important
    }
    .mt-lg-n400,
    .my-lg-n400 {
        margin-top: -25.2rem !important
    }
    .mr-lg-n400,
    .mx-lg-n400 {
        margin-right: -25.2rem !important
    }
    .mb-lg-n400,
    .my-lg-n400 {
        margin-bottom: -25.2rem !important
    }
    .ml-lg-n400,
    .mx-lg-n400 {
        margin-left: -25.2rem !important
    }
    .m-lg-n450 {
        margin: -28.35rem !important
    }
    .mt-lg-n450,
    .my-lg-n450 {
        margin-top: -28.35rem !important
    }
    .mr-lg-n450,
    .mx-lg-n450 {
        margin-right: -28.35rem !important
    }
    .mb-lg-n450,
    .my-lg-n450 {
        margin-bottom: -28.35rem !important
    }
    .ml-lg-n450,
    .mx-lg-n450 {
        margin-left: -28.35rem !important
    }
    .m-lg-n500 {
        margin: -31.5rem !important
    }
    .mt-lg-n500,
    .my-lg-n500 {
        margin-top: -31.5rem !important
    }
    .mr-lg-n500,
    .mx-lg-n500 {
        margin-right: -31.5rem !important
    }
    .mb-lg-n500,
    .my-lg-n500 {
        margin-bottom: -31.5rem !important
    }
    .ml-lg-n500,
    .mx-lg-n500 {
        margin-left: -31.5rem !important
    }
    .m-lg-n550 {
        margin: -34.65rem !important
    }
    .mt-lg-n550,
    .my-lg-n550 {
        margin-top: -34.65rem !important
    }
    .mr-lg-n550,
    .mx-lg-n550 {
        margin-right: -34.65rem !important
    }
    .mb-lg-n550,
    .my-lg-n550 {
        margin-bottom: -34.65rem !important
    }
    .ml-lg-n550,
    .mx-lg-n550 {
        margin-left: -34.65rem !important
    }
    .m-lg-n600 {
        margin: -37.8rem !important
    }
    .mt-lg-n600,
    .my-lg-n600 {
        margin-top: -37.8rem !important
    }
    .mr-lg-n600,
    .mx-lg-n600 {
        margin-right: -37.8rem !important
    }
    .mb-lg-n600,
    .my-lg-n600 {
        margin-bottom: -37.8rem !important
    }
    .ml-lg-n600,
    .mx-lg-n600 {
        margin-left: -37.8rem !important
    }
    .m-lg-n650 {
        margin: -40.95rem !important
    }
    .mt-lg-n650,
    .my-lg-n650 {
        margin-top: -40.95rem !important
    }
    .mr-lg-n650,
    .mx-lg-n650 {
        margin-right: -40.95rem !important
    }
    .mb-lg-n650,
    .my-lg-n650 {
        margin-bottom: -40.95rem !important
    }
    .ml-lg-n650,
    .mx-lg-n650 {
        margin-left: -40.95rem !important
    }
    .m-lg-np5 {
        margin: -5% !important
    }
    .mt-lg-np5,
    .my-lg-np5 {
        margin-top: -5% !important
    }
    .mr-lg-np5,
    .mx-lg-np5 {
        margin-right: -5% !important
    }
    .mb-lg-np5,
    .my-lg-np5 {
        margin-bottom: -5% !important
    }
    .ml-lg-np5,
    .mx-lg-np5 {
        margin-left: -5% !important
    }
    .m-lg-np10 {
        margin: -10% !important
    }
    .mt-lg-np10,
    .my-lg-np10 {
        margin-top: -10% !important
    }
    .mr-lg-np10,
    .mx-lg-np10 {
        margin-right: -10% !important
    }
    .mb-lg-np10,
    .my-lg-np10 {
        margin-bottom: -10% !important
    }
    .ml-lg-np10,
    .mx-lg-np10 {
        margin-left: -10% !important
    }
    .m-lg-np15 {
        margin: -15% !important
    }
    .mt-lg-np15,
    .my-lg-np15 {
        margin-top: -15% !important
    }
    .mr-lg-np15,
    .mx-lg-np15 {
        margin-right: -15% !important
    }
    .mb-lg-np15,
    .my-lg-np15 {
        margin-bottom: -15% !important
    }
    .ml-lg-np15,
    .mx-lg-np15 {
        margin-left: -15% !important
    }
    .m-lg-np20 {
        margin: -20% !important
    }
    .mt-lg-np20,
    .my-lg-np20 {
        margin-top: -20% !important
    }
    .mr-lg-np20,
    .mx-lg-np20 {
        margin-right: -20% !important
    }
    .mb-lg-np20,
    .my-lg-np20 {
        margin-bottom: -20% !important
    }
    .ml-lg-np20,
    .mx-lg-np20 {
        margin-left: -20% !important
    }
    .m-lg-np25 {
        margin: -25% !important
    }
    .mt-lg-np25,
    .my-lg-np25 {
        margin-top: -25% !important
    }
    .mr-lg-np25,
    .mx-lg-np25 {
        margin-right: -25% !important
    }
    .mb-lg-np25,
    .my-lg-np25 {
        margin-bottom: -25% !important
    }
    .ml-lg-np25,
    .mx-lg-np25 {
        margin-left: -25% !important
    }
    .m-lg-np30 {
        margin: -30% !important
    }
    .mt-lg-np30,
    .my-lg-np30 {
        margin-top: -30% !important
    }
    .mr-lg-np30,
    .mx-lg-np30 {
        margin-right: -30% !important
    }
    .mb-lg-np30,
    .my-lg-np30 {
        margin-bottom: -30% !important
    }
    .ml-lg-np30,
    .mx-lg-np30 {
        margin-left: -30% !important
    }
    .m-lg-np33 {
        margin: -33.3333% !important
    }
    .mt-lg-np33,
    .my-lg-np33 {
        margin-top: -33.3333% !important
    }
    .mr-lg-np33,
    .mx-lg-np33 {
        margin-right: -33.3333% !important
    }
    .mb-lg-np33,
    .my-lg-np33 {
        margin-bottom: -33.3333% !important
    }
    .ml-lg-np33,
    .mx-lg-np33 {
        margin-left: -33.3333% !important
    }
    .m-lg-np40 {
        margin: -40% !important
    }
    .mt-lg-np40,
    .my-lg-np40 {
        margin-top: -40% !important
    }
    .mr-lg-np40,
    .mx-lg-np40 {
        margin-right: -40% !important
    }
    .mb-lg-np40,
    .my-lg-np40 {
        margin-bottom: -40% !important
    }
    .ml-lg-np40,
    .mx-lg-np40 {
        margin-left: -40% !important
    }
    .m-lg-np50 {
        margin: -50% !important
    }
    .mt-lg-np50,
    .my-lg-np50 {
        margin-top: -50% !important
    }
    .mr-lg-np50,
    .mx-lg-np50 {
        margin-right: -50% !important
    }
    .mb-lg-np50,
    .my-lg-np50 {
        margin-bottom: -50% !important
    }
    .ml-lg-np50,
    .mx-lg-np50 {
        margin-left: -50% !important
    }
    .m-lg-np60 {
        margin: -60% !important
    }
    .mt-lg-np60,
    .my-lg-np60 {
        margin-top: -60% !important
    }
    .mr-lg-np60,
    .mx-lg-np60 {
        margin-right: -60% !important
    }
    .mb-lg-np60,
    .my-lg-np60 {
        margin-bottom: -60% !important
    }
    .ml-lg-np60,
    .mx-lg-np60 {
        margin-left: -60% !important
    }
    .m-lg-np70 {
        margin: -70% !important
    }
    .mt-lg-np70,
    .my-lg-np70 {
        margin-top: -70% !important
    }
    .mr-lg-np70,
    .mx-lg-np70 {
        margin-right: -70% !important
    }
    .mb-lg-np70,
    .my-lg-np70 {
        margin-bottom: -70% !important
    }
    .ml-lg-np70,
    .mx-lg-np70 {
        margin-left: -70% !important
    }
    .m-lg-np75 {
        margin: -75% !important
    }
    .mt-lg-np75,
    .my-lg-np75 {
        margin-top: -75% !important
    }
    .mr-lg-np75,
    .mx-lg-np75 {
        margin-right: -75% !important
    }
    .mb-lg-np75,
    .my-lg-np75 {
        margin-bottom: -75% !important
    }
    .ml-lg-np75,
    .mx-lg-np75 {
        margin-left: -75% !important
    }
    .m-lg-np80 {
        margin: -80% !important
    }
    .mt-lg-np80,
    .my-lg-np80 {
        margin-top: -80% !important
    }
    .mr-lg-np80,
    .mx-lg-np80 {
        margin-right: -80% !important
    }
    .mb-lg-np80,
    .my-lg-np80 {
        margin-bottom: -80% !important
    }
    .ml-lg-np80,
    .mx-lg-np80 {
        margin-left: -80% !important
    }
    .m-lg-np100 {
        margin: -100% !important
    }
    .mt-lg-np100,
    .my-lg-np100 {
        margin-top: -100% !important
    }
    .mr-lg-np100,
    .mx-lg-np100 {
        margin-right: -100% !important
    }
    .mb-lg-np100,
    .my-lg-np100 {
        margin-bottom: -100% !important
    }
    .ml-lg-np100,
    .mx-lg-np100 {
        margin-left: -100% !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-3 {
        margin: .189rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: .189rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: .189rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: .189rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: .189rem !important
    }
    .m-xl-5 {
        margin: .315rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: .315rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: .315rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: .315rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: .315rem !important
    }
    .m-xl-10 {
        margin: .63rem !important
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: .63rem !important
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: .63rem !important
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: .63rem !important
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: .63rem !important
    }
    .m-xl-15 {
        margin: .945rem !important
    }
    .mt-xl-15,
    .my-xl-15 {
        margin-top: .945rem !important
    }
    .mr-xl-15,
    .mx-xl-15 {
        margin-right: .945rem !important
    }
    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: .945rem !important
    }
    .ml-xl-15,
    .mx-xl-15 {
        margin-left: .945rem !important
    }
    .m-xl-20 {
        margin: 1.26rem !important
    }
    .mt-xl-20,
    .my-xl-20 {
        margin-top: 1.26rem !important
    }
    .mr-xl-20,
    .mx-xl-20 {
        margin-right: 1.26rem !important
    }
    .mb-xl-20,
    .my-xl-20 {
        margin-bottom: 1.26rem !important
    }
    .ml-xl-20,
    .mx-xl-20 {
        margin-left: 1.26rem !important
    }
    .m-xl-25 {
        margin: 1.575rem !important
    }
    .mt-xl-25,
    .my-xl-25 {
        margin-top: 1.575rem !important
    }
    .mr-xl-25,
    .mx-xl-25 {
        margin-right: 1.575rem !important
    }
    .mb-xl-25,
    .my-xl-25 {
        margin-bottom: 1.575rem !important
    }
    .ml-xl-25,
    .mx-xl-25 {
        margin-left: 1.575rem !important
    }
    .m-xl-30 {
        margin: 1.89rem !important
    }
    .mt-xl-30,
    .my-xl-30 {
        margin-top: 1.89rem !important
    }
    .mr-xl-30,
    .mx-xl-30 {
        margin-right: 1.89rem !important
    }
    .mb-xl-30,
    .my-xl-30 {
        margin-bottom: 1.89rem !important
    }
    .ml-xl-30,
    .mx-xl-30 {
        margin-left: 1.89rem !important
    }
    .m-xl-35 {
        margin: 2.205rem !important
    }
    .mt-xl-35,
    .my-xl-35 {
        margin-top: 2.205rem !important
    }
    .mr-xl-35,
    .mx-xl-35 {
        margin-right: 2.205rem !important
    }
    .mb-xl-35,
    .my-xl-35 {
        margin-bottom: 2.205rem !important
    }
    .ml-xl-35,
    .mx-xl-35 {
        margin-left: 2.205rem !important
    }
    .m-xl-40 {
        margin: 2.52rem !important
    }
    .mt-xl-40,
    .my-xl-40 {
        margin-top: 2.52rem !important
    }
    .mr-xl-40,
    .mx-xl-40 {
        margin-right: 2.52rem !important
    }
    .mb-xl-40,
    .my-xl-40 {
        margin-bottom: 2.52rem !important
    }
    .ml-xl-40,
    .mx-xl-40 {
        margin-left: 2.52rem !important
    }
    .m-xl-50 {
        margin: 3.15rem !important
    }
    .mt-xl-50,
    .my-xl-50 {
        margin-top: 3.15rem !important
    }
    .mr-xl-50,
    .mx-xl-50 {
        margin-right: 3.15rem !important
    }
    .mb-xl-50,
    .my-xl-50 {
        margin-bottom: 3.15rem !important
    }
    .ml-xl-50,
    .mx-xl-50 {
        margin-left: 3.15rem !important
    }
    .m-xl-60 {
        margin: 3.78rem !important
    }
    .mt-xl-60,
    .my-xl-60 {
        margin-top: 3.78rem !important
    }
    .mr-xl-60,
    .mx-xl-60 {
        margin-right: 3.78rem !important
    }
    .mb-xl-60,
    .my-xl-60 {
        margin-bottom: 3.78rem !important
    }
    .ml-xl-60,
    .mx-xl-60 {
        margin-left: 3.78rem !important
    }
    .m-xl-70 {
        margin: 4.41rem !important
    }
    .mt-xl-70,
    .my-xl-70 {
        margin-top: 4.41rem !important
    }
    .mr-xl-70,
    .mx-xl-70 {
        margin-right: 4.41rem !important
    }
    .mb-xl-70,
    .my-xl-70 {
        margin-bottom: 4.41rem !important
    }
    .ml-xl-70,
    .mx-xl-70 {
        margin-left: 4.41rem !important
    }
    .m-xl-80 {
        margin: 5.04rem !important
    }
    .mt-xl-80,
    .my-xl-80 {
        margin-top: 5.04rem !important
    }
    .mr-xl-80,
    .mx-xl-80 {
        margin-right: 5.04rem !important
    }
    .mb-xl-80,
    .my-xl-80 {
        margin-bottom: 5.04rem !important
    }
    .ml-xl-80,
    .mx-xl-80 {
        margin-left: 5.04rem !important
    }
    .m-xl-90 {
        margin: 5.67rem !important
    }
    .mt-xl-90,
    .my-xl-90 {
        margin-top: 5.67rem !important
    }
    .mr-xl-90,
    .mx-xl-90 {
        margin-right: 5.67rem !important
    }
    .mb-xl-90,
    .my-xl-90 {
        margin-bottom: 5.67rem !important
    }
    .ml-xl-90,
    .mx-xl-90 {
        margin-left: 5.67rem !important
    }
    .m-xl-100 {
        margin: 6.3rem !important
    }
    .mt-xl-100,
    .my-xl-100 {
        margin-top: 6.3rem !important
    }
    .mr-xl-100,
    .mx-xl-100 {
        margin-right: 6.3rem !important
    }
    .mb-xl-100,
    .my-xl-100 {
        margin-bottom: 6.3rem !important
    }
    .ml-xl-100,
    .mx-xl-100 {
        margin-left: 6.3rem !important
    }
    .m-xl-150 {
        margin: 9.45rem !important
    }
    .mt-xl-150,
    .my-xl-150 {
        margin-top: 9.45rem !important
    }
    .mr-xl-150,
    .mx-xl-150 {
        margin-right: 9.45rem !important
    }
    .mb-xl-150,
    .my-xl-150 {
        margin-bottom: 9.45rem !important
    }
    .ml-xl-150,
    .mx-xl-150 {
        margin-left: 9.45rem !important
    }
    .m-xl-200 {
        margin: 12.6rem !important
    }
    .mt-xl-200,
    .my-xl-200 {
        margin-top: 12.6rem !important
    }
    .mr-xl-200,
    .mx-xl-200 {
        margin-right: 12.6rem !important
    }
    .mb-xl-200,
    .my-xl-200 {
        margin-bottom: 12.6rem !important
    }
    .ml-xl-200,
    .mx-xl-200 {
        margin-left: 12.6rem !important
    }
    .m-xl-250 {
        margin: 15.75rem !important
    }
    .mt-xl-250,
    .my-xl-250 {
        margin-top: 15.75rem !important
    }
    .mr-xl-250,
    .mx-xl-250 {
        margin-right: 15.75rem !important
    }
    .mb-xl-250,
    .my-xl-250 {
        margin-bottom: 15.75rem !important
    }
    .ml-xl-250,
    .mx-xl-250 {
        margin-left: 15.75rem !important
    }
    .m-xl-300 {
        margin: 18.9rem !important
    }
    .mt-xl-300,
    .my-xl-300 {
        margin-top: 18.9rem !important
    }
    .mr-xl-300,
    .mx-xl-300 {
        margin-right: 18.9rem !important
    }
    .mb-xl-300,
    .my-xl-300 {
        margin-bottom: 18.9rem !important
    }
    .ml-xl-300,
    .mx-xl-300 {
        margin-left: 18.9rem !important
    }
    .m-xl-350 {
        margin: 22.05rem !important
    }
    .mt-xl-350,
    .my-xl-350 {
        margin-top: 22.05rem !important
    }
    .mr-xl-350,
    .mx-xl-350 {
        margin-right: 22.05rem !important
    }
    .mb-xl-350,
    .my-xl-350 {
        margin-bottom: 22.05rem !important
    }
    .ml-xl-350,
    .mx-xl-350 {
        margin-left: 22.05rem !important
    }
    .m-xl-400 {
        margin: 25.2rem !important
    }
    .mt-xl-400,
    .my-xl-400 {
        margin-top: 25.2rem !important
    }
    .mr-xl-400,
    .mx-xl-400 {
        margin-right: 25.2rem !important
    }
    .mb-xl-400,
    .my-xl-400 {
        margin-bottom: 25.2rem !important
    }
    .ml-xl-400,
    .mx-xl-400 {
        margin-left: 25.2rem !important
    }
    .m-xl-450 {
        margin: 28.35rem !important
    }
    .mt-xl-450,
    .my-xl-450 {
        margin-top: 28.35rem !important
    }
    .mr-xl-450,
    .mx-xl-450 {
        margin-right: 28.35rem !important
    }
    .mb-xl-450,
    .my-xl-450 {
        margin-bottom: 28.35rem !important
    }
    .ml-xl-450,
    .mx-xl-450 {
        margin-left: 28.35rem !important
    }
    .m-xl-500 {
        margin: 31.5rem !important
    }
    .mt-xl-500,
    .my-xl-500 {
        margin-top: 31.5rem !important
    }
    .mr-xl-500,
    .mx-xl-500 {
        margin-right: 31.5rem !important
    }
    .mb-xl-500,
    .my-xl-500 {
        margin-bottom: 31.5rem !important
    }
    .ml-xl-500,
    .mx-xl-500 {
        margin-left: 31.5rem !important
    }
    .m-xl-550 {
        margin: 34.65rem !important
    }
    .mt-xl-550,
    .my-xl-550 {
        margin-top: 34.65rem !important
    }
    .mr-xl-550,
    .mx-xl-550 {
        margin-right: 34.65rem !important
    }
    .mb-xl-550,
    .my-xl-550 {
        margin-bottom: 34.65rem !important
    }
    .ml-xl-550,
    .mx-xl-550 {
        margin-left: 34.65rem !important
    }
    .m-xl-600 {
        margin: 37.8rem !important
    }
    .mt-xl-600,
    .my-xl-600 {
        margin-top: 37.8rem !important
    }
    .mr-xl-600,
    .mx-xl-600 {
        margin-right: 37.8rem !important
    }
    .mb-xl-600,
    .my-xl-600 {
        margin-bottom: 37.8rem !important
    }
    .ml-xl-600,
    .mx-xl-600 {
        margin-left: 37.8rem !important
    }
    .m-xl-650 {
        margin: 40.95rem !important
    }
    .mt-xl-650,
    .my-xl-650 {
        margin-top: 40.95rem !important
    }
    .mr-xl-650,
    .mx-xl-650 {
        margin-right: 40.95rem !important
    }
    .mb-xl-650,
    .my-xl-650 {
        margin-bottom: 40.95rem !important
    }
    .ml-xl-650,
    .mx-xl-650 {
        margin-left: 40.95rem !important
    }
    .m-xl-p5 {
        margin: 5% !important
    }
    .mt-xl-p5,
    .my-xl-p5 {
        margin-top: 5% !important
    }
    .mr-xl-p5,
    .mx-xl-p5 {
        margin-right: 5% !important
    }
    .mb-xl-p5,
    .my-xl-p5 {
        margin-bottom: 5% !important
    }
    .ml-xl-p5,
    .mx-xl-p5 {
        margin-left: 5% !important
    }
    .m-xl-p10 {
        margin: 10% !important
    }
    .mt-xl-p10,
    .my-xl-p10 {
        margin-top: 10% !important
    }
    .mr-xl-p10,
    .mx-xl-p10 {
        margin-right: 10% !important
    }
    .mb-xl-p10,
    .my-xl-p10 {
        margin-bottom: 10% !important
    }
    .ml-xl-p10,
    .mx-xl-p10 {
        margin-left: 10% !important
    }
    .m-xl-p15 {
        margin: 15% !important
    }
    .mt-xl-p15,
    .my-xl-p15 {
        margin-top: 15% !important
    }
    .mr-xl-p15,
    .mx-xl-p15 {
        margin-right: 15% !important
    }
    .mb-xl-p15,
    .my-xl-p15 {
        margin-bottom: 15% !important
    }
    .ml-xl-p15,
    .mx-xl-p15 {
        margin-left: 15% !important
    }
    .m-xl-p20 {
        margin: 20% !important
    }
    .mt-xl-p20,
    .my-xl-p20 {
        margin-top: 20% !important
    }
    .mr-xl-p20,
    .mx-xl-p20 {
        margin-right: 20% !important
    }
    .mb-xl-p20,
    .my-xl-p20 {
        margin-bottom: 20% !important
    }
    .ml-xl-p20,
    .mx-xl-p20 {
        margin-left: 20% !important
    }
    .m-xl-p25 {
        margin: 25% !important
    }
    .mt-xl-p25,
    .my-xl-p25 {
        margin-top: 25% !important
    }
    .mr-xl-p25,
    .mx-xl-p25 {
        margin-right: 25% !important
    }
    .mb-xl-p25,
    .my-xl-p25 {
        margin-bottom: 25% !important
    }
    .ml-xl-p25,
    .mx-xl-p25 {
        margin-left: 25% !important
    }
    .m-xl-p30 {
        margin: 30% !important
    }
    .mt-xl-p30,
    .my-xl-p30 {
        margin-top: 30% !important
    }
    .mr-xl-p30,
    .mx-xl-p30 {
        margin-right: 30% !important
    }
    .mb-xl-p30,
    .my-xl-p30 {
        margin-bottom: 30% !important
    }
    .ml-xl-p30,
    .mx-xl-p30 {
        margin-left: 30% !important
    }
    .m-xl-p33 {
        margin: 33.3333% !important
    }
    .mt-xl-p33,
    .my-xl-p33 {
        margin-top: 33.3333% !important
    }
    .mr-xl-p33,
    .mx-xl-p33 {
        margin-right: 33.3333% !important
    }
    .mb-xl-p33,
    .my-xl-p33 {
        margin-bottom: 33.3333% !important
    }
    .ml-xl-p33,
    .mx-xl-p33 {
        margin-left: 33.3333% !important
    }
    .m-xl-p40 {
        margin: 40% !important
    }
    .mt-xl-p40,
    .my-xl-p40 {
        margin-top: 40% !important
    }
    .mr-xl-p40,
    .mx-xl-p40 {
        margin-right: 40% !important
    }
    .mb-xl-p40,
    .my-xl-p40 {
        margin-bottom: 40% !important
    }
    .ml-xl-p40,
    .mx-xl-p40 {
        margin-left: 40% !important
    }
    .m-xl-p50 {
        margin: 50% !important
    }
    .mt-xl-p50,
    .my-xl-p50 {
        margin-top: 50% !important
    }
    .mr-xl-p50,
    .mx-xl-p50 {
        margin-right: 50% !important
    }
    .mb-xl-p50,
    .my-xl-p50 {
        margin-bottom: 50% !important
    }
    .ml-xl-p50,
    .mx-xl-p50 {
        margin-left: 50% !important
    }
    .m-xl-p60 {
        margin: 60% !important
    }
    .mt-xl-p60,
    .my-xl-p60 {
        margin-top: 60% !important
    }
    .mr-xl-p60,
    .mx-xl-p60 {
        margin-right: 60% !important
    }
    .mb-xl-p60,
    .my-xl-p60 {
        margin-bottom: 60% !important
    }
    .ml-xl-p60,
    .mx-xl-p60 {
        margin-left: 60% !important
    }
    .m-xl-p70 {
        margin: 70% !important
    }
    .mt-xl-p70,
    .my-xl-p70 {
        margin-top: 70% !important
    }
    .mr-xl-p70,
    .mx-xl-p70 {
        margin-right: 70% !important
    }
    .mb-xl-p70,
    .my-xl-p70 {
        margin-bottom: 70% !important
    }
    .ml-xl-p70,
    .mx-xl-p70 {
        margin-left: 70% !important
    }
    .m-xl-p75 {
        margin: 75% !important
    }
    .mt-xl-p75,
    .my-xl-p75 {
        margin-top: 75% !important
    }
    .mr-xl-p75,
    .mx-xl-p75 {
        margin-right: 75% !important
    }
    .mb-xl-p75,
    .my-xl-p75 {
        margin-bottom: 75% !important
    }
    .ml-xl-p75,
    .mx-xl-p75 {
        margin-left: 75% !important
    }
    .m-xl-p80 {
        margin: 80% !important
    }
    .mt-xl-p80,
    .my-xl-p80 {
        margin-top: 80% !important
    }
    .mr-xl-p80,
    .mx-xl-p80 {
        margin-right: 80% !important
    }
    .mb-xl-p80,
    .my-xl-p80 {
        margin-bottom: 80% !important
    }
    .ml-xl-p80,
    .mx-xl-p80 {
        margin-left: 80% !important
    }
    .m-xl-p100 {
        margin: 100% !important
    }
    .mt-xl-p100,
    .my-xl-p100 {
        margin-top: 100% !important
    }
    .mr-xl-p100,
    .mx-xl-p100 {
        margin-right: 100% !important
    }
    .mb-xl-p100,
    .my-xl-p100 {
        margin-bottom: 100% !important
    }
    .ml-xl-p100,
    .mx-xl-p100 {
        margin-left: 100% !important
    }
    .p-xl-3 {
        padding: .189rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: .189rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: .189rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: .189rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: .189rem !important
    }
    .p-xl-5 {
        padding: .315rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: .315rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: .315rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: .315rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: .315rem !important
    }
    .p-xl-10 {
        padding: .63rem !important
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: .63rem !important
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: .63rem !important
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: .63rem !important
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: .63rem !important
    }
    .p-xl-15 {
        padding: .945rem !important
    }
    .pt-xl-15,
    .py-xl-15 {
        padding-top: .945rem !important
    }
    .pr-xl-15,
    .px-xl-15 {
        padding-right: .945rem !important
    }
    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: .945rem !important
    }
    .pl-xl-15,
    .px-xl-15 {
        padding-left: .945rem !important
    }
    .p-xl-20 {
        padding: 1.26rem !important
    }
    .pt-xl-20,
    .py-xl-20 {
        padding-top: 1.26rem !important
    }
    .pr-xl-20,
    .px-xl-20 {
        padding-right: 1.26rem !important
    }
    .pb-xl-20,
    .py-xl-20 {
        padding-bottom: 1.26rem !important
    }
    .pl-xl-20,
    .px-xl-20 {
        padding-left: 1.26rem !important
    }
    .p-xl-25 {
        padding: 1.575rem !important
    }
    .pt-xl-25,
    .py-xl-25 {
        padding-top: 1.575rem !important
    }
    .pr-xl-25,
    .px-xl-25 {
        padding-right: 1.575rem !important
    }
    .pb-xl-25,
    .py-xl-25 {
        padding-bottom: 1.575rem !important
    }
    .pl-xl-25,
    .px-xl-25 {
        padding-left: 1.575rem !important
    }
    .p-xl-30 {
        padding: 1.89rem !important
    }
    .pt-xl-30,
    .py-xl-30 {
        padding-top: 1.89rem !important
    }
    .pr-xl-30,
    .px-xl-30 {
        padding-right: 1.89rem !important
    }
    .pb-xl-30,
    .py-xl-30 {
        padding-bottom: 1.89rem !important
    }
    .pl-xl-30,
    .px-xl-30 {
        padding-left: 1.89rem !important
    }
    .p-xl-35 {
        padding: 2.205rem !important
    }
    .pt-xl-35,
    .py-xl-35 {
        padding-top: 2.205rem !important
    }
    .pr-xl-35,
    .px-xl-35 {
        padding-right: 2.205rem !important
    }
    .pb-xl-35,
    .py-xl-35 {
        padding-bottom: 2.205rem !important
    }
    .pl-xl-35,
    .px-xl-35 {
        padding-left: 2.205rem !important
    }
    .p-xl-40 {
        padding: 2.52rem !important
    }
    .pt-xl-40,
    .py-xl-40 {
        padding-top: 2.52rem !important
    }
    .pr-xl-40,
    .px-xl-40 {
        padding-right: 2.52rem !important
    }
    .pb-xl-40,
    .py-xl-40 {
        padding-bottom: 2.52rem !important
    }
    .pl-xl-40,
    .px-xl-40 {
        padding-left: 2.52rem !important
    }
    .p-xl-50 {
        padding: 3.15rem !important
    }
    .pt-xl-50,
    .py-xl-50 {
        padding-top: 3.15rem !important
    }
    .pr-xl-50,
    .px-xl-50 {
        padding-right: 3.15rem !important
    }
    .pb-xl-50,
    .py-xl-50 {
        padding-bottom: 3.15rem !important
    }
    .pl-xl-50,
    .px-xl-50 {
        padding-left: 3.15rem !important
    }
    .p-xl-60 {
        padding: 3.78rem !important
    }
    .pt-xl-60,
    .py-xl-60 {
        padding-top: 3.78rem !important
    }
    .pr-xl-60,
    .px-xl-60 {
        padding-right: 3.78rem !important
    }
    .pb-xl-60,
    .py-xl-60 {
        padding-bottom: 3.78rem !important
    }
    .pl-xl-60,
    .px-xl-60 {
        padding-left: 3.78rem !important
    }
    .p-xl-70 {
        padding: 4.41rem !important
    }
    .pt-xl-70,
    .py-xl-70 {
        padding-top: 4.41rem !important
    }
    .pr-xl-70,
    .px-xl-70 {
        padding-right: 4.41rem !important
    }
    .pb-xl-70,
    .py-xl-70 {
        padding-bottom: 4.41rem !important
    }
    .pl-xl-70,
    .px-xl-70 {
        padding-left: 4.41rem !important
    }
    .p-xl-80 {
        padding: 5.04rem !important
    }
    .pt-xl-80,
    .py-xl-80 {
        padding-top: 5.04rem !important
    }
    .pr-xl-80,
    .px-xl-80 {
        padding-right: 5.04rem !important
    }
    .pb-xl-80,
    .py-xl-80 {
        padding-bottom: 5.04rem !important
    }
    .pl-xl-80,
    .px-xl-80 {
        padding-left: 5.04rem !important
    }
    .p-xl-90 {
        padding: 5.67rem !important
    }
    .pt-xl-90,
    .py-xl-90 {
        padding-top: 5.67rem !important
    }
    .pr-xl-90,
    .px-xl-90 {
        padding-right: 5.67rem !important
    }
    .pb-xl-90,
    .py-xl-90 {
        padding-bottom: 5.67rem !important
    }
    .pl-xl-90,
    .px-xl-90 {
        padding-left: 5.67rem !important
    }
    .p-xl-100 {
        padding: 6.3rem !important
    }
    .pt-xl-100,
    .py-xl-100 {
        padding-top: 6.3rem !important
    }
    .pr-xl-100,
    .px-xl-100 {
        padding-right: 6.3rem !important
    }
    .pb-xl-100,
    .py-xl-100 {
        padding-bottom: 6.3rem !important
    }
    .pl-xl-100,
    .px-xl-100 {
        padding-left: 6.3rem !important
    }
    .p-xl-150 {
        padding: 9.45rem !important
    }
    .pt-xl-150,
    .py-xl-150 {
        padding-top: 9.45rem !important
    }
    .pr-xl-150,
    .px-xl-150 {
        padding-right: 9.45rem !important
    }
    .pb-xl-150,
    .py-xl-150 {
        padding-bottom: 9.45rem !important
    }
    .pl-xl-150,
    .px-xl-150 {
        padding-left: 9.45rem !important
    }
    .p-xl-200 {
        padding: 12.6rem !important
    }
    .pt-xl-200,
    .py-xl-200 {
        padding-top: 12.6rem !important
    }
    .pr-xl-200,
    .px-xl-200 {
        padding-right: 12.6rem !important
    }
    .pb-xl-200,
    .py-xl-200 {
        padding-bottom: 12.6rem !important
    }
    .pl-xl-200,
    .px-xl-200 {
        padding-left: 12.6rem !important
    }
    .p-xl-250 {
        padding: 15.75rem !important
    }
    .pt-xl-250,
    .py-xl-250 {
        padding-top: 15.75rem !important
    }
    .pr-xl-250,
    .px-xl-250 {
        padding-right: 15.75rem !important
    }
    .pb-xl-250,
    .py-xl-250 {
        padding-bottom: 15.75rem !important
    }
    .pl-xl-250,
    .px-xl-250 {
        padding-left: 15.75rem !important
    }
    .p-xl-300 {
        padding: 18.9rem !important
    }
    .pt-xl-300,
    .py-xl-300 {
        padding-top: 18.9rem !important
    }
    .pr-xl-300,
    .px-xl-300 {
        padding-right: 18.9rem !important
    }
    .pb-xl-300,
    .py-xl-300 {
        padding-bottom: 18.9rem !important
    }
    .pl-xl-300,
    .px-xl-300 {
        padding-left: 18.9rem !important
    }
    .p-xl-350 {
        padding: 22.05rem !important
    }
    .pt-xl-350,
    .py-xl-350 {
        padding-top: 22.05rem !important
    }
    .pr-xl-350,
    .px-xl-350 {
        padding-right: 22.05rem !important
    }
    .pb-xl-350,
    .py-xl-350 {
        padding-bottom: 22.05rem !important
    }
    .pl-xl-350,
    .px-xl-350 {
        padding-left: 22.05rem !important
    }
    .p-xl-400 {
        padding: 25.2rem !important
    }
    .pt-xl-400,
    .py-xl-400 {
        padding-top: 25.2rem !important
    }
    .pr-xl-400,
    .px-xl-400 {
        padding-right: 25.2rem !important
    }
    .pb-xl-400,
    .py-xl-400 {
        padding-bottom: 25.2rem !important
    }
    .pl-xl-400,
    .px-xl-400 {
        padding-left: 25.2rem !important
    }
    .p-xl-450 {
        padding: 28.35rem !important
    }
    .pt-xl-450,
    .py-xl-450 {
        padding-top: 28.35rem !important
    }
    .pr-xl-450,
    .px-xl-450 {
        padding-right: 28.35rem !important
    }
    .pb-xl-450,
    .py-xl-450 {
        padding-bottom: 28.35rem !important
    }
    .pl-xl-450,
    .px-xl-450 {
        padding-left: 28.35rem !important
    }
    .p-xl-500 {
        padding: 31.5rem !important
    }
    .pt-xl-500,
    .py-xl-500 {
        padding-top: 31.5rem !important
    }
    .pr-xl-500,
    .px-xl-500 {
        padding-right: 31.5rem !important
    }
    .pb-xl-500,
    .py-xl-500 {
        padding-bottom: 31.5rem !important
    }
    .pl-xl-500,
    .px-xl-500 {
        padding-left: 31.5rem !important
    }
    .p-xl-550 {
        padding: 34.65rem !important
    }
    .pt-xl-550,
    .py-xl-550 {
        padding-top: 34.65rem !important
    }
    .pr-xl-550,
    .px-xl-550 {
        padding-right: 34.65rem !important
    }
    .pb-xl-550,
    .py-xl-550 {
        padding-bottom: 34.65rem !important
    }
    .pl-xl-550,
    .px-xl-550 {
        padding-left: 34.65rem !important
    }
    .p-xl-600 {
        padding: 37.8rem !important
    }
    .pt-xl-600,
    .py-xl-600 {
        padding-top: 37.8rem !important
    }
    .pr-xl-600,
    .px-xl-600 {
        padding-right: 37.8rem !important
    }
    .pb-xl-600,
    .py-xl-600 {
        padding-bottom: 37.8rem !important
    }
    .pl-xl-600,
    .px-xl-600 {
        padding-left: 37.8rem !important
    }
    .p-xl-650 {
        padding: 40.95rem !important
    }
    .pt-xl-650,
    .py-xl-650 {
        padding-top: 40.95rem !important
    }
    .pr-xl-650,
    .px-xl-650 {
        padding-right: 40.95rem !important
    }
    .pb-xl-650,
    .py-xl-650 {
        padding-bottom: 40.95rem !important
    }
    .pl-xl-650,
    .px-xl-650 {
        padding-left: 40.95rem !important
    }
    .p-xl-p5 {
        padding: 5% !important
    }
    .pt-xl-p5,
    .py-xl-p5 {
        padding-top: 5% !important
    }
    .pr-xl-p5,
    .px-xl-p5 {
        padding-right: 5% !important
    }
    .pb-xl-p5,
    .py-xl-p5 {
        padding-bottom: 5% !important
    }
    .pl-xl-p5,
    .px-xl-p5 {
        padding-left: 5% !important
    }
    .p-xl-p10 {
        padding: 10% !important
    }
    .pt-xl-p10,
    .py-xl-p10 {
        padding-top: 10% !important
    }
    .pr-xl-p10,
    .px-xl-p10 {
        padding-right: 10% !important
    }
    .pb-xl-p10,
    .py-xl-p10 {
        padding-bottom: 10% !important
    }
    .pl-xl-p10,
    .px-xl-p10 {
        padding-left: 10% !important
    }
    .p-xl-p15 {
        padding: 15% !important
    }
    .pt-xl-p15,
    .py-xl-p15 {
        padding-top: 15% !important
    }
    .pr-xl-p15,
    .px-xl-p15 {
        padding-right: 15% !important
    }
    .pb-xl-p15,
    .py-xl-p15 {
        padding-bottom: 15% !important
    }
    .pl-xl-p15,
    .px-xl-p15 {
        padding-left: 15% !important
    }
    .p-xl-p20 {
        padding: 20% !important
    }
    .pt-xl-p20,
    .py-xl-p20 {
        padding-top: 20% !important
    }
    .pr-xl-p20,
    .px-xl-p20 {
        padding-right: 20% !important
    }
    .pb-xl-p20,
    .py-xl-p20 {
        padding-bottom: 20% !important
    }
    .pl-xl-p20,
    .px-xl-p20 {
        padding-left: 20% !important
    }
    .p-xl-p25 {
        padding: 25% !important
    }
    .pt-xl-p25,
    .py-xl-p25 {
        padding-top: 25% !important
    }
    .pr-xl-p25,
    .px-xl-p25 {
        padding-right: 25% !important
    }
    .pb-xl-p25,
    .py-xl-p25 {
        padding-bottom: 25% !important
    }
    .pl-xl-p25,
    .px-xl-p25 {
        padding-left: 25% !important
    }
    .p-xl-p30 {
        padding: 30% !important
    }
    .pt-xl-p30,
    .py-xl-p30 {
        padding-top: 30% !important
    }
    .pr-xl-p30,
    .px-xl-p30 {
        padding-right: 30% !important
    }
    .pb-xl-p30,
    .py-xl-p30 {
        padding-bottom: 30% !important
    }
    .pl-xl-p30,
    .px-xl-p30 {
        padding-left: 30% !important
    }
    .p-xl-p33 {
        padding: 33.3333% !important
    }
    .pt-xl-p33,
    .py-xl-p33 {
        padding-top: 33.3333% !important
    }
    .pr-xl-p33,
    .px-xl-p33 {
        padding-right: 33.3333% !important
    }
    .pb-xl-p33,
    .py-xl-p33 {
        padding-bottom: 33.3333% !important
    }
    .pl-xl-p33,
    .px-xl-p33 {
        padding-left: 33.3333% !important
    }
    .p-xl-p40 {
        padding: 40% !important
    }
    .pt-xl-p40,
    .py-xl-p40 {
        padding-top: 40% !important
    }
    .pr-xl-p40,
    .px-xl-p40 {
        padding-right: 40% !important
    }
    .pb-xl-p40,
    .py-xl-p40 {
        padding-bottom: 40% !important
    }
    .pl-xl-p40,
    .px-xl-p40 {
        padding-left: 40% !important
    }
    .p-xl-p50 {
        padding: 50% !important
    }
    .pt-xl-p50,
    .py-xl-p50 {
        padding-top: 50% !important
    }
    .pr-xl-p50,
    .px-xl-p50 {
        padding-right: 50% !important
    }
    .pb-xl-p50,
    .py-xl-p50 {
        padding-bottom: 50% !important
    }
    .pl-xl-p50,
    .px-xl-p50 {
        padding-left: 50% !important
    }
    .p-xl-p60 {
        padding: 60% !important
    }
    .pt-xl-p60,
    .py-xl-p60 {
        padding-top: 60% !important
    }
    .pr-xl-p60,
    .px-xl-p60 {
        padding-right: 60% !important
    }
    .pb-xl-p60,
    .py-xl-p60 {
        padding-bottom: 60% !important
    }
    .pl-xl-p60,
    .px-xl-p60 {
        padding-left: 60% !important
    }
    .p-xl-p70 {
        padding: 70% !important
    }
    .pt-xl-p70,
    .py-xl-p70 {
        padding-top: 70% !important
    }
    .pr-xl-p70,
    .px-xl-p70 {
        padding-right: 70% !important
    }
    .pb-xl-p70,
    .py-xl-p70 {
        padding-bottom: 70% !important
    }
    .pl-xl-p70,
    .px-xl-p70 {
        padding-left: 70% !important
    }
    .p-xl-p75 {
        padding: 75% !important
    }
    .pt-xl-p75,
    .py-xl-p75 {
        padding-top: 75% !important
    }
    .pr-xl-p75,
    .px-xl-p75 {
        padding-right: 75% !important
    }
    .pb-xl-p75,
    .py-xl-p75 {
        padding-bottom: 75% !important
    }
    .pl-xl-p75,
    .px-xl-p75 {
        padding-left: 75% !important
    }
    .p-xl-p80 {
        padding: 80% !important
    }
    .pt-xl-p80,
    .py-xl-p80 {
        padding-top: 80% !important
    }
    .pr-xl-p80,
    .px-xl-p80 {
        padding-right: 80% !important
    }
    .pb-xl-p80,
    .py-xl-p80 {
        padding-bottom: 80% !important
    }
    .pl-xl-p80,
    .px-xl-p80 {
        padding-left: 80% !important
    }
    .p-xl-p100 {
        padding: 100% !important
    }
    .pt-xl-p100,
    .py-xl-p100 {
        padding-top: 100% !important
    }
    .pr-xl-p100,
    .px-xl-p100 {
        padding-right: 100% !important
    }
    .pb-xl-p100,
    .py-xl-p100 {
        padding-bottom: 100% !important
    }
    .pl-xl-p100,
    .px-xl-p100 {
        padding-left: 100% !important
    }
    .m-xl-n3 {
        margin: -.189rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -.189rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -.189rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -.189rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -.189rem !important
    }
    .m-xl-n5 {
        margin: -.315rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -.315rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -.315rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -.315rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -.315rem !important
    }
    .m-xl-n10 {
        margin: -.63rem !important
    }
    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -.63rem !important
    }
    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -.63rem !important
    }
    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -.63rem !important
    }
    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -.63rem !important
    }
    .m-xl-n15 {
        margin: -.945rem !important
    }
    .mt-xl-n15,
    .my-xl-n15 {
        margin-top: -.945rem !important
    }
    .mr-xl-n15,
    .mx-xl-n15 {
        margin-right: -.945rem !important
    }
    .mb-xl-n15,
    .my-xl-n15 {
        margin-bottom: -.945rem !important
    }
    .ml-xl-n15,
    .mx-xl-n15 {
        margin-left: -.945rem !important
    }
    .m-xl-n20 {
        margin: -1.26rem !important
    }
    .mt-xl-n20,
    .my-xl-n20 {
        margin-top: -1.26rem !important
    }
    .mr-xl-n20,
    .mx-xl-n20 {
        margin-right: -1.26rem !important
    }
    .mb-xl-n20,
    .my-xl-n20 {
        margin-bottom: -1.26rem !important
    }
    .ml-xl-n20,
    .mx-xl-n20 {
        margin-left: -1.26rem !important
    }
    .m-xl-n25 {
        margin: -1.575rem !important
    }
    .mt-xl-n25,
    .my-xl-n25 {
        margin-top: -1.575rem !important
    }
    .mr-xl-n25,
    .mx-xl-n25 {
        margin-right: -1.575rem !important
    }
    .mb-xl-n25,
    .my-xl-n25 {
        margin-bottom: -1.575rem !important
    }
    .ml-xl-n25,
    .mx-xl-n25 {
        margin-left: -1.575rem !important
    }
    .m-xl-n30 {
        margin: -1.89rem !important
    }
    .mt-xl-n30,
    .my-xl-n30 {
        margin-top: -1.89rem !important
    }
    .mr-xl-n30,
    .mx-xl-n30 {
        margin-right: -1.89rem !important
    }
    .mb-xl-n30,
    .my-xl-n30 {
        margin-bottom: -1.89rem !important
    }
    .ml-xl-n30,
    .mx-xl-n30 {
        margin-left: -1.89rem !important
    }
    .m-xl-n35 {
        margin: -2.205rem !important
    }
    .mt-xl-n35,
    .my-xl-n35 {
        margin-top: -2.205rem !important
    }
    .mr-xl-n35,
    .mx-xl-n35 {
        margin-right: -2.205rem !important
    }
    .mb-xl-n35,
    .my-xl-n35 {
        margin-bottom: -2.205rem !important
    }
    .ml-xl-n35,
    .mx-xl-n35 {
        margin-left: -2.205rem !important
    }
    .m-xl-n40 {
        margin: -2.52rem !important
    }
    .mt-xl-n40,
    .my-xl-n40 {
        margin-top: -2.52rem !important
    }
    .mr-xl-n40,
    .mx-xl-n40 {
        margin-right: -2.52rem !important
    }
    .mb-xl-n40,
    .my-xl-n40 {
        margin-bottom: -2.52rem !important
    }
    .ml-xl-n40,
    .mx-xl-n40 {
        margin-left: -2.52rem !important
    }
    .m-xl-n50 {
        margin: -3.15rem !important
    }
    .mt-xl-n50,
    .my-xl-n50 {
        margin-top: -3.15rem !important
    }
    .mr-xl-n50,
    .mx-xl-n50 {
        margin-right: -3.15rem !important
    }
    .mb-xl-n50,
    .my-xl-n50 {
        margin-bottom: -3.15rem !important
    }
    .ml-xl-n50,
    .mx-xl-n50 {
        margin-left: -3.15rem !important
    }
    .m-xl-n60 {
        margin: -3.78rem !important
    }
    .mt-xl-n60,
    .my-xl-n60 {
        margin-top: -3.78rem !important
    }
    .mr-xl-n60,
    .mx-xl-n60 {
        margin-right: -3.78rem !important
    }
    .mb-xl-n60,
    .my-xl-n60 {
        margin-bottom: -3.78rem !important
    }
    .ml-xl-n60,
    .mx-xl-n60 {
        margin-left: -3.78rem !important
    }
    .m-xl-n70 {
        margin: -4.41rem !important
    }
    .mt-xl-n70,
    .my-xl-n70 {
        margin-top: -4.41rem !important
    }
    .mr-xl-n70,
    .mx-xl-n70 {
        margin-right: -4.41rem !important
    }
    .mb-xl-n70,
    .my-xl-n70 {
        margin-bottom: -4.41rem !important
    }
    .ml-xl-n70,
    .mx-xl-n70 {
        margin-left: -4.41rem !important
    }
    .m-xl-n80 {
        margin: -5.04rem !important
    }
    .mt-xl-n80,
    .my-xl-n80 {
        margin-top: -5.04rem !important
    }
    .mr-xl-n80,
    .mx-xl-n80 {
        margin-right: -5.04rem !important
    }
    .mb-xl-n80,
    .my-xl-n80 {
        margin-bottom: -5.04rem !important
    }
    .ml-xl-n80,
    .mx-xl-n80 {
        margin-left: -5.04rem !important
    }
    .m-xl-n90 {
        margin: -5.67rem !important
    }
    .mt-xl-n90,
    .my-xl-n90 {
        margin-top: -5.67rem !important
    }
    .mr-xl-n90,
    .mx-xl-n90 {
        margin-right: -5.67rem !important
    }
    .mb-xl-n90,
    .my-xl-n90 {
        margin-bottom: -5.67rem !important
    }
    .ml-xl-n90,
    .mx-xl-n90 {
        margin-left: -5.67rem !important
    }
    .m-xl-n100 {
        margin: -6.3rem !important
    }
    .mt-xl-n100,
    .my-xl-n100 {
        margin-top: -6.3rem !important
    }
    .mr-xl-n100,
    .mx-xl-n100 {
        margin-right: -6.3rem !important
    }
    .mb-xl-n100,
    .my-xl-n100 {
        margin-bottom: -6.3rem !important
    }
    .ml-xl-n100,
    .mx-xl-n100 {
        margin-left: -6.3rem !important
    }
    .m-xl-n150 {
        margin: -9.45rem !important
    }
    .mt-xl-n150,
    .my-xl-n150 {
        margin-top: -9.45rem !important
    }
    .mr-xl-n150,
    .mx-xl-n150 {
        margin-right: -9.45rem !important
    }
    .mb-xl-n150,
    .my-xl-n150 {
        margin-bottom: -9.45rem !important
    }
    .ml-xl-n150,
    .mx-xl-n150 {
        margin-left: -9.45rem !important
    }
    .m-xl-n200 {
        margin: -12.6rem !important
    }
    .mt-xl-n200,
    .my-xl-n200 {
        margin-top: -12.6rem !important
    }
    .mr-xl-n200,
    .mx-xl-n200 {
        margin-right: -12.6rem !important
    }
    .mb-xl-n200,
    .my-xl-n200 {
        margin-bottom: -12.6rem !important
    }
    .ml-xl-n200,
    .mx-xl-n200 {
        margin-left: -12.6rem !important
    }
    .m-xl-n250 {
        margin: -15.75rem !important
    }
    .mt-xl-n250,
    .my-xl-n250 {
        margin-top: -15.75rem !important
    }
    .mr-xl-n250,
    .mx-xl-n250 {
        margin-right: -15.75rem !important
    }
    .mb-xl-n250,
    .my-xl-n250 {
        margin-bottom: -15.75rem !important
    }
    .ml-xl-n250,
    .mx-xl-n250 {
        margin-left: -15.75rem !important
    }
    .m-xl-n300 {
        margin: -18.9rem !important
    }
    .mt-xl-n300,
    .my-xl-n300 {
        margin-top: -18.9rem !important
    }
    .mr-xl-n300,
    .mx-xl-n300 {
        margin-right: -18.9rem !important
    }
    .mb-xl-n300,
    .my-xl-n300 {
        margin-bottom: -18.9rem !important
    }
    .ml-xl-n300,
    .mx-xl-n300 {
        margin-left: -18.9rem !important
    }
    .m-xl-n350 {
        margin: -22.05rem !important
    }
    .mt-xl-n350,
    .my-xl-n350 {
        margin-top: -22.05rem !important
    }
    .mr-xl-n350,
    .mx-xl-n350 {
        margin-right: -22.05rem !important
    }
    .mb-xl-n350,
    .my-xl-n350 {
        margin-bottom: -22.05rem !important
    }
    .ml-xl-n350,
    .mx-xl-n350 {
        margin-left: -22.05rem !important
    }
    .m-xl-n400 {
        margin: -25.2rem !important
    }
    .mt-xl-n400,
    .my-xl-n400 {
        margin-top: -25.2rem !important
    }
    .mr-xl-n400,
    .mx-xl-n400 {
        margin-right: -25.2rem !important
    }
    .mb-xl-n400,
    .my-xl-n400 {
        margin-bottom: -25.2rem !important
    }
    .ml-xl-n400,
    .mx-xl-n400 {
        margin-left: -25.2rem !important
    }
    .m-xl-n450 {
        margin: -28.35rem !important
    }
    .mt-xl-n450,
    .my-xl-n450 {
        margin-top: -28.35rem !important
    }
    .mr-xl-n450,
    .mx-xl-n450 {
        margin-right: -28.35rem !important
    }
    .mb-xl-n450,
    .my-xl-n450 {
        margin-bottom: -28.35rem !important
    }
    .ml-xl-n450,
    .mx-xl-n450 {
        margin-left: -28.35rem !important
    }
    .m-xl-n500 {
        margin: -31.5rem !important
    }
    .mt-xl-n500,
    .my-xl-n500 {
        margin-top: -31.5rem !important
    }
    .mr-xl-n500,
    .mx-xl-n500 {
        margin-right: -31.5rem !important
    }
    .mb-xl-n500,
    .my-xl-n500 {
        margin-bottom: -31.5rem !important
    }
    .ml-xl-n500,
    .mx-xl-n500 {
        margin-left: -31.5rem !important
    }
    .m-xl-n550 {
        margin: -34.65rem !important
    }
    .mt-xl-n550,
    .my-xl-n550 {
        margin-top: -34.65rem !important
    }
    .mr-xl-n550,
    .mx-xl-n550 {
        margin-right: -34.65rem !important
    }
    .mb-xl-n550,
    .my-xl-n550 {
        margin-bottom: -34.65rem !important
    }
    .ml-xl-n550,
    .mx-xl-n550 {
        margin-left: -34.65rem !important
    }
    .m-xl-n600 {
        margin: -37.8rem !important
    }
    .mt-xl-n600,
    .my-xl-n600 {
        margin-top: -37.8rem !important
    }
    .mr-xl-n600,
    .mx-xl-n600 {
        margin-right: -37.8rem !important
    }
    .mb-xl-n600,
    .my-xl-n600 {
        margin-bottom: -37.8rem !important
    }
    .ml-xl-n600,
    .mx-xl-n600 {
        margin-left: -37.8rem !important
    }
    .m-xl-n650 {
        margin: -40.95rem !important
    }
    .mt-xl-n650,
    .my-xl-n650 {
        margin-top: -40.95rem !important
    }
    .mr-xl-n650,
    .mx-xl-n650 {
        margin-right: -40.95rem !important
    }
    .mb-xl-n650,
    .my-xl-n650 {
        margin-bottom: -40.95rem !important
    }
    .ml-xl-n650,
    .mx-xl-n650 {
        margin-left: -40.95rem !important
    }
    .m-xl-np5 {
        margin: -5% !important
    }
    .mt-xl-np5,
    .my-xl-np5 {
        margin-top: -5% !important
    }
    .mr-xl-np5,
    .mx-xl-np5 {
        margin-right: -5% !important
    }
    .mb-xl-np5,
    .my-xl-np5 {
        margin-bottom: -5% !important
    }
    .ml-xl-np5,
    .mx-xl-np5 {
        margin-left: -5% !important
    }
    .m-xl-np10 {
        margin: -10% !important
    }
    .mt-xl-np10,
    .my-xl-np10 {
        margin-top: -10% !important
    }
    .mr-xl-np10,
    .mx-xl-np10 {
        margin-right: -10% !important
    }
    .mb-xl-np10,
    .my-xl-np10 {
        margin-bottom: -10% !important
    }
    .ml-xl-np10,
    .mx-xl-np10 {
        margin-left: -10% !important
    }
    .m-xl-np15 {
        margin: -15% !important
    }
    .mt-xl-np15,
    .my-xl-np15 {
        margin-top: -15% !important
    }
    .mr-xl-np15,
    .mx-xl-np15 {
        margin-right: -15% !important
    }
    .mb-xl-np15,
    .my-xl-np15 {
        margin-bottom: -15% !important
    }
    .ml-xl-np15,
    .mx-xl-np15 {
        margin-left: -15% !important
    }
    .m-xl-np20 {
        margin: -20% !important
    }
    .mt-xl-np20,
    .my-xl-np20 {
        margin-top: -20% !important
    }
    .mr-xl-np20,
    .mx-xl-np20 {
        margin-right: -20% !important
    }
    .mb-xl-np20,
    .my-xl-np20 {
        margin-bottom: -20% !important
    }
    .ml-xl-np20,
    .mx-xl-np20 {
        margin-left: -20% !important
    }
    .m-xl-np25 {
        margin: -25% !important
    }
    .mt-xl-np25,
    .my-xl-np25 {
        margin-top: -25% !important
    }
    .mr-xl-np25,
    .mx-xl-np25 {
        margin-right: -25% !important
    }
    .mb-xl-np25,
    .my-xl-np25 {
        margin-bottom: -25% !important
    }
    .ml-xl-np25,
    .mx-xl-np25 {
        margin-left: -25% !important
    }
    .m-xl-np30 {
        margin: -30% !important
    }
    .mt-xl-np30,
    .my-xl-np30 {
        margin-top: -30% !important
    }
    .mr-xl-np30,
    .mx-xl-np30 {
        margin-right: -30% !important
    }
    .mb-xl-np30,
    .my-xl-np30 {
        margin-bottom: -30% !important
    }
    .ml-xl-np30,
    .mx-xl-np30 {
        margin-left: -30% !important
    }
    .m-xl-np33 {
        margin: -33.3333% !important
    }
    .mt-xl-np33,
    .my-xl-np33 {
        margin-top: -33.3333% !important
    }
    .mr-xl-np33,
    .mx-xl-np33 {
        margin-right: -33.3333% !important
    }
    .mb-xl-np33,
    .my-xl-np33 {
        margin-bottom: -33.3333% !important
    }
    .ml-xl-np33,
    .mx-xl-np33 {
        margin-left: -33.3333% !important
    }
    .m-xl-np40 {
        margin: -40% !important
    }
    .mt-xl-np40,
    .my-xl-np40 {
        margin-top: -40% !important
    }
    .mr-xl-np40,
    .mx-xl-np40 {
        margin-right: -40% !important
    }
    .mb-xl-np40,
    .my-xl-np40 {
        margin-bottom: -40% !important
    }
    .ml-xl-np40,
    .mx-xl-np40 {
        margin-left: -40% !important
    }
    .m-xl-np50 {
        margin: -50% !important
    }
    .mt-xl-np50,
    .my-xl-np50 {
        margin-top: -50% !important
    }
    .mr-xl-np50,
    .mx-xl-np50 {
        margin-right: -50% !important
    }
    .mb-xl-np50,
    .my-xl-np50 {
        margin-bottom: -50% !important
    }
    .ml-xl-np50,
    .mx-xl-np50 {
        margin-left: -50% !important
    }
    .m-xl-np60 {
        margin: -60% !important
    }
    .mt-xl-np60,
    .my-xl-np60 {
        margin-top: -60% !important
    }
    .mr-xl-np60,
    .mx-xl-np60 {
        margin-right: -60% !important
    }
    .mb-xl-np60,
    .my-xl-np60 {
        margin-bottom: -60% !important
    }
    .ml-xl-np60,
    .mx-xl-np60 {
        margin-left: -60% !important
    }
    .m-xl-np70 {
        margin: -70% !important
    }
    .mt-xl-np70,
    .my-xl-np70 {
        margin-top: -70% !important
    }
    .mr-xl-np70,
    .mx-xl-np70 {
        margin-right: -70% !important
    }
    .mb-xl-np70,
    .my-xl-np70 {
        margin-bottom: -70% !important
    }
    .ml-xl-np70,
    .mx-xl-np70 {
        margin-left: -70% !important
    }
    .m-xl-np75 {
        margin: -75% !important
    }
    .mt-xl-np75,
    .my-xl-np75 {
        margin-top: -75% !important
    }
    .mr-xl-np75,
    .mx-xl-np75 {
        margin-right: -75% !important
    }
    .mb-xl-np75,
    .my-xl-np75 {
        margin-bottom: -75% !important
    }
    .ml-xl-np75,
    .mx-xl-np75 {
        margin-left: -75% !important
    }
    .m-xl-np80 {
        margin: -80% !important
    }
    .mt-xl-np80,
    .my-xl-np80 {
        margin-top: -80% !important
    }
    .mr-xl-np80,
    .mx-xl-np80 {
        margin-right: -80% !important
    }
    .mb-xl-np80,
    .my-xl-np80 {
        margin-bottom: -80% !important
    }
    .ml-xl-np80,
    .mx-xl-np80 {
        margin-left: -80% !important
    }
    .m-xl-np100 {
        margin: -100% !important
    }
    .mt-xl-np100,
    .my-xl-np100 {
        margin-top: -100% !important
    }
    .mr-xl-np100,
    .mx-xl-np100 {
        margin-right: -100% !important
    }
    .mb-xl-np100,
    .my-xl-np100 {
        margin-bottom: -100% !important
    }
    .ml-xl-np100,
    .mx-xl-np100 {
        margin-left: -100% !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1600px) {
    .m-xxl-3 {
        margin: .189rem !important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: .189rem !important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: .189rem !important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: .189rem !important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: .189rem !important
    }
    .m-xxl-5 {
        margin: .315rem !important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: .315rem !important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: .315rem !important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: .315rem !important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: .315rem !important
    }
    .m-xxl-10 {
        margin: .63rem !important
    }
    .mt-xxl-10,
    .my-xxl-10 {
        margin-top: .63rem !important
    }
    .mr-xxl-10,
    .mx-xxl-10 {
        margin-right: .63rem !important
    }
    .mb-xxl-10,
    .my-xxl-10 {
        margin-bottom: .63rem !important
    }
    .ml-xxl-10,
    .mx-xxl-10 {
        margin-left: .63rem !important
    }
    .m-xxl-15 {
        margin: .945rem !important
    }
    .mt-xxl-15,
    .my-xxl-15 {
        margin-top: .945rem !important
    }
    .mr-xxl-15,
    .mx-xxl-15 {
        margin-right: .945rem !important
    }
    .mb-xxl-15,
    .my-xxl-15 {
        margin-bottom: .945rem !important
    }
    .ml-xxl-15,
    .mx-xxl-15 {
        margin-left: .945rem !important
    }
    .m-xxl-20 {
        margin: 1.26rem !important
    }
    .mt-xxl-20,
    .my-xxl-20 {
        margin-top: 1.26rem !important
    }
    .mr-xxl-20,
    .mx-xxl-20 {
        margin-right: 1.26rem !important
    }
    .mb-xxl-20,
    .my-xxl-20 {
        margin-bottom: 1.26rem !important
    }
    .ml-xxl-20,
    .mx-xxl-20 {
        margin-left: 1.26rem !important
    }
    .m-xxl-25 {
        margin: 1.575rem !important
    }
    .mt-xxl-25,
    .my-xxl-25 {
        margin-top: 1.575rem !important
    }
    .mr-xxl-25,
    .mx-xxl-25 {
        margin-right: 1.575rem !important
    }
    .mb-xxl-25,
    .my-xxl-25 {
        margin-bottom: 1.575rem !important
    }
    .ml-xxl-25,
    .mx-xxl-25 {
        margin-left: 1.575rem !important
    }
    .m-xxl-30 {
        margin: 1.89rem !important
    }
    .mt-xxl-30,
    .my-xxl-30 {
        margin-top: 1.89rem !important
    }
    .mr-xxl-30,
    .mx-xxl-30 {
        margin-right: 1.89rem !important
    }
    .mb-xxl-30,
    .my-xxl-30 {
        margin-bottom: 1.89rem !important
    }
    .ml-xxl-30,
    .mx-xxl-30 {
        margin-left: 1.89rem !important
    }
    .m-xxl-35 {
        margin: 2.205rem !important
    }
    .mt-xxl-35,
    .my-xxl-35 {
        margin-top: 2.205rem !important
    }
    .mr-xxl-35,
    .mx-xxl-35 {
        margin-right: 2.205rem !important
    }
    .mb-xxl-35,
    .my-xxl-35 {
        margin-bottom: 2.205rem !important
    }
    .ml-xxl-35,
    .mx-xxl-35 {
        margin-left: 2.205rem !important
    }
    .m-xxl-40 {
        margin: 2.52rem !important
    }
    .mt-xxl-40,
    .my-xxl-40 {
        margin-top: 2.52rem !important
    }
    .mr-xxl-40,
    .mx-xxl-40 {
        margin-right: 2.52rem !important
    }
    .mb-xxl-40,
    .my-xxl-40 {
        margin-bottom: 2.52rem !important
    }
    .ml-xxl-40,
    .mx-xxl-40 {
        margin-left: 2.52rem !important
    }
    .m-xxl-50 {
        margin: 3.15rem !important
    }
    .mt-xxl-50,
    .my-xxl-50 {
        margin-top: 3.15rem !important
    }
    .mr-xxl-50,
    .mx-xxl-50 {
        margin-right: 3.15rem !important
    }
    .mb-xxl-50,
    .my-xxl-50 {
        margin-bottom: 3.15rem !important
    }
    .ml-xxl-50,
    .mx-xxl-50 {
        margin-left: 3.15rem !important
    }
    .m-xxl-60 {
        margin: 3.78rem !important
    }
    .mt-xxl-60,
    .my-xxl-60 {
        margin-top: 3.78rem !important
    }
    .mr-xxl-60,
    .mx-xxl-60 {
        margin-right: 3.78rem !important
    }
    .mb-xxl-60,
    .my-xxl-60 {
        margin-bottom: 3.78rem !important
    }
    .ml-xxl-60,
    .mx-xxl-60 {
        margin-left: 3.78rem !important
    }
    .m-xxl-70 {
        margin: 4.41rem !important
    }
    .mt-xxl-70,
    .my-xxl-70 {
        margin-top: 4.41rem !important
    }
    .mr-xxl-70,
    .mx-xxl-70 {
        margin-right: 4.41rem !important
    }
    .mb-xxl-70,
    .my-xxl-70 {
        margin-bottom: 4.41rem !important
    }
    .ml-xxl-70,
    .mx-xxl-70 {
        margin-left: 4.41rem !important
    }
    .m-xxl-80 {
        margin: 5.04rem !important
    }
    .mt-xxl-80,
    .my-xxl-80 {
        margin-top: 5.04rem !important
    }
    .mr-xxl-80,
    .mx-xxl-80 {
        margin-right: 5.04rem !important
    }
    .mb-xxl-80,
    .my-xxl-80 {
        margin-bottom: 5.04rem !important
    }
    .ml-xxl-80,
    .mx-xxl-80 {
        margin-left: 5.04rem !important
    }
    .m-xxl-90 {
        margin: 5.67rem !important
    }
    .mt-xxl-90,
    .my-xxl-90 {
        margin-top: 5.67rem !important
    }
    .mr-xxl-90,
    .mx-xxl-90 {
        margin-right: 5.67rem !important
    }
    .mb-xxl-90,
    .my-xxl-90 {
        margin-bottom: 5.67rem !important
    }
    .ml-xxl-90,
    .mx-xxl-90 {
        margin-left: 5.67rem !important
    }
    .m-xxl-100 {
        margin: 6.3rem !important
    }
    .mt-xxl-100,
    .my-xxl-100 {
        margin-top: 6.3rem !important
    }
    .mr-xxl-100,
    .mx-xxl-100 {
        margin-right: 6.3rem !important
    }
    .mb-xxl-100,
    .my-xxl-100 {
        margin-bottom: 6.3rem !important
    }
    .ml-xxl-100,
    .mx-xxl-100 {
        margin-left: 6.3rem !important
    }
    .m-xxl-150 {
        margin: 9.45rem !important
    }
    .mt-xxl-150,
    .my-xxl-150 {
        margin-top: 9.45rem !important
    }
    .mr-xxl-150,
    .mx-xxl-150 {
        margin-right: 9.45rem !important
    }
    .mb-xxl-150,
    .my-xxl-150 {
        margin-bottom: 9.45rem !important
    }
    .ml-xxl-150,
    .mx-xxl-150 {
        margin-left: 9.45rem !important
    }
    .m-xxl-200 {
        margin: 12.6rem !important
    }
    .mt-xxl-200,
    .my-xxl-200 {
        margin-top: 12.6rem !important
    }
    .mr-xxl-200,
    .mx-xxl-200 {
        margin-right: 12.6rem !important
    }
    .mb-xxl-200,
    .my-xxl-200 {
        margin-bottom: 12.6rem !important
    }
    .ml-xxl-200,
    .mx-xxl-200 {
        margin-left: 12.6rem !important
    }
    .m-xxl-250 {
        margin: 15.75rem !important
    }
    .mt-xxl-250,
    .my-xxl-250 {
        margin-top: 15.75rem !important
    }
    .mr-xxl-250,
    .mx-xxl-250 {
        margin-right: 15.75rem !important
    }
    .mb-xxl-250,
    .my-xxl-250 {
        margin-bottom: 15.75rem !important
    }
    .ml-xxl-250,
    .mx-xxl-250 {
        margin-left: 15.75rem !important
    }
    .m-xxl-300 {
        margin: 18.9rem !important
    }
    .mt-xxl-300,
    .my-xxl-300 {
        margin-top: 18.9rem !important
    }
    .mr-xxl-300,
    .mx-xxl-300 {
        margin-right: 18.9rem !important
    }
    .mb-xxl-300,
    .my-xxl-300 {
        margin-bottom: 18.9rem !important
    }
    .ml-xxl-300,
    .mx-xxl-300 {
        margin-left: 18.9rem !important
    }
    .m-xxl-350 {
        margin: 22.05rem !important
    }
    .mt-xxl-350,
    .my-xxl-350 {
        margin-top: 22.05rem !important
    }
    .mr-xxl-350,
    .mx-xxl-350 {
        margin-right: 22.05rem !important
    }
    .mb-xxl-350,
    .my-xxl-350 {
        margin-bottom: 22.05rem !important
    }
    .ml-xxl-350,
    .mx-xxl-350 {
        margin-left: 22.05rem !important
    }
    .m-xxl-400 {
        margin: 25.2rem !important
    }
    .mt-xxl-400,
    .my-xxl-400 {
        margin-top: 25.2rem !important
    }
    .mr-xxl-400,
    .mx-xxl-400 {
        margin-right: 25.2rem !important
    }
    .mb-xxl-400,
    .my-xxl-400 {
        margin-bottom: 25.2rem !important
    }
    .ml-xxl-400,
    .mx-xxl-400 {
        margin-left: 25.2rem !important
    }
    .m-xxl-450 {
        margin: 28.35rem !important
    }
    .mt-xxl-450,
    .my-xxl-450 {
        margin-top: 28.35rem !important
    }
    .mr-xxl-450,
    .mx-xxl-450 {
        margin-right: 28.35rem !important
    }
    .mb-xxl-450,
    .my-xxl-450 {
        margin-bottom: 28.35rem !important
    }
    .ml-xxl-450,
    .mx-xxl-450 {
        margin-left: 28.35rem !important
    }
    .m-xxl-500 {
        margin: 31.5rem !important
    }
    .mt-xxl-500,
    .my-xxl-500 {
        margin-top: 31.5rem !important
    }
    .mr-xxl-500,
    .mx-xxl-500 {
        margin-right: 31.5rem !important
    }
    .mb-xxl-500,
    .my-xxl-500 {
        margin-bottom: 31.5rem !important
    }
    .ml-xxl-500,
    .mx-xxl-500 {
        margin-left: 31.5rem !important
    }
    .m-xxl-550 {
        margin: 34.65rem !important
    }
    .mt-xxl-550,
    .my-xxl-550 {
        margin-top: 34.65rem !important
    }
    .mr-xxl-550,
    .mx-xxl-550 {
        margin-right: 34.65rem !important
    }
    .mb-xxl-550,
    .my-xxl-550 {
        margin-bottom: 34.65rem !important
    }
    .ml-xxl-550,
    .mx-xxl-550 {
        margin-left: 34.65rem !important
    }
    .m-xxl-600 {
        margin: 37.8rem !important
    }
    .mt-xxl-600,
    .my-xxl-600 {
        margin-top: 37.8rem !important
    }
    .mr-xxl-600,
    .mx-xxl-600 {
        margin-right: 37.8rem !important
    }
    .mb-xxl-600,
    .my-xxl-600 {
        margin-bottom: 37.8rem !important
    }
    .ml-xxl-600,
    .mx-xxl-600 {
        margin-left: 37.8rem !important
    }
    .m-xxl-650 {
        margin: 40.95rem !important
    }
    .mt-xxl-650,
    .my-xxl-650 {
        margin-top: 40.95rem !important
    }
    .mr-xxl-650,
    .mx-xxl-650 {
        margin-right: 40.95rem !important
    }
    .mb-xxl-650,
    .my-xxl-650 {
        margin-bottom: 40.95rem !important
    }
    .ml-xxl-650,
    .mx-xxl-650 {
        margin-left: 40.95rem !important
    }
    .m-xxl-p5 {
        margin: 5% !important
    }
    .mt-xxl-p5,
    .my-xxl-p5 {
        margin-top: 5% !important
    }
    .mr-xxl-p5,
    .mx-xxl-p5 {
        margin-right: 5% !important
    }
    .mb-xxl-p5,
    .my-xxl-p5 {
        margin-bottom: 5% !important
    }
    .ml-xxl-p5,
    .mx-xxl-p5 {
        margin-left: 5% !important
    }
    .m-xxl-p10 {
        margin: 10% !important
    }
    .mt-xxl-p10,
    .my-xxl-p10 {
        margin-top: 10% !important
    }
    .mr-xxl-p10,
    .mx-xxl-p10 {
        margin-right: 10% !important
    }
    .mb-xxl-p10,
    .my-xxl-p10 {
        margin-bottom: 10% !important
    }
    .ml-xxl-p10,
    .mx-xxl-p10 {
        margin-left: 10% !important
    }
    .m-xxl-p15 {
        margin: 15% !important
    }
    .mt-xxl-p15,
    .my-xxl-p15 {
        margin-top: 15% !important
    }
    .mr-xxl-p15,
    .mx-xxl-p15 {
        margin-right: 15% !important
    }
    .mb-xxl-p15,
    .my-xxl-p15 {
        margin-bottom: 15% !important
    }
    .ml-xxl-p15,
    .mx-xxl-p15 {
        margin-left: 15% !important
    }
    .m-xxl-p20 {
        margin: 20% !important
    }
    .mt-xxl-p20,
    .my-xxl-p20 {
        margin-top: 20% !important
    }
    .mr-xxl-p20,
    .mx-xxl-p20 {
        margin-right: 20% !important
    }
    .mb-xxl-p20,
    .my-xxl-p20 {
        margin-bottom: 20% !important
    }
    .ml-xxl-p20,
    .mx-xxl-p20 {
        margin-left: 20% !important
    }
    .m-xxl-p25 {
        margin: 25% !important
    }
    .mt-xxl-p25,
    .my-xxl-p25 {
        margin-top: 25% !important
    }
    .mr-xxl-p25,
    .mx-xxl-p25 {
        margin-right: 25% !important
    }
    .mb-xxl-p25,
    .my-xxl-p25 {
        margin-bottom: 25% !important
    }
    .ml-xxl-p25,
    .mx-xxl-p25 {
        margin-left: 25% !important
    }
    .m-xxl-p30 {
        margin: 30% !important
    }
    .mt-xxl-p30,
    .my-xxl-p30 {
        margin-top: 30% !important
    }
    .mr-xxl-p30,
    .mx-xxl-p30 {
        margin-right: 30% !important
    }
    .mb-xxl-p30,
    .my-xxl-p30 {
        margin-bottom: 30% !important
    }
    .ml-xxl-p30,
    .mx-xxl-p30 {
        margin-left: 30% !important
    }
    .m-xxl-p33 {
        margin: 33.3333% !important
    }
    .mt-xxl-p33,
    .my-xxl-p33 {
        margin-top: 33.3333% !important
    }
    .mr-xxl-p33,
    .mx-xxl-p33 {
        margin-right: 33.3333% !important
    }
    .mb-xxl-p33,
    .my-xxl-p33 {
        margin-bottom: 33.3333% !important
    }
    .ml-xxl-p33,
    .mx-xxl-p33 {
        margin-left: 33.3333% !important
    }
    .m-xxl-p40 {
        margin: 40% !important
    }
    .mt-xxl-p40,
    .my-xxl-p40 {
        margin-top: 40% !important
    }
    .mr-xxl-p40,
    .mx-xxl-p40 {
        margin-right: 40% !important
    }
    .mb-xxl-p40,
    .my-xxl-p40 {
        margin-bottom: 40% !important
    }
    .ml-xxl-p40,
    .mx-xxl-p40 {
        margin-left: 40% !important
    }
    .m-xxl-p50 {
        margin: 50% !important
    }
    .mt-xxl-p50,
    .my-xxl-p50 {
        margin-top: 50% !important
    }
    .mr-xxl-p50,
    .mx-xxl-p50 {
        margin-right: 50% !important
    }
    .mb-xxl-p50,
    .my-xxl-p50 {
        margin-bottom: 50% !important
    }
    .ml-xxl-p50,
    .mx-xxl-p50 {
        margin-left: 50% !important
    }
    .m-xxl-p60 {
        margin: 60% !important
    }
    .mt-xxl-p60,
    .my-xxl-p60 {
        margin-top: 60% !important
    }
    .mr-xxl-p60,
    .mx-xxl-p60 {
        margin-right: 60% !important
    }
    .mb-xxl-p60,
    .my-xxl-p60 {
        margin-bottom: 60% !important
    }
    .ml-xxl-p60,
    .mx-xxl-p60 {
        margin-left: 60% !important
    }
    .m-xxl-p70 {
        margin: 70% !important
    }
    .mt-xxl-p70,
    .my-xxl-p70 {
        margin-top: 70% !important
    }
    .mr-xxl-p70,
    .mx-xxl-p70 {
        margin-right: 70% !important
    }
    .mb-xxl-p70,
    .my-xxl-p70 {
        margin-bottom: 70% !important
    }
    .ml-xxl-p70,
    .mx-xxl-p70 {
        margin-left: 70% !important
    }
    .m-xxl-p75 {
        margin: 75% !important
    }
    .mt-xxl-p75,
    .my-xxl-p75 {
        margin-top: 75% !important
    }
    .mr-xxl-p75,
    .mx-xxl-p75 {
        margin-right: 75% !important
    }
    .mb-xxl-p75,
    .my-xxl-p75 {
        margin-bottom: 75% !important
    }
    .ml-xxl-p75,
    .mx-xxl-p75 {
        margin-left: 75% !important
    }
    .m-xxl-p80 {
        margin: 80% !important
    }
    .mt-xxl-p80,
    .my-xxl-p80 {
        margin-top: 80% !important
    }
    .mr-xxl-p80,
    .mx-xxl-p80 {
        margin-right: 80% !important
    }
    .mb-xxl-p80,
    .my-xxl-p80 {
        margin-bottom: 80% !important
    }
    .ml-xxl-p80,
    .mx-xxl-p80 {
        margin-left: 80% !important
    }
    .m-xxl-p100 {
        margin: 100% !important
    }
    .mt-xxl-p100,
    .my-xxl-p100 {
        margin-top: 100% !important
    }
    .mr-xxl-p100,
    .mx-xxl-p100 {
        margin-right: 100% !important
    }
    .mb-xxl-p100,
    .my-xxl-p100 {
        margin-bottom: 100% !important
    }
    .ml-xxl-p100,
    .mx-xxl-p100 {
        margin-left: 100% !important
    }
    .p-xxl-3 {
        padding: .189rem !important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: .189rem !important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: .189rem !important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: .189rem !important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: .189rem !important
    }
    .p-xxl-5 {
        padding: .315rem !important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: .315rem !important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: .315rem !important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: .315rem !important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: .315rem !important
    }
    .p-xxl-10 {
        padding: .63rem !important
    }
    .pt-xxl-10,
    .py-xxl-10 {
        padding-top: .63rem !important
    }
    .pr-xxl-10,
    .px-xxl-10 {
        padding-right: .63rem !important
    }
    .pb-xxl-10,
    .py-xxl-10 {
        padding-bottom: .63rem !important
    }
    .pl-xxl-10,
    .px-xxl-10 {
        padding-left: .63rem !important
    }
    .p-xxl-15 {
        padding: .945rem !important
    }
    .pt-xxl-15,
    .py-xxl-15 {
        padding-top: .945rem !important
    }
    .pr-xxl-15,
    .px-xxl-15 {
        padding-right: .945rem !important
    }
    .pb-xxl-15,
    .py-xxl-15 {
        padding-bottom: .945rem !important
    }
    .pl-xxl-15,
    .px-xxl-15 {
        padding-left: .945rem !important
    }
    .p-xxl-20 {
        padding: 1.26rem !important
    }
    .pt-xxl-20,
    .py-xxl-20 {
        padding-top: 1.26rem !important
    }
    .pr-xxl-20,
    .px-xxl-20 {
        padding-right: 1.26rem !important
    }
    .pb-xxl-20,
    .py-xxl-20 {
        padding-bottom: 1.26rem !important
    }
    .pl-xxl-20,
    .px-xxl-20 {
        padding-left: 1.26rem !important
    }
    .p-xxl-25 {
        padding: 1.575rem !important
    }
    .pt-xxl-25,
    .py-xxl-25 {
        padding-top: 1.575rem !important
    }
    .pr-xxl-25,
    .px-xxl-25 {
        padding-right: 1.575rem !important
    }
    .pb-xxl-25,
    .py-xxl-25 {
        padding-bottom: 1.575rem !important
    }
    .pl-xxl-25,
    .px-xxl-25 {
        padding-left: 1.575rem !important
    }
    .p-xxl-30 {
        padding: 1.89rem !important
    }
    .pt-xxl-30,
    .py-xxl-30 {
        padding-top: 1.89rem !important
    }
    .pr-xxl-30,
    .px-xxl-30 {
        padding-right: 1.89rem !important
    }
    .pb-xxl-30,
    .py-xxl-30 {
        padding-bottom: 1.89rem !important
    }
    .pl-xxl-30,
    .px-xxl-30 {
        padding-left: 1.89rem !important
    }
    .p-xxl-35 {
        padding: 2.205rem !important
    }
    .pt-xxl-35,
    .py-xxl-35 {
        padding-top: 2.205rem !important
    }
    .pr-xxl-35,
    .px-xxl-35 {
        padding-right: 2.205rem !important
    }
    .pb-xxl-35,
    .py-xxl-35 {
        padding-bottom: 2.205rem !important
    }
    .pl-xxl-35,
    .px-xxl-35 {
        padding-left: 2.205rem !important
    }
    .p-xxl-40 {
        padding: 2.52rem !important
    }
    .pt-xxl-40,
    .py-xxl-40 {
        padding-top: 2.52rem !important
    }
    .pr-xxl-40,
    .px-xxl-40 {
        padding-right: 2.52rem !important
    }
    .pb-xxl-40,
    .py-xxl-40 {
        padding-bottom: 2.52rem !important
    }
    .pl-xxl-40,
    .px-xxl-40 {
        padding-left: 2.52rem !important
    }
    .p-xxl-50 {
        padding: 3.15rem !important
    }
    .pt-xxl-50,
    .py-xxl-50 {
        padding-top: 3.15rem !important
    }
    .pr-xxl-50,
    .px-xxl-50 {
        padding-right: 3.15rem !important
    }
    .pb-xxl-50,
    .py-xxl-50 {
        padding-bottom: 3.15rem !important
    }
    .pl-xxl-50,
    .px-xxl-50 {
        padding-left: 3.15rem !important
    }
    .p-xxl-60 {
        padding: 3.78rem !important
    }
    .pt-xxl-60,
    .py-xxl-60 {
        padding-top: 3.78rem !important
    }
    .pr-xxl-60,
    .px-xxl-60 {
        padding-right: 3.78rem !important
    }
    .pb-xxl-60,
    .py-xxl-60 {
        padding-bottom: 3.78rem !important
    }
    .pl-xxl-60,
    .px-xxl-60 {
        padding-left: 3.78rem !important
    }
    .p-xxl-70 {
        padding: 4.41rem !important
    }
    .pt-xxl-70,
    .py-xxl-70 {
        padding-top: 4.41rem !important
    }
    .pr-xxl-70,
    .px-xxl-70 {
        padding-right: 4.41rem !important
    }
    .pb-xxl-70,
    .py-xxl-70 {
        padding-bottom: 4.41rem !important
    }
    .pl-xxl-70,
    .px-xxl-70 {
        padding-left: 4.41rem !important
    }
    .p-xxl-80 {
        padding: 5.04rem !important
    }
    .pt-xxl-80,
    .py-xxl-80 {
        padding-top: 5.04rem !important
    }
    .pr-xxl-80,
    .px-xxl-80 {
        padding-right: 5.04rem !important
    }
    .pb-xxl-80,
    .py-xxl-80 {
        padding-bottom: 5.04rem !important
    }
    .pl-xxl-80,
    .px-xxl-80 {
        padding-left: 5.04rem !important
    }
    .p-xxl-90 {
        padding: 5.67rem !important
    }
    .pt-xxl-90,
    .py-xxl-90 {
        padding-top: 5.67rem !important
    }
    .pr-xxl-90,
    .px-xxl-90 {
        padding-right: 5.67rem !important
    }
    .pb-xxl-90,
    .py-xxl-90 {
        padding-bottom: 5.67rem !important
    }
    .pl-xxl-90,
    .px-xxl-90 {
        padding-left: 5.67rem !important
    }
    .p-xxl-100 {
        padding: 6.3rem !important
    }
    .pt-xxl-100,
    .py-xxl-100 {
        padding-top: 6.3rem !important
    }
    .pr-xxl-100,
    .px-xxl-100 {
        padding-right: 6.3rem !important
    }
    .pb-xxl-100,
    .py-xxl-100 {
        padding-bottom: 6.3rem !important
    }
    .pl-xxl-100,
    .px-xxl-100 {
        padding-left: 6.3rem !important
    }
    .p-xxl-150 {
        padding: 9.45rem !important
    }
    .pt-xxl-150,
    .py-xxl-150 {
        padding-top: 9.45rem !important
    }
    .pr-xxl-150,
    .px-xxl-150 {
        padding-right: 9.45rem !important
    }
    .pb-xxl-150,
    .py-xxl-150 {
        padding-bottom: 9.45rem !important
    }
    .pl-xxl-150,
    .px-xxl-150 {
        padding-left: 9.45rem !important
    }
    .p-xxl-200 {
        padding: 12.6rem !important
    }
    .pt-xxl-200,
    .py-xxl-200 {
        padding-top: 12.6rem !important
    }
    .pr-xxl-200,
    .px-xxl-200 {
        padding-right: 12.6rem !important
    }
    .pb-xxl-200,
    .py-xxl-200 {
        padding-bottom: 12.6rem !important
    }
    .pl-xxl-200,
    .px-xxl-200 {
        padding-left: 12.6rem !important
    }
    .p-xxl-250 {
        padding: 15.75rem !important
    }
    .pt-xxl-250,
    .py-xxl-250 {
        padding-top: 15.75rem !important
    }
    .pr-xxl-250,
    .px-xxl-250 {
        padding-right: 15.75rem !important
    }
    .pb-xxl-250,
    .py-xxl-250 {
        padding-bottom: 15.75rem !important
    }
    .pl-xxl-250,
    .px-xxl-250 {
        padding-left: 15.75rem !important
    }
    .p-xxl-300 {
        padding: 18.9rem !important
    }
    .pt-xxl-300,
    .py-xxl-300 {
        padding-top: 18.9rem !important
    }
    .pr-xxl-300,
    .px-xxl-300 {
        padding-right: 18.9rem !important
    }
    .pb-xxl-300,
    .py-xxl-300 {
        padding-bottom: 18.9rem !important
    }
    .pl-xxl-300,
    .px-xxl-300 {
        padding-left: 18.9rem !important
    }
    .p-xxl-350 {
        padding: 22.05rem !important
    }
    .pt-xxl-350,
    .py-xxl-350 {
        padding-top: 22.05rem !important
    }
    .pr-xxl-350,
    .px-xxl-350 {
        padding-right: 22.05rem !important
    }
    .pb-xxl-350,
    .py-xxl-350 {
        padding-bottom: 22.05rem !important
    }
    .pl-xxl-350,
    .px-xxl-350 {
        padding-left: 22.05rem !important
    }
    .p-xxl-400 {
        padding: 25.2rem !important
    }
    .pt-xxl-400,
    .py-xxl-400 {
        padding-top: 25.2rem !important
    }
    .pr-xxl-400,
    .px-xxl-400 {
        padding-right: 25.2rem !important
    }
    .pb-xxl-400,
    .py-xxl-400 {
        padding-bottom: 25.2rem !important
    }
    .pl-xxl-400,
    .px-xxl-400 {
        padding-left: 25.2rem !important
    }
    .p-xxl-450 {
        padding: 28.35rem !important
    }
    .pt-xxl-450,
    .py-xxl-450 {
        padding-top: 28.35rem !important
    }
    .pr-xxl-450,
    .px-xxl-450 {
        padding-right: 28.35rem !important
    }
    .pb-xxl-450,
    .py-xxl-450 {
        padding-bottom: 28.35rem !important
    }
    .pl-xxl-450,
    .px-xxl-450 {
        padding-left: 28.35rem !important
    }
    .p-xxl-500 {
        padding: 31.5rem !important
    }
    .pt-xxl-500,
    .py-xxl-500 {
        padding-top: 31.5rem !important
    }
    .pr-xxl-500,
    .px-xxl-500 {
        padding-right: 31.5rem !important
    }
    .pb-xxl-500,
    .py-xxl-500 {
        padding-bottom: 31.5rem !important
    }
    .pl-xxl-500,
    .px-xxl-500 {
        padding-left: 31.5rem !important
    }
    .p-xxl-550 {
        padding: 34.65rem !important
    }
    .pt-xxl-550,
    .py-xxl-550 {
        padding-top: 34.65rem !important
    }
    .pr-xxl-550,
    .px-xxl-550 {
        padding-right: 34.65rem !important
    }
    .pb-xxl-550,
    .py-xxl-550 {
        padding-bottom: 34.65rem !important
    }
    .pl-xxl-550,
    .px-xxl-550 {
        padding-left: 34.65rem !important
    }
    .p-xxl-600 {
        padding: 37.8rem !important
    }
    .pt-xxl-600,
    .py-xxl-600 {
        padding-top: 37.8rem !important
    }
    .pr-xxl-600,
    .px-xxl-600 {
        padding-right: 37.8rem !important
    }
    .pb-xxl-600,
    .py-xxl-600 {
        padding-bottom: 37.8rem !important
    }
    .pl-xxl-600,
    .px-xxl-600 {
        padding-left: 37.8rem !important
    }
    .p-xxl-650 {
        padding: 40.95rem !important
    }
    .pt-xxl-650,
    .py-xxl-650 {
        padding-top: 40.95rem !important
    }
    .pr-xxl-650,
    .px-xxl-650 {
        padding-right: 40.95rem !important
    }
    .pb-xxl-650,
    .py-xxl-650 {
        padding-bottom: 40.95rem !important
    }
    .pl-xxl-650,
    .px-xxl-650 {
        padding-left: 40.95rem !important
    }
    .p-xxl-p5 {
        padding: 5% !important
    }
    .pt-xxl-p5,
    .py-xxl-p5 {
        padding-top: 5% !important
    }
    .pr-xxl-p5,
    .px-xxl-p5 {
        padding-right: 5% !important
    }
    .pb-xxl-p5,
    .py-xxl-p5 {
        padding-bottom: 5% !important
    }
    .pl-xxl-p5,
    .px-xxl-p5 {
        padding-left: 5% !important
    }
    .p-xxl-p10 {
        padding: 10% !important
    }
    .pt-xxl-p10,
    .py-xxl-p10 {
        padding-top: 10% !important
    }
    .pr-xxl-p10,
    .px-xxl-p10 {
        padding-right: 10% !important
    }
    .pb-xxl-p10,
    .py-xxl-p10 {
        padding-bottom: 10% !important
    }
    .pl-xxl-p10,
    .px-xxl-p10 {
        padding-left: 10% !important
    }
    .p-xxl-p15 {
        padding: 15% !important
    }
    .pt-xxl-p15,
    .py-xxl-p15 {
        padding-top: 15% !important
    }
    .pr-xxl-p15,
    .px-xxl-p15 {
        padding-right: 15% !important
    }
    .pb-xxl-p15,
    .py-xxl-p15 {
        padding-bottom: 15% !important
    }
    .pl-xxl-p15,
    .px-xxl-p15 {
        padding-left: 15% !important
    }
    .p-xxl-p20 {
        padding: 20% !important
    }
    .pt-xxl-p20,
    .py-xxl-p20 {
        padding-top: 20% !important
    }
    .pr-xxl-p20,
    .px-xxl-p20 {
        padding-right: 20% !important
    }
    .pb-xxl-p20,
    .py-xxl-p20 {
        padding-bottom: 20% !important
    }
    .pl-xxl-p20,
    .px-xxl-p20 {
        padding-left: 20% !important
    }
    .p-xxl-p25 {
        padding: 25% !important
    }
    .pt-xxl-p25,
    .py-xxl-p25 {
        padding-top: 25% !important
    }
    .pr-xxl-p25,
    .px-xxl-p25 {
        padding-right: 25% !important
    }
    .pb-xxl-p25,
    .py-xxl-p25 {
        padding-bottom: 25% !important
    }
    .pl-xxl-p25,
    .px-xxl-p25 {
        padding-left: 25% !important
    }
    .p-xxl-p30 {
        padding: 30% !important
    }
    .pt-xxl-p30,
    .py-xxl-p30 {
        padding-top: 30% !important
    }
    .pr-xxl-p30,
    .px-xxl-p30 {
        padding-right: 30% !important
    }
    .pb-xxl-p30,
    .py-xxl-p30 {
        padding-bottom: 30% !important
    }
    .pl-xxl-p30,
    .px-xxl-p30 {
        padding-left: 30% !important
    }
    .p-xxl-p33 {
        padding: 33.3333% !important
    }
    .pt-xxl-p33,
    .py-xxl-p33 {
        padding-top: 33.3333% !important
    }
    .pr-xxl-p33,
    .px-xxl-p33 {
        padding-right: 33.3333% !important
    }
    .pb-xxl-p33,
    .py-xxl-p33 {
        padding-bottom: 33.3333% !important
    }
    .pl-xxl-p33,
    .px-xxl-p33 {
        padding-left: 33.3333% !important
    }
    .p-xxl-p40 {
        padding: 40% !important
    }
    .pt-xxl-p40,
    .py-xxl-p40 {
        padding-top: 40% !important
    }
    .pr-xxl-p40,
    .px-xxl-p40 {
        padding-right: 40% !important
    }
    .pb-xxl-p40,
    .py-xxl-p40 {
        padding-bottom: 40% !important
    }
    .pl-xxl-p40,
    .px-xxl-p40 {
        padding-left: 40% !important
    }
    .p-xxl-p50 {
        padding: 50% !important
    }
    .pt-xxl-p50,
    .py-xxl-p50 {
        padding-top: 50% !important
    }
    .pr-xxl-p50,
    .px-xxl-p50 {
        padding-right: 50% !important
    }
    .pb-xxl-p50,
    .py-xxl-p50 {
        padding-bottom: 50% !important
    }
    .pl-xxl-p50,
    .px-xxl-p50 {
        padding-left: 50% !important
    }
    .p-xxl-p60 {
        padding: 60% !important
    }
    .pt-xxl-p60,
    .py-xxl-p60 {
        padding-top: 60% !important
    }
    .pr-xxl-p60,
    .px-xxl-p60 {
        padding-right: 60% !important
    }
    .pb-xxl-p60,
    .py-xxl-p60 {
        padding-bottom: 60% !important
    }
    .pl-xxl-p60,
    .px-xxl-p60 {
        padding-left: 60% !important
    }
    .p-xxl-p70 {
        padding: 70% !important
    }
    .pt-xxl-p70,
    .py-xxl-p70 {
        padding-top: 70% !important
    }
    .pr-xxl-p70,
    .px-xxl-p70 {
        padding-right: 70% !important
    }
    .pb-xxl-p70,
    .py-xxl-p70 {
        padding-bottom: 70% !important
    }
    .pl-xxl-p70,
    .px-xxl-p70 {
        padding-left: 70% !important
    }
    .p-xxl-p75 {
        padding: 75% !important
    }
    .pt-xxl-p75,
    .py-xxl-p75 {
        padding-top: 75% !important
    }
    .pr-xxl-p75,
    .px-xxl-p75 {
        padding-right: 75% !important
    }
    .pb-xxl-p75,
    .py-xxl-p75 {
        padding-bottom: 75% !important
    }
    .pl-xxl-p75,
    .px-xxl-p75 {
        padding-left: 75% !important
    }
    .p-xxl-p80 {
        padding: 80% !important
    }
    .pt-xxl-p80,
    .py-xxl-p80 {
        padding-top: 80% !important
    }
    .pr-xxl-p80,
    .px-xxl-p80 {
        padding-right: 80% !important
    }
    .pb-xxl-p80,
    .py-xxl-p80 {
        padding-bottom: 80% !important
    }
    .pl-xxl-p80,
    .px-xxl-p80 {
        padding-left: 80% !important
    }
    .p-xxl-p100 {
        padding: 100% !important
    }
    .pt-xxl-p100,
    .py-xxl-p100 {
        padding-top: 100% !important
    }
    .pr-xxl-p100,
    .px-xxl-p100 {
        padding-right: 100% !important
    }
    .pb-xxl-p100,
    .py-xxl-p100 {
        padding-bottom: 100% !important
    }
    .pl-xxl-p100,
    .px-xxl-p100 {
        padding-left: 100% !important
    }
    .m-xxl-n3 {
        margin: -.189rem !important
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -.189rem !important
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -.189rem !important
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -.189rem !important
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -.189rem !important
    }
    .m-xxl-n5 {
        margin: -.315rem !important
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -.315rem !important
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -.315rem !important
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -.315rem !important
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -.315rem !important
    }
    .m-xxl-n10 {
        margin: -.63rem !important
    }
    .mt-xxl-n10,
    .my-xxl-n10 {
        margin-top: -.63rem !important
    }
    .mr-xxl-n10,
    .mx-xxl-n10 {
        margin-right: -.63rem !important
    }
    .mb-xxl-n10,
    .my-xxl-n10 {
        margin-bottom: -.63rem !important
    }
    .ml-xxl-n10,
    .mx-xxl-n10 {
        margin-left: -.63rem !important
    }
    .m-xxl-n15 {
        margin: -.945rem !important
    }
    .mt-xxl-n15,
    .my-xxl-n15 {
        margin-top: -.945rem !important
    }
    .mr-xxl-n15,
    .mx-xxl-n15 {
        margin-right: -.945rem !important
    }
    .mb-xxl-n15,
    .my-xxl-n15 {
        margin-bottom: -.945rem !important
    }
    .ml-xxl-n15,
    .mx-xxl-n15 {
        margin-left: -.945rem !important
    }
    .m-xxl-n20 {
        margin: -1.26rem !important
    }
    .mt-xxl-n20,
    .my-xxl-n20 {
        margin-top: -1.26rem !important
    }
    .mr-xxl-n20,
    .mx-xxl-n20 {
        margin-right: -1.26rem !important
    }
    .mb-xxl-n20,
    .my-xxl-n20 {
        margin-bottom: -1.26rem !important
    }
    .ml-xxl-n20,
    .mx-xxl-n20 {
        margin-left: -1.26rem !important
    }
    .m-xxl-n25 {
        margin: -1.575rem !important
    }
    .mt-xxl-n25,
    .my-xxl-n25 {
        margin-top: -1.575rem !important
    }
    .mr-xxl-n25,
    .mx-xxl-n25 {
        margin-right: -1.575rem !important
    }
    .mb-xxl-n25,
    .my-xxl-n25 {
        margin-bottom: -1.575rem !important
    }
    .ml-xxl-n25,
    .mx-xxl-n25 {
        margin-left: -1.575rem !important
    }
    .m-xxl-n30 {
        margin: -1.89rem !important
    }
    .mt-xxl-n30,
    .my-xxl-n30 {
        margin-top: -1.89rem !important
    }
    .mr-xxl-n30,
    .mx-xxl-n30 {
        margin-right: -1.89rem !important
    }
    .mb-xxl-n30,
    .my-xxl-n30 {
        margin-bottom: -1.89rem !important
    }
    .ml-xxl-n30,
    .mx-xxl-n30 {
        margin-left: -1.89rem !important
    }
    .m-xxl-n35 {
        margin: -2.205rem !important
    }
    .mt-xxl-n35,
    .my-xxl-n35 {
        margin-top: -2.205rem !important
    }
    .mr-xxl-n35,
    .mx-xxl-n35 {
        margin-right: -2.205rem !important
    }
    .mb-xxl-n35,
    .my-xxl-n35 {
        margin-bottom: -2.205rem !important
    }
    .ml-xxl-n35,
    .mx-xxl-n35 {
        margin-left: -2.205rem !important
    }
    .m-xxl-n40 {
        margin: -2.52rem !important
    }
    .mt-xxl-n40,
    .my-xxl-n40 {
        margin-top: -2.52rem !important
    }
    .mr-xxl-n40,
    .mx-xxl-n40 {
        margin-right: -2.52rem !important
    }
    .mb-xxl-n40,
    .my-xxl-n40 {
        margin-bottom: -2.52rem !important
    }
    .ml-xxl-n40,
    .mx-xxl-n40 {
        margin-left: -2.52rem !important
    }
    .m-xxl-n50 {
        margin: -3.15rem !important
    }
    .mt-xxl-n50,
    .my-xxl-n50 {
        margin-top: -3.15rem !important
    }
    .mr-xxl-n50,
    .mx-xxl-n50 {
        margin-right: -3.15rem !important
    }
    .mb-xxl-n50,
    .my-xxl-n50 {
        margin-bottom: -3.15rem !important
    }
    .ml-xxl-n50,
    .mx-xxl-n50 {
        margin-left: -3.15rem !important
    }
    .m-xxl-n60 {
        margin: -3.78rem !important
    }
    .mt-xxl-n60,
    .my-xxl-n60 {
        margin-top: -3.78rem !important
    }
    .mr-xxl-n60,
    .mx-xxl-n60 {
        margin-right: -3.78rem !important
    }
    .mb-xxl-n60,
    .my-xxl-n60 {
        margin-bottom: -3.78rem !important
    }
    .ml-xxl-n60,
    .mx-xxl-n60 {
        margin-left: -3.78rem !important
    }
    .m-xxl-n70 {
        margin: -4.41rem !important
    }
    .mt-xxl-n70,
    .my-xxl-n70 {
        margin-top: -4.41rem !important
    }
    .mr-xxl-n70,
    .mx-xxl-n70 {
        margin-right: -4.41rem !important
    }
    .mb-xxl-n70,
    .my-xxl-n70 {
        margin-bottom: -4.41rem !important
    }
    .ml-xxl-n70,
    .mx-xxl-n70 {
        margin-left: -4.41rem !important
    }
    .m-xxl-n80 {
        margin: -5.04rem !important
    }
    .mt-xxl-n80,
    .my-xxl-n80 {
        margin-top: -5.04rem !important
    }
    .mr-xxl-n80,
    .mx-xxl-n80 {
        margin-right: -5.04rem !important
    }
    .mb-xxl-n80,
    .my-xxl-n80 {
        margin-bottom: -5.04rem !important
    }
    .ml-xxl-n80,
    .mx-xxl-n80 {
        margin-left: -5.04rem !important
    }
    .m-xxl-n90 {
        margin: -5.67rem !important
    }
    .mt-xxl-n90,
    .my-xxl-n90 {
        margin-top: -5.67rem !important
    }
    .mr-xxl-n90,
    .mx-xxl-n90 {
        margin-right: -5.67rem !important
    }
    .mb-xxl-n90,
    .my-xxl-n90 {
        margin-bottom: -5.67rem !important
    }
    .ml-xxl-n90,
    .mx-xxl-n90 {
        margin-left: -5.67rem !important
    }
    .m-xxl-n100 {
        margin: -6.3rem !important
    }
    .mt-xxl-n100,
    .my-xxl-n100 {
        margin-top: -6.3rem !important
    }
    .mr-xxl-n100,
    .mx-xxl-n100 {
        margin-right: -6.3rem !important
    }
    .mb-xxl-n100,
    .my-xxl-n100 {
        margin-bottom: -6.3rem !important
    }
    .ml-xxl-n100,
    .mx-xxl-n100 {
        margin-left: -6.3rem !important
    }
    .m-xxl-n150 {
        margin: -9.45rem !important
    }
    .mt-xxl-n150,
    .my-xxl-n150 {
        margin-top: -9.45rem !important
    }
    .mr-xxl-n150,
    .mx-xxl-n150 {
        margin-right: -9.45rem !important
    }
    .mb-xxl-n150,
    .my-xxl-n150 {
        margin-bottom: -9.45rem !important
    }
    .ml-xxl-n150,
    .mx-xxl-n150 {
        margin-left: -9.45rem !important
    }
    .m-xxl-n200 {
        margin: -12.6rem !important
    }
    .mt-xxl-n200,
    .my-xxl-n200 {
        margin-top: -12.6rem !important
    }
    .mr-xxl-n200,
    .mx-xxl-n200 {
        margin-right: -12.6rem !important
    }
    .mb-xxl-n200,
    .my-xxl-n200 {
        margin-bottom: -12.6rem !important
    }
    .ml-xxl-n200,
    .mx-xxl-n200 {
        margin-left: -12.6rem !important
    }
    .m-xxl-n250 {
        margin: -15.75rem !important
    }
    .mt-xxl-n250,
    .my-xxl-n250 {
        margin-top: -15.75rem !important
    }
    .mr-xxl-n250,
    .mx-xxl-n250 {
        margin-right: -15.75rem !important
    }
    .mb-xxl-n250,
    .my-xxl-n250 {
        margin-bottom: -15.75rem !important
    }
    .ml-xxl-n250,
    .mx-xxl-n250 {
        margin-left: -15.75rem !important
    }
    .m-xxl-n300 {
        margin: -18.9rem !important
    }
    .mt-xxl-n300,
    .my-xxl-n300 {
        margin-top: -18.9rem !important
    }
    .mr-xxl-n300,
    .mx-xxl-n300 {
        margin-right: -18.9rem !important
    }
    .mb-xxl-n300,
    .my-xxl-n300 {
        margin-bottom: -18.9rem !important
    }
    .ml-xxl-n300,
    .mx-xxl-n300 {
        margin-left: -18.9rem !important
    }
    .m-xxl-n350 {
        margin: -22.05rem !important
    }
    .mt-xxl-n350,
    .my-xxl-n350 {
        margin-top: -22.05rem !important
    }
    .mr-xxl-n350,
    .mx-xxl-n350 {
        margin-right: -22.05rem !important
    }
    .mb-xxl-n350,
    .my-xxl-n350 {
        margin-bottom: -22.05rem !important
    }
    .ml-xxl-n350,
    .mx-xxl-n350 {
        margin-left: -22.05rem !important
    }
    .m-xxl-n400 {
        margin: -25.2rem !important
    }
    .mt-xxl-n400,
    .my-xxl-n400 {
        margin-top: -25.2rem !important
    }
    .mr-xxl-n400,
    .mx-xxl-n400 {
        margin-right: -25.2rem !important
    }
    .mb-xxl-n400,
    .my-xxl-n400 {
        margin-bottom: -25.2rem !important
    }
    .ml-xxl-n400,
    .mx-xxl-n400 {
        margin-left: -25.2rem !important
    }
    .m-xxl-n450 {
        margin: -28.35rem !important
    }
    .mt-xxl-n450,
    .my-xxl-n450 {
        margin-top: -28.35rem !important
    }
    .mr-xxl-n450,
    .mx-xxl-n450 {
        margin-right: -28.35rem !important
    }
    .mb-xxl-n450,
    .my-xxl-n450 {
        margin-bottom: -28.35rem !important
    }
    .ml-xxl-n450,
    .mx-xxl-n450 {
        margin-left: -28.35rem !important
    }
    .m-xxl-n500 {
        margin: -31.5rem !important
    }
    .mt-xxl-n500,
    .my-xxl-n500 {
        margin-top: -31.5rem !important
    }
    .mr-xxl-n500,
    .mx-xxl-n500 {
        margin-right: -31.5rem !important
    }
    .mb-xxl-n500,
    .my-xxl-n500 {
        margin-bottom: -31.5rem !important
    }
    .ml-xxl-n500,
    .mx-xxl-n500 {
        margin-left: -31.5rem !important
    }
    .m-xxl-n550 {
        margin: -34.65rem !important
    }
    .mt-xxl-n550,
    .my-xxl-n550 {
        margin-top: -34.65rem !important
    }
    .mr-xxl-n550,
    .mx-xxl-n550 {
        margin-right: -34.65rem !important
    }
    .mb-xxl-n550,
    .my-xxl-n550 {
        margin-bottom: -34.65rem !important
    }
    .ml-xxl-n550,
    .mx-xxl-n550 {
        margin-left: -34.65rem !important
    }
    .m-xxl-n600 {
        margin: -37.8rem !important
    }
    .mt-xxl-n600,
    .my-xxl-n600 {
        margin-top: -37.8rem !important
    }
    .mr-xxl-n600,
    .mx-xxl-n600 {
        margin-right: -37.8rem !important
    }
    .mb-xxl-n600,
    .my-xxl-n600 {
        margin-bottom: -37.8rem !important
    }
    .ml-xxl-n600,
    .mx-xxl-n600 {
        margin-left: -37.8rem !important
    }
    .m-xxl-n650 {
        margin: -40.95rem !important
    }
    .mt-xxl-n650,
    .my-xxl-n650 {
        margin-top: -40.95rem !important
    }
    .mr-xxl-n650,
    .mx-xxl-n650 {
        margin-right: -40.95rem !important
    }
    .mb-xxl-n650,
    .my-xxl-n650 {
        margin-bottom: -40.95rem !important
    }
    .ml-xxl-n650,
    .mx-xxl-n650 {
        margin-left: -40.95rem !important
    }
    .m-xxl-np5 {
        margin: -5% !important
    }
    .mt-xxl-np5,
    .my-xxl-np5 {
        margin-top: -5% !important
    }
    .mr-xxl-np5,
    .mx-xxl-np5 {
        margin-right: -5% !important
    }
    .mb-xxl-np5,
    .my-xxl-np5 {
        margin-bottom: -5% !important
    }
    .ml-xxl-np5,
    .mx-xxl-np5 {
        margin-left: -5% !important
    }
    .m-xxl-np10 {
        margin: -10% !important
    }
    .mt-xxl-np10,
    .my-xxl-np10 {
        margin-top: -10% !important
    }
    .mr-xxl-np10,
    .mx-xxl-np10 {
        margin-right: -10% !important
    }
    .mb-xxl-np10,
    .my-xxl-np10 {
        margin-bottom: -10% !important
    }
    .ml-xxl-np10,
    .mx-xxl-np10 {
        margin-left: -10% !important
    }
    .m-xxl-np15 {
        margin: -15% !important
    }
    .mt-xxl-np15,
    .my-xxl-np15 {
        margin-top: -15% !important
    }
    .mr-xxl-np15,
    .mx-xxl-np15 {
        margin-right: -15% !important
    }
    .mb-xxl-np15,
    .my-xxl-np15 {
        margin-bottom: -15% !important
    }
    .ml-xxl-np15,
    .mx-xxl-np15 {
        margin-left: -15% !important
    }
    .m-xxl-np20 {
        margin: -20% !important
    }
    .mt-xxl-np20,
    .my-xxl-np20 {
        margin-top: -20% !important
    }
    .mr-xxl-np20,
    .mx-xxl-np20 {
        margin-right: -20% !important
    }
    .mb-xxl-np20,
    .my-xxl-np20 {
        margin-bottom: -20% !important
    }
    .ml-xxl-np20,
    .mx-xxl-np20 {
        margin-left: -20% !important
    }
    .m-xxl-np25 {
        margin: -25% !important
    }
    .mt-xxl-np25,
    .my-xxl-np25 {
        margin-top: -25% !important
    }
    .mr-xxl-np25,
    .mx-xxl-np25 {
        margin-right: -25% !important
    }
    .mb-xxl-np25,
    .my-xxl-np25 {
        margin-bottom: -25% !important
    }
    .ml-xxl-np25,
    .mx-xxl-np25 {
        margin-left: -25% !important
    }
    .m-xxl-np30 {
        margin: -30% !important
    }
    .mt-xxl-np30,
    .my-xxl-np30 {
        margin-top: -30% !important
    }
    .mr-xxl-np30,
    .mx-xxl-np30 {
        margin-right: -30% !important
    }
    .mb-xxl-np30,
    .my-xxl-np30 {
        margin-bottom: -30% !important
    }
    .ml-xxl-np30,
    .mx-xxl-np30 {
        margin-left: -30% !important
    }
    .m-xxl-np33 {
        margin: -33.3333% !important
    }
    .mt-xxl-np33,
    .my-xxl-np33 {
        margin-top: -33.3333% !important
    }
    .mr-xxl-np33,
    .mx-xxl-np33 {
        margin-right: -33.3333% !important
    }
    .mb-xxl-np33,
    .my-xxl-np33 {
        margin-bottom: -33.3333% !important
    }
    .ml-xxl-np33,
    .mx-xxl-np33 {
        margin-left: -33.3333% !important
    }
    .m-xxl-np40 {
        margin: -40% !important
    }
    .mt-xxl-np40,
    .my-xxl-np40 {
        margin-top: -40% !important
    }
    .mr-xxl-np40,
    .mx-xxl-np40 {
        margin-right: -40% !important
    }
    .mb-xxl-np40,
    .my-xxl-np40 {
        margin-bottom: -40% !important
    }
    .ml-xxl-np40,
    .mx-xxl-np40 {
        margin-left: -40% !important
    }
    .m-xxl-np50 {
        margin: -50% !important
    }
    .mt-xxl-np50,
    .my-xxl-np50 {
        margin-top: -50% !important
    }
    .mr-xxl-np50,
    .mx-xxl-np50 {
        margin-right: -50% !important
    }
    .mb-xxl-np50,
    .my-xxl-np50 {
        margin-bottom: -50% !important
    }
    .ml-xxl-np50,
    .mx-xxl-np50 {
        margin-left: -50% !important
    }
    .m-xxl-np60 {
        margin: -60% !important
    }
    .mt-xxl-np60,
    .my-xxl-np60 {
        margin-top: -60% !important
    }
    .mr-xxl-np60,
    .mx-xxl-np60 {
        margin-right: -60% !important
    }
    .mb-xxl-np60,
    .my-xxl-np60 {
        margin-bottom: -60% !important
    }
    .ml-xxl-np60,
    .mx-xxl-np60 {
        margin-left: -60% !important
    }
    .m-xxl-np70 {
        margin: -70% !important
    }
    .mt-xxl-np70,
    .my-xxl-np70 {
        margin-top: -70% !important
    }
    .mr-xxl-np70,
    .mx-xxl-np70 {
        margin-right: -70% !important
    }
    .mb-xxl-np70,
    .my-xxl-np70 {
        margin-bottom: -70% !important
    }
    .ml-xxl-np70,
    .mx-xxl-np70 {
        margin-left: -70% !important
    }
    .m-xxl-np75 {
        margin: -75% !important
    }
    .mt-xxl-np75,
    .my-xxl-np75 {
        margin-top: -75% !important
    }
    .mr-xxl-np75,
    .mx-xxl-np75 {
        margin-right: -75% !important
    }
    .mb-xxl-np75,
    .my-xxl-np75 {
        margin-bottom: -75% !important
    }
    .ml-xxl-np75,
    .mx-xxl-np75 {
        margin-left: -75% !important
    }
    .m-xxl-np80 {
        margin: -80% !important
    }
    .mt-xxl-np80,
    .my-xxl-np80 {
        margin-top: -80% !important
    }
    .mr-xxl-np80,
    .mx-xxl-np80 {
        margin-right: -80% !important
    }
    .mb-xxl-np80,
    .my-xxl-np80 {
        margin-bottom: -80% !important
    }
    .ml-xxl-np80,
    .mx-xxl-np80 {
        margin-left: -80% !important
    }
    .m-xxl-np100 {
        margin: -100% !important
    }
    .mt-xxl-np100,
    .my-xxl-np100 {
        margin-top: -100% !important
    }
    .mr-xxl-np100,
    .mx-xxl-np100 {
        margin-right: -100% !important
    }
    .mb-xxl-np100,
    .my-xxl-np100 {
        margin-bottom: -100% !important
    }
    .ml-xxl-np100,
    .mx-xxl-np100 {
        margin-left: -100% !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 479.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 480px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

@media (max-width: 1599.98px) {
    .hidden-xl-down {
        display: none !important
    }
}

@media (min-width: 1600px) {
    .hidden-xxl-up {
        display: none !important
    }
}

.hidden-xxl-down {
    display: none !important
}

.font-xs {
    font-size: 0.75rem !important
}

.font-sm {
    font-size: 0.85rem !important
}

.font-lg {
    font-size: 1rem !important
}

.font-xl {
    font-size: 1.25rem
}

.font-2xl {
    font-size: 1.5rem
}

.font-3xl {
    font-size: 1.75rem !important
}

.font-4xl {
    font-size: 2rem !important
}

.font-5xl {
    font-size: 2.5rem !important
}

.text-underline {
    text-decoration: underline
}

.text-through {
    text-decoration: line-through
}

.btn-icon,
.btn-circle {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle
}

.btn-icon.btn-xs,
.btn-circle.btn-xs {
    width: 1.875rem;
    height: 1.875rem
}

.btn-icon.btn-sm,
.btn-group-sm>.btn-icon.btn,
.btn-circle.btn-sm,
.btn-group-sm>.btn-circle.btn {
    width: 2.125rem;
    height: 2.125rem
}

.btn-icon.btn-lg,
.btn-group-lg>.btn-icon.btn,
.btn-circle.btn-lg,
.btn-group-lg>.btn-circle.btn {
    width: 3.375rem;
    height: 3.375rem
}

.btn-circle {
    border-radius: 100%
}

.btn-upload {
    position: relative;
    overflow: hidden
}

.btn-upload input[type='file'] {
    position: absolute;
    width: 100%;
    height: 100% !important;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 9;
    cursor: pointer
}

.btn-transparent {
    background-color: transparent;
    border-color: transparent
}

.btn-xs,
.btn-group-xs>.btn {
    padding: .175rem .375rem;
    font-size: .83125rem;
    line-height: 1.2;
    border-radius: .2rem
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998
}

.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #2d4373
}

.btn-facebook:focus,
.btn-facebook.focus {
    color: #fff;
    background-color: #30497c;
    border-color: #2d4373;
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 114, 167, 0.5);
    box-shadow: 0 0 0 .2rem rgba(88, 114, 167, 0.5)
}

.btn-facebook.disabled,
.btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #293e6a
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 114, 167, 0.5);
    box-shadow: 0 0 0 .2rem rgba(88, 114, 167, 0.5)
}

.btn-twitter {
    color: #fff;
    background-color: #00aced;
    border-color: #00aced
}

.btn-twitter:hover {
    color: #fff;
    background-color: #0090c7;
    border-color: #0087ba
}

.btn-twitter:focus,
.btn-twitter.focus {
    color: #fff;
    background-color: #0090c7;
    border-color: #0087ba;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 184, 240, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 184, 240, 0.5)
}

.btn-twitter.disabled,
.btn-twitter:disabled {
    color: #fff;
    background-color: #00aced;
    border-color: #00aced
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show>.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #0087ba;
    border-color: #007ead
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show>.btn-twitter.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 184, 240, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 184, 240, 0.5)
}

.btn-linkedin {
    color: #fff;
    background-color: #4875b4;
    border-color: #4875b4
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #3d6399;
    border-color: #395d90
}

.btn-linkedin:focus,
.btn-linkedin.focus {
    color: #fff;
    background-color: #3d6399;
    border-color: #395d90;
    -webkit-box-shadow: 0 0 0 .2rem rgba(99, 138, 191, 0.5);
    box-shadow: 0 0 0 .2rem rgba(99, 138, 191, 0.5)
}

.btn-linkedin.disabled,
.btn-linkedin:disabled {
    color: #fff;
    background-color: #4875b4;
    border-color: #4875b4
}

.btn-linkedin:not(:disabled):not(.disabled):active,
.btn-linkedin:not(:disabled):not(.disabled).active,
.show>.btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #395d90;
    border-color: #365786
}

.btn-linkedin:not(:disabled):not(.disabled):active:focus,
.btn-linkedin:not(:disabled):not(.disabled).active:focus,
.show>.btn-linkedin.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(99, 138, 191, 0.5);
    box-shadow: 0 0 0 .2rem rgba(99, 138, 191, 0.5)
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: #ff0084
}

.btn-flickr:hover {
    color: #fff;
    background-color: #d90070;
    border-color: #cc006a
}

.btn-flickr:focus,
.btn-flickr.focus {
    color: #fff;
    background-color: #d90070;
    border-color: #cc006a;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 38, 150, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 38, 150, 0.5)
}

.btn-flickr.disabled,
.btn-flickr:disabled {
    color: #fff;
    background-color: #ff0084;
    border-color: #ff0084
}

.btn-flickr:not(:disabled):not(.disabled):active,
.btn-flickr:not(:disabled):not(.disabled).active,
.show>.btn-flickr.dropdown-toggle {
    color: #fff;
    background-color: #cc006a;
    border-color: #bf0063
}

.btn-flickr:not(:disabled):not(.disabled):active:focus,
.btn-flickr:not(:disabled):not(.disabled).active:focus,
.show>.btn-flickr.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 38, 150, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 38, 150, 0.5)
}

.btn-tumblr {
    color: #fff;
    background-color: #32506d;
    border-color: #32506d
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #263d53;
    border-color: #22364a
}

.btn-tumblr:focus,
.btn-tumblr.focus {
    color: #fff;
    background-color: #263d53;
    border-color: #22364a;
    -webkit-box-shadow: 0 0 0 .2rem rgba(81, 106, 131, 0.5);
    box-shadow: 0 0 0 .2rem rgba(81, 106, 131, 0.5)
}

.btn-tumblr.disabled,
.btn-tumblr:disabled {
    color: #fff;
    background-color: #32506d;
    border-color: #32506d
}

.btn-tumblr:not(:disabled):not(.disabled):active,
.btn-tumblr:not(:disabled):not(.disabled).active,
.show>.btn-tumblr.dropdown-toggle {
    color: #fff;
    background-color: #22364a;
    border-color: #1e3041
}

.btn-tumblr:not(:disabled):not(.disabled):active:focus,
.btn-tumblr:not(:disabled):not(.disabled).active:focus,
.show>.btn-tumblr.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(81, 106, 131, 0.5);
    box-shadow: 0 0 0 .2rem rgba(81, 106, 131, 0.5)
}

.btn-xing {
    color: #fff;
    background-color: #026466;
    border-color: #026466
}

.btn-xing:hover {
    color: #fff;
    background-color: #013f40;
    border-color: #013334
}

.btn-xing:focus,
.btn-xing.focus {
    color: #fff;
    background-color: #013f40;
    border-color: #013334;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 123, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 123, 125, 0.5)
}

.btn-xing.disabled,
.btn-xing:disabled {
    color: #fff;
    background-color: #026466;
    border-color: #026466
}

.btn-xing:not(:disabled):not(.disabled):active,
.btn-xing:not(:disabled):not(.disabled).active,
.show>.btn-xing.dropdown-toggle {
    color: #fff;
    background-color: #013334;
    border-color: #012727
}

.btn-xing:not(:disabled):not(.disabled):active:focus,
.btn-xing:not(:disabled):not(.disabled).active:focus,
.show>.btn-xing.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 123, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 123, 125, 0.5)
}

.btn-github {
    color: #fff;
    background-color: #4183c4;
    border-color: #4183c4
}

.btn-github:hover {
    color: #fff;
    background-color: #3570aa;
    border-color: #3269a0
}

.btn-github:focus,
.btn-github.focus {
    color: #fff;
    background-color: #3570aa;
    border-color: #3269a0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(94, 150, 205, 0.5);
    box-shadow: 0 0 0 .2rem rgba(94, 150, 205, 0.5)
}

.btn-github.disabled,
.btn-github:disabled {
    color: #fff;
    background-color: #4183c4;
    border-color: #4183c4
}

.btn-github:not(:disabled):not(.disabled):active,
.btn-github:not(:disabled):not(.disabled).active,
.show>.btn-github.dropdown-toggle {
    color: #fff;
    background-color: #3269a0;
    border-color: #2f6397
}

.btn-github:not(:disabled):not(.disabled):active:focus,
.btn-github:not(:disabled):not(.disabled).active:focus,
.show>.btn-github.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(94, 150, 205, 0.5);
    box-shadow: 0 0 0 .2rem rgba(94, 150, 205, 0.5)
}

.btn-gitlab {
    color: #fff;
    background-color: #e65328;
    border-color: #e65328
}

.btn-gitlab:hover {
    color: #fff;
    background-color: #d04218;
    border-color: #c43e17
}

.btn-gitlab:focus,
.btn-gitlab.focus {
    color: #fff;
    background-color: #d04218;
    border-color: #c43e17;
    -webkit-box-shadow: 0 0 0 .2rem rgba(234, 109, 72, 0.5);
    box-shadow: 0 0 0 .2rem rgba(234, 109, 72, 0.5)
}

.btn-gitlab.disabled,
.btn-gitlab:disabled {
    color: #fff;
    background-color: #e65328;
    border-color: #e65328
}

.btn-gitlab:not(:disabled):not(.disabled):active,
.btn-gitlab:not(:disabled):not(.disabled).active,
.show>.btn-gitlab.dropdown-toggle {
    color: #fff;
    background-color: #c43e17;
    border-color: #b93a15
}

.btn-gitlab:not(:disabled):not(.disabled):active:focus,
.btn-gitlab:not(:disabled):not(.disabled).active:focus,
.show>.btn-gitlab.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(234, 109, 72, 0.5);
    box-shadow: 0 0 0 .2rem rgba(234, 109, 72, 0.5)
}

.btn-stack-overflow {
    color: #fff;
    background-color: #fe7a15;
    border-color: #fe7a15
}

.btn-stack-overflow:hover {
    color: #fff;
    background-color: #ec6701;
    border-color: #df6101
}

.btn-stack-overflow:focus,
.btn-stack-overflow.focus {
    color: #fff;
    background-color: #ec6701;
    border-color: #df6101;
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 142, 56, 0.5);
    box-shadow: 0 0 0 .2rem rgba(254, 142, 56, 0.5)
}

.btn-stack-overflow.disabled,
.btn-stack-overflow:disabled {
    color: #fff;
    background-color: #fe7a15;
    border-color: #fe7a15
}

.btn-stack-overflow:not(:disabled):not(.disabled):active,
.btn-stack-overflow:not(:disabled):not(.disabled).active,
.show>.btn-stack-overflow.dropdown-toggle {
    color: #fff;
    background-color: #df6101;
    border-color: #d25c01
}

.btn-stack-overflow:not(:disabled):not(.disabled):active:focus,
.btn-stack-overflow:not(:disabled):not(.disabled).active:focus,
.show>.btn-stack-overflow.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 142, 56, 0.5);
    box-shadow: 0 0 0 .2rem rgba(254, 142, 56, 0.5)
}

.btn-youtube {
    color: #fff;
    background-color: #b00;
    border-color: #b00
}

.btn-youtube:hover {
    color: #fff;
    background-color: #950000;
    border-color: #800
}

.btn-youtube:focus,
.btn-youtube.focus {
    color: #fff;
    background-color: #950000;
    border-color: #800;
    -webkit-box-shadow: 0 0 0 .2rem rgba(197, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(197, 38, 38, 0.5)
}

.btn-youtube.disabled,
.btn-youtube:disabled {
    color: #fff;
    background-color: #b00;
    border-color: #b00
}

.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active,
.show>.btn-youtube.dropdown-toggle {
    color: #fff;
    background-color: #800;
    border-color: #7b0000
}

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus,
.show>.btn-youtube.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(197, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(197, 38, 38, 0.5)
}

.btn-dribbble {
    color: #fff;
    background-color: #ea4c89;
    border-color: #ea4c89
}

.btn-dribbble:hover {
    color: #fff;
    background-color: #e62a72;
    border-color: #e51e6b
}

.btn-dribbble:focus,
.btn-dribbble.focus {
    color: #fff;
    background-color: #e62a72;
    border-color: #e51e6b;
    -webkit-box-shadow: 0 0 0 .2rem rgba(237, 103, 155, 0.5);
    box-shadow: 0 0 0 .2rem rgba(237, 103, 155, 0.5)
}

.btn-dribbble.disabled,
.btn-dribbble:disabled {
    color: #fff;
    background-color: #ea4c89;
    border-color: #ea4c89
}

.btn-dribbble:not(:disabled):not(.disabled):active,
.btn-dribbble:not(:disabled):not(.disabled).active,
.show>.btn-dribbble.dropdown-toggle {
    color: #fff;
    background-color: #e51e6b;
    border-color: #dc1a65
}

.btn-dribbble:not(:disabled):not(.disabled):active:focus,
.btn-dribbble:not(:disabled):not(.disabled).active:focus,
.show>.btn-dribbble.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(237, 103, 155, 0.5);
    box-shadow: 0 0 0 .2rem rgba(237, 103, 155, 0.5)
}

.btn-instagram {
    color: #fff;
    background-color: #517fa4;
    border-color: #517fa4
}

.btn-instagram:hover {
    color: #fff;
    background-color: #446b8a;
    border-color: #406582
}

.btn-instagram:focus,
.btn-instagram.focus {
    color: #fff;
    background-color: #446b8a;
    border-color: #406582;
    -webkit-box-shadow: 0 0 0 .2rem rgba(107, 146, 178, 0.5);
    box-shadow: 0 0 0 .2rem rgba(107, 146, 178, 0.5)
}

.btn-instagram.disabled,
.btn-instagram:disabled {
    color: #fff;
    background-color: #517fa4;
    border-color: #517fa4
}

.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active,
.show>.btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #406582;
    border-color: #3c5e79
}

.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus,
.show>.btn-instagram.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(107, 146, 178, 0.5);
    box-shadow: 0 0 0 .2rem rgba(107, 146, 178, 0.5)
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #aa1b21;
    border-color: #9f191f
}

.btn-pinterest:focus,
.btn-pinterest.focus {
    color: #fff;
    background-color: #aa1b21;
    border-color: #9f191f;
    -webkit-box-shadow: 0 0 0 .2rem rgba(211, 65, 71, 0.5);
    box-shadow: 0 0 0 .2rem rgba(211, 65, 71, 0.5)
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027
}

.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest:not(:disabled):not(.disabled).active,
.show>.btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #9f191f;
    border-color: #94171c
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest:not(:disabled):not(.disabled).active:focus,
.show>.btn-pinterest.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(211, 65, 71, 0.5);
    box-shadow: 0 0 0 .2rem rgba(211, 65, 71, 0.5)
}

.btn-vk {
    color: #fff;
    background-color: #45668e;
    border-color: #45668e
}

.btn-vk:hover {
    color: #fff;
    background-color: #385474;
    border-color: #344d6c
}

.btn-vk:focus,
.btn-vk.focus {
    color: #fff;
    background-color: #385474;
    border-color: #344d6c;
    -webkit-box-shadow: 0 0 0 .2rem rgba(97, 125, 159, 0.5);
    box-shadow: 0 0 0 .2rem rgba(97, 125, 159, 0.5)
}

.btn-vk.disabled,
.btn-vk:disabled {
    color: #fff;
    background-color: #45668e;
    border-color: #45668e
}

.btn-vk:not(:disabled):not(.disabled):active,
.btn-vk:not(:disabled):not(.disabled).active,
.show>.btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #344d6c;
    border-color: #304763
}

.btn-vk:not(:disabled):not(.disabled):active:focus,
.btn-vk:not(:disabled):not(.disabled).active:focus,
.show>.btn-vk.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(97, 125, 159, 0.5);
    box-shadow: 0 0 0 .2rem rgba(97, 125, 159, 0.5)
}

.btn-yahoo {
    color: #fff;
    background-color: #400191;
    border-color: #400191
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #2f016b;
    border-color: #2a015e
}

.btn-yahoo:focus,
.btn-yahoo.focus {
    color: #fff;
    background-color: #2f016b;
    border-color: #2a015e;
    -webkit-box-shadow: 0 0 0 .2rem rgba(93, 39, 162, 0.5);
    box-shadow: 0 0 0 .2rem rgba(93, 39, 162, 0.5)
}

.btn-yahoo.disabled,
.btn-yahoo:disabled {
    color: #fff;
    background-color: #400191;
    border-color: #400191
}

.btn-yahoo:not(:disabled):not(.disabled):active,
.btn-yahoo:not(:disabled):not(.disabled).active,
.show>.btn-yahoo.dropdown-toggle {
    color: #fff;
    background-color: #2a015e;
    border-color: #240152
}

.btn-yahoo:not(:disabled):not(.disabled):active:focus,
.btn-yahoo:not(:disabled):not(.disabled).active:focus,
.show>.btn-yahoo.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(93, 39, 162, 0.5);
    box-shadow: 0 0 0 .2rem rgba(93, 39, 162, 0.5)
}

.btn-behance {
    color: #fff;
    background-color: #1769ff;
    border-color: #1769ff
}

.btn-behance:hover {
    color: #fff;
    background-color: #0055f0;
    border-color: #0050e3
}

.btn-behance:focus,
.btn-behance.focus {
    color: #fff;
    background-color: #0055f0;
    border-color: #0050e3;
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 128, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 128, 255, 0.5)
}

.btn-behance.disabled,
.btn-behance:disabled {
    color: #fff;
    background-color: #1769ff;
    border-color: #1769ff
}

.btn-behance:not(:disabled):not(.disabled):active,
.btn-behance:not(:disabled):not(.disabled).active,
.show>.btn-behance.dropdown-toggle {
    color: #fff;
    background-color: #0050e3;
    border-color: #004cd6
}

.btn-behance:not(:disabled):not(.disabled):active:focus,
.btn-behance:not(:disabled):not(.disabled).active:focus,
.show>.btn-behance.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 128, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 128, 255, 0.5)
}

.btn-reddit {
    color: #fff;
    background-color: #ff4500;
    border-color: #ff4500
}

.btn-reddit:hover {
    color: #fff;
    background-color: #d93b00;
    border-color: #cc3700
}

.btn-reddit:focus,
.btn-reddit.focus {
    color: #fff;
    background-color: #d93b00;
    border-color: #cc3700;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 97, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 97, 38, 0.5)
}

.btn-reddit.disabled,
.btn-reddit:disabled {
    color: #fff;
    background-color: #ff4500;
    border-color: #ff4500
}

.btn-reddit:not(:disabled):not(.disabled):active,
.btn-reddit:not(:disabled):not(.disabled).active,
.show>.btn-reddit.dropdown-toggle {
    color: #fff;
    background-color: #cc3700;
    border-color: #bf3400
}

.btn-reddit:not(:disabled):not(.disabled):active:focus,
.btn-reddit:not(:disabled):not(.disabled).active:focus,
.show>.btn-reddit.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 97, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 97, 38, 0.5)
}

.btn-vimeo {
    color: #fff;
    background-color: #aad450;
    border-color: #aad450
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #9bcc32;
    border-color: #93c130
}

.btn-vimeo:focus,
.btn-vimeo.focus {
    color: #fff;
    background-color: #9bcc32;
    border-color: #93c130;
    -webkit-box-shadow: 0 0 0 .2rem rgba(183, 218, 106, 0.5);
    box-shadow: 0 0 0 .2rem rgba(183, 218, 106, 0.5)
}

.btn-vimeo.disabled,
.btn-vimeo:disabled {
    color: #fff;
    background-color: #aad450;
    border-color: #aad450
}

.btn-vimeo:not(:disabled):not(.disabled):active,
.btn-vimeo:not(:disabled):not(.disabled).active,
.show>.btn-vimeo.dropdown-toggle {
    color: #fff;
    background-color: #93c130;
    border-color: #8bb72d
}

.btn-vimeo:not(:disabled):not(.disabled):active:focus,
.btn-vimeo:not(:disabled):not(.disabled).active:focus,
.show>.btn-vimeo.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(183, 218, 106, 0.5);
    box-shadow: 0 0 0 .2rem rgba(183, 218, 106, 0.5)
}

.btn-discord {
    color: #fff;
    background-color: #7289da;
    border-color: #7289da
}

.btn-discord:hover {
    color: #fff;
    background-color: #5470d2;
    border-color: #4a67cf
}

.btn-discord:focus,
.btn-discord.focus {
    color: #fff;
    background-color: #5470d2;
    border-color: #4a67cf;
    -webkit-box-shadow: 0 0 0 .2rem rgba(135, 155, 224, 0.5);
    box-shadow: 0 0 0 .2rem rgba(135, 155, 224, 0.5)
}

.btn-discord.disabled,
.btn-discord:disabled {
    color: #fff;
    background-color: #7289da;
    border-color: #7289da
}

.btn-discord:not(:disabled):not(.disabled):active,
.btn-discord:not(:disabled):not(.disabled).active,
.show>.btn-discord.dropdown-toggle {
    color: #fff;
    background-color: #4a67cf;
    border-color: #405fcd
}

.btn-discord:not(:disabled):not(.disabled):active:focus,
.btn-discord:not(:disabled):not(.disabled).active:focus,
.show>.btn-discord.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(135, 155, 224, 0.5);
    box-shadow: 0 0 0 .2rem rgba(135, 155, 224, 0.5)
}

.btn-flipboard {
    color: #fff;
    background-color: #f52828;
    border-color: #f52828
}

.btn-flipboard:hover {
    color: #fff;
    background-color: #ec0b0b;
    border-color: #e00a0a
}

.btn-flipboard:focus,
.btn-flipboard.focus {
    color: #fff;
    background-color: #ec0b0b;
    border-color: #e00a0a;
    -webkit-box-shadow: 0 0 0 .2rem rgba(247, 72, 72, 0.5);
    box-shadow: 0 0 0 .2rem rgba(247, 72, 72, 0.5)
}

.btn-flipboard.disabled,
.btn-flipboard:disabled {
    color: #fff;
    background-color: #f52828;
    border-color: #f52828
}

.btn-flipboard:not(:disabled):not(.disabled):active,
.btn-flipboard:not(:disabled):not(.disabled).active,
.show>.btn-flipboard.dropdown-toggle {
    color: #fff;
    background-color: #e00a0a;
    border-color: #d30a0a
}

.btn-flipboard:not(:disabled):not(.disabled):active:focus,
.btn-flipboard:not(:disabled):not(.disabled).active:focus,
.show>.btn-flipboard.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(247, 72, 72, 0.5);
    box-shadow: 0 0 0 .2rem rgba(247, 72, 72, 0.5)
}

@-webkit-keyframes dots-fade {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes dots-fade {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes dots-wave {
    0%,
    30%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    15% {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }
}

@keyframes dots-wave {
    0%,
    30%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    15% {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }
}

.card {
    margin-bottom: 1.875rem
}

.card-controls {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem
}

.card-controls .dropdown {
    display: inline-block
}

.card-title {
    font-size: 1.1875rem
}

.card .card-body+.card-body {
    padding-top: 0
}

.dropdown-menu {
    padding: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .dropdown-menu {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown-item {
    width: 100%;
    border-radius: .25rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .dropdown-item {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown-item i {
    width: 1em;
    margin-right: 0.5em
}

.modal-bottom-center {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.modal-bottom-left,
.modal-bottom-right {
    position: absolute;
    bottom: 0
}

.modal-top-left,
.modal-top-right {
    position: absolute;
    top: 0
}

.modal-slide-left,
.modal-slide-right {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    bottom: 0
}

.modal-slide-left .modal-content,
.modal-slide-right .modal-content {
    height: 100%
}

.modal-slide-right {
    left: unset;
    right: 0
}

@media (min-width: 480px) {
    .modal-bottom-left,
    .modal-top-left {
        left: 1.75rem
    }
    .modal-top-right,
    .modal-bottom-right {
        right: 1.75rem
    }
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-icon:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-icon:focus,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-icon:active {
    background-color: rgba(11, 13, 15, 0.1)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-icon:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-icon:focus,
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-icon:active {
    background-color: rgba(255, 255, 255, 0.1)
}

.navbar-nav .nav-item {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar-nav .nav-link,
.navbar-nav .nav-icon {
    border-radius: .25rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .navbar-nav .nav-link,
    .navbar-nav .nav-icon {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-nav .nav-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem
}

.main-navbar {
    height: 3.25rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .main-navbar {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width: 992px) {
    .main-navbar {
        height: 4.0625rem
    }
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.progress-xs {
    height: .25rem
}

.progress-sm {
    height: .5rem
}

.progress-lg {
    height: 1.5rem
}

.ribbon {
    position: absolute
}

.ribbon-body {
    padding: .25rem .75rem
}

.ribbon-bottom-right,
.ribbon-top-right {
    right: 0
}

.ribbon-bottom-left,
.ribbon-bottom-right {
    bottom: 0
}

.ribbon-clip:before {
    content: '';
    display: block;
    position: absolute;
    border: .75rem solid transparent;
    z-index: -1
}

.ribbon-clip.ribbon-top-left:before,
.ribbon-clip.ribbon-top-right:before {
    bottom: -.75rem;
    margin-bottom: -.75rem;
    border-bottom-color: transparent
}

.ribbon-clip.ribbon-bottom-left,
.ribbon-clip.ribbon-bottom-right {
    bottom: 0
}

.ribbon-clip.ribbon-bottom-left:before,
.ribbon-clip.ribbon-bottom-right:before {
    top: -.75rem;
    margin-top: -.75rem;
    border-top-color: transparent
}

.ribbon-clip.ribbon-top-left,
.ribbon-clip.ribbon-bottom-left {
    left: -.75rem
}

.ribbon-clip.ribbon-top-left:before,
.ribbon-clip.ribbon-bottom-left:before {
    left: 0;
    border-left-color: transparent
}

.ribbon-clip.ribbon-top-right,
.ribbon-clip.ribbon-bottom-right {
    right: -.75rem
}

.ribbon-clip.ribbon-top-right:before,
.ribbon-clip.ribbon-bottom-right:before {
    right: 0;
    border-right-color: transparent
}

.ribbon-badge {
    width: 90px;
    height: 90px;
    overflow: hidden
}

.ribbon-badge .ribbon-body {
    position: absolute;
    text-align: center;
    display: block;
    width: 150px
}

.ribbon-badge.ribbon-top-left .ribbon-body {
    top: 15px;
    left: -45px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ribbon-badge.ribbon-top-right .ribbon-body {
    top: 15px;
    right: -45px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ribbon-badge.ribbon-bottom-left .ribbon-body {
    bottom: 15px;
    left: -45px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ribbon-badge.ribbon-bottom-right .ribbon-body {
    bottom: 15px;
    right: -45px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ribbon-badge-clip {
    width: 90px;
    height: 90px;
    overflow: hidden
}

.ribbon-badge-clip:before {
    content: '';
    display: block;
    position: absolute;
    border: .75rem solid transparent;
    z-index: -1
}

.ribbon-badge-clip .ribbon-body {
    position: absolute;
    text-align: center;
    display: block;
    width: 150px
}

.ribbon-badge-clip.ribbon-top-left {
    top: -10px;
    left: -10px
}

.ribbon-badge-clip.ribbon-top-left .ribbon-body {
    top: 15px;
    left: -45px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ribbon-badge-clip.ribbon-top-left:before {
    left: 0;
    border-right-color: transparent;
    bottom: 0
}

.ribbon-badge-clip.ribbon-top-right .ribbon-body {
    top: 15px;
    right: -45px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ribbon-badge-clip.ribbon-bottom-left .ribbon-body {
    bottom: 15px;
    left: -45px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ribbon-badge-clip.ribbon-bottom-right .ribbon-body {
    bottom: 15px;
    right: -45px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ribbon-primary .ribbon-body {
    color: #fff;
    background-color: #3b73da
}

.ribbon-primary:before {
    border-color: #245abe
}

.ribbon-secondary .ribbon-body {
    color: #fff;
    background-color: #6c757d
}

.ribbon-secondary:before {
    border-color: #545b62
}

.ribbon-success .ribbon-body {
    color: #fff;
    background-color: #2dce89
}

.ribbon-success:before {
    border-color: #24a46d
}

.ribbon-info .ribbon-body {
    color: #fff;
    background-color: #19b5fe
}

.ribbon-info:before {
    border-color: #019be3
}

.ribbon-warning .ribbon-body {
    color: #fff;
    background-color: #faa700
}

.ribbon-warning:before {
    border-color: #c78500
}

.ribbon-danger .ribbon-body {
    color: #fff;
    background-color: #f1414a
}

.ribbon-danger:before {
    border-color: #ee121d
}

.ribbon-light .ribbon-body {
    color: #212529;
    background-color: #e5e9f2
}

.ribbon-light:before {
    border-color: #c3cce1
}

.ribbon-dark .ribbon-body {
    color: #fff;
    background-color: #21262c
}

.ribbon-dark:before {
    border-color: #0b0d0f
}

.ribbon-default .ribbon-body {
    color: #212529;
    background-color: #dee2e6
}

.ribbon-default:before {
    border-color: #c1c9d0
}

.ribbon-white .ribbon-body {
    color: #212529;
    background-color: #fff
}

.ribbon-white:before {
    border-color: #e6e6e6
}

.ribbon-darker .ribbon-body {
    color: #fff;
    background-color: #000
}

.ribbon-darker:before {
    border-color: #000
}

.spinner {
    display: inline-block;
    margin: 0;
    position: relative
}

.spinner-dots-fade span:nth-child(1) {
    -webkit-animation: dots-fade 2s ease-in-out infinite;
    animation: dots-fade 2s ease-in-out infinite
}

.spinner-dots-fade span:nth-child(2) {
    -webkit-animation: dots-fade 2s ease-in-out 0.2s infinite;
    animation: dots-fade 2s ease-in-out 0.2s infinite
}

.spinner-dots-fade span:nth-child(3) {
    -webkit-animation: dots-fade 2s ease-in-out 0.4s infinite;
    animation: dots-fade 2s ease-in-out 0.4s infinite
}

.spinner-dots-fade span:nth-child(4) {
    -webkit-animation: dots-fade 2s ease-in-out 0.6s infinite;
    animation: dots-fade 2s ease-in-out 0.6s infinite
}

.spinner-dots-fade span:nth-child(5) {
    -webkit-animation: dots-fade 2s ease-in-out 0.8s infinite;
    animation: dots-fade 2s ease-in-out 0.8s infinite
}

.spinner-dots-wave span:nth-child(1) {
    -webkit-animation: dots-wave 2.5s linear infinite;
    animation: dots-wave 2.5s linear infinite
}

.spinner-dots-wave span:nth-child(2) {
    -webkit-animation: dots-wave 2.5s linear 0.2s infinite;
    animation: dots-wave 2.5s linear 0.2s infinite
}

.spinner-dots-wave span:nth-child(3) {
    -webkit-animation: dots-wave 2.5s linear 0.4s infinite;
    animation: dots-wave 2.5s linear 0.4s infinite
}

.spinner-dots-wave span:nth-child(4) {
    -webkit-animation: dots-wave 2.5s linear 0.6s infinite;
    animation: dots-wave 2.5s linear 0.6s infinite
}

.spinner-dots-wave span:nth-child(5) {
    -webkit-animation: dots-wave 2.5s linear 0.8s infinite;
    animation: dots-wave 2.5s linear 0.8s infinite
}

.avatar {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50em;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 3rem;
    height: 3rem;
    font-size: 1.66667rem
}

@media (prefers-reduced-motion: reduce) {
    .avatar {
        -webkit-transition: none;
        transition: none
    }
}

.avatar.avatar-on:before,
.avatar.avatar-off:before,
.avatar.avatar-busy:before,
.avatar.avatar-away:before {
    border-width: .065rem
}

.avatar img {
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    border-radius: 50em;
    -o-object-fit: cover;
    object-fit: cover
}

.avatar:hover {
    text-decoration: none
}

.avatar-on:before,
.avatar-off:before,
.avatar-busy:before,
.avatar-away:before {
    content: '';
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 20%;
    height: 20%;
    border-radius: 50rem;
    border: .065rem solid #fff
}

.avatar-sm {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.25rem
}

.avatar-sm.avatar-on:before,
.avatar-sm.avatar-off:before,
.avatar-sm.avatar-busy:before,
.avatar-sm.avatar-away:before {
    border-width: .04875rem
}

.avatar-lg {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.5rem
}

.avatar-lg.avatar-on:before,
.avatar-lg.avatar-off:before,
.avatar-lg.avatar-busy:before,
.avatar-lg.avatar-away:before {
    border-width: .0975rem
}

.avatar-xl {
    width: 6rem;
    height: 6rem;
    font-size: 3.33333rem
}

.avatar-xl.avatar-on:before,
.avatar-xl.avatar-off:before,
.avatar-xl.avatar-busy:before,
.avatar-xl.avatar-away:before {
    border-width: .13rem
}

.avatar-xxl {
    width: 9rem;
    height: 9rem;
    font-size: 5rem
}

.avatar-xxl.avatar-on:before,
.avatar-xxl.avatar-off:before,
.avatar-xxl.avatar-busy:before,
.avatar-xxl.avatar-away:before {
    border-width: .195rem
}

.avatar-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.avatar-group .avatar {
    margin-right: -1rem;
    border: 1px solid #fff
}

.avatar-group .avatar:hover {
    margin-right: 0
}

.avatar-group .avatar-sm {
    margin-right: -.75rem
}

.avatar-group .avatar-lg {
    margin-right: -1.5rem;
    border-width: .0975rem
}

.avatar-group .avatar-xl {
    margin-right: -2rem;
    border-width: .13rem
}

.avatar-group .avatar-xxl {
    margin-right: -3rem;
    border-width: .195rem
}

.avatar-on:before {
    background-color: #2dce89
}

.avatar-off:before {
    background-color: #dee2e6
}

.avatar-busy:before {
    background-color: #f1414a
}

.avatar-away:before {
    background-color: #fb6340
}

.menubar-enabled.menubar-collapsed .menubar .menu-icon,
.menubar-enabled.menubar-minimized .menubar .menu-icon {
    margin: 0.25rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.71rem
}

.menubar {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 240px;
    z-index: 1030;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .menubar {
        -webkit-transition: none;
        transition: none
    }
}

.menubar a {
    color: unset;
    text-decoration: none
}

.menubar-header {
    display: table;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    vertical-align: middle;
    width: 100%;
    height: 3.25rem
}

@media (min-width: 992px) {
    .menubar-header {
        height: 4.0625rem
    }
}

.menubar-brand {
    display: table-cell;
    vertical-align: middle
}

.menubar-logo {
    width: auto !important
}

.menubar-toggler {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.menubar-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.menubar-footer {
    display: block
}

.menubar .menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.menubar .menu-item {
    position: relative;
    display: block;
    clear: both;
    width: 100%
}

.menubar .menu-link {
    display: table;
    text-decoration: none;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .75rem 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .menubar .menu-link {
        -webkit-transition: none;
        transition: none
    }
}

.menubar .menu-arrow,
.menubar .menu-badge {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.menubar .menu-icon {
    margin-right: 10px;
    font-style: normal
}

.menubar-light {
    background-color: #fff;
    color: rgba(11, 13, 15, 0.5)
}

.menubar-light .menu-link {
    color: rgba(11, 13, 15, 0.5)
}

.menubar-light .menu-link.active {
    background-color: rgba(11, 13, 15, 0.1);
    color: rgba(11, 13, 15, 0.9)
}

.menubar-light .menu-link:hover {
    background-color: rgba(11, 13, 15, 0.05);
    color: rgba(11, 13, 15, 0.7)
}

.menubar-light .menu.show {
    background-color: rgba(11, 13, 15, 0.1)
}

.menubar-dark {
    background-color: #2c333a;
    color: rgba(255, 255, 255, 0.5)
}

.menubar-dark .menu-link {
    color: rgba(255, 255, 255, 0.5)
}

.menubar-dark .menu-link.active {
    background-color: rgba(33, 38, 44, 0.8);
    color: #fff
}

.menubar-dark .menu-link:hover {
    background-color: #161a1d;
    color: rgba(255, 255, 255, 0.8)
}

.menubar-dark .menu.show {
    background-color: rgba(33, 38, 44, 0.8)
}

.menubar-right {
    left: unset;
    right: 0
}

.menubar-enabled .wrapper,
.menubar-enabled .main-navbar {
    margin-left: 240px
}

@media (max-width: 991.98px) {
    .menubar-enabled .menubar {
        display: none
    }
    .menubar-enabled .wrapper,
    .menubar-enabled .main-navbar {
        margin-left: 0 !important
    }
    .menubar-enabled .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background-color: #fff
    }
}

.menubar-enabled.menubar-collapsed .wrapper,
.menubar-enabled.menubar-collapsed .main-navbar {
    margin-left: 80px
}

.menubar-enabled.menubar-collapsed .menubar {
    width: 80px
}

.menubar-enabled.menubar-collapsed .menubar .menu-label,
.menubar-enabled.menubar-collapsed .menubar .menu-badge,
.menubar-enabled.menubar-collapsed .menubar .menu-arrow {
    display: none
}

.menubar-enabled.menubar-minimized .wrapper,
.menubar-enabled.menubar-minimized .main-navbar {
    margin-left: 120px
}

.menubar-enabled.menubar-minimized .menubar {
    width: 120px
}

.menubar-enabled.menubar-minimized .menubar .menu-link {
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.menubar-enabled.menubar-minimized .menubar .menu-arrow,
.menubar-enabled.menubar-minimized .menubar .menu-badge {
    display: none
}