:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #009efc;
    --secondary: #e5f5fe;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --blue: #009efc;
    --lightblue: #e5f5fe;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1900px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 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 {
    text-decoration: none;
    background-color: transparent;
}

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

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

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

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

figure {
    margin: 0 0 1rem;
}

img {
    border-style: none;
}

img,
svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

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

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

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

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

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

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

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

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

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

.h2,
h2 {
    font-size: 2rem;
}

.h3,
h3 {
    font-size: 1.75rem;
}

.h4,
h4 {
    font-size: 1.5rem;
}

.h5,
h5 {
    font-size: 1.25rem;
}

.h6,
h6 {
    font-size: 1rem;
}

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

.display-1 {
    font-size: 6rem;
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
}

.display-3 {
    font-size: 4.5rem;
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
}

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

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

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

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

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

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

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

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

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

.blockquote-footer:before {
    content: "â€”Â ";
}

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

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

.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: #e83e8c;
    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,
.container-fluid,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}

@media(min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

@media(min-width:1900px) {

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

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

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

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.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-auto {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xxl-last {
        order: 13;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}

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

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

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #7dceff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 158, 252, .25);
}

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

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

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

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

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

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.25rem;
    line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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);
}

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

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

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

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

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

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

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

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

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

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

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

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

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

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

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

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

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' 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)
}

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

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

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

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

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

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

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

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

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

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

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 158, 252, .25)
}

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

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

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

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0086d6;
    border-color: #007ec9
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 173, 252, .5)
}

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

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007ec9;
    border-color: #0076bc
}

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

.btn-secondary {
    color: #212529;
    background-color: #e5f5fe;
    border-color: #e5f5fe
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #212529;
    background-color: #c0e7fd;
    border-color: #b4e2fc
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(200, 214, 222, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #e5f5fe;
    border-color: #e5f5fe
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #b4e2fc;
    border-color: #a8ddfc
}

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

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

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

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

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

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

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

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

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

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

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

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

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

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

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

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

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

.btn-blue {
    color: #fff;
    background-color: #009efc;
    border-color: #009efc
}

.btn-blue.focus,
.btn-blue:focus,
.btn-blue:hover {
    color: #fff;
    background-color: #0086d6;
    border-color: #007ec9
}

.btn-blue.focus,
.btn-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 173, 252, .5)
}

.btn-blue.disabled,
.btn-blue:disabled {
    color: #fff;
    background-color: #009efc;
    border-color: #009efc
}

.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #007ec9;
    border-color: #0076bc
}

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

.btn-lightblue {
    color: #212529;
    background-color: #e5f5fe;
    border-color: #e5f5fe;
}

.btn-lightblue.focus,
.btn-lightblue:focus,
.btn-lightblue:hover {
    color: #212529;
    background-color: #c0e7fd;
    border-color: #b4e2fc;
}

.btn-lightblue.focus,
.btn-lightblue:focus {
    box-shadow: 0 0 0 .2rem rgba(200, 214, 222, .5);
}

.btn-lightblue.disabled,
.btn-lightblue:disabled {
    color: #212529;
    background-color: #e5f5fe;
    border-color: #e5f5fe;
}

.btn-lightblue:not(:disabled):not(.disabled).active,
.btn-lightblue:not(:disabled):not(.disabled):active,
.show>.btn-lightblue.dropdown-toggle {
    color: #212529;
    background-color: #b4e2fc;
    border-color: #a8ddfc;
}

.btn-lightblue:not(:disabled):not(.disabled).active:focus,
.btn-lightblue:not(:disabled):not(.disabled):active:focus,
.show>.btn-lightblue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(200, 214, 222, .5);
}

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

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

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 252, .5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #009efc;
    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: #009efc;
    border-color: #009efc;
}

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

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

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #e5f5fe;
    border-color: #e5f5fe;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(229, 245, 254, .5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #e5f5fe;
    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: #212529;
    background-color: #e5f5fe;
    border-color: #e5f5fe;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(229, 245, 254, .5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    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: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    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: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

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

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

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

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

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

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

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    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: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

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

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    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: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    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: #343a40;
    border-color: #343a40;
}

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

.btn-outline-blue {
    color: #009efc;
    border-color: #009efc;
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #009efc;
    border-color: #009efc;
}

.btn-outline-blue.focus,
.btn-outline-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 252, .5);
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
    color: #009efc;
    background-color: transparent;
}

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

.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 252, .5);
}

.btn-outline-lightblue {
    color: #e5f5fe;
    border-color: #e5f5fe;
}

.btn-outline-lightblue:hover {
    color: #212529;
    background-color: #e5f5fe;
    border-color: #e5f5fe;
}

.btn-outline-lightblue.focus,
.btn-outline-lightblue:focus {
    box-shadow: 0 0 0 .2rem rgba(229, 245, 254, .5);
}

.btn-outline-lightblue.disabled,
.btn-outline-lightblue:disabled {
    color: #e5f5fe;
    background-color: transparent;
}

.btn-outline-lightblue:not(:disabled):not(.disabled).active,
.btn-outline-lightblue:not(:disabled):not(.disabled):active,
.show>.btn-outline-lightblue.dropdown-toggle {
    color: #212529;
    background-color: #e5f5fe;
    border-color: #e5f5fe;
}

.btn-outline-lightblue:not(:disabled):not(.disabled).active:focus,
.btn-outline-lightblue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-lightblue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(229, 245, 254, .5);
}

.btn-link {
    font-weight: 400;
    color: #009efc;
    text-decoration: none;
}

.btn-link:hover {
    color: #006eb0;
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

.fade {
    transition: opacity .15s linear;
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:1900px) {
    .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: "";
    display: none;
}

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

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

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

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

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

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

.dropdown-menu.show {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

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

.input-group>.custom-file {
    display: flex;
    align-items: center;
}

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

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

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append,
.input-group-prepend {
    display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #eaeaea;
    border-radius: .25rem;
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0;
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px);
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.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),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #009efc;
    background-color: #009efc;
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 252, .25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #7dceff;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #b0e1ff;
    border-color: #b0e1ff;
}

.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 {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-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: #009efc;
    background-color: #009efc;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 158, 252, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 158, 252, .5);
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgdmlld0JveD0nLTQgLTQgOCA4Jz48Y2lyY2xlIHI9JzMnIGZpbGw9JyNmZmYnLz48L3N2Zz4=");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 158, 252, .5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label: after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 158, 252, .5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #eaeaea;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #7dceff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 158, 252, .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: .875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    display: inline-block;
    margin-bottom: 0;
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #7dceff;
    box-shadow: 0 0 0 .2rem rgba(0, 158, 252, .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 {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: .25rem;
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    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: 0;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 158, 252, .25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 158, 252, .25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 158, 252, .25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #009efc;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media(prefers-reduced-motion:reduce) {
    .custom-range: :-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b0e1ff;
}

.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: #009efc;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media(prefers-reduced-motion:reduce) {
    .custom-range: :-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b0e1ff;
}

.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: #009efc;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

@media(prefers-reduced-motion:reduce) {
    .custom-range: :-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b0e1ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
}

.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 {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {

    .custom-control-label: before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #009efc;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #006eb0;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 158, 252, .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: #009efc;
    border-color: #009efc;
}

.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.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

a.badge:focus,
a.badge:hover {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #009efc;
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #007ec9;
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 158, 252, .5);
}

.badge-secondary {
    color: #212529;
    background-color: #e5f5fe;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #212529;
    background-color: #b4e2fc;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(229, 245, 254, .5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.badge-blue {
    color: #fff;
    background-color: #009efc;
}

a.badge-blue:focus,
a.badge-blue:hover {
    color: #fff;
    background-color: #007ec9;
}

a.badge-blue.focus,
a.badge-blue:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 158, 252, .5);
}

.badge-lightblue {
    color: #212529;
    background-color: #e5f5fe;
}

a.badge-lightblue:focus,
a.badge-lightblue:hover {
    color: #212529;
    background-color: #b4e2fc;
}

a.badge-lightblue.focus,
a.badge-lightblue:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(229, 245, 254, .5);
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden;
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #009efc;
    transition: width .6s ease;
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #009efc;
    border-color: #009efc;
}

.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 {
    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:576px) {
    .list-group-horizontal-sm {
        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 {
        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 {
        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 {
        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:1900px) {
    .list-group-horizontal-xxl {
        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 {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #005283;
    background-color: #b8e4fe
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #005283;
    background-color: #9fdafe
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #005283;
    border-color: #005283
}

.list-group-item-secondary {
    color: #777f84;
    background-color: #f8fcff
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #777f84;
    background-color: #dff1ff
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #777f84;
    border-color: #777f84
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.list-group-item-blue {
    color: #005283;
    background-color: #b8e4fe
}

.list-group-item-blue.list-group-item-action:focus,
.list-group-item-blue.list-group-item-action:hover {
    color: #005283;
    background-color: #9fdafe
}

.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #005283;
    border-color: #005283
}

.list-group-item-lightblue {
    color: #777f84;
    background-color: #f8fcff
}

.list-group-item-lightblue.list-group-item-action:focus,
.list-group-item-lightblue.list-group-item-action:hover {
    color: #777f84;
    background-color: #dff1ff
}

.list-group-item-lightblue.list-group-item-action.active {
    color: #fff;
    background-color: #777f84;
    border-color: #777f84
}

.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: #009efc !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #007ec9 !important
}

.bg-secondary {
    background-color: #e5f5fe !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #b4e2fc !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover {
    background-color: #007ec9 !important
}

.bg-lightblue {
    background-color: #e5f5fe !important
}

a.bg-lightblue:focus,
a.bg-lightblue:hover,
button.bg-lightblue:focus,
button.bg-lightblue:hover {
    background-color: #b4e2fc !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !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: #009efc !important
}

.border-secondary {
    border-color: #e5f5fe !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-blue {
    border-color: #009efc !important
}

.border-lightblue {
    border-color: #e5f5fe !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:1900px) {
    .d-xxl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:1900px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

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

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

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

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

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

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

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

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media(min-width:1900px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports(position:sticky) {
    .sticky-top {
        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 {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

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

.w-75 {
    width: 75% !important
}

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

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !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
}

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

.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:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-5 {
        margin: 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:1900px) {
    .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
    }

}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:1900px) {
    .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: #009efc !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #006eb0 !important
}

.text-secondary {
    color: #e5f5fe !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #9bd9fb !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-blue {
    color: #009efc !important
}

a.text-blue:focus,
a.text-blue:hover {
    color: #006eb0 !important
}

.text-lightblue {
    color: #e5f5fe !important
}

a.text-lightblue:focus,
a.text-lightblue:hover {
    color: #9bd9fb !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.text-muted {
    color: #757575 !important
}

:focus {
    outline: none
}

.btn:active,
.btn:focus,
button:active,
button:focus,
input.form-control {
    outline: none !important;
    box-shadow: none !important
}

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

    .referral-landing .container {
        max-width: 892px;
        width: 892px
    }
}

.btn.btn-orange {
    background-color: #ff9b0a;
    color: #fff
}

.btn.btn-white {
    background-color: #fff;
    border: 1px solid #eaeaea
}

.btn.btn-transparent {
    background-color: transparent;
    border: 1px solid #eaeaea
}

.btn.btn-transparent:hover {
    background-color: #fff
}

.btn i {
    font-size: .9em
}

.btn i.flag {
    top: 3px
}

.btn.btn-icon-l {
    padding: .25rem .5rem
}

.btn.btn-icon-l i {
    margin-right: 6px;
    display: inline-block
}

.btn.btn-icon-r {
    padding: .25rem .5rem
}

.btn.btn-icon-r i {
    margin-left: 6px;
    display: inline-block
}

.btn.btn-icon-x {
    padding: .25rem .5rem
}

.btn.btn-icon-x i {
    margin-right: 6px;
    margin-left: 6px;
    display: inline-block
}

.btn.btn-blue,
.btn.btn-primary {
    font-weight: 500
}

.btn.btn-blue:hover,
.btn.btn-primary:hover {
    background-color: #0090e6
}

.btn.btn-light,
.btn.btn-lightblue,
.btn.btn-secondary {
    color: #009efc;
    font-weight: 500
}

.btn.btn-light {
    background-color: #fff;
    border: 2px solid #e0f0f9
}

.btn.btn-light:hover {
    background-color: #f5f5f5
}

.btn.btn-lg {
    font-size: 1rem;
    min-height: 48px;
    padding: 12px 32px
}

.btn.btn-lg.has-loader {
    position: relative
}

.btn.btn-lg.has-loader .loader {
    position: absolute;
    right: 12px;
    top: 9px
}

.btn.btn-md {
    font-size: .875rem;
    min-height: 40px;
    padding: 9px 8px
}

.btn.disabled,
.btn:disabled {
    opacity: .5;
    cursor: not-allowed
}

.btn.btn-floating {
    position: fixed;
    right: 16px;
    bottom: 16px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    border-radius: 50%
}

a.btn-icon-md:hover,
a.btn-icon-sm:hover,
a.btn-icon-xs:hover,
a.btn-icon-xxs:hover {
    background-color: #f5fbff;
    color: #009efc
}

a.btn-icon-md.active,
a.btn-icon-md:active,
a.btn-icon-sm.active,
a.btn-icon-sm:active,
a.btn-icon-xs.active,
a.btn-icon-xs:active,
a.btn-icon-xxs.active,
a.btn-icon-xxs:active {
    background-color: #e5f5fe;
    color: #009efc
}

.btn-icon-md,
.btn-icon-sm,
.btn-icon-xs,
.btn-icon-xxs {
    border: none;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 41, 89, .1);
    color: #009efc;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-icon-md:hover,
.btn-icon-sm:hover,
.btn-icon-xs:hover,
.btn-icon-xxs:hover {
    background-color: #f5fbff
}

.btn-icon-xxs {
    width: 24px;
    height: 24px;
    font-size: 12px
}

.btn-icon-xs {
    width: 32px;
    height: 32px;
    font-size: 16px
}

.btn-icon-sm {
    width: 40px;
    height: 40px;
    font-size: 20px
}

.btn-icon-md {
    width: 48px;
    height: 48px;
    font-size: 28px
}

a.btn-social-em:hover,
a.btn-social-fb:hover,
a.btn-social-li:hover,
a.btn-social-tw:hover {
    background-color: #e5f5fe
}

.btn-social-em,
.btn-social-fb,
.btn-social-li,
.btn-social-tw {
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    background-size: 56%;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 41, 89, .1);
    color: #009efc;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px
}

.btn-social-fb {
    background-image: url(../img/fb.svg)
}

.btn-social-li {
    background-image: url(../img/in.svg)
}

.btn-social-em {
    background-image: url(../img/email.svg)
}

.btn-social-tw {
    background-image: url(../img/tw.svg)
}

.btn.btn-box {
    background: #fff;
    padding: 10px 26px !important;
    box-shadow: 0 0 16px rgba(247, 147, 26, .1) !important;
    border-radius: 3px
}

.btn.btn-box-promo {
    border: 1px solid #fc9100
}

.btn.btn-clear {
    position: relative;
    padding: 10px 24px 10px 12px;
    background-color: #f5f5f5
}

.btn.btn-clear img {
    margin-top: -4px
}

@media(max-width:1199.98px) {
    .btn.btn-clear {
        text-align: left
    }
}

.btn.btn-clear:hover {
    background-color: #eaeaea
}

.btn.btn-clear:after {
    font-family: icomoon;
    content: "î¤¸";
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: .75rem
}

.btn-group .btn.btn-light {
    border-width: 1px;
    border-color: #acdffc
}

.btn-outline-white,
.btn-outline-white:hover {
    color: #fff;
    border-color: #fff
}

.btn-outline-grey,
.btn-outline-grey:hover {
    color: #666;
    border-color: #eaeaea
}

.btn-flat-primary {
    background-color: transparent;
    color: #009efc
}

.btn-rounded {
    border-radius: 36px;
    padding-left: 16px !important;
    padding-right: 16px !important
}

i.flag {
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: -1px
}

i.flag.flag-en {
    background-image: url(../img/lang/en.svg)
}

i.flag.flag-fr {
    background-image: url(../img/lang/fr.svg)
}

i.flag.flag-pt {
    background-image: url(../img/lang/pt.svg)
}
i.flag.flag-sp {
    background-image: url(../img/lang/sp.png)
}

.custom-control.custom-switch {
    height: 28px;
    width: 40px;
    cursor: pointer !important
}

.custom-control-input:checked~.custom-control-label:before {
    background-color: #3c0;
    border-color: #3c0
}

.custom-switch .custom-control-label:before {
    height: 20px;
    width: 40px;
    border-radius: 18px;
    background-color: #eaeaea;
    border-color: #eaeaea;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer !important
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    transform: translateX(18px)
}

.custom-switch .custom-control-label:after {
    background-color: #fff;
    width: 18px;
    height: 18px;
    top: calc(.25rem + 1px);
    cursor: pointer !important
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.c9cb1251.eot);
    src: url(../fonts/icomoon.c9cb1251.eot#iefix) format("embedded-opentype"),
        url(../fonts/icomoon.04669307.ttf) format("truetype"),
        url(../fonts/icomoon.198e7137.woff) format("woff"),
        url(../img/icomoon.330f7800.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.icon-blue {
    color: #009efc
}

.icon-grey {
    color: #999
}

.icon-orange {
    color: #ffa614
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a:hover [class^=icon-],
a:hover [class^=icon-]~* {
    color: #acdffc
}

a.active [class^=icon-],
a:active [class^=icon-] {
    color: #009efc
}

.icon-at-price:before {
    content: "î¥†"
}

.icon-one-time:before {
    content: "";
}

.icon-recurring-v2:before {
    content: "î¥ˆ"
}

.icon-radio-unchecked:before {
    content: "î¤¿"
}

.icon-radio-checked:before {
    content: "î¥"
}

.icon-chart-advanced:before {
    content: "";
}

.icon-chart-simple:before {
    content: "";
}

.icon-address_book:before {
    content: "";
}

.icon-bank:before {
    content: "î¤ˆ"
}

.icon-bin:before {
    content: "î¤‰"
}

.icon-broken-heart:before {
    content: "î¤"
}

.icon-calendar:before {
    content: "î¤Š"
}

.icon-card:before {
    content: "î¤†"
}

.icon-cart:before {
    content: "î¤‹"
}

.icon-chart:before {
    content: "";
}

.icon-chart_down:before {
    content: "î¤"
}

.icon-chart_up:before {
    content: "î¤Ž"
}

.icon-check:before {
    content: "";
}

.icon-checkbox-checked:before {
    content: "î¤"
}

.icon-checkbox-unchecked:before {
    content: "î¥€"
}

.icon-chevron-down:before {
    content: "";
}

.icon-chevron-left:before {
    content: "";
}

.icon-chevron-right:before {
    content: "";
}

.icon-chevron-up:before {
    content: "î¤”"
}

.icon-circle-error:before {
    content: "î¤•"
}

.icon-circle-info:before {
    content: "î¤»"
}

.icon-circle-info-in-hand:before {
    content: "î¤¼"
}

.icon-circle-pass:before {
    content: "î¤–"
}

.icon-copy:before {
    content: "";
}

.icon-details:before {
    content: "";
}

.icon-earn:before {
    content: "î¤…"
}

.icon-email:before {
    content: "î¤™"
}

.icon-envelope:before {
    content: "î¤š"
}

.icon-exchange_history:before {
    content: "";
}

.icon-export:before {
    content: "î¤œ"
}

.icon-eye-closed:before {
    content: "";
}

.icon-eye-open:before {
    content: "î¤ž"
}

.icon-fa_google:before {
    content: "î¤Ÿ"
}

.icon-globe:before {
    content: "î¤ "
}

.icon-grid_view:before {
    content: "";
}

.icon-heart:before {
    content: "î¤€"
}

.icon-hourglass:before {
    content: "î¤¢"
}

.icon-id_card:before {
    content: "î¤£"
}

.icon-invest:before {
    content: "î¤ƒ"
}

.icon-list_view:before {
    content: "";
}

.icon-logout:before {
    content: "";
}

.icon-mobile:before {
    content: "î¤¦"
}

.icon-new_window:before {
    content: "î¤§"
}

.icon-notification:before {
    content: "";
}

.icon-notifications:before {
    content: "";
}

.icon-own:before {
    content: "î¤„"
}

.icon-pig:before {
    content: "î¤‚"
}

.icon-profile:before {
    content: "";
}

.icon-qr:before {
    content: "";
}

.icon-question:before {
    content: "";
}

.icon-recurring:before {
    content: "î¤­"
}

.icon-rewards:before {
    content: "î¤®"
}

.icon-search:before {
    content: "î¤¯"
}

.icon-secure:before {
    content: "î¤‡"
}

.icon-security:before {
    content: "";
}

.icon-send:before {
    content: "";
}

.icon-settings:before {
    content: "";
}

.icon-share:before {
    content: "î¤³"
}

.icon-star_full:before {
    content: "î¤´"
}

.icon-star_line:before {
    content: "î¤µ"
}

.icon-swipe:before {
    content: "î¤¶"
}

.icon-switch:before {
    content: "";
}

.icon-times:before {
    content: "";
}

.icon-upload:before {
    content: "î¤¹"
}

.icon-arrow-down:before {
    content: "î¥‚"
}

.icon-arrow-up:before {
    content: "î¥ƒ"
}

.icon-pie:before {
    content: "î¥…"
}

.icon-filter:before {
    content: "î¥„"
}

.mr-auto {
    margin-right: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.pr-auto {
    padding-right: auto !important
}

.pl-auto {
    padding-left: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

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

.mx-0 {
    margin-right: 0 !important
}

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

.m-0 {
    margin: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

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

.px-0 {
    padding-right: 0 !important
}

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

.p-0 {
    padding: 0 !important
}

.mt-4 {
    margin-top: 4px !important
}

.mb-4 {
    margin-bottom: 4px !important
}

.mr-4 {
    margin-right: 4px !important
}

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

.mx-4 {
    margin-right: 4px !important
}

.my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

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

.pt-4 {
    padding-top: 4px !important
}

.pb-4 {
    padding-bottom: 4px !important
}

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

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

.px-4 {
    padding-right: 4px !important
}

.py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

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

.mt-8 {
    margin-top: 8px !important
}

.mb-8 {
    margin-bottom: 8px !important
}

.mr-8 {
    margin-right: 8px !important
}

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

.mx-8 {
    margin-right: 8px !important
}

.my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

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

.pt-8 {
    padding-top: 8px !important
}

.pb-8 {
    padding-bottom: 8px !important
}

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

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

.px-8 {
    padding-right: 8px !important
}

.py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

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

.mt-12 {
    margin-top: 12px !important
}

.mb-12 {
    margin-bottom: 12px !important
}

.mr-12 {
    margin-right: 12px !important
}

.ml-12,
.mx-12 {
    margin-left: 12px !important
}

.mx-12 {
    margin-right: 12px !important
}

.my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.m-12 {
    margin: 12px !important
}

.pt-12 {
    padding-top: 12px !important
}

.pb-12 {
    padding-bottom: 12px !important
}

.pr-12 {
    padding-right: 12px !important
}

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

.px-12 {
    padding-right: 12px !important
}

.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.p-12 {
    padding: 12px !important
}

.mt-16 {
    margin-top: 16px !important
}

.mb-16 {
    margin-bottom: 16px !important
}

.mr-16 {
    margin-right: 16px !important
}

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

.mx-16 {
    margin-right: 16px !important
}

.my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

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

.pt-16 {
    padding-top: 16px !important
}

.pb-16 {
    padding-bottom: 16px !important
}

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

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

.px-16 {
    padding-right: 16px !important
}

.py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

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

.mt-20 {
    margin-top: 20px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mr-20 {
    margin-right: 20px !important
}

.ml-20,
.mx-20 {
    margin-left: 20px !important
}

.mx-20 {
    margin-right: 20px !important
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.m-20 {
    margin: 20px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pr-20 {
    padding-right: 20px !important
}

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

.px-20 {
    padding-right: 20px !important
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.p-20 {
    padding: 20px !important
}

.mt-24 {
    margin-top: 24px !important
}

.mb-24 {
    margin-bottom: 24px !important
}

.mr-24 {
    margin-right: 24px !important
}

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

.mx-24 {
    margin-right: 24px !important
}

.my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

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

.pt-24 {
    padding-top: 24px !important
}

.pb-24 {
    padding-bottom: 24px !important
}

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

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

.px-24 {
    padding-right: 24px !important
}

.py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

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

.mt-28 {
    margin-top: 28px !important
}

.mb-28 {
    margin-bottom: 28px !important
}

.mr-28 {
    margin-right: 28px !important
}

.ml-28,
.mx-28 {
    margin-left: 28px !important
}

.mx-28 {
    margin-right: 28px !important
}

.my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important
}

.m-28 {
    margin: 28px !important
}

.pt-28 {
    padding-top: 28px !important
}

.pb-28 {
    padding-bottom: 28px !important
}

.pr-28 {
    padding-right: 28px !important
}

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

.px-28 {
    padding-right: 28px !important
}

.py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important
}

.p-28 {
    padding: 28px !important
}

.mt-32 {
    margin-top: 32px !important
}

.mb-32 {
    margin-bottom: 32px !important
}

.mr-32 {
    margin-right: 32px !important
}

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

.mx-32 {
    margin-right: 32px !important
}

.my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
}

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

.pt-32 {
    padding-top: 32px !important
}

.pb-32 {
    padding-bottom: 32px !important
}

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

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

.px-32 {
    padding-right: 32px !important
}

.py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

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

.mt-36 {
    margin-top: 36px !important
}

.mb-36 {
    margin-bottom: 36px !important
}

.mr-36 {
    margin-right: 36px !important
}

.ml-36,
.mx-36 {
    margin-left: 36px !important
}

.mx-36 {
    margin-right: 36px !important
}

.my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important
}

.m-36 {
    margin: 36px !important
}

.pt-36 {
    padding-top: 36px !important
}

.pb-36 {
    padding-bottom: 36px !important
}

.pr-36 {
    padding-right: 36px !important
}

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

.px-36 {
    padding-right: 36px !important
}

.py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important
}

.p-36 {
    padding: 36px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mr-40 {
    margin-right: 40px !important
}

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

.mx-40 {
    margin-right: 40px !important
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

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

.pt-40 {
    padding-top: 40px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pr-40 {
    padding-right: 40px !important
}

.pl-40,
.px-40 {
    padding-left: 40px !important
}

.px-40 {
    padding-right: 40px !important
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.p-40 {
    padding: 40px !important
}

.mt-44 {
    margin-top: 44px !important
}

.mb-44 {
    margin-bottom: 44px !important
}

.mr-44 {
    margin-right: 44px !important
}

.ml-44,
.mx-44 {
    margin-left: 44px !important
}

.mx-44 {
    margin-right: 44px !important
}

.my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important
}

.m-44 {
    margin: 44px !important
}

.pt-44 {
    padding-top: 44px !important
}

.pb-44 {
    padding-bottom: 44px !important
}

.pr-44 {
    padding-right: 44px !important
}

.pl-44,
.px-44 {
    padding-left: 44px !important
}

.px-44 {
    padding-right: 44px !important
}

.py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important
}

.p-44 {
    padding: 44px !important
}

.mt-48 {
    margin-top: 48px !important
}

.mb-48 {
    margin-bottom: 48px !important
}

.mr-48 {
    margin-right: 48px !important
}

.ml-48,
.mx-48 {
    margin-left: 48px !important
}

.mx-48 {
    margin-right: 48px !important
}

.my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important
}

.m-48 {
    margin: 48px !important
}

.pt-48 {
    padding-top: 48px !important
}

.pb-48 {
    padding-bottom: 48px !important
}

.pr-48 {
    padding-right: 48px !important
}

.pl-48,
.px-48 {
    padding-left: 48px !important
}

.px-48 {
    padding-right: 48px !important
}

.py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.p-48 {
    padding: 48px !important
}

.mt-52 {
    margin-top: 52px !important
}

.mb-52 {
    margin-bottom: 52px !important
}

.mr-52 {
    margin-right: 52px !important
}

.ml-52,
.mx-52 {
    margin-left: 52px !important
}

.mx-52 {
    margin-right: 52px !important
}

.my-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important
}

.m-52 {
    margin: 52px !important
}

.pt-52 {
    padding-top: 52px !important
}

.pb-52 {
    padding-bottom: 52px !important
}

.pr-52 {
    padding-right: 52px !important
}

.pl-52,
.px-52 {
    padding-left: 52px !important
}

.px-52 {
    padding-right: 52px !important
}

.py-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important
}

.p-52 {
    padding: 52px !important
}

.mt-56 {
    margin-top: 56px !important
}

.mb-56 {
    margin-bottom: 56px !important
}

.mr-56 {
    margin-right: 56px !important
}

.ml-56,
.mx-56 {
    margin-left: 56px !important
}

.mx-56 {
    margin-right: 56px !important
}

.my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important
}

.m-56 {
    margin: 56px !important
}

.pt-56 {
    padding-top: 56px !important
}

.pb-56 {
    padding-bottom: 56px !important
}

.pr-56 {
    padding-right: 56px !important
}

.pl-56,
.px-56 {
    padding-left: 56px !important
}

.px-56 {
    padding-right: 56px !important
}

.py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important
}

.p-56 {
    padding: 56px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mr-60 {
    margin-right: 60px !important
}

.ml-60,
.mx-60 {
    margin-left: 60px !important
}

.mx-60 {
    margin-right: 60px !important
}

.my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.m-60 {
    margin: 60px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pr-60 {
    padding-right: 60px !important
}

.pl-60,
.px-60 {
    padding-left: 60px !important
}

.px-60 {
    padding-right: 60px !important
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.p-60 {
    padding: 60px !important
}

.mt-64 {
    margin-top: 64px !important
}

.mb-64 {
    margin-bottom: 64px !important
}

.mr-64 {
    margin-right: 64px !important
}

.ml-64,
.mx-64 {
    margin-left: 64px !important
}

.mx-64 {
    margin-right: 64px !important
}

.my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important
}

.m-64 {
    margin: 64px !important
}

.pt-64 {
    padding-top: 64px !important
}

.pb-64 {
    padding-bottom: 64px !important
}

.pr-64 {
    padding-right: 64px !important
}

.pl-64,
.px-64 {
    padding-left: 64px !important
}

.px-64 {
    padding-right: 64px !important
}

.py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.p-64 {
    padding: 64px !important
}

.mt-68 {
    margin-top: 68px !important
}

.mb-68 {
    margin-bottom: 68px !important
}

.mr-68 {
    margin-right: 68px !important
}

.ml-68,
.mx-68 {
    margin-left: 68px !important
}

.mx-68 {
    margin-right: 68px !important
}

.my-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important
}

.m-68 {
    margin: 68px !important
}

.pt-68 {
    padding-top: 68px !important
}

.pb-68 {
    padding-bottom: 68px !important
}

.pr-68 {
    padding-right: 68px !important
}

.pl-68,
.px-68 {
    padding-left: 68px !important
}

.px-68 {
    padding-right: 68px !important
}

.py-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important
}

.p-68 {
    padding: 68px !important
}

.mt-72 {
    margin-top: 72px !important
}

.mb-72 {
    margin-bottom: 72px !important
}

.mr-72 {
    margin-right: 72px !important
}

.ml-72,
.mx-72 {
    margin-left: 72px !important
}

.mx-72 {
    margin-right: 72px !important
}

.my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important
}

.m-72 {
    margin: 72px !important
}

.pt-72 {
    padding-top: 72px !important
}

.pb-72 {
    padding-bottom: 72px !important
}

.pr-72 {
    padding-right: 72px !important
}

.pl-72,
.px-72 {
    padding-left: 72px !important
}

.px-72 {
    padding-right: 72px !important
}

.py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important
}

.p-72 {
    padding: 72px !important
}

.mt-76 {
    margin-top: 76px !important
}

.mb-76 {
    margin-bottom: 76px !important
}

.mr-76 {
    margin-right: 76px !important
}

.ml-76,
.mx-76 {
    margin-left: 76px !important
}

.mx-76 {
    margin-right: 76px !important
}

.my-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important
}

.m-76 {
    margin: 76px !important
}

.pt-76 {
    padding-top: 76px !important
}

.pb-76 {
    padding-bottom: 76px !important
}

.pr-76 {
    padding-right: 76px !important
}

.pl-76,
.px-76 {
    padding-left: 76px !important
}

.px-76 {
    padding-right: 76px !important
}

.py-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important
}

.p-76 {
    padding: 76px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mr-80 {
    margin-right: 80px !important
}

.ml-80,
.mx-80 {
    margin-left: 80px !important
}

.mx-80 {
    margin-right: 80px !important
}

.my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.m-80 {
    margin: 80px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pr-80 {
    padding-right: 80px !important
}

.pl-80,
.px-80 {
    padding-left: 80px !important
}

.px-80 {
    padding-right: 80px !important
}

.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.p-80 {
    padding: 80px !important
}

.mt-84 {
    margin-top: 84px !important
}

.mb-84 {
    margin-bottom: 84px !important
}

.mr-84 {
    margin-right: 84px !important
}

.ml-84,
.mx-84 {
    margin-left: 84px !important
}

.mx-84 {
    margin-right: 84px !important
}

.my-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important
}

.m-84 {
    margin: 84px !important
}

.pt-84 {
    padding-top: 84px !important
}

.pb-84 {
    padding-bottom: 84px !important
}

.pr-84 {
    padding-right: 84px !important
}

.pl-84,
.px-84 {
    padding-left: 84px !important;
}

.px-84 {
    padding-right: 84px !important;
}

.py-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
}

.p-84 {
    padding: 84px !important;
}

.mt-88 {
    margin-top: 88px !important;
}

.mb-88 {
    margin-bottom: 88px !important;
}

.mr-88 {
    margin-right: 88px !important;
}

.ml-88,
.mx-88 {
    margin-left: 88px !important;
}

.mx-88 {
    margin-right: 88px !important;
}

.my-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
}

.m-88 {
    margin: 88px !important;
}

.pt-88 {
    padding-top: 88px !important;
}

.pb-88 {
    padding-bottom: 88px !important;
}

.pr-88 {
    padding-right: 88px !important;
}

.pl-88,
.px-88 {
    padding-left: 88px !important;
}

.px-88 {
    padding-right: 88px !important;
}

.py-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
}

.p-88 {
    padding: 88px !important;
}

.mt-92 {
    margin-top: 92px !important;
}

.mb-92 {
    margin-bottom: 92px !important;
}

.mr-92 {
    margin-right: 92px !important;
}

.ml-92,
.mx-92 {
    margin-left: 92px !important;
}

.mx-92 {
    margin-right: 92px !important;
}

.my-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
}

.m-92 {
    margin: 92px !important;
}

.pt-92 {
    padding-top: 92px !important;
}

.pb-92 {
    padding-bottom: 92px !important;
}

.pr-92 {
    padding-right: 92px !important;
}

.pl-92,
.px-92 {
    padding-left: 92px !important;
}

.px-92 {
    padding-right: 92px !important;
}

.py-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
}

.p-92 {
    padding: 92px !important;
}

.mt-96 {
    margin-top: 96px !important;
}

.mb-96 {
    margin-bottom: 96px !important;
}

.mr-96 {
    margin-right: 96px !important;
}

.ml-96,
.mx-96 {
    margin-left: 96px !important;
}

.mx-96 {
    margin-right: 96px !important;
}

.my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
}

.m-96 {
    margin: 96px !important;
}

.pt-96 {
    padding-top: 96px !important;
}

.pb-96 {
    padding-bottom: 96px !important;
}

.pr-96 {
    padding-right: 96px !important;
}

.pl-96,
.px-96 {
    padding-left: 96px !important;
}

.px-96 {
    padding-right: 96px !important;
}

.py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}

.p-96 {
    padding: 96px !important;
}

.mt-n0 {
    margin-top: 0 !important;
}

.mb-n0 {
    margin-bottom: 0 !important;
}

.mr-n0 {
    margin-right: 0 !important;
}

.ml-n0,
.mx-n0 {
    margin-left: 0 !important;
}

.mx-n0 {
    margin-right: 0 !important;
}

.mt-n4 {
    margin-top: -4px !important;
}

.mb-n4 {
    margin-bottom: -4px !important;
}

.mr-n4 {
    margin-right: -4px !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -4px !important;
}

.mx-n4 {
    margin-right: -4px !important;
}

.mt-n8 {
    margin-top: -8px !important;
}

.mb-n8 {
    margin-bottom: -8px !important;
}

.mr-n8 {
    margin-right: -8px !important;
}

.ml-n8,
.mx-n8 {
    margin-left: -8px !important;
}

.mx-n8 {
    margin-right: -8px !important;
}

.mt-n12 {
    margin-top: -12px !important;
}

.mb-n12 {
    margin-bottom: -12px !important;
}

.mr-n12 {
    margin-right: -12px !important;
}

.ml-n12,
.mx-n12 {
    margin-left: -12px !important;
}

.mx-n12 {
    margin-right: -12px !important;
}

.mt-n16 {
    margin-top: -16px !important;
}

.mb-n16 {
    margin-bottom: -16px !important;
}

.mr-n16 {
    margin-right: -16px !important;
}

.ml-n16,
.mx-n16 {
    margin-left: -16px !important;
}

.mx-n16 {
    margin-right: -16px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.mt-n1 {
    margin-top: -1px !important;
}

.mb-n1 {
    margin-bottom: -1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.mt-n2 {
    margin-top: -2px !important;
}

.mb-n2 {
    margin-bottom: -2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mt-n3 {
    margin-top: -3px !important;
}

.mb-n3 {
    margin-bottom: -3px !important;
}

@media(min-width:576px) {
    .sm\: mr-auto {
        margin-right: auto !important;
    }

    .sm\:ml-auto {
        margin-left: auto !important;
    }

    .sm\:pr-auto {
        padding-right: auto !important;
    }

    .sm\:pl-auto {
        padding-left: auto !important;
    }

    .sm\:mt-0 {
        margin-top: 0 !important;
    }

    .sm\:mb-0 {
        margin-bottom: 0 !important;
    }

    .sm\:mr-0 {
        margin-right: 0 !important;
    }

    .sm\:ml-0,
    .sm\:mx-0 {
        margin-left: 0 !important;
    }

    .sm\:mx-0 {
        margin-right: 0 !important;
    }

    .sm\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .sm\:m-0 {
        margin: 0 !important;
    }

    .sm\:pt-0 {
        padding-top: 0 !important;
    }

    .sm\:pb-0 {
        padding-bottom: 0 !important;
    }

    .sm\:pr-0 {
        padding-right: 0 !important;
    }

    .sm\:pl-0,
    .sm\:px-0 {
        padding-left: 0 !important;
    }

    .sm\:px-0 {
        padding-right: 0 !important;
    }

    .sm\:py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .sm\:p-0 {
        padding: 0 !important;
    }

    .sm\:mt-4 {
        margin-top: 4px !important;
    }

    .sm\:mb-4 {
        margin-bottom: 4px !important;
    }

    .sm\:mr-4 {
        margin-right: 4px !important;
    }

    .sm\:ml-4,
    .sm\:mx-4 {
        margin-left: 4px !important;
    }

    .sm\:mx-4 {
        margin-right: 4px !important;
    }

    .sm\:my-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }

    .sm\:m-4 {
        margin: 4px !important;
    }

    .sm\:pt-4 {
        padding-top: 4px !important;
    }

    .sm\:pb-4 {
        padding-bottom: 4px !important;
    }

    .sm\:pr-4 {
        padding-right: 4px !important;
    }

    .sm\:pl-4,
    .sm\:px-4 {
        padding-left: 4px !important;
    }

    .sm\:px-4 {
        padding-right: 4px !important;
    }

    .sm\:py-4 {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .sm\:p-4 {
        padding: 4px !important;
    }

    .sm\:mt-8 {
        margin-top: 8px !important;
    }

    .sm\:mb-8 {
        margin-bottom: 8px !important;
    }

    .sm\:mr-8 {
        margin-right: 8px !important;
    }

    .sm\:ml-8,
    .sm\:mx-8 {
        margin-left: 8px !important;
    }

    .sm\:mx-8 {
        margin-right: 8px !important;
    }

    .sm\:my-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .sm\:m-8 {
        margin: 8px !important;
    }

    .sm\:pt-8 {
        padding-top: 8px !important;
    }

    .sm\:pb-8 {
        padding-bottom: 8px !important;
    }

    .sm\:pr-8 {
        padding-right: 8px !important;
    }

    .sm\:pl-8,
    .sm\:px-8 {
        padding-left: 8px !important;
    }

    .sm\:px-8 {
        padding-right: 8px !important;
    }

    .sm\:py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .sm\:p-8 {
        padding: 8px !important;
    }

    .sm\:mt-12 {
        margin-top: 12px !important;
    }

    .sm\:mb-12 {
        margin-bottom: 12px !important;
    }

    .sm\:mr-12 {
        margin-right: 12px !important;
    }

    .sm\:ml-12,
    .sm\:mx-12 {
        margin-left: 12px !important;
    }

    .sm\:mx-12 {
        margin-right: 12px !important;
    }

    .sm\:my-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }

    .sm\:m-12 {
        margin: 12px !important;
    }

    .sm\:pt-12 {
        padding-top: 12px !important;
    }

    .sm\:pb-12 {
        padding-bottom: 12px !important;
    }

    .sm\:pr-12 {
        padding-right: 12px !important;
    }

    .sm\:pl-12,
    .sm\:px-12 {
        padding-left: 12px !important;
    }

    .sm\:px-12 {
        padding-right: 12px !important;
    }

    .sm\:py-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .sm\:p-12 {
        padding: 12px !important;
    }

    .sm\:mt-16 {
        margin-top: 16px !important;
    }

    .sm\:mb-16 {
        margin-bottom: 16px !important;
    }

    .sm\:mr-16 {
        margin-right: 16px !important;
    }

    .sm\:ml-16,
    .sm\:mx-16 {
        margin-left: 16px !important;
    }

    .sm\:mx-16 {
        margin-right: 16px !important;
    }

    .sm\:my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }

    .sm\:m-16 {
        margin: 16px !important;
    }

    .sm\:pt-16 {
        padding-top: 16px !important;
    }

    .sm\:pb-16 {
        padding-bottom: 16px !important;
    }

    .sm\:pr-16 {
        padding-right: 16px !important;
    }

    .sm\:pl-16,
    .sm\:px-16 {
        padding-left: 16px !important;
    }

    .sm\:px-16 {
        padding-right: 16px !important;
    }

    .sm\:py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .sm\:p-16 {
        padding: 16px !important;
    }

    .sm\:mt-20 {
        margin-top: 20px !important;
    }

    .sm\:mb-20 {
        margin-bottom: 20px !important;
    }

    .sm\:mr-20 {
        margin-right: 20px !important;
    }

    .sm\:ml-20,
    .sm\:mx-20 {
        margin-left: 20px !important;
    }

    .sm\:mx-20 {
        margin-right: 20px !important;
    }

    .sm\:my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .sm\:m-20 {
        margin: 20px !important;
    }

    .sm\:pt-20 {
        padding-top: 20px !important;
    }

    .sm\:pb-20 {
        padding-bottom: 20px !important;
    }

    .sm\:pr-20 {
        padding-right: 20px !important;
    }

    .sm\:pl-20,
    .sm\:px-20 {
        padding-left: 20px !important;
    }

    .sm\:px-20 {
        padding-right: 20px !important;
    }

    .sm\:py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .sm\:p-20 {
        padding: 20px !important;
    }

    .sm\:mt-24 {
        margin-top: 24px !important;
    }

    .sm\:mb-24 {
        margin-bottom: 24px !important;
    }

    .sm\:mr-24 {
        margin-right: 24px !important;
    }

    .sm\:ml-24,
    .sm\:mx-24 {
        margin-left: 24px !important;
    }

    .sm\:mx-24 {
        margin-right: 24px !important;
    }

    .sm\:my-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }

    .sm\:m-24 {
        margin: 24px !important;
    }

    .sm\:pt-24 {
        padding-top: 24px !important;
    }

    .sm\:pb-24 {
        padding-bottom: 24px !important;
    }

    .sm\:pr-24 {
        padding-right: 24px !important;
    }

    .sm\:pl-24,
    .sm\:px-24 {
        padding-left: 24px !important;
    }

    .sm\:px-24 {
        padding-right: 24px !important;
    }

    .sm\:py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .sm\:p-24 {
        padding: 24px !important;
    }

    .sm\:mt-28 {
        margin-top: 28px !important;
    }

    .sm\:mb-28 {
        margin-bottom: 28px !important;
    }

    .sm\:mr-28 {
        margin-right: 28px !important;
    }

    .sm\:ml-28,
    .sm\:mx-28 {
        margin-left: 28px !important;
    }

    .sm\:mx-28 {
        margin-right: 28px !important;
    }

    .sm\:my-28 {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }

    .sm\:m-28 {
        margin: 28px !important;
    }

    .sm\:pt-28 {
        padding-top: 28px !important;
    }

    .sm\:pb-28 {
        padding-bottom: 28px !important;
    }

    .sm\:pr-28 {
        padding-right: 28px !important;
    }

    .sm\:pl-28,
    .sm\:px-28 {
        padding-left: 28px !important;
    }

    .sm\:px-28 {
        padding-right: 28px !important;
    }

    .sm\:py-28 {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    .sm\:p-28 {
        padding: 28px !important;
    }

    .sm\:mt-32 {
        margin-top: 32px !important;
    }

    .sm\:mb-32 {
        margin-bottom: 32px !important;
    }

    .sm\:mr-32 {
        margin-right: 32px !important;
    }

    .sm\:ml-32,
    .sm\:mx-32 {
        margin-left: 32px !important;
    }

    .sm\:mx-32 {
        margin-right: 32px !important;
    }

    .sm\:my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }

    .sm\:m-32 {
        margin: 32px !important;
    }

    .sm\:pt-32 {
        padding-top: 32px !important;
    }

    .sm\:pb-32 {
        padding-bottom: 32px !important;
    }

    .sm\:pr-32 {
        padding-right: 32px !important;
    }

    .sm\:pl-32,
    .sm\:px-32 {
        padding-left: 32px !important;
    }

    .sm\:px-32 {
        padding-right: 32px !important;
    }

    .sm\:py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .sm\:p-32 {
        padding: 32px !important;
    }

    .sm\:mt-36 {
        margin-top: 36px !important;
    }

    .sm\:mb-36 {
        margin-bottom: 36px !important;
    }

    .sm\:mr-36 {
        margin-right: 36px !important;
    }

    .sm\:ml-36,
    .sm\:mx-36 {
        margin-left: 36px !important;
    }

    .sm\:mx-36 {
        margin-right: 36px !important;
    }

    .sm\:my-36 {
        margin-top: 36px !important;
        margin-bottom: 36px !important;
    }

    .sm\:m-36 {
        margin: 36px !important;
    }

    .sm\:pt-36 {
        padding-top: 36px !important;
    }

    .sm\:pb-36 {
        padding-bottom: 36px !important;
    }

    .sm\:pr-36 {
        padding-right: 36px !important;
    }

    .sm\:pl-36,
    .sm\:px-36 {
        padding-left: 36px !important;
    }

    .sm\:px-36 {
        padding-right: 36px !important;
    }

    .sm\:py-36 {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

    .sm\:p-36 {
        padding: 36px !important;
    }

    .sm\:mt-40 {
        margin-top: 40px !important;
    }

    .sm\:mb-40 {
        margin-bottom: 40px !important;
    }

    .sm\:mr-40 {
        margin-right: 40px !important;
    }

    .sm\:ml-40,
    .sm\:mx-40 {
        margin-left: 40px !important;
    }

    .sm\:mx-40 {
        margin-right: 40px !important;
    }

    .sm\:my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .sm\:m-40 {
        margin: 40px !important;
    }

    .sm\:pt-40 {
        padding-top: 40px !important;
    }

    .sm\:pb-40 {
        padding-bottom: 40px !important;
    }

    .sm\:pr-40 {
        padding-right: 40px !important;
    }

    .sm\:pl-40,
    .sm\:px-40 {
        padding-left: 40px !important;
    }

    .sm\:px-40 {
        padding-right: 40px !important;
    }

    .sm\:py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .sm\:p-40 {
        padding: 40px !important;
    }

    .sm\:mt-44 {
        margin-top: 44px !important;
    }

    .sm\:mb-44 {
        margin-bottom: 44px !important;
    }

    .sm\:mr-44 {
        margin-right: 44px !important;
    }

    .sm\:ml-44,
    .sm\:mx-44 {
        margin-left: 44px !important;
    }

    .sm\:mx-44 {
        margin-right: 44px !important;
    }

    .sm\:my-44 {
        margin-top: 44px !important;
        margin-bottom: 44px !important;
    }

    .sm\:m-44 {
        margin: 44px !important;
    }

    .sm\:pt-44 {
        padding-top: 44px !important;
    }

    .sm\:pb-44 {
        padding-bottom: 44px !important;
    }

    .sm\:pr-44 {
        padding-right: 44px !important;
    }

    .sm\:pl-44,
    .sm\:px-44 {
        padding-left: 44px !important;
    }

    .sm\:px-44 {
        padding-right: 44px !important;
    }

    .sm\:py-44 {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    .sm\:p-44 {
        padding: 44px !important;
    }

    .sm\:mt-48 {
        margin-top: 48px !important;
    }

    .sm\:mb-48 {
        margin-bottom: 48px !important;
    }

    .sm\:mr-48 {
        margin-right: 48px !important;
    }

    .sm\:ml-48,
    .sm\:mx-48 {
        margin-left: 48px !important;
    }

    .sm\:mx-48 {
        margin-right: 48px !important;
    }

    .sm\:my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }

    .sm\:m-48 {
        margin: 48px !important;
    }

    .sm\:pt-48 {
        padding-top: 48px !important;
    }

    .sm\:pb-48 {
        padding-bottom: 48px !important;
    }

    .sm\:pr-48 {
        padding-right: 48px !important;
    }

    .sm\:pl-48,
    .sm\:px-48 {
        padding-left: 48px !important;
    }

    .sm\:px-48 {
        padding-right: 48px !important;
    }

    .sm\:py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .sm\:p-48 {
        padding: 48px !important;
    }

    .sm\:mt-52 {
        margin-top: 52px !important;
    }

    .sm\:mb-52 {
        margin-bottom: 52px !important;
    }

    .sm\:mr-52 {
        margin-right: 52px !important;
    }

    .sm\:ml-52,
    .sm\:mx-52 {
        margin-left: 52px !important;
    }

    .sm\:mx-52 {
        margin-right: 52px !important;
    }

    .sm\:my-52 {
        margin-top: 52px !important;
        margin-bottom: 52px !important;
    }

    .sm\:m-52 {
        margin: 52px !important;
    }

    .sm\:pt-52 {
        padding-top: 52px !important;
    }

    .sm\:pb-52 {
        padding-bottom: 52px !important;
    }

    .sm\:pr-52 {
        padding-right: 52px !important;
    }

    .sm\:pl-52,
    .sm\:px-52 {
        padding-left: 52px !important;
    }

    .sm\:px-52 {
        padding-right: 52px !important;
    }

    .sm\:py-52 {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    .sm\:p-52 {
        padding: 52px !important;
    }

    .sm\:mt-56 {
        margin-top: 56px !important;
    }

    .sm\:mb-56 {
        margin-bottom: 56px !important;
    }

    .sm\:mr-56 {
        margin-right: 56px !important;
    }

    .sm\:ml-56,
    .sm\:mx-56 {
        margin-left: 56px !important;
    }

    .sm\:mx-56 {
        margin-right: 56px !important;
    }

    .sm\:my-56 {
        margin-top: 56px !important;
        margin-bottom: 56px !important;
    }

    .sm\:m-56 {
        margin: 56px !important;
    }

    .sm\:pt-56 {
        padding-top: 56px !important;
    }

    .sm\:pb-56 {
        padding-bottom: 56px !important;
    }

    .sm\:pr-56 {
        padding-right: 56px !important;
    }

    .sm\:pl-56,
    .sm\:px-56 {
        padding-left: 56px !important;
    }

    .sm\:px-56 {
        padding-right: 56px !important;
    }

    .sm\:py-56 {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .sm\:p-56 {
        padding: 56px !important;
    }

    .sm\:mt-60 {
        margin-top: 60px !important;
    }

    .sm\:mb-60 {
        margin-bottom: 60px !important;
    }

    .sm\:mr-60 {
        margin-right: 60px !important;
    }

    .sm\:ml-60,
    .sm\:mx-60 {
        margin-left: 60px !important;
    }

    .sm\:mx-60 {
        margin-right: 60px !important;
    }

    .sm\:my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .sm\:m-60 {
        margin: 60px !important;
    }

    .sm\:pt-60 {
        padding-top: 60px !important;
    }

    .sm\:pb-60 {
        padding-bottom: 60px !important;
    }

    .sm\:pr-60 {
        padding-right: 60px !important;
    }

    .sm\:pl-60,
    .sm\:px-60 {
        padding-left: 60px !important;
    }

    .sm\:px-60 {
        padding-right: 60px !important;
    }

    .sm\:py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .sm\:p-60 {
        padding: 60px !important;
    }

    .sm\:mt-64 {
        margin-top: 64px !important;
    }

    .sm\:mb-64 {
        margin-bottom: 64px !important;
    }

    .sm\:mr-64 {
        margin-right: 64px !important;
    }

    .sm\:ml-64,
    .sm\:mx-64 {
        margin-left: 64px !important;
    }

    .sm\:mx-64 {
        margin-right: 64px !important;
    }

    .sm\:my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }

    .sm\:m-64 {
        margin: 64px !important;
    }

    .sm\:pt-64 {
        padding-top: 64px !important;
    }

    .sm\:pb-64 {
        padding-bottom: 64px !important;
    }

    .sm\:pr-64 {
        padding-right: 64px !important;
    }

    .sm\:pl-64,
    .sm\:px-64 {
        padding-left: 64px !important;
    }

    .sm\:px-64 {
        padding-right: 64px !important;
    }

    .sm\:py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .sm\:p-64 {
        padding: 64px !important;
    }

    .sm\:mt-68 {
        margin-top: 68px !important;
    }

    .sm\:mb-68 {
        margin-bottom: 68px !important;
    }

    .sm\:mr-68 {
        margin-right: 68px !important;
    }

    .sm\:ml-68,
    .sm\:mx-68 {
        margin-left: 68px !important;
    }

    .sm\:mx-68 {
        margin-right: 68px !important;
    }

    .sm\:my-68 {
        margin-top: 68px !important;
        margin-bottom: 68px !important;
    }

    .sm\:m-68 {
        margin: 68px !important;
    }

    .sm\:pt-68 {
        padding-top: 68px !important;
    }

    .sm\:pb-68 {
        padding-bottom: 68px !important;
    }

    .sm\:pr-68 {
        padding-right: 68px !important;
    }

    .sm\:pl-68,
    .sm\:px-68 {
        padding-left: 68px !important;
    }

    .sm\:px-68 {
        padding-right: 68px !important;
    }

    .sm\:py-68 {
        padding-top: 68px !important;
        padding-bottom: 68px !important;
    }

    .sm\:p-68 {
        padding: 68px !important;
    }

    .sm\:mt-72 {
        margin-top: 72px !important;
    }

    .sm\:mb-72 {
        margin-bottom: 72px !important;
    }

    .sm\:mr-72 {
        margin-right: 72px !important;
    }

    .sm\:ml-72,
    .sm\:mx-72 {
        margin-left: 72px !important;
    }

    .sm\:mx-72 {
        margin-right: 72px !important;
    }

    .sm\:my-72 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }

    .sm\:m-72 {
        margin: 72px !important;
    }

    .sm\:pt-72 {
        padding-top: 72px !important;
    }

    .sm\:pb-72 {
        padding-bottom: 72px !important;
    }

    .sm\:pr-72 {
        padding-right: 72px !important;
    }

    .sm\:pl-72,
    .sm\:px-72 {
        padding-left: 72px !important;
    }

    .sm\:px-72 {
        padding-right: 72px !important;
    }

    .sm\:py-72 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }

    .sm\:p-72 {
        padding: 72px !important;
    }

    .sm\:mt-76 {
        margin-top: 76px !important;
    }

    .sm\:mb-76 {
        margin-bottom: 76px !important;
    }

    .sm\:mr-76 {
        margin-right: 76px !important;
    }

    .sm\:ml-76,
    .sm\:mx-76 {
        margin-left: 76px !important;
    }

    .sm\:mx-76 {
        margin-right: 76px !important;
    }

    .sm\:my-76 {
        margin-top: 76px !important;
        margin-bottom: 76px !important;
    }

    .sm\:m-76 {
        margin: 76px !important;
    }

    .sm\:pt-76 {
        padding-top: 76px !important;
    }

    .sm\:pb-76 {
        padding-bottom: 76px !important;
    }

    .sm\:pr-76 {
        padding-right: 76px !important;
    }

    .sm\:pl-76,
    .sm\:px-76 {
        padding-left: 76px !important;
    }

    .sm\:px-76 {
        padding-right: 76px !important;
    }

    .sm\:py-76 {
        padding-top: 76px !important;
        padding-bottom: 76px !important;
    }

    .sm\:p-76 {
        padding: 76px !important;
    }

    .sm\:mt-80 {
        margin-top: 80px !important;
    }

    .sm\:mb-80 {
        margin-bottom: 80px !important;
    }

    .sm\:mr-80 {
        margin-right: 80px !important;
    }

    .sm\:ml-80,
    .sm\:mx-80 {
        margin-left: 80px !important;
    }

    .sm\:mx-80 {
        margin-right: 80px !important;
    }

    .sm\:my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .sm\:m-80 {
        margin: 80px !important;
    }

    .sm\:pt-80 {
        padding-top: 80px !important;
    }

    .sm\:pb-80 {
        padding-bottom: 80px !important;
    }

    .sm\:pr-80 {
        padding-right: 80px !important;
    }

    .sm\:pl-80,
    .sm\:px-80 {
        padding-left: 80px !important;
    }

    .sm\:px-80 {
        padding-right: 80px !important;
    }

    .sm\:py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .sm\:p-80 {
        padding: 80px !important;
    }

    .sm\:mt-84 {
        margin-top: 84px !important;
    }

    .sm\:mb-84 {
        margin-bottom: 84px !important;
    }

    .sm\:mr-84 {
        margin-right: 84px !important;
    }

    .sm\:ml-84,
    .sm\:mx-84 {
        margin-left: 84px !important;
    }

    .sm\:mx-84 {
        margin-right: 84px !important;
    }

    .sm\:my-84 {
        margin-top: 84px !important;
        margin-bottom: 84px !important;
    }

    .sm\:m-84 {
        margin: 84px !important;
    }

    .sm\:pt-84 {
        padding-top: 84px !important;
    }

    .sm\:pb-84 {
        padding-bottom: 84px !important;
    }

    .sm\:pr-84 {
        padding-right: 84px !important;
    }

    .sm\:pl-84,
    .sm\:px-84 {
        padding-left: 84px !important;
    }

    .sm\:px-84 {
        padding-right: 84px !important;
    }

    .sm\:py-84 {
        padding-top: 84px !important;
        padding-bottom: 84px !important;
    }

    .sm\:p-84 {
        padding: 84px !important;
    }

    .sm\:mt-88 {
        margin-top: 88px !important;
    }

    .sm\:mb-88 {
        margin-bottom: 88px !important;
    }

    .sm\:mr-88 {
        margin-right: 88px !important;
    }

    .sm\:ml-88,
    .sm\:mx-88 {
        margin-left: 88px !important;
    }

    .sm\:mx-88 {
        margin-right: 88px !important;
    }

    .sm\:my-88 {
        margin-top: 88px !important;
        margin-bottom: 88px !important;
    }

    .sm\:m-88 {
        margin: 88px !important;
    }

    .sm\:pt-88 {
        padding-top: 88px !important;
    }

    .sm\:pb-88 {
        padding-bottom: 88px !important;
    }

    .sm\:pr-88 {
        padding-right: 88px !important;
    }

    .sm\:pl-88,
    .sm\:px-88 {
        padding-left: 88px !important;
    }

    .sm\:px-88 {
        padding-right: 88px !important;
    }

    .sm\:py-88 {
        padding-top: 88px !important;
        padding-bottom: 88px !important;
    }

    .sm\:p-88 {
        padding: 88px !important;
    }

    .sm\:mt-92 {
        margin-top: 92px !important;
    }

    .sm\:mb-92 {
        margin-bottom: 92px !important;
    }

    .sm\:mr-92 {
        margin-right: 92px !important;
    }

    .sm\:ml-92,
    .sm\:mx-92 {
        margin-left: 92px !important;
    }

    .sm\:mx-92 {
        margin-right: 92px !important;
    }

    .sm\:my-92 {
        margin-top: 92px !important;
        margin-bottom: 92px !important;
    }

    .sm\:m-92 {
        margin: 92px !important;
    }

    .sm\:pt-92 {
        padding-top: 92px !important;
    }

    .sm\:pb-92 {
        padding-bottom: 92px !important;
    }

    .sm\:pr-92 {
        padding-right: 92px !important;
    }

    .sm\:pl-92,
    .sm\:px-92 {
        padding-left: 92px !important;
    }

    .sm\:px-92 {
        padding-right: 92px !important;
    }

    .sm\:py-92 {
        padding-top: 92px !important;
        padding-bottom: 92px !important;
    }

    .sm\:p-92 {
        padding: 92px !important;
    }

    .sm\:mt-96 {
        margin-top: 96px !important;
    }

    .sm\:mb-96 {
        margin-bottom: 96px !important;
    }

    .sm\:mr-96 {
        margin-right: 96px !important;
    }

    .sm\:ml-96,
    .sm\:mx-96 {
        margin-left: 96px !important;
    }

    .sm\:mx-96 {
        margin-right: 96px !important;
    }

    .sm\:my-96 {
        margin-top: 96px !important;
        margin-bottom: 96px !important;
    }

    .sm\:m-96 {
        margin: 96px !important;
    }

    .sm\:pt-96 {
        padding-top: 96px !important;
    }

    .sm\:pb-96 {
        padding-bottom: 96px !important;
    }

    .sm\:pr-96 {
        padding-right: 96px !important;
    }

    .sm\:pl-96,
    .sm\:px-96 {
        padding-left: 96px !important;
    }

    .sm\:px-96 {
        padding-right: 96px !important;
    }

    .sm\:py-96 {
        padding-top: 96px !important;
        padding-bottom: 96px !important;
    }

    .sm\:p-96 {
        padding: 96px !important;
    }

    .sm\:mt-n0 {
        margin-top: 0 !important;
    }

    .sm\:mb-n0 {
        margin-bottom: 0 !important;
    }

    .sm\:mr-n0 {
        margin-right: 0 !important;
    }

    .sm\:ml-n0,
    .sm\:mx-n0 {
        margin-left: 0 !important;
    }

    .sm\:mx-n0 {
        margin-right: 0 !important;
    }

    .sm\:mt-n4 {
        margin-top: -4px !important;
    }

    .sm\:mb-n4 {
        margin-bottom: -4px !important;
    }

    .sm\:mr-n4 {
        margin-right: -4px !important;
    }

    .sm\:ml-n4,
    .sm\:mx-n4 {
        margin-left: -4px !important;
    }

    .sm\:mx-n4 {
        margin-right: -4px !important;
    }

    .sm\:mt-n8 {
        margin-top: -8px !important;
    }

    .sm\:mb-n8 {
        margin-bottom: -8px !important;
    }

    .sm\:mr-n8 {
        margin-right: -8px !important;
    }

    .sm\:ml-n8,
    .sm\:mx-n8 {
        margin-left: -8px !important;
    }

    .sm\:mx-n8 {
        margin-right: -8px !important;
    }

    .sm\:mt-n12 {
        margin-top: -12px !important;
    }

    .sm\:mb-n12 {
        margin-bottom: -12px !important;
    }

    .sm\:mr-n12 {
        margin-right: -12px !important;
    }

    .sm\:ml-n12,
    .sm\:mx-n12 {
        margin-left: -12px !important;
    }

    .sm\:mx-n12 {
        margin-right: -12px !important;
    }

    .sm\:mt-n16 {
        margin-top: -16px !important;
    }

    .sm\:mb-n16 {
        margin-bottom: -16px !important;
    }

    .sm\:mr-n16 {
        margin-right: -16px !important;
    }

    .sm\:ml-n16,
    .sm\:mx-n16 {
        margin-left: -16px !important;
    }

    .sm\:mx-n16 {
        margin-right: -16px !important;
    }

    .sm\:mt-1 {
        margin-top: 1px !important;
    }

    .sm\:mb-1 {
        margin-bottom: 1px !important;
    }

    .sm\:mt-n1 {
        margin-top: -1px !important;
    }

    .sm\:mb-n1 {
        margin-bottom: -1px !important;
    }

    .sm\:mt-2 {
        margin-top: 2px !important;
    }

    .sm\:mb-2 {
        margin-bottom: 2px !important;
    }

    .sm\:mt-n2 {
        margin-top: -2px !important;
    }

    .sm\:mb-n2 {
        margin-bottom: -2px !important;
    }

    .sm\:mt-3 {
        margin-top: 3px !important;
    }

    .sm\:mb-3 {
        margin-bottom: 3px !important;
    }

    .sm\:mt-n3 {
        margin-top: -3px !important;
    }

    .sm\:mb-n3 {
        margin-bottom: -3px !important;
    }
}

@media(min-width:768px) {
    .md\: mr-auto {
        margin-right: auto !important;
    }

    .md\:ml-auto {
        margin-left: auto !important;
    }

    .md\:pr-auto {
        padding-right: auto !important;
    }

    .md\:pl-auto {
        padding-left: auto !important;
    }

    .md\:mt-0 {
        margin-top: 0 !important;
    }

    .md\:mb-0 {
        margin-bottom: 0 !important;
    }

    .md\:mr-0 {
        margin-right: 0 !important;
    }

    .md\:ml-0,
    .md\:mx-0 {
        margin-left: 0 !important;
    }

    .md\:mx-0 {
        margin-right: 0 !important;
    }

    .md\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .md\:m-0 {
        margin: 0 !important;
    }

    .md\:pt-0 {
        padding-top: 0 !important;
    }

    .md\:pb-0 {
        padding-bottom: 0 !important;
    }

    .md\:pr-0 {
        padding-right: 0 !important;
    }

    .md\:pl-0,
    .md\:px-0 {
        padding-left: 0 !important;
    }

    .md\:px-0 {
        padding-right: 0 !important;
    }

    .md\:py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .md\:p-0 {
        padding: 0 !important;
    }

    .md\:mt-4 {
        margin-top: 4px !important;
    }

    .md\:mb-4 {
        margin-bottom: 4px !important;
    }

    .md\:mr-4 {
        margin-right: 4px !important;
    }

    .md\:ml-4,
    .md\:mx-4 {
        margin-left: 4px !important;
    }

    .md\:mx-4 {
        margin-right: 4px !important;
    }

    .md\:my-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }

    .md\:m-4 {
        margin: 4px !important;
    }

    .md\:pt-4 {
        padding-top: 4px !important;
    }

    .md\:pb-4 {
        padding-bottom: 4px !important;
    }

    .md\:pr-4 {
        padding-right: 4px !important;
    }

    .md\:pl-4,
    .md\:px-4 {
        padding-left: 4px !important;
    }

    .md\:px-4 {
        padding-right: 4px !important;
    }

    .md\:py-4 {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .md\:p-4 {
        padding: 4px !important;
    }

    .md\:mt-8 {
        margin-top: 8px !important;
    }

    .md\:mb-8 {
        margin-bottom: 8px !important;
    }

    .md\:mr-8 {
        margin-right: 8px !important;
    }

    .md\:ml-8,
    .md\:mx-8 {
        margin-left: 8px !important;
    }

    .md\:mx-8 {
        margin-right: 8px !important;
    }

    .md\:my-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .md\:m-8 {
        margin: 8px !important;
    }

    .md\:pt-8 {
        padding-top: 8px !important;
    }

    .md\:pb-8 {
        padding-bottom: 8px !important;
    }

    .md\:pr-8 {
        padding-right: 8px !important;
    }

    .md\:pl-8,
    .md\:px-8 {
        padding-left: 8px !important;
    }

    .md\:px-8 {
        padding-right: 8px !important;
    }

    .md\:py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .md\:p-8 {
        padding: 8px !important;
    }

    .md\:mt-12 {
        margin-top: 12px !important;
    }

    .md\:mb-12 {
        margin-bottom: 12px !important;
    }

    .md\:mr-12 {
        margin-right: 12px !important;
    }

    .md\:ml-12,
    .md\:mx-12 {
        margin-left: 12px !important;
    }

    .md\:mx-12 {
        margin-right: 12px !important;
    }

    .md\:my-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }

    .md\:m-12 {
        margin: 12px !important;
    }

    .md\:pt-12 {
        padding-top: 12px !important;
    }

    .md\:pb-12 {
        padding-bottom: 12px !important;
    }

    .md\:pr-12 {
        padding-right: 12px !important;
    }

    .md\:pl-12,
    .md\:px-12 {
        padding-left: 12px !important;
    }

    .md\:px-12 {
        padding-right: 12px !important;
    }

    .md\:py-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .md\:p-12 {
        padding: 12px !important;
    }

    .md\:mt-16 {
        margin-top: 16px !important;
    }

    .md\:mb-16 {
        margin-bottom: 16px !important;
    }

    .md\:mr-16 {
        margin-right: 16px !important;
    }

    .md\:ml-16,
    .md\:mx-16 {
        margin-left: 16px !important;
    }

    .md\:mx-16 {
        margin-right: 16px !important;
    }

    .md\:my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }

    .md\:m-16 {
        margin: 16px !important;
    }

    .md\:pt-16 {
        padding-top: 16px !important;
    }

    .md\:pb-16 {
        padding-bottom: 16px !important;
    }

    .md\:pr-16 {
        padding-right: 16px !important;
    }

    .md\:pl-16,
    .md\:px-16 {
        padding-left: 16px !important;
    }

    .md\:px-16 {
        padding-right: 16px !important;
    }

    .md\:py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .md\:p-16 {
        padding: 16px !important;
    }

    .md\:mt-20 {
        margin-top: 20px !important;
    }

    .md\:mb-20 {
        margin-bottom: 20px !important;
    }

    .md\:mr-20 {
        margin-right: 20px !important;
    }

    .md\:ml-20,
    .md\:mx-20 {
        margin-left: 20px !important;
    }

    .md\:mx-20 {
        margin-right: 20px !important;
    }

    .md\:my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .md\:m-20 {
        margin: 20px !important;
    }

    .md\:pt-20 {
        padding-top: 20px !important;
    }

    .md\:pb-20 {
        padding-bottom: 20px !important;
    }

    .md\:pr-20 {
        padding-right: 20px !important;
    }

    .md\:pl-20,
    .md\:px-20 {
        padding-left: 20px !important;
    }

    .md\:px-20 {
        padding-right: 20px !important;
    }

    .md\:py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .md\:p-20 {
        padding: 20px !important;
    }

    .md\:mt-24 {
        margin-top: 24px !important;
    }

    .md\:mb-24 {
        margin-bottom: 24px !important;
    }

    .md\:mr-24 {
        margin-right: 24px !important;
    }

    .md\:ml-24,
    .md\:mx-24 {
        margin-left: 24px !important;
    }

    .md\:mx-24 {
        margin-right: 24px !important;
    }

    .md\:my-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }

    .md\:m-24 {
        margin: 24px !important;
    }

    .md\:pt-24 {
        padding-top: 24px !important;
    }

    .md\:pb-24 {
        padding-bottom: 24px !important;
    }

    .md\:pr-24 {
        padding-right: 24px !important;
    }

    .md\:pl-24,
    .md\:px-24 {
        padding-left: 24px !important;
    }

    .md\:px-24 {
        padding-right: 24px !important;
    }

    .md\:py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .md\:p-24 {
        padding: 24px !important;
    }

    .md\:mt-28 {
        margin-top: 28px !important;
    }

    .md\:mb-28 {
        margin-bottom: 28px !important;
    }

    .md\:mr-28 {
        margin-right: 28px !important;
    }

    .md\:ml-28,
    .md\:mx-28 {
        margin-left: 28px !important;
    }

    .md\:mx-28 {
        margin-right: 28px !important;
    }

    .md\:my-28 {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }

    .md\:m-28 {
        margin: 28px !important;
    }

    .md\:pt-28 {
        padding-top: 28px !important;
    }

    .md\:pb-28 {
        padding-bottom: 28px !important;
    }

    .md\:pr-28 {
        padding-right: 28px !important;
    }

    .md\:pl-28,
    .md\:px-28 {
        padding-left: 28px !important;
    }

    .md\:px-28 {
        padding-right: 28px !important;
    }

    .md\:py-28 {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    .md\:p-28 {
        padding: 28px !important;
    }

    .md\:mt-32 {
        margin-top: 32px !important;
    }

    .md\:mb-32 {
        margin-bottom: 32px !important;
    }

    .md\:mr-32 {
        margin-right: 32px !important;
    }

    .md\:ml-32,
    .md\:mx-32 {
        margin-left: 32px !important;
    }

    .md\:mx-32 {
        margin-right: 32px !important;
    }

    .md\:my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }

    .md\:m-32 {
        margin: 32px !important;
    }

    .md\:pt-32 {
        padding-top: 32px !important;
    }

    .md\:pb-32 {
        padding-bottom: 32px !important;
    }

    .md\:pr-32 {
        padding-right: 32px !important;
    }

    .md\:pl-32,
    .md\:px-32 {
        padding-left: 32px !important;
    }

    .md\:px-32 {
        padding-right: 32px !important;
    }

    .md\:py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .md\:p-32 {
        padding: 32px !important;
    }

    .md\:mt-36 {
        margin-top: 36px !important;
    }

    .md\:mb-36 {
        margin-bottom: 36px !important;
    }

    .md\:mr-36 {
        margin-right: 36px !important;
    }

    .md\:ml-36,
    .md\:mx-36 {
        margin-left: 36px !important;
    }

    .md\:mx-36 {
        margin-right: 36px !important;
    }

    .md\:my-36 {
        margin-top: 36px !important;
        margin-bottom: 36px !important;
    }

    .md\:m-36 {
        margin: 36px !important;
    }

    .md\:pt-36 {
        padding-top: 36px !important;
    }

    .md\:pb-36 {
        padding-bottom: 36px !important;
    }

    .md\:pr-36 {
        padding-right: 36px !important;
    }

    .md\:pl-36,
    .md\:px-36 {
        padding-left: 36px !important;
    }

    .md\:px-36 {
        padding-right: 36px !important;
    }

    .md\:py-36 {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

    .md\:p-36 {
        padding: 36px !important;
    }

    .md\:mt-40 {
        margin-top: 40px !important;
    }

    .md\:mb-40 {
        margin-bottom: 40px !important;
    }

    .md\:mr-40 {
        margin-right: 40px !important;
    }

    .md\:ml-40,
    .md\:mx-40 {
        margin-left: 40px !important;
    }

    .md\:mx-40 {
        margin-right: 40px !important;
    }

    .md\:my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .md\:m-40 {
        margin: 40px !important;
    }

    .md\:pt-40 {
        padding-top: 40px !important;
    }

    .md\:pb-40 {
        padding-bottom: 40px !important;
    }

    .md\:pr-40 {
        padding-right: 40px !important;
    }

    .md\:pl-40,
    .md\:px-40 {
        padding-left: 40px !important;
    }

    .md\:px-40 {
        padding-right: 40px !important;
    }

    .md\:py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .md\:p-40 {
        padding: 40px !important;
    }

    .md\:mt-44 {
        margin-top: 44px !important;
    }

    .md\:mb-44 {
        margin-bottom: 44px !important;
    }

    .md\:mr-44 {
        margin-right: 44px !important;
    }

    .md\:ml-44,
    .md\:mx-44 {
        margin-left: 44px !important;
    }

    .md\:mx-44 {
        margin-right: 44px !important;
    }

    .md\:my-44 {
        margin-top: 44px !important;
        margin-bottom: 44px !important;
    }

    .md\:m-44 {
        margin: 44px !important;
    }

    .md\:pt-44 {
        padding-top: 44px !important;
    }

    .md\:pb-44 {
        padding-bottom: 44px !important;
    }

    .md\:pr-44 {
        padding-right: 44px !important;
    }

    .md\:pl-44,
    .md\:px-44 {
        padding-left: 44px !important;
    }

    .md\:px-44 {
        padding-right: 44px !important;
    }

    .md\:py-44 {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    .md\:p-44 {
        padding: 44px !important;
    }

    .md\:mt-48 {
        margin-top: 48px !important;
    }

    .md\:mb-48 {
        margin-bottom: 48px !important;
    }

    .md\:mr-48 {
        margin-right: 48px !important;
    }

    .md\:ml-48,
    .md\:mx-48 {
        margin-left: 48px !important;
    }

    .md\:mx-48 {
        margin-right: 48px !important;
    }

    .md\:my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }

    .md\:m-48 {
        margin: 48px !important;
    }

    .md\:pt-48 {
        padding-top: 48px !important;
    }

    .md\:pb-48 {
        padding-bottom: 48px !important;
    }

    .md\:pr-48 {
        padding-right: 48px !important;
    }

    .md\:pl-48,
    .md\:px-48 {
        padding-left: 48px !important;
    }

    .md\:px-48 {
        padding-right: 48px !important;
    }

    .md\:py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .md\:p-48 {
        padding: 48px !important;
    }

    .md\:mt-52 {
        margin-top: 52px !important;
    }

    .md\:mb-52 {
        margin-bottom: 52px !important;
    }

    .md\:mr-52 {
        margin-right: 52px !important;
    }

    .md\:ml-52,
    .md\:mx-52 {
        margin-left: 52px !important;
    }

    .md\:mx-52 {
        margin-right: 52px !important;
    }

    .md\:my-52 {
        margin-top: 52px !important;
        margin-bottom: 52px !important;
    }

    .md\:m-52 {
        margin: 52px !important;
    }

    .md\:pt-52 {
        padding-top: 52px !important;
    }

    .md\:pb-52 {
        padding-bottom: 52px !important;
    }

    .md\:pr-52 {
        padding-right: 52px !important;
    }

    .md\:pl-52,
    .md\:px-52 {
        padding-left: 52px !important;
    }

    .md\:px-52 {
        padding-right: 52px !important;
    }

    .md\:py-52 {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    .md\:p-52 {
        padding: 52px !important;
    }

    .md\:mt-56 {
        margin-top: 56px !important;
    }

    .md\:mb-56 {
        margin-bottom: 56px !important;
    }

    .md\:mr-56 {
        margin-right: 56px !important;
    }

    .md\:ml-56,
    .md\:mx-56 {
        margin-left: 56px !important;
    }

    .md\:mx-56 {
        margin-right: 56px !important;
    }

    .md\:my-56 {
        margin-top: 56px !important;
        margin-bottom: 56px !important;
    }

    .md\:m-56 {
        margin: 56px !important;
    }

    .md\:pt-56 {
        padding-top: 56px !important;
    }

    .md\:pb-56 {
        padding-bottom: 56px !important;
    }

    .md\:pr-56 {
        padding-right: 56px !important;
    }

    .md\:pl-56,
    .md\:px-56 {
        padding-left: 56px !important;
    }

    .md\:px-56 {
        padding-right: 56px !important;
    }

    .md\:py-56 {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .md\:p-56 {
        padding: 56px !important;
    }

    .md\:mt-60 {
        margin-top: 60px !important;
    }

    .md\:mb-60 {
        margin-bottom: 60px !important;
    }

    .md\:mr-60 {
        margin-right: 60px !important;
    }

    .md\:ml-60,
    .md\:mx-60 {
        margin-left: 60px !important;
    }

    .md\:mx-60 {
        margin-right: 60px !important;
    }

    .md\:my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .md\:m-60 {
        margin: 60px !important;
    }

    .md\:pt-60 {
        padding-top: 60px !important;
    }

    .md\:pb-60 {
        padding-bottom: 60px !important;
    }

    .md\:pr-60 {
        padding-right: 60px !important;
    }

    .md\:pl-60,
    .md\:px-60 {
        padding-left: 60px !important;
    }

    .md\:px-60 {
        padding-right: 60px !important;
    }

    .md\:py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .md\:p-60 {
        padding: 60px !important;
    }

    .md\:mt-64 {
        margin-top: 64px !important;
    }

    .md\:mb-64 {
        margin-bottom: 64px !important;
    }

    .md\:mr-64 {
        margin-right: 64px !important;
    }

    .md\:ml-64,
    .md\:mx-64 {
        margin-left: 64px !important;
    }

    .md\:mx-64 {
        margin-right: 64px !important;
    }

    .md\:my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }

    .md\:m-64 {
        margin: 64px !important;
    }

    .md\:pt-64 {
        padding-top: 64px !important;
    }

    .md\:pb-64 {
        padding-bottom: 64px !important;
    }

    .md\:pr-64 {
        padding-right: 64px !important;
    }

    .md\:pl-64,
    .md\:px-64 {
        padding-left: 64px !important;
    }

    .md\:px-64 {
        padding-right: 64px !important;
    }

    .md\:py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .md\:p-64 {
        padding: 64px !important;
    }

    .md\:mt-68 {
        margin-top: 68px !important;
    }

    .md\:mb-68 {
        margin-bottom: 68px !important;
    }

    .md\:mr-68 {
        margin-right: 68px !important;
    }

    .md\:ml-68,
    .md\:mx-68 {
        margin-left: 68px !important;
    }

    .md\:mx-68 {
        margin-right: 68px !important;
    }

    .md\:my-68 {
        margin-top: 68px !important;
        margin-bottom: 68px !important;
    }

    .md\:m-68 {
        margin: 68px !important;
    }

    .md\:pt-68 {
        padding-top: 68px !important;
    }

    .md\:pb-68 {
        padding-bottom: 68px !important;
    }

    .md\:pr-68 {
        padding-right: 68px !important;
    }

    .md\:pl-68,
    .md\:px-68 {
        padding-left: 68px !important;
    }

    .md\:px-68 {
        padding-right: 68px !important;
    }

    .md\:py-68 {
        padding-top: 68px !important;
        padding-bottom: 68px !important;
    }

    .md\:p-68 {
        padding: 68px !important;
    }

    .md\:mt-72 {
        margin-top: 72px !important;
    }

    .md\:mb-72 {
        margin-bottom: 72px !important;
    }

    .md\:mr-72 {
        margin-right: 72px !important;
    }

    .md\:ml-72,
    .md\:mx-72 {
        margin-left: 72px !important;
    }

    .md\:mx-72 {
        margin-right: 72px !important;
    }

    .md\:my-72 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }

    .md\:m-72 {
        margin: 72px !important;
    }

    .md\:pt-72 {
        padding-top: 72px !important;
    }

    .md\:pb-72 {
        padding-bottom: 72px !important;
    }

    .md\:pr-72 {
        padding-right: 72px !important;
    }

    .md\:pl-72,
    .md\:px-72 {
        padding-left: 72px !important;
    }

    .md\:px-72 {
        padding-right: 72px !important;
    }

    .md\:py-72 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }

    .md\:p-72 {
        padding: 72px !important;
    }

    .md\:mt-76 {
        margin-top: 76px !important;
    }

    .md\:mb-76 {
        margin-bottom: 76px !important;
    }

    .md\:mr-76 {
        margin-right: 76px !important;
    }

    .md\:ml-76,
    .md\:mx-76 {
        margin-left: 76px !important;
    }

    .md\:mx-76 {
        margin-right: 76px !important;
    }

    .md\:my-76 {
        margin-top: 76px !important;
        margin-bottom: 76px !important;
    }

    .md\:m-76 {
        margin: 76px !important;
    }

    .md\:pt-76 {
        padding-top: 76px !important;
    }

    .md\:pb-76 {
        padding-bottom: 76px !important;
    }

    .md\:pr-76 {
        padding-right: 76px !important;
    }

    .md\:pl-76,
    .md\:px-76 {
        padding-left: 76px !important;
    }

    .md\:px-76 {
        padding-right: 76px !important;
    }

    .md\:py-76 {
        padding-top: 76px !important;
        padding-bottom: 76px !important;
    }

    .md\:p-76 {
        padding: 76px !important;
    }

    .md\:mt-80 {
        margin-top: 80px !important;
    }

    .md\:mb-80 {
        margin-bottom: 80px !important;
    }

    .md\:mr-80 {
        margin-right: 80px !important;
    }

    .md\:ml-80,
    .md\:mx-80 {
        margin-left: 80px !important;
    }

    .md\:mx-80 {
        margin-right: 80px !important;
    }

    .md\:my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .md\:m-80 {
        margin: 80px !important;
    }

    .md\:pt-80 {
        padding-top: 80px !important;
    }

    .md\:pb-80 {
        padding-bottom: 80px !important;
    }

    .md\:pr-80 {
        padding-right: 80px !important;
    }

    .md\:pl-80,
    .md\:px-80 {
        padding-left: 80px !important;
    }

    .md\:px-80 {
        padding-right: 80px !important;
    }

    .md\:py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .md\:p-80 {
        padding: 80px !important;
    }

    .md\:mt-84 {
        margin-top: 84px !important;
    }

    .md\:mb-84 {
        margin-bottom: 84px !important;
    }

    .md\:mr-84 {
        margin-right: 84px !important;
    }

    .md\:ml-84,
    .md\:mx-84 {
        margin-left: 84px !important;
    }

    .md\:mx-84 {
        margin-right: 84px !important;
    }

    .md\:my-84 {
        margin-top: 84px !important;
        margin-bottom: 84px !important;
    }

    .md\:m-84 {
        margin: 84px !important;
    }

    .md\:pt-84 {
        padding-top: 84px !important;
    }

    .md\:pb-84 {
        padding-bottom: 84px !important;
    }

    .md\:pr-84 {
        padding-right: 84px !important;
    }

    .md\:pl-84,
    .md\:px-84 {
        padding-left: 84px !important;
    }

    .md\:px-84 {
        padding-right: 84px !important;
    }

    .md\:py-84 {
        padding-top: 84px !important;
        padding-bottom: 84px !important;
    }

    .md\:p-84 {
        padding: 84px !important;
    }

    .md\:mt-88 {
        margin-top: 88px !important;
    }

    .md\:mb-88 {
        margin-bottom: 88px !important;
    }

    .md\:mr-88 {
        margin-right: 88px !important;
    }

    .md\:ml-88,
    .md\:mx-88 {
        margin-left: 88px !important;
    }

    .md\:mx-88 {
        margin-right: 88px !important;
    }

    .md\:my-88 {
        margin-top: 88px !important;
        margin-bottom: 88px !important;
    }

    .md\:m-88 {
        margin: 88px !important;
    }

    .md\:pt-88 {
        padding-top: 88px !important;
    }

    .md\:pb-88 {
        padding-bottom: 88px !important;
    }

    .md\:pr-88 {
        padding-right: 88px !important;
    }

    .md\:pl-88,
    .md\:px-88 {
        padding-left: 88px !important;
    }

    .md\:px-88 {
        padding-right: 88px !important;
    }

    .md\:py-88 {
        padding-top: 88px !important;
        padding-bottom: 88px !important;
    }

    .md\:p-88 {
        padding: 88px !important;
    }

    .md\:mt-92 {
        margin-top: 92px !important;
    }

    .md\:mb-92 {
        margin-bottom: 92px !important;
    }

    .md\:mr-92 {
        margin-right: 92px !important;
    }

    .md\:ml-92,
    .md\:mx-92 {
        margin-left: 92px !important;
    }

    .md\:mx-92 {
        margin-right: 92px !important;
    }

    .md\:my-92 {
        margin-top: 92px !important;
        margin-bottom: 92px !important;
    }

    .md\:m-92 {
        margin: 92px !important;
    }

    .md\:pt-92 {
        padding-top: 92px !important;
    }

    .md\:pb-92 {
        padding-bottom: 92px !important;
    }

    .md\:pr-92 {
        padding-right: 92px !important;
    }

    .md\:pl-92,
    .md\:px-92 {
        padding-left: 92px !important;
    }

    .md\:px-92 {
        padding-right: 92px !important;
    }

    .md\:py-92 {
        padding-top: 92px !important;
        padding-bottom: 92px !important;
    }

    .md\:p-92 {
        padding: 92px !important;
    }

    .md\:mt-96 {
        margin-top: 96px !important;
    }

    .md\:mb-96 {
        margin-bottom: 96px !important;
    }

    .md\:mr-96 {
        margin-right: 96px !important;
    }

    .md\:ml-96,
    .md\:mx-96 {
        margin-left: 96px !important;
    }

    .md\:mx-96 {
        margin-right: 96px !important;
    }

    .md\:my-96 {
        margin-top: 96px !important;
        margin-bottom: 96px !important;
    }

    .md\:m-96 {
        margin: 96px !important;
    }

    .md\:pt-96 {
        padding-top: 96px !important;
    }

    .md\:pb-96 {
        padding-bottom: 96px !important;
    }

    .md\:pr-96 {
        padding-right: 96px !important;
    }

    .md\:pl-96,
    .md\:px-96 {
        padding-left: 96px !important;
    }

    .md\:px-96 {
        padding-right: 96px !important;
    }

    .md\:py-96 {
        padding-top: 96px !important;
        padding-bottom: 96px !important;
    }

    .md\:p-96 {
        padding: 96px !important;
    }

    .md\:mt-n0 {
        margin-top: 0 !important;
    }

    .md\:mb-n0 {
        margin-bottom: 0 !important;
    }

    .md\:mr-n0 {
        margin-right: 0 !important;
    }

    .md\:ml-n0,
    .md\:mx-n0 {
        margin-left: 0 !important;
    }

    .md\:mx-n0 {
        margin-right: 0 !important;
    }

    .md\:mt-n4 {
        margin-top: -4px !important;
    }

    .md\:mb-n4 {
        margin-bottom: -4px !important;
    }

    .md\:mr-n4 {
        margin-right: -4px !important;
    }

    .md\:ml-n4,
    .md\:mx-n4 {
        margin-left: -4px !important;
    }

    .md\:mx-n4 {
        margin-right: -4px !important;
    }

    .md\:mt-n8 {
        margin-top: -8px !important;
    }

    .md\:mb-n8 {
        margin-bottom: -8px !important;
    }

    .md\:mr-n8 {
        margin-right: -8px !important;
    }

    .md\:ml-n8,
    .md\:mx-n8 {
        margin-left: -8px !important;
    }

    .md\:mx-n8 {
        margin-right: -8px !important;
    }

    .md\:mt-n12 {
        margin-top: -12px !important;
    }

    .md\:mb-n12 {
        margin-bottom: -12px !important;
    }

    .md\:mr-n12 {
        margin-right: -12px !important;
    }

    .md\:ml-n12,
    .md\:mx-n12 {
        margin-left: -12px !important;
    }

    .md\:mx-n12 {
        margin-right: -12px !important;
    }

    .md\:mt-n16 {
        margin-top: -16px !important;
    }

    .md\:mb-n16 {
        margin-bottom: -16px !important;
    }

    .md\:mr-n16 {
        margin-right: -16px !important;
    }

    .md\:ml-n16,
    .md\:mx-n16 {
        margin-left: -16px !important;
    }

    .md\:mx-n16 {
        margin-right: -16px !important;
    }

    .md\:mt-1 {
        margin-top: 1px !important;
    }

    .md\:mb-1 {
        margin-bottom: 1px !important;
    }

    .md\:mt-n1 {
        margin-top: -1px !important;
    }

    .md\:mb-n1 {
        margin-bottom: -1px !important;
    }

    .md\:mt-2 {
        margin-top: 2px !important;
    }

    .md\:mb-2 {
        margin-bottom: 2px !important;
    }

    .md\:mt-n2 {
        margin-top: -2px !important;
    }

    .md\:mb-n2 {
        margin-bottom: -2px !important;
    }

    .md\:mt-3 {
        margin-top: 3px !important;
    }

    .md\:mb-3 {
        margin-bottom: 3px !important;
    }

    .md\:mt-n3 {
        margin-top: -3px !important;
    }

    .md\:mb-n3 {
        margin-bottom: -3px !important;
    }
}

@media(min-width:992px) {
    .lg\: mr-auto {
        margin-right: auto !important;
    }

    .lg\:ml-auto {
        margin-left: auto !important;
    }

    .lg\:pr-auto {
        padding-right: auto !important;
    }

    .lg\:pl-auto {
        padding-left: auto !important;
    }

    .lg\:mt-0 {
        margin-top: 0 !important;
    }

    .lg\:mb-0 {
        margin-bottom: 0 !important;
    }

    .lg\:mr-0 {
        margin-right: 0 !important;
    }

    .lg\:ml-0,
    .lg\:mx-0 {
        margin-left: 0 !important;
    }

    .lg\:mx-0 {
        margin-right: 0 !important;
    }

    .lg\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .lg\:m-0 {
        margin: 0 !important;
    }

    .lg\:pt-0 {
        padding-top: 0 !important;
    }

    .lg\:pb-0 {
        padding-bottom: 0 !important;
    }

    .lg\:pr-0 {
        padding-right: 0 !important;
    }

    .lg\:pl-0,
    .lg\:px-0 {
        padding-left: 0 !important;
    }

    .lg\:px-0 {
        padding-right: 0 !important;
    }

    .lg\:py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .lg\:p-0 {
        padding: 0 !important;
    }

    .lg\:mt-4 {
        margin-top: 4px !important;
    }

    .lg\:mb-4 {
        margin-bottom: 4px !important;
    }

    .lg\:mr-4 {
        margin-right: 4px !important;
    }

    .lg\:ml-4,
    .lg\:mx-4 {
        margin-left: 4px !important;
    }

    .lg\:mx-4 {
        margin-right: 4px !important;
    }

    .lg\:my-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }

    .lg\:m-4 {
        margin: 4px !important;
    }

    .lg\:pt-4 {
        padding-top: 4px !important;
    }

    .lg\:pb-4 {
        padding-bottom: 4px !important;
    }

    .lg\:pr-4 {
        padding-right: 4px !important;
    }

    .lg\:pl-4,
    .lg\:px-4 {
        padding-left: 4px !important;
    }

    .lg\:px-4 {
        padding-right: 4px !important;
    }

    .lg\:py-4 {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .lg\:p-4 {
        padding: 4px !important;
    }

    .lg\:mt-8 {
        margin-top: 8px !important;
    }

    .lg\:mb-8 {
        margin-bottom: 8px !important;
    }

    .lg\:mr-8 {
        margin-right: 8px !important;
    }

    .lg\:ml-8,
    .lg\:mx-8 {
        margin-left: 8px !important;
    }

    .lg\:mx-8 {
        margin-right: 8px !important;
    }

    .lg\:my-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .lg\:m-8 {
        margin: 8px !important;
    }

    .lg\:pt-8 {
        padding-top: 8px !important;
    }

    .lg\:pb-8 {
        padding-bottom: 8px !important;
    }

    .lg\:pr-8 {
        padding-right: 8px !important;
    }

    .lg\:pl-8,
    .lg\:px-8 {
        padding-left: 8px !important;
    }

    .lg\:px-8 {
        padding-right: 8px !important;
    }

    .lg\:py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .lg\:p-8 {
        padding: 8px !important;
    }

    .lg\:mt-12 {
        margin-top: 12px !important;
    }

    .lg\:mb-12 {
        margin-bottom: 12px !important;
    }

    .lg\:mr-12 {
        margin-right: 12px !important;
    }

    .lg\:ml-12,
    .lg\:mx-12 {
        margin-left: 12px !important;
    }

    .lg\:mx-12 {
        margin-right: 12px !important;
    }

    .lg\:my-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }

    .lg\:m-12 {
        margin: 12px !important;
    }

    .lg\:pt-12 {
        padding-top: 12px !important;
    }

    .lg\:pb-12 {
        padding-bottom: 12px !important;
    }

    .lg\:pr-12 {
        padding-right: 12px !important;
    }

    .lg\:pl-12,
    .lg\:px-12 {
        padding-left: 12px !important;
    }

    .lg\:px-12 {
        padding-right: 12px !important;
    }

    .lg\:py-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .lg\:p-12 {
        padding: 12px !important;
    }

    .lg\:mt-16 {
        margin-top: 16px !important;
    }

    .lg\:mb-16 {
        margin-bottom: 16px !important;
    }

    .lg\:mr-16 {
        margin-right: 16px !important;
    }

    .lg\:ml-16,
    .lg\:mx-16 {
        margin-left: 16px !important;
    }

    .lg\:mx-16 {
        margin-right: 16px !important;
    }

    .lg\:my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }

    .lg\:m-16 {
        margin: 16px !important;
    }

    .lg\:pt-16 {
        padding-top: 16px !important;
    }

    .lg\:pb-16 {
        padding-bottom: 16px !important;
    }

    .lg\:pr-16 {
        padding-right: 16px !important;
    }

    .lg\:pl-16,
    .lg\:px-16 {
        padding-left: 16px !important;
    }

    .lg\:px-16 {
        padding-right: 16px !important;
    }

    .lg\:py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .lg\:p-16 {
        padding: 16px !important;
    }

    .lg\:mt-20 {
        margin-top: 20px !important;
    }

    .lg\:mb-20 {
        margin-bottom: 20px !important;
    }

    .lg\:mr-20 {
        margin-right: 20px !important;
    }

    .lg\:ml-20,
    .lg\:mx-20 {
        margin-left: 20px !important;
    }

    .lg\:mx-20 {
        margin-right: 20px !important;
    }

    .lg\:my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .lg\:m-20 {
        margin: 20px !important;
    }

    .lg\:pt-20 {
        padding-top: 20px !important;
    }

    .lg\:pb-20 {
        padding-bottom: 20px !important;
    }

    .lg\:pr-20 {
        padding-right: 20px !important;
    }

    .lg\:pl-20,
    .lg\:px-20 {
        padding-left: 20px !important;
    }

    .lg\:px-20 {
        padding-right: 20px !important;
    }

    .lg\:py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .lg\:p-20 {
        padding: 20px !important;
    }

    .lg\:mt-24 {
        margin-top: 24px !important;
    }

    .lg\:mb-24 {
        margin-bottom: 24px !important;
    }

    .lg\:mr-24 {
        margin-right: 24px !important;
    }

    .lg\:ml-24,
    .lg\:mx-24 {
        margin-left: 24px !important;
    }

    .lg\:mx-24 {
        margin-right: 24px !important;
    }

    .lg\:my-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }

    .lg\:m-24 {
        margin: 24px !important;
    }

    .lg\:pt-24 {
        padding-top: 24px !important;
    }

    .lg\:pb-24 {
        padding-bottom: 24px !important;
    }

    .lg\:pr-24 {
        padding-right: 24px !important;
    }

    .lg\:pl-24,
    .lg\:px-24 {
        padding-left: 24px !important;
    }

    .lg\:px-24 {
        padding-right: 24px !important;
    }

    .lg\:py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .lg\:p-24 {
        padding: 24px !important;
    }

    .lg\:mt-28 {
        margin-top: 28px !important;
    }

    .lg\:mb-28 {
        margin-bottom: 28px !important;
    }

    .lg\:mr-28 {
        margin-right: 28px !important;
    }

    .lg\:ml-28,
    .lg\:mx-28 {
        margin-left: 28px !important;
    }

    .lg\:mx-28 {
        margin-right: 28px !important;
    }

    .lg\:my-28 {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }

    .lg\:m-28 {
        margin: 28px !important;
    }

    .lg\:pt-28 {
        padding-top: 28px !important;
    }

    .lg\:pb-28 {
        padding-bottom: 28px !important;
    }

    .lg\:pr-28 {
        padding-right: 28px !important;
    }

    .lg\:pl-28,
    .lg\:px-28 {
        padding-left: 28px !important;
    }

    .lg\:px-28 {
        padding-right: 28px !important;
    }

    .lg\:py-28 {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    .lg\:p-28 {
        padding: 28px !important;
    }

    .lg\:mt-32 {
        margin-top: 32px !important;
    }

    .lg\:mb-32 {
        margin-bottom: 32px !important;
    }

    .lg\:mr-32 {
        margin-right: 32px !important;
    }

    .lg\:ml-32,
    .lg\:mx-32 {
        margin-left: 32px !important;
    }

    .lg\:mx-32 {
        margin-right: 32px !important;
    }

    .lg\:my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }

    .lg\:m-32 {
        margin: 32px !important;
    }

    .lg\:pt-32 {
        padding-top: 32px !important;
    }

    .lg\:pb-32 {
        padding-bottom: 32px !important;
    }

    .lg\:pr-32 {
        padding-right: 32px !important;
    }

    .lg\:pl-32,
    .lg\:px-32 {
        padding-left: 32px !important;
    }

    .lg\:px-32 {
        padding-right: 32px !important;
    }

    .lg\:py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .lg\:p-32 {
        padding: 32px !important;
    }

    .lg\:mt-36 {
        margin-top: 36px !important;
    }

    .lg\:mb-36 {
        margin-bottom: 36px !important;
    }

    .lg\:mr-36 {
        margin-right: 36px !important;
    }

    .lg\:ml-36,
    .lg\:mx-36 {
        margin-left: 36px !important;
    }

    .lg\:mx-36 {
        margin-right: 36px !important;
    }

    .lg\:my-36 {
        margin-top: 36px !important;
        margin-bottom: 36px !important;
    }

    .lg\:m-36 {
        margin: 36px !important;
    }

    .lg\:pt-36 {
        padding-top: 36px !important;
    }

    .lg\:pb-36 {
        padding-bottom: 36px !important;
    }

    .lg\:pr-36 {
        padding-right: 36px !important;
    }

    .lg\:pl-36,
    .lg\:px-36 {
        padding-left: 36px !important;
    }

    .lg\:px-36 {
        padding-right: 36px !important;
    }

    .lg\:py-36 {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

    .lg\:p-36 {
        padding: 36px !important;
    }

    .lg\:mt-40 {
        margin-top: 40px !important;
    }

    .lg\:mb-40 {
        margin-bottom: 40px !important;
    }

    .lg\:mr-40 {
        margin-right: 40px !important;
    }

    .lg\:ml-40,
    .lg\:mx-40 {
        margin-left: 40px !important;
    }

    .lg\:mx-40 {
        margin-right: 40px !important;
    }

    .lg\:my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .lg\:m-40 {
        margin: 40px !important;
    }

    .lg\:pt-40 {
        padding-top: 40px !important;
    }

    .lg\:pb-40 {
        padding-bottom: 40px !important;
    }

    .lg\:pr-40 {
        padding-right: 40px !important
    }

    .lg\:pl-40,
    .lg\:px-40 {
        padding-left: 40px !important
    }

    .lg\:px-40 {
        padding-right: 40px !important
    }

    .lg\:py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .lg\:p-40 {
        padding: 40px !important
    }

    .lg\:mt-44 {
        margin-top: 44px !important
    }

    .lg\:mb-44 {
        margin-bottom: 44px !important
    }

    .lg\:mr-44 {
        margin-right: 44px !important
    }

    .lg\:ml-44,
    .lg\:mx-44 {
        margin-left: 44px !important
    }

    .lg\:mx-44 {
        margin-right: 44px !important
    }

    .lg\:my-44 {
        margin-top: 44px !important;
        margin-bottom: 44px !important
    }

    .lg\:m-44 {
        margin: 44px !important
    }

    .lg\:pt-44 {
        padding-top: 44px !important
    }

    .lg\:pb-44 {
        padding-bottom: 44px !important
    }

    .lg\:pr-44 {
        padding-right: 44px !important
    }

    .lg\:pl-44,
    .lg\:px-44 {
        padding-left: 44px !important
    }

    .lg\:px-44 {
        padding-right: 44px !important
    }

    .lg\:py-44 {
        padding-top: 44px !important;
        padding-bottom: 44px !important
    }

    .lg\:p-44 {
        padding: 44px !important
    }

    .lg\:mt-48 {
        margin-top: 48px !important
    }

    .lg\:mb-48 {
        margin-bottom: 48px !important
    }

    .lg\:mr-48 {
        margin-right: 48px !important
    }

    .lg\:ml-48,
    .lg\:mx-48 {
        margin-left: 48px !important
    }

    .lg\:mx-48 {
        margin-right: 48px !important
    }

    .lg\:my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .lg\:m-48 {
        margin: 48px !important
    }

    .lg\:pt-48 {
        padding-top: 48px !important
    }

    .lg\:pb-48 {
        padding-bottom: 48px !important
    }

    .lg\:pr-48 {
        padding-right: 48px !important
    }

    .lg\:pl-48,
    .lg\:px-48 {
        padding-left: 48px !important
    }

    .lg\:px-48 {
        padding-right: 48px !important
    }

    .lg\:py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .lg\:p-48 {
        padding: 48px !important
    }

    .lg\:mt-52 {
        margin-top: 52px !important
    }

    .lg\:mb-52 {
        margin-bottom: 52px !important
    }

    .lg\:mr-52 {
        margin-right: 52px !important
    }

    .lg\:ml-52,
    .lg\:mx-52 {
        margin-left: 52px !important
    }

    .lg\:mx-52 {
        margin-right: 52px !important
    }

    .lg\:my-52 {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }

    .lg\:m-52 {
        margin: 52px !important
    }

    .lg\:pt-52 {
        padding-top: 52px !important
    }

    .lg\:pb-52 {
        padding-bottom: 52px !important
    }

    .lg\:pr-52 {
        padding-right: 52px !important
    }

    .lg\:pl-52,
    .lg\:px-52 {
        padding-left: 52px !important
    }

    .lg\:px-52 {
        padding-right: 52px !important
    }

    .lg\:py-52 {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }

    .lg\:p-52 {
        padding: 52px !important
    }

    .lg\:mt-56 {
        margin-top: 56px !important
    }

    .lg\:mb-56 {
        margin-bottom: 56px !important
    }

    .lg\:mr-56 {
        margin-right: 56px !important
    }

    .lg\:ml-56,
    .lg\:mx-56 {
        margin-left: 56px !important
    }

    .lg\:mx-56 {
        margin-right: 56px !important
    }

    .lg\:my-56 {
        margin-top: 56px !important;
        margin-bottom: 56px !important
    }

    .lg\:m-56 {
        margin: 56px !important
    }

    .lg\:pt-56 {
        padding-top: 56px !important
    }

    .lg\:pb-56 {
        padding-bottom: 56px !important
    }

    .lg\:pr-56 {
        padding-right: 56px !important
    }

    .lg\:pl-56,
    .lg\:px-56 {
        padding-left: 56px !important
    }

    .lg\:px-56 {
        padding-right: 56px !important
    }

    .lg\:py-56 {
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .lg\:p-56 {
        padding: 56px !important
    }

    .lg\:mt-60 {
        margin-top: 60px !important
    }

    .lg\:mb-60 {
        margin-bottom: 60px !important
    }

    .lg\:mr-60 {
        margin-right: 60px !important
    }

    .lg\:ml-60,
    .lg\:mx-60 {
        margin-left: 60px !important
    }

    .lg\:mx-60 {
        margin-right: 60px !important
    }

    .lg\:my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .lg\:m-60 {
        margin: 60px !important
    }

    .lg\:pt-60 {
        padding-top: 60px !important
    }

    .lg\:pb-60 {
        padding-bottom: 60px !important
    }

    .lg\:pr-60 {
        padding-right: 60px !important
    }

    .lg\:pl-60,
    .lg\:px-60 {
        padding-left: 60px !important
    }

    .lg\:px-60 {
        padding-right: 60px !important
    }

    .lg\:py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .lg\:p-60 {
        padding: 60px !important
    }

    .lg\:mt-64 {
        margin-top: 64px !important
    }

    .lg\:mb-64 {
        margin-bottom: 64px !important
    }

    .lg\:mr-64 {
        margin-right: 64px !important
    }

    .lg\:ml-64,
    .lg\:mx-64 {
        margin-left: 64px !important
    }

    .lg\:mx-64 {
        margin-right: 64px !important
    }

    .lg\:my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .lg\:m-64 {
        margin: 64px !important
    }

    .lg\:pt-64 {
        padding-top: 64px !important
    }

    .lg\:pb-64 {
        padding-bottom: 64px !important
    }

    .lg\:pr-64 {
        padding-right: 64px !important
    }

    .lg\:pl-64,
    .lg\:px-64 {
        padding-left: 64px !important
    }

    .lg\:px-64 {
        padding-right: 64px !important
    }

    .lg\:py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .lg\:p-64 {
        padding: 64px !important
    }

    .lg\:mt-68 {
        margin-top: 68px !important
    }

    .lg\:mb-68 {
        margin-bottom: 68px !important
    }

    .lg\:mr-68 {
        margin-right: 68px !important
    }

    .lg\:ml-68,
    .lg\:mx-68 {
        margin-left: 68px !important
    }

    .lg\:mx-68 {
        margin-right: 68px !important
    }

    .lg\:my-68 {
        margin-top: 68px !important;
        margin-bottom: 68px !important
    }

    .lg\:m-68 {
        margin: 68px !important
    }

    .lg\:pt-68 {
        padding-top: 68px !important
    }

    .lg\:pb-68 {
        padding-bottom: 68px !important
    }

    .lg\:pr-68 {
        padding-right: 68px !important
    }

    .lg\:pl-68,
    .lg\:px-68 {
        padding-left: 68px !important
    }

    .lg\:px-68 {
        padding-right: 68px !important
    }

    .lg\:py-68 {
        padding-top: 68px !important;
        padding-bottom: 68px !important
    }

    .lg\:p-68 {
        padding: 68px !important
    }

    .lg\:mt-72 {
        margin-top: 72px !important
    }

    .lg\:mb-72 {
        margin-bottom: 72px !important
    }

    .lg\:mr-72 {
        margin-right: 72px !important
    }

    .lg\:ml-72,
    .lg\:mx-72 {
        margin-left: 72px !important
    }

    .lg\:mx-72 {
        margin-right: 72px !important
    }

    .lg\:my-72 {
        margin-top: 72px !important;
        margin-bottom: 72px !important
    }

    .lg\:m-72 {
        margin: 72px !important
    }

    .lg\:pt-72 {
        padding-top: 72px !important
    }

    .lg\:pb-72 {
        padding-bottom: 72px !important
    }

    .lg\:pr-72 {
        padding-right: 72px !important
    }

    .lg\:pl-72,
    .lg\:px-72 {
        padding-left: 72px !important
    }

    .lg\:px-72 {
        padding-right: 72px !important
    }

    .lg\:py-72 {
        padding-top: 72px !important;
        padding-bottom: 72px !important
    }

    .lg\:p-72 {
        padding: 72px !important
    }

    .lg\:mt-76 {
        margin-top: 76px !important
    }

    .lg\:mb-76 {
        margin-bottom: 76px !important
    }

    .lg\:mr-76 {
        margin-right: 76px !important
    }

    .lg\:ml-76,
    .lg\:mx-76 {
        margin-left: 76px !important
    }

    .lg\:mx-76 {
        margin-right: 76px !important
    }

    .lg\:my-76 {
        margin-top: 76px !important;
        margin-bottom: 76px !important
    }

    .lg\:m-76 {
        margin: 76px !important
    }

    .lg\:pt-76 {
        padding-top: 76px !important
    }

    .lg\:pb-76 {
        padding-bottom: 76px !important
    }

    .lg\:pr-76 {
        padding-right: 76px !important
    }

    .lg\:pl-76,
    .lg\:px-76 {
        padding-left: 76px !important
    }

    .lg\:px-76 {
        padding-right: 76px !important
    }

    .lg\:py-76 {
        padding-top: 76px !important;
        padding-bottom: 76px !important
    }

    .lg\:p-76 {
        padding: 76px !important
    }

    .lg\:mt-80 {
        margin-top: 80px !important
    }

    .lg\:mb-80 {
        margin-bottom: 80px !important
    }

    .lg\:mr-80 {
        margin-right: 80px !important
    }

    .lg\:ml-80,
    .lg\:mx-80 {
        margin-left: 80px !important
    }

    .lg\:mx-80 {
        margin-right: 80px !important
    }

    .lg\:my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .lg\:m-80 {
        margin: 80px !important
    }

    .lg\:pt-80 {
        padding-top: 80px !important
    }

    .lg\:pb-80 {
        padding-bottom: 80px !important
    }

    .lg\:pr-80 {
        padding-right: 80px !important
    }

    .lg\:pl-80,
    .lg\:px-80 {
        padding-left: 80px !important
    }

    .lg\:px-80 {
        padding-right: 80px !important
    }

    .lg\:py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .lg\:p-80 {
        padding: 80px !important
    }

    .lg\:mt-84 {
        margin-top: 84px !important
    }

    .lg\:mb-84 {
        margin-bottom: 84px !important
    }

    .lg\:mr-84 {
        margin-right: 84px !important
    }

    .lg\:ml-84,
    .lg\:mx-84 {
        margin-left: 84px !important
    }

    .lg\:mx-84 {
        margin-right: 84px !important
    }

    .lg\:my-84 {
        margin-top: 84px !important;
        margin-bottom: 84px !important
    }

    .lg\:m-84 {
        margin: 84px !important
    }

    .lg\:pt-84 {
        padding-top: 84px !important
    }

    .lg\:pb-84 {
        padding-bottom: 84px !important
    }

    .lg\:pr-84 {
        padding-right: 84px !important
    }

    .lg\:pl-84,
    .lg\:px-84 {
        padding-left: 84px !important
    }

    .lg\:px-84 {
        padding-right: 84px !important
    }

    .lg\:py-84 {
        padding-top: 84px !important;
        padding-bottom: 84px !important
    }

    .lg\:p-84 {
        padding: 84px !important
    }

    .lg\:mt-88 {
        margin-top: 88px !important
    }

    .lg\:mb-88 {
        margin-bottom: 88px !important
    }

    .lg\:mr-88 {
        margin-right: 88px !important
    }

    .lg\:ml-88,
    .lg\:mx-88 {
        margin-left: 88px !important
    }

    .lg\:mx-88 {
        margin-right: 88px !important
    }

    .lg\:my-88 {
        margin-top: 88px !important;
        margin-bottom: 88px !important
    }

    .lg\:m-88 {
        margin: 88px !important
    }

    .lg\:pt-88 {
        padding-top: 88px !important
    }

    .lg\:pb-88 {
        padding-bottom: 88px !important
    }

    .lg\:pr-88 {
        padding-right: 88px !important
    }

    .lg\:pl-88,
    .lg\:px-88 {
        padding-left: 88px !important
    }

    .lg\:px-88 {
        padding-right: 88px !important
    }

    .lg\:py-88 {
        padding-top: 88px !important;
        padding-bottom: 88px !important
    }

    .lg\:p-88 {
        padding: 88px !important
    }

    .lg\:mt-92 {
        margin-top: 92px !important
    }

    .lg\:mb-92 {
        margin-bottom: 92px !important
    }

    .lg\:mr-92 {
        margin-right: 92px !important
    }

    .lg\:ml-92,
    .lg\:mx-92 {
        margin-left: 92px !important
    }

    .lg\:mx-92 {
        margin-right: 92px !important
    }

    .lg\:my-92 {
        margin-top: 92px !important;
        margin-bottom: 92px !important
    }

    .lg\:m-92 {
        margin: 92px !important
    }

    .lg\:pt-92 {
        padding-top: 92px !important
    }

    .lg\:pb-92 {
        padding-bottom: 92px !important
    }

    .lg\:pr-92 {
        padding-right: 92px !important
    }

    .lg\:pl-92,
    .lg\:px-92 {
        padding-left: 92px !important
    }

    .lg\:px-92 {
        padding-right: 92px !important
    }

    .lg\:py-92 {
        padding-top: 92px !important;
        padding-bottom: 92px !important
    }

    .lg\:p-92 {
        padding: 92px !important
    }

    .lg\:mt-96 {
        margin-top: 96px !important
    }

    .lg\:mb-96 {
        margin-bottom: 96px !important
    }

    .lg\:mr-96 {
        margin-right: 96px !important
    }

    .lg\:ml-96,
    .lg\:mx-96 {
        margin-left: 96px !important
    }

    .lg\:mx-96 {
        margin-right: 96px !important
    }

    .lg\:my-96 {
        margin-top: 96px !important;
        margin-bottom: 96px !important
    }

    .lg\:m-96 {
        margin: 96px !important
    }

    .lg\:pt-96 {
        padding-top: 96px !important
    }

    .lg\:pb-96 {
        padding-bottom: 96px !important
    }

    .lg\:pr-96 {
        padding-right: 96px !important
    }

    .lg\:pl-96,
    .lg\:px-96 {
        padding-left: 96px !important
    }

    .lg\:px-96 {
        padding-right: 96px !important
    }

    .lg\:py-96 {
        padding-top: 96px !important;
        padding-bottom: 96px !important
    }

    .lg\:p-96 {
        padding: 96px !important
    }

    .lg\:mt-n0 {
        margin-top: 0 !important
    }

    .lg\:mb-n0 {
        margin-bottom: 0 !important
    }

    .lg\:mr-n0 {
        margin-right: 0 !important
    }

    .lg\:ml-n0,
    .lg\:mx-n0 {
        margin-left: 0 !important
    }

    .lg\:mx-n0 {
        margin-right: 0 !important
    }

    .lg\:mt-n4 {
        margin-top: -4px !important
    }

    .lg\:mb-n4 {
        margin-bottom: -4px !important
    }

    .lg\:mr-n4 {
        margin-right: -4px !important
    }

    .lg\:ml-n4,
    .lg\:mx-n4 {
        margin-left: -4px !important
    }

    .lg\:mx-n4 {
        margin-right: -4px !important
    }

    .lg\:mt-n8 {
        margin-top: -8px !important
    }

    .lg\:mb-n8 {
        margin-bottom: -8px !important
    }

    .lg\:mr-n8 {
        margin-right: -8px !important
    }

    .lg\:ml-n8,
    .lg\:mx-n8 {
        margin-left: -8px !important
    }

    .lg\:mx-n8 {
        margin-right: -8px !important
    }

    .lg\:mt-n12 {
        margin-top: -12px !important
    }

    .lg\:mb-n12 {
        margin-bottom: -12px !important
    }

    .lg\:mr-n12 {
        margin-right: -12px !important
    }

    .lg\:ml-n12,
    .lg\:mx-n12 {
        margin-left: -12px !important
    }

    .lg\:mx-n12 {
        margin-right: -12px !important
    }

    .lg\:mt-n16 {
        margin-top: -16px !important
    }

    .lg\:mb-n16 {
        margin-bottom: -16px !important
    }

    .lg\:mr-n16 {
        margin-right: -16px !important
    }

    .lg\:ml-n16,
    .lg\:mx-n16 {
        margin-left: -16px !important
    }

    .lg\:mx-n16 {
        margin-right: -16px !important
    }

    .lg\:mt-1 {
        margin-top: 1px !important
    }

    .lg\:mb-1 {
        margin-bottom: 1px !important
    }

    .lg\:mt-n1 {
        margin-top: -1px !important
    }

    .lg\:mb-n1 {
        margin-bottom: -1px !important
    }

    .lg\:mt-2 {
        margin-top: 2px !important
    }

    .lg\:mb-2 {
        margin-bottom: 2px !important
    }

    .lg\:mt-n2 {
        margin-top: -2px !important
    }

    .lg\:mb-n2 {
        margin-bottom: -2px !important
    }

    .lg\:mt-3 {
        margin-top: 3px !important
    }

    .lg\:mb-3 {
        margin-bottom: 3px !important
    }

    .lg\:mt-n3 {
        margin-top: -3px !important
    }

    .lg\:mb-n3 {
        margin-bottom: -3px !important
    }

}

@media(min-width:1200px) {
    .xl\:mr-auto {
        margin-right: auto !important
    }

    .xl\:ml-auto {
        margin-left: auto !important
    }

    .xl\:pr-auto {
        padding-right: auto !important
    }

    .xl\:pl-auto {
        padding-left: auto !important
    }

    .xl\:mt-0 {
        margin-top: 0 !important
    }

    .xl\:mb-0 {
        margin-bottom: 0 !important
    }

    .xl\:mr-0 {
        margin-right: 0 !important
    }

    .xl\:ml-0,
    .xl\:mx-0 {
        margin-left: 0 !important
    }

    .xl\:mx-0 {
        margin-right: 0 !important
    }

    .xl\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .xl\:m-0 {
        margin: 0 !important
    }

    .xl\:pt-0 {
        padding-top: 0 !important
    }

    .xl\:pb-0 {
        padding-bottom: 0 !important
    }

    .xl\:pr-0 {
        padding-right: 0 !important
    }

    .xl\:pl-0,
    .xl\:px-0 {
        padding-left: 0 !important
    }

    .xl\:px-0 {
        padding-right: 0 !important
    }

    .xl\:py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .xl\:p-0 {
        padding: 0 !important
    }

    .xl\:mt-4 {
        margin-top: 4px !important
    }

    .xl\:mb-4 {
        margin-bottom: 4px !important
    }

    .xl\:mr-4 {
        margin-right: 4px !important
    }

    .xl\:ml-4,
    .xl\:mx-4 {
        margin-left: 4px !important
    }

    .xl\:mx-4 {
        margin-right: 4px !important
    }

    .xl\:my-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .xl\:m-4 {
        margin: 4px !important
    }

    .xl\:pt-4 {
        padding-top: 4px !important
    }

    .xl\:pb-4 {
        padding-bottom: 4px !important
    }

    .xl\:pr-4 {
        padding-right: 4px !important
    }

    .xl\:pl-4,
    .xl\:px-4 {
        padding-left: 4px !important
    }

    .xl\:px-4 {
        padding-right: 4px !important
    }

    .xl\:py-4 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .xl\:p-4 {
        padding: 4px !important
    }

    .xl\:mt-8 {
        margin-top: 8px !important
    }

    .xl\:mb-8 {
        margin-bottom: 8px !important
    }

    .xl\:mr-8 {
        margin-right: 8px !important
    }

    .xl\:ml-8,
    .xl\:mx-8 {
        margin-left: 8px !important
    }

    .xl\:mx-8 {
        margin-right: 8px !important
    }

    .xl\:my-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .xl\:m-8 {
        margin: 8px !important
    }

    .xl\:pt-8 {
        padding-top: 8px !important
    }

    .xl\:pb-8 {
        padding-bottom: 8px !important
    }

    .xl\:pr-8 {
        padding-right: 8px !important
    }

    .xl\:pl-8,
    .xl\:px-8 {
        padding-left: 8px !important
    }

    .xl\:px-8 {
        padding-right: 8px !important
    }

    .xl\:py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .xl\:p-8 {
        padding: 8px !important
    }

    .xl\:mt-12 {
        margin-top: 12px !important
    }

    .xl\:mb-12 {
        margin-bottom: 12px !important
    }

    .xl\:mr-12 {
        margin-right: 12px !important
    }

    .xl\:ml-12,
    .xl\:mx-12 {
        margin-left: 12px !important
    }

    .xl\:mx-12 {
        margin-right: 12px !important
    }

    .xl\:my-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .xl\:m-12 {
        margin: 12px !important
    }

    .xl\:pt-12 {
        padding-top: 12px !important
    }

    .xl\:pb-12 {
        padding-bottom: 12px !important
    }

    .xl\:pr-12 {
        padding-right: 12px !important
    }

    .xl\:pl-12,
    .xl\:px-12 {
        padding-left: 12px !important
    }

    .xl\:px-12 {
        padding-right: 12px !important
    }

    .xl\:py-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .xl\:p-12 {
        padding: 12px !important
    }

    .xl\:mt-16 {
        margin-top: 16px !important
    }

    .xl\:mb-16 {
        margin-bottom: 16px !important
    }

    .xl\:mr-16 {
        margin-right: 16px !important
    }

    .xl\:ml-16,
    .xl\:mx-16 {
        margin-left: 16px !important
    }

    .xl\:mx-16 {
        margin-right: 16px !important
    }

    .xl\:my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .xl\:m-16 {
        margin: 16px !important
    }

    .xl\:pt-16 {
        padding-top: 16px !important
    }

    .xl\:pb-16 {
        padding-bottom: 16px !important
    }

    .xl\:pr-16 {
        padding-right: 16px !important
    }

    .xl\:pl-16,
    .xl\:px-16 {
        padding-left: 16px !important
    }

    .xl\:px-16 {
        padding-right: 16px !important
    }

    .xl\:py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .xl\:p-16 {
        padding: 16px !important
    }

    .xl\:mt-20 {
        margin-top: 20px !important
    }

    .xl\:mb-20 {
        margin-bottom: 20px !important
    }

    .xl\:mr-20 {
        margin-right: 20px !important
    }

    .xl\:ml-20,
    .xl\:mx-20 {
        margin-left: 20px !important
    }

    .xl\:mx-20 {
        margin-right: 20px !important
    }

    .xl\:my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .xl\:m-20 {
        margin: 20px !important
    }

    .xl\:pt-20 {
        padding-top: 20px !important
    }

    .xl\:pb-20 {
        padding-bottom: 20px !important
    }

    .xl\:pr-20 {
        padding-right: 20px !important
    }

    .xl\:pl-20,
    .xl\:px-20 {
        padding-left: 20px !important
    }

    .xl\:px-20 {
        padding-right: 20px !important
    }

    .xl\:py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .xl\:p-20 {
        padding: 20px !important
    }

    .xl\:mt-24 {
        margin-top: 24px !important
    }

    .xl\:mb-24 {
        margin-bottom: 24px !important
    }

    .xl\:mr-24 {
        margin-right: 24px !important
    }

    .xl\:ml-24,
    .xl\:mx-24 {
        margin-left: 24px !important
    }

    .xl\:mx-24 {
        margin-right: 24px !important
    }

    .xl\:my-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .xl\:m-24 {
        margin: 24px !important
    }

    .xl\:pt-24 {
        padding-top: 24px !important
    }

    .xl\:pb-24 {
        padding-bottom: 24px !important
    }

    .xl\:pr-24 {
        padding-right: 24px !important
    }

    .xl\:pl-24,
    .xl\:px-24 {
        padding-left: 24px !important
    }

    .xl\:px-24 {
        padding-right: 24px !important
    }

    .xl\:py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .xl\:p-24 {
        padding: 24px !important
    }

    .xl\:mt-28 {
        margin-top: 28px !important
    }

    .xl\:mb-28 {
        margin-bottom: 28px !important
    }

    .xl\:mr-28 {
        margin-right: 28px !important
    }

    .xl\:ml-28,
    .xl\:mx-28 {
        margin-left: 28px !important
    }

    .xl\:mx-28 {
        margin-right: 28px !important
    }

    .xl\:my-28 {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .xl\:m-28 {
        margin: 28px !important
    }

    .xl\:pt-28 {
        padding-top: 28px !important
    }

    .xl\:pb-28 {
        padding-bottom: 28px !important
    }

    .xl\:pr-28 {
        padding-right: 28px !important
    }

    .xl\:pl-28,
    .xl\:px-28 {
        padding-left: 28px !important
    }

    .xl\:px-28 {
        padding-right: 28px !important
    }

    .xl\:py-28 {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .xl\:p-28 {
        padding: 28px !important
    }

    .xl\:mt-32 {
        margin-top: 32px !important
    }

    .xl\:mb-32 {
        margin-bottom: 32px !important
    }

    .xl\:mr-32 {
        margin-right: 32px !important
    }

    .xl\:ml-32,
    .xl\:mx-32 {
        margin-left: 32px !important
    }

    .xl\:mx-32 {
        margin-right: 32px !important
    }

    .xl\:my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .xl\:m-32 {
        margin: 32px !important
    }

    .xl\:pt-32 {
        padding-top: 32px !important
    }

    .xl\:pb-32 {
        padding-bottom: 32px !important
    }

    .xl\:pr-32 {
        padding-right: 32px !important
    }

    .xl\:pl-32,
    .xl\:px-32 {
        padding-left: 32px !important
    }

    .xl\:px-32 {
        padding-right: 32px !important
    }

    .xl\:py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .xl\:p-32 {
        padding: 32px !important
    }

    .xl\:mt-36 {
        margin-top: 36px !important
    }

    .xl\:mb-36 {
        margin-bottom: 36px !important
    }

    .xl\:mr-36 {
        margin-right: 36px !important
    }

    .xl\:ml-36,
    .xl\:mx-36 {
        margin-left: 36px !important
    }

    .xl\:mx-36 {
        margin-right: 36px !important
    }

    .xl\:my-36 {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .xl\:m-36 {
        margin: 36px !important
    }

    .xl\:pt-36 {
        padding-top: 36px !important
    }

    .xl\:pb-36 {
        padding-bottom: 36px !important
    }

    .xl\:pr-36 {
        padding-right: 36px !important
    }

    .xl\:pl-36,
    .xl\:px-36 {
        padding-left: 36px !important
    }

    .xl\:px-36 {
        padding-right: 36px !important
    }

    .xl\:py-36 {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .xl\:p-36 {
        padding: 36px !important
    }

    .xl\:mt-40 {
        margin-top: 40px !important
    }

    .xl\:mb-40 {
        margin-bottom: 40px !important
    }

    .xl\:mr-40 {
        margin-right: 40px !important
    }

    .xl\:ml-40,
    .xl\:mx-40 {
        margin-left: 40px !important
    }

    .xl\:mx-40 {
        margin-right: 40px !important
    }

    .xl\:my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .xl\:m-40 {
        margin: 40px !important
    }

    .xl\:pt-40 {
        padding-top: 40px !important
    }

    .xl\:pb-40 {
        padding-bottom: 40px !important
    }

    .xl\:pr-40 {
        padding-right: 40px !important
    }

    .xl\:pl-40,
    .xl\:px-40 {
        padding-left: 40px !important
    }

    .xl\:px-40 {
        padding-right: 40px !important
    }

    .xl\:py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .xl\:p-40 {
        padding: 40px !important
    }

    .xl\:mt-44 {
        margin-top: 44px !important
    }

    .xl\:mb-44 {
        margin-bottom: 44px !important
    }

    .xl\:mr-44 {
        margin-right: 44px !important
    }

    .xl\:ml-44,
    .xl\:mx-44 {
        margin-left: 44px !important
    }

    .xl\:mx-44 {
        margin-right: 44px !important
    }

    .xl\:my-44 {
        margin-top: 44px !important;
        margin-bottom: 44px !important
    }

    .xl\:m-44 {
        margin: 44px !important
    }

    .xl\:pt-44 {
        padding-top: 44px !important
    }

    .xl\:pb-44 {
        padding-bottom: 44px !important
    }

    .xl\:pr-44 {
        padding-right: 44px !important
    }

    .xl\:pl-44,
    .xl\:px-44 {
        padding-left: 44px !important
    }

    .xl\:px-44 {
        padding-right: 44px !important
    }

    .xl\:py-44 {
        padding-top: 44px !important;
        padding-bottom: 44px !important
    }

    .xl\:p-44 {
        padding: 44px !important
    }

    .xl\:mt-48 {
        margin-top: 48px !important
    }

    .xl\:mb-48 {
        margin-bottom: 48px !important
    }

    .xl\:mr-48 {
        margin-right: 48px !important
    }

    .xl\:ml-48,
    .xl\:mx-48 {
        margin-left: 48px !important
    }

    .xl\:mx-48 {
        margin-right: 48px !important
    }

    .xl\:my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .xl\:m-48 {
        margin: 48px !important
    }

    .xl\:pt-48 {
        padding-top: 48px !important
    }

    .xl\:pb-48 {
        padding-bottom: 48px !important
    }

    .xl\:pr-48 {
        padding-right: 48px !important
    }

    .xl\:pl-48,
    .xl\:px-48 {
        padding-left: 48px !important
    }

    .xl\:px-48 {
        padding-right: 48px !important
    }

    .xl\:py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .xl\:p-48 {
        padding: 48px !important
    }

    .xl\:mt-52 {
        margin-top: 52px !important
    }

    .xl\:mb-52 {
        margin-bottom: 52px !important
    }

    .xl\:mr-52 {
        margin-right: 52px !important
    }

    .xl\:ml-52,
    .xl\:mx-52 {
        margin-left: 52px !important
    }

    .xl\:mx-52 {
        margin-right: 52px !important
    }

    .xl\:my-52 {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }

    .xl\:m-52 {
        margin: 52px !important
    }

    .xl\:pt-52 {
        padding-top: 52px !important
    }

    .xl\:pb-52 {
        padding-bottom: 52px !important
    }

    .xl\:pr-52 {
        padding-right: 52px !important
    }

    .xl\:pl-52,
    .xl\:px-52 {
        padding-left: 52px !important
    }

    .xl\:px-52 {
        padding-right: 52px !important
    }

    .xl\:py-52 {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }

    .xl\:p-52 {
        padding: 52px !important
    }

    .xl\:mt-56 {
        margin-top: 56px !important
    }

    .xl\:mb-56 {
        margin-bottom: 56px !important
    }

    .xl\:mr-56 {
        margin-right: 56px !important
    }

    .xl\:ml-56,
    .xl\:mx-56 {
        margin-left: 56px !important
    }

    .xl\:mx-56 {
        margin-right: 56px !important
    }

    .xl\:my-56 {
        margin-top: 56px !important;
        margin-bottom: 56px !important
    }

    .xl\:m-56 {
        margin: 56px !important
    }

    .xl\:pt-56 {
        padding-top: 56px !important
    }

    .xl\:pb-56 {
        padding-bottom: 56px !important
    }

    .xl\:pr-56 {
        padding-right: 56px !important
    }

    .xl\:pl-56,
    .xl\:px-56 {
        padding-left: 56px !important
    }

    .xl\:px-56 {
        padding-right: 56px !important
    }

    .xl\:py-56 {
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .xl\:p-56 {
        padding: 56px !important
    }

    .xl\:mt-60 {
        margin-top: 60px !important
    }

    .xl\:mb-60 {
        margin-bottom: 60px !important
    }

    .xl\:mr-60 {
        margin-right: 60px !important
    }

    .xl\:ml-60,
    .xl\:mx-60 {
        margin-left: 60px !important
    }

    .xl\:mx-60 {
        margin-right: 60px !important
    }

    .xl\:my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .xl\:m-60 {
        margin: 60px !important
    }

    .xl\:pt-60 {
        padding-top: 60px !important
    }

    .xl\:pb-60 {
        padding-bottom: 60px !important
    }

    .xl\:pr-60 {
        padding-right: 60px !important
    }

    .xl\:pl-60,
    .xl\:px-60 {
        padding-left: 60px !important
    }

    .xl\:px-60 {
        padding-right: 60px !important
    }

    .xl\:py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .xl\:p-60 {
        padding: 60px !important
    }

    .xl\:mt-64 {
        margin-top: 64px !important
    }

    .xl\:mb-64 {
        margin-bottom: 64px !important
    }

    .xl\:mr-64 {
        margin-right: 64px !important
    }

    .xl\:ml-64,
    .xl\:mx-64 {
        margin-left: 64px !important
    }

    .xl\:mx-64 {
        margin-right: 64px !important
    }

    .xl\:my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .xl\:m-64 {
        margin: 64px !important
    }

    .xl\:pt-64 {
        padding-top: 64px !important
    }

    .xl\:pb-64 {
        padding-bottom: 64px !important
    }

    .xl\:pr-64 {
        padding-right: 64px !important
    }

    .xl\:pl-64,
    .xl\:px-64 {
        padding-left: 64px !important
    }

    .xl\:px-64 {
        padding-right: 64px !important
    }

    .xl\:py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .xl\:p-64 {
        padding: 64px !important
    }

    .xl\:mt-68 {
        margin-top: 68px !important
    }

    .xl\:mb-68 {
        margin-bottom: 68px !important
    }

    .xl\:mr-68 {
        margin-right: 68px !important
    }

    .xl\:ml-68,
    .xl\:mx-68 {
        margin-left: 68px !important
    }

    .xl\:mx-68 {
        margin-right: 68px !important
    }

    .xl\:my-68 {
        margin-top: 68px !important;
        margin-bottom: 68px !important
    }

    .xl\:m-68 {
        margin: 68px !important
    }

    .xl\:pt-68 {
        padding-top: 68px !important
    }

    .xl\:pb-68 {
        padding-bottom: 68px !important
    }

    .xl\:pr-68 {
        padding-right: 68px !important
    }

    .xl\:pl-68,
    .xl\:px-68 {
        padding-left: 68px !important
    }

    .xl\:px-68 {
        padding-right: 68px !important
    }

    .xl\:py-68 {
        padding-top: 68px !important;
        padding-bottom: 68px !important
    }

    .xl\:p-68 {
        padding: 68px !important
    }

    .xl\:mt-72 {
        margin-top: 72px !important
    }

    .xl\:mb-72 {
        margin-bottom: 72px !important
    }

    .xl\:mr-72 {
        margin-right: 72px !important
    }

    .xl\:ml-72,
    .xl\:mx-72 {
        margin-left: 72px !important
    }

    .xl\:mx-72 {
        margin-right: 72px !important
    }

    .xl\:my-72 {
        margin-top: 72px !important;
        margin-bottom: 72px !important
    }

    .xl\:m-72 {
        margin: 72px !important
    }

    .xl\:pt-72 {
        padding-top: 72px !important
    }

    .xl\:pb-72 {
        padding-bottom: 72px !important
    }

    .xl\:pr-72 {
        padding-right: 72px !important
    }

    .xl\:pl-72,
    .xl\:px-72 {
        padding-left: 72px !important
    }

    .xl\:px-72 {
        padding-right: 72px !important
    }

    .xl\:py-72 {
        padding-top: 72px !important;
        padding-bottom: 72px !important
    }

    .xl\:p-72 {
        padding: 72px !important
    }

    .xl\:mt-76 {
        margin-top: 76px !important
    }

    .xl\:mb-76 {
        margin-bottom: 76px !important
    }

    .xl\:mr-76 {
        margin-right: 76px !important
    }

    .xl\:ml-76,
    .xl\:mx-76 {
        margin-left: 76px !important
    }

    .xl\:mx-76 {
        margin-right: 76px !important
    }

    .xl\:my-76 {
        margin-top: 76px !important;
        margin-bottom: 76px !important
    }

    .xl\:m-76 {
        margin: 76px !important
    }

    .xl\:pt-76 {
        padding-top: 76px !important
    }

    .xl\:pb-76 {
        padding-bottom: 76px !important
    }

    .xl\:pr-76 {
        padding-right: 76px !important
    }

    .xl\:pl-76,
    .xl\:px-76 {
        padding-left: 76px !important
    }

    .xl\:px-76 {
        padding-right: 76px !important
    }

    .xl\:py-76 {
        padding-top: 76px !important;
        padding-bottom: 76px !important
    }

    .xl\:p-76 {
        padding: 76px !important
    }

    .xl\:mt-80 {
        margin-top: 80px !important
    }

    .xl\:mb-80 {
        margin-bottom: 80px !important
    }

    .xl\:mr-80 {
        margin-right: 80px !important
    }

    .xl\:ml-80,
    .xl\:mx-80 {
        margin-left: 80px !important
    }

    .xl\:mx-80 {
        margin-right: 80px !important
    }

    .xl\:my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .xl\:m-80 {
        margin: 80px !important
    }

    .xl\:pt-80 {
        padding-top: 80px !important
    }

    .xl\:pb-80 {
        padding-bottom: 80px !important
    }

    .xl\:pr-80 {
        padding-right: 80px !important
    }

    .xl\:pl-80,
    .xl\:px-80 {
        padding-left: 80px !important
    }

    .xl\:px-80 {
        padding-right: 80px !important
    }

    .xl\:py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .xl\:p-80 {
        padding: 80px !important
    }

    .xl\:mt-84 {
        margin-top: 84px !important
    }

    .xl\:mb-84 {
        margin-bottom: 84px !important
    }

    .xl\:mr-84 {
        margin-right: 84px !important
    }

    .xl\:ml-84,
    .xl\:mx-84 {
        margin-left: 84px !important
    }

    .xl\:mx-84 {
        margin-right: 84px !important
    }

    .xl\:my-84 {
        margin-top: 84px !important;
        margin-bottom: 84px !important
    }

    .xl\:m-84 {
        margin: 84px !important
    }

    .xl\:pt-84 {
        padding-top: 84px !important
    }

    .xl\:pb-84 {
        padding-bottom: 84px !important
    }

    .xl\:pr-84 {
        padding-right: 84px !important
    }

    .xl\:pl-84,
    .xl\:px-84 {
        padding-left: 84px !important
    }

    .xl\:px-84 {
        padding-right: 84px !important
    }

    .xl\:py-84 {
        padding-top: 84px !important;
        padding-bottom: 84px !important
    }

    .xl\:p-84 {
        padding: 84px !important
    }

    .xl\:mt-88 {
        margin-top: 88px !important
    }

    .xl\:mb-88 {
        margin-bottom: 88px !important
    }

    .xl\:mr-88 {
        margin-right: 88px !important
    }

    .xl\:ml-88,
    .xl\:mx-88 {
        margin-left: 88px !important
    }

    .xl\:mx-88 {
        margin-right: 88px !important
    }

    .xl\:my-88 {
        margin-top: 88px !important;
        margin-bottom: 88px !important
    }

    .xl\:m-88 {
        margin: 88px !important
    }

    .xl\:pt-88 {
        padding-top: 88px !important
    }

    .xl\:pb-88 {
        padding-bottom: 88px !important
    }

    .xl\:pr-88 {
        padding-right: 88px !important
    }

    .xl\:pl-88,
    .xl\:px-88 {
        padding-left: 88px !important
    }

    .xl\:px-88 {
        padding-right: 88px !important
    }

    .xl\:py-88 {
        padding-top: 88px !important;
        padding-bottom: 88px !important
    }

    .xl\:p-88 {
        padding: 88px !important
    }

    .xl\:mt-92 {
        margin-top: 92px !important
    }

    .xl\:mb-92 {
        margin-bottom: 92px !important
    }

    .xl\:mr-92 {
        margin-right: 92px !important
    }

    .xl\:ml-92,
    .xl\:mx-92 {
        margin-left: 92px !important
    }

    .xl\:mx-92 {
        margin-right: 92px !important
    }

    .xl\:my-92 {
        margin-top: 92px !important;
        margin-bottom: 92px !important
    }

    .xl\:m-92 {
        margin: 92px !important
    }

    .xl\:pt-92 {
        padding-top: 92px !important
    }

    .xl\:pb-92 {
        padding-bottom: 92px !important
    }

    .xl\:pr-92 {
        padding-right: 92px !important
    }

    .xl\:pl-92,
    .xl\:px-92 {
        padding-left: 92px !important
    }

    .xl\:px-92 {
        padding-right: 92px !important
    }

    .xl\:py-92 {
        padding-top: 92px !important;
        padding-bottom: 92px !important
    }

    .xl\:p-92 {
        padding: 92px !important
    }

    .xl\:mt-96 {
        margin-top: 96px !important
    }

    .xl\:mb-96 {
        margin-bottom: 96px !important
    }

    .xl\:mr-96 {
        margin-right: 96px !important
    }

    .xl\:ml-96,
    .xl\:mx-96 {
        margin-left: 96px !important
    }

    .xl\:mx-96 {
        margin-right: 96px !important
    }

    .xl\:my-96 {
        margin-top: 96px !important;
        margin-bottom: 96px !important
    }

    .xl\:m-96 {
        margin: 96px !important
    }

    .xl\:pt-96 {
        padding-top: 96px !important
    }

    .xl\:pb-96 {
        padding-bottom: 96px !important
    }

    .xl\:pr-96 {
        padding-right: 96px !important
    }

    .xl\:pl-96,
    .xl\:px-96 {
        padding-left: 96px !important
    }

    .xl\:px-96 {
        padding-right: 96px !important
    }

    .xl\:py-96 {
        padding-top: 96px !important;
        padding-bottom: 96px !important
    }

    .xl\:p-96 {
        padding: 96px !important
    }

    .xl\:mt-n0 {
        margin-top: 0 !important
    }

    .xl\:mb-n0 {
        margin-bottom: 0 !important
    }

    .xl\:mr-n0 {
        margin-right: 0 !important
    }

    .xl\:ml-n0,
    .xl\:mx-n0 {
        margin-left: 0 !important
    }

    .xl\:mx-n0 {
        margin-right: 0 !important
    }

    .xl\:mt-n4 {
        margin-top: -4px !important
    }

    .xl\:mb-n4 {
        margin-bottom: -4px !important
    }

    .xl\:mr-n4 {
        margin-right: -4px !important
    }

    .xl\:ml-n4,
    .xl\:mx-n4 {
        margin-left: -4px !important
    }

    .xl\:mx-n4 {
        margin-right: -4px !important
    }

    .xl\:mt-n8 {
        margin-top: -8px !important
    }

    .xl\:mb-n8 {
        margin-bottom: -8px !important
    }

    .xl\:mr-n8 {
        margin-right: -8px !important
    }

    .xl\:ml-n8,
    .xl\:mx-n8 {
        margin-left: -8px !important
    }

    .xl\:mx-n8 {
        margin-right: -8px !important
    }

    .xl\:mt-n12 {
        margin-top: -12px !important
    }

    .xl\:mb-n12 {
        margin-bottom: -12px !important
    }

    .xl\:mr-n12 {
        margin-right: -12px !important
    }

    .xl\:ml-n12,
    .xl\:mx-n12 {
        margin-left: -12px !important
    }

    .xl\:mx-n12 {
        margin-right: -12px !important
    }

    .xl\:mt-n16 {
        margin-top: -16px !important
    }

    .xl\:mb-n16 {
        margin-bottom: -16px !important
    }

    .xl\:mr-n16 {
        margin-right: -16px !important
    }

    .xl\:ml-n16,
    .xl\:mx-n16 {
        margin-left: -16px !important
    }

    .xl\:mx-n16 {
        margin-right: -16px !important
    }

    .xl\:mt-1 {
        margin-top: 1px !important
    }

    .xl\:mb-1 {
        margin-bottom: 1px !important
    }

    .xl\:mt-n1 {
        margin-top: -1px !important
    }

    .xl\:mb-n1 {
        margin-bottom: -1px !important
    }

    .xl\:mt-2 {
        margin-top: 2px !important
    }

    .xl\:mb-2 {
        margin-bottom: 2px !important
    }

    .xl\:mt-n2 {
        margin-top: -2px !important
    }

    .xl\:mb-n2 {
        margin-bottom: -2px !important
    }

    .xl\:mt-3 {
        margin-top: 3px !important
    }

    .xl\:mb-3 {
        margin-bottom: 3px !important
    }

    .xl\:mt-n3 {
        margin-top: -3px !important
    }

    .xl\:mb-n3 {
        margin-bottom: -3px !important
    }
}

@media(min-width:1900px) {
    .xxl\:mr-auto {
        margin-right: auto !important
    }

    .xxl\:ml-auto {
        margin-left: auto !important
    }

    .xxl\:pr-auto {
        padding-right: auto !important
    }

    .xxl\:pl-auto {
        padding-left: auto !important
    }

    .xxl\:mt-0 {
        margin-top: 0 !important
    }

    .xxl\:mb-0 {
        margin-bottom: 0 !important
    }

    .xxl\:mr-0 {
        margin-right: 0 !important
    }

    .xxl\:ml-0,
    .xxl\:mx-0 {
        margin-left: 0 !important
    }

    .xxl\:mx-0 {
        margin-right: 0 !important
    }

    .xxl\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .xxl\:m-0 {
        margin: 0 !important
    }

    .xxl\:pt-0 {
        padding-top: 0 !important
    }

    .xxl\:pb-0 {
        padding-bottom: 0 !important
    }

    .xxl\:pr-0 {
        padding-right: 0 !important
    }

    .xxl\:pl-0,
    .xxl\:px-0 {
        padding-left: 0 !important
    }

    .xxl\:px-0 {
        padding-right: 0 !important
    }

    .xxl\:py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .xxl\:p-0 {
        padding: 0 !important
    }

    .xxl\:mt-4 {
        margin-top: 4px !important
    }

    .xxl\:mb-4 {
        margin-bottom: 4px !important
    }

    .xxl\:mr-4 {
        margin-right: 4px !important
    }

    .xxl\:ml-4,
    .xxl\:mx-4 {
        margin-left: 4px !important
    }

    .xxl\:mx-4 {
        margin-right: 4px !important
    }

    .xxl\:my-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .xxl\:m-4 {
        margin: 4px !important
    }

    .xxl\:pt-4 {
        padding-top: 4px !important
    }

    .xxl\:pb-4 {
        padding-bottom: 4px !important
    }

    .xxl\:pr-4 {
        padding-right: 4px !important
    }

    .xxl\:pl-4,
    .xxl\:px-4 {
        padding-left: 4px !important
    }

    .xxl\:px-4 {
        padding-right: 4px !important
    }

    .xxl\:py-4 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .xxl\:p-4 {
        padding: 4px !important
    }

    .xxl\:mt-8 {
        margin-top: 8px !important
    }

    .xxl\:mb-8 {
        margin-bottom: 8px !important
    }

    .xxl\:mr-8 {
        margin-right: 8px !important
    }

    .xxl\:ml-8,
    .xxl\:mx-8 {
        margin-left: 8px !important
    }

    .xxl\:mx-8 {
        margin-right: 8px !important
    }

    .xxl\:my-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .xxl\:m-8 {
        margin: 8px !important
    }

    .xxl\:pt-8 {
        padding-top: 8px !important
    }

    .xxl\:pb-8 {
        padding-bottom: 8px !important
    }

    .xxl\:pr-8 {
        padding-right: 8px !important
    }

    .xxl\:pl-8,
    .xxl\:px-8 {
        padding-left: 8px !important
    }

    .xxl\:px-8 {
        padding-right: 8px !important
    }

    .xxl\:py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .xxl\:p-8 {
        padding: 8px !important
    }

    .xxl\:mt-12 {
        margin-top: 12px !important
    }

    .xxl\:mb-12 {
        margin-bottom: 12px !important
    }

    .xxl\:mr-12 {
        margin-right: 12px !important
    }

    .xxl\:ml-12,
    .xxl\:mx-12 {
        margin-left: 12px !important
    }

    .xxl\:mx-12 {
        margin-right: 12px !important
    }

    .xxl\:my-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .xxl\:m-12 {
        margin: 12px !important
    }

    .xxl\:pt-12 {
        padding-top: 12px !important
    }

    .xxl\:pb-12 {
        padding-bottom: 12px !important
    }

    .xxl\:pr-12 {
        padding-right: 12px !important
    }

    .xxl\:pl-12,
    .xxl\:px-12 {
        padding-left: 12px !important
    }

    .xxl\:px-12 {
        padding-right: 12px !important
    }

    .xxl\:py-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .xxl\:p-12 {
        padding: 12px !important
    }

    .xxl\:mt-16 {
        margin-top: 16px !important
    }

    .xxl\:mb-16 {
        margin-bottom: 16px !important
    }

    .xxl\:mr-16 {
        margin-right: 16px !important
    }

    .xxl\:ml-16,
    .xxl\:mx-16 {
        margin-left: 16px !important
    }

    .xxl\:mx-16 {
        margin-right: 16px !important
    }

    .xxl\:my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .xxl\:m-16 {
        margin: 16px !important
    }

    .xxl\:pt-16 {
        padding-top: 16px !important
    }

    .xxl\:pb-16 {
        padding-bottom: 16px !important
    }

    .xxl\:pr-16 {
        padding-right: 16px !important
    }

    .xxl\:pl-16,
    .xxl\:px-16 {
        padding-left: 16px !important
    }

    .xxl\:px-16 {
        padding-right: 16px !important
    }

    .xxl\:py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .xxl\:p-16 {
        padding: 16px !important
    }

    .xxl\:mt-20 {
        margin-top: 20px !important
    }

    .xxl\:mb-20 {
        margin-bottom: 20px !important
    }

    .xxl\:mr-20 {
        margin-right: 20px !important
    }

    .xxl\:ml-20,
    .xxl\:mx-20 {
        margin-left: 20px !important
    }

    .xxl\:mx-20 {
        margin-right: 20px !important
    }

    .xxl\:my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .xxl\:m-20 {
        margin: 20px !important
    }

    .xxl\:pt-20 {
        padding-top: 20px !important
    }

    .xxl\:pb-20 {
        padding-bottom: 20px !important
    }

    .xxl\:pr-20 {
        padding-right: 20px !important
    }

    .xxl\:pl-20,
    .xxl\:px-20 {
        padding-left: 20px !important
    }

    .xxl\:px-20 {
        padding-right: 20px !important
    }

    .xxl\:py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .xxl\:p-20 {
        padding: 20px !important
    }

    .xxl\:mt-24 {
        margin-top: 24px !important
    }

    .xxl\:mb-24 {
        margin-bottom: 24px !important
    }

    .xxl\:mr-24 {
        margin-right: 24px !important
    }

    .xxl\:ml-24,
    .xxl\:mx-24 {
        margin-left: 24px !important
    }

    .xxl\:mx-24 {
        margin-right: 24px !important
    }

    .xxl\:my-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .xxl\:m-24 {
        margin: 24px !important
    }

    .xxl\:pt-24 {
        padding-top: 24px !important
    }

    .xxl\:pb-24 {
        padding-bottom: 24px !important
    }

    .xxl\:pr-24 {
        padding-right: 24px !important
    }

    .xxl\:pl-24,
    .xxl\:px-24 {
        padding-left: 24px !important
    }

    .xxl\:px-24 {
        padding-right: 24px !important
    }

    .xxl\:py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .xxl\:p-24 {
        padding: 24px !important
    }

    .xxl\:mt-28 {
        margin-top: 28px !important
    }

    .xxl\:mb-28 {
        margin-bottom: 28px !important
    }

    .xxl\:mr-28 {
        margin-right: 28px !important
    }

    .xxl\:ml-28,
    .xxl\:mx-28 {
        margin-left: 28px !important
    }

    .xxl\:mx-28 {
        margin-right: 28px !important
    }

    .xxl\:my-28 {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .xxl\:m-28 {
        margin: 28px !important
    }

    .xxl\:pt-28 {
        padding-top: 28px !important
    }

    .xxl\:pb-28 {
        padding-bottom: 28px !important
    }

    .xxl\:pr-28 {
        padding-right: 28px !important
    }

    .xxl\:pl-28,
    .xxl\:px-28 {
        padding-left: 28px !important
    }

    .xxl\:px-28 {
        padding-right: 28px !important
    }

    .xxl\:py-28 {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .xxl\:p-28 {
        padding: 28px !important
    }

    .xxl\:mt-32 {
        margin-top: 32px !important
    }

    .xxl\:mb-32 {
        margin-bottom: 32px !important
    }

    .xxl\:mr-32 {
        margin-right: 32px !important
    }

    .xxl\:ml-32,
    .xxl\:mx-32 {
        margin-left: 32px !important
    }

    .xxl\:mx-32 {
        margin-right: 32px !important
    }

    .xxl\:my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .xxl\:m-32 {
        margin: 32px !important
    }

    .xxl\:pt-32 {
        padding-top: 32px !important
    }

    .xxl\:pb-32 {
        padding-bottom: 32px !important
    }

    .xxl\:pr-32 {
        padding-right: 32px !important
    }

    .xxl\:pl-32,
    .xxl\:px-32 {
        padding-left: 32px !important
    }

    .xxl\:px-32 {
        padding-right: 32px !important
    }

    .xxl\:py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .xxl\:p-32 {
        padding: 32px !important
    }

    .xxl\:mt-36 {
        margin-top: 36px !important
    }

    .xxl\:mb-36 {
        margin-bottom: 36px !important
    }

    .xxl\:mr-36 {
        margin-right: 36px !important
    }

    .xxl\:ml-36,
    .xxl\:mx-36 {
        margin-left: 36px !important
    }

    .xxl\:mx-36 {
        margin-right: 36px !important
    }

    .xxl\:my-36 {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .xxl\:m-36 {
        margin: 36px !important
    }

    .xxl\:pt-36 {
        padding-top: 36px !important
    }

    .xxl\:pb-36 {
        padding-bottom: 36px !important
    }

    .xxl\:pr-36 {
        padding-right: 36px !important
    }

    .xxl\:pl-36,
    .xxl\:px-36 {
        padding-left: 36px !important
    }

    .xxl\:px-36 {
        padding-right: 36px !important
    }

    .xxl\:py-36 {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .xxl\:p-36 {
        padding: 36px !important
    }

    .xxl\:mt-40 {
        margin-top: 40px !important
    }

    .xxl\:mb-40 {
        margin-bottom: 40px !important
    }

    .xxl\:mr-40 {
        margin-right: 40px !important
    }

    .xxl\:ml-40,
    .xxl\:mx-40 {
        margin-left: 40px !important
    }

    .xxl\:mx-40 {
        margin-right: 40px !important
    }

    .xxl\:my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .xxl\:m-40 {
        margin: 40px !important
    }

    .xxl\:pt-40 {
        padding-top: 40px !important
    }

    .xxl\:pb-40 {
        padding-bottom: 40px !important
    }

    .xxl\:pr-40 {
        padding-right: 40px !important
    }

    .xxl\:pl-40,
    .xxl\:px-40 {
        padding-left: 40px !important
    }

    .xxl\:px-40 {
        padding-right: 40px !important
    }

    .xxl\:py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .xxl\:p-40 {
        padding: 40px !important
    }

    .xxl\:mt-44 {
        margin-top: 44px !important
    }

    .xxl\:mb-44 {
        margin-bottom: 44px !important
    }

    .xxl\:mr-44 {
        margin-right: 44px !important
    }

    .xxl\:ml-44,
    .xxl\:mx-44 {
        margin-left: 44px !important
    }

    .xxl\:mx-44 {
        margin-right: 44px !important
    }

    .xxl\:my-44 {
        margin-top: 44px !important;
        margin-bottom: 44px !important
    }

    .xxl\:m-44 {
        margin: 44px !important
    }

    .xxl\:pt-44 {
        padding-top: 44px !important
    }

    .xxl\:pb-44 {
        padding-bottom: 44px !important
    }

    .xxl\:pr-44 {
        padding-right: 44px !important
    }

    .xxl\:pl-44,
    .xxl\:px-44 {
        padding-left: 44px !important
    }

    .xxl\:px-44 {
        padding-right: 44px !important
    }

    .xxl\:py-44 {
        padding-top: 44px !important;
        padding-bottom: 44px !important
    }

    .xxl\:p-44 {
        padding: 44px !important
    }

    .xxl\:mt-48 {
        margin-top: 48px !important
    }

    .xxl\:mb-48 {
        margin-bottom: 48px !important
    }

    .xxl\:mr-48 {
        margin-right: 48px !important
    }

    .xxl\:ml-48,
    .xxl\:mx-48 {
        margin-left: 48px !important
    }

    .xxl\:mx-48 {
        margin-right: 48px !important
    }

    .xxl\:my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .xxl\:m-48 {
        margin: 48px !important
    }

    .xxl\:pt-48 {
        padding-top: 48px !important
    }

    .xxl\:pb-48 {
        padding-bottom: 48px !important
    }

    .xxl\:pr-48 {
        padding-right: 48px !important
    }

    .xxl\:pl-48,
    .xxl\:px-48 {
        padding-left: 48px !important
    }

    .xxl\:px-48 {
        padding-right: 48px !important
    }

    .xxl\:py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .xxl\:p-48 {
        padding: 48px !important
    }

    .xxl\:mt-52 {
        margin-top: 52px !important
    }

    .xxl\:mb-52 {
        margin-bottom: 52px !important
    }

    .xxl\:mr-52 {
        margin-right: 52px !important
    }

    .xxl\:ml-52,
    .xxl\:mx-52 {
        margin-left: 52px !important
    }

    .xxl\:mx-52 {
        margin-right: 52px !important
    }

    .xxl\:my-52 {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }

    .xxl\:m-52 {
        margin: 52px !important
    }

    .xxl\:pt-52 {
        padding-top: 52px !important
    }

    .xxl\:pb-52 {
        padding-bottom: 52px !important
    }

    .xxl\:pr-52 {
        padding-right: 52px !important
    }

    .xxl\:pl-52,
    .xxl\:px-52 {
        padding-left: 52px !important
    }

    .xxl\:px-52 {
        padding-right: 52px !important
    }

    .xxl\:py-52 {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }

    .xxl\:p-52 {
        padding: 52px !important
    }

    .xxl\:mt-56 {
        margin-top: 56px !important
    }

    .xxl\:mb-56 {
        margin-bottom: 56px !important
    }

    .xxl\:mr-56 {
        margin-right: 56px !important
    }

    .xxl\:ml-56,
    .xxl\:mx-56 {
        margin-left: 56px !important
    }

    .xxl\:mx-56 {
        margin-right: 56px !important
    }

    .xxl\:my-56 {
        margin-top: 56px !important;
        margin-bottom: 56px !important
    }

    .xxl\:m-56 {
        margin: 56px !important
    }

    .xxl\:pt-56 {
        padding-top: 56px !important
    }

    .xxl\:pb-56 {
        padding-bottom: 56px !important
    }

    .xxl\:pr-56 {
        padding-right: 56px !important
    }

    .xxl\:pl-56,
    .xxl\:px-56 {
        padding-left: 56px !important
    }

    .xxl\:px-56 {
        padding-right: 56px !important
    }

    .xxl\:py-56 {
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .xxl\:p-56 {
        padding: 56px !important
    }

    .xxl\:mt-60 {
        margin-top: 60px !important
    }

    .xxl\:mb-60 {
        margin-bottom: 60px !important
    }

    .xxl\:mr-60 {
        margin-right: 60px !important
    }

    .xxl\:ml-60,
    .xxl\:mx-60 {
        margin-left: 60px !important
    }

    .xxl\:mx-60 {
        margin-right: 60px !important
    }

    .xxl\:my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .xxl\:m-60 {
        margin: 60px !important
    }

    .xxl\:pt-60 {
        padding-top: 60px !important
    }

    .xxl\:pb-60 {
        padding-bottom: 60px !important
    }

    .xxl\:pr-60 {
        padding-right: 60px !important
    }

    .xxl\:pl-60,
    .xxl\:px-60 {
        padding-left: 60px !important
    }

    .xxl\:px-60 {
        padding-right: 60px !important
    }

    .xxl\:py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .xxl\:p-60 {
        padding: 60px !important
    }

    .xxl\:mt-64 {
        margin-top: 64px !important
    }

    .xxl\:mb-64 {
        margin-bottom: 64px !important
    }

    .xxl\:mr-64 {
        margin-right: 64px !important
    }

    .xxl\:ml-64,
    .xxl\:mx-64 {
        margin-left: 64px !important
    }

    .xxl\:mx-64 {
        margin-right: 64px !important
    }

    .xxl\:my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .xxl\:m-64 {
        margin: 64px !important
    }

    .xxl\:pt-64 {
        padding-top: 64px !important
    }

    .xxl\:pb-64 {
        padding-bottom: 64px !important
    }

    .xxl\:pr-64 {
        padding-right: 64px !important
    }

    .xxl\:pl-64,
    .xxl\:px-64 {
        padding-left: 64px !important
    }

    .xxl\:px-64 {
        padding-right: 64px !important
    }

    .xxl\:py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .xxl\:p-64 {
        padding: 64px !important
    }

    .xxl\:mt-68 {
        margin-top: 68px !important
    }

    .xxl\:mb-68 {
        margin-bottom: 68px !important
    }

    .xxl\:mr-68 {
        margin-right: 68px !important
    }

    .xxl\:ml-68,
    .xxl\:mx-68 {
        margin-left: 68px !important
    }

    .xxl\:mx-68 {
        margin-right: 68px !important
    }

    .xxl\:my-68 {
        margin-top: 68px !important;
        margin-bottom: 68px !important
    }

    .xxl\:m-68 {
        margin: 68px !important
    }

    .xxl\:pt-68 {
        padding-top: 68px !important
    }

    .xxl\:pb-68 {
        padding-bottom: 68px !important
    }

    .xxl\:pr-68 {
        padding-right: 68px !important
    }

    .xxl\:pl-68,
    .xxl\:px-68 {
        padding-left: 68px !important
    }

    .xxl\:px-68 {
        padding-right: 68px !important
    }

    .xxl\:py-68 {
        padding-top: 68px !important;
        padding-bottom: 68px !important
    }

    .xxl\:p-68 {
        padding: 68px !important
    }

    .xxl\:mt-72 {
        margin-top: 72px !important
    }

    .xxl\:mb-72 {
        margin-bottom: 72px !important
    }

    .xxl\:mr-72 {
        margin-right: 72px !important
    }

    .xxl\:ml-72,
    .xxl\:mx-72 {
        margin-left: 72px !important
    }

    .xxl\:mx-72 {
        margin-right: 72px !important
    }

    .xxl\:my-72 {
        margin-top: 72px !important;
        margin-bottom: 72px !important
    }

    .xxl\:m-72 {
        margin: 72px !important
    }

    .xxl\:pt-72 {
        padding-top: 72px !important
    }

    .xxl\:pb-72 {
        padding-bottom: 72px !important
    }

    .xxl\:pr-72 {
        padding-right: 72px !important
    }

    .xxl\:pl-72,
    .xxl\:px-72 {
        padding-left: 72px !important
    }

    .xxl\:px-72 {
        padding-right: 72px !important
    }

    .xxl\:py-72 {
        padding-top: 72px !important;
        padding-bottom: 72px !important
    }

    .xxl\:p-72 {
        padding: 72px !important
    }

    .xxl\:mt-76 {
        margin-top: 76px !important
    }

    .xxl\:mb-76 {
        margin-bottom: 76px !important
    }

    .xxl\:mr-76 {
        margin-right: 76px !important
    }

    .xxl\:ml-76,
    .xxl\:mx-76 {
        margin-left: 76px !important
    }

    .xxl\:mx-76 {
        margin-right: 76px !important
    }

    .xxl\:my-76 {
        margin-top: 76px !important;
        margin-bottom: 76px !important
    }

    .xxl\:m-76 {
        margin: 76px !important
    }

    .xxl\:pt-76 {
        padding-top: 76px !important
    }

    .xxl\:pb-76 {
        padding-bottom: 76px !important
    }

    .xxl\:pr-76 {
        padding-right: 76px !important
    }

    .xxl\:pl-76,
    .xxl\:px-76 {
        padding-left: 76px !important
    }

    .xxl\:px-76 {
        padding-right: 76px !important
    }

    .xxl\:py-76 {
        padding-top: 76px !important;
        padding-bottom: 76px !important
    }

    .xxl\:p-76 {
        padding: 76px !important
    }

    .xxl\:mt-80 {
        margin-top: 80px !important
    }

    .xxl\:mb-80 {
        margin-bottom: 80px !important
    }

    .xxl\:mr-80 {
        margin-right: 80px !important
    }

    .xxl\:ml-80,
    .xxl\:mx-80 {
        margin-left: 80px !important
    }

    .xxl\:mx-80 {
        margin-right: 80px !important
    }

    .xxl\:my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .xxl\:m-80 {
        margin: 80px !important
    }

    .xxl\:pt-80 {
        padding-top: 80px !important
    }

    .xxl\:pb-80 {
        padding-bottom: 80px !important
    }

    .xxl\:pr-80 {
        padding-right: 80px !important
    }

    .xxl\:pl-80,
    .xxl\:px-80 {
        padding-left: 80px !important
    }

    .xxl\:px-80 {
        padding-right: 80px !important
    }

    .xxl\:py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .xxl\:p-80 {
        padding: 80px !important
    }

    .xxl\:mt-84 {
        margin-top: 84px !important
    }

    .xxl\:mb-84 {
        margin-bottom: 84px !important
    }

    .xxl\:mr-84 {
        margin-right: 84px !important
    }

    .xxl\:ml-84,
    .xxl\:mx-84 {
        margin-left: 84px !important
    }

    .xxl\:mx-84 {
        margin-right: 84px !important
    }

    .xxl\:my-84 {
        margin-top: 84px !important;
        margin-bottom: 84px !important
    }

    .xxl\:m-84 {
        margin: 84px !important
    }

    .xxl\:pt-84 {
        padding-top: 84px !important
    }

    .xxl\:pb-84 {
        padding-bottom: 84px !important
    }

    .xxl\:pr-84 {
        padding-right: 84px !important
    }

    .xxl\:pl-84,
    .xxl\:px-84 {
        padding-left: 84px !important
    }

    .xxl\:px-84 {
        padding-right: 84px !important
    }

    .xxl\:py-84 {
        padding-top: 84px !important;
        padding-bottom: 84px !important
    }

    .xxl\:p-84 {
        padding: 84px !important
    }

    .xxl\:mt-88 {
        margin-top: 88px !important
    }

    .xxl\:mb-88 {
        margin-bottom: 88px !important
    }

    .xxl\:mr-88 {
        margin-right: 88px !important
    }

    .xxl\:ml-88,
    .xxl\:mx-88 {
        margin-left: 88px !important
    }

    .xxl\:mx-88 {
        margin-right: 88px !important
    }

    .xxl\:my-88 {
        margin-top: 88px !important;
        margin-bottom: 88px !important
    }

    .xxl\:m-88 {
        margin: 88px !important
    }

    .xxl\:pt-88 {
        padding-top: 88px !important
    }

    .xxl\:pb-88 {
        padding-bottom: 88px !important
    }

    .xxl\:pr-88 {
        padding-right: 88px !important
    }

    .xxl\:pl-88,
    .xxl\:px-88 {
        padding-left: 88px !important
    }

    .xxl\:px-88 {
        padding-right: 88px !important
    }

    .xxl\:py-88 {
        padding-top: 88px !important;
        padding-bottom: 88px !important
    }

    .xxl\:p-88 {
        padding: 88px !important
    }

    .xxl\:mt-92 {
        margin-top: 92px !important
    }

    .xxl\:mb-92 {
        margin-bottom: 92px !important
    }

    .xxl\:mr-92 {
        margin-right: 92px !important
    }

    .xxl\:ml-92,
    .xxl\:mx-92 {
        margin-left: 92px !important
    }

    .xxl\:mx-92 {
        margin-right: 92px !important
    }

    .xxl\:my-92 {
        margin-top: 92px !important;
        margin-bottom: 92px !important
    }

    .xxl\:m-92 {
        margin: 92px !important
    }

    .xxl\:pt-92 {
        padding-top: 92px !important
    }

    .xxl\:pb-92 {
        padding-bottom: 92px !important
    }

    .xxl\:pr-92 {
        padding-right: 92px !important
    }

    .xxl\:pl-92,
    .xxl\:px-92 {
        padding-left: 92px !important
    }

    .xxl\:px-92 {
        padding-right: 92px !important
    }

    .xxl\:py-92 {
        padding-top: 92px !important;
        padding-bottom: 92px !important
    }

    .xxl\:p-92 {
        padding: 92px !important
    }

    .xxl\:mt-96 {
        margin-top: 96px !important
    }

    .xxl\:mb-96 {
        margin-bottom: 96px !important
    }

    .xxl\:mr-96 {
        margin-right: 96px !important
    }

    .xxl\:ml-96,
    .xxl\:mx-96 {
        margin-left: 96px !important
    }

    .xxl\:mx-96 {
        margin-right: 96px !important
    }

    .xxl\:my-96 {
        margin-top: 96px !important;
        margin-bottom: 96px !important
    }

    .xxl\:m-96 {
        margin: 96px !important
    }

    .xxl\:pt-96 {
        padding-top: 96px !important
    }

    .xxl\:pb-96 {
        padding-bottom: 96px !important
    }

    .xxl\:pr-96 {
        padding-right: 96px !important
    }

    .xxl\:pl-96,
    .xxl\:px-96 {
        padding-left: 96px !important
    }

    .xxl\:px-96 {
        padding-right: 96px !important
    }

    .xxl\:py-96 {
        padding-top: 96px !important;
        padding-bottom: 96px !important
    }

    .xxl\:p-96 {
        padding: 96px !important
    }

    .xxl\:mt-n0 {
        margin-top: 0 !important
    }

    .xxl\:mb-n0 {
        margin-bottom: 0 !important
    }

    .xxl\:mr-n0 {
        margin-right: 0 !important
    }

    .xxl\:ml-n0,
    .xxl\:mx-n0 {
        margin-left: 0 !important
    }

    .xxl\:mx-n0 {
        margin-right: 0 !important
    }

    .xxl\:mt-n4 {
        margin-top: -4px !important
    }

    .xxl\:mb-n4 {
        margin-bottom: -4px !important
    }

    .xxl\:mr-n4 {
        margin-right: -4px !important
    }

    .xxl\:ml-n4,
    .xxl\:mx-n4 {
        margin-left: -4px !important
    }

    .xxl\:mx-n4 {
        margin-right: -4px !important
    }

    .xxl\:mt-n8 {
        margin-top: -8px !important
    }

    .xxl\:mb-n8 {
        margin-bottom: -8px !important
    }

    .xxl\:mr-n8 {
        margin-right: -8px !important
    }

    .xxl\:ml-n8,
    .xxl\:mx-n8 {
        margin-left: -8px !important
    }

    .xxl\:mx-n8 {
        margin-right: -8px !important
    }

    .xxl\:mt-n12 {
        margin-top: -12px !important
    }

    .xxl\:mb-n12 {
        margin-bottom: -12px !important
    }

    .xxl\:mr-n12 {
        margin-right: -12px !important
    }

    .xxl\:ml-n12,
    .xxl\:mx-n12 {
        margin-left: -12px !important
    }

    .xxl\:mx-n12 {
        margin-right: -12px !important
    }

    .xxl\:mt-n16 {
        margin-top: -16px !important
    }

    .xxl\:mb-n16 {
        margin-bottom: -16px !important
    }

    .xxl\:mr-n16 {
        margin-right: -16px !important
    }

    .xxl\:ml-n16,
    .xxl\:mx-n16 {
        margin-left: -16px !important
    }

    .xxl\:mx-n16 {
        margin-right: -16px !important
    }

    .xxl\:mt-1 {
        margin-top: 1px !important
    }

    .xxl\:mb-1 {
        margin-bottom: 1px !important
    }

    .xxl\:mt-n1 {
        margin-top: -1px !important
    }

    .xxl\:mb-n1 {
        margin-bottom: -1px !important
    }

    .xxl\:mt-2 {
        margin-top: 2px !important
    }

    .xxl\:mb-2 {
        margin-bottom: 2px !important
    }

    .xxl\:mt-n2 {
        margin-top: -2px !important
    }

    .xxl\:mb-n2 {
        margin-bottom: -2px !important
    }

    .xxl\:mt-3 {
        margin-top: 3px !important
    }

    .xxl\:mb-3 {
        margin-bottom: 3px !important
    }

    .xxl\:mt-n3 {
        margin-top: -3px !important
    }

    .xxl\:mb-n3 {
        margin-bottom: -3px !important
    }
}

.w-auto {
    width: auto !important
}

.h-auto {
    height: auto !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-p35 {
    width: 35% !important
}

.w-p40 {
    width: 40% !important
}

.w-p45 {
    width: 45% !important
}

.w-p50 {
    width: 50% !important
}

.w-p55 {
    width: 55% !important
}

.w-p60 {
    width: 60% !important
}

.w-p65 {
    width: 65% !important
}

.w-p70 {
    width: 70% !important
}

.w-p75 {
    width: 75% !important
}

.w-p80 {
    width: 80% !important
}

.w-p85 {
    width: 85% !important
}

.w-p90 {
    width: 90% !important
}

.w-p95 {
    width: 95% !important
}

.w-p100 {
    width: 100% !important
}

.h-p100 {
    height: 100% !important
}

.w-0 {
    width: 0 !important
}

.h-0,
.s-0 {
    height: 0 !important
}

.s-0 {
    width: 0 !important
}

.w-4 {
    width: 4px !important
}

.h-4,
.s-4 {
    height: 4px !important
}

.s-4 {
    width: 4px !important
}

.w-8 {
    width: 8px !important
}

.h-8,
.s-8 {
    height: 8px !important
}

.s-8 {
    width: 8px !important
}

.w-12 {
    width: 12px !important
}

.h-12,
.s-12 {
    height: 12px !important
}

.s-12 {
    width: 12px !important
}

.w-16 {
    width: 16px !important
}

.h-16,
.s-16 {
    height: 16px !important
}

.s-16 {
    width: 16px !important
}

.w-20 {
    width: 20px !important
}

.h-20,
.s-20 {
    height: 20px !important
}

.s-20 {
    width: 20px !important
}

.w-24 {
    width: 24px !important
}

.h-24,
.s-24 {
    height: 24px !important
}

.s-24 {
    width: 24px !important
}

.w-28 {
    width: 28px !important
}

.h-28,
.s-28 {
    height: 28px !important
}

.s-28 {
    width: 28px !important
}

.w-32 {
    width: 32px !important
}

.h-32,
.s-32 {
    height: 32px !important
}

.s-32 {
    width: 32px !important
}

.w-36 {
    width: 36px !important
}

.h-36,
.s-36 {
    height: 36px !important
}

.s-36 {
    width: 36px !important
}

.w-40 {
    width: 40px !important
}

.h-40,
.s-40 {
    height: 40px !important
}

.s-40 {
    width: 40px !important
}

.w-44 {
    width: 44px !important
}

.h-44,
.s-44 {
    height: 44px !important
}

.s-44 {
    width: 44px !important
}

.w-48 {
    width: 48px !important
}

.h-48,
.s-48 {
    height: 48px !important
}

.s-48 {
    width: 48px !important
}

.w-52 {
    width: 52px !important
}

.h-52,
.s-52 {
    height: 52px !important
}

.s-52 {
    width: 52px !important
}

.w-56 {
    width: 56px !important
}

.h-56,
.s-56 {
    height: 56px !important
}

.s-56 {
    width: 56px !important
}

.w-60 {
    width: 60px !important
}

.h-60,
.s-60 {
    height: 60px !important
}

.s-60 {
    width: 60px !important
}

.w-64 {
    width: 64px !important
}

.h-64,
.s-64 {
    height: 64px !important
}

.s-64 {
    width: 64px !important
}

.w-68 {
    width: 68px !important
}

.h-68,
.s-68 {
    height: 68px !important
}

.s-68 {
    width: 68px !important
}

.w-72 {
    width: 72px !important
}

.h-72,
.s-72 {
    height: 72px !important
}

.s-72 {
    width: 72px !important
}

.w-76 {
    width: 76px !important
}

.h-76,
.s-76 {
    height: 76px !important
}

.s-76 {
    width: 76px !important
}

.w-80 {
    width: 80px !important
}

.h-80,
.s-80 {
    height: 80px !important
}

.s-80 {
    width: 80px !important
}

.w-84 {
    width: 84px !important
}

.h-84,
.s-84 {
    height: 84px !important
}

.s-84 {
    width: 84px !important
}

.w-88 {
    width: 88px !important
}

.h-88,
.s-88 {
    height: 88px !important
}

.s-88 {
    width: 88px !important
}

.w-92 {
    width: 92px !important
}

.h-92,
.s-92 {
    height: 92px !important
}

.s-92 {
    width: 92px !important
}

.w-96 {
    width: 96px !important
}

.h-96,
.s-96 {
    height: 96px !important
}

.s-96 {
    width: 96px !important
}

.w-1 {
    width: 1px !important
}

.h-1 {
    height: 1px !important
}

.w-2 {
    width: 2px !important
}

.h-2 {
    height: 2px !important
}

.w-3 {
    width: 3px !important
}

.h-3 {
    height: 3px !important
}

@media(min-width:576px) {
    .sm\:w-auto {
        width: auto !important
    }

    .sm\:h-auto {
        height: auto !important
    }

    .sm\:w-p5 {
        width: 5% !important
    }

    .sm\:w-p10 {
        width: 10% !important
    }

    .sm\:w-p15 {
        width: 15% !important
    }

    .sm\:w-p20 {
        width: 20% !important
    }

    .sm\:w-p25 {
        width: 25% !important
    }

    .sm\:w-p30 {
        width: 30% !important
    }

    .sm\:w-p35 {
        width: 35% !important
    }

    .sm\:w-p40 {
        width: 40% !important
    }

    .sm\:w-p45 {
        width: 45% !important
    }

    .sm\:w-p50 {
        width: 50% !important
    }

    .sm\:w-p55 {
        width: 55% !important
    }

    .sm\:w-p60 {
        width: 60% !important
    }

    .sm\:w-p65 {
        width: 65% !important
    }

    .sm\:w-p70 {
        width: 70% !important
    }

    .sm\:w-p75 {
        width: 75% !important
    }

    .sm\:w-p80 {
        width: 80% !important
    }

    .sm\:w-p85 {
        width: 85% !important
    }

    .sm\:w-p90 {
        width: 90% !important
    }

    .sm\:w-p95 {
        width: 95% !important
    }

    .sm\:w-p100 {
        width: 100% !important
    }

    .sm\:h-p100 {
        height: 100% !important
    }

    .sm\:w-0 {
        width: 0 !important
    }

    .sm\:h-0,
    .sm\:s-0 {
        height: 0 !important
    }

    .sm\:s-0 {
        width: 0 !important
    }

    .sm\:w-4 {
        width: 4px !important
    }

    .sm\:h-4,
    .sm\:s-4 {
        height: 4px !important
    }

    .sm\:s-4 {
        width: 4px !important
    }

    .sm\:w-8 {
        width: 8px !important
    }

    .sm\:h-8,
    .sm\:s-8 {
        height: 8px !important
    }

    .sm\:s-8 {
        width: 8px !important
    }

    .sm\:w-12 {
        width: 12px !important
    }

    .sm\:h-12,
    .sm\:s-12 {
        height: 12px !important
    }

    .sm\:s-12 {
        width: 12px !important
    }

    .sm\:w-16 {
        width: 16px !important
    }

    .sm\:h-16,
    .sm\:s-16 {
        height: 16px !important
    }

    .sm\:s-16 {
        width: 16px !important
    }

    .sm\:w-20 {
        width: 20px !important
    }

    .sm\:h-20,
    .sm\:s-20 {
        height: 20px !important
    }

    .sm\:s-20 {
        width: 20px !important
    }

    .sm\:w-24 {
        width: 24px !important
    }

    .sm\:h-24,
    .sm\:s-24 {
        height: 24px !important
    }

    .sm\:s-24 {
        width: 24px !important
    }

    .sm\:w-28 {
        width: 28px !important
    }

    .sm\:h-28,
    .sm\:s-28 {
        height: 28px !important
    }

    .sm\:s-28 {
        width: 28px !important
    }

    .sm\:w-32 {
        width: 32px !important
    }

    .sm\:h-32,
    .sm\:s-32 {
        height: 32px !important
    }

    .sm\:s-32 {
        width: 32px !important
    }

    .sm\:w-36 {
        width: 36px !important
    }

    .sm\:h-36,
    .sm\:s-36 {
        height: 36px !important
    }

    .sm\:s-36 {
        width: 36px !important
    }

    .sm\:w-40 {
        width: 40px !important
    }

    .sm\:h-40,
    .sm\:s-40 {
        height: 40px !important
    }

    .sm\:s-40 {
        width: 40px !important
    }

    .sm\:w-44 {
        width: 44px !important
    }

    .sm\:h-44,
    .sm\:s-44 {
        height: 44px !important
    }

    .sm\:s-44 {
        width: 44px !important
    }

    .sm\:w-48 {
        width: 48px !important
    }

    .sm\:h-48,
    .sm\:s-48 {
        height: 48px !important
    }

    .sm\:s-48 {
        width: 48px !important
    }

    .sm\:w-52 {
        width: 52px !important
    }

    .sm\:h-52,
    .sm\:s-52 {
        height: 52px !important
    }

    .sm\:s-52 {
        width: 52px !important
    }

    .sm\:w-56 {
        width: 56px !important
    }

    .sm\:h-56,
    .sm\:s-56 {
        height: 56px !important
    }

    .sm\:s-56 {
        width: 56px !important
    }

    .sm\:w-60 {
        width: 60px !important
    }

    .sm\:h-60,
    .sm\:s-60 {
        height: 60px !important
    }

    .sm\:s-60 {
        width: 60px !important
    }

    .sm\:w-64 {
        width: 64px !important
    }

    .sm\:h-64,
    .sm\:s-64 {
        height: 64px !important
    }

    .sm\:s-64 {
        width: 64px !important
    }

    .sm\:w-68 {
        width: 68px !important
    }

    .sm\:h-68,
    .sm\:s-68 {
        height: 68px !important
    }

    .sm\:s-68 {
        width: 68px !important
    }

    .sm\:w-72 {
        width: 72px !important
    }

    .sm\:h-72,
    .sm\:s-72 {
        height: 72px !important
    }

    .sm\:s-72 {
        width: 72px !important
    }

    .sm\:w-76 {
        width: 76px !important
    }

    .sm\:h-76,
    .sm\:s-76 {
        height: 76px !important
    }

    .sm\:s-76 {
        width: 76px !important
    }

    .sm\:w-80 {
        width: 80px !important
    }

    .sm\:h-80,
    .sm\:s-80 {
        height: 80px !important
    }

    .sm\:s-80 {
        width: 80px !important
    }

    .sm\:w-84 {
        width: 84px !important
    }

    .sm\:h-84,
    .sm\:s-84 {
        height: 84px !important
    }

    .sm\:s-84 {
        width: 84px !important
    }

    .sm\:w-88 {
        width: 88px !important
    }

    .sm\:h-88,
    .sm\:s-88 {
        height: 88px !important
    }

    .sm\:s-88 {
        width: 88px !important
    }

    .sm\:w-92 {
        width: 92px !important
    }

    .sm\:h-92,
    .sm\:s-92 {
        height: 92px !important
    }

    .sm\:s-92 {
        width: 92px !important
    }

    .sm\:w-96 {
        width: 96px !important
    }

    .sm\:h-96,
    .sm\:s-96 {
        height: 96px !important
    }

    .sm\:s-96 {
        width: 96px !important
    }

    .sm\:w-1 {
        width: 1px !important
    }

    .sm\:h-1 {
        height: 1px !important
    }

    .sm\:w-2 {
        width: 2px !important
    }

    .sm\:h-2 {
        height: 2px !important
    }

    .sm\:w-3 {
        width: 3px !important
    }

    .sm\:h-3 {
        height: 3px !important
    }
}

@media(min-width:768px) {
    .md\:w-auto {
        width: auto !important
    }

    .md\:h-auto {
        height: auto !important
    }

    .md\:w-p5 {
        width: 5% !important
    }

    .md\:w-p10 {
        width: 10% !important
    }

    .md\:w-p15 {
        width: 15% !important
    }

    .md\:w-p20 {
        width: 20% !important
    }

    .md\:w-p25 {
        width: 25% !important
    }

    .md\:w-p30 {
        width: 30% !important
    }

    .md\:w-p35 {
        width: 35% !important
    }

    .md\:w-p40 {
        width: 40% !important
    }

    .md\:w-p45 {
        width: 45% !important
    }

    .md\:w-p50 {
        width: 50% !important
    }

    .md\:w-p55 {
        width: 55% !important
    }

    .md\:w-p60 {
        width: 60% !important
    }

    .md\:w-p65 {
        width: 65% !important
    }

    .md\:w-p70 {
        width: 70% !important
    }

    .md\:w-p75 {
        width: 75% !important
    }

    .md\:w-p80 {
        width: 80% !important
    }

    .md\:w-p85 {
        width: 85% !important
    }

    .md\:w-p90 {
        width: 90% !important
    }

    .md\:w-p95 {
        width: 95% !important
    }

    .md\:w-p100 {
        width: 100% !important
    }

    .md\:h-p100 {
        height: 100% !important
    }

    .md\:w-0 {
        width: 0 !important
    }

    .md\:h-0,
    .md\:s-0 {
        height: 0 !important
    }

    .md\:s-0 {
        width: 0 !important
    }

    .md\:w-4 {
        width: 4px !important
    }

    .md\:h-4,
    .md\:s-4 {
        height: 4px !important
    }

    .md\:s-4 {
        width: 4px !important
    }

    .md\:w-8 {
        width: 8px !important
    }

    .md\:h-8,
    .md\:s-8 {
        height: 8px !important
    }

    .md\:s-8 {
        width: 8px !important
    }

    .md\:w-12 {
        width: 12px !important
    }

    .md\:h-12,
    .md\:s-12 {
        height: 12px !important
    }

    .md\:s-12 {
        width: 12px !important
    }

    .md\:w-16 {
        width: 16px !important
    }

    .md\:h-16,
    .md\:s-16 {
        height: 16px !important
    }

    .md\:s-16 {
        width: 16px !important
    }

    .md\:w-20 {
        width: 20px !important
    }

    .md\:h-20,
    .md\:s-20 {
        height: 20px !important
    }

    .md\:s-20 {
        width: 20px !important
    }

    .md\:w-24 {
        width: 24px !important
    }

    .md\:h-24,
    .md\:s-24 {
        height: 24px !important
    }

    .md\:s-24 {
        width: 24px !important
    }

    .md\:w-28 {
        width: 28px !important
    }

    .md\:h-28,
    .md\:s-28 {
        height: 28px !important
    }

    .md\:s-28 {
        width: 28px !important
    }

    .md\:w-32 {
        width: 32px !important
    }

    .md\:h-32,
    .md\:s-32 {
        height: 32px !important
    }

    .md\:s-32 {
        width: 32px !important
    }

    .md\:w-36 {
        width: 36px !important
    }

    .md\:h-36,
    .md\:s-36 {
        height: 36px !important
    }

    .md\:s-36 {
        width: 36px !important
    }

    .md\:w-40 {
        width: 40px !important
    }

    .md\:h-40,
    .md\:s-40 {
        height: 40px !important
    }

    .md\:s-40 {
        width: 40px !important
    }

    .md\:w-44 {
        width: 44px !important
    }

    .md\:h-44,
    .md\:s-44 {
        height: 44px !important
    }

    .md\:s-44 {
        width: 44px !important
    }

    .md\:w-48 {
        width: 48px !important
    }

    .md\:h-48,
    .md\:s-48 {
        height: 48px !important
    }

    .md\:s-48 {
        width: 48px !important
    }

    .md\:w-52 {
        width: 52px !important
    }

    .md\:h-52,
    .md\:s-52 {
        height: 52px !important
    }

    .md\:s-52 {
        width: 52px !important
    }

    .md\:w-56 {
        width: 56px !important
    }

    .md\:h-56,
    .md\:s-56 {
        height: 56px !important
    }

    .md\:s-56 {
        width: 56px !important
    }

    .md\:w-60 {
        width: 60px !important
    }

    .md\:h-60,
    .md\:s-60 {
        height: 60px !important
    }

    .md\:s-60 {
        width: 60px !important
    }

    .md\:w-64 {
        width: 64px !important
    }

    .md\:h-64,
    .md\:s-64 {
        height: 64px !important
    }

    .md\:s-64 {
        width: 64px !important
    }

    .md\:w-68 {
        width: 68px !important
    }

    .md\:h-68,
    .md\:s-68 {
        height: 68px !important
    }

    .md\:s-68 {
        width: 68px !important
    }

    .md\:w-72 {
        width: 72px !important
    }

    .md\:h-72,
    .md\:s-72 {
        height: 72px !important
    }

    .md\:s-72 {
        width: 72px !important
    }

    .md\:w-76 {
        width: 76px !important
    }

    .md\:h-76,
    .md\:s-76 {
        height: 76px !important
    }

    .md\:s-76 {
        width: 76px !important
    }

    .md\:w-80 {
        width: 80px !important
    }

    .md\:h-80,
    .md\:s-80 {
        height: 80px !important
    }

    .md\:s-80 {
        width: 80px !important
    }

    .md\:w-84 {
        width: 84px !important
    }

    .md\:h-84,
    .md\:s-84 {
        height: 84px !important
    }

    .md\:s-84 {
        width: 84px !important
    }

    .md\:w-88 {
        width: 88px !important
    }

    .md\:h-88,
    .md\:s-88 {
        height: 88px !important
    }

    .md\:s-88 {
        width: 88px !important
    }

    .md\:w-92 {
        width: 92px !important
    }

    .md\:h-92,
    .md\:s-92 {
        height: 92px !important
    }

    .md\:s-92 {
        width: 92px !important
    }

    .md\:w-96 {
        width: 96px !important
    }

    .md\:h-96,
    .md\:s-96 {
        height: 96px !important
    }

    .md\:s-96 {
        width: 96px !important
    }

    .md\:w-1 {
        width: 1px !important
    }

    .md\:h-1 {
        height: 1px !important
    }

    .md\:w-2 {
        width: 2px !important
    }

    .md\:h-2 {
        height: 2px !important
    }

    .md\:w-3 {
        width: 3px !important
    }

    .md\:h-3 {
        height: 3px !important
    }
}

@media(min-width:992px) {
    .lg\:w-auto {
        width: auto !important
    }

    .lg\:h-auto {
        height: auto !important
    }

    .lg\:w-p5 {
        width: 5% !important
    }

    .lg\:w-p10 {
        width: 10% !important
    }

    .lg\:w-p15 {
        width: 15% !important
    }

    .lg\:w-p20 {
        width: 20% !important
    }

    .lg\:w-p25 {
        width: 25% !important
    }

    .lg\:w-p30 {
        width: 30% !important
    }

    .lg\:w-p35 {
        width: 35% !important
    }

    .lg\:w-p40 {
        width: 40% !important
    }

    .lg\:w-p45 {
        width: 45% !important
    }

    .lg\:w-p50 {
        width: 50% !important
    }

    .lg\:w-p55 {
        width: 55% !important
    }

    .lg\:w-p60 {
        width: 60% !important
    }

    .lg\:w-p65 {
        width: 65% !important
    }

    .lg\:w-p70 {
        width: 70% !important
    }

    .lg\:w-p75 {
        width: 75% !important
    }

    .lg\:w-p80 {
        width: 80% !important
    }

    .lg\:w-p85 {
        width: 85% !important
    }

    .lg\:w-p90 {
        width: 90% !important
    }

    .lg\:w-p95 {
        width: 95% !important
    }

    .lg\:w-p100 {
        width: 100% !important
    }

    .lg\:h-p100 {
        height: 100% !important
    }

    .lg\:w-0 {
        width: 0 !important
    }

    .lg\:h-0,
    .lg\:s-0 {
        height: 0 !important
    }

    .lg\:s-0 {
        width: 0 !important
    }

    .lg\:w-4 {
        width: 4px !important
    }

    .lg\:h-4,
    .lg\:s-4 {
        height: 4px !important
    }

    .lg\:s-4 {
        width: 4px !important
    }

    .lg\:w-8 {
        width: 8px !important
    }

    .lg\:h-8,
    .lg\:s-8 {
        height: 8px !important
    }

    .lg\:s-8 {
        width: 8px !important
    }

    .lg\:w-12 {
        width: 12px !important
    }

    .lg\:h-12,
    .lg\:s-12 {
        height: 12px !important
    }

    .lg\:s-12 {
        width: 12px !important
    }

    .lg\:w-16 {
        width: 16px !important
    }

    .lg\:h-16,
    .lg\:s-16 {
        height: 16px !important
    }

    .lg\:s-16 {
        width: 16px !important
    }

    .lg\:w-20 {
        width: 20px !important
    }

    .lg\:h-20,
    .lg\:s-20 {
        height: 20px !important
    }

    .lg\:s-20 {
        width: 20px !important
    }

    .lg\:w-24 {
        width: 24px !important
    }

    .lg\:h-24,
    .lg\:s-24 {
        height: 24px !important
    }

    .lg\:s-24 {
        width: 24px !important
    }

    .lg\:w-28 {
        width: 28px !important
    }

    .lg\:h-28,
    .lg\:s-28 {
        height: 28px !important
    }

    .lg\:s-28 {
        width: 28px !important
    }

    .lg\:w-32 {
        width: 32px !important
    }

    .lg\:h-32,
    .lg\:s-32 {
        height: 32px !important
    }

    .lg\:s-32 {
        width: 32px !important
    }

    .lg\:w-36 {
        width: 36px !important
    }

    .lg\:h-36,
    .lg\:s-36 {
        height: 36px !important
    }

    .lg\:s-36 {
        width: 36px !important
    }

    .lg\:w-40 {
        width: 40px !important
    }

    .lg\:h-40,
    .lg\:s-40 {
        height: 40px !important
    }

    .lg\:s-40 {
        width: 40px !important
    }

    .lg\:w-44 {
        width: 44px !important
    }

    .lg\:h-44,
    .lg\:s-44 {
        height: 44px !important
    }

    .lg\:s-44 {
        width: 44px !important
    }

    .lg\:w-48 {
        width: 48px !important
    }

    .lg\:h-48,
    .lg\:s-48 {
        height: 48px !important
    }

    .lg\:s-48 {
        width: 48px !important
    }

    .lg\:w-52 {
        width: 52px !important
    }

    .lg\:h-52,
    .lg\:s-52 {
        height: 52px !important
    }

    .lg\:s-52 {
        width: 52px !important
    }

    .lg\:w-56 {
        width: 56px !important
    }

    .lg\:h-56,
    .lg\:s-56 {
        height: 56px !important
    }

    .lg\:s-56 {
        width: 56px !important
    }

    .lg\:w-60 {
        width: 60px !important
    }

    .lg\:h-60,
    .lg\:s-60 {
        height: 60px !important
    }

    .lg\:s-60 {
        width: 60px !important
    }

    .lg\:w-64 {
        width: 64px !important
    }

    .lg\:h-64,
    .lg\:s-64 {
        height: 64px !important
    }

    .lg\:s-64 {
        width: 64px !important
    }

    .lg\:w-68 {
        width: 68px !important
    }

    .lg\:h-68,
    .lg\:s-68 {
        height: 68px !important
    }

    .lg\:s-68 {
        width: 68px !important
    }

    .lg\:w-72 {
        width: 72px !important
    }

    .lg\:h-72,
    .lg\:s-72 {
        height: 72px !important
    }

    .lg\:s-72 {
        width: 72px !important
    }

    .lg\:w-76 {
        width: 76px !important
    }

    .lg\:h-76,
    .lg\:s-76 {
        height: 76px !important
    }

    .lg\:s-76 {
        width: 76px !important
    }

    .lg\:w-80 {
        width: 80px !important
    }

    .lg\:h-80,
    .lg\:s-80 {
        height: 80px !important
    }

    .lg\:s-80 {
        width: 80px !important
    }

    .lg\:w-84 {
        width: 84px !important
    }

    .lg\:h-84,
    .lg\:s-84 {
        height: 84px !important
    }

    .lg\:s-84 {
        width: 84px !important
    }

    .lg\:w-88 {
        width: 88px !important
    }

    .lg\:h-88,
    .lg\:s-88 {
        height: 88px !important
    }

    .lg\:s-88 {
        width: 88px !important
    }

    .lg\:w-92 {
        width: 92px !important
    }

    .lg\:h-92,
    .lg\:s-92 {
        height: 92px !important
    }

    .lg\:s-92 {
        width: 92px !important
    }

    .lg\:w-96 {
        width: 96px !important
    }

    .lg\:h-96,
    .lg\:s-96 {
        height: 96px !important
    }

    .lg\:s-96 {
        width: 96px !important
    }

    .lg\:w-1 {
        width: 1px !important
    }

    .lg\:h-1 {
        height: 1px !important
    }

    .lg\:w-2 {
        width: 2px !important
    }

    .lg\:h-2 {
        height: 2px !important
    }

    .lg\:w-3 {
        width: 3px !important
    }

    .lg\:h-3 {
        height: 3px !important
    }
}

@media(min-width:1200px) {
    .xl\:w-auto {
        width: auto !important
    }

    .xl\:h-auto {
        height: auto !important
    }

    .xl\:w-p5 {
        width: 5% !important
    }

    .xl\:w-p10 {
        width: 10% !important
    }

    .xl\:w-p15 {
        width: 15% !important
    }

    .xl\:w-p20 {
        width: 20% !important
    }

    .xl\:w-p25 {
        width: 25% !important
    }

    .xl\:w-p30 {
        width: 30% !important
    }

    .xl\:w-p35 {
        width: 35% !important
    }

    .xl\:w-p40 {
        width: 40% !important
    }

    .xl\:w-p45 {
        width: 45% !important
    }

    .xl\:w-p50 {
        width: 50% !important
    }

    .xl\:w-p55 {
        width: 55% !important
    }

    .xl\:w-p60 {
        width: 60% !important
    }

    .xl\:w-p65 {
        width: 65% !important
    }

    .xl\:w-p70 {
        width: 70% !important
    }

    .xl\:w-p75 {
        width: 75% !important
    }

    .xl\:w-p80 {
        width: 80% !important
    }

    .xl\:w-p85 {
        width: 85% !important
    }

    .xl\:w-p90 {
        width: 90% !important
    }

    .xl\:w-p95 {
        width: 95% !important
    }

    .xl\:w-p100 {
        width: 100% !important
    }

    .xl\:h-p100 {
        height: 100% !important
    }

    .xl\:w-0 {
        width: 0 !important
    }

    .xl\:h-0,
    .xl\:s-0 {
        height: 0 !important
    }

    .xl\:s-0 {
        width: 0 !important
    }

    .xl\:w-4 {
        width: 4px !important
    }

    .xl\:h-4,
    .xl\:s-4 {
        height: 4px !important
    }

    .xl\:s-4 {
        width: 4px !important
    }

    .xl\:w-8 {
        width: 8px !important
    }

    .xl\:h-8,
    .xl\:s-8 {
        height: 8px !important
    }

    .xl\:s-8 {
        width: 8px !important
    }

    .xl\:w-12 {
        width: 12px !important
    }

    .xl\:h-12,
    .xl\:s-12 {
        height: 12px !important
    }

    .xl\:s-12 {
        width: 12px !important
    }

    .xl\:w-16 {
        width: 16px !important
    }

    .xl\:h-16,
    .xl\:s-16 {
        height: 16px !important
    }

    .xl\:s-16 {
        width: 16px !important
    }

    .xl\:w-20 {
        width: 20px !important
    }

    .xl\:h-20,
    .xl\:s-20 {
        height: 20px !important
    }

    .xl\:s-20 {
        width: 20px !important
    }

    .xl\:w-24 {
        width: 24px !important
    }

    .xl\:h-24,
    .xl\:s-24 {
        height: 24px !important
    }

    .xl\:s-24 {
        width: 24px !important
    }

    .xl\:w-28 {
        width: 28px !important
    }

    .xl\:h-28,
    .xl\:s-28 {
        height: 28px !important
    }

    .xl\:s-28 {
        width: 28px !important
    }

    .xl\:w-32 {
        width: 32px !important
    }

    .xl\:h-32,
    .xl\:s-32 {
        height: 32px !important
    }

    .xl\:s-32 {
        width: 32px !important
    }

    .xl\:w-36 {
        width: 36px !important
    }

    .xl\:h-36,
    .xl\:s-36 {
        height: 36px !important
    }

    .xl\:s-36 {
        width: 36px !important
    }

    .xl\:w-40 {
        width: 40px !important
    }

    .xl\:h-40,
    .xl\:s-40 {
        height: 40px !important
    }

    .xl\:s-40 {
        width: 40px !important
    }

    .xl\:w-44 {
        width: 44px !important
    }

    .xl\:h-44,
    .xl\:s-44 {
        height: 44px !important
    }

    .xl\:s-44 {
        width: 44px !important
    }

    .xl\:w-48 {
        width: 48px !important
    }

    .xl\:h-48,
    .xl\:s-48 {
        height: 48px !important
    }

    .xl\:s-48 {
        width: 48px !important
    }

    .xl\:w-52 {
        width: 52px !important
    }

    .xl\:h-52,
    .xl\:s-52 {
        height: 52px !important
    }

    .xl\:s-52 {
        width: 52px !important
    }

    .xl\:w-56 {
        width: 56px !important
    }

    .xl\:h-56,
    .xl\:s-56 {
        height: 56px !important
    }

    .xl\:s-56 {
        width: 56px !important
    }

    .xl\:w-60 {
        width: 60px !important
    }

    .xl\:h-60,
    .xl\:s-60 {
        height: 60px !important
    }

    .xl\:s-60 {
        width: 60px !important
    }

    .xl\:w-64 {
        width: 64px !important
    }

    .xl\:h-64,
    .xl\:s-64 {
        height: 64px !important
    }

    .xl\:s-64 {
        width: 64px !important
    }

    .xl\:w-68 {
        width: 68px !important
    }

    .xl\:h-68,
    .xl\:s-68 {
        height: 68px !important
    }

    .xl\:s-68 {
        width: 68px !important
    }

    .xl\:w-72 {
        width: 72px !important
    }

    .xl\:h-72,
    .xl\:s-72 {
        height: 72px !important
    }

    .xl\:s-72 {
        width: 72px !important
    }

    .xl\:w-76 {
        width: 76px !important
    }

    .xl\:h-76,
    .xl\:s-76 {
        height: 76px !important
    }

    .xl\:s-76 {
        width: 76px !important
    }

    .xl\:w-80 {
        width: 80px !important
    }

    .xl\:h-80,
    .xl\:s-80 {
        height: 80px !important
    }

    .xl\:s-80 {
        width: 80px !important
    }

    .xl\:w-84 {
        width: 84px !important
    }

    .xl\:h-84,
    .xl\:s-84 {
        height: 84px !important
    }

    .xl\:s-84 {
        width: 84px !important
    }

    .xl\:w-88 {
        width: 88px !important
    }

    .xl\:h-88,
    .xl\:s-88 {
        height: 88px !important
    }

    .xl\:s-88 {
        width: 88px !important
    }

    .xl\:w-92 {
        width: 92px !important
    }

    .xl\:h-92,
    .xl\:s-92 {
        height: 92px !important
    }

    .xl\:s-92 {
        width: 92px !important
    }

    .xl\:w-96 {
        width: 96px !important
    }

    .xl\:h-96,
    .xl\:s-96 {
        height: 96px !important
    }

    .xl\:s-96 {
        width: 96px !important
    }

    .xl\:w-1 {
        width: 1px !important
    }

    .xl\:h-1 {
        height: 1px !important
    }

    .xl\:w-2 {
        width: 2px !important
    }

    .xl\:h-2 {
        height: 2px !important
    }

    .xl\:w-3 {
        width: 3px !important
    }

    .xl\:h-3 {
        height: 3px !important
    }
}

@media(min-width:1900px) {
    .xxl\:w-auto {
        width: auto !important
    }

    .xxl\:h-auto {
        height: auto !important
    }

    .xxl\:w-p5 {
        width: 5% !important
    }

    .xxl\:w-p10 {
        width: 10% !important
    }

    .xxl\:w-p15 {
        width: 15% !important
    }

    .xxl\:w-p20 {
        width: 20% !important
    }

    .xxl\:w-p25 {
        width: 25% !important
    }

    .xxl\:w-p30 {
        width: 30% !important
    }

    .xxl\:w-p35 {
        width: 35% !important
    }

    .xxl\:w-p40 {
        width: 40% !important
    }

    .xxl\:w-p45 {
        width: 45% !important
    }

    .xxl\:w-p50 {
        width: 50% !important
    }

    .xxl\:w-p55 {
        width: 55% !important
    }

    .xxl\:w-p60 {
        width: 60% !important
    }

    .xxl\:w-p65 {
        width: 65% !important
    }

    .xxl\:w-p70 {
        width: 70% !important
    }

    .xxl\:w-p75 {
        width: 75% !important
    }

    .xxl\:w-p80 {
        width: 80% !important
    }

    .xxl\:w-p85 {
        width: 85% !important
    }

    .xxl\:w-p90 {
        width: 90% !important
    }

    .xxl\:w-p95 {
        width: 95% !important
    }

    .xxl\:w-p100 {
        width: 100% !important
    }

    .xxl\:h-p100 {
        height: 100% !important
    }

    .xxl\:w-0 {
        width: 0 !important
    }

    .xxl\:h-0,
    .xxl\:s-0 {
        height: 0 !important
    }

    .xxl\:s-0 {
        width: 0 !important
    }

    .xxl\:w-4 {
        width: 4px !important
    }

    .xxl\:h-4,
    .xxl\:s-4 {
        height: 4px !important
    }

    .xxl\:s-4 {
        width: 4px !important
    }

    .xxl\:w-8 {
        width: 8px !important
    }

    .xxl\:h-8,
    .xxl\:s-8 {
        height: 8px !important
    }

    .xxl\:s-8 {
        width: 8px !important
    }

    .xxl\:w-12 {
        width: 12px !important
    }

    .xxl\:h-12,
    .xxl\:s-12 {
        height: 12px !important
    }

    .xxl\:s-12 {
        width: 12px !important
    }

    .xxl\:w-16 {
        width: 16px !important
    }

    .xxl\:h-16,
    .xxl\:s-16 {
        height: 16px !important
    }

    .xxl\:s-16 {
        width: 16px !important
    }

    .xxl\:w-20 {
        width: 20px !important
    }

    .xxl\:h-20,
    .xxl\:s-20 {
        height: 20px !important
    }

    .xxl\:s-20 {
        width: 20px !important
    }

    .xxl\:w-24 {
        width: 24px !important
    }

    .xxl\:h-24,
    .xxl\:s-24 {
        height: 24px !important
    }

    .xxl\:s-24 {
        width: 24px !important
    }

    .xxl\:w-28 {
        width: 28px !important
    }

    .xxl\:h-28,
    .xxl\:s-28 {
        height: 28px !important
    }

    .xxl\:s-28 {
        width: 28px !important
    }

    .xxl\:w-32 {
        width: 32px !important
    }

    .xxl\:h-32,
    .xxl\:s-32 {
        height: 32px !important
    }

    .xxl\:s-32 {
        width: 32px !important
    }

    .xxl\:w-36 {
        width: 36px !important
    }

    .xxl\:h-36,
    .xxl\:s-36 {
        height: 36px !important
    }

    .xxl\:s-36 {
        width: 36px !important
    }

    .xxl\:w-40 {
        width: 40px !important
    }

    .xxl\:h-40,
    .xxl\:s-40 {
        height: 40px !important
    }

    .xxl\:s-40 {
        width: 40px !important
    }

    .xxl\:w-44 {
        width: 44px !important
    }

    .xxl\:h-44,
    .xxl\:s-44 {
        height: 44px !important
    }

    .xxl\:s-44 {
        width: 44px !important
    }

    .xxl\:w-48 {
        width: 48px !important
    }

    .xxl\:h-48,
    .xxl\:s-48 {
        height: 48px !important
    }

    .xxl\:s-48 {
        width: 48px !important
    }

    .xxl\:w-52 {
        width: 52px !important
    }

    .xxl\:h-52,
    .xxl\:s-52 {
        height: 52px !important
    }

    .xxl\:s-52 {
        width: 52px !important
    }

    .xxl\:w-56 {
        width: 56px !important
    }

    .xxl\:h-56,
    .xxl\:s-56 {
        height: 56px !important
    }

    .xxl\:s-56 {
        width: 56px !important
    }

    .xxl\:w-60 {
        width: 60px !important
    }

    .xxl\:h-60,
    .xxl\:s-60 {
        height: 60px !important
    }

    .xxl\:s-60 {
        width: 60px !important
    }

    .xxl\:w-64 {
        width: 64px !important
    }

    .xxl\:h-64,
    .xxl\:s-64 {
        height: 64px !important
    }

    .xxl\:s-64 {
        width: 64px !important
    }

    .xxl\:w-68 {
        width: 68px !important
    }

    .xxl\:h-68,
    .xxl\:s-68 {
        height: 68px !important
    }

    .xxl\:s-68 {
        width: 68px !important
    }

    .xxl\:w-72 {
        width: 72px !important
    }

    .xxl\:h-72,
    .xxl\:s-72 {
        height: 72px !important
    }

    .xxl\:s-72 {
        width: 72px !important
    }

    .xxl\:w-76 {
        width: 76px !important
    }

    .xxl\:h-76,
    .xxl\:s-76 {
        height: 76px !important
    }

    .xxl\:s-76 {
        width: 76px !important
    }

    .xxl\:w-80 {
        width: 80px !important
    }

    .xxl\:h-80,
    .xxl\:s-80 {
        height: 80px !important
    }

    .xxl\:s-80 {
        width: 80px !important
    }

    .xxl\:w-84 {
        width: 84px !important
    }

    .xxl\:h-84,
    .xxl\:s-84 {
        height: 84px !important
    }

    .xxl\:s-84 {
        width: 84px !important
    }

    .xxl\:w-88 {
        width: 88px !important
    }

    .xxl\:h-88,
    .xxl\:s-88 {
        height: 88px !important
    }

    .xxl\:s-88 {
        width: 88px !important
    }

    .xxl\:w-92 {
        width: 92px !important
    }

    .xxl\:h-92,
    .xxl\:s-92 {
        height: 92px !important
    }

    .xxl\:s-92 {
        width: 92px !important
    }

    .xxl\:w-96 {
        width: 96px !important
    }

    .xxl\:h-96,
    .xxl\:s-96 {
        height: 96px !important
    }

    .xxl\:s-96 {
        width: 96px !important
    }

    .xxl\:w-1 {
        width: 1px !important
    }

    .xxl\:h-1 {
        height: 1px !important
    }

    .xxl\:w-2 {
        width: 2px !important
    }

    .xxl\:h-2 {
        height: 2px !important
    }

    .xxl\:w-3 {
        width: 3px !important
    }

    .xxl\:h-3 {
        height: 3px !important
    }
}

.bg-white {
    background-color: #fff
}

.bg-grey-transparent {
    background-color: hsla(0, 0%, 78%, .2)
}

.bg-orange {
    background-color: #e99527 !important
}

.bg-orange a {
    color: #fff !important
}

.bg-orange a,
.bg-orange a:hover {
    text-decoration: underline
}

.bg-blue {
    background-color: #009efc !important
}

.bg-green {
    background-color: rgba(51, 204, 0, .1) !important
}

.bg-grey {
    background-color: #f7f7f7 !important
}

.bg-blue-020 {
    background-color: #f5fbff !important
}

.bg-blue-050 {
    background-color: #e5f5fe !important
}

.bg-blue-500 {
    background-color: #009efc !important
}

.bg-red-500 {
    background-color: #e50915 !important
}

.bg-green-500 {
    background-color: #3c0 !important
}

.bg-grey-050 {
    background-color: #f8f8f8 !important
}

.bg-grey-100 {
    background-color: #f5f5f5 !important
}

.bg-grey-200 {
    background-color: #eaeaea !important
}

.bg-orange-020,
.bg-red-020 {
    background-color: rgba(255, 166, 20, .1) !important
}

.hover\:bg-grey-050 {
    cursor: pointer
}

.hover\:bg-grey-050:hover {
    background-color: #f8f8f8 !important
}

.hover\:bg-grey-100 {
    cursor: pointer
}

.hover\:bg-grey-100:hover {
    background-color: #f5f5f5 !important
}

.hover\:bg-grey-200 {
    cursor: pointer
}

.hover\:bg-grey-200:hover {
    background-color: #eaeaea !important
}

.hover\:bg-blue-050 {
    cursor: pointer
}

.hover\:bg-blue-050:hover {
    background-color: #e5f5fe !important
}

.bg-dark-blue {
    background-color: #154566
}

.bg-cornflower-blue {
    background-color: rgba(229, 245, 254, .6)
}

.bg-alabaster,
.preloader-box {
    background-color: #fbfbfb !important
}

.border-blue {
    border: 1px solid #009efc !important
}

.border-green {
    border: 1px solid #3c0 !important
}

.border-grey {
    border: 1px solid #999 !important
}

.border-grey-100 {
    border: 1px solid #f5f5f5 !important
}

.border-top-grey-050 {
    border-top: 1px solid #f8f8f8 !important
}

.border-top-grey-100 {
    border-top: 1px solid #f5f5f5 !important
}

.border-bottom-grey-100 {
    border-bottom: 1px solid #f5f5f5 !important
}

.border-bottom-grey-050 {
    border-bottom: 1px solid #f8f8f8 !important
}

.border-top-grey-200 {
    border-top: 1px solid #eaeaea !important
}

.border-bottom-grey-200 {
    border-bottom: 1px solid #eaeaea !important
}

.border-radius-0 {
    border-radius: 0
}

.border-rounded {
    border-radius: 4px
}

.border-rounded-8 {
    border-radius: 8px
}

.border-circle {
    border-radius: 50%
}

.border-grey-200 {
    border: 1px solid #eaeaea !important
}

@media(min-width:576px) {
    .sm\:border-radius-0 {
        border-radius: 0
    }

    .sm\:border-rounded {
        border-radius: 4px
    }

    .sm\:border-rounded-8 {
        border-radius: 8px
    }

    .sm\:border-circle {
        border-radius: 50%
    }

    .sm\:border-grey-200 {
        border: 1px solid #eaeaea !important
    }
}

@media(min-width:768px) {
    .md\:border-radius-0 {
        border-radius: 0
    }

    .md\:border-rounded {
        border-radius: 4px
    }

    .md\:border-rounded-8 {
        border-radius: 8px
    }

    .md\:border-circle {
        border-radius: 50%
    }

    .md\:border-grey-200 {
        border: 1px solid #eaeaea !important
    }
}

@media(min-width:992px) {
    .lg\:border-radius-0 {
        border-radius: 0
    }

    .lg\:border-rounded {
        border-radius: 4px
    }

    .lg\:border-rounded-8 {
        border-radius: 8px
    }

    .lg\:border-circle {
        border-radius: 50%
    }

    .lg\:border-grey-200 {
        border: 1px solid #eaeaea !important
    }
}

@media(min-width:1200px) {
    .xl\:border-radius-0 {
        border-radius: 0
    }

    .xl\:border-rounded {
        border-radius: 4px
    }

    .xl\:border-rounded-8 {
        border-radius: 8px
    }

    .xl\:border-circle {
        border-radius: 50%
    }

    .xl\:border-grey-200 {
        border: 1px solid #eaeaea !important
    }
}

@media(min-width:1900px) {
    .xxl\:border-radius-0 {
        border-radius: 0
    }

    .xxl\:border-rounded {
        border-radius: 4px
    }

    .xxl\:border-rounded-8 {
        border-radius: 8px
    }

    .xxl\:border-circle {
        border-radius: 50%
    }

    .xxl\:border-grey-200 {
        border: 1px solid #eaeaea !important
    }
}

.border-radius-0 {
    border-radius: 0 !important
}

.ts-xxs {
    font-size: .6875rem !important
}

.search-wrapper .sw-dropdown-btn,
.ts-xs {
    font-size: .75rem !important
}

.ts-sm {
    font-size: .875rem !important
}

.ts-md {
    font-size: 1rem !important
}

.ts-md-1 {
    font-size: 1.125rem !important
}

.search-wrapper_clear,
.ts-lg {
    font-size: 1.2rem !important
}

.ts-xl {
    font-size: 1.25rem !important
}

.ts-xxl {
    font-size: 1.5rem !important
}

.ts-3xl {
    font-size: 2rem !important
}

.ts-4xl {
    font-size: 2.5rem !important
}

.tl-1 {
    line-height: 1 !important
}

.tl-1p1 {
    line-height: 1.1 !important
}

.tl-1p2 {
    line-height: 1.2 !important
}

.tl-1p3 {
    line-height: 1.3 !important
}

.tl-1p5 {
    line-height: 1.5 !important
}

.tl-1p6 {
    line-height: 1.6 !important
}

.tl-1p7 {
    line-height: 1.7 !important
}

.tl-1p8 {
    line-height: 1.8 !important
}

.tl-2 {
    line-height: 2 !important
}

.ls-1 {
    letter-spacing: 1px !important
}

@media(min-width:576px) {
    .sm\:ts-xxs {
        font-size: .6875rem !important
    }

    .sm\:ts-xs {
        font-size: .75rem !important
    }

    .sm\:ts-sm {
        font-size: .875rem !important
    }

    .sm\:ts-md {
        font-size: 1rem !important
    }

    .sm\:ts-md-1 {
        font-size: 1.125rem !important
    }

    .sm\:ts-lg {
        font-size: 1.2rem !important
    }

    .sm\:ts-xl {
        font-size: 1.25rem !important
    }

    .sm\:ts-xxl {
        font-size: 1.5rem !important
    }

    .sm\:ts-3xl {
        font-size: 2rem !important
    }

    .sm\:ts-4xl {
        font-size: 2.5rem !important
    }

    .sm\:tl-1 {
        line-height: 1 !important
    }

    .sm\:tl-1p1 {
        line-height: 1.1 !important
    }

    .sm\:tl-1p2 {
        line-height: 1.2 !important
    }

    .sm\:tl-1p3 {
        line-height: 1.3 !important
    }

    .sm\:tl-1p5 {
        line-height: 1.5 !important
    }

    .sm\:tl-1p6 {
        line-height: 1.6 !important
    }

    .sm\:tl-1p7 {
        line-height: 1.7 !important
    }

    .sm\:tl-1p8 {
        line-height: 1.8 !important
    }

    .sm\:tl-2 {
        line-height: 2 !important
    }

    .sm\:ls-1 {
        letter-spacing: 1px !important
    }
}

@media(min-width:768px) {
    .md\:ts-xxs {
        font-size: .6875rem !important
    }

    .md\:ts-xs {
        font-size: .75rem !important
    }

    .md\:ts-sm {
        font-size: .875rem !important
    }

    .md\:ts-md {
        font-size: 1rem !important
    }

    .md\:ts-md-1 {
        font-size: 1.125rem !important
    }

    .md\:ts-lg {
        font-size: 1.2rem !important
    }

    .md\:ts-xl {
        font-size: 1.25rem !important
    }

    .md\:ts-xxl {
        font-size: 1.5rem !important
    }

    .md\:ts-3xl {
        font-size: 2rem !important
    }

    .md\:ts-4xl {
        font-size: 2.5rem !important
    }

    .md\:tl-1 {
        line-height: 1 !important
    }

    .md\:tl-1p1 {
        line-height: 1.1 !important
    }

    .md\:tl-1p2 {
        line-height: 1.2 !important
    }

    .md\:tl-1p3 {
        line-height: 1.3 !important
    }

    .md\:tl-1p5 {
        line-height: 1.5 !important
    }

    .md\:tl-1p6 {
        line-height: 1.6 !important
    }

    .md\:tl-1p7 {
        line-height: 1.7 !important
    }

    .md\:tl-1p8 {
        line-height: 1.8 !important
    }

    .md\:tl-2 {
        line-height: 2 !important
    }

    .md\:ls-1 {
        letter-spacing: 1px !important
    }
}

@media(min-width:992px) {
    .lg\:ts-xxs {
        font-size: .6875rem !important
    }

    .lg\:ts-xs {
        font-size: .75rem !important
    }

    .lg\:ts-sm {
        font-size: .875rem !important
    }

    .lg\:ts-md {
        font-size: 1rem !important
    }

    .lg\:ts-md-1 {
        font-size: 1.125rem !important
    }

    .lg\:ts-lg {
        font-size: 1.2rem !important
    }

    .lg\:ts-xl {
        font-size: 1.25rem !important
    }

    .lg\:ts-xxl {
        font-size: 1.5rem !important
    }

    .lg\:ts-3xl {
        font-size: 2rem !important
    }

    .lg\:ts-4xl {
        font-size: 2.5rem !important
    }

    .lg\:tl-1 {
        line-height: 1 !important
    }

    .lg\:tl-1p1 {
        line-height: 1.1 !important
    }

    .lg\:tl-1p2 {
        line-height: 1.2 !important
    }

    .lg\:tl-1p3 {
        line-height: 1.3 !important
    }

    .lg\:tl-1p5 {
        line-height: 1.5 !important
    }

    .lg\:tl-1p6 {
        line-height: 1.6 !important
    }

    .lg\:tl-1p7 {
        line-height: 1.7 !important
    }

    .lg\:tl-1p8 {
        line-height: 1.8 !important
    }

    .lg\:tl-2 {
        line-height: 2 !important
    }

    .lg\:ls-1 {
        letter-spacing: 1px !important
    }
}

@media(min-width:1200px) {
    .xl\:ts-xxs {
        font-size: .6875rem !important
    }

    .xl\:ts-xs {
        font-size: .75rem !important
    }

    .xl\:ts-sm {
        font-size: .875rem !important
    }

    .xl\:ts-md {
        font-size: 1rem !important
    }

    .xl\:ts-md-1 {
        font-size: 1.125rem !important
    }

    .xl\:ts-lg {
        font-size: 1.2rem !important
    }

    .xl\:ts-xl {
        font-size: 1.25rem !important
    }

    .xl\:ts-xxl {
        font-size: 1.5rem !important
    }

    .xl\:ts-3xl {
        font-size: 2rem !important
    }

    .xl\:ts-4xl {
        font-size: 2.5rem !important
    }

    .xl\:tl-1 {
        line-height: 1 !important
    }

    .xl\:tl-1p1 {
        line-height: 1.1 !important
    }

    .xl\:tl-1p2 {
        line-height: 1.2 !important
    }

    .xl\:tl-1p3 {
        line-height: 1.3 !important
    }

    .xl\:tl-1p5 {
        line-height: 1.5 !important
    }

    .xl\:tl-1p6 {
        line-height: 1.6 !important
    }

    .xl\:tl-1p7 {
        line-height: 1.7 !important
    }

    .xl\:tl-1p8 {
        line-height: 1.8 !important
    }

    .xl\:tl-2 {
        line-height: 2 !important
    }

    .xl\:ls-1 {
        letter-spacing: 1px !important
    }
}

@media(min-width:1900px) {
    .xxl\:ts-xxs {
        font-size: .6875rem !important
    }

    .xxl\:ts-xs {
        font-size: .75rem !important
    }

    .xxl\:ts-sm {
        font-size: .875rem !important
    }

    .xxl\:ts-md {
        font-size: 1rem !important
    }

    .xxl\:ts-md-1 {
        font-size: 1.125rem !important
    }

    .xxl\:ts-lg {
        font-size: 1.2rem !important
    }

    .xxl\:ts-xl {
        font-size: 1.25rem !important
    }

    .xxl\:ts-xxl {
        font-size: 1.5rem !important
    }

    .xxl\:ts-3xl {
        font-size: 2rem !important
    }

    .xxl\:ts-4xl {
        font-size: 2.5rem !important
    }

    .xxl\:tl-1 {
        line-height: 1 !important
    }

    .xxl\:tl-1p1 {
        line-height: 1.1 !important
    }

    .xxl\:tl-1p2 {
        line-height: 1.2 !important
    }

    .xxl\:tl-1p3 {
        line-height: 1.3 !important
    }

    .xxl\:tl-1p5 {
        line-height: 1.5 !important
    }

    .xxl\:tl-1p6 {
        line-height: 1.6 !important
    }

    .xxl\:tl-1p7 {
        line-height: 1.7 !important
    }

    .xxl\:tl-1p8 {
        line-height: 1.8 !important
    }

    .xxl\:tl-2 {
        line-height: 2 !important
    }

    .xxl\:ls-1 {
        letter-spacing: 1px !important
    }
}

.tc-light {
    color: #999 !important
}

.tc-primary {
    color: #333 !important
}

@media(min-width:576px) {
    .sm\:tc-light {
        color: #999 !important
    }

    .sm\:tc-primary {
        color: #333 !important
    }
}

@media(min-width:768px) {
    .md\:tc-light {
        color: #999 !important
    }

    .md\:tc-primary {
        color: #333 !important
    }
}

@media(min-width:992px) {
    .lg\:tc-light {
        color: #999 !important
    }

    .lg\:tc-primary {
        color: #333 !important
    }
}

@media(min-width:1200px) {
    .xl\:tc-light {
        color: #999 !important
    }

    .xl\:tc-primary {
        color: #333 !important
    }
}

@media(min-width:1900px) {
    .xxl\:tc-light {
        color: #999 !important
    }

    .xxl\:tc-primary {
        color: #333 !important
    }
}

.tc-grey-200 {
    color: #eaeaea !important
}

.tc-grey-300 {
    color: #a3a3a3 !important
}

.tc-grey-400 {
    color: #999 !important
}

.tc-grey-450 {
    color: #757575 !important
}

.tc-grey-500 {
    color: #666 !important
}

.tc-grey-550 {
    color: #4c4c4c !important
}

.tc-grey-600 {
    color: #424242 !important
}

.tc-grey-700 {
    color: #333 !important
}

.tc-blue-500 {
    color: #009efc !important
}

.tc-blue-700 {
    color: #2271a7 !important
}

.tc-blue-800 {
    color: #154566 !important
}

.tc-blue-grey-500 {
    color: #657e93 !important
}

.tc-green {
    color: #3c0 !important
}

.tc-orange {
    color: #ffa614 !important
}

.tc-red {
    color: #e50915 !important
}

.tc-white {
    color: #fff !important
}

@media(min-width:992px) {
    .hover\:tc-orange:hover {
        color: #ffa614 !important
    }

    .hover\:tc-grey-700:hover {
        color: #333 !important
    }
}

h1,
h2 {
    margin-bottom: 0
}

h1 {
    font-size: 1.5rem
}

h1,
h2 {
    font-weight: 500
}

h2 {
    font-size: 1.125rem
}

.tw-thin {
    font-weight: 300
}

.tw-normal {
    font-weight: 400
}

.tw-bold {
    font-weight: 500
}

.tw-bolder {
    font-weight: 700
}

.tf-primary {
    font-family: Rubik, sans-serif
}

.tf-secondary {
    font-family: Fira Mono, monospace
}

.hover-pointer {
    cursor: pointer
}

.shadow-0 {
    box-shadow: none !important
}

.shadow-1 {
    box-shadow: 0 4px 8px 0 rgba(51, 51, 51, .04)
}

.shadow-3 {
    box-shadow: 0 1px 4px 0 rgba(0, 41, 89, .1)
}

.shadow-5 {
    box-shadow: 0 24px 32px 0 rgba(0, 41, 89, .1)
}

.flex-order-0 {
    order: 0
}

.flex-order-1 {
    order: 1
}

@media(min-width:576px) {
    .flex-order-sm-0 {
        order: 0
    }

    .flex-order-sm-1 {
        order: 1
    }
}

@media(min-width:768px) {
    .flex-order-md-0 {
        order: 0
    }

    .flex-order-md-1 {
        order: 1
    }
}

@media(min-width:992px) {
    .flex-order-lg-0 {
        order: 0
    }

    .flex-order-lg-1 {
        order: 1
    }
}

@media(min-width:1200px) {
    .flex-order-xl-0 {
        order: 0
    }

    .flex-order-xl-1 {
        order: 1
    }
}

@media(min-width:1900px) {
    .flex-order-xxl-0 {
        order: 0
    }

    .flex-order-xxl-1 {
        order: 1
    }
}

.flex-shrink-0 {
    flex-shrink: 0
}

.-rotate-0 {
    transform: rotate(0deg)
}

.-rotate-90 {
    transform: rotate(90deg)
}

.-rotate-315 {
    transform: rotate(315deg)
}

@media(min-width:576px) {
    .sm\:-rotate-0 {
        transform: rotate(0deg)
    }

    .sm\:-rotate-90 {
        transform: rotate(90deg)
    }

    .sm\:-rotate-315 {
        transform: rotate(315deg)
    }
}

@media(min-width:768px) {
    .md\:-rotate-0 {
        transform: rotate(0deg)
    }

    .md\:-rotate-90 {
        transform: rotate(90deg)
    }

    .md\:-rotate-315 {
        transform: rotate(315deg)
    }
}

@media(min-width:992px) {
    .lg\:-rotate-0 {
        transform: rotate(0deg)
    }

    .lg\:-rotate-90 {
        transform: rotate(90deg)
    }

    .lg\:-rotate-315 {
        transform: rotate(315deg)
    }
}

@media(min-width:1200px) {
    .xl\:-rotate-0 {
        transform: rotate(0deg)
    }

    .xl\:-rotate-90 {
        transform: rotate(90deg)
    }

    .xl\:-rotate-315 {
        transform: rotate(315deg)
    }
}

@media(min-width:1900px) {
    .xxl\:-rotate-0 {
        transform: rotate(0deg)
    }

    .xxl\:-rotate-90 {
        transform: rotate(90deg)
    }

    .xxl\:-rotate-315 {
        transform: rotate(315deg)
    }
}

.cursor-pointer {
    cursor: pointer !important
}

.cursor-default {
    cursor: default !important
}

.intro-slider .swiper-slide-image {
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.intro-slider-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    opacity: 1;
    border: 2.5px solid #009efc;
    box-sizing: border-box;
    border-radius: 6px
}

.intro-slider-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 12px
}

.intro-slider-pagination .swiper-pagination-bullet-active {
    background: #009efc
}

.register-bg {
    background-image: url(../img/register.png);
    background-color: rgba(0, 158, 252, .04);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top
}

.registration {
    max-width: 600px;
    margin: 0 auto
}

::-moz-placeholder {
    color: #999 !important;
    opacity: 1
}

::placeholder {
    color: #999 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999 !important
}

::-ms-input-placeholder {
    color: #999 !important
}

.tooltip .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    font-family: Rubik, sans-serif;
    padding: 16px;
    border-radius: 6px;
    line-height: 1.5;
    position: absolute;
    z-index: 10
}

.tooltip:hover .tooltip-text {
    visibility: visible
}

@media(max-width:768px) {
    .tooltip .tooltip-text {
        top: -5px !important
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .75);
    overflow-y: auto;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    display: none
}

.modal-backdrop.modal-backdrop--active {
    display: flex;
    justify-content: center
}

@media(max-width:767.98px) {
    .modal-backdrop.modal-backdrop--active {
        display: block
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes scale-in {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes scale-in {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes slide-down {
    0% {
        top: -2000px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes slide-down {
    0% {
        top: -2000px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.modal-backdrop::-webkit-scrollbar {
    width: 1px;
    height: 1px
}

.modal-backdrop::-webkit-scrollbar-track {
    background: #f5f5f5
}

.modal-backdrop::-webkit-scrollbar-thumb {
    background: #999
}

.modal-backdrop .kmt-modal-wrapper {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    top: -2000px;
    opacity: 0;
    -webkit-animation-name: slide-down;
    animation-name: slide-down;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media(max-width:767.98px) {
    .modal-backdrop .kmt-modal-wrapper {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }
}

.modal-backdrop .kmt-modal-wrapper.kmt-modal--animation-scale-in {
    top: 0;
    opacity: 1;
    transform: scale(0);
    -webkit-animation-name: scale-in;
    animation-name: scale-in
}

.modal-backdrop .kmt-modal-wrapper.kmt-modal--centered {
    display: flex;
    align-items: center
}

.modal-backdrop .kmt-modal-wrapper.kmt-modal--centered .kmt-modal.__modal {
    height: auto
}

@media(max-width:767.98px) {
    .modal-backdrop .kmt-modal-wrapper.kmt-modal--centered .kmt-modal.__modal {
        height: auto
    }
}

.modal-backdrop .kmt-modal {
    position: relative;
    display: flex;
    flex-direction: column
}

@media(max-width:767.98px) {
    .modal-backdrop .kmt-modal {
        height: 100%
    }

    .modal-backdrop .kmt-modal.has-tabs {
        height: calc(100% - 68px)
    }
}

.modal-backdrop .kmt-modal .modal-close {
    position: absolute;
    right: 32px;
    top: 32px;
    cursor: pointer
}

.modal-backdrop .kmt-modal.__modal {
    width: 600px;
    border-radius: 4px
}

.modal-backdrop .kmt-modal.__modal .scrollable-content {
    max-height: calc(100% - 180px);
    overflow-y: auto
}

@media(max-width:767.98px) {
    .modal-backdrop .kmt-modal.__modal .scrollable-content {
        max-height: calc(100% - 90px)
    }
}

.modal-backdrop .kmt-modal.__modal .scrollable-content::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.modal-backdrop .kmt-modal.__modal .scrollable-content::-webkit-scrollbar-track {
    background: #f5f5f5
}

.modal-backdrop .kmt-modal.__modal .scrollable-content::-webkit-scrollbar-thumb {
    background: #999
}

.modal-backdrop .kmt-modal.__modal .scrollable-content.scrollbar-6::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.modal-backdrop .kmt-modal.__modal .scrollable-content.scrollbar-6::-webkit-scrollbar-track {
    background: #f5f5f5
}

.modal-backdrop .kmt-modal.__modal .scrollable-content.scrollbar-6::-webkit-scrollbar-thumb {
    background: #a3a3a3;
    border-radius: 3px
}

.modal-backdrop .kmt-modal.__modal .scrollable-content.scrollbar-12::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

.modal-backdrop .kmt-modal.__modal .scrollable-content.scrollbar-12::-webkit-scrollbar-track {
    background: #f5f5f5
}

.modal-backdrop .kmt-modal.__modal .scrollable-content.scrollbar-12::-webkit-scrollbar-thumb {
    background: #a3a3a3;
    border-radius: 3px
}

@media(max-width:767.98px) {
    .modal-backdrop .kmt-modal.__modal {
        width: 100%;
        border-radius: 0
    }
}

.modal-backdrop .kmt-modal.__modal--type-2 {
    width: 624px;
    border-radius: 4px
}

@media(max-width:767.98px) {
    .modal-backdrop .kmt-modal.__modal--type-2 {
        width: 100%
    }
}

.modal-backdrop .kmt-modal.__modal--type-3 {
    width: 800px;
    border-radius: 4px
}

.modal-backdrop .kmt-modal.__modal--type-3 .scrollable-content {
    max-height: calc(100% - 180px);
    overflow-y: auto
}

.modal-backdrop .kmt-modal.__modal--type-3 .scrollable-content::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.modal-backdrop .kmt-modal.__modal--type-3 .scrollable-content::-webkit-scrollbar-track {
    background: #f5f5f5
}

.modal-backdrop .kmt-modal.__modal--type-3 .scrollable-content::-webkit-scrollbar-thumb {
    background: #999
}

.modal-backdrop .kmt-modal.__modal--type-3 .scrollable-content.scrollbar-6::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.modal-backdrop .kmt-modal.__modal--type-3 .scrollable-content.scrollbar-6::-webkit-scrollbar-track {
    background: #f5f5f5
}

.modal-backdrop .kmt-modal.__modal--type-3 .scrollable-content.scrollbar-6::-webkit-scrollbar-thumb {
    background: #a3a3a3;
    border-radius: 3px
}

.modal-backdrop .kmt-modal.__modal--type-3 .scrollable-content.scrollbar-12::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

.modal-backdrop .kmt-modal.__modal--type-3 .scrollable-content.scrollbar-12::-webkit-scrollbar-track {
    background: #f5f5f5
}

.modal-backdrop .kmt-modal.__modal--type-3 .scrollable-content.scrollbar-12::-webkit-scrollbar-thumb {
    background: #a3a3a3;
    border-radius: 3px
}

@media(max-width:767.98px) {
    .modal-backdrop .kmt-modal.__modal--type-3 {
        width: 100%
    }

    .modal-backdrop .kmt-modal.__modal--type-3 .scrollable-content {
        max-height: 100%
    }
}

.modal-backdrop .kmt-modal.__modal--type-4 {
    width: 400px;
    border-radius: 4px
}

@media(max-width:1199.98px) {
    .modal-backdrop .kmt-modal.__modal--type-4 {
        width: 300px
    }
}

.modal-backdrop .kmt-modal .content {
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 0 0 4px 4px
}

@media(max-width:767.98px) {
    .modal-backdrop .kmt-modal .content {
        border-radius: 0 !important;
        display: flex;
        flex-direction: column;
        min-height: 100%
    }
}

.modal-backdrop .kmt-modal .tabs {
    position: relative;
    display: flex
}

.modal-backdrop .kmt-modal .tabs:after {
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: #fff;
    content: "";
    top: 100%;
    left: 0;
    z-index: 2
}

.modal-backdrop .kmt-modal .tabs .tab {
    flex-grow: 1;
    flex-basis: 0;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    background-color: #f5f5f5;
    color: #999;
    top: 8px;
    border-right: 1px solid #eaeaea
}

@media(max-width:767.98px) {
    .modal-backdrop .kmt-modal .tabs .tab {
        top: 0;
        padding-top: 10px;
        border-radius: 0 !important
    }
}

.modal-backdrop .kmt-modal .tabs .tab:hover {
    cursor: pointer
}

.modal-backdrop .kmt-modal .tabs .tab.active {
    background-color: #fff;
    top: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 4px solid #009efc;
    box-shadow: 0 24px 32px 0 rgba(0, 41, 89, .2);
    font-weight: 500;
    color: #333;
    border-right: none;
    z-index: 1
}

@media(max-width:767.98px) {
    .modal-backdrop .kmt-modal .tabs .tab.active {
        padding-top: 0
    }
}

.modal-backdrop .kmt-modal .tabs .tab:first-child {
    border-top-left-radius: 4px
}

.modal-backdrop .kmt-modal .tabs .tab:last-child {
    border-top-right-radius: 4px;
    border-right: none
}

.modal-backdrop .kmt-modal .tabs .tab:last-child.active {
    border-right: 1px solid transparent
}

.modal-backdrop .kmt-modal .under-tabs {
    height: calc(100% - 68px) !important
}

.kmt-list {
    position: relative
}

.kmt-list.active .kmt-list-wrapper {
    display: flex;
    opacity: 1;
    -webkit-animation-name: reveal-list;
    animation-name: reveal-list;
    -webkit-animation-duration: .15s;
    animation-duration: .15s
}

@-webkit-keyframes reveal-list {
    0% {
        opacity: 0
    }

    1% {
        display: block
    }

    50% {
        opacity: .5;
        display: block
    }

    to {
        opacity: 1;
        display: block
    }
}

@keyframes reveal-list {
    0% {
        opacity: 0
    }

    1% {
        display: block
    }

    50% {
        opacity: .5;
        display: block
    }

    to {
        opacity: 1;
        display: block
    }
}

.kmt-list .kmt-list-wrapper {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 1002;
    right: 0;
    width: 146px;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 24px 32px 0 rgba(0, 41, 89, .1)
}

.kmt-list .kmt-list-wrapper.kmt-list-up {
    bottom: 36px
}

@media(max-width:991.98px) {
    .kmt-list .kmt-list-wrapper.kmt-list-up {
        width: 100%
    }
}

.kmt-list .kmt-list-wrapper.kmt-list-down {
    top: 32px
}

.kmt-list .kmt-list-wrapper ul {
    padding: 8px;
    display: block;
    width: 100%;
}

.kmt-list .kmt-list-wrapper ul li a {
    color: inherit;
    display: flex;
    align-items: center;
    padding: 8px;
    white-space: nowrap
}

.kmt-list .kmt-list-wrapper ul li a i {
    margin-right: 8px
}

.kmt-list .kmt-list-wrapper ul li a:hover {
    background-color: #f8f8f8
}

.kmt-dropdown {
    position: absolute;
    background-color: #fff;
    border-top: 1px solid #f8f8f8;
    z-index: 1000;
    box-shadow: 0 24px 32px 0 rgba(0, 41, 89, .1) !important
}

.kmt-dropdown.side-left {
    left: 0
}

.kmt-dropdown.side-right {
    right: 0
}

.kmt-dropdown.__user-profile-dropdown {
    display: none;
    top: 56px
}

@media(min-width:992px)and (max-width:1199.98px) {
    .kmt-dropdown.__user-profile-dropdown {
        width: 300px
    }

    .kmt-dropdown.__user-profile-dropdown li {
        min-width: 0
    }
}

@media(max-width:991.98px) {
    .kmt-dropdown.__user-profile-dropdown {
        top: 0;
        width: 100%
    }

    .kmt-dropdown.__user-profile-dropdown li {
        min-width: 0
    }
}

.kmt-dropdown.__user-profile-dropdown.active {
    display: block
}

.kmt-dropdown.__user-profile-dropdown li {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    min-width: 260px
}

.kmt-dropdown.__user-profile-dropdown li:hover {
    background-color: #f8f8f8
}

.kmt-dropdown.__user-profile-dropdown li a {
    display: flex;
    flex-grow: 1;
    line-height: 1;
    align-items: center;
    height: 100%
}

.kmt-dropdown.__user-profile-dropdown li a [class^=icon-] {
    color: #999;
    margin-top: -4px
}

.kmt-dropdown.__user-profile-dropdown li a:hover [class^=icon-],
.kmt-dropdown.__user-profile-dropdown li a:hover span {
    color: #009efc !important
}

.kmt-dropdown.__user-profile-dropdown li a:hover .badge {
    color: #fff !important
}

.kmt-dropdown.__user-profile-dropdown li a:hover .__right-icon {
    display: inline
}

.kmt-dropdown.__user-profile-dropdown li a .__right-icon {
    display: none;
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 16px;
    color: #999
}

.kmt-dropdown.__user-profile-dropdown li a .loader {
    position: absolute;
    right: 16px;
    top: 5px
}

.kmt-dropdown.__notifications-dropdown {
    display: none;
    top: 56px
}

.kmt-dropdown.__notifications-dropdown li {
    min-width: 410px
}

.kmt-dropdown.__notifications-dropdown.active {
    display: block
}

@media(max-width:1199.98px) {
    .kmt-dropdown.__notifications-dropdown {
        top: 0;
        width: 100%
    }

    .kmt-dropdown.__notifications-dropdown li {
        min-width: 0
    }
}

.kmt-dropdown.__actions-dropdown {
    z-index: 999;
    top: 36px;
    min-width: 200px;
    display: 0;
    opacity: 0;
    visibility: hidden;
}

.kmt-dropdown.__actions-dropdown.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.kmt-dropdown.__for-input-group-lg {
    top: 60px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    max-height: 235px;
    overflow-y: auto;
    display: none;
}

.kmt-dropdown.__for-input-group-lg.active {
    display: block;
}

.kmt-dropdown.__for-input-group-lg i.flag {
    top: -2px
}

.kmt-dropdown.__for-input-group-lg li {
    cursor: pointer
}

.kmt-dropdown.__for-input-group-lg li:hover {
    background-color: #f8f8f8
}

.list-view .kmt-dropdown.__actions-dropdown {
    right: 24px
}

.grid-view .kmt-dropdown.__actions-dropdown {
    right: 0
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

::-webkit-scrollbar-track {
    background: #f5f5f5
}

::-webkit-scrollbar-thumb {
    background: #999
}

.scrollbar-12::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

.scrollbar-12::-webkit-scrollbar-track {
    background: #f5f5f5
}

.scrollbar-12::-webkit-scrollbar-thumb {
    background: #a3a3a3;
    border-radius: 3px
}

.scrollbar-6::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.scrollbar-6::-webkit-scrollbar-track {
    background: #f5f5f5
}

.scrollbar-6::-webkit-scrollbar-thumb {
    background: #a3a3a3;
    border-radius: 3px
}

.scrollbar-3::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.scrollbar-3::-webkit-scrollbar-track {
    background: #f5f5f5
}

.scrollbar-3::-webkit-scrollbar-thumb {
    background: #999
}

.scrollbar-1::-webkit-scrollbar {
    width: 1px;
    height: 1px
}

.scrollbar-1::-webkit-scrollbar-track {
    background: #f5f5f5
}

.scrollbar-1::-webkit-scrollbar-thumb {
    background: #999
}

nav.kmt-nav {
    height: 100%
}

nav.kmt-nav ul {
    height: 100%;
    display: flex
}

nav.kmt-nav ul li {
    height: 100%
}

nav.kmt-nav ul li a {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #333
}

nav.kmt-nav ul li a.active {
    color: #009efc
}

nav.kmt-nav ul li a.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: #009efc
}

nav.kmt-nav.kmt-nav--h-scroll {
    overflow-x: auto
}

nav.kmt-nav.kmt-nav--h-scroll::-webkit-scrollbar {
    width: 1px;
    height: 1px
}

nav.kmt-nav.kmt-nav--h-scroll::-webkit-scrollbar-track {
    background: #f5f5f5
}

nav.kmt-nav.kmt-nav--h-scroll::-webkit-scrollbar-thumb {
    background: #999
}

nav.kmt-nav.kmt-nav--h-scroll ul li a {
    white-space: nowrap
}

@media(max-width:991.98px) {
    nav.kmt-nav.sm\:kmt-nav--h-scroll {
        overflow-x: auto
    }

    nav.kmt-nav.sm\:kmt-nav--h-scroll::-webkit-scrollbar {
        width: 1px;
        height: 1px
    }

    nav.kmt-nav.sm\:kmt-nav--h-scroll::-webkit-scrollbar-track {
        background: #f5f5f5
    }

    nav.kmt-nav.sm\:kmt-nav--h-scroll::-webkit-scrollbar-thumb {
        background: #999
    }

    nav.kmt-nav.sm\:kmt-nav--h-scroll ul li a {
        white-space: nowrap
    }
}

@media(min-width:768px) {
    nav.kmt-nav.lg\:kmt-nav--items-same-width ul {
        display: flex;
        justify-content: space-evenly
    }

    nav.kmt-nav.lg\:kmt-nav--items-same-width ul li {
        display: flex;
        flex: 1
    }

    nav.kmt-nav.lg\:kmt-nav--items-same-width ul li a {
        display: flex
    }
}

nav.kmt-nav.kmt-nav--items-margin ul li a {
    margin-right: 40px
}

.kmt-sorter .kmt-sorter-item {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: .75rem;
    color: #999;
    position: relative;
    padding-left: 16px;
    word-break: break-word;
    line-height: 1;
    min-height: 30px
}

.kmt-sorter .kmt-sorter-item:before {
    /* content: ""; */
    font-family: icomoon !important;
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center
}

.kmt-sorter .kmt-sorter-item.active {
    color: #009efc;
    font-weight: 500
}

.kmt-sorter .kmt-sorter-item.active.asc:before {
    content: "↑";
}

.kmt-sorter .kmt-sorter-item.active.desc:before {
    content: "↓";
}

.kmt-sorter .kmt-sorter-item-mobile {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: .75rem;
    color: #999;
    position: relative;
    word-break: break-word;
    line-height: 1
}

.kmt-sorter .kmt-sorter-item-mobile:before {
    content: "";
    font-family: icomoon !important;
    left: 0;
    top: 1px;
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1rem
}

.kmt-sorter .kmt-sorter-item-mobile.active {
    color: #009efc;
    font-weight: 500
}

.kmt-sorter .kmt-sorter-item-mobile.active:before {
    margin-right: 2px
}

.kmt-sorter .kmt-sorter-item-mobile.active.asc:before {
    content: "î¥‚"
}

.kmt-sorter .kmt-sorter-item-mobile.active.desc:before {
    content: "î¥ƒ"
}

.list-view .list-view-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    border-bottom: 1px solid #f5f5f5;
    color: #999;
    font-size: .75rem
}

.list-view .list-view-header a i {
    padding-right: 4px
}

@media(max-width:991.98px) {
    .list-view.__lvh-type-2 .list-item {
        height: 98px
    }

    .list-view.__lvh-type-auto .list-item {
        height: auto
    }
}

.list-view .list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 81px;
    border-bottom: 1px solid #f5f5f5;
    color: #333;
    font-size: .875rem;
    position: relative;
}

@media(max-width:991.98px) {
    .list-view .list-item {
        height: 92px
    }
}

.list-view .list-item:last-child {
    border-bottom: none
}

@media(max-width:991.98px) {
    .list-view .list-item-saving {
        height: 148px
    }
}

.list-view .list-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 81px;
    color: #333;
    font-size: .875rem
}

.list-view .list-utils {
    border-bottom: 1px solid #f5f5f5
}

.list-view .list-utils .search-wrapper input {
    width: 210px
}

@media(max-width:767.98px) {
    .list-view .list-utils .search-wrapper input {
        width: 170px
    }
}

.list-view .chart {
    width: 100%;
    position: relative;
    top: 15px
}

.grid-view {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f5f5f5
}

.grid-view .grid-item {
    width: 50%;
    height: 256px;
    line-height: 1;
    border: 1px solid #f5f5f5;
    border-left: none;
    border-top: none;
    color: #333;
    font-size: .875rem
}

@media(max-width:767.98px) {
    .grid-view .grid-item {
        width: 100%
    }
}

.grid-view .chart {
    width: 100%;
    height: 104px !important;
    position: relative;
    top: 15px
}

.input-wrap {
    position: relative;
    font-family: Rubik, sans-serif;
    line-height: 1
}

.input-wrap label {
    font-size: .75rem;
    margin-bottom: 7px;
    line-height: 1
}

.input-wrap input,
.input-wrap select {
    height: 58px;
    line-height: 58px;
    font-size: 1rem
}

.input-wrap.phone-input-wrap input.form-control {
    text-align: center;
    font-size: 28px;
    font-family: Fira Mono, monospace
}

.input-wrap .reveal-text {
    position: absolute;
    top: 40px;
    right: 18px;
    font-size: 22px;
    cursor: pointer
}

.input-wrap .reveal-text:after {
    color: #009efc;
    font-family: icomoon;
    content: "î¤ž"
}

.input-wrap .reveal-text.active:after {
    color: #999;
    content: "î¤"
}

.input-wrap.no-label .validation-msg {
    top: 62px
}

.input-wrap .validation-msg {
    font-size: .75rem
}

.input-wrap.invalid .validation-msg {
    color: #e50915;
    display: inline
}

.input-wrap.invalid .input-group,
.input-wrap.invalid input {
    border-color: #e50915
}

.input-wrap .validation-info {
    position: absolute;
    z-index: 1001;
    left: calc(100% + 12px);
    top: -16px;
    padding: 12px;
    font-size: 12px;
    width: 220px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(51, 51, 51, .04)
}

@media(max-width:1199.98px) {
    .input-wrap .validation-info {
        position: relative;
        top: 0;
        left: 0
    }
}

.input-wrap .validation-info span {
    display: inline-block;
    margin-bottom: 8px
}

.input-wrap .validation-info ul li {
    font-weight: 500;
    margin-bottom: 8px
}

.input-wrap .validation-info ul li.invalid:before,
.input-wrap .validation-info ul li.valid:before {
    position: relative;
    top: 3px;
    font-family: icomoon;
    margin-right: 5px;
    font-size: 1.3em
}

.input-wrap .validation-info ul li.valid:before {
    content: "î¤–";
    color: #3c0
}

.input-wrap .validation-info ul li.invalid:before {
    content: "î¤•";
    color: #e50915
}

.input-wrap.with-icon-right {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    display: flex
}

.input-wrap.with-icon-right:focus-within {
    border: 1px solid #009efc
}

.input-wrap.with-icon-right input {
    height: 50px;
    line-height: 51px;
    font-size: 1rem;
    border: none;
    width: calc(100% - 48px);
    padding-right: 0
}

.input-wrap.with-icon-right [class^=btn-icon-] {
    margin: 8px
}

.search-wrapper {
    position: relative
}

.search-wrapper input {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    font-size: 14px;
    height: 40px;
    padding-left: 34px;
    padding-right: 34px;
    font-weight: 400
}

.search-wrapper:before {
    font-family: icomoon;
    content: "î¤¯";
    position: absolute;
    top: 0;
    height: 100%;
    color: #999;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    padding: 0 12px 0 8px
}

.search-wrapper_clear {
    position: absolute;
    top: 11px;
    right: 10px;
    cursor: pointer;
    color: #999
}

.search-wrapper_clear:hover {
    color: #333
}

.search-wrapper-input {
    position: relative;
    padding: 8px;
    background: #fff;
    z-index: 2
}

.search-wrapper-input:before {
    font-family: icomoon;
    content: "î¤¯";
    position: absolute;
    top: 0;
    height: 100%;
    color: #999;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    padding: 0 12px 0 8px
}

.search-wrapper-input-placeholder {
    background: #d8d8d8;
    border-radius: 4px;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.search-wrapper.hard-border {
    border-color: #eaeaea;
    border-width: 2px
}

.search-wrapper .sw-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .14);
    padding: 0 8px;
    z-index: 2
}

.search-wrapper .sw-dropdown-list {
    max-height: 224px;
    overflow-y: auto;
    border: 1px solid #f5f5f5;
    box-shadow: 0 4px 8px rgba(51, 51, 51, .04);
    border-radius: 4px;
    margin-bottom: 8px
}

.search-wrapper .sw-dropdown-list::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.search-wrapper .sw-dropdown-list::-webkit-scrollbar-track {
    background: #f5f5f5
}

.search-wrapper .sw-dropdown-list::-webkit-scrollbar-thumb {
    background: #999
}

.search-wrapper .sw-dropdown-list-item {
    border-bottom: 1px solid #f5f5f5
}

.search-wrapper .sw-dropdown-list-item div {
    border-radius: 4px
}

.search-wrapper .sw-dropdown-list-item--selector {
    display: none
}

.search-wrapper .sw-dropdown-nav {
    padding: 8px;
    background: #f5f5f5;
    margin-bottom: 8px;
    border-radius: 4px;
    display: none;
    justify-content: space-between
}

.search-wrapper .sw-dropdown-btn {
    font-weight: 600;
    color: #fff;
    background-color: #d8d8d8;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 4px
}

.input-mask {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 58px
}

.input-mask:focus-within {
    border-color: #009efc
}

.input-mask input {
    border: none;
    width: 40px;
    height: 30px
}

.input-mask input:focus {
    border: none;
    outline: none
}

.input-mask.__bank-card input {
    width: 40px
}

.input-mask.__expiration input {
    width: 20px
}

.form-control[readonly] {
    background-color: #fff
}

.cc-form-input {
    max-height: 95px
}

#st-form iframe {
    width: 100%
}

header {
    height: 88px;
    color: #333;
    background-color: #fff;
    font-size: .875rem;
    box-shadow: 0 4px 8px 0 rgba(51, 51, 51, .04)
}

header .header-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff
}

header .header-wrapper .beta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%
}

header .hamburger-menu {
    display: none
}

@media(max-width:991.98px) {
    header {
        width: 100%;
        height: 72px;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: #fff
    }

    header .__logo {
        width: 121px
    }

    header .modal-backdrop {
        top: 72px
    }

    header .header-wrapper {
        flex-direction: column;
        align-items: flex-start
    }

    header .header-wrapper .alpha {
        height: 100%
    }

    header .header-wrapper .alpha .hamburger-menu-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        padding: 4px
    }

    header .header-wrapper .alpha .hamburger-menu-2>div {
        width: 100%;
        height: 2px;
        background-color: #757575;
        margin-top: 1px;
        margin-bottom: 1px
    }

    header .header-wrapper .alpha .hamburger-menu {
        flex-grow: 0;
        flex-shrink: 0;
        display: block;
        margin-right: 8px;
        width: 24px;
        cursor: pointer;
        padding: 5px
    }

    header .header-wrapper .alpha .hamburger-menu div {
        height: 2px;
        background-color: #757575;
        position: relative
    }

    header .header-wrapper .alpha .hamburger-menu div+div {
        margin-top: 3px
    }

    header .header-wrapper .alpha .hamburger-menu :first-child {
        transform: rotate(0deg);
        transition: all .3s;
        top: 0
    }

    header .header-wrapper .alpha .hamburger-menu :nth-child(2) {
        opacity: 1;
        transition: all .3s;
        transition-delay: .2s
    }

    header .header-wrapper .alpha .hamburger-menu :nth-child(3) {
        transform: rotate(0deg);
        transition: all .3s;
        top: 0
    }

    header .header-wrapper .alpha .hamburger-menu.active :first-child {
        transform: rotate(45deg);
        top: 4px;
        transition: all .3s
    }

    header .header-wrapper .alpha .hamburger-menu.active :nth-child(2) {
        opacity: 0;
        transition: all .1s
    }

    header .header-wrapper .alpha .hamburger-menu.active :nth-child(3) {
        transform: rotate(-45deg);
        top: -6px;
        transition: all .3s
    }

    header .header-wrapper .beta {
        flex-direction: column;
        position: absolute;
        top: 72px;
        width: 100%;
        align-items: start;
        background-color: #fff;
        left: 0;
        height: auto;
        z-index: 1041
    }

    header .header-wrapper .beta .kmt-nav ul {
        flex-direction: column
    }

    header .header-wrapper .beta .kmt-nav ul a {
        justify-content: flex-start
    }

    header .header-wrapper .beta .kmt-nav ul a.active:before {
        display: none
    }
}

header .logo {
    width: 222px;
    height: 32px
}

header .btn {
    font-size: inherit;
    color: inherit
}

header .btn-icon-md,
header .btn-icon-sm,
header .btn-icon-xs {
    color: #333
}

header .__toggle-notifications-dropdown.active,
header .__toggle-user-profile-dropdown.active {
    background-color: #fff
}

header .__toggle-user-profile-dropdown {
    position: relative;
    margin-right: 14px
}

header .__toggle-user-profile-dropdown [class^=btn-icon-] {
    position: absolute;
    color: inherit;
    background-color: inherit;
    top: 10px;
    right: -12px;
    padding-top: 2px
}

header .__toggle-user-profile-dropdown.active [class^=btn-icon-] {
    transform: rotate(180deg)
}

header a .badge {
    background-color: #3c0;
    font-weight: 500;
    color: #fff;
    padding: 8px 9px 6px 9px;
    margin-left: 4px;
    line-height: 1
}

.registration a.text-muted {
    color: #757575 !important
}

.registration a.text-muted:hover {
    text-decoration: none;
    color: #009efc !important
}

footer {
    height: 75px;
    font-size: .875rem;
    margin-top: 32px
}

@media(max-width:991.98px) {
    footer {
        height: auto
    }

    footer .__copyright {
        order: 1
    }
}

.identity-verification footer,
.login footer,
.register footer {
    margin-top: 0
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media(max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: none
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05)
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle
}

.iti__country-name,
.iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

.iti__flag.iti__np {
    background-color: transparent
}

.iti__flag {
    background-image: url(../img/flag.webp)
}

@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-image: url(../img/flag.webp)
    }
}

.iti-mobile .iti.iti--container {
    height: auto
}

.iti {
    height: 54px;
    display: flex;
    border-radius: 4px;
    border: 1px solid #eaeaea
}

.iti:focus-within {
    border-color: #009efc
}

.iti__country {
    padding: 12px 6px
}

.iti__flag-container {
    padding: 0;
    position: relative;
    width: 140px
}

.iti__selected-flag {
    justify-content: center;
    background-color: #eaeaea;
    border-radius: 4px 0 0 4px;
    min-width: 75px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    height: 100%;
    padding-left: 8px !important;
    border-radius: 4px;
    border: none
}

.iti.iti--use-countries-filter-input-field ul.iti__country-list {
    margin-top: 55px;
    border: 1px solid #eaeaea;
    border-top: none;
    box-shadow: 0 1px 4px 0 rgba(0, 41, 89, .1);
    z-index: 10001 !important
}

.iti.iti--use-countries-filter-input-field .iti__custom-countries-filter--wrapper {
    position: absolute !important;
    top: 53px;
    left: -1px;
    background: #fff;
    z-index: 10000 !important;
    width: 100%;
    border: 1px solid #eaeaea !important;
    height: 54px !important;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 41, 89, .1);
    align-items: center
}

.iti.iti--use-countries-filter-input-field .iti__custom-countries-filter--wrapper:before {
    content: "î¤¯";
    font-family: icomoon;
    width: 32px;
    display: flex;
    text-align: center;
    justify-content: center;
    color: #999
}

.iti.iti--use-countries-filter-input-field .iti__custom-countries-filter {
    width: 100%;
    border: none !important;
    height: 100% !important;
    padding-left: 0 !important
}

.input-group-wrap {
    line-height: 1
}

.input-group-wrap label {
    font-size: .75rem;
    margin-bottom: 7px;
    line-height: 1
}

.input-group-wrap.invalid {
    color: #e50915
}

.input-group-wrap.invalid .input-group {
    border-color: #e50915
}

.input-group-wrap.invalid input {
    color: #e50915
}

.input-group {
    border: 1px solid #eaeaea;
    border-radius: 4px
}

.input-group .input-group-append button,
.input-group .input-group-prepend button {
    border: none;
    background-color: #f5f5f5;
    font-size: .875rem;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center
}

.input-group .input-group-append button i.flag,
.input-group .input-group-prepend button i.flag {
    margin-right: 8px;
    top: 0
}

.input-group .input-group-append .__abs-info,
.input-group .input-group-prepend .__abs-info {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: .75rem;
    color: #009efc
}

.input-group .input-group-prepend button {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.input-group .input-group-prepend button i.icon-chevron-down {
    margin-left: 8px
}

.input-group .input-group-append button,
.input-group .input-group-append div {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.input-group div.form-control {
    border: none;
    padding: 0
}

.input-group div.form-control div.has-scrollbar {
    overflow-x: auto
}

.input-group input.form-control {
    border: none !important;
    font-size: 1rem;
    padding: 28px 16px 28px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.input-group .display-wrapper {
    height: 56px;
    flex: 1 1 0;
    cursor: pointer
}

.input-group:focus-within {
    border-color: #009efc
}

.input-group.phone-input-group i {
    color: #009efc;
    font-size: 20px;
    margin: 0 8px
}

.input-group.phone-input-group input.form-control {
    text-align: center;
    padding-right: 70px;
    font-size: 28px;
    font-family: Fira Mono, monospace
}

.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.__verification-steps .__alpha,
.__verification-steps .__gama {
    width: 132px
}

.__verification-steps .__beta {
    width: 210px
}

.__invite-friends-height.min {
    min-height: 562px
}

.__invite-friends-height.fixed {
    height: 562px
}

.__invite-friends-height .__invite-friends-inner-box-height {
    height: 132px
}

@media(max-width:1199.98px) {

    .__invite-friends-height,
    .__invite-friends-height .__invite-friends-inner-box-height {
        height: auto
    }
}

.__prices-page_subtitle--positive span {
    color: #3c0
}

.__prices-page_subtitle--negative span {
    color: #e50915
}

.__prices-page_subtitle span {
    color: #e99527
}

.__prices-page_intro-box {
    width: 100%;
    display: grid;
    grid-template-columns: 33.3333% 33.3333% 33.3333%;
    grid-template-rows: 50% 50%;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(51, 51, 51, .04)
}

.__prices-page_intro-box>div {
    height: 105px
}

.__prices-page_intro-box>div:first-child,
.__prices-page_intro-box>div:nth-child(2) {
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5
}

.__prices-page_intro-box>div:nth-child(3) {
    border-bottom: 1px solid #f5f5f5
}

.__prices-page_intro-box>div:nth-child(4),
.__prices-page_intro-box>div:nth-child(5) {
    border-right: 1px solid #f5f5f5
}

.__prices-page_intro-box>div:last-child {
    border-bottom-right-radius: 8px
}

.__prices-page_intro-box .__prices-page_savings-box {
    background-image: url(../img/earn.png);
    background-position: right -1px;
    background-repeat: no-repeat
}

.__prices-page_slider-pagination.intro-slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #eaeaea;
    border: none
}

.__prices-page_slider-pagination.intro-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #009efc
}

.__settings\:transaction-history .__alpha {
    width: 334px
}

.__settings\:transaction-history .__beta {
    width: 278px
}

.__settings\:transaction-history .__gama {
    width: 237px
}

.__settings\:transaction-history .__gama .__calendar {
    position: absolute;
    height: 100%;
    right: 0;
    pointer-events: none;
    cursor: pointer
}

@media(max-width:1199.98px) {

    .__settings\:transaction-history .__alpha,
    .__settings\:transaction-history .__beta,
    .__settings\:transaction-history .__gama {
        width: 100%
    }
}

.__table-loader-wrapper {
    background-color: hsla(0, 0%, 100%, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:767.98px) {
    .__table-wrapper {
        overflow-y: hidden;
        overflow-x: auto
    }

    .__table-wrapper .__table {
        background-color: #fff
    }

    .__table-wrapper::-webkit-scrollbar {
        width: 1px;
        height: 1px
    }

    .__table-wrapper::-webkit-scrollbar-track {
        background: #f5f5f5
    }

    .__table-wrapper::-webkit-scrollbar-thumb {
        background: #999
    }

    .__table-wrapper .__table {
        width: 700px
    }
}

.__modal-deposit-list-view {
    max-height: 485px;
    overflow-y: auto
}

@media(max-width:1199.98px) {
    .__modal-deposit-list-view {
        max-height: calc(100% - 166px)
    }
}

.__abs-circle-modal-img {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 1
}

.__custom-modal-input {
    display: flex;
    position: relative
}

.__custom-modal-input label {
    z-index: 1;
    font-weight: 500;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    color: #333;
    font-size: 24px;
    top: 18px;
    left: -45px;
    display: block;
    width: 80px;
    text-align: right
}

@media(max-width:350px) {
    .__custom-modal-input label {
        font-size: 20px;
        top: 16px
    }
}

@media(min-width:351px)and (max-width:410px) {
    .__custom-modal-input label {
        font-size: 16px;
        top: 16px
    }
}

.__custom-modal-input.--cmi-scale-down-font .--cmi-editable-holder .--cmi-editable {
    font-size: 46px;
    padding-top: 20px;
    transition: all .25s ease-out
}

@media(max-width:350px) {
    .__custom-modal-input.--cmi-scale-down-font .--cmi-editable-holder .--cmi-editable {
        font-size: 30px
    }
}

@media(min-width:351px)and (max-width:410px) {
    .__custom-modal-input.--cmi-scale-down-font .--cmi-editable-holder .--cmi-editable {
        font-size: 38px
    }
}

.__custom-modal-input.--cmi-empty label {
    color: #eaeaea
}

.__custom-modal-input.--cmi-empty .--cmi-editable-holder .--cmi-editable {
    color: #009efc
}

.__custom-modal-input.--cmi-empty .--cmi-editable-holder:before {
    display: block
}

.__custom-modal-input .--cmi-editable-holder {
    position: relative;
    display: inline-flex;
    font-size: 88px;
    line-height: 1;
    font-weight: 500;
    color: #333;
    background-color: transparent;
    max-width: 310px;
    overflow: hidden
}

.__custom-modal-input .--cmi-editable-holder:before {
    z-index: 0;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    content: "0";
    color: #eaeaea
}

.__custom-modal-input .--cmi-editable-holder .--cmi-editable {
    position: relative;
    display: inline-flex;
    padding: 0 5px;
    line-height: 1;
    min-width: 60px;
    height: 80px;
    color: #333;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 1;
    transition: all .25s ease-out
}

.__larp-box-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-bottom-left-radius: 4px
}

@media(max-width:1199.98px) {
    .__larp-box-decoration {
        display: none
    }
}

.__larp-steps .__larp-steps--step {
    position: relative;
    width: 180px
}

.__larp-steps .__larp-steps--step img {
    width: 100px;
    height: 100px
}

.__larp-steps .__larp-steps--step:after {
    font-family: icomoon;
    font-size: 20px;
    color: #009efc;
    position: absolute;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media(max-width:991.98px) {
    .__larp-steps .__larp-steps--step:after {
        bottom: -32px;
        left: 78px;
        -webkit-animation-name: fade-to-bottom;
        animation-name: fade-to-bottom;
        content: "î¤‘"
    }
}

@media(min-width:992px) {
    .__larp-steps .__larp-steps--step:after {
        top: 34px;
        right: -10px;
        -webkit-animation-name: fade-to-right;
        animation-name: fade-to-right;
        content: "î¤“"
    }
}

.__larp-steps .__larp-steps--step:nth-child(5):after {
    display: none
}

@-webkit-keyframes fade-to-right {
    0% {
        opacity: 0;
        right: -6px
    }

    40% {
        opacity: 1
    }

    to {
        opacity: 0;
        right: -20px
    }
}

@keyframes fade-to-right {
    0% {
        opacity: 0;
        right: -6px
    }

    40% {
        opacity: 1
    }

    to {
        opacity: 0;
        right: -20px
    }
}

@-webkit-keyframes fade-to-bottom {
    0% {
        opacity: 0;
        bottom: -28px
    }

    40% {
        opacity: 1
    }

    to {
        opacity: 0;
        bottom: -42px
    }
}

@keyframes fade-to-bottom {
    0% {
        opacity: 0;
        bottom: -28px
    }

    40% {
        opacity: 1
    }

    to {
        opacity: 0;
        bottom: -42px
    }
}

.steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 32px
}

.steps .line {
    background-image: linear-gradient(90deg, #999 20%, hsla(0, 0%, 100%, 0) 0);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-color: transparent;
    width: 64px;
    height: 2px
}

.steps .line.done {
    background-image: linear-gradient(90deg, #3c0 20%, hsla(0, 0%, 100%, 0) 0)
}

.steps .step {
    position: relative;
    width: 110px;
    display: flex;
    justify-content: center
}

.steps .step .bullet {
    width: 24px;
    height: 24px;
    background-color: #f5f5f5;
    border-radius: 50%
}

.steps .step label {
    margin: 0;
    font-weight: 400;
    position: absolute;
    top: 32px;
    left: 0;
    font-size: .875rem;
    width: 100%;
    display: block;
    text-align: center;
    color: #a3a3a3
}

.steps .step.active label {
    color: #333;
    font-weight: 500;
    top: 64px
}

.steps .step.active .bullet {
    width: 48px;
    height: 48px;
    background-color: #e5f5fe;
    display: flex;
    align-items: center;
    justify-content: center
}

.steps .step.active .bullet:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #009efc
}

.steps .step.done label {
    color: #3c0
}

.steps .step.done .bullet {
    background-color: rgba(51, 204, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center
}

.steps .step.done .bullet:after {
    font-family: icomoon;
    content: "î¤";
    color: #3c0;
    font-size: .75rem
}

@media(max-width:767.98px) {
    .steps .line {
        display: none
    }

    .steps .step {
        width: 78px
    }

    .steps .step.active label {
        top: 50px
    }
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.loader {
    margin: 0 auto;
    font-size: 3px;
    text-indent: -9999em;
    border-top: 1.1em solid hsla(0, 0%, 100%, .2);
    border-right: 1.1em solid hsla(0, 0%, 100%, .2);
    border-bottom: 1.1em solid hsla(0, 0%, 100%, .2);
    border-left: 1.1em solid #fff;
    transform: translateZ(0);
    -webkit-animation: load8 1.1s linear infinite;
    animation: load8 1.1s linear infinite
}

.loader.loader-grey {
    border-top-color: hsla(0, 0%, 60%, .2);
    border-right-color: hsla(0, 0%, 60%, .2);
    border-bottom-color: hsla(0, 0%, 60%, .2);
    border-left-color: #999
}

.loader.loader-blue {
    border-top-color: rgba(0, 158, 252, .2);
    border-right-color: rgba(0, 158, 252, .2);
    border-bottom-color: rgba(0, 158, 252, .2);
    border-left-color: #009efc
}

.loader-xs {
    font-size: 1.5px
}

@-webkit-keyframes load8 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes load8 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.preloader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 1001;
    background-color: #fff
}

.preloader {
    display: flex
}

.preloader li {
    width: 1rem;
    height: 4rem;
    margin: .25rem;
    list-style-type: none;
    transition: all .5s ease
}

.preloader li:first-child {
    -webkit-animation: right-1 1s infinite alternate;
    animation: right-1 1s infinite alternate;
    background-color: #009efc;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

@-webkit-keyframes right-1 {
    0% {
        transform: translateY(-40px)
    }

    to {
        transform: translateY(40px)
    }
}

@keyframes right-1 {
    0% {
        transform: translateY(-40px)
    }

    to {
        transform: translateY(40px)
    }
}

.preloader li:nth-child(2) {
    -webkit-animation: right-2 1s infinite alternate;
    animation: right-2 1s infinite alternate;
    background-color: #009efc;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes right-2 {
    0% {
        transform: translateY(-50px)
    }

    to {
        transform: translateY(50px)
    }
}

@keyframes right-2 {
    0% {
        transform: translateY(-50px)
    }

    to {
        transform: translateY(50px)
    }
}

.preloader li:nth-child(3) {
    -webkit-animation: right-3 1s infinite alternate;
    animation: right-3 1s infinite alternate;
    background-color: #009efc;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes right-3 {
    0% {
        transform: translateY(-60px)
    }

    to {
        transform: translateY(60px)
    }
}

@keyframes right-3 {
    0% {
        transform: translateY(-60px)
    }

    to {
        transform: translateY(60px)
    }
}

.preloader-shine {
    background-color: #fff;
    width: 20px;
    top: 0;
    position: absolute;
    -webkit-animation: ease-in infinite;
    animation: ease-in infinite;
    -webkit-animation-name: run;
    animation-name: run;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes run {
    0% {
        left: 0
    }

    to {
        left: 90%
    }
}

@keyframes run {
    0% {
        left: 0
    }

    to {
        left: 90%
    }
}

.over-chart-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1002
}

body {
    overflow-y: scroll
}

body,
html {
    font-family: Rubik, sans-serif;
    background-color: #f8f8f8;
    color: #333;
    font-weight: 400
}

.join {
    background-color: #fff
}

.join header {
    z-index: 2
}

.join footer,
.join section {
    z-index: 1
}

.join:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background-image: url(../img/join.svg);
    width: 53%;
    height: 950px;
    background-size: contain;
    background-repeat: no-repeat
}

@media(max-width:1199.98px) {
    .join:after {
        display: none
    }
}

.horizontal-decoration {
    background-image: url(../img/horizontal.svg);
    height: 400px;
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%
}

.horizontal-decoration,
.vertical-decoration {
    background-size: cover;
    background-repeat: no-repeat
}

.vertical-decoration {
    background-image: url(../img/vertical.svg);
    background-color: #0c71c3
}

#spa>div,
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    /* overflow-y: hidden; */
    /* Hide vertical scrollbar */
    overflow-x: hidden;
    /* Hide horizontal scrollbar */
}

section {
    flex: 1
}

@media(max-width:991.98px) {
    section.container {
        padding-left: 0;
        padding-right: 0
    }

    section.container .row {
        margin: 0
    }

    section.container .row .col,
    section.container .row [class^=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

canvas.chart {
    height: 104px !important
}

canvas.chart.chart-sm {
    height: 56px !important
}

canvas.chart.chart-lg {
    height: 160px !important
}

canvas.chart.chart-xl {
    height: 280px !important
}

canvas.chart-fit-width {
    margin-left: -10px;
    width: calc(100% + 12px) !important
}

.chart-simple .chart-tooltip {
    z-index: 1000;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 8px;
    border-radius: 8px
}

a {
    color: #009efc
}

a:hover {
    text-decoration: none;
    color: #008ee3
}

a:hover i {
    color: #008ee3 !important
}

.break {
    word-break: break-all
}

.break-word {
    word-break: break-word
}

.nobreak {
    white-space: nowrap
}

strong {
    font-weight: 500
}

.blurred {
    text-shadow: 0 0 16px #000;
    color: transparent !important
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.list-bullet-circle li:before {
    content: "â€¢";
    padding-right: 4px;
    font-size: 1.25em;
    line-height: 1
}

.box {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(51, 51, 51, .04)
}

.box.has-sticker {
    position: relative;
    overflow: hidden
}

.box.has-sticker .sticker {
    transform: rotate(45deg);
    font-size: 11px;
    font-weight: 500;
    background-color: #3c0;
    color: #fff;
    border-radius: 4px;
    display: inline-flex;
    position: absolute;
    top: 29px;
    right: -42px;
    width: 170px;
    align-items: center;
    justify-content: center
}

.box.has-sticker .sticker span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90px;
    height: 30px
}

.badge.badge-light-green {
    font-weight: 400;
    color: #3c0;
    background-color: rgba(51, 204, 0, .1)
}

.badge.badge-light-orange {
    font-weight: 400;
    color: #e99527;
    background-color: rgba(233, 149, 39, .1)
}

.badge.badge-light-red {
    font-weight: 400;
    color: #e50915;
    background-color: rgba(229, 9, 21, .1)
}

.title-icon {
    width: 80px;
    height: 80px;
    background-color: #e5f5fe;
    font-size: 40px;
    color: #009efc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.title-icon.ts24 {
    font-size: 24px
}

.title-icon.ts32 {
    font-size: 32px
}

.title-icon.ts45 {
    font-size: 45px
}

.badge-notification {
    display: flex;
    min-width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #e50915;
    border-radius: 50%;
    font-size: 10px;
    color: #fff !important;
    top: 0;
    right: 0
}

.dots {
    letter-spacing: 8px
}

svg.dotted-line {
    width: 150px;
    height: 3px
}

@media(max-width:1199.98px) {
    svg.dotted-line {
        width: 52px
    }
}

.fade-p50 {
    opacity: .5 !important
}

.of-hidden {
    overflow: hidden
}

.active .rotate\:on-parent-active {
    transform: rotate(180deg)
}

.position-absolute {
    top: 0;
    left: 0
}

hr {
    height: 1px;
    border: none;
    background-color: #f5f5f5;
    margin: 0
}

.bar-percent {
    position: relative;
    height: 8px;
    border-radius: 4px;
    width: 100%;
    background-color: #e5f5fe
}

.bar-percent .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 4px;
    background-color: #2271a7
}

.kmt-pagination {
    display: flex
}

.kmt-pagination a {
    margin-left: 16px
}

@media(max-width:1199.98px) {
    .kmt-pagination a {
        margin-left: 8px;
        margin-right: 40px
    }
}

.kmt-pagination a.active {
    cursor: default;
    color: #333
}

.kmt-pagination a.disabled {
    cursor: default;
    color: #999
}

.kmt-pagination ul {
    display: flex
}

.kmt-pagination ul>li a {
    cursor: pointer;
    color: #009efc;
    margin-left: 16px
}

@media(max-width:1199.98px) {
    .kmt-pagination ul>li a {
        margin-left: 8px;
        margin-right: 40px
    }
}

.kmt-pagination ul>li.active a {
    cursor: default;
    color: #333
}

.kmt-pagination ul>li.disabled a {
    cursor: default;
    color: #999
}

.email-wrapper {
    width: 600px;
    margin-top: 105px;
    margin: 105px auto 0;
    border-top: 4px solid #009efc
}

img.grey-out {
    filter: grayscale(100%)
}

.faded-out {
    opacity: .5
}

.z-index-500 {
    z-index: 500 !important
}

.blur {
    filter: blur(2px)
}

.pointer {
    cursor: pointer
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.flex-1 {
    flex: 1
}

.savings-banner-decoration {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL4AAAEECAYAAACWUo46AAALIUlEQVR4nO3dWY8cVxnG8cfE2CRpB7MTFCWxgLAJsiniqiQ+AYh7uCeQAIO4gS9RXwAhEFIgARQURILYlKglQBYKkXKBCBC84SWeOIsr3mY8RoXOMZVOd09Vd52q95zz/0mR3J6x+/TJ87xTXe6uFgAgF5ON6ZcmG9Pb+B+OnOyV9JH6v8nG9J+Snq7K4gQJQOr2Nh4fBUA29s55oBQAyZsXfI8CIFnLgu9RACSnTfA9CoBkdAm+RwEQvVWC71EARGud4HsUANHpI/geBUA0+gy+RwFgXojgexQAZu2ZbEyfkHRE0rnAi6QAMKMO/tNuMa9LOirp5cCLowAYXTP4XuV+AmwGXhwFwGjmBd+jAEjWsuB7FADJaRN8jwIgGV2C71EARG+V4Ht1AY5JeinwJlAA9G6d4HtvuNOgFADR6CP4HgVANPoMvkcBYF6I4HsUAGaFDL7nC3BW0rWA90MB0NoQwfcuugKcoQAY25DB9ygARjdG8D0KgNGMGXyPAmBwFoLvUQAMxlLwvYvupRCnKQBCqYM/1Pn2ri65ApyiAOhbHXwfqguNF52FDFpXFAC9awbf84caoY+1u6IA6M284HsUgAIka1nwPQpAAZLTJvie1QJclnRc0klJOwHvhwIkpEvwvcsDTdqurrh1UQDsapXge7kX4F+SplVZHAl4HwhkneB7uRfgiPsJQAEi0kfwPQpAAaLRZ/A9/2TzVOCgdUUBcF2I4HtXBjrb0tWWW9d/JF0NeD8UwLCQwfcoAAUwZ4jgexSAApgxZPC9K43nACGD1hUFyMgYwffqoJ0YIGhdUYAMjBl8z3IB/Lq2A94PBRiBheB7Vguw7dZ1ggKkw1LwPQpAAYKzGHxvy4U/9KFGVxQgAZaD72278IcOWlcUIGIxBN+jABSgNzEF37NcgJPuVOhWwPuhAD2IMfie1QJcdeuiAIbFHHzv6kCTtisKYFgKwfcoAAVoLaXgexSAAuwqxeB7FIACLJRy8L2r7pWgx90rQ63YccU8FnhdFGCOHILv7bgChA5aVxRgBDkF36MAFCDL4HsUIOMC5Bx8b6fxHOCyjSX9DwUIiOD/3zX3KSxHDRbA/2QKua6sCkDw38pyAYZYVxYFIPiLUYCEC0Dwd0cBEiwAwW/vmvtsgGPuswKsoAArIPjdXXMfkHeUAsSL4K/OcgGGWFfUBSD467NaAH9oRgHmIPj98QU45j4z2NK6KMAMgh/GWRcECmAUwQ+LAhgtAMEfhuUChD40M1kAgj8sqwUYYl2mCkDwx3HWTdrK0JqyKgDBH9emO9amAAMj+DZQgIELQPBtoQADFYDg27TpngOcN7S6awM9NxmkAATftnPuJ8Drxla56QIabQEIfhwoQM8FIPhxoQA9FYDgx4kCrFkAgh+3V9yTzVeNPQrzBSD4aXjV/QSwVoBzLqAhfzLVf//vq7I43uUPEfy05FyA5yU9VZVFq39reFvAhWB4ByXd7f47aGj/3y3pPkmfkXRLoPv4tKQHJxvTO9t8M8FPU7MA7zL0CEMX4ICkL082pnfv9o0EP20HXcjudaGzImQBbpD0xcnG9J5l30Tw83CLOxSwXIB39vx3f2GyMb1r0RcJfl4sF6Be0z09PjfZ4yb/3EM9gp8nqwU46MLfVwFulPT5ycZ0z+wXCH7efAHqw433GtqJPgtwyD3GNyH4kDsb8ilJ9ydagM9NNqZvyjrBR9MkggKs8iS4Ppz7ZPM3CD7msVyAe12I397xz97XvEHwsUyzAO8ztFPvl/RAx3+cOzTZmN7kbxB8tDFxU/YBFzoL9rnz/7e2XEt9ZufD/gbBRxf1xPyEoQLUYf6YpA+1/P7b/C8IPlZhrQB3tTwU+4D/BcHHOiwV4ONuPctcf10QwUcfmgX4oDsEGdoNLvzL8OQWQdzkjrnHKsAtbY/3CT5CuHHEAty5JNfX321I8BHSGAXY13wSO+MNf5PgYwhDF2DRuf3r70Um+BiSL8Bn3bF4qALUx/rvmPP7p/0vCD7GsF/SRwMXYN77DK5fgoTgY0whCzD7Xt5tSS/6GwQfFjQLcGtPBZjM3H6hKostf4Pgw5L97uUH9/fw5vN9M7cPN28QfFh0s3vTyaE1pn/z9fqnZq+xSfBh2e3u/QCr5LRZmGdmv0jwYd173JvFu2bV/yttfQrz77NfJPiIwcHZ98y24J/I1pcSf8uFkQk+YlFP/js6rPXSomkvgo/I3DHnNOUi1aJpL4KPyOxxpzvbeHHRtBfBR4QOtLjkST3lf75o2ovgI1K377Ls+lNhnlv2DQQfMTqwy7H+Y8umvQg+IrboqgpnJP16t4dF8BGrRZc3/3FVFju7PSaCj1hN3JUVmupp/8s2j4fgI2Y3z6z9p1VZXG3zeAg+Yra/sfazkh5v+1gIPmLWfOnxo22nvQg+Iufz22nai+Ajcv5cfadpL4KPyF1ZZdqL4CNyl1aZ9iL4iFh9mHNslWkvgo+I1dfBfGSVaS+Cj4idWHXai+AjYt+vymJ71eUTfMRoU1K5zroJPmL0g3WmvQg+IvSapO+uu2yCj9h8r3nx11URfMSkl2kvgo/I1GdyrvSxZIKPWJyX9J2+1krwEYsfVmVxua+1EnzEoJ723+5znQQfMeh12ovgIwK9T3sRfESg92kvgg/jgkx7EXwY96MQ014EH4YFm/Yi+DCsnvYXQy2P4MOioNNeBB9GBZ32IvgwKPi0F8GHQY+EnvYi+DCm/ojObw2xJIIPS+qrol0YYj0EH1bUF4j65lBrIfiw4idVWVRDrYXgw4JBp70IPowYdNqL4MOAwae9CD4MeHToaS+Cj5FdGGPai+BjZPW0Pz/GEgg+xlJP+2+MdecEH2MZbdqL4GMko057EXyM5LExp70IPkYw2pmcJoKPof2sKovXxt51go8hXbQw7UXwMbDHq7J4xcKmE3wMpZ72D1nZbYKPoZiZ9iL4GIipaS+Cj4GYmvYi+BjAJUkPW9togo/QflGVxTlru0zwEdIla8f2HsFHSPW0f9niDhN8hGJ22ovgIyCz014EH4GYnvYi+AjkCcvTXgQfAdTT/mvWN5bgo29PVmWxaX1XCT76VH8051dj2FGCjz79qiqLMzHsKMFHX6KZ9iL46FE0014EHz2JatqL4KMnT8Y07UXw0YPopr0IPnrwVFUWp2PbSIKPddTT/sEYd5DgYx1RTnsRfKwh2mkvgo81RDvtRfCxossxvAJzGYKPVfymKouTMe8cwUdXW7FPexF8rOC3VVkcj33jCD66qKf9V1LYMYKPLpKY9iL46CCZaS+Cjw6SmfYi+GhpK8ZXYC5D8NHG76qyOJrSThF87Ca5aS+CjxbqaX8ktY0i+FgmyWkvgo9dJDntRfCxRLLTXgQfS/wh1Wkvgo8FtmN+d1UbBB/zPFOVxb9T3hmCj1nJT3sRfMxRT/t/pL4xBB9NWUx7EXzMyGLai+CjIZtpL4KPhmku014EH852Su+uaoPgQ27av5DTThB8ZDftRfCR47QXwc9eltNeBD97WU57EfysbadwDcxVEfx8/bEqi7/l+ugJfp6uSnoo5w0g+Hn6U1UWz+e8AQQ/P/W0T/a9tG0R/PxkP+1F8LPDtHcIfl6Y9g7Bz0c97R/OfRM8gp+PP1dl8Vzum+AR/Dxkf95+FsHPA9N+BsFPH9N+DoKfPqb9HAQ/bZzJWYDgp+1wVRZ/zX0T5iH46drh2H4xgp+uv1Rl8Wzum7AIwU/TDsf2yxH8NNXT/nDum7AMwU8P074Fgp8epn0LBD8tTPuWCH5anmXat0Pw01FP+6/nvgmtSPovx1Od0Bmgj9IAAAAASUVORK5CYII=);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%
}

.flex-direction-column {
    flex-direction: column
}

.kmt-backdrop {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: hsla(0, 0%, 39%, .7)
}

.icon-bottom-right {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-75%, -75%);
    background: #009efc;
    color: #fff;
    border-radius: 50%;
    padding: 1px
}

.top\:100 {
    top: 100%
}

.lh\:1 {
    line-height: 1
}

.local-currency-bar {
    display: flex;
    background-color: #154566;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 20px 0
}

.purchase-at-price-percentage {
    align-items: center;
    padding: 1rem;
    display: flex
}

.cc-form-control {
    box-sizing: border-box;
    width: 100%;
    font-size: 15px !important;
    line-height: 1.6rem;
    color: #333;
    border: .1rem solid #6d6d6d;
    border-radius: .4rem;
    padding: 1.1rem .8rem;
    margin: 0 0 .4rem;
    border-color: #eaeaea;
    padding: 12px;
    height: auto !important;
    line-height: 15px !important;
    margin-bottom: 0 !important
}

.cc-card-icon {
    position: absolute;
    top: 50%;
    right: 16px
}

.vh-100 {
    height: 100vh !important
}

.no-shadow {
    box-shadow: none !important;
    text-shadow: none !important
}

.space-between {
    justify-content: space-between !important
}

.earn-ribbon-promo {
    width: 0;
    height: 0;
    left: -25px;
    top: -34px;
    margin-right: -15px
}

.earn-ribbon-promo,
.earn-ribbon-promo-btn:before {
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #fc9300 transparent transparent transparent;
    line-height: 0px;
    position: relative
}

.earn-ribbon-promo-btn:before {
    content: "";
    left: .2px;
    top: 7.5px;
    border-top-left-radius: 2px;
    margin-left: -12px
}

.earn-ribbon-promo-mobile {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #fc9300 transparent transparent transparent;
    line-height: 0px;
    position: relative;
    left: -12px;
    top: -30px;
    margin-right: -15px
}

.earn-banner-mobile-wrapper {
    padding: 9px
}

.earn-banner {
    border-radius: 10px;
    height: 240px;
    text-align: center;
    background: #fff
}

.earn-banner-shadow {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    height: 260px !important;
    padding-top: 30px
}

.earn-banner__left-background {
    background: url(../img/left.png);
    background-repeat: no-repeat !important;
    background-position-y: bottom
}

.earn-banner__right-background {
    background: url(../img/right.png);
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    background-position: 100%;
    border-radius: 0 10px 10px 0;
    padding-top: 30px;
    background-position-x: right;
    background-position-y: bottom
}

.earn-banner__title {
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    font-size: 14px
}

.earn-banner-bottom__title,
.earn-banner__title {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    background: linear-gradient(90.44deg, #42b8ff -12.86%, #e30cdf 142.26%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    margin-bottom: 10px
}

.earn-banner-bottom__title {
    -webkit-text-fill-color: transparent;
    font-size: 16px
}

.earn-banner__up-to-ten-percent {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #333
}

.earn-banner__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #757575;
    display: inline-block;
    max-width: 600px;
    margin: 10px 0
}

.earn-banner__action {
    margin-top: 9px
}

.earn-banner__action .btn {
    padding: 0 82px !important;
    line-height: 38px
}

.earn-bottom-banner {
    width: 100%;
    height: 100%;
    background: url(../img/how.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-top: 50px;
    padding: 0 250px 0 40px
}

.earn-mobile-button {
    border-radius: 10px !important;
    padding: 14px 50px !important
}

.earn-mobile-button-bottom {
    padding: 9px 45px;
    margin: 25px 0
}

.earn-promo-card {
    background: url(../img/earn-promo-card-left.png);
    background-repeat: no-repeat !important;
    background-position: 0 0
}

.earn-promo-card-right-bg {
    background: url(../img/earn-promo-card-right.png);
    background-repeat: no-repeat !important;
    background-position: 100% 0;
    background-color: #fff !important
}

.earn-banner-start-now-bottom {
    padding: 0 38px
}

.text-underline {
    text-decoration: underline
}

@media(min-width:992px) {
    .tos-text-fade {
        max-height: 45vh !important;
        overflow: auto;
        -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent)
    }

    .tos-text-fade p {
        padding-bottom: 200px
    }
}

@media(max-width:991px) {
    .scrollable-content-mobile {
        max-height: calc(100% - 180px);
        overflow-y: auto
    }
}

@media(max-width:991px)and (max-width:767.98px) {
    .scrollable-content-mobile {
        max-height: calc(100% - 90px)
    }
}

@media(max-width:991px) {
    .scrollable-content-mobile::-webkit-scrollbar {
        width: 3px;
        height: 3px
    }

    .scrollable-content-mobile::-webkit-scrollbar-track {
        background: #f5f5f5
    }

    .scrollable-content-mobile::-webkit-scrollbar-thumb {
        background: #999
    }

    .scrollable-content-mobile.scrollbar-6::-webkit-scrollbar {
        width: 6px;
        height: 6px
    }

    .scrollable-content-mobile.scrollbar-6::-webkit-scrollbar-track {
        background: #f5f5f5
    }

    .scrollable-content-mobile.scrollbar-6::-webkit-scrollbar-thumb {
        background: #a3a3a3;
        border-radius: 3px
    }

    .scrollable-content-mobile.scrollbar-12::-webkit-scrollbar {
        width: 12px;
        height: 12px
    }

    .scrollable-content-mobile.scrollbar-12::-webkit-scrollbar-track {
        background: #f5f5f5
    }

    .scrollable-content-mobile.scrollbar-12::-webkit-scrollbar-thumb {
        background: #a3a3a3;
        border-radius: 3px
    }
}

.tooltip {
    position: relative;
    display: inline-block;
    text-align: left
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    font-family: Rubik, sans-serif;
    padding: 16px;
    border-radius: 6px;
    line-height: 1.5;
    position: absolute;
    z-index: 10
}

.tooltip .tooltiptext.tooltiptext-wide {
    width: 260px
}

.tooltip:hover .tooltiptext {
    visibility: visible
}

@media(max-width:768px) {
    .tooltip .tooltiptext {
        top: -5px !important;
        right: 0
    }
}

.i-mark {
    background-image: url(../img/info-i.6dbcd274.svg) !important;
    width: 17px;
    height: 17px
}

.i-mark.i-mark-lg {
    width: 25px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover
}

.v-switch-button {
    box-shadow: 0 1px 4px rgba(0, 41, 89, .1) !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.mobile-modal {
    height: auto !important;
    margin-top: auto !important
}

.preloader-box {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHEAAABxCAYAAADifkzQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA+1SURBVHgB7V1tdtRGFn1yDMH5dOecED6SoGb+h49ZgBtnAXFYwOCwgDFkAbHNAsDeAHjyfyb2/E9ob2BsFjC0gABJOMF2AiQGQ+deuWRK1VJ3Sy21q9q+5+h0q6SW1HXr1at679WTJ/vYNTSbTfnxxx9rnudNYBvD5qN4VB1bxX6AbRG7y0ePHg3SruPJPvqO+/fv8+NLEHQVn34XP1nDufN//vnnfLVaXTcP7pPYR1DygiCovPnmm9exOyHZ0Xj16tX5jz/+eFUv3CexTyCBP/30UxWfP0h30pcGSuVldK//igr2SewDSOCdO3cqBw8e/J8kE1gfGhpa3NraWn7jjTfWX758OQqJ8/GduvJCwvlrOD4eSeQ+iX3AxsaG9/TpU+q/S8ahBgi7+Mknn9STfqek1wdhMwlkNjY3N89SRw7JPkoFiXj27JkvCQSCmPE0AgkcF45K33rrrUlcZ9Y4XIVkh9fcl8SSgZEo6/iGIUkhge2mDSYgkR4k8j8SHxCtQRpP7ktiiaAUPn/+fNQgsIn92SwEEh999FET17qIr/oUYxQj3cl9EkvEgwcPBIOTmlEc6CPLbsGutVKprEMa9d9SyseGpUQ0Go3RkZGRC2iRp7H5KOJD3MH3xXa6YFAAXUZ9eMooviU58eTJkybqbxkj2Smt+FQpJJK8Q4cOTYGsS7jpqH4MD8CPKbRSmpTOZe1WXAIIpKT4ehnqJDeJx44do25cZTetwS+8O3348KGPfvombjQjyg6YAh/nNHD+BdlHTyicRBBzEx+nM5y/cO/evZrsEeD/vi89gIYAo6jYeSKkalpaLRLUg/PYvkJXynlNYP4Oyv+GDCCgUjgSjXWfqINTkhOPHj1iXZkCEhRKIlrZpHkD/IkzMA9dwrZw5MiRefTr1YSJq4++/gsZMHzwwQeUnFWjuMYxg+SDh7r7R6zA81YLI1F1ib5xg8SBy/Hjx2fwUdfLKKkyYOC0AJJXl/jczsOY4RvJCLqv4IriRL+mFTdhb/22MBITxLzebuSJm88bRbm7GZuBaQaEp2n+10t3797t2hXF0SgaQ3V4ePiqcSjgVK0wEnGjWBdBr3S78/FQbY8PEtS0SocHQq53Q2QbF1Zo+QmvLwUBF1w3bu63O5+uFqNoXQYMa2tr7AJnUBfTCYcrIPI7DAZvcFpmHiR51J0gcBrfW1xYqO+FyPJT2GSfChxdql5U48Oldan0lRlFd2SA0IHAHajB4CSMH3U07FuRMIC8E9CdE2YPp9DAtb+Odgr1YuBB1iQ+wU+0ynAqoowBO8B5k3lsijaiA4EMfMoTmhFhBXV1Xq/TQknECIrOS/PBSWQdkrqM7uN9tDZzhEWsY+pRkQFAGwJp97wIH+AC6mJSHfclA/D7uRcvXsyawVKF+xMhjSuSwWKz8yCeN4PWNSsOoxOBnCuHO6899pPKTeV3uDSFYDbNaVA4idSDyvTmS0a4TGS3BJqIYk8PHDhwit6eqJzeHo4zsNWTwhR1lObZT+laddRlW2LNqYlzROYlsCiUGp6hhs41bGOccnDuyBaGrc6uAS3wNOZQlFpnidxtAoldj7FxmUgbCCSsCJRykUhbCCSsiXZziUibCCSsCll0gUjbCCSsizu1mUgbCSSsDB62kUhbCSSsjQC3iUibCSSsDR7mih9U0DkxXFQ0nKtYnsxIcvl0gu0EEtavxcgrkQwXSVpGHYHLqXHdVRiUlz799NPFpGu4QCDhxIKabonUg5alfcyridDTgs+dNRKuEEg4QSLRiUhKngp99CU/AmzzIyMjc64QSDhDIpFGpGwb02tSHBhmaLrTrCSQcGpVVNpgR9IJ5DJqrgc5A4mtwvHsbW5uVtQ+QyQXU37nDIGEU5IYoY1EhmAQkWj6LQ0dllPvnGYzgYSTJBIPHjy4Jq1LqJm04Musy+baZbYAuTfRGMbFYrgsiStGcU9L5TQiuaRa706b2L5GVzwnlsJJEiGFDYlLzDrXfPS61rFNqpJwbXynMIndgnPLvWF1mZTWLu9SEYtVuXbixIkTzBFz3jhUiTJV2AjnSIS0mAOQepHxqiTy3Xff5Sh43ij/p1gKp0jUYnZ2wFA+KRjvvfdek/GdRvGorYthXZPEmrEflJHAgdL49ttvU//V48WelWsonSIRUhebhCt7ZymACY+j0v/qZb2s8i0TTpFoVmIvmSg6gat8GVppFPtiIVzrTmMWmoSl1IWCGQ+NIl8shNMk7mMbrpEYk4wDBw70lE6kExLSjVgJ10gM9B3orKqUiIQFnoFYCKdI5DoOfR+j09JGi+vr6xxIjRnFgVgI10is6/uQlIkecsK0xdbWljkvbJly2ALX5ol1MfJ9Hjp0qPAJOA3hMHhzThqblw4PD9fFQjhFovIi1PUyhjAWLY0///yzh67UTBgUHD58uNQpTV44ZwCHNJqJfZjVMVccahJ+/fVXfjCf6IRWvJMzxka46k9kaEZNLysi+wa70fv375+BFNLDr0v3bTiF/yaWwsn00SrIyYwMXwC5lxkvmgdMuJ5CIKXwc7EYTpKIwUwghm5UuMp4UX755ZdfQsnqBJX4wIOJbQoE0qNv6tdldT9r4Vx32mWmJsbbzOK8pZGRkXXoTPoHhRusPLSJ8hpMO0kSGXTMQUwt5VqhPgSRs5WKnal2nCKx21RbBhbp7cDGhA/rkLZRJkVSyeU5PelmZGs1kc6Q2GFtxDzIISFFmOEYY/MtrsfksDpj1hLphE7sYnHLZb7xhYMb2bas5AF/dxPXOXv8+HFGjXMwo4+S2P1O4zmm8w6eyoL1kph1dRLjcFA+rUxm7Crb/UcSx1Huqkq7tbxz4PV043uxXCKtJrHX5WUMbAIJNUWobkLjyySXaItl4sC0eFJXiLSWxCLXB5opyvD9BgwDF7v5rQtEWqkTrUr043lMPL9is460jkQr88RYTqRVJFqdZsRiIq0h0YksFZYSaQWJTiU5sJDIXSfRJQIj2EZkqS/B7AQXCYxAIvHcK5h+fG5MPyIi+f9mR0dH5fHjx3RmezTA80Un+G+hIR5oHj58WHrFrkmiywRG6EYigyCogLxLW1tbP+D8xyh/xU/ug9gLdIM1Gg3pBbtC4iAQGKEDkTNwg93GMeYXqMlrjwk/a7T1QjJvw6tSo/8zL/pO4iARGKENkUQnV5cPf2Yold04sZPQVxIHkcAIBpFpa/ub2hb7OerkGvRr5veJEH0jcZAJjEAiDx48yLBGk0TaWW9A2sbxeZKfqAczqKuCrvVaHv3Yl9HpXiCQiF5Ugu7Rjxc3Z48dO6aHPAaok/qzZ88CL/7ukDHqR0mOH0pF6ZK4VwgkfvvtN4b+TxjFdXSzLTGr9HxgmsHyul6e8DLRjugoiWxdnOcwsEjNbUJg1CVPnjxp8t3v7EaSsJcIJDY3NzkP/Ewrou5banc+XxxNn6cqYiP4TDIilUSS9+jRI4+5z+hU5VJrzG386Pjz589vgYhlzIPqUMh861pTJ3OvEZgG/NeNtGPvvPNOE13qhvSIFhIj8lTfHobyJQ192XqwTaEPDxPigewrIK7BbmKvEkiLDHBHa8z8wqi6xN4K57PQ18sw6MlMakwnRmmxaE3g3EW6zCHKt3Fiu03iMGn19qoEwsvP3ii26IZRcypnXOxcTu5BWBXn669cb6LeVyQjdkiMEtSpvGa1lPPT5jnRNabZAGwiMGUCHZq68k6u08CMG1AzLVMH3Od71i0bOJcL4Dvzrp5juXFuAAHIvAZyR8YfPnyYmCpStgnj29aooMOUIwy+ZU4ZJkmXzrGefSeQ5HClL/SNh3tTLTCl14R2nGm/vmb2DQzWWvR5L7h37x4HJ9eoahIO19Wb61h3p1sfuzmbNJLthPDJKdqQoKQ3kDbwRy+mZW3iukAmrsMDfSPJQVd9J5BL037//fcKRs9M6M6KbGv2Uglur6ArbBQR8MQGRKM37k8pO9Ptz7DV0Zhy5VUNK56ZC3HzG8axFYj8eDfpIVX+UeYJNaXycj/zhG5sbHh//PHHFONOJVu6lDByDRJ75cMPP+xZKrXcqf+WbcHoFPtaR12fz5uKcwh9tCTosEa3BBIqN/f5lqdrNkeL1jtpIIFPnz69qjwGWVcOhx4H6nNKUa/PzEZw9OjRBtTOWXxnaCRtac2ErcF1lZTAag+5VL27d+9O4GbfGQ9RzZM/NOEVtOtoDNVqycleOaWBBCalkw4PY1tV77APh+9qQl2ThAhxOnoxOBkv8pk5iKI5jS9ZwXYC9whQfIuNXwoAR0sLRhLzJbSMCckB6kjoAra6HUmATj1XRibECKrrSpzSAFdAyJxJiNJbfNZJ7FKfm8pwDo3vMn4nLmDIzAWD/e8kJ1RlxVpXHltgFtCilEDgGj0FGOnNJEkUuzuWo7eZw/e/y3Z3p2NKGaKdAOeJvl6ASu8pcyG7LX3fKzFhECWKr0OQ1mcY70b6SeaRI0caajl3zCuPepjuNWyiXyCJZubCnnQBKqRU/aeDXaKhCkjsbBZdQyJBegODGnNtxpgr0kgS+1bpRQPSUjOKuBJ4QTIC3S5NZjRm1LViT/MuWI0WEiGJNckJZeiNdZ9mPrYikVDJy3mz8sNyw4HQsl5WpiooEkPmg3PZdN55Ers3MeyueQy63QLPesIoqktOwETHBmyOB9wgEagbZRO0NkhGkHi+u1AMHYv527KUh9i9mFhBckI5t51ULUOwmi9Ka2Kf67S2d3sRzcwUm2zTLlnyRN9ZfV4khljJqHwzX1oN23UYk71OXSuN59rLskxzV6n50HBP04Gae07KEJSEOW0gDiD0J9KqIcaElzY9WC1uR34wegdU8h6a10JTFyMAoEe+Qpn5bqVwqF/Eq3/aIcEBm1ufoytmzzNmlJWW7b9I6P5EX5GR5I/hyySXXrx4Ef4pGrYxmjulkvkktf6bed0qWaCeOdb4aKnBPPFmFk+EUgcn8fl/vRj/eQLGACsT1eqI/dM2LqUsWMniAekVCRkXA9z/rO/7a90SyfymIJ8NOJZhAw3xpDiAWIwNLR1M6iOvXSdZQAfwHP742X4RSCS8K8qHo/oHxgp16lqVBNL7T19q7J2JfOG0OILUpqocxbTw+23Oi2qJ+WCulOmtaAdII3uPL41iRlczbD5A79KEs3fnAHR5GODJEEyOxKU1psjq/KYmOvY3TOgTxZ1KfPCyirJlVMJS2QOYTlAuMHaHSWpgEc+/xIl89MYZWqVULrik/OGP6dnY7f+UBVZnlMoCNcjhNKcXff6Yq5qKctb2C04mrU0CJUfpcw50MutzbLcpga4RSAyMJOroUp8TYYI+GjswV57v54CsSAwkiREYPwQ9+IXyRvjy2qJEqQ2T82Huu+QqeRH+An1KM2lgfHQcAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 50%
}

.transaction-promo-box {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
    border-radius: 10px
}

.recurring-list-background-item-left {
    background-image: url(../img/reccur.svg);
    width: 100px;
    margin-top: -300px
}

.recurring-list-background-item-left,
.recurring-list-background-item-right {
    background-repeat: no-repeat;
    background-position: 50%;
    height: 150px;
    margin-left: -40px
}

.recurring-list-background-item-right {
    background-image: url(../img/bg-right.svg);
    width: 115px;
    margin-top: -500px
}

.bg-recurring-widget {
    background-image: url(../img/rwidget.svg);
    background-size: cover
}

.switch-to-recurring {
    border-radius: 4px;
    border-color: #f5f5f5
}

.switch-to-recurring .middle-item {
    flex: auto
}

.vtooltip {
    max-width: 320px;
    display: block !important;
    z-index: 10000
}

.vtooltip .tooltip-inner {
    background: #333;
    color: #fff;
    border-radius: 5px;
    padding: 12px
}

.vtooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 8px;
    border-color: #333;
    z-index: 1
}

.vtooltip[x-placement^=top] {
    margin-bottom: 8px
}

.vtooltip[x-placement^=top] .tooltip-arrow {
    border-width: 8px 8px 0 8px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -8px;
    left: calc(50% - 8px);
    margin-top: 0;
    margin-bottom: 0
}

.vtooltip[x-placement^=bottom] {
    margin-top: 8px
}

.vtooltip[x-placement^=bottom] .tooltip-arrow {
    border-width: 0 8px 8px 8px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -8px;
    left: calc(50% - 8px);
    margin-top: 0;
    margin-bottom: 0
}

.vtooltip[x-placement^=right] {
    margin-left: 8px
}

.vtooltip[x-placement^=right] .tooltip-arrow {
    border-width: 8px 8px 8px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -8px;
    top: calc(50% - 8px);
    margin-left: 0;
    margin-right: 0
}

.vtooltip[x-placement^=left] {
    margin-right: 8px
}

.vtooltip[x-placement^=left] .tooltip-arrow {
    border-width: 8px 0 8px 8px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -8px;
    top: calc(50% - 8px);
    margin-left: 0;
    margin-right: 0
}

.vtooltip.popover .popover-inner {
    background: #f9f9f9;
    color: #000;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1)
}

.vtooltip.popover .popover-arrow {
    border-color: #f9f9f9
}

.vtooltip[aria-hidden=true] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s
}

.vtooltip[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s
}

.container[data-v-40b85d6d] {
    min-height: 100vh
}

.single-asset-chart footer,
.single-asset-chart header {
    display: none !important
}

iframe.kyc-help-youtube[data-v-3f684073] {
    width: 100%
}

@media(min-width:560px) {
    iframe.kyc-help-youtube[data-v-3f684073] {
        width: 560px
    }
}

.box-bg-number[data-v-e11e87a4] {
    font-size: 200px;
    font-weight: 700;
    position: absolute;
    top: -55px;
    right: 20px;
    color: #f4fbff
}

.dropdown[data-v-d3a5d6a6] {
    height: 100%
}

@media(min-width:992px) {
    .dropdown:hover>.dropdown-menu[data-v-d3a5d6a6] {
        display: block
    }
}

.dropdown:hover .dropdown-toggle[data-v-d3a5d6a6]:after {
    border-top: 0;
    border-bottom: .3em solid
}

#maintenance[data-v-367b132e] {
    background-color: #2271a7 !important;
    color: #636b6f;
    font-family: Rubik, sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0
}

.container[data-v-367b132e] {
    padding: 0 15px
}

.full-height[data-v-367b132e] {
    height: 100vh
}

.flex-center[data-v-367b132e] {
    align-items: center;
    display: flex;
    justify-content: center
}

.position-ref[data-v-367b132e] {
    position: relative
}

.content[data-v-367b132e] {
    text-align: left
}

.title[data-v-367b132e] {
    font-weight: 400;
    color: #fff;
    font-size: 36px;
    padding: 10px 0 10px;
    font-family: Rubik, sans-serif;
    margin-bottom: 0
}

.body-text[data-v-367b132e] {
    color: #fff;
    font-size: 1.25em;
    margin-top: 0;
    max-width: 600px;
    text-align: left;
    margin: 0 auto 12px
}

.logo img[data-v-367b132e] {
    width: 100%;
    max-width: 460px
}

.action-link[data-v-367b132e] {
    font-weight: 400;
    color: #fff
}

.box-promo[data-v-23942af6] {
    color: #fff;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .3)), #2271a7
}

.promo-button-bg[data-v-23942af6] {
    background: #ff8c01
}

@media(max-width:480px) {
    .button-width[data-v-063ada96] {
        max-width: 290px
    }
}

.box[data-v-063ada96] {
    left: auto
}

.iframe-wrap {
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.iframe-wrap iframe {
    min-height: 400px !important
}

.processing[data-v-64624142] {
    opacity: .35
}

.icon[data-v-4fb766ed] {
    border-radius: 50%;
    background-color: #fff;
    color: #009efc
}

.icon-color-reverse[data-v-4fb766ed] {
    color: #fff;
    background-color: #009efc
}

.icon-wrapper[data-v-4fb766ed] {
    position: absolute;
    bottom: -4px;
    right: -4px;
    line-height: 1;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slot[data-v-717512cd] :first-child {
    width: 200px;
    text-align: right
}

.inline-block[data-v-fe4451be] {
    display: inline-block !important
}

.mini-btn tw-bold ts-sm[data-v-fe4451be] {
    max-height: 36px !important
}

.dropdown-menu[data-v-50ce07df] {
    border: none;
    margin-top: 0;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(51, 51, 51, .04)
}

.dropdown-menu .dropdown-header[data-v-50ce07df] {
    line-height: 21px
}

.dropdown-menu .dropdown-item[data-v-50ce07df]:hover {
    background-color: #f8f8f8
}

.dropdown-menu .icon-background[data-v-50ce07df] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 10px
}

.dropdown-menu .dropdown-item[data-v-50ce07df]:active {
    background-color: initial
}

.dropdown-mobile[data-v-50ce07df] {
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0
}

.browser-cam-confirm-box[data-v-173ed0fa] {
    width: 300px;
    max-width: 100%
}

@media(max-width:768px) {
    .__kyc-help-wrapper[data-v-285f6750] {
        height: 400px;
        position: absolute !important;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .__kyc-help-wrapper .__kyc-help-wrapper--scrollable-content[data-v-285f6750] {
        overflow-y: auto;
        flex-grow: 1
    }

    .__kyc-help-wrapper .__kyc-help-wrapper--scrollable-content+button[data-v-285f6750] {
        flex-shrink: 0
    }
}

.transaction-promo-box-text {
    max-width: 140px !important
}

.content-transaction-submit\:message-wrapper strong {
    color: #333 !important
}

.copied-msg[data-v-ab9bf9be] {
    top: -18px;
    display: block;
    width: 100px;
    text-align: center !important;
    left: calc(100% - 60px)
}

#skrill-iframe {
    width: 100%;
    height: 70vh
}

@media (max-width:480px) {
    .floating-bottom {
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%
    }

    .mobile-p-100 {
        padding-bottom: 100px
    }
}

.__address-book-trigger:hover .__address-book-trigger-hint[data-v-0b69f040] {
    display: block
}

.__address-book-trigger .__address-book-trigger-hint[data-v-0b69f040] {
    position: absolute;
    top: -20px;
    right: 4px;
    display: none
}

.__address-book-trigger:hover .__address-book-trigger-hint[data-v-2dbb8cff] {
    display: block
}

.__address-book-trigger .__address-book-trigger-hint[data-v-2dbb8cff] {
    position: absolute;
    top: -20px;
    right: 4px;
    display: none
}

.img-qr[data-v-3c35cdc6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px
}

.button-wrapper[data-v-4d0349b3] {
    display: flex;
    justify-content: center;
    gap: 20px
}

.modal-content[data-v-4d0349b3] {
    font-size: 14px
}

.img-qr[data-v-3af3d031] {
    position: absolute;
    width: 80px
}

.line-height-14[data-v-24dd1c66] {
    line-height: 14px
}

h1[data-v-f1bb4546],
h2[data-v-f1bb4546],
h3[data-v-f1bb4546],
h4[data-v-f1bb4546] {
    padding: 16px 0 4px 0
}

h1[data-v-f1bb4546] {
    font-size: 28px
}

h2[data-v-f1bb4546] {
    font-size: 24px
}

h3[data-v-f1bb4546] {
    font-size: 20px
}

h4[data-v-f1bb4546] {
    font-size: 16px
}

.stories-wrapper[data-v-3d142f2e] {
    color: #fff;
    font-size: 2.5rem
}

@media(max-width:768px) {
    .stories-wrapper[data-v-3d142f2e] {
        font-size: 2rem
    }
}

.stories-wrapper .fade-enter-active[data-v-3d142f2e],
.stories-wrapper .fade-leave-active[data-v-3d142f2e] {
    transition: opacity 1.5s
}

.stories-wrapper .story-cta-button[data-v-3d142f2e] {
    font-size: 1.5rem;
    max-width: 300px
}

.story-close[data-v-3d142f2e] {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 36px !important;
    z-index: 999
}

@media(min-width:768px) {
    .bg-story[data-v-3d142f2e] {
        width: 600px
    }
}

.bg-story[data-v-3d142f2e] {
    background: url(../img/story.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    align-self: center;
    min-height: 90vh
}

.story-name[data-v-3d142f2e] {
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(90.44deg, #42b8ff -12.86%, #e30cdf 142.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.story-title[data-v-3d142f2e] {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px
}

.story-point-title[data-v-3d142f2e] {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

.story-point-subtitle[data-v-3d142f2e] {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.story-timer-group[data-v-3d142f2e] {
    margin-top: 4px
}

.story-timer-group .story-timer[data-v-3d142f2e] {
    margin-right: 2px
}

.story-timer-group .story-timer[data-v-3d142f2e]:last-child {
    margin-right: 0
}

.story-timer-group .progress[data-v-3d142f2e] {
    height: 4px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .25)
}

.story-timer-group .progress-bar[data-v-3d142f2e] {
    background-color: #fff;
    transition: width .1s linear
}

.story-close[data-v-4667878a] {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 36px !important;
    z-index: 999
}

@media(min-width:768px) {
    .bg-story[data-v-4667878a] {
        width: 400px
    }
}

.bg-story[data-v-4667878a] {
    background: url(../img/bgearn.png);
    background-size: cover;
    height: 90vh !important;
    background-repeat: no-repeat;
    background-position: 50%;
    align-self: center;
    min-height: 970px
}

.story-name[data-v-4667878a] {
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(90.44deg, #42b8ff -12.86%, #e30cdf 142.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.story-title[data-v-4667878a] {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px
}

.story-point-title[data-v-4667878a] {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

.story-point-subtitle[data-v-4667878a] {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

h1[data-v-177ad6f2],
h2[data-v-177ad6f2],
h3[data-v-177ad6f2],
h4[data-v-177ad6f2] {
    padding: 16px 0 4px 0
}

h1[data-v-177ad6f2] {
    font-size: 28px
}

h2[data-v-177ad6f2] {
    font-size: 24px
}

h3[data-v-177ad6f2] {
    font-size: 20px
}

h4[data-v-177ad6f2] {
    font-size: 16px
}

.img-qr[data-v-56376698],
.img-qr[data-v-58b7c170] {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px
}

.popup_backdrop[data-v-7da10e62] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 50, 50, .8);
    z-index: 100000;
    display: none;
    opacity: 0
}

.popup_backdrop .popup_content[data-v-7da10e62] {
    overflow-y: auto;
    padding-top: 8px;
    width: 100%;
    background: #fff;
    border-radius: 16px 16px 0 0;
    max-height: 80%;
    display: flex;
    position: absolute;
    left: 0
}

.popup_backdrop .popup_content .popup_handle[data-v-7da10e62] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    display: flex;
    justify-content: center
}

.popup_backdrop .popup_content .popup_handle[data-v-7da10e62]:before {
    content: "";
    background-color: #ccc;
    border-radius: 8px;
    width: 52px;
    height: 5px;
    position: absolute;
    margin-top: 8px
}

.popup_backdrop .popup_content--is_dragging[data-v-7da10e62] {
    overflow-y: hidden
}

.popup_backdrop .popup_content--pan_end[data-v-7da10e62] {
    top: 1000px !important;
    transition: top .2s
}

.popup_backdrop.active[data-v-7da10e62] {
    -webkit-animation-name: fade-in-7da10e62;
    animation-name: fade-in-7da10e62;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: flex;
    opacity: 0
}

@-webkit-keyframes fade-in-7da10e62 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in-7da10e62 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.popup_backdrop.active .popup_content[data-v-7da10e62] {
    -webkit-animation-name: slide-up-7da10e62;
    animation-name: slide-up-7da10e62;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    bottom: -1000px;
    opacity: 0
}

@-webkit-keyframes slide-up-7da10e62 {
    0% {
        bottom: -1000px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slide-up-7da10e62 {
    0% {
        bottom: -1000px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.popup_backdrop.closing[data-v-7da10e62] {
    -webkit-animation-name: fade-out-7da10e62;
    animation-name: fade-out-7da10e62;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: flex;
    opacity: 1
}

@-webkit-keyframes fade-out-7da10e62 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out-7da10e62 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.popup_backdrop.closing .popup_content[data-v-7da10e62] {
    -webkit-animation-name: slide-down-7da10e62;
    animation-name: slide-down-7da10e62;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    bottom: 0;
    opacity: 1
}

@-webkit-keyframes slide-down-7da10e62 {
    0% {
        bottom: 0;
        opacity: 1
    }

    to {
        bottom: -1000px;
        opacity: 0
    }
}

@keyframes slide-down-7da10e62 {
    0% {
        bottom: 0;
        opacity: 1
    }

    to {
        bottom: -1000px;
        opacity: 0
    }
}

.copied-msg[data-v-53ac324c] {
    top: -20px;
    display: block;
    width: 100px;
    text-align: center !important;
    left: calc(100% - 57px)
}

.advanced-chart-hide-data-origin[data-v-430dfad4] {
    position: absolute;
    bottom: 38px;
    right: 1px;
    background: transparent;
    width: 70px;
    height: 27px;
    z-index: 1
}

.advanced-chart-open-in-new-window[data-v-430dfad4] {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 40px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default
}

.advanced-chart-open-in-new-window[data-v-430dfad4]:hover:after {
    content: "";
    background: rgba(100, 100, 150, .1);
    width: 33px;
    height: 34px;
    border-radius: 3px
}

.portfolio_overview__bottom .in_btc {margin-bottom:10px;}
.footer_link__social {position: relative; top: 5px; margin-right: 15px;}
.footer_link__social a {margin-right:5px; padding-right:5px;}
.footer_link__social a:last-child {margin-right:20px; padding-right:0;}
.pricing__title {font-weight:500; letter-spacing:1px; color:#000000;}
.pricing__top_boxs .color-green {color: green !important; font-weight: 500 !important;}
.pricing__top_boxs .color-red {color: #e50915 !important; font-weight: 500 !important;}
.list-view.__lvh-type-auto .w-p55 .tw-bold {color:#000;}

.tradingview-widget-container.card {min-height:450px;}
.tradingview-widget-container.card .chart-element {min-height:450px;}
.tradingview-widget-container.card .chart-element .canvas-wrapper {min-height:450px;}
.tradingview-widget-container.card .chart-element .canvas-wrapper > div {min-height:450px !important;}
.tradingview-widget-container.card .chart-element .canvas-wrapper iframe {min-height:450px !important;}

.card-body.price-pair.pl-3.pr-3 {max-height:450px; overflow-y:scroll;}
.card-body.market-news {max-height:250px;}
.list-group.market-nested .slider-container {width:100%;}
.list-group.market-nested .slider-container #slider {width:100%;}
.list-group.market-nested .slider-container #slider2 {width:100%;}
.list-group.market-nested .slider-container #slider3 {width:100%;}
#history_pairs_wrapper table tr td p {margin-bottom:0;}

.market-history.market-order .col-actions.float-right .btn-close {background-color: #d3a257; color: #fff; padding: 6px 10px; font-size: 14px; line-height: 20px; border: none; border-radius: 15px;}
.wallet__topright .card-title {color:#d3a257;}
.page.homepage .card-header .nav-item a {color: #fff; background-color: #d3a257;}
.page.homepage .card-header .nav-item a:hover,
.page.homepage .card-header .nav-item a:focus,
.page.homepage .card-header .nav-item a:active {color: #fff !important;}
.page.homepage .card-header .nav-item a.nav-link.active {background-color:#d3a257 !important;}

.card.history_dashboard .card-header .nav-item a.nav-link {background-color:#f1dcbb !important;}

.withdrawal_history_table .status_success {color:green;}
.withdrawal_history_table .status_rejected {color:red;}
.withdrawal_history_table .status_pending {color:orange;}
.select2-container--default .select2-selection--single {border:none !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top:6px !important;}
.bg-primary {background-color:#d3a257  !important;}
.portfolio_overview__bottom h4 {font-size:14px;}
.portfolio_overview__bottom h4 .text-success {font-size:16px; font-weight:400;}
.btn.btn-info {border-color:#d3a257 !important; color:#d3a257 !important; background-color:#fff; }
.btn.btn-info:hover,.btn.btn-info:focus,.btn.btn-info:active {background-color:#d3a257 !important; color:#fff;}
.referral-page .refferal_banner .card-body{background:url(../img/refferal-banner.png) no-repeat center right transparent;}
.custom_icon.no_data {width: 90px; height: 100px; background: url(../img/no-data.png) no-repeat center right transparent; display: block; background-size: cover; margin: 13px auto;}
.custom_icon.right_icon {width:16px; height:16px; background: url(../img/right-icon.png) no-repeat center right transparent; display: block; background-size: cover; display:inline-block; position:relative; top:3px;}
.refferal_section_title {margin-top:30px; margin-bottom:10px;}
.refferal_lists .nav-tabs.tabs li a {color:#ccc; border:none; padding:.5rem 0.2rem; margin-right:10px;}
.refferal_lists .nav-tabs.tabs li a.active {color:#000; border-bottom:2px solid #D3A257;}
.refferal_lists .nav-tabs.tabs li a:hover {color:#000 !important; border-bottom:2px solid #D3A257;}
.refferal_lists .nav-tabs.tabs {border:none;}
.refferal_lists_left {width:50%; float:left;}
.refferal_lists_right {width:50%; float:left;}
.refferal_lists .clearing {clear:both;}
.refferal_lists_content {margin-top:30px;}
.refferal_lists_content .page-item.active a.page-link {background-color:transparent; color:#D3A257; border:1px solid #D3A257;}
.refferal_lists_content .page-item.active a:focus {box-shadow:none !important}
.refferal_lists_content .page-item a:focus {box-shadow:none !important}
.refferal_lists_content .page-item a.page-link {color:#dee2e6;}
.refferal_lists_content .page-item {margin-right:3px;}
.my_refferal_lists_content .my_refferal_lists_filter {float:right; width:50%;}
.my_refferal_lists_content .clearing {clear:both;}
.referral-page .refferal_banner .box-referral-code .box-row label {font-size:16px; padding:0; margin:0;}
.referral-page .refferal_banner .box-referral-code .box-row .col-xl-6 {padding:0 0 5px 0;}
.referral-page .refferal_banner .box-referral-code .box-row{margin-bottom:15px;}
.referral-page .refferal_banner .box-action {margin-top:25px;}
.text-primary a{color:#d3a257;}
.first_steps {position:relative; overflow:}
.second_steps {position:relative;}
.third_steps {position:relative;}
.refferal_step_boxs .steps_heading::before {content:""; width:100%; height:2px; border-bottom:2px dashed #D3A257; display:block; position:absolute; top:60px;}
.refferal_step_boxs .first_steps .steps_heading::before {left:50%;}
.refferal_step_boxs .third_steps .steps_heading::before {right:50%;}
.refferal_step_boxs .overflow_hidden {overflow:hidden;}


@media all and (max-width:780px) {
    .fwmobile {width:100%; max-width:100%; flex:0 0 100%; margin-bottom:15px;}
    .card-profile__info ul li {font-size:14px;}
    .account_right p {font-size:14px;}
    .account_right {margin-left:15px !important;}
    .profil-card .media img {max-width:65px !important; border-radius:90px; width:65px !important; height:65px !important;}
    .card-body .form-group input#address {margin-bottom:10px; margin-bottom: 10px; padding: 25px 10px; line-height: 20px;}
    .withdrawal_history_table thead tr th:nth-child(2) {min-width:155px;}
    .portfolio_overview__bottom {margin-top:0 !important;}
}
@media all and (max-width:1368px) {
    nav.kmt-nav ul li a {font-size:12px; margin-left: 15px !important; margin-right: 15px !important;}
    .card-body.price-pair ol li {font-size:13px;}
    #ol-crypto .crypto-percent, #ol-etf .cghp-etf, #ol-commodities .cghp-commodities {font-size:11px !important;}
    #history_pairs_wrapper table thead tr th {font-size:12px; font-weight:500;}
    #history_pairs_wrapper table tbody tr td {font-size:12px;}
    .pairs .card-body .pairs-value .volumes {font-size:13px;}
    .wallet__topright .card-body h6 {font-size:13px;}
}
