@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #2575dc;
    --indigo: #6610f2;
    --purple: #5d54e4;
    --pink: #e83e8c;
    --red: #e45454;
    --orange: #fb9c5d;
    --yellow: #ffc107;
    --green: #7fad4a;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #2575dc;
    --secondary: #67646b;
    --success: #7fad4a;
    --info: #52baff;
    --warning: #fb9c5d;
    --danger: #e45454;
    --light: #ebeaec;
    --dark: #09313e;
    --purple: #5d54e4;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
    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: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    background-color: #171723;
}

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

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

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

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

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

    a:hover {
        color: #2069c7;
        text-decoration: none
    }

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: rgba(0, 0, 0, 0.58);
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

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-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #505050
}

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

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

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

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

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

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

.lead {
    font-size: 18px;
    font-weight: 400
}

.display-1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 3.25rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 2.825rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2
}

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
    padding: 5px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

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

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

a > code {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center; /* Center-align text horizontally */
}

.marquee-text {
    display: inline-block;
    animation: marqueeAnimation 20s linear infinite;
}

@keyframes marqueeAnimation {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.containerss {
    position: relative;
    text-align: center;
    color: white;
    width: 100%;
}

@media (min-width: 576px) { /* Medium devices (576px and above) */
    .containerss {
        height: 65vh;
        display: flex;
    }
}

.containerss .cover .centered {
    position: absolute;
    left: 35%;
    top: -15%;
}

.containerss .join-container {
    position: relative;
    z-index: 9999;
    top: -220px;
}

    .containerss .join-container button {
        width: 350px;
        height: 70px;
        border-radius: 5px;
        border: none;
        background: #6a1414;
        text-shadow: 0 0 3px #f9f65b, 0 0 40px #fff, 0 0 10px #c13222, 0 0 20px #c13222, 0 0 70px #c13222, 0 0 50px #c13222, 0 0 60px #c13222, 0 0 100px #c13222;
        clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
    }

        .containerss .join-container button a {
            color: #ffffff;
            font-size: 40px;
            font-weight: bold;
        }

        .containerss .join-container button:hover {
            transition: 0.5s;
            background: #550e0e;
            text-shadow: 0 0 3px #f9f65b, 0 0 10px #fff, 0 0 10px #c13222, 0 0 10px #c13222, 0 0 10px #c13222, 0 0 50px #c13222, 0 0 60px #c13222, 0 0 10px #c13222;
        }


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-container {
    max-width: 800px; /* Adjust the maximum width as needed */
    margin: auto;
    background-color: #f8f9fa; /* Light background color for better visibility */
    padding: 20px; /* Add padding for space around the table */
    border-radius: 10px; /* Optional: Add rounded corners for a nicer appearance */
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: white;
}

    .table th,
    .table td {
        padding: 10px;
        text-align: center;
    }

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

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

    .table .table {
        background-color: #123f4e
    }

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

.table-bordered {
    border: 1px solid #dee2e6
}

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

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

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

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f4f4f4
}

.table-hover tbody tr:hover {
    background-color: #f2f2f2
}

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

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

.table-hover .table-primary:hover {
    background-color: #accaf1
}

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

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

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

.table-hover .table-secondary:hover {
    background-color: #c7c7ca
}

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

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

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

.table-hover .table-success:hover {
    background-color: #cfe0ba
}

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

.table-info,
.table-info > th,
.table-info > td {
    background-color: #cfecff
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #a5dbff
    }

.table-hover .table-info:hover {
    background-color: #b6e2ff
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #b6e2ff
    }

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

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

.table-hover .table-warning:hover {
    background-color: #fdd3b9
}

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

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

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

.table-hover .table-danger:hover {
    background-color: #f3b9b9
}

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

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

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

.table-hover .table-light:hover {
    background-color: #ebebee
}

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

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

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

.table-hover .table-dark:hover {
    background-color: #b6b7b7
}

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

.table-purple,
.table-purple > th,
.table-purple > td {
    background-color: #d2cff7
}

    .table-purple th,
    .table-purple td,
    .table-purple thead th,
    .table-purple tbody + tbody {
        border-color: #aba6f1
    }

.table-hover .table-purple:hover {
    background-color: #beb9f3
}

    .table-hover .table-purple:hover > td,
    .table-hover .table-purple:hover > th {
        background-color: #beb9f3
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: #f2f2f2
}

.table-hover .table-active:hover {
    background-color: #e6e6e6
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: #e6e6e6
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e
    }

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

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:focus {
    color: #55585d;
    background-color: #fff;
    border-color: #93bbee;
    outline: 0;
    box-shadow: 0 0 0 .2rem #d5e4f8
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

    .form-check-input:disabled ~ .form-check-label {
        color: rgba(0, 0, 0, 0.58)
    }

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

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

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .725rem;
    font-size: 80%;
    color: #7fad4a
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #7fad4a;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%237fad4a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
}

    .was-validated .form-control:valid:focus,
    .form-control.is-valid:focus {
        border-color: #7fad4a;
        box-shadow: 0 0 0 .2rem rgba(127, 173, 74, 0.25)
    }

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #7fad4a;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%237fad4a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem
}

    .was-validated .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #7fad4a;
        box-shadow: 0 0 0 .2rem rgba(127, 173, 74, 0.25)
    }

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(127, 173, 74, 0.25)
}

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #7fad4a;
    box-shadow: 0 0 0 .2rem rgba(127, 173, 74, 0.25)
}

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #e45454;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' fill='%23e45454' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
}

    .was-validated .form-control:invalid:focus,
    .form-control.is-invalid:focus {
        border-color: #e45454;
        box-shadow: 0 0 0 .2rem rgba(228, 84, 84, 0.25)
    }

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #e45454;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' fill='%23e45454' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem
}

    .was-validated .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #e45454;
        box-shadow: 0 0 0 .2rem rgba(228, 84, 84, 0.25)
    }

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(228, 84, 84, 0.25)
}

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #e45454;
    box-shadow: 0 0 0 .2rem rgba(228, 84, 84, 0.25)
}

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

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

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

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

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

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

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

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

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

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

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

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

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

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

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem #d5e4f8
}

.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: #2575dc;
    border-color: #2575dc
}

    .btn-primary:hover {
        color: #fff;
        background-color: #1e63bc;
        border-color: #1c5eb2
    }

    .btn-primary:focus,
    .btn-primary.focus {
        box-shadow: 0 0 0 0 rgba(70, 138, 225, 0.5)
    }

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

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

        .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 0 rgba(70, 138, 225, 0.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #67646b;
    border-color: #67646b
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #545257;
        border-color: #4e4b51
    }

    .btn-secondary:focus,
    .btn-secondary.focus {
        box-shadow: 0 0 0 0 rgba(126, 123, 129, 0.5)
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #fff;
        background-color: #67646b;
        border-color: #67646b
    }

    .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #4e4b51;
        border-color: #47454a
    }

        .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 0 rgba(126, 123, 129, 0.5)
        }

.btn-success {
    color: #fff;
    background-color: #7fad4a;
    border-color: #7fad4a
}

    .btn-success:hover {
        color: #fff;
        background-color: #6b923f;
        border-color: #65893b
    }

    .btn-success:focus,
    .btn-success.focus {
        box-shadow: 0 0 0 0 rgba(146, 185, 101, 0.5)
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #7fad4a;
        border-color: #7fad4a
    }

    .btn-success:not(:disabled):not(.disabled):active,
    .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #65893b;
        border-color: #5e8037
    }

        .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 0 rgba(146, 185, 101, 0.5)
        }

.btn-info {
    color: #fff;
    background-color: #52baff;
    border-color: #52baff
}

    .btn-info:hover {
        color: #fff;
        background-color: #2cabff;
        border-color: #1fa6ff
    }

    .btn-info:focus,
    .btn-info.focus {
        box-shadow: 0 0 0 0 rgba(108, 196, 255, 0.5)
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #fff;
        background-color: #52baff;
        border-color: #52baff
    }

    .btn-info:not(:disabled):not(.disabled):active,
    .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #1fa6ff;
        border-color: #12a1ff
    }

        .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 0 rgba(108, 196, 255, 0.5)
        }

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

    .btn-warning:hover {
        color: #fff;
        background-color: #fa8538;
        border-color: #fa7e2b
    }

    .btn-warning:focus,
    .btn-warning.focus {
        box-shadow: 0 0 0 0 rgba(252, 171, 117, 0.5)
    }

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

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

        .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 0 rgba(252, 171, 117, 0.5)
        }

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

    .btn-danger:hover {
        color: #fff;
        background-color: #df3333;
        border-color: #dd2828
    }

    .btn-danger:focus,
    .btn-danger.focus {
        box-shadow: 0 0 0 0 rgba(232, 110, 110, 0.5)
    }

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

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

        .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 0 rgba(232, 110, 110, 0.5)
        }

.btn-light {
    color: #757373;
    background-color: #ebeaec;
    border-color: #ebeaec
}

    .btn-light:hover {
        color: #757373;
        background-color: #d8d6da;
        border-color: #d2cfd4
    }

    .btn-light:focus,
    .btn-light.focus {
        box-shadow: 0 0 0 0 rgba(217, 216, 218, 0.5)
    }

    .btn-light.disabled,
    .btn-light:disabled {
        color: #757373;
        background-color: #ebeaec;
        border-color: #ebeaec
    }

    .btn-light:not(:disabled):not(.disabled):active,
    .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #757373;
        background-color: #d2cfd4;
        border-color: #cbc9ce
    }

        .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 0 rgba(217, 216, 218, 0.5)
        }

.btn-dark {
    color: #fff;
    background-color: #09313e;
    border-color: #09313e
}

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

    .btn-dark:focus,
    .btn-dark.focus {
        box-shadow: 0 0 0 0 rgba(74, 75, 77, 0.5)
    }

    .btn-dark.disabled,
    .btn-dark:disabled {
        color: #fff;
        background-color: #09313e;
        border-color: #09313e
    }

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

        .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 0 rgba(74, 75, 77, 0.5)
        }

.btn-purple {
    color: #fff;
    background-color: #5d54e4;
    border-color: #5d54e4
}

    .btn-purple:hover {
        color: #fff;
        background-color: #3e33df;
        border-color: #3328dd
    }

    .btn-purple:focus,
    .btn-purple.focus {
        box-shadow: 0 0 0 0 rgba(117, 110, 232, 0.5)
    }

    .btn-purple.disabled,
    .btn-purple:disabled {
        color: #fff;
        background-color: #5d54e4;
        border-color: #5d54e4
    }

    .btn-purple:not(:disabled):not(.disabled):active,
    .btn-purple:not(:disabled):not(.disabled).active,
    .show > .btn-purple.dropdown-toggle {
        color: #fff;
        background-color: #3328dd;
        border-color: #2d22d6
    }

        .btn-purple:not(:disabled):not(.disabled):active:focus,
        .btn-purple:not(:disabled):not(.disabled).active:focus,
        .show > .btn-purple.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(117, 110, 232, 0.5)
        }

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

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

    .btn-outline-primary:focus,
    .btn-outline-primary.focus {
        box-shadow: 0 0 0 0 rgba(37, 117, 220, 0.5)
    }

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

        .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 0 rgba(37, 117, 220, 0.5)
        }

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

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #67646b;
        border-color: #67646b
    }

    .btn-outline-secondary:focus,
    .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0 rgba(103, 100, 107, 0.5)
    }

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

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

        .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 0 rgba(103, 100, 107, 0.5)
        }

.btn-outline-success {
    color: #7fad4a;
    border-color: #7fad4a
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #7fad4a;
        border-color: #7fad4a
    }

    .btn-outline-success:focus,
    .btn-outline-success.focus {
        box-shadow: 0 0 0 0 rgba(127, 173, 74, 0.5)
    }

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

        .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 0 rgba(127, 173, 74, 0.5)
        }

.btn-outline-info {
    color: #52baff;
    border-color: #52baff
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #52baff;
        border-color: #52baff
    }

    .btn-outline-info:focus,
    .btn-outline-info.focus {
        box-shadow: 0 0 0 0 rgba(82, 186, 255, 0.5)
    }

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

        .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 0 rgba(82, 186, 255, 0.5)
        }

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

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

    .btn-outline-warning:focus,
    .btn-outline-warning.focus {
        box-shadow: 0 0 0 0 rgba(251, 156, 93, 0.5)
    }

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

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

        .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 0 rgba(251, 156, 93, 0.5)
        }

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

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

    .btn-outline-danger:focus,
    .btn-outline-danger.focus {
        box-shadow: 0 0 0 0 rgba(228, 84, 84, 0.5)
    }

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

        .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 0 rgba(228, 84, 84, 0.5)
        }

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

    .btn-outline-light:hover {
        color: #757373;
        background-color: #ebeaec;
        border-color: #ebeaec
    }

    .btn-outline-light:focus,
    .btn-outline-light.focus {
        box-shadow: 0 0 0 0 rgba(235, 234, 236, 0.5)
    }

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

        .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 0 rgba(235, 234, 236, 0.5)
        }

.btn-outline-dark {
    color: #09313e;
    border-color: #09313e
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #09313e;
        border-color: #09313e
    }

    .btn-outline-dark:focus,
    .btn-outline-dark.focus {
        box-shadow: 0 0 0 0 rgba(42, 43, 45, 0.5)
    }

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

        .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 0 rgba(42, 43, 45, 0.5)
        }

.btn-outline-purple {
    color: #5d54e4;
    border-color: #5d54e4
}

    .btn-outline-purple:hover {
        color: #fff;
        background-color: #5d54e4;
        border-color: #5d54e4
    }

    .btn-outline-purple:focus,
    .btn-outline-purple.focus {
        box-shadow: 0 0 0 0 rgba(93, 84, 228, 0.5)
    }

    .btn-outline-purple.disabled,
    .btn-outline-purple:disabled {
        color: #5d54e4;
        background-color: transparent
    }

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

        .btn-outline-purple:not(:disabled):not(.disabled):active:focus,
        .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-purple.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(93, 84, 228, 0.5)
        }

.btn-link {
    font-weight: 400;
    color: inherit
}

    .btn-link:hover {
        color: #2069c7;
        text-decoration: none
    }

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

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

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 6px 12px;
    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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

@media screen and (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 0.35s ease
}

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

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

.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: 7;
    display: none;
    float: left;
    min-width: 180px;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #59595f;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(27, 31, 35, 0.1);
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::after {
    display: none
}

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

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

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

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

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

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

    .dropdown-item:first-child {
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    .dropdown-item:last-child {
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px)
    }

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

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

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

.dropdown-menu.show {
    display: block
}

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

.dropdown-item-text {
    display: block;
    padding: .25rem 15px;
    color: #414242
}

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

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

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

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

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

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

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

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

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

.dropdown-toggle-split {
    padding-right: 9px;
    padding-left: 9px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2.875rem
}

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

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

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

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 .2rem #d5e4f8
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #93bbee
    }

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

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #f7f7f7
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -2.875rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #dadada;
        border: #adb5bd solid 1px
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -2.875rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #2575dc;
    background-color: #2575dc
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(37, 117, 220, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(37, 117, 220, 0.5)
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(37, 117, 220, 0.5)
}

.custom-switch {
    padding-left: 3.625rem
}

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

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

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

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

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(37, 117, 220, 0.5)
}

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

    .custom-select:focus {
        border-color: #93bbee;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(147, 187, 238, 0.5)
    }

        .custom-select:focus::-ms-value {
            color: #55585d;
            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 {
        opacity: 0
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

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

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #93bbee;
        box-shadow: 0 0 0 .2rem #d5e4f8
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #f7f7f7
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #55585d;
    background-color: #fff;
    border: 1px solid #d9d8de;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #55585d;
        content: "Browse";
        background-color: #f7f7f7;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: none
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem #d5e4f8
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem #d5e4f8
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem #d5e4f8
        }

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .625rem 1rem
}

    .nav-link:hover,
    .nav-link:focus {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:hover,
        .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fafafa;
            border-color: #dee2e6 #dee2e6 #fafafa
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #2575dc
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.yukiup {
    z-index: 1000;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .625rem;
    padding-bottom: .625rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 10px;
                padding-left: 10px
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 10px;
                padding-left: 10px
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 10px;
                padding-left: 10px
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 10px;
                padding-left: 10px
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 10px;
            padding-left: 10px
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

    .navbar-light .navbar-brand:hover,
    .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3)
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='https://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9)
    }

        .navbar-light .navbar-text a:hover,
        .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:hover,
    .navbar-dark .navbar-brand:focus {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: #FFFA4F;
}

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link:focus {
        color: #fff
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25)
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, 0)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='https://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.8)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:hover,
        .navbar-dark .navbar-text a:focus {
            color: #fff
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 15px
}

.card-header {
    padding: .75rem 15px;
    margin-bottom: 0;
    color: inherit;
    background-color: #fdfdfd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 15px;
    background-color: #fdfdfd;
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -7.5px;
    margin-bottom: -.75rem;
    margin-left: -7.5px;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -7.5px;
    margin-left: -7.5px
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion .card {
    overflow: hidden
}

    .accordion .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion .card .card-header {
        margin-bottom: -1px
    }

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 5px
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 5px;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

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

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

    .page-link:hover {
        z-index: 2;
        color: inherit;
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.05);
        border-color: #d5d9de
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: none
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

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

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2575dc;
    border-color: #2575dc
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #d5d9de
}

.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: 10px 10px;
    font-size: 70%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

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

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #2575dc
}

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

.badge-secondary {
    color: #fff;
    background-color: #67646b
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #4e4b51
}

.badge-success {
    color: #fff;
    background-color: #7fad4a
}

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

.badge-info {
    color: #fff;
    background-color: #52baff
}

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

.badge-warning {
    color: #fff;
    background-color: #fb9c5d
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #fff;
    background-color: #fa7e2b
}

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

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

.badge-light {
    color: #757373;
    background-color: #ebeaec
}

a.badge-light:hover,
a.badge-light:focus {
    color: #757373;
    background-color: #d2cfd4
}

.badge-dark {
    color: #fff;
    background-color: #09313e
}

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

.badge-purple {
    color: #fff;
    background-color: #5d54e4
}

a.badge-purple:hover,
a.badge-purple:focus {
    color: #fff;
    background-color: #3328dd
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .7rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 500
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .7rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #164684;
    background-color: #d3e3f8;
    border-color: #9fc2f0
}

    .alert-primary hr {
        border-top-color: #89b4ed
    }

    .alert-primary .alert-link {
        color: #0f2f58
    }

.alert-secondary {
    color: #3e3c40;
    background-color: #e1e0e1;
    border-color: #bcbbbe
}

    .alert-secondary hr {
        border-top-color: #afaeb2
    }

    .alert-secondary .alert-link {
        color: #252326
    }

.alert-success {
    color: #4c682c;
    background-color: #e5efdb;
    border-color: #c7dbaf
}

    .alert-success hr {
        border-top-color: #bbd39d
    }

    .alert-success .alert-link {
        color: #32441d
    }

.alert-info {
    color: #317099;
    background-color: #dcf1ff;
    border-color: #b3e1ff
}

    .alert-info hr {
        border-top-color: #9ad7ff
    }

    .alert-info .alert-link {
        color: #255472
    }

.alert-warning {
    color: #975e38;
    background-color: #feebdf;
    border-color: #fdd3b8
}

    .alert-warning hr {
        border-top-color: #fcc49f
    }

    .alert-warning .alert-link {
        color: #72472a
    }

.alert-danger {
    color: #893232;
    background-color: #fadddd;
    border-color: #f3b4b4
}

    .alert-danger hr {
        border-top-color: #ef9e9e
    }

    .alert-danger .alert-link {
        color: #642424
    }

.alert-light {
    color: #8d8c8e;
    background-color: #fbfbfb;
    border-color: #f6f6f7
}

    .alert-light hr {
        border-top-color: #e9e9eb
    }

    .alert-light .alert-link {
        color: #747275
    }

.alert-dark {
    color: #191a1b;
    background-color: #d4d5d5;
    border-color: #a1a2a3
}

    .alert-dark hr {
        border-top-color: #949596
    }

    .alert-dark .alert-link {
        color: #000101
    }

.alert-purple {
    color: #383289;
    background-color: #dfddfa;
    border-color: #b8b4f3
}

    .alert-purple hr {
        border-top-color: #a39eef
    }

    .alert-purple .alert-link {
        color: #292464
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 10px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 10px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e6e6e6;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #2575dc;
    transition: width 0.6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 10px 10px
}

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

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

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

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

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08)
}

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

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:hover,
    .list-group-item:focus {
        z-index: 1;
        text-decoration: none
    }

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

    .list-group-item.active {
        z-index: 2;
        color: #48484d;
        background-color: #fafafa;
        border-color: rgba(0, 0, 0, 0.05)
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #133d72;
    background-color: #c2d8f5
}

    .list-group-item-primary.list-group-item-action:hover,
    .list-group-item-primary.list-group-item-action:focus {
        color: #133d72;
        background-color: #accaf1
    }

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

.list-group-item-secondary {
    color: #363438;
    background-color: #d4d4d6
}

    .list-group-item-secondary.list-group-item-action:hover,
    .list-group-item-secondary.list-group-item-action:focus {
        color: #363438;
        background-color: #c7c7ca
    }

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

.list-group-item-success {
    color: #425a26;
    background-color: #dbe8cc
}

    .list-group-item-success.list-group-item-action:hover,
    .list-group-item-success.list-group-item-action:focus {
        color: #425a26;
        background-color: #cfe0ba
    }

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

.list-group-item-info {
    color: #2b6185;
    background-color: #cfecff
}

    .list-group-item-info.list-group-item-action:hover,
    .list-group-item-info.list-group-item-action:focus {
        color: #2b6185;
        background-color: #b6e2ff
    }

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

.list-group-item-warning {
    color: #835130;
    background-color: #fee3d2
}

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

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

.list-group-item-danger {
    color: #772c2c;
    background-color: #f7cfcf
}

    .list-group-item-danger.list-group-item-action:hover,
    .list-group-item-danger.list-group-item-action:focus {
        color: #772c2c;
        background-color: #f3b9b9
    }

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

.list-group-item-light {
    color: #7a7a7b;
    background-color: #f9f9fa
}

    .list-group-item-light.list-group-item-action:hover,
    .list-group-item-light.list-group-item-action:focus {
        color: #7a7a7b;
        background-color: #ebebee
    }

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

.list-group-item-dark {
    color: #161617;
    background-color: #c3c4c4
}

    .list-group-item-dark.list-group-item-action:hover,
    .list-group-item-dark.list-group-item-action:focus {
        color: #161617;
        background-color: #b6b7b7
    }

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

.list-group-item-purple {
    color: #302c77;
    background-color: #d2cff7
}

    .list-group-item-purple.list-group-item-action:hover,
    .list-group-item-purple.list-group-item-action:focus {
        color: #302c77;
        background-color: #beb9f3
    }

    .list-group-item-purple.list-group-item-action.active {
        color: #fff;
        background-color: #302c77;
        border-color: #302c77
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

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

        .close:not(:disabled):not(.disabled):hover,
        .close:not(:disabled):not(.disabled):focus {
            opacity: .75
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0
}

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

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.toast-body {
    padding: .75rem
}



.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: ""
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2))
        }

    .modal-sm {
        max-width: 380px
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: 1
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

    .bs-tooltip-top .arrow,
    .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0
    }

        .bs-tooltip-top .arrow::before,
        .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #343336
        }

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

    .bs-tooltip-right .arrow,
    .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-right .arrow::before,
        .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #343336
        }

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

    .bs-tooltip-bottom .arrow,
    .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0
    }

        .bs-tooltip-bottom .arrow::before,
        .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #343336
        }

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

    .bs-tooltip-left .arrow,
    .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-left .arrow::before,
        .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #343336
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #343336;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d0d1d3;
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::before,
        .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

    .bs-popover-top .arrow,
    .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-top .arrow::before,
        .bs-popover-auto[x-placement^="top"] .arrow::before,
        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: .5rem .5rem 0
        }

        .bs-popover-top .arrow::before,
        .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: #d0d1d3
        }

        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

    .bs-popover-right .arrow,
    .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-right .arrow::before,
        .bs-popover-auto[x-placement^="right"] .arrow::before,
        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-right .arrow::before,
        .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: #d0d1d3
        }

        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

    .bs-popover-bottom .arrow,
    .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-bottom .arrow::before,
        .bs-popover-auto[x-placement^="bottom"] .arrow::before,
        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 .5rem .5rem .5rem
        }

        .bs-popover-bottom .arrow::before,
        .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: #d0d1d3
        }

        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-bottom .popover-header::before,
    .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

    .bs-popover-left .arrow,
    .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-left .arrow::before,
        .bs-popover-auto[x-placement^="left"] .arrow::before,
        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-left .arrow::before,
        .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: #d0d1d3
        }

        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #505050;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #59595f
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease
    }

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #2575dc !important
}

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

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

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

.bg-success {
    background-color: #7fad4a !important
}

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

.bg-info {
    background-color: #52baff !important
}

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

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

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

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

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

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

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

.bg-dark {
    background-color: #000000 !important;
}

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

.bg-purple {
    background-color: #5d54e4 !important
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
    background-color: #3328dd !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: #2575dc !important
}

.border-secondary {
    border-color: #67646b !important
}

.border-success {
    border-color: #7fad4a !important
}

.border-info {
    border-color: #52baff !important
}

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

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

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

.border-dark {
    border-color: #09313e !important
}

.border-purple {
    border-color: #5d54e4 !important
}

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

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

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

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

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

.rounded-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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
        display: flex !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-3by4::before {
    padding-top: 133.33333%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

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

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

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

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

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

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

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

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

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

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

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

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

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

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

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

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

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

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

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

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

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

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

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

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

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

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

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

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

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

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

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

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

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

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

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

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

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

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

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

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

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

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

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    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 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

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

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

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

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

.m-2 {
    margin: .5rem !important
}

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

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

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

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

.m-3 {
    margin: 1rem !important
}

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

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

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

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

.m-4 {
    margin: 1.5rem !important
}

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

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

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

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

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

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

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

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

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

.m-6 {
    margin: 3.75rem !important
}

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

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

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

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

.m-7 {
    margin: 5rem !important
}

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

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

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

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

.m-8 {
    margin: 7rem !important
}

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

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

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

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

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

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

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

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

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

.p-2 {
    padding: .5rem !important
}

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

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

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

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

.p-3 {
    padding: 1rem !important
}

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

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

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

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

.p-4 {
    padding: 1.5rem !important
}

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

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

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

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

.p-5 {
    padding: 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
}

.p-6 {
    padding: 3.75rem !important
}

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

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

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

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

.p-7 {
    padding: 5rem !important
}

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

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

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

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

.p-8 {
    padding: 7rem !important
}

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

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

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

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

.m-n1 {
    margin: -.25rem !important
}

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

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

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

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

.m-n2 {
    margin: -.5rem !important
}

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

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

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

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

.m-n3 {
    margin: -1rem !important
}

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

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

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

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

.m-n4 {
    margin: -1.5rem !important
}

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

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

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

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

.m-n5 {
    margin: -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-n6 {
    margin: -3.75rem !important
}

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

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

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

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

.m-n7 {
    margin: -5rem !important
}

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

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

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

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

.m-n8 {
    margin: -7rem !important
}

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

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

.mb-n8,
.my-n8 {
    margin-bottom: -7rem !important
}

.ml-n8,
.mx-n8 {
    margin-left: -7rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 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
    }

    .m-sm-6 {
        margin: 3.75rem !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 3.75rem !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 3.75rem !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 3.75rem !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 3.75rem !important
    }

    .m-sm-7 {
        margin: 5rem !important
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 5rem !important
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 5rem !important
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 5rem !important
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 5rem !important
    }

    .m-sm-8 {
        margin: 7rem !important
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 7rem !important
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 7rem !important
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 7rem !important
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 7rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 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
    }

    .p-sm-6 {
        padding: 3.75rem !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 3.75rem !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 3.75rem !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 3.75rem !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 3.75rem !important
    }

    .p-sm-7 {
        padding: 5rem !important
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 5rem !important
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 5rem !important
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 5rem !important
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 5rem !important
    }

    .p-sm-8 {
        padding: 7rem !important
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 7rem !important
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 7rem !important
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 7rem !important
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 7rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -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-n6 {
        margin: -3.75rem !important
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -3.75rem !important
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -3.75rem !important
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -3.75rem !important
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -3.75rem !important
    }

    .m-sm-n7 {
        margin: -5rem !important
    }

    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -5rem !important
    }

    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -5rem !important
    }

    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -5rem !important
    }

    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -5rem !important
    }

    .m-sm-n8 {
        margin: -7rem !important
    }

    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -7rem !important
    }

    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -7rem !important
    }

    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -7rem !important
    }

    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -7rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 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
    }

    .m-md-6 {
        margin: 3.75rem !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 3.75rem !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 3.75rem !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 3.75rem !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 3.75rem !important
    }

    .m-md-7 {
        margin: 5rem !important
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 5rem !important
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 5rem !important
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 5rem !important
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 5rem !important
    }

    .m-md-8 {
        margin: 7rem !important
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 7rem !important
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 7rem !important
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 7rem !important
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 7rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 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
    }

    .p-md-6 {
        padding: 3.75rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 3.75rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 3.75rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 3.75rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 3.75rem !important
    }

    .p-md-7 {
        padding: 5rem !important
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 5rem !important
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 5rem !important
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 5rem !important
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 5rem !important
    }

    .p-md-8 {
        padding: 7rem !important
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 7rem !important
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 7rem !important
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 7rem !important
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 7rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -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-n6 {
        margin: -3.75rem !important
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -3.75rem !important
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -3.75rem !important
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -3.75rem !important
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -3.75rem !important
    }

    .m-md-n7 {
        margin: -5rem !important
    }

    .mt-md-n7,
    .my-md-n7 {
        margin-top: -5rem !important
    }

    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -5rem !important
    }

    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -5rem !important
    }

    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -5rem !important
    }

    .m-md-n8 {
        margin: -7rem !important
    }

    .mt-md-n8,
    .my-md-n8 {
        margin-top: -7rem !important
    }

    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -7rem !important
    }

    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -7rem !important
    }

    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -7rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 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
    }

    .m-lg-6 {
        margin: 3.75rem !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 3.75rem !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 3.75rem !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 3.75rem !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 3.75rem !important
    }

    .m-lg-7 {
        margin: 5rem !important
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 5rem !important
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 5rem !important
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 5rem !important
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 5rem !important
    }

    .m-lg-8 {
        margin: 7rem !important
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 7rem !important
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 7rem !important
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 7rem !important
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 7rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 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
    }

    .p-lg-6 {
        padding: 3.75rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 3.75rem !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 3.75rem !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 3.75rem !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 3.75rem !important
    }

    .p-lg-7 {
        padding: 5rem !important
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 5rem !important
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 5rem !important
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 5rem !important
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 5rem !important
    }

    .p-lg-8 {
        padding: 7rem !important
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 7rem !important
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 7rem !important
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 7rem !important
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 7rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -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-n6 {
        margin: -3.75rem !important
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -3.75rem !important
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -3.75rem !important
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -3.75rem !important
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -3.75rem !important
    }

    .m-lg-n7 {
        margin: -5rem !important
    }

    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -5rem !important
    }

    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -5rem !important
    }

    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -5rem !important
    }

    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -5rem !important
    }

    .m-lg-n8 {
        margin: -7rem !important
    }

    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -7rem !important
    }

    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -7rem !important
    }

    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -7rem !important
    }

    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -7rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 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
    }

    .m-xl-6 {
        margin: 3.75rem !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 3.75rem !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 3.75rem !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 3.75rem !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 3.75rem !important
    }

    .m-xl-7 {
        margin: 5rem !important
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 5rem !important
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 5rem !important
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 5rem !important
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 5rem !important
    }

    .m-xl-8 {
        margin: 7rem !important
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 7rem !important
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 7rem !important
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 7rem !important
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 7rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 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
    }

    .p-xl-6 {
        padding: 3.75rem !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 3.75rem !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 3.75rem !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 3.75rem !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 3.75rem !important
    }

    .p-xl-7 {
        padding: 5rem !important
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 5rem !important
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 5rem !important
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 5rem !important
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 5rem !important
    }

    .p-xl-8 {
        padding: 7rem !important
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 7rem !important
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 7rem !important
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 7rem !important
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 7rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -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-n6 {
        margin: -3.75rem !important
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -3.75rem !important
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -3.75rem !important
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -3.75rem !important
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -3.75rem !important
    }

    .m-xl-n7 {
        margin: -5rem !important
    }

    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -5rem !important
    }

    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -5rem !important
    }

    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -5rem !important
    }

    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -5rem !important
    }

    .m-xl-n8 {
        margin: -7rem !important
    }

    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -7rem !important
    }

    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -7rem !important
    }

    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -7rem !important
    }

    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -7rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 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: #2575dc !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #19529c !important
}

.text-secondary {
    color: #67646b !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #413f43 !important
}

.text-success {
    color: #7fad4a !important
}

a.text-success:hover,
a.text-success:focus {
    color: #587733 !important
}

.text-info {
    color: #52baff !important
}

a.text-info:hover,
a.text-info:focus {
    color: #069bff !important
}

.text-warning {
    color: #fb9c5d !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #f96e12 !important
}

.text-danger {
    color: #FFD700 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #cb2020 !important
}

.text-light {
    color: #ebeaec !important
}

a.text-light:hover,
a.text-light:focus {
    color: #c5c2c8 !important
}

.text-dark {
    color: #09313e !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #050505 !important
}

.text-purple {
    color: #5d54e4 !important
}

a.text-purple:hover,
a.text-purple:focus {
    color: #2b20cb !important
}

.text-body {
    color: #59595f !important
}

.text-muted {
    color: rgba(0, 0, 0, 0.58) !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    *::before,
    *::after {
        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
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td,
        .table th {
            background-color: #fff !important
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px)
    }

    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0)
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: none
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

    .owl-carousel .owl-item .owl-lazy[src^=""],
    .owl-carousel .owl-item .owl-lazy:not([src]) {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

html,
body {
    height: 100%
}

img {
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%
}

button {
    outline: none !important
}

.site {
    position: relative;
    min-height: 100%
}

@media (max-width: 575.98px) {
    .lead {
        font-size: 1rem
    }
}

@media (max-width: 1199.98px) {
    .lead br {
        display: none
    }
}

@font-face {
    font-family: "nucleo";
    src: url("../fonts/nucleo.eot");
    src: url("../fonts/nucleo.eot?#iefix") format("embedded-opentype"), url("../fonts/nucleo.ttf") format("truetype"), url("../fonts/nucleo.woff") format("woff"), url("../fonts/nucleo.svg#nucleo") format("svg");
    font-weight: normal;
    font-style: normal
}

.ya {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    font-family: 'nucleo';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ya-alert::before {
    content: "\E001"
}

.ya-attachment::before {
    content: "\E002"
}

.ya-bar::before {
    content: "\E003"
}

.ya-bell::before {
    content: "\E004"
}

.ya-blocks::before {
    content: "\E005"
}

.ya-bold-down::before {
    content: "\E006"
}

.ya-bold-left::before {
    content: "\E007"
}

.ya-bold-right::before {
    content: "\E008"
}

.ya-bold-up::before {
    content: "\E009"
}

.ya-bulb::before {
    content: "\E00A"
}

.ya-calendar::before {
    content: "\E00B"
}

.ya-camera::before {
    content: "\E00C"
}

.ya-caret-down::before {
    content: "\E00D"
}

.ya-cash::before {
    content: "\E00E"
}

.ya-check-circle::before {
    content: "\E00F"
}

.ya-check::before {
    content: "\E010"
}

.ya-clock::before {
    content: "\E011"
}

.ya-code::before {
    content: "\E012"
}

.ya-comment::before {
    content: "\E013"
}

.ya-comments::before {
    content: "\E014"
}

.ya-content::before {
    content: "\E015"
}

.ya-credit-card::before {
    content: "\E016"
}

.ya-delivery::before {
    content: "\E017"
}

.ya-discord::before {
    content: "\E018"
}

.ya-download::before {
    content: "\E019"
}

.ya-edit::before {
    content: "\E01A"
}

.ya-email::before {
    content: "\E01B"
}

.ya-eye-closed::before {
    content: "\E01C"
}

.ya-eye::before {
    content: "\E01D"
}

.ya-facebook::before {
    content: "\E01E"
}

.ya-flag::before {
    content: "\E01F"
}

.ya-folder::before {
    content: "\E020"
}

.ya-gear::before {
    content: "\E021"
}

.ya-github::before {
    content: "\E022"
}

.ya-heart-add::before {
    content: "\E023"
}

.ya-heart-o::before {
    content: "\E024"
}

.ya-heart::before {
    content: "\E025"
}

.ya-helmet::before {
    content: "\E026"
}

.ya-help-circle::before {
    content: "\E027"
}

.ya-help::before {
    content: "\E028"
}

.ya-hide::before {
    content: "\E029"
}

.ya-image-add::before {
    content: "\E02A"
}

.ya-image::before {
    content: "\E02B"
}

.ya-instagram::before {
    content: "\E02C"
}

.ya-like::before {
    content: "\E02D"
}

.ya-link::before {
    content: "\E02E"
}

.ya-list::before {
    content: "\E02F"
}

.ya-lock::before {
    content: "\E030"
}

.ya-login::before {
    content: "\E031"
}

.ya-logout::before {
    content: "\E032"
}

.ya-mark::before {
    content: "\E033"
}

.ya-menu::before {
    content: "\E034"
}

.ya-message::before {
    content: "\E035"
}

.ya-minus::before {
    content: "\E036"
}

.ya-mouse::before {
    content: "\E037"
}

.ya-note::before {
    content: "\E038"
}

.ya-paypal::before {
    content: "\E039"
}

.ya-pen-2::before {
    content: "\E03A"
}

.ya-pen::before {
    content: "\E03B"
}

.ya-photo::before {
    content: "\E03C"
}

.ya-pin-add::before {
    content: "\E03D"
}

.ya-pin::before {
    content: "\E03E"
}

.ya-play::before {
    content: "\E03F"
}

.ya-player::before {
    content: "\E040"
}

.ya-plus::before {
    content: "\E041"
}

.ya-print::before {
    content: "\E042"
}

.ya-question::before {
    content: "\E043"
}

.ya-random::before {
    content: "\E044"
}

.ya-ranking::before {
    content: "\E045"
}

.ya-refresh::before {
    content: "\E046"
}

.ya-reply-all::before {
    content: "\E047"
}

.ya-reply::before {
    content: "\E048"
}

.ya-resize::before {
    content: "\E049"
}

.ya-save::before {
    content: "\E04A"
}

.ya-search::before {
    content: "\E04B"
}

.ya-share::before {
    content: "\E04C"
}

.ya-shopping-cart::before {
    content: "\E04D"
}

.ya-small-left::before {
    content: "\E04E"
}

.ya-small-right::before {
    content: "\E04F"
}

.ya-star-add::before {
    content: "\E050"
}

.ya-star-o::before {
    content: "\E051"
}

.ya-star::before {
    content: "\E052"
}

.ya-stock::before {
    content: "\E053"
}

.ya-table::before {
    content: "\E054"
}

.ya-tag::before {
    content: "\E055"
}

.ya-time-alarm::before {
    content: "\E056"
}

.ya-times-circle::before {
    content: "\E057"
}

.ya-times::before {
    content: "\E058"
}

.ya-trash::before {
    content: "\E059"
}

.ya-twitch::before {
    content: "\E05A"
}

.ya-twitter::before {
    content: "\E05B"
}

.ya-unlock::before {
    content: "\E05C"
}

.ya-user-add::before {
    content: "\E05D"
}

.ya-user::before {
    content: "\E05E"
}

.ya-users::before {
    content: "\E05F"
}

.ya-video::before {
    content: "\E060"
}

.ya-world::before {
    content: "\E061"
}

.ya-youtube::before {
    content: "\E062"
}

.badge {
    text-transform: uppercase
}

.badge-facebook {
    color: #fff;
    background-color: #3b5999
}

a.badge-facebook:hover,
a.badge-facebook:focus {
    color: #fff;
    background-color: #2d4474
}

.badge-twitter {
    color: #fff;
    background-color: #55acee
}

a.badge-twitter:hover,
a.badge-twitter:focus {
    color: #fff;
    background-color: #2795e9
}

.badge-linkedin {
    color: #fff;
    background-color: #0077b5
}

a.badge-linkedin:hover,
a.badge-linkedin:focus {
    color: #fff;
    background-color: #005582
}

.badge-skype {
    color: #fff;
    background-color: #00aff0
}

a.badge-skype:hover,
a.badge-skype:focus {
    color: #fff;
    background-color: #008abd
}

.badge-vk {
    color: #fff;
    background-color: #4c75a3
}

a.badge-vk:hover,
a.badge-vk:focus {
    color: #fff;
    background-color: #3c5c80
}

.badge-vimeo {
    color: #fff;
    background-color: #1ab7ea
}

a.badge-vimeo:hover,
a.badge-vimeo:focus {
    color: #fff;
    background-color: #1295bf
}

.badge-google-plus {
    color: #fff;
    background-color: #dd4b39
}

a.badge-google-plus:hover,
a.badge-google-plus:focus {
    color: #fff;
    background-color: #c23321
}

.badge-youtube {
    color: #fff;
    background-color: #cd201f
}

a.badge-youtube:hover,
a.badge-youtube:focus {
    color: #fff;
    background-color: #a11918
}

.badge-reddit {
    color: #fff;
    background-color: #ff5700
}

a.badge-reddit:hover,
a.badge-reddit:focus {
    color: #fff;
    background-color: #cc4600
}

.badge-pinterest {
    color: #fff;
    background-color: #bd081c
}

a.badge-pinterest:hover,
a.badge-pinterest:focus {
    color: #fff;
    background-color: #8c0615
}

.badge-instagram {
    color: #fff;
    background-color: #3f729b
}

a.badge-instagram:hover,
a.badge-instagram:focus {
    color: #fff;
    background-color: #305777
}

.badge-dribbble {
    color: #fff;
    background-color: #ea4c89
}

a.badge-dribbble:hover,
a.badge-dribbble:focus {
    color: #fff;
    background-color: #e51e6b
}

.badge-twitch {
    color: #fff;
    background-color: #6441a5
}

a.badge-twitch:hover,
a.badge-twitch:focus {
    color: #fff;
    background-color: #4e3380
}

.badge-steam {
    color: #fff;
    background-color: #111
}

a.badge-steam:hover,
a.badge-steam:focus {
    color: #fff;
    background-color: #000
}

.badge-discord {
    color: #fff;
    background-color: #7289da
}

a.badge-discord:hover,
a.badge-discord:focus {
    color: #fff;
    background-color: #4a67cf
}

.badge-paypal {
    color: #fff;
    background-color: #00588b
}

a.badge-paypal:hover,
a.badge-paypal:focus {
    color: #fff;
    background-color: #003858
}

.badge-wordpress {
    color: #fff;
    background-color: #0087be
}

a.badge-wordpress:hover,
a.badge-wordpress:focus {
    color: #fff;
    background-color: #00638b
}

.badge-drupal {
    color: #fff;
    background-color: #0077c0
}

a.badge-drupal:hover,
a.badge-drupal:focus {
    color: #fff;
    background-color: #00578d
}

.badge-joomla {
    color: #fff;
    background-color: #5091cd
}

a.badge-joomla:hover,
a.badge-joomla:focus {
    color: #fff;
    background-color: #3478b6
}

.badge-tumblr {
    color: #fff;
    background-color: #34526f
}

a.badge-tumblr:hover,
a.badge-tumblr:focus {
    color: #fff;
    background-color: #24384c
}

.badge-github {
    color: #fff;
    background-color: #333
}

a.badge-github:hover,
a.badge-github:focus {
    color: #fff;
    background-color: #1a1a1a
}

.badge-soundcloud {
    color: #fff;
    background-color: #f50
}

a.badge-soundcloud:hover,
a.badge-soundcloud:focus {
    color: #fff;
    background-color: #c40
}

.badge-spotify {
    color: #fff;
    background-color: #1db954
}

a.badge-spotify:hover,
a.badge-spotify:focus {
    color: #fff;
    background-color: #168d40
}

.badge-slack {
    color: #fff;
    background-color: #e01563
}

a.badge-slack:hover,
a.badge-slack:focus {
    color: #fff;
    background-color: #b1114e
}

.badge-windows {
    color: #fff;
    background-color: #00bcf2
}

a.badge-windows:hover,
a.badge-windows:focus {
    color: #fff;
    background-color: #0094bf
}

.badge-linux {
    color: #fff;
    background-color: #1793d1
}

a.badge-linux:hover,
a.badge-linux:focus {
    color: #fff;
    background-color: #1273a3
}

.badge-ps4 {
    color: #fff;
    background-color: #2575dc
}

a.badge-ps4:hover,
a.badge-ps4:focus {
    color: #fff;
    background-color: #1c5eb2
}

.badge-xbox {
    color: #fff;
    background-color: #7fad4a
}

a.badge-xbox:hover,
a.badge-xbox:focus {
    color: #fff;
    background-color: #65893b
}

.breadcrumb-item {
    font-size: .9375rem;
    color: #616161
}

    .breadcrumb-item + .breadcrumb-item::before {
        font-family: "nucleo";
        font-size: 11px;
        content: "\E04F"
    }

.bg-primary .breadcrumb-item a,
.bg-primary .breadcrumb-item a:hover,
.bg-primary .breadcrumb-item::before {
    font-weight: 500;
    color: #fff
}

.bg-primary .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8)
}

.bg-secondary .breadcrumb-item a,
.bg-secondary .breadcrumb-item a:hover,
.bg-secondary .breadcrumb-item::before {
    font-weight: 500;
    color: #fff
}

.bg-secondary .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8)
}

.bg-success .breadcrumb-item a,
.bg-success .breadcrumb-item a:hover,
.bg-success .breadcrumb-item::before {
    font-weight: 500;
    color: #fff
}

.bg-success .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8)
}

.bg-info .breadcrumb-item a,
.bg-info .breadcrumb-item a:hover,
.bg-info .breadcrumb-item::before {
    font-weight: 500;
    color: #fff
}

.bg-info .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8)
}

.bg-warning .breadcrumb-item a,
.bg-warning .breadcrumb-item a:hover,
.bg-warning .breadcrumb-item::before {
    font-weight: 500;
    color: #fff
}

.bg-warning .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8)
}

.bg-danger .breadcrumb-item a,
.bg-danger .breadcrumb-item a:hover,
.bg-danger .breadcrumb-item::before {
    font-weight: 500;
    color: #fff
}

.bg-danger .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8)
}

.bg-dark .breadcrumb-item a,
.bg-dark .breadcrumb-item a:hover,
.bg-dark .breadcrumb-item::before {
    font-weight: 500;
    color: #fff
}

.bg-dark .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8)
}

.bg-purple .breadcrumb-item a,
.bg-purple .breadcrumb-item a:hover,
.bg-purple .breadcrumb-item::before {
    font-weight: 500;
    color: #fff
}

.bg-purple .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8)
}

.btn > i {
    margin-left: 5px
}

.btn-icon-left > i {
    margin-right: 5px;
    margin-left: 0
}

.btn-icon {
    padding-right: 11px;
    padding-left: 11px
}

    .btn-icon > i {
        margin: 0
    }

.btn-count {
    font-weight: 700
}

    .btn-count > i {
        margin-right: 5px;
        margin-left: 0
    }

.btn-shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2)
}

.btn-light {
    color: #67646b;
    background-color: #fff;
    border-color: #d4d4d4
}

    .show > .btn-light.dropdown-toggle,
    .btn-light:not(:disabled):not(.disabled):active,
    .btn-light:not(:disabled):not(.disabled).active,
    .btn-light:focus,
    .btn-light:active,
    .btn-light:hover {
        color: #67646b;
        background-color: #f7f7f7;
        border-color: #c7c7c7
    }

.btn-default {
    color: #565458;
    background-color: #fafafa;
    border-color: #d4d4d4
}

    .show > .btn-default.dropdown-toggle,
    .btn-default:not(:disabled):not(.disabled):active,
    .btn-default:not(:disabled):not(.disabled).active,
    .btn-default:focus,
    .btn-default:active,
    .btn-default:hover {
        color: #565458;
        background-color: #f2f2f2;
        border-color: #c7c7c7
    }

.btn-social {
    font-weight: 500;
    color: #fff
}

    .btn-social.btn-icon {
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 40px;
        text-align: center
    }

    .btn-social.btn-link {
        width: auto;
        padding: 0 5px;
        margin: 0;
        color: inherit;
        background-color: transparent;
        border: 0
    }

        .show > .btn-social.btn-link.dropdown-toggle,
        .btn-social.btn-link:not(:disabled):not(.disabled):active,
        .btn-social.btn-link:not(:disabled):not(.disabled).active,
        .btn-social.btn-link:focus,
        .btn-social.btn-link:active,
        .btn-social.btn-link:hover {
            background-color: transparent
        }

    .btn-social.btn-effect {
        position: relative;
        overflow: hidden
    }

        .btn-social.btn-effect i {
            display: block;
            line-height: inherit;
            transition: all 0.2s ease-in-out
        }

@media screen and (prefers-reduced-motion: reduce) {
    .btn-social.btn-effect i {
        transition: none
    }
}

.show > .btn-social.btn-effect.dropdown-toggle i:first-child,
.btn-social.btn-effect:not(:disabled):not(.disabled):active i:first-child,
.btn-social.btn-effect:not(:disabled):not(.disabled).active i:first-child,
.btn-social.btn-effect:focus i:first-child,
.btn-social.btn-effect:active i:first-child,
.btn-social.btn-effect:hover i:first-child {
    margin-top: -40px
}

.btn-social.btn-block {
    text-align: left
}

    .btn-social.btn-block i {
        margin-right: 5px;
        margin-left: 0
    }

.btn-facebook {
    color: #fff;
    background-color: #3b5999;
    border-color: #3b5999
}

    .btn-facebook:hover {
        color: #fff;
        background-color: #30497d;
        border-color: #2d4474
    }

    .btn-facebook:focus,
    .btn-facebook.focus {
        box-shadow: 0 0 0 0 rgba(88, 114, 168, 0.5)
    }

    .btn-facebook.disabled,
    .btn-facebook:disabled {
        color: #fff;
        background-color: #3b5999;
        border-color: #3b5999
    }

    .btn-facebook:not(:disabled):not(.disabled):active,
    .btn-facebook:not(:disabled):not(.disabled).active,
    .show > .btn-facebook.dropdown-toggle {
        color: #fff;
        background-color: #2d4474;
        border-color: #293e6b
    }

        .btn-facebook:not(:disabled):not(.disabled):active:focus,
        .btn-facebook:not(:disabled):not(.disabled).active:focus,
        .show > .btn-facebook.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(88, 114, 168, 0.5)
        }

    .show > .btn-facebook.btn-link.dropdown-toggle,
    .btn-facebook.btn-link:not(:disabled):not(.disabled):active,
    .btn-facebook.btn-link:not(:disabled):not(.disabled).active,
    .btn-facebook.btn-link:focus,
    .btn-facebook.btn-link:active,
    .btn-facebook.btn-link:hover {
        color: #3b5999
    }

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: #55acee
}

    .btn-twitter:hover {
        color: #fff;
        background-color: #329beb;
        border-color: #2795e9
    }

    .btn-twitter:focus,
    .btn-twitter.focus {
        box-shadow: 0 0 0 0 rgba(111, 184, 241, 0.5)
    }

    .btn-twitter.disabled,
    .btn-twitter:disabled {
        color: #fff;
        background-color: #55acee;
        border-color: #55acee
    }

    .btn-twitter:not(:disabled):not(.disabled):active,
    .btn-twitter:not(:disabled):not(.disabled).active,
    .show > .btn-twitter.dropdown-toggle {
        color: #fff;
        background-color: #2795e9;
        border-color: #1b90e8
    }

        .btn-twitter:not(:disabled):not(.disabled):active:focus,
        .btn-twitter:not(:disabled):not(.disabled).active:focus,
        .show > .btn-twitter.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(111, 184, 241, 0.5)
        }

    .show > .btn-twitter.btn-link.dropdown-toggle,
    .btn-twitter.btn-link:not(:disabled):not(.disabled):active,
    .btn-twitter.btn-link:not(:disabled):not(.disabled).active,
    .btn-twitter.btn-link:focus,
    .btn-twitter.btn-link:active,
    .btn-twitter.btn-link:hover {
        color: #55acee
    }

.btn-linkedin {
    color: #fff;
    background-color: #0077b5;
    border-color: #0077b5
}

    .btn-linkedin:hover {
        color: #fff;
        background-color: #005e8f;
        border-color: #005582
    }

    .btn-linkedin:focus,
    .btn-linkedin.focus {
        box-shadow: 0 0 0 0 rgba(38, 139, 192, 0.5)
    }

    .btn-linkedin.disabled,
    .btn-linkedin:disabled {
        color: #fff;
        background-color: #0077b5;
        border-color: #0077b5
    }

    .btn-linkedin:not(:disabled):not(.disabled):active,
    .btn-linkedin:not(:disabled):not(.disabled).active,
    .show > .btn-linkedin.dropdown-toggle {
        color: #fff;
        background-color: #005582;
        border-color: #004d75
    }

        .btn-linkedin:not(:disabled):not(.disabled):active:focus,
        .btn-linkedin:not(:disabled):not(.disabled).active:focus,
        .show > .btn-linkedin.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(38, 139, 192, 0.5)
        }

    .show > .btn-linkedin.btn-link.dropdown-toggle,
    .btn-linkedin.btn-link:not(:disabled):not(.disabled):active,
    .btn-linkedin.btn-link:not(:disabled):not(.disabled).active,
    .btn-linkedin.btn-link:focus,
    .btn-linkedin.btn-link:active,
    .btn-linkedin.btn-link:hover {
        color: #0077b5
    }

.btn-skype {
    color: #fff;
    background-color: #00aff0;
    border-color: #00aff0
}

    .btn-skype:hover {
        color: #fff;
        background-color: #0093ca;
        border-color: #008abd
    }

    .btn-skype:focus,
    .btn-skype.focus {
        box-shadow: 0 0 0 0 rgba(38, 187, 242, 0.5)
    }

    .btn-skype.disabled,
    .btn-skype:disabled {
        color: #fff;
        background-color: #00aff0;
        border-color: #00aff0
    }

    .btn-skype:not(:disabled):not(.disabled):active,
    .btn-skype:not(:disabled):not(.disabled).active,
    .show > .btn-skype.dropdown-toggle {
        color: #fff;
        background-color: #008abd;
        border-color: #0081b0
    }

        .btn-skype:not(:disabled):not(.disabled):active:focus,
        .btn-skype:not(:disabled):not(.disabled).active:focus,
        .show > .btn-skype.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(38, 187, 242, 0.5)
        }

    .show > .btn-skype.btn-link.dropdown-toggle,
    .btn-skype.btn-link:not(:disabled):not(.disabled):active,
    .btn-skype.btn-link:not(:disabled):not(.disabled).active,
    .btn-skype.btn-link:focus,
    .btn-skype.btn-link:active,
    .btn-skype.btn-link:hover {
        color: #00aff0
    }

.btn-vk {
    color: #fff;
    background-color: #4c75a3;
    border-color: #4c75a3
}

    .btn-vk:hover {
        color: #fff;
        background-color: #406289;
        border-color: #3c5c80
    }

    .btn-vk:focus,
    .btn-vk.focus {
        box-shadow: 0 0 0 0 rgba(103, 138, 177, 0.5)
    }

    .btn-vk.disabled,
    .btn-vk:disabled {
        color: #fff;
        background-color: #4c75a3;
        border-color: #4c75a3
    }

    .btn-vk:not(:disabled):not(.disabled):active,
    .btn-vk:not(:disabled):not(.disabled).active,
    .show > .btn-vk.dropdown-toggle {
        color: #fff;
        background-color: #3c5c80;
        border-color: #385678
    }

        .btn-vk:not(:disabled):not(.disabled):active:focus,
        .btn-vk:not(:disabled):not(.disabled).active:focus,
        .show > .btn-vk.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(103, 138, 177, 0.5)
        }

    .show > .btn-vk.btn-link.dropdown-toggle,
    .btn-vk.btn-link:not(:disabled):not(.disabled):active,
    .btn-vk.btn-link:not(:disabled):not(.disabled).active,
    .btn-vk.btn-link:focus,
    .btn-vk.btn-link:active,
    .btn-vk.btn-link:hover {
        color: #4c75a3
    }

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: #1ab7ea
}

    .btn-vimeo:hover {
        color: #fff;
        background-color: #139ecb;
        border-color: #1295bf
    }

    .btn-vimeo:focus,
    .btn-vimeo.focus {
        box-shadow: 0 0 0 0 rgba(60, 194, 237, 0.5)
    }

    .btn-vimeo.disabled,
    .btn-vimeo:disabled {
        color: #fff;
        background-color: #1ab7ea;
        border-color: #1ab7ea
    }

    .btn-vimeo:not(:disabled):not(.disabled):active,
    .btn-vimeo:not(:disabled):not(.disabled).active,
    .show > .btn-vimeo.dropdown-toggle {
        color: #fff;
        background-color: #1295bf;
        border-color: #108cb4
    }

        .btn-vimeo:not(:disabled):not(.disabled):active:focus,
        .btn-vimeo:not(:disabled):not(.disabled).active:focus,
        .show > .btn-vimeo.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(60, 194, 237, 0.5)
        }

    .show > .btn-vimeo.btn-link.dropdown-toggle,
    .btn-vimeo.btn-link:not(:disabled):not(.disabled):active,
    .btn-vimeo.btn-link:not(:disabled):not(.disabled).active,
    .btn-vimeo.btn-link:focus,
    .btn-vimeo.btn-link:active,
    .btn-vimeo.btn-link:hover {
        color: #1ab7ea
    }

.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39
}

    .btn-google-plus:hover {
        color: #fff;
        background-color: #cd3623;
        border-color: #c23321
    }

    .btn-google-plus:focus,
    .btn-google-plus.focus {
        box-shadow: 0 0 0 0 rgba(226, 102, 87, 0.5)
    }

    .btn-google-plus.disabled,
    .btn-google-plus:disabled {
        color: #fff;
        background-color: #dd4b39;
        border-color: #dd4b39
    }

    .btn-google-plus:not(:disabled):not(.disabled):active,
    .btn-google-plus:not(:disabled):not(.disabled).active,
    .show > .btn-google-plus.dropdown-toggle {
        color: #fff;
        background-color: #c23321;
        border-color: #b7301f
    }

        .btn-google-plus:not(:disabled):not(.disabled):active:focus,
        .btn-google-plus:not(:disabled):not(.disabled).active:focus,
        .show > .btn-google-plus.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(226, 102, 87, 0.5)
        }

    .show > .btn-google-plus.btn-link.dropdown-toggle,
    .btn-google-plus.btn-link:not(:disabled):not(.disabled):active,
    .btn-google-plus.btn-link:not(:disabled):not(.disabled).active,
    .btn-google-plus.btn-link:focus,
    .btn-google-plus.btn-link:active,
    .btn-google-plus.btn-link:hover {
        color: #dd4b39
    }

.btn-youtube {
    color: #fff;
    background-color: #cd201f;
    border-color: #cd201f
}

    .btn-youtube:hover {
        color: #fff;
        background-color: #ac1b1a;
        border-color: #a11918
    }

    .btn-youtube:focus,
    .btn-youtube.focus {
        box-shadow: 0 0 0 0 rgba(213, 65, 65, 0.5)
    }

    .btn-youtube.disabled,
    .btn-youtube:disabled {
        color: #fff;
        background-color: #cd201f;
        border-color: #cd201f
    }

    .btn-youtube:not(:disabled):not(.disabled):active,
    .btn-youtube:not(:disabled):not(.disabled).active,
    .show > .btn-youtube.dropdown-toggle {
        color: #fff;
        background-color: #a11918;
        border-color: #961717
    }

        .btn-youtube:not(:disabled):not(.disabled):active:focus,
        .btn-youtube:not(:disabled):not(.disabled).active:focus,
        .show > .btn-youtube.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(213, 65, 65, 0.5)
        }

    .show > .btn-youtube.btn-link.dropdown-toggle,
    .btn-youtube.btn-link:not(:disabled):not(.disabled):active,
    .btn-youtube.btn-link:not(:disabled):not(.disabled).active,
    .btn-youtube.btn-link:focus,
    .btn-youtube.btn-link:active,
    .btn-youtube.btn-link:hover {
        color: #cd201f
    }

.btn-reddit {
    color: #fff;
    background-color: #ff5700;
    border-color: #ff5700
}

    .btn-reddit:hover {
        color: #fff;
        background-color: #d94a00;
        border-color: #cc4600
    }

    .btn-reddit:focus,
    .btn-reddit.focus {
        box-shadow: 0 0 0 0 rgba(255, 112, 38, 0.5)
    }

    .btn-reddit.disabled,
    .btn-reddit:disabled {
        color: #fff;
        background-color: #ff5700;
        border-color: #ff5700
    }

    .btn-reddit:not(:disabled):not(.disabled):active,
    .btn-reddit:not(:disabled):not(.disabled).active,
    .show > .btn-reddit.dropdown-toggle {
        color: #fff;
        background-color: #cc4600;
        border-color: #bf4100
    }

        .btn-reddit:not(:disabled):not(.disabled):active:focus,
        .btn-reddit:not(:disabled):not(.disabled).active:focus,
        .show > .btn-reddit.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(255, 112, 38, 0.5)
        }

    .show > .btn-reddit.btn-link.dropdown-toggle,
    .btn-reddit.btn-link:not(:disabled):not(.disabled):active,
    .btn-reddit.btn-link:not(:disabled):not(.disabled).active,
    .btn-reddit.btn-link:focus,
    .btn-reddit.btn-link:active,
    .btn-reddit.btn-link:hover {
        color: #ff5700
    }

.btn-pinterest {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c
}

    .btn-pinterest:hover {
        color: #fff;
        background-color: #980617;
        border-color: #8c0615
    }

    .btn-pinterest:focus,
    .btn-pinterest.focus {
        box-shadow: 0 0 0 0 rgba(199, 45, 62, 0.5)
    }

    .btn-pinterest.disabled,
    .btn-pinterest:disabled {
        color: #fff;
        background-color: #bd081c;
        border-color: #bd081c
    }

    .btn-pinterest:not(:disabled):not(.disabled):active,
    .btn-pinterest:not(:disabled):not(.disabled).active,
    .show > .btn-pinterest.dropdown-toggle {
        color: #fff;
        background-color: #8c0615;
        border-color: #800513
    }

        .btn-pinterest:not(:disabled):not(.disabled):active:focus,
        .btn-pinterest:not(:disabled):not(.disabled).active:focus,
        .show > .btn-pinterest.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(199, 45, 62, 0.5)
        }

    .show > .btn-pinterest.btn-link.dropdown-toggle,
    .btn-pinterest.btn-link:not(:disabled):not(.disabled):active,
    .btn-pinterest.btn-link:not(:disabled):not(.disabled).active,
    .btn-pinterest.btn-link:focus,
    .btn-pinterest.btn-link:active,
    .btn-pinterest.btn-link:hover {
        color: #bd081c
    }

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: #3f729b
}

    .btn-instagram:hover {
        color: #fff;
        background-color: #345e80;
        border-color: #305777
    }

    .btn-instagram:focus,
    .btn-instagram.focus {
        box-shadow: 0 0 0 0 rgba(92, 135, 170, 0.5)
    }

    .btn-instagram.disabled,
    .btn-instagram:disabled {
        color: #fff;
        background-color: #3f729b;
        border-color: #3f729b
    }

    .btn-instagram:not(:disabled):not(.disabled):active,
    .btn-instagram:not(:disabled):not(.disabled).active,
    .show > .btn-instagram.dropdown-toggle {
        color: #fff;
        background-color: #305777;
        border-color: #2d516e
    }

        .btn-instagram:not(:disabled):not(.disabled):active:focus,
        .btn-instagram:not(:disabled):not(.disabled).active:focus,
        .show > .btn-instagram.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(92, 135, 170, 0.5)
        }

    .show > .btn-instagram.btn-link.dropdown-toggle,
    .btn-instagram.btn-link:not(:disabled):not(.disabled):active,
    .btn-instagram.btn-link:not(:disabled):not(.disabled).active,
    .btn-instagram.btn-link:focus,
    .btn-instagram.btn-link:active,
    .btn-instagram.btn-link:hover {
        color: #3f729b
    }

.btn-dribbble {
    color: #fff;
    background-color: #ea4c89;
    border-color: #ea4c89
}

    .btn-dribbble:hover {
        color: #fff;
        background-color: #e62a72;
        border-color: #e51e6b
    }

    .btn-dribbble:focus,
    .btn-dribbble.focus {
        box-shadow: 0 0 0 0 rgba(237, 103, 155, 0.5)
    }

    .btn-dribbble.disabled,
    .btn-dribbble:disabled {
        color: #fff;
        background-color: #ea4c89;
        border-color: #ea4c89
    }

    .btn-dribbble:not(:disabled):not(.disabled):active,
    .btn-dribbble:not(:disabled):not(.disabled).active,
    .show > .btn-dribbble.dropdown-toggle {
        color: #fff;
        background-color: #e51e6b;
        border-color: #dc1a65
    }

        .btn-dribbble:not(:disabled):not(.disabled):active:focus,
        .btn-dribbble:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dribbble.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(237, 103, 155, 0.5)
        }

    .show > .btn-dribbble.btn-link.dropdown-toggle,
    .btn-dribbble.btn-link:not(:disabled):not(.disabled):active,
    .btn-dribbble.btn-link:not(:disabled):not(.disabled).active,
    .btn-dribbble.btn-link:focus,
    .btn-dribbble.btn-link:active,
    .btn-dribbble.btn-link:hover {
        color: #ea4c89
    }

.btn-twitch {
    color: #fff;
    background-color: #6441a5;
    border-color: #6441a5
}

    .btn-twitch:hover {
        color: #fff;
        background-color: #53368a;
        border-color: #4e3380
    }

    .btn-twitch:focus,
    .btn-twitch.focus {
        box-shadow: 0 0 0 0 rgba(123, 94, 179, 0.5)
    }

    .btn-twitch.disabled,
    .btn-twitch:disabled {
        color: #fff;
        background-color: #6441a5;
        border-color: #6441a5
    }

    .btn-twitch:not(:disabled):not(.disabled):active,
    .btn-twitch:not(:disabled):not(.disabled).active,
    .show > .btn-twitch.dropdown-toggle {
        color: #fff;
        background-color: #4e3380;
        border-color: #482f77
    }

        .btn-twitch:not(:disabled):not(.disabled):active:focus,
        .btn-twitch:not(:disabled):not(.disabled).active:focus,
        .show > .btn-twitch.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(123, 94, 179, 0.5)
        }

    .show > .btn-twitch.btn-link.dropdown-toggle,
    .btn-twitch.btn-link:not(:disabled):not(.disabled):active,
    .btn-twitch.btn-link:not(:disabled):not(.disabled).active,
    .btn-twitch.btn-link:focus,
    .btn-twitch.btn-link:active,
    .btn-twitch.btn-link:hover {
        color: #6441a5
    }

.btn-steam {
    color: #fff;
    background-color: #111;
    border-color: #111
}

    .btn-steam:hover {
        color: #fff;
        background-color: #000;
        border-color: #000
    }

    .btn-steam:focus,
    .btn-steam.focus {
        box-shadow: 0 0 0 0 rgba(53, 53, 53, 0.5)
    }

    .btn-steam.disabled,
    .btn-steam:disabled {
        color: #fff;
        background-color: #111;
        border-color: #111
    }

    .btn-steam:not(:disabled):not(.disabled):active,
    .btn-steam:not(:disabled):not(.disabled).active,
    .show > .btn-steam.dropdown-toggle {
        color: #fff;
        background-color: #000;
        border-color: #000
    }

        .btn-steam:not(:disabled):not(.disabled):active:focus,
        .btn-steam:not(:disabled):not(.disabled).active:focus,
        .show > .btn-steam.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(53, 53, 53, 0.5)
        }

    .show > .btn-steam.btn-link.dropdown-toggle,
    .btn-steam.btn-link:not(:disabled):not(.disabled):active,
    .btn-steam.btn-link:not(:disabled):not(.disabled).active,
    .btn-steam.btn-link:focus,
    .btn-steam.btn-link:active,
    .btn-steam.btn-link:hover {
        color: #111
    }

.btn-discord {
    color: #fff;
    background-color: #7289da;
    border-color: #7289da
}

    .btn-discord:hover {
        color: #fff;
        background-color: #5470d2;
        border-color: #4a67cf
    }

    .btn-discord:focus,
    .btn-discord.focus {
        box-shadow: 0 0 0 0 rgba(135, 155, 224, 0.5)
    }

    .btn-discord.disabled,
    .btn-discord:disabled {
        color: #fff;
        background-color: #7289da;
        border-color: #7289da
    }

    .btn-discord:not(:disabled):not(.disabled):active,
    .btn-discord:not(:disabled):not(.disabled).active,
    .show > .btn-discord.dropdown-toggle {
        color: #fff;
        background-color: #4a67cf;
        border-color: #405fcd
    }

        .btn-discord:not(:disabled):not(.disabled):active:focus,
        .btn-discord:not(:disabled):not(.disabled).active:focus,
        .show > .btn-discord.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(135, 155, 224, 0.5)
        }

    .show > .btn-discord.btn-link.dropdown-toggle,
    .btn-discord.btn-link:not(:disabled):not(.disabled):active,
    .btn-discord.btn-link:not(:disabled):not(.disabled).active,
    .btn-discord.btn-link:focus,
    .btn-discord.btn-link:active,
    .btn-discord.btn-link:hover {
        color: #7289da
    }

.btn-paypal {
    color: #fff;
    background-color: #00588b;
    border-color: #00588b
}

    .btn-paypal:hover {
        color: #fff;
        background-color: #004065;
        border-color: #003858
    }

    .btn-paypal:focus,
    .btn-paypal.focus {
        box-shadow: 0 0 0 0 rgba(38, 113, 156, 0.5)
    }

    .btn-paypal.disabled,
    .btn-paypal:disabled {
        color: #fff;
        background-color: #00588b;
        border-color: #00588b
    }

    .btn-paypal:not(:disabled):not(.disabled):active,
    .btn-paypal:not(:disabled):not(.disabled).active,
    .show > .btn-paypal.dropdown-toggle {
        color: #fff;
        background-color: #003858;
        border-color: #00304b
    }

        .btn-paypal:not(:disabled):not(.disabled):active:focus,
        .btn-paypal:not(:disabled):not(.disabled).active:focus,
        .show > .btn-paypal.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(38, 113, 156, 0.5)
        }

    .show > .btn-paypal.btn-link.dropdown-toggle,
    .btn-paypal.btn-link:not(:disabled):not(.disabled):active,
    .btn-paypal.btn-link:not(:disabled):not(.disabled).active,
    .btn-paypal.btn-link:focus,
    .btn-paypal.btn-link:active,
    .btn-paypal.btn-link:hover {
        color: #00588b
    }

.btn-wordpress {
    color: #fff;
    background-color: #0087be;
    border-color: #0087be
}

    .btn-wordpress:hover {
        color: #fff;
        background-color: #006c98;
        border-color: #00638b
    }

    .btn-wordpress:focus,
    .btn-wordpress.focus {
        box-shadow: 0 0 0 0 rgba(38, 153, 200, 0.5)
    }

    .btn-wordpress.disabled,
    .btn-wordpress:disabled {
        color: #fff;
        background-color: #0087be;
        border-color: #0087be
    }

    .btn-wordpress:not(:disabled):not(.disabled):active,
    .btn-wordpress:not(:disabled):not(.disabled).active,
    .show > .btn-wordpress.dropdown-toggle {
        color: #fff;
        background-color: #00638b;
        border-color: #005a7e
    }

        .btn-wordpress:not(:disabled):not(.disabled):active:focus,
        .btn-wordpress:not(:disabled):not(.disabled).active:focus,
        .show > .btn-wordpress.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(38, 153, 200, 0.5)
        }

    .show > .btn-wordpress.btn-link.dropdown-toggle,
    .btn-wordpress.btn-link:not(:disabled):not(.disabled):active,
    .btn-wordpress.btn-link:not(:disabled):not(.disabled).active,
    .btn-wordpress.btn-link:focus,
    .btn-wordpress.btn-link:active,
    .btn-wordpress.btn-link:hover {
        color: #0087be
    }

.btn-drupal {
    color: #fff;
    background-color: #0077c0;
    border-color: #0077c0
}

    .btn-drupal:hover {
        color: #fff;
        background-color: #005f9a;
        border-color: #00578d
    }

    .btn-drupal:focus,
    .btn-drupal.focus {
        box-shadow: 0 0 0 0 rgba(38, 139, 201, 0.5)
    }

    .btn-drupal.disabled,
    .btn-drupal:disabled {
        color: #fff;
        background-color: #0077c0;
        border-color: #0077c0
    }

    .btn-drupal:not(:disabled):not(.disabled):active,
    .btn-drupal:not(:disabled):not(.disabled).active,
    .show > .btn-drupal.dropdown-toggle {
        color: #fff;
        background-color: #00578d;
        border-color: #004f80
    }

        .btn-drupal:not(:disabled):not(.disabled):active:focus,
        .btn-drupal:not(:disabled):not(.disabled).active:focus,
        .show > .btn-drupal.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(38, 139, 201, 0.5)
        }

    .show > .btn-drupal.btn-link.dropdown-toggle,
    .btn-drupal.btn-link:not(:disabled):not(.disabled):active,
    .btn-drupal.btn-link:not(:disabled):not(.disabled).active,
    .btn-drupal.btn-link:focus,
    .btn-drupal.btn-link:active,
    .btn-drupal.btn-link:hover {
        color: #0077c0
    }

.btn-joomla {
    color: #fff;
    background-color: #5091cd;
    border-color: #5091cd
}

    .btn-joomla:hover {
        color: #fff;
        background-color: #377ec0;
        border-color: #3478b6
    }

    .btn-joomla:focus,
    .btn-joomla.focus {
        box-shadow: 0 0 0 0 rgba(106, 162, 213, 0.5)
    }

    .btn-joomla.disabled,
    .btn-joomla:disabled {
        color: #fff;
        background-color: #5091cd;
        border-color: #5091cd
    }

    .btn-joomla:not(:disabled):not(.disabled):active,
    .btn-joomla:not(:disabled):not(.disabled).active,
    .show > .btn-joomla.dropdown-toggle {
        color: #fff;
        background-color: #3478b6;
        border-color: #3171ac
    }

        .btn-joomla:not(:disabled):not(.disabled):active:focus,
        .btn-joomla:not(:disabled):not(.disabled).active:focus,
        .show > .btn-joomla.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(106, 162, 213, 0.5)
        }

    .show > .btn-joomla.btn-link.dropdown-toggle,
    .btn-joomla.btn-link:not(:disabled):not(.disabled):active,
    .btn-joomla.btn-link:not(:disabled):not(.disabled).active,
    .btn-joomla.btn-link:focus,
    .btn-joomla.btn-link:active,
    .btn-joomla.btn-link:hover {
        color: #5091cd
    }

.btn-tumblr {
    color: #fff;
    background-color: #34526f;
    border-color: #34526f
}

    .btn-tumblr:hover {
        color: #fff;
        background-color: #283f55;
        border-color: #24384c
    }

    .btn-tumblr:focus,
    .btn-tumblr.focus {
        box-shadow: 0 0 0 0 rgba(82, 108, 133, 0.5)
    }

    .btn-tumblr.disabled,
    .btn-tumblr:disabled {
        color: #fff;
        background-color: #34526f;
        border-color: #34526f
    }

    .btn-tumblr:not(:disabled):not(.disabled):active,
    .btn-tumblr:not(:disabled):not(.disabled).active,
    .show > .btn-tumblr.dropdown-toggle {
        color: #fff;
        background-color: #24384c;
        border-color: #203244
    }

        .btn-tumblr:not(:disabled):not(.disabled):active:focus,
        .btn-tumblr:not(:disabled):not(.disabled).active:focus,
        .show > .btn-tumblr.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(82, 108, 133, 0.5)
        }

    .show > .btn-tumblr.btn-link.dropdown-toggle,
    .btn-tumblr.btn-link:not(:disabled):not(.disabled):active,
    .btn-tumblr.btn-link:not(:disabled):not(.disabled).active,
    .btn-tumblr.btn-link:focus,
    .btn-tumblr.btn-link:active,
    .btn-tumblr.btn-link:hover {
        color: #34526f
    }

.btn-github {
    color: #fff;
    background-color: #333;
    border-color: #333
}

    .btn-github:hover {
        color: #fff;
        background-color: #202020;
        border-color: #1a1a1a
    }

    .btn-github:focus,
    .btn-github.focus {
        box-shadow: 0 0 0 0 rgba(82, 82, 82, 0.5)
    }

    .btn-github.disabled,
    .btn-github:disabled {
        color: #fff;
        background-color: #333;
        border-color: #333
    }

    .btn-github:not(:disabled):not(.disabled):active,
    .btn-github:not(:disabled):not(.disabled).active,
    .show > .btn-github.dropdown-toggle {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #131313
    }

        .btn-github:not(:disabled):not(.disabled):active:focus,
        .btn-github:not(:disabled):not(.disabled).active:focus,
        .show > .btn-github.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(82, 82, 82, 0.5)
        }

    .show > .btn-github.btn-link.dropdown-toggle,
    .btn-github.btn-link:not(:disabled):not(.disabled):active,
    .btn-github.btn-link:not(:disabled):not(.disabled).active,
    .btn-github.btn-link:focus,
    .btn-github.btn-link:active,
    .btn-github.btn-link:hover {
        color: #333
    }

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: #f50
}

    .btn-soundcloud:hover {
        color: #fff;
        background-color: #d94800;
        border-color: #c40
    }

    .btn-soundcloud:focus,
    .btn-soundcloud.focus {
        box-shadow: 0 0 0 0 rgba(255, 111, 38, 0.5)
    }

    .btn-soundcloud.disabled,
    .btn-soundcloud:disabled {
        color: #fff;
        background-color: #f50;
        border-color: #f50
    }

    .btn-soundcloud:not(:disabled):not(.disabled):active,
    .btn-soundcloud:not(:disabled):not(.disabled).active,
    .show > .btn-soundcloud.dropdown-toggle {
        color: #fff;
        background-color: #c40;
        border-color: #bf4000
    }

        .btn-soundcloud:not(:disabled):not(.disabled):active:focus,
        .btn-soundcloud:not(:disabled):not(.disabled).active:focus,
        .show > .btn-soundcloud.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(255, 111, 38, 0.5)
        }

    .show > .btn-soundcloud.btn-link.dropdown-toggle,
    .btn-soundcloud.btn-link:not(:disabled):not(.disabled):active,
    .btn-soundcloud.btn-link:not(:disabled):not(.disabled).active,
    .btn-soundcloud.btn-link:focus,
    .btn-soundcloud.btn-link:active,
    .btn-soundcloud.btn-link:hover {
        color: #f50
    }

.btn-spotify {
    color: #fff;
    background-color: #1db954;
    border-color: #1db954
}

    .btn-spotify:hover {
        color: #fff;
        background-color: #189845;
        border-color: #168d40
    }

    .btn-spotify:focus,
    .btn-spotify.focus {
        box-shadow: 0 0 0 0 rgba(63, 196, 110, 0.5)
    }

    .btn-spotify.disabled,
    .btn-spotify:disabled {
        color: #fff;
        background-color: #1db954;
        border-color: #1db954
    }

    .btn-spotify:not(:disabled):not(.disabled):active,
    .btn-spotify:not(:disabled):not(.disabled).active,
    .show > .btn-spotify.dropdown-toggle {
        color: #fff;
        background-color: #168d40;
        border-color: #14823b
    }

        .btn-spotify:not(:disabled):not(.disabled):active:focus,
        .btn-spotify:not(:disabled):not(.disabled).active:focus,
        .show > .btn-spotify.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(63, 196, 110, 0.5)
        }

    .show > .btn-spotify.btn-link.dropdown-toggle,
    .btn-spotify.btn-link:not(:disabled):not(.disabled):active,
    .btn-spotify.btn-link:not(:disabled):not(.disabled).active,
    .btn-spotify.btn-link:focus,
    .btn-spotify.btn-link:active,
    .btn-spotify.btn-link:hover {
        color: #1db954
    }

.btn-slack {
    color: #fff;
    background-color: #e01563;
    border-color: #e01563
}

    .btn-slack:hover {
        color: #fff;
        background-color: #bd1254;
        border-color: #b1114e
    }

    .btn-slack:focus,
    .btn-slack.focus {
        box-shadow: 0 0 0 0 rgba(229, 56, 122, 0.5)
    }

    .btn-slack.disabled,
    .btn-slack:disabled {
        color: #fff;
        background-color: #e01563;
        border-color: #e01563
    }

    .btn-slack:not(:disabled):not(.disabled):active,
    .btn-slack:not(:disabled):not(.disabled).active,
    .show > .btn-slack.dropdown-toggle {
        color: #fff;
        background-color: #b1114e;
        border-color: #a61049
    }

        .btn-slack:not(:disabled):not(.disabled):active:focus,
        .btn-slack:not(:disabled):not(.disabled).active:focus,
        .show > .btn-slack.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(229, 56, 122, 0.5)
        }

    .show > .btn-slack.btn-link.dropdown-toggle,
    .btn-slack.btn-link:not(:disabled):not(.disabled):active,
    .btn-slack.btn-link:not(:disabled):not(.disabled).active,
    .btn-slack.btn-link:focus,
    .btn-slack.btn-link:active,
    .btn-slack.btn-link:hover {
        color: #e01563
    }

.btn-windows {
    color: #fff;
    background-color: #00bcf2;
    border-color: #00bcf2
}

    .btn-windows:hover {
        color: #fff;
        background-color: #009ecc;
        border-color: #0094bf
    }

    .btn-windows:focus,
    .btn-windows.focus {
        box-shadow: 0 0 0 0 rgba(38, 198, 244, 0.5)
    }

    .btn-windows.disabled,
    .btn-windows:disabled {
        color: #fff;
        background-color: #00bcf2;
        border-color: #00bcf2
    }

    .btn-windows:not(:disabled):not(.disabled):active,
    .btn-windows:not(:disabled):not(.disabled).active,
    .show > .btn-windows.dropdown-toggle {
        color: #fff;
        background-color: #0094bf;
        border-color: #008ab2
    }

        .btn-windows:not(:disabled):not(.disabled):active:focus,
        .btn-windows:not(:disabled):not(.disabled).active:focus,
        .show > .btn-windows.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(38, 198, 244, 0.5)
        }

    .show > .btn-windows.btn-link.dropdown-toggle,
    .btn-windows.btn-link:not(:disabled):not(.disabled):active,
    .btn-windows.btn-link:not(:disabled):not(.disabled).active,
    .btn-windows.btn-link:focus,
    .btn-windows.btn-link:active,
    .btn-windows.btn-link:hover {
        color: #00bcf2
    }

.btn-linux {
    color: #fff;
    background-color: #1793d1;
    border-color: #1793d1
}

    .btn-linux:hover {
        color: #fff;
        background-color: #137baf;
        border-color: #1273a3
    }

    .btn-linux:focus,
    .btn-linux.focus {
        box-shadow: 0 0 0 0 rgba(58, 163, 216, 0.5)
    }

    .btn-linux.disabled,
    .btn-linux:disabled {
        color: #fff;
        background-color: #1793d1;
        border-color: #1793d1
    }

    .btn-linux:not(:disabled):not(.disabled):active,
    .btn-linux:not(:disabled):not(.disabled).active,
    .show > .btn-linux.dropdown-toggle {
        color: #fff;
        background-color: #1273a3;
        border-color: #116b98
    }

        .btn-linux:not(:disabled):not(.disabled):active:focus,
        .btn-linux:not(:disabled):not(.disabled).active:focus,
        .show > .btn-linux.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(58, 163, 216, 0.5)
        }

    .show > .btn-linux.btn-link.dropdown-toggle,
    .btn-linux.btn-link:not(:disabled):not(.disabled):active,
    .btn-linux.btn-link:not(:disabled):not(.disabled).active,
    .btn-linux.btn-link:focus,
    .btn-linux.btn-link:active,
    .btn-linux.btn-link:hover {
        color: #1793d1
    }

.btn-ps4 {
    color: #fff;
    background-color: #2575dc;
    border-color: #2575dc
}

    .btn-ps4:hover {
        color: #fff;
        background-color: #1e63bc;
        border-color: #1c5eb2
    }

    .btn-ps4:focus,
    .btn-ps4.focus {
        box-shadow: 0 0 0 0 rgba(70, 138, 225, 0.5)
    }

    .btn-ps4.disabled,
    .btn-ps4:disabled {
        color: #fff;
        background-color: #2575dc;
        border-color: #2575dc
    }

    .btn-ps4:not(:disabled):not(.disabled):active,
    .btn-ps4:not(:disabled):not(.disabled).active,
    .show > .btn-ps4.dropdown-toggle {
        color: #fff;
        background-color: #1c5eb2;
        border-color: #1b58a7
    }

        .btn-ps4:not(:disabled):not(.disabled):active:focus,
        .btn-ps4:not(:disabled):not(.disabled).active:focus,
        .show > .btn-ps4.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(70, 138, 225, 0.5)
        }

    .show > .btn-ps4.btn-link.dropdown-toggle,
    .btn-ps4.btn-link:not(:disabled):not(.disabled):active,
    .btn-ps4.btn-link:not(:disabled):not(.disabled).active,
    .btn-ps4.btn-link:focus,
    .btn-ps4.btn-link:active,
    .btn-ps4.btn-link:hover {
        color: #2575dc
    }

.btn-xbox {
    color: #fff;
    background-color: #7fad4a;
    border-color: #7fad4a
}

    .btn-xbox:hover {
        color: #fff;
        background-color: #6b923f;
        border-color: #65893b
    }

    .btn-xbox:focus,
    .btn-xbox.focus {
        box-shadow: 0 0 0 0 rgba(146, 185, 101, 0.5)
    }

    .btn-xbox.disabled,
    .btn-xbox:disabled {
        color: #fff;
        background-color: #7fad4a;
        border-color: #7fad4a
    }

    .btn-xbox:not(:disabled):not(.disabled):active,
    .btn-xbox:not(:disabled):not(.disabled).active,
    .show > .btn-xbox.dropdown-toggle {
        color: #fff;
        background-color: #65893b;
        border-color: #5e8037
    }

        .btn-xbox:not(:disabled):not(.disabled):active:focus,
        .btn-xbox:not(:disabled):not(.disabled).active:focus,
        .show > .btn-xbox.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(146, 185, 101, 0.5)
        }

    .show > .btn-xbox.btn-link.dropdown-toggle,
    .btn-xbox.btn-link:not(:disabled):not(.disabled):active,
    .btn-xbox.btn-link:not(:disabled):not(.disabled).active,
    .btn-xbox.btn-link:focus,
    .btn-xbox.btn-link:active,
    .btn-xbox.btn-link:hover {
        color: #7fad4a
    }

.btn-outline-primary {
    font-weight: 500
}

.btn-outline-secondary {
    font-weight: 500
}

.btn-outline-success {
    font-weight: 500
}

.btn-outline-info {
    font-weight: 500
}

.btn-outline-warning {
    font-weight: 500
}

.btn-outline-danger {
    font-weight: 500
}

.btn-outline-light {
    font-weight: 500
}

.btn-outline-dark {
    font-weight: 500
}

.btn-outline-purple {
    font-weight: 500
}

.btn-outline {
    font-weight: 500;
    color: #2069c7;
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.15)
}

    .show > .btn-outline.dropdown-toggle,
    .btn-outline:not(:disabled):not(.disabled):active,
    .btn-outline:not(:disabled):not(.disabled).active,
    .btn-outline:focus,
    .btn-outline:active,
    .btn-outline:hover {
        color: #2069c7;
        border-color: #2069c7
    }

.btn-outline-light {
    font-weight: 400;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.2)
}

    .show > .btn-outline-light.dropdown-toggle,
    .btn-outline-light:not(:disabled):not(.disabled):active,
    .btn-outline-light:not(:disabled):not(.disabled).active,
    .btn-outline-light:focus,
    .btn-outline-light:active,
    .btn-outline-light:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.03);
        border-color: rgba(255, 255, 255, 0.2)
    }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 6px 12px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-xs {
    padding: 3px 8px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem
}

.btn-rounded {
    padding: 12px 25px;
    border-radius: 30px
}

    .btn-rounded.btn-lg,
    .btn-group-lg > .btn-rounded.btn {
        padding: 14px 27px
    }

@media (max-width: 575.98px) {
    .btn-rounded.btn-lg,
    .btn-group-lg > .btn-rounded.btn {
        padding: 11px 20px;
        border-radius: 6px
    }
}

.btn-rounded.btn-sm,
.btn-group-sm > .btn-rounded.btn {
    padding: 10px 25px
}

.btn-rounded.btn-xs {
    padding: 8px 20px
}

.dropdown {
    display: inline-block
}

    .dropdown .dropdown-item:first-child,
    .dropdown .dropdown-item:last-child {
        border-radius: 0
    }

.dropdown-menu {
    box-shadow: 0 2px 12px rgba(27, 31, 35, 0.1)
}

    .dropdown-menu .dropdown-item > i {
        margin-right: 5px
    }

.dropdown-toggle::after {
    float: right;
    font-family: "nucleo";
    content: "\E00D";
    border: 0
}

.dropleft .dropdown-toggle::after,
.dropright .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    float: none
}

.dropdown-height {
    max-height: 250px;
    overflow: auto
}

.dropdown-scrollable {
    max-height: 320px;
    overflow: auto
}

.dropdown-header {
    padding: 10px 15px;
    margin-top: -9px;
    margin-bottom: 5px;
    font-size: .9375rem;
    font-weight: 500;
    color: #2069c7;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

    .dropdown-header i {
        margin-right: 6px
    }

.dropdown-footer {
    padding: 5px 10px;
    margin-bottom: -9px;
    border-top: 1px solid rgba(0, 0, 0, 0.08)
}

.dropdown-list {
    display: block;
    padding: 0;
    list-style-type: none
}

.dropdown-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1)
}

.dropdown-list-body {
    width: 100%;
    line-height: 1.4
}

.dropdown-list-text {
    padding: 7px 9px;
    margin-top: 3px;
    margin-right: 17px;
    font-size: 16px;
    background-color: #ededed
}

.dropdown-notification {
    display: block
}

    .dropdown-notification .dropdown-menu {
        width: 330px;
        border: 1px solid rgba(27, 31, 35, 0.1) !important
    }

        .dropdown-notification .dropdown-menu .dropdown-list-meta {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 5px;
            font-size: .9375rem;
            color: #7b7b7b
        }

            .dropdown-notification .dropdown-menu .dropdown-list-meta i {
                margin-right: 6px
            }

            .dropdown-notification .dropdown-menu .dropdown-list-meta a {
                display: none;
                padding: 0 5px;
                font-size: .9375rem;
                border-right: 1px solid rgba(0, 0, 0, 0.15)
            }

                .dropdown-notification .dropdown-menu .dropdown-list-meta a:last-child {
                    padding-right: 0;
                    border: 0
                }

        .dropdown-notification .dropdown-menu .dropdown-list-item:last-child {
            border: 0
        }

        .dropdown-notification .dropdown-menu .dropdown-list-item a {
            font-weight: 500;
            color: #5b5b62
        }

            .dropdown-notification .dropdown-menu .dropdown-list-item a:hover {
                color: #2069c7
            }

        .dropdown-notification .dropdown-menu .dropdown-list-item:hover a {
            display: inline-block
        }

.dropdown-cart img {
    width: 60px
}

.dropdown-cart .dropdown-menu {
    width: 330px;
    padding: .5rem 0 !important;
    border: 1px solid rgba(27, 31, 35, 0.1) !important
}

    .dropdown-cart .dropdown-menu .cart-remove {
        position: absolute;
        top: 8px;
        right: 5px
    }

    .dropdown-cart .dropdown-menu .dropdown-list-item {
        position: relative
    }

        .dropdown-cart .dropdown-menu .dropdown-list-item:last-child {
            border: 0
        }

@media (max-width: 380px) {
    .dropdown-cart {
        position: static
    }

        .dropdown-cart .dropdown-menu {
            width: 100%;
            border: 0 !important
        }
}

@media (max-width: 1199.98px) {
    .dropdown-toggle-none::after {
        display: none
    }
}

section {
    position: relative;
    padding: 1.5rem 0
}

    section > .divider {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

        section > .divider svg {
            position: relative;
            left: 50%;
            width: calc(100% + 1.3px);
            height: 140px;
            -webkit-transform: translateX(-50%) rotateY(180deg);
            transform: translateX(-50%) rotateY(180deg)
        }

        section > .divider path {
            fill: #fafafa
        }

@media (max-width: 991.98px) {
    section > .divider {
        display: none
    }
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-color: #1f1f1f;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover
}

@media (max-width: 991.98px) {
    .bg-image .container,
    .bg-image .container-fluid {
        padding: 0
    }
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .2
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .8
}

.comments .media {
    padding-bottom: 30px;
    margin-top: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

    .comments .media:first-child {
        margin-top: 15px
    }

    .comments .media:last-child {
        padding-bottom: 0;
        border-bottom: 0
    }

    .comments .media .media:last-child {
        padding-bottom: 0
    }

    .comments .media:hover .media-tools {
        display: block
    }

    .comments .media:hover .media .media-tools {
        display: none
    }

    .comments .media .media:hover .media-tools {
        display: block
    }

    .comments .media .avatar {
        margin-right: 25px;
        width: 4.0625rem;
        height: 4.0625rem
    }

        .comments .media .avatar img {
            border-radius: 50%
        }

@media (max-width: 991.98px) {
    .comments .media .avatar {
        margin-right: 13px;
        width: 2.85088rem;
        height: 2.85088rem
    }

        .comments .media .avatar .badge:empty {
            bottom: -2px
        }
}

.comments .media-meta {
    display: inline-block;
    font-size: .875rem;
    color: #727279
}

    .comments .media-meta::before {
        display: inline-block;
        margin: 0 6px;
        content: "\2022"
    }

    .comments .media-meta i {
        position: relative;
        top: 1px;
        margin-right: 2px
    }

.comments .media-tools {
    display: none;
    margin-left: auto
}

    .comments .media-tools a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-right: 1px solid rgba(0, 0, 0, 0.1)
    }

        .comments .media-tools a:focus,
        .comments .media-tools a:hover {
            border-right: 1px solid rgba(0, 0, 0, 0.1)
        }

        .comments .media-tools a:last-child {
            border: 0
        }

@media (max-width: 991.98px) {
    .comments .media .media {
        margin-left: -35px
    }
}

.ya-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

    .ya-lightbox .embed-responsive {
        width: 80%;
        margin: 0 auto
    }

@media (max-width: 991.98px) {
    .ya-lightbox .embed-responsive {
        width: 90%
    }
}

.ya-lightbox .owl-carousel {
    max-width: 80%;
    margin: 0 auto
}

    .ya-lightbox .owl-carousel .owl-item img {
        width: 100%;
        max-width: 100%
    }

.ya-lightbox-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.ya-lightbox-img {
    position: relative;
    z-index: 100;
    max-width: 80%;
    margin: 0 auto;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1)
}

@media (max-width: 991.98px) {
    .ya-lightbox-img {
        max-width: 95%
    }
}

.ya-lightbox .ya-lightbox-comment {
    overflow: hidden
}

    .ya-lightbox .ya-lightbox-comment.ya-lightbox-gallery {
        padding: 0 60px
    }

    .ya-lightbox .ya-lightbox-comment .owl-carousel {
        width: 100%;
        max-width: 100%
    }

    .ya-lightbox .ya-lightbox-comment .embed-responsive {
        width: 90%;
        height: 90%
    }

.ya-lightbox-body {
    z-index: 9;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.ya-lightbox-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 37, 37, 0.8)
}

.ya-lightbox-close {
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    opacity: .8
}

    .ya-lightbox-close:hover {
        opacity: 1
    }

    .ya-lightbox-close::before {
        font-family: "nucleo";
        font-size: 20px;
        color: #fff;
        content: "\E058"
    }

@media (max-width: 991.98px) {
    .ya-lightbox-close {
        right: 15px
    }
}

.ya-lightbox-comments {
    width: 480px;
    height: 100%;
    padding: 5px 20px;
    margin-left: auto;
    overflow: auto;
    background-color: #fff
}

@media (max-width: 991.98px) {
    .ya-lightbox-comments {
        display: none
    }
}

.card {
    margin-bottom: 35px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05)
}

.card-header {
    border-color: rgba(0, 0, 0, 0.1)
}

    .card-header .card-title {
        margin-bottom: 0
    }

.card-title {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.4
}

    .card-title i {
        margin-right: 2px
    }

@media (max-width: 991.98px) {
    .card-title {
        font-size: 17px;
        line-height: 1.2
    }
}

.card-body .separator span {
    background-color: #fff
}

.card-img {
    width: auto;
    height: 280px;
    margin: 10px 10px 0;
    overflow: hidden;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    border-radius: 0
}

    .card-img img {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%
    }

.card-img-top {
    border-radius: 0 !important
}

.card-img .badge {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    padding: 7px 10px
}

.card-img .card-meta span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: auto;
    display: inline-block;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #191919;
    border-radius: 4px
}

.card-meta {
    margin-bottom: 15px;
    font-size: .9375rem;
    font-weight: 500
}

.card-meta-item {
    color: rgba(0, 0, 0, 0.55)
}

    .card-meta-item i {
        margin-right: 3px
    }

    .card-meta-item::after {
        display: inline-block;
        margin: 0 6px;
        content: "\2022"
    }

    .card-meta-item:last-child::after {
        display: none
    }

.card-footer {
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    font-weight: 500;
    color: #6d6c6e;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.08)
}

    .card-footer i {
        margin-right: 3px
    }

@media (max-width: 575.98px) {
    .card {
        margin-bottom: 20px
    }
}

.card-secondary {
    background-color: #f5f5f5;
    border-color: #e0e0e0
}

.card-default {
    background-color: #fafafa;
    border-color: #e0e0e0;
    box-shadow: none
}

    .card-default .card-header {
        background-color: rgba(0, 0, 0, 0.02);
        border-color: #e0e0e0
    }

    .card-default .card-body .separator span {
        background-color: #123f4e
    }

.img-xl,
.card-img-xl {
    height: 26.5625rem
}

.img-lg,
.card-img-lg {
    height: 18.75rem
}

.img-md,
.card-img-md {
    height: 15.625rem
}

.img-sm,
.card-img-sm {
    height: 11.25rem
}

@media (max-width: 575.98px) {
    .img-sm,
    .card-img-sm {
        height: 13rem
    }
}

.card-sm .card-body {
    padding: 15px 10px
}

.card-sm .card-footer {
    padding-right: 10px;
    padding-left: 10px
}

.accordion {
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px
}

.accordion-header {
    position: relative;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px;
    font-weight: 500;
    background-color: #fbfbfb;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.accordion-item {
    background-color: #fff;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.125)
}

    .accordion-item:last-child {
        border: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

.accordion-text {
    padding: 0 45px 10px;
    font-size: 1rem
}

@media (max-width: 991.98px) {
    .accordion-text {
        padding-right: 20px;
        padding-left: 20px
    }
}

.accordion-link {
    display: block;
    padding: 15px 20px;
    margin: 0;
    font-weight: 500;
    color: #4d4d52
}

    .accordion-link::before {
        margin-right: 13px;
        font-family: "nucleo";
        font-size: 12px;
        content: "\E036"
    }

@media (max-width: 991.98px) {
    .accordion-link::before {
        display: none
    }
}

.accordion-link:focus,
.accordion-link:hover {
    color: #4d4d52;
    background-color: #123f4e
}

.accordion-link:focus {
    background-color: #fff
}

.accordion-link.collapsed::before {
    content: "\E041"
}

.accordion-link.collapsed:hover {
    color: #4d4d52;
    background-color: rgba(0, 0, 0, 0.025)
}

@media (max-width: 991.98px) {
    .accordion-link {
        padding-top: 13px;
        padding-bottom: 13px
    }
}

.accordion-default {
    border: 1px solid rgba(0, 0, 0, 0.125)
}

    .accordion-default .accordion-item {
        background-color: transparent
    }

    .accordion-default .accordion-link:focus {
        background-color: transparent
    }

.accordion-transparent {
    border: 0;
    box-shadow: none;
    border-radius: 0
}

    .accordion-transparent .accordion-header {
        background-color: #fff
    }

    .accordion-transparent .accordion-item {
        background-color: transparent
    }

    .accordion-transparent .accordion-text {
        padding-left: 30px
    }

@media (max-width: 991.98px) {
    .accordion-transparent .accordion-text {
        padding-right: 5px;
        padding-left: 5px
    }
}

.accordion-transparent .accordion-link {
    padding-left: 5px
}

    .accordion-transparent .accordion-link:focus {
        background-color: transparent
    }

.alert-light {
    color: #59595f;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15)
}

    .alert-light hr {
        border-top-color: rgba(0, 0, 0, 0.15)
    }

    .alert-light .alert-link {
        color: #404045
    }

.alert-dark {
    color: rgba(42, 43, 45, 0.85);
    background-color: rgba(42, 43, 45, 0.15);
    border-color: rgba(42, 43, 45, 0.15)
}

    .alert-dark hr {
        border-top-color: rgba(30, 30, 32, 0.15)
    }

    .alert-dark .alert-link {
        color: rgba(17, 18, 19, 0.85)
    }

.alert-secondary {
    color: #59595f;
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.15)
}

    .alert-secondary hr {
        border-top-color: rgba(0, 0, 0, 0.15)
    }

    .alert-secondary .alert-link {
        color: #404045
    }

.alert-darken-primary {
    color: #fff;
    background-color: #3680df;
    border-color: #3680df
}

    .alert-darken-primary hr {
        border-top-color: #2372d9
    }

    .alert-darken-primary .alert-link {
        color: #e6e6e6
    }

.alert-darken-secondary {
    color: #fff;
    background-color: #737077;
    border-color: #737077
}

    .alert-darken-secondary hr {
        border-top-color: #66646a
    }

    .alert-darken-secondary .alert-link {
        color: #e6e6e6
    }

.alert-darken-success {
    color: #fff;
    background-color: #89b458;
    border-color: #89b458
}

    .alert-darken-success hr {
        border-top-color: #7ca74b
    }

    .alert-darken-success .alert-link {
        color: #e6e6e6
    }

.alert-darken-info {
    color: #fff;
    background-color: #60c0ff;
    border-color: #60c0ff
}

    .alert-darken-info hr {
        border-top-color: #47b6ff
    }

    .alert-darken-info .alert-link {
        color: #e6e6e6
    }

.alert-darken-warning {
    color: #fff;
    background-color: #fba46a;
    border-color: #fba46a
}

    .alert-darken-warning hr {
        border-top-color: #fa9551
    }

    .alert-darken-warning .alert-link {
        color: #e6e6e6
    }

.alert-darken-danger {
    color: #fff;
    background-color: #e66262;
    border-color: #e66262
}

    .alert-darken-danger hr {
        border-top-color: #e24c4c
    }

    .alert-darken-danger .alert-link {
        color: #e6e6e6
    }

.alert-darken-light {
    color: #fff;
    background-color: #edecee;
    border-color: #edecee
}

    .alert-darken-light hr {
        border-top-color: #e0dfe2
    }

    .alert-darken-light .alert-link {
        color: #e6e6e6
    }

.alert-darken-dark {
    color: #fff;
    background-color: #3b3c3e;
    border-color: #3b3c3e
}

    .alert-darken-dark hr {
        border-top-color: #2f2f31
    }

    .alert-darken-dark .alert-link {
        color: #e6e6e6
    }

.alert-darken-purple {
    color: #fff;
    background-color: #6a62e6;
    border-color: #6a62e6
}

    .alert-darken-purple hr {
        border-top-color: #554ce2
    }

    .alert-darken-purple .alert-link {
        color: #e6e6e6
    }

.avatar {
    border-radius: 4px;
    width: 6.25rem;
    height: 6.25rem
}

.avatar-thumbnail {
    padding: 5px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    transition: all 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .avatar-thumbnail {
        transition: none
    }
}

.avatar-thumbnail.position-absolute {
    z-index: 1;
    margin-top: -30px
}

.avatar-thumbnail.avatar-md,
.avatar-thumbnail.avatar-sm,
.avatar-thumbnail.avatar-xs {
    padding: 3.25px
}

.avatar-tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4;
    transition: all 0.2s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .avatar-tile {
        transition: none
    }
}

.avatar-tile img {
    margin-right: 13px;
    border-radius: 4px;
    width: 3.125rem;
    height: 3.125rem
}

.avatar-tile:hover {
    color: inherit
}

.avatar-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-width: 15rem;
    padding: 5px 5px 5px 25px;
    text-align: left;
    background-color: #fff;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-left: 3px solid #2575dc;
    border-radius: 50px
}

    .avatar-card img {
        margin-left: auto;
        border-radius: 50%;
        transition: all 0.2s ease-in-out;
        width: 4.0625rem;
        height: 4.0625rem
    }

@media screen and (prefers-reduced-motion: reduce) {
    .avatar-card img {
        transition: none
    }
}

.avatar-card .avatar-title {
    font-size: 17px;
    font-weight: 500
}

.avatar-card .avatar-text {
    margin: 0;
    font-size: .9375rem
}

.avatar-card:hover {
    border-color: #2575dc
}

    .avatar-card:hover img {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

.avatar-stack {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .avatar-stack .avatar {
        position: relative;
        z-index: 2;
        margin-left: -16px;
        cursor: pointer;
        border-radius: 50%;
        width: 30px;
        height: 30px
    }

        .avatar-stack .avatar:first-child {
            margin: 0
        }

    .avatar-stack .avatar-text {
        margin-left: 10px
    }

        .avatar-stack .avatar-text a {
            display: inline-block;
            float: none;
            margin: 0;
            font-weight: 700;
            color: rgba(0, 0, 0, 0.65)
        }

            .avatar-stack .avatar-text a:hover {
                color: #2575dc
            }

.avatar-badge {
    position: relative;
    width: 4.0625rem;
    height: 4.0625rem
}

    .avatar-badge img {
        border-radius: 50%
    }

    .avatar-badge .badge {
        position: absolute;
        right: 0;
        bottom: -3px;
        z-index: 1;
        display: inline-block;
        width: 24px;
        height: 24px;
        padding: 6px;
        border-radius: 50%;
        box-shadow: 0 0 0 2px #fff
    }

        .avatar-badge .badge:empty {
            right: 5px;
            bottom: 2px;
            width: auto;
            height: auto
        }

    .avatar-badge.transparent .badge {
        box-shadow: 0 0 0 2px #fafafa
    }

    .avatar-badge.avatar-sm .badge:empty {
        right: 4px;
        bottom: 0
    }

    .avatar-badge.avatar-change {
        width: 5.5rem;
        height: 5.5rem
    }

        .avatar-badge.avatar-change .badge:empty {
            right: 10px;
            bottom: 5px
        }

.avatar-xl {
    width: 12.5rem;
    height: 12.5rem
}

.avatar-lg {
    width: 9.375rem;
    height: 9.375rem
}

.avatar-md {
    width: 4.0625rem;
    height: 4.0625rem
}

.avatar-sm {
    width: 3.125rem;
    height: 3.125rem
}

.avatar-xs {
    width: 2.5rem;
    height: 2.5rem
}

.is-sticky .avatar-tile {
    bottom: 6px !important
}

.is-sticky .avatar-thumbnail {
    margin-top: -300px
}

.nav-list {
    margin: 0 -5px
}

    .nav-list .nav-link {
        padding: 19px 7px;
        margin: 0 5px;
        transition: all 0.2s ease-in-out
    }

@media screen and (prefers-reduced-motion: reduce) {
    .nav-list .nav-link {
        transition: none
    }
}

.nav-list .nav-link:hover,
.nav-list .nav-link:active,
.nav-list .nav-link:focus,
.nav-list .nav-link.active {
    font-weight: 500;
    color: #2575dc;
    box-shadow: 0 3px 0 0 #2575dc
}

.nav-list .nav-link.active {
    font-weight: 500
}

@media (max-width: 991.98px) {
    .nav-list .nav-link {
        padding: 15px 12px;
        margin: 0
    }
}

.nav-list .dropdown-toggle::after {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 8px;
    font-size: 10px;
    content: "\E006"
}

.nav-list.nav-light {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8)
}

    .nav-list.nav-light .nav-link:hover,
    .nav-list.nav-light .nav-link:active,
    .nav-list.nav-light .nav-link:focus,
    .nav-list.nav-light .nav-link.active {
        color: #fff;
        box-shadow: none !important
    }

    .nav-list.nav-light .nav-link:focus,
    .nav-list.nav-light .nav-link:hover {
        font-weight: 300
    }

.nav-tabs .nav-link {
    border-top: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 0;
    border-left: 0;
    border-radius: 0
}

    .nav-tabs .nav-link:hover {
        color: inherit;
        background-color: rgba(255, 255, 255, 0.3);
        border-right: 1px solid rgba(0, 0, 0, 0.07)
    }

    .nav-tabs .nav-link i {
        float: left;
        margin-top: 3px;
        margin-right: 10px
    }

    .nav-tabs .nav-link:active,
    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link.active {
        font-weight: 500;
        background-color: #fff;
        border-left-color: transparent
    }

.nav-list-profile {
    padding-left: 20px
}

@media (max-width: 991.98px) {
    .nav-list-profile {
        padding-left: 0
    }
}

.nav-profile .avatar-fixed {
    position: relative;
    width: 200px;
    height: 100%;
    overflow: hidden
}

.nav-profile .avatar-tile {
    position: absolute;
    bottom: -50px
}

.nav-bottom {
    position: fixed;
    bottom: 0;
    z-index: 3;
    display: block;
    width: 100%;
    padding: 0;
    background-color: #09313e;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
}

    .nav-bottom .nav {
        display: block
    }

    .nav-bottom .nav-item {
        display: inline-block;
        padding: 0
    }

        .nav-bottom .nav-item:last-child .nav-link {
            border-bottom: 0
        }

    .nav-bottom .nav-link {
        padding: 12px 13px;
        font-size: .875rem;
        color: #d2d2d2;
        border-right: 1px solid rgba(255, 255, 255, 0.05)
    }

        .nav-bottom .nav-link:hover,
        .nav-bottom .nav-link:focus {
            color: #fff
        }

    .nav-bottom .badge {
        float: right;
        padding: 4px 5px;
        margin-top: 1px;
        margin-left: 10px;
        font-size: 11px;
        font-weight: 500
    }

    .nav-bottom .nav-divider {
        margin-top: 10px;
        margin-bottom: 20px
    }

.nav-bottom-scroll {
    height: auto
}

    .nav-bottom-scroll .nav {
        overflow-x: auto;
        white-space: nowrap
    }

@media (max-width: 991.98px) {
    .nav-scroll {
        height: 54px;
        margin: 0 -15px;
        overflow: hidden
    }

        .nav-scroll .nav-list {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            padding-right: 15px;
            padding-bottom: 2rem;
            padding-left: 15px;
            overflow-x: auto;
            white-space: nowrap
        }

            .nav-scroll .nav-list .nav-link.active {
                box-shadow: inset 0 -3px 0 0 #2575dc
            }

            .nav-scroll .nav-list.nav-light {
                padding: 0 20px
            }

    .nav-tab-scroll {
        height: 45px;
        overflow: hidden
    }

        .nav-tab-scroll .nav {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            padding-bottom: 1px;
            overflow-x: auto;
            white-space: nowrap
        }

        .nav-tab-scroll .nav-tabs {
            border: 0;
            box-shadow: inset 0 -1px 0 0 #dee2e6
        }

        .nav-tab-scroll .nav-item {
            display: -ms-flexbox;
            display: flex;
            white-space: nowrap
        }
}

.navbar-nav .nav-link {
    position: relative;
    font-weight: 500
}

    .navbar-nav .nav-link .badge {
        position: absolute;
        top: 1px;
        right: 0
    }

        .navbar-nav .nav-link .badge:empty {
            display: inline-block;
            width: 11px;
            height: 11px;
            padding: 0;
            border-radius: 50%
        }

@media (max-width: 991.98px) {
    .navbar-nav .nav-link .badge {
        top: 5px
    }
}

.navbar-nav .dropdown {
    display: block
}

.navbar-nav .dropdown-toggle {
    padding-right: 0
}

    .navbar-nav .dropdown-toggle::after {
        float: none;
        width: auto;
        height: auto;
        margin-left: 5px;
        font-family: "nucleo";
        font-size: 8px;
        vertical-align: 2px;
        content: "\E006";
        border: 0
    }

.navbar-nav .dropdown-menu {
    min-width: 10.625rem;
    background-color: #000000;
    border: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0
}

    .navbar-nav .dropdown-menu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -9px;
        margin-left: -1px;
        border-radius: 0
    }

@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu .dropdown-menu {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        background-color: transparent
    }
}

.navbar-nav .dropdown-menu > .dropdown:hover > .dropdown-menu {
    display: inline-block
}

.navbar-nav .dropdown-menu > li {
    position: relative
}

    .navbar-nav .dropdown-menu > li:hover > .dropdown-menu {
        display: block
    }

    .navbar-nav .dropdown-menu > li:hover > .dropdown-item {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.2)
    }

.navbar-nav .dropdown-menu .show > .dropdown-item {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(0, 0, 0, 0.2)
}

@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu .show > .dropdown-item {
        background-color: transparent
    }
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-size: .9375rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6)
}

    .navbar-nav .dropdown-menu .dropdown-item:focus,
    .navbar-nav .dropdown-menu .dropdown-item:active,
    .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: rgba(255, 255, 255, 0.9);
        background-color: rgba(0, 0, 0, 0.2)
    }

@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu .dropdown-item {
        padding: .5rem .75rem;
        border-top: 1px solid rgba(255, 255, 255, 0.02)
    }

        .navbar-nav .dropdown-menu .dropdown-item:focus,
        .navbar-nav .dropdown-menu .dropdown-item:active,
        .navbar-nav .dropdown-menu .dropdown-item:hover {
            background-color: rgba(255, 255, 255, 0.01)
        }
}

.navbar-nav .dropdown-menu .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.05)
}

@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu .dropdown-divider {
        display: none
    }
}

.navbar-nav .dropdown-lg .dropdown-menu {
    padding-top: 15px;
    padding-bottom: 30px;
    overflow: hidden
}

.navbar-nav .dropdown-lg .dropdown-title {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: .75rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.navbar-nav .dropdown-lg .dropdown-item {
    padding-right: 0;
    padding-left: 0
}

    .navbar-nav .dropdown-lg .dropdown-item i {
        width: 20px;
        text-align: center
    }

    .navbar-nav .dropdown-lg .dropdown-item:focus,
    .navbar-nav .dropdown-lg .dropdown-item:active,
    .navbar-nav .dropdown-lg .dropdown-item:hover {
        background-color: transparent
    }

.navbar-nav .dropdown-cart .dropdown-menu,
.navbar-nav .dropdown-notification .dropdown-menu {
    margin-top: 7px
}

@media (max-width: 991.98px) {
    .navbar-nav .dropdown-cart .dropdown-menu,
    .navbar-nav .dropdown-notification .dropdown-menu {
        margin-top: -1px
    }
}

.navbar-nav .dropdown-promo {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 31.25rem;
    overflow: hidden
}

    .navbar-nav .dropdown-promo .btn {
        position: absolute;
        right: 135px;
        bottom: 50px
    }

    .navbar-nav .dropdown-promo svg {
        position: absolute
    }

        .navbar-nav .dropdown-promo svg path {
            fill: #09313e
        }

    .navbar-nav .dropdown-promo img {
        width: 700px;
        max-width: inherit;
        margin: 0 0 0 -70px
    }

@media (min-width: 1700px) {
    .navbar-nav .dropdown-promo {
        display: block
    }
}

.navbar-nav .dropdown-carousel .dropdown-menu {
    padding-top: 0;
    padding-bottom: 10px;
    box-shadow: none
}

@media (max-width: 991.98px) {
    .navbar-nav .dropdown-carousel .dropdown-menu {
        padding-bottom: 0
    }
}

.navbar-nav .dropdown-carousel .dropdown-title {
    margin: 0;
    font-weight: 400;
    text-transform: inherit
}

.navbar-nav .dropdown-carousel .dropdown-item {
    position: relative;
    display: block;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover
}

    .navbar-nav .dropdown-carousel .dropdown-item img {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%
    }

    .navbar-nav .dropdown-carousel .dropdown-item .dropdown-title {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        float: left;
        padding: 8px 12px 5px 0;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 500;
        background-color: #09313e
    }

@media (max-width: 991.98px) {
    .navbar-nav .dropdown-carousel .dropdown-item .dropdown-title {
        padding-bottom: 10px;
        padding-left: 12px
    }
}

@media (max-width: 991.98px) {
    .navbar-nav .dropdown-carousel .dropdown-item {
        height: 270px
    }
}

@media (max-width: 991.98px) {
    .navbar-nav .dropdown-carousel .container-fluid {
        padding: 0 !important
    }
}

.navbar-brand {
    font-weight: 700
}

.navbar-search {
    position: fixed;
    top: -60px;
    left: 0;
    z-index: -1;
    width: 100%;
    padding-bottom: 10px;
    background-color: #09313e;
    transition: all 0.2s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .navbar-search {
        transition: none
    }
}

.navbar-search .container {
    position: relative
}

.navbar-search.active {
    top: 60px
}

@media (max-width: 991.98px) {
    .navbar-search.active {
        top: 52px
    }
}

.navbar-search .form-control {
    border-color: transparent
}

    .navbar-search .form-control:focus {
        border-color: transparent;
        box-shadow: none
    }

.navbar-search .search-close {
    position: absolute;
    top: 0;
    right: 15px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer
}

    .navbar-search .search-close:hover {
        color: #333
    }

.fixed-navbar {
    padding-top: 60px
}

    .fixed-navbar .site-header {
        position: fixed;
        top: 0;
        z-index: 8;
        width: 100%
    }

    .fixed-navbar .anchor {
        padding-top: 100px;
        margin-top: -100px
    }

@media (max-width: 991.98px) {
    .fixed-navbar {
        padding-top: 52px
    }

        .fixed-navbar .anchor {
            padding-top: 0;
            margin-top: 0
        }
}

.fixed-nav-bottom {
    padding-top: 96px
}

    .fixed-nav-bottom .anchor {
        padding-top: 150px;
        margin-top: -150px
    }

.navbar-expand-lg .dropdown-lg {
    position: static
}

    .navbar-expand-lg .dropdown-lg .container-fluid {
        padding-right: 8px;
        padding-left: 8px
    }

    .navbar-expand-lg .dropdown-lg .dropdown-menu {
        display: block;
        width: 100%;
        margin: 0;
        visibility: hidden;
        border: 0
    }

        .navbar-expand-lg .dropdown-lg .dropdown-menu.show {
            height: auto;
            visibility: visible
        }

@media (max-width: 991.98px) {
    .navbar-expand-lg .dropdown-lg .dropdown-menu {
        display: none;
        visibility: hidden
    }

        .navbar-expand-lg .dropdown-lg .dropdown-menu.show {
            display: block;
            overflow: auto;
            visibility: visible
        }

        .navbar-expand-lg .dropdown-lg .dropdown-menu .dropdown-item {
            padding: .4rem 0;
            border: 0
        }
}

.navbar-expand-lg .dropdown-lg .owl-hide .owl-stage {
    transition: none !important
}

@media screen and (prefers-reduced-motion: reduce) {
    .navbar-expand-lg .dropdown-lg .owl-hide .owl-stage {
        transition: none
    }
}

@media (max-width: 991.98px) {
    .navbar {
        height: 52px;
        padding: .25rem 0
    }

        .navbar .avatar-xs {
            width: 2.125rem;
            height: 2.125rem
        }

    .navbar-toggler {
        z-index: 2;
        height: 52px;
        border-right: 1px solid rgba(255, 255, 255, 0.03)
    }

    .navbar-brand {
        position: absolute;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 1.375rem;
        text-align: center
    }

    .navbar-search .container {
        padding: 0 10px
    }

    .navbar-search .search-close {
        right: 10px
    }

    .navbar-expand-lg .dropdown-carousel .dropdown-menu.show {
        height: inherit
    }

    .navbar-right {
        padding-right: .5rem
    }

        .navbar-right .nav-link {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            height: 52px;
            padding-right: 7px;
            padding-left: 7px
        }

        .navbar-right .dropdown-menu {
            position: absolute;
            padding: 0;
            margin-top: 0
        }

    .navbar-collapse {
        position: absolute;
        top: 52px;
        display: block;
        width: 100%;
        overflow: auto
    }

        .navbar-collapse.collapse.show {
            height: 100vh;
            padding-bottom: 52px
        }

        .navbar-collapse .navbar-nav {
            background-color: #09313e;
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1)
        }

        .navbar-collapse .nav-item .nav-link {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            padding: 12px 17px 12px 13px !important;
            border-top: 1px solid rgba(255, 255, 255, 0.03)
        }

        .navbar-collapse .nav-item:last-child .nav-link {
            padding-right: .75rem
        }

        .navbar-collapse .dropdown.show .nav-link,
        .navbar-collapse .dropdown .show {
            background-color: rgba(0, 0, 0, 0.08)
        }

        .navbar-collapse .dropdown-toggle::after {
            margin-left: auto
        }

        .navbar-collapse .dropdown .dropdown.show {
            background-color: rgba(255, 255, 255, 0.01) !important
        }

        .navbar-collapse .dropdown-menu {
            padding-top: 0;
            padding-bottom: 10px;
            margin: 0;
            box-shadow: none
        }
}

@media (max-width: 380px) {
    .navbar-brand {
        width: auto;
        padding-left: 50px;
        font-size: 1.325rem;
        text-align: left
    }
}

.notify {
    position: fixed;
    top: 6px;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 20px
}

    .notify .alert {
        display: inline-block
    }

.notify-left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.notify-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.notify-bottom {
    top: auto;
    bottom: 10px
}

.notify-bottom-left {
    top: auto;
    bottom: 10px;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.notify-bottom-right {
    top: auto;
    bottom: 10px;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.site-footer {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 55px 0 0;
    font-size: .9375rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.45)
}

@media (max-width: 575.98px) {
    .site-footer {
        padding: 35px 5px 0
    }
}

.site-footer.bg-dark label,
.site-footer.bg-dark p,
.site-footer.bg-dark a {
    color: rgba(255, 255, 255, 0.45)
}

    .site-footer.bg-dark a:hover {
        color: #fff
    }

.site-footer .custom-control-label::after,
.site-footer .custom-control-label::before {
    top: 1px
}

.site-footer .footer-title {
    margin-bottom: 20px;
    font-size: .875rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

@media (max-width: 575.98px) {
    .site-footer .footer-title {
        margin-bottom: 13px
    }
}

.footer-tags a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 8px 0;
    font-size: .9375rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px
}

    .footer-tags a:hover {
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.02)
    }

@media (max-width: 575.98px) {
    .footer-tags a {
        margin: 8px 2px 0 0
    }
}

.footer-social {
    margin: 0 -.45rem
}

    .footer-social a {
        display: inline-block;
        padding: 0 .45rem;
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.8);
        text-align: center
    }

@media (max-width: 767.98px) {
    .footer-social {
        padding-top: 25px;
        padding-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08)
    }

        .footer-social a {
            color: rgba(255, 255, 255, 0.9) !important
        }
}

.footer-bottom {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 55px;
    border-top: 1px solid rgba(255, 255, 255, 0.05)
}

@media (max-width: 767.98px) {
    .footer-bottom {
        margin-top: 0;
        border: 0
    }
}

.footer-links > a {
    display: inline-block;
    margin: 0 15px 13px 0;
    color: #fff
}

    .footer-links > a:hover {
        text-decoration: underline
    }

@media (max-width: 991.98px) {
    .footer-copyright {
        text-align: center
    }
}

.sticky-footer .site-content {
    padding-bottom: 415px
}

.sticky-footer .site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 415px
}

.custom-control-label {
    display: block
}

    .custom-control-label::before {
        top: 1.5px;
        left: -30px;
        width: 20px;
        height: 20px;
        background-color: #fff;
        border: 1px solid #d4d4d4;
        box-shadow: none !important;
        transition: none
    }

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before {
        transition: none
    }
}

.custom-control-label::after {
    top: 1.5px;
    left: -30px;
    width: 20px;
    height: 20px
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #2575dc
}

.custom-control {
    padding-left: 1.875rem
}

.form-control-lg {
    font-size: 18px
}

.form-box {
    overflow: auto
}

.custom-file-btn {
    width: auto;
    height: auto;
    cursor: pointer
}

    .custom-file-btn .custom-file-input {
        width: auto;
        height: auto;
        cursor: pointer
    }

    .custom-file-btn .custom-file-label {
        height: auto;
        padding: 0;
        margin: 0;
        cursor: pointer;
        background: none;
        border: none
    }

        .custom-file-btn .custom-file-label::after {
            display: none
        }

.form-control-inline {
    min-width: 25rem
}

@media (max-width: 1199.98px) {
    .form-control-inline {
        min-width: 2rem
    }
}

@media (max-width: 991.98px) {
    .form-control-inline {
        min-width: auto
    }
}

@media (max-width: 767.98px) {
    .form-inline .input-group {
        width: 100%
    }
}

.dropload {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 180px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    cursor: pointer;
    border: 1px dashed rgba(0, 0, 0, 0.2)
}

    .dropload:hover {
        border: 1px dashed rgba(0, 0, 0, 0.3)
    }

    .dropload i {
        margin-top: 23px;
        margin-bottom: 10px;
        font-size: 32px;
        color: rgba(0, 0, 0, 0.3)
    }

.dropload-text {
    display: block;
    font-weight: 500
}

.post {
    padding-bottom: 35px;
    margin-bottom: 40px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.12)
}

.post-title {
    font-weight: 700
}

@media (max-width: 991.98px) {
    .post-title {
        font-size: 1.5rem
    }
}

.post-thumbnail {
    margin-bottom: 20px
}

    .post-thumbnail .owl-carousel .owl-dots {
        bottom: 20px
    }

.post p:last-child {
    margin: 0
}

.post-header-author {
    display: -ms-flexbox;
    display: flex
}

    .post-header-author img {
        width: 68px;
        height: 68px;
        margin-right: 15px;
        border-radius: 50%
    }

@media (max-width: 991.98px) {
    .post-header-author img {
        display: none
    }
}

.post-meta {
    margin-bottom: 20px;
    color: #717275
}

.post-meta-item {
    white-space: nowrap
}

    .post-meta-item::after {
        display: inline-block;
        margin: 0 6px;
        content: "\2022"
    }

    .post-meta-item:last-child::after {
        display: none
    }

    .post-meta-item i {
        margin-right: 5px
    }

.post-single {
    margin-bottom: 20px;
    border: 0
}

    .post-single .post-header-align {
        margin-left: -85px
    }

    .post-single .post-thumbnail,
    .post-single .blockquote {
        margin-right: -95px;
        margin-left: -95px
    }

@media (max-width: 991.98px) {
    .post-single .post-thumbnail,
    .post-single .blockquote {
        margin: 0 -15px
    }
}

.post-single .post-thumbnail {
    margin-bottom: 30px
}

@media (max-width: 991.98px) {
    .post-single .post-thumbnail {
        margin-bottom: 20px
    }
}

.post-single .post-body ul,
.post-single .post-body .blockquote {
    margin-bottom: 30px
}

.post-single .post-body .blockquote {
    margin-top: 30px
}

.post-single .post-body p > a {
    color: #2575dc;
    text-decoration: underline
}

    .post-single .post-body p > a:hover {
        color: #2069c7
    }

@media (max-width: 991.98px) {
    .post-single {
        padding-bottom: 20px;
        margin-bottom: 0
    }

        .post-single .post-title {
            font-size: 1.5rem
        }

        .post-single .post-body,
        .post-single .post-header {
            padding: 0 .25rem
        }

        .post-single .blockquote {
            margin: 0 -19px
        }
}

.post-medium {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 25px
}

    .post-medium .post-meta {
        margin-bottom: 15px
    }

    .post-medium .post-thumbnail {
        position: relative;
        width: 30%;
        min-height: 200px;
        margin-bottom: 0;
        position: relative;
        display: block;
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: cover;
        border-radius: 0
    }

        .post-medium .post-thumbnail img {
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            width: 100%;
            height: 100%
        }

    .post-medium .post-body {
        width: 75%;
        padding-left: 20px
    }

@media (max-width: 767.98px) {
    .post-medium {
        display: block
    }

        .post-medium .post-thumbnail {
            display: block;
            width: 100% !important;
            margin-bottom: 20px
        }

        .post-medium .post-body {
            width: 100%;
            padding-left: 0
        }
}

.post-review .post-thumbnail {
    width: 22%
}

    .post-review .post-thumbnail img {
        position: inherit
    }

.post-review .post-body {
    width: 78%
}

@media (max-width: 991.98px) {
    .post-review .post-body {
        width: 100%
    }
}

.post-review .badge {
    padding: 5px 13px;
    font-size: .875rem;
    border-radius: 30px
}

.tags a {
    display: inline-block;
    padding: 5px 8px;
    margin-right: 2px;
    font-size: .875rem;
    font-weight: 500;
    color: #2069c7;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px
}

    .tags a:hover {
        color: inherit;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08)
    }

@media (max-width: 991.98px) {
    .tags a {
        margin-bottom: 8px
    }
}

.tags-secondary a {
    color: inherit;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.tags-sm a {
    font-size: 13px
}

.list-group-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: .9375rem;
    font-weight: 500
}

    .list-group-item:hover {
        color: #59595f;
        background-color: #fafafa;
        border-color: rgba(0, 0, 0, 0.05)
    }

    .list-group-item > i {
        margin-right: 10px
    }

    .list-group-item .badge {
        padding: 5px 7px;
        margin-left: auto
    }

.list-group-lg .list-group-item {
    padding-top: 15px;
    padding-bottom: 15px
}

.list-group-posts .list-group-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    padding: 12px 0;
    background-color: transparent;
    border-style: dashed;
    border-width: 0 0 1px
}

    .list-group-posts .list-group-item:first-child {
        padding-top: 0
    }

.list-group-posts .list-group-item-meta {
    font-size: .875rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.58)
}

.list-group-posts .list-group-item-img {
    width: 150px;
    height: 100px;
    margin-right: 10px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    border-radius: 0
}

    .list-group-posts .list-group-item-img img {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%
    }

.list-group-posts.list-group-lg .list-group-item-img {
    width: 200px;
    height: 110px
}

.list-group-posts.list-group-sm .list-group-item-img {
    width: 100px;
    height: 80px
}

.star i {
    margin-right: 2px;
    line-height: inherit
}

.star .text-muted {
    color: #d0d0d0
}

.star-group {
    float: left
}

    .star-group::after {
        display: block;
        clear: both;
        content: ""
    }

    .star-group .btn {
        float: right;
        padding: 0;
        color: #d0d0d0
    }

        .star-group .btn i {
            margin: 0
        }

        .star-group .btn:active,
        .star-group .btn.active,
        .star-group .btn:focus,
        .star-group .btn:hover {
            color: #fb9c5d
        }

            .star-group .btn:active ~ .btn,
            .star-group .btn.active ~ .btn,
            .star-group .btn:focus ~ .btn,
            .star-group .btn:hover ~ .btn {
                color: #fb9c5d
            }

.modal-header {
    background-color: #123f4e
}

.modal-title {
    font-weight: 700
}

.modal .modal-body .separator span {
    background-color: #fff
}

.modal-primary .modal-header {
    background-color: #2575dc
}

.modal-primary .modal-title {
    color: #fff
}

.modal-primary .close {
    text-shadow: none
}

.modal-secondary .modal-header {
    background-color: #67646b
}

.modal-secondary .modal-title {
    color: #fff
}

.modal-secondary .close {
    text-shadow: none
}

.modal-success .modal-header {
    background-color: #7fad4a
}

.modal-success .modal-title {
    color: #fff
}

.modal-success .close {
    text-shadow: none
}

.modal-info .modal-header {
    background-color: #52baff
}

.modal-info .modal-title {
    color: #fff
}

.modal-info .close {
    text-shadow: none
}

.modal-warning .modal-header {
    background-color: #fb9c5d
}

.modal-warning .modal-title {
    color: #fff
}

.modal-warning .close {
    text-shadow: none
}

.modal-danger .modal-header {
    background-color: #e45454
}

.modal-danger .modal-title {
    color: #fff
}

.modal-danger .close {
    text-shadow: none
}

.modal-light .modal-header {
    background-color: #ebeaec
}

.modal-light .modal-title {
    color: #fff
}

.modal-light .close {
    text-shadow: none
}

.modal-dark .modal-header {
    background-color: #09313e
}

.modal-dark .modal-title {
    color: #fff
}

.modal-dark .close {
    text-shadow: none
}

.modal-purple .modal-header {
    background-color: #5d54e4
}

.modal-purple .modal-title {
    color: #fff
}

.modal-purple .close {
    text-shadow: none
}

.product-carousel {
    padding: 10px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px
}

@media (max-width: 991.98px) {
    .product-carousel {
        padding: 0;
        background-color: transparent;
        border: 0;
        border-radius: 0
    }
}

.product-img {
    min-height: 600px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    border-radius: 0
}

    .product-img img {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%
    }

    .product-img img {
        border-radius: 6px
    }

@media (max-width: 991.98px) {
    .product-img {
        min-height: 400px
    }

        .product-img img {
            border-radius: 0
        }
}

@media (max-width: 991.98px) {
    .product {
        margin: 0 -15px
    }
}

@media (max-width: 991.98px) {
    .product-filter {
        position: fixed;
        top: 0;
        right: -300px;
        z-index: 9;
        width: 300px;
        height: 100vh;
        padding-bottom: 20px;
        overflow: auto;
        background-color: #fff;
        display: block !important;
        border-left: 1px solid rgba(0, 0, 0, 0.08);
        transition: 0.2s ease-in-out all
    }
}

@media screen and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .product-filter {
        transition: none
    }
}

@media (max-width: 991.98px) {
    .toggle-filter .toggle-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 8;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6)
    }

    .toggle-filter .product-filter {
        right: 0
    }
}

.promo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    color: #fff;
    text-align: center
}

.promo-title {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    color: #fff
}

@media (max-width: 991.98px) {
    .promo-title {
        display: block
    }
}

@media (max-width: 991.98px) {
    .promo {
        display: block
    }
}

.promo-left {
    -ms-flex-pack: start;
    justify-content: start;
    text-align: left
}

.progress {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-lg {
    height: 14px
}

.progress-sm {
    height: 8px
}

.progress-text {
    display: -ms-flexbox;
    display: flex
}

    .progress-text p {
        margin-bottom: .5rem
    }

.embed {
    background-color: #09313e
}

.embed-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-icon i,
.embed::after {
    position: relative;
    z-index: 3;
    display: inline-block;
    width: 5.625rem;
    height: 5.625rem;
    font-family: "nucleo";
    font-size: 28px;
    line-height: 5.625rem;
    color: #343336;
    text-align: center;
    cursor: pointer;
    content: "\E03F";
    background-color: #fff;
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transition: all 0.2s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .embed-icon i,
    .embed::after {
        transition: none
    }
}

@media (max-width: 575.98px) {
    .embed-icon i,
    .embed::after {
        width: 5.11364rem;
        height: 5.11364rem;
        font-size: 25px;
        line-height: 5.11364rem
    }
}

.embed-icon:hover i,
.embed:hover::after {
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
    opacity: .85
}

.embed.play::after {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.embed-title {
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 3;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #09313e;
    border-left: 3px solid #2575dc;
    border-radius: 30px
}

@media (max-width: 575.98px) {
    .embed-title {
        display: none
    }
}

.embed-responsive {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.embed-length {
    position: absolute;
    right: 30px;
    bottom: 25px;
    z-index: 3;
    display: inline-block;
    padding: 6px 10px;
    font-size: .9375rem;
    color: #fff;
    background-color: #09313e;
    border-radius: 30px
}

.embed-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center
}

    .embed-icon i::before {
        margin-right: -2px
    }

    .embed-icon i-dark i {
        color: #fff;
        background-color: #1e1e20
    }

.embed-icon-dark::after {
    color: #fff;
    background-color: #1e1e20
}

.embed-player .embed-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center
}

    .embed-player .embed-icon i {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 75px;
        height: 75px;
        font-size: 22px;
        color: #343336;
        cursor: pointer;
        background-color: #fff;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
        border-radius: 50%
    }

@media screen and (prefers-reduced-motion: reduce) {
    .embed-player .embed-icon i {
        transition: none
    }
}

.embed-player .embed-icon i::before {
    margin-right: -2px
}

.embed-player .embed-icon i:hover {
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
    opacity: .85
}

.embed-player .embed-icon-dark i {
    color: #fff;
    background-color: #1e1e20
}

.embed-player .embed-length {
    right: 15px;
    bottom: 15px;
    font-size: .9375rem
}

.embed-player-lg .embed-img {
    height: 600px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    border-radius: 0
}

    .embed-player-lg .embed-img img {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%
    }

.embed-player-lg .embed-icon i {
    width: 90px;
    height: 90px;
    font-size: 26px
}

.embed-action {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: -ms-flexbox;
    display: flex
}

.embed-action-item {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 9px;
    margin-left: 5px;
    font-size: .9375rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    cursor: pointer;
    background-color: #141415
}

    .embed-action-item:hover {
        color: #fff
    }

.embed-gallery::after {
    display: block;
    clear: both;
    content: ""
}

.embed-gallery .embed-image {
    float: left
}

    .embed-gallery .embed-image:first-child {
        width: 40%
    }

    .embed-gallery .embed-image:nth-child(2) {
        width: 60%
    }

        .embed-gallery .embed-image:nth-child(2) img {
            padding-left: 10px
        }

    .embed-gallery .embed-image:last-child {
        width: 100%;
        height: 370px;
        margin-top: 10px
    }

.reaction {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    margin-left: -10px
}

    .reaction svg {
        width: 34px;
        height: 34px;
        transition: -webkit-transform 0.28s ease-in-out;
        transition: transform 0.28s ease-in-out;
        transition: transform 0.28s ease-in-out, -webkit-transform 0.28s ease-in-out
    }

@media screen and (prefers-reduced-motion: reduce) {
    .reaction svg {
        transition: none
    }
}

.reaction-count {
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    margin-left: 5px;
    font-size: .875rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px
}

@media (max-width: 767.98px) {
    .reaction-count {
        padding: 4px
    }
}

.reaction-count::after,
.reaction-count::before {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    content: " ";
    border: solid transparent
}

.reaction-count::after {
    margin-top: -5px;
    border-width: 5px;
    border-right-color: #fff
}

.reaction-count::before {
    margin-top: -6px;
    border-width: 6px;
    border-right-color: #afafaf
}

.reaction .btn-link {
    padding: 0 5px
}

@media (max-width: 767.98px) {
    .reaction .btn-link {
        padding: 0 3px
    }
}

.reaction .btn-link:hover {
    color: #59595f
}

    .reaction .btn-link:hover svg {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .reaction .btn-link:hover .reaction-count {
        border: 1px solid rgba(0, 0, 0, 0.3)
    }

        .reaction .btn-link:hover .reaction-count::before {
            border-right-color: #7c7c7c
        }

@media (max-width: 575.98px) {
    .reaction {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.table thead th {
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom-width: 1px
}

.table tbody th {
    font-weight: 500
}

.table-layout-fixed {
    table-layout: fixed
}

.dataTable thead th {
    border-bottom-width: 0
}

.table-dashed {
    background-color: #f7f7f7;
    border-color: #ddd
}

    .table-dashed tfoot th,
    .table-dashed thead th {
        padding: 13px 20px;
        font-weight: 500;
        background-color: rgba(0, 0, 0, 0.03);
        border-color: #ddd;
        border-top: 0;
        border-bottom: 0
    }

    .table-dashed tbody td {
        padding: 17px 20px;
        vertical-align: middle;
        background-color: transparent;
        border-color: #d4d4d4;
        border-style: dashed
    }

    .table-dashed tr:first-child td {
        border-top-color: #ddd;
        border-top-style: solid
    }

    .table-dashed tr:last-child td {
        border-bottom-color: #ddd;
        border-bottom-style: solid
    }

    .table-dashed .table-meta {
        font-size: .9375rem
    }

    .table-dashed .table-icon {
        position: relative;
        text-align: center
    }

        .table-dashed .table-icon i {
            font-size: 24px;
            color: #5d5d63
        }

        .table-dashed .table-icon .badge {
            position: absolute;
            top: 10px;
            right: 5px;
            padding: 3px 4px
        }

    .table-dashed .table-author {
        position: relative;
        padding: 0 10px
    }

    .table-dashed .table-text {
        margin: 0;
        font-size: .9375rem;
        color: #6d6d74
    }

    .table-dashed .table-title {
        margin-bottom: 0;
        font-size: 16px;
        color: #5d5d5d
    }

    .table-dashed .table-subtitle {
        display: block;
        font-size: 16px
    }

.table.align-items-center th,
.table.align-items-center td {
    vertical-align: middle
}

.review-score {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 50%
}

    .review-score:hover {
        color: #fff
    }

.review-positive h5,
.review-negative h5 {
    margin-bottom: 15px
}

.review-positive ul,
.review-negative ul {
    position: relative;
    padding: 0 0 0 25px;
    color: rgba(255, 255, 255, 0.7);
    list-style-type: none
}

    .review-positive ul li,
    .review-negative ul li {
        margin-bottom: 5px
    }

        .review-positive ul li::before,
        .review-negative ul li::before {
            position: absolute;
            left: 0;
            font-family: "nucleo"
        }

.review-positive li::before,
.review-positive h5 {
    color: #7fad4a
}

.review-positive li::before {
    content: "\E010"
}

.review-negative li::before,
.review-negative h5 {
    color: #e45454
}

.review-negative li::before {
    content: "\E036"
}

.widget {
    margin-bottom: 45px
}

.widget-header {
    padding: 5px 10px;
    margin-bottom: 20px;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 3px solid #2575dc
}

.widget-img {
    height: 240px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    border-radius: 0
}

    .widget-img img {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%
    }

@media (max-width: 991.98px) {
    .widget {
        margin-bottom: 25px
    }

        .widget:first-child {
            margin-top: 20px
        }

        .widget:last-child {
            margin: 0
        }
}

.widget-list .media {
    padding: 12px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08)
}

.widget-list .img-cover {
    width: 100px;
    height: 80px;
    margin-right: 10px
}

    .widget-list .img-cover.img-md {
        width: 150px;
        height: 100px
    }

    .widget-list .img-cover.img-lg {
        width: 200px;
        height: 110px
    }

@media (max-width: 575.98px) {
    .widget-list .img-cover.img-lg {
        width: 150px
    }
}

.widget-video .widget-meta {
    position: absolute;
    right: 15px;
    bottom: 13px;
    z-index: 2;
    display: inline-block;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    background-color: #09313e;
    border-radius: 30px
}

.widget-gallery .widget-img {
    height: 150px;
    margin-bottom: 6px
}

.widget-game {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover
}

    .widget-game h6 {
        color: #fff
    }

    .widget-game .badge {
        padding: 7px 10px;
        border-radius: 30px
    }

    .widget-game img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        opacity: .1
    }

    .widget-game a:hover {
        color: #fff;
        text-decoration: underline
    }

    .widget-game .btn:hover {
        text-decoration: none
    }

    .widget-game .widget-title {
        margin-bottom: 0;
        font-weight: 700
    }

    .widget-game .widget-body {
        position: relative;
        z-index: 2;
        padding: 25px
    }

.widget-users .widget-body > a {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

    .widget-users .widget-body > a img {
        width: 55px;
        height: 55px;
        border-radius: 50%
    }

    .widget-users .widget-body > a .badge {
        position: absolute;
        right: 1px;
        bottom: 0;
        display: inline-block;
        padding: 5px;
        border: 2px solid #fafafa;
        border-radius: 50%
    }

.widget-users .widget-user-count {
    position: relative
}

    .widget-users .widget-user-count span {
        position: absolute;
        top: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 55px;
        height: 55px;
        font-size: .875rem;
        font-weight: 500;
        color: #fff;
        background-color: rgba(37, 117, 220, 0.85);
        border-radius: 50%
    }

.widget-secondary {
    padding: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px
}

    .widget-secondary .widget-header {
        padding: 12px 15px;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        border-left: 0
    }

    .widget-secondary .widget-body {
        padding: 15px
    }

.widget-recommends .widget-user {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15)
}

    .widget-recommends .widget-user:last-child {
        padding-bottom: 0;
        border-bottom: 0
    }

    .widget-recommends .widget-user img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        border-radius: 50%
    }

.widget-tags .tags > a {
    margin-bottom: 8px
}

.font-weight-semibold {
    font-weight: 500 !important
}

.font-weight-black {
    font-weight: 900 !important
}

.font-size-lg {
    font-size: 1.625rem !important
}

@media (max-width: 575.98px) {
    .font-size-lg {
        font-size: 1.5rem !important
    }
}

.font-size-md {
    font-size: .9375rem !important
}

.font-size-sm {
    font-size: .875rem !important
}

.font-size-xs {
    font-size: .75rem !important
}

.text-underline {
    text-decoration: underline
}

.text-dark {
    color: #434548 !important
}

.text-light {
    color: rgba(255, 255, 255, 0.7) !important
}

.text-lighten {
    color: #929498 !important
}

.no-wrap {
    white-space: nowrap !important
}

.display-0 {
    font-size: 8.75rem !important
}

.display-5 {
    font-size: 2.25rem !important
}

@media (max-width: 575.98px) {
    .display-5 {
        font-size: 1.825rem !important
    }
}

.display-6 {
    font-size: 1.925rem !important
}

.form-text {
    font-size: 85%;
    color: #666c77 !important
}

@media (max-width: 575.98px) {
    .h1,
    h1 {
        font-size: 1.5rem
    }
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.bottom {
    bottom: 0
}

.top {
    top: 0
}

.left {
    left: 0
}

.right {
    right: 0
}

.border-dashed {
    border-style: dashed;
    border-width: 1px
}

.border-bottom-dashed {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.14)
}

.border-top-dashed {
    border-top: 1px dashed rgba(0, 0, 0, 0.14)
}

.bg-darken {
    background-color: #0a0a0b !important
}

.bg-light {
    background-color: #f3f3f3 !important
}

.bg-lighten {
    background-color: #f7f7f7 !important
}

.bg-default {
    background-color: #f3f3f3
}

.bg-video {
    position: relative;
    overflow: hidden;
    background-color: #09313e
}

.bg-video-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border: 0;
    opacity: .5
}

.bg-video .container {
    position: relative;
    z-index: 3
}

.bg-video .container-fluid {
    position: absolute;
    top: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0
}

.figure {
    position: relative;
    padding: 8px;
    margin: 0 0 5px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 6px;
    transition: all 0.2s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .figure {
        transition: none
    }
}

.figure img {
    margin: 0;
    border-radius: 3px
}

.figure:hover {
    border-color: #2575dc
}

.img-cover {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    border-radius: 0
}

    .img-cover img {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%
    }

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .grayscale {
        transition: none
    }
}

.grayscale:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.img-auto {
    position: inherit !important;
    -o-object-fit: inherit !important;
    object-fit: inherit !important;
    height: auto !important
}

    .img-auto img {
        position: inherit !important;
        -o-object-fit: inherit !important;
        object-fit: inherit !important
    }

.display-title {
    margin-bottom: 35px;
    font-size: 70px;
    text-shadow: 3px 1px 0 #2575dc
}

.page-item.gap .page-link {
    background-color: transparent;
    border-color: transparent
}

.blockquote {
    padding: 25px 30px;
    color: #545454;
    background-color: #efefef
}

    .blockquote p {
        position: relative;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 500
    }

@media (max-width: 991.98px) {
    .blockquote p {
        font-size: 1rem
    }
}

.cursor-pointer {
    cursor: pointer
}

.link {
    color: #2575dc;
    text-decoration: underline
}

    .link:hover {
        text-decoration: underline
    }

mark {
    color: #56523c
}

.h-calc-100 {
    height: calc(100vh)
}

.h-0 {
    height: 0
}

.row-md {
    margin: 0 -.625rem
}

    .row-md > div {
        padding: 0 .625rem
    }

.row-xs {
    margin: 0 -.1875rem
}

    .row-xs > div {
        padding: 0 .1875rem
    }

.row-sm {
    margin: 0 -.3125rem
}

    .row-sm > div {
        padding: 0 .3125rem
    }

@media (min-width: 768px) {
    .page-lg .container {
        max-width: 1240px
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 100%
    }
}

.example .btn,
.example .badge {
    margin-bottom: 5px
}

.example .blockquote,
.example .pagination,
.example table,
.example .alert:last-child,
.example .accordion,
.example .card {
    margin-bottom: 0
}

.example .reaction {
    margin-top: 0
}

.docs-icons {
    margin: 0 -15px
}

    .docs-icons i {
        margin: 15px;
        font-size: 24px;
        color: #4d4d52
    }

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important
}

.ya-md {
    font-size: 24px
}

.ya-lg {
    font-size: 32px
}

.ya-xl {
    font-size: 48px
}

.social-links a {
    padding: 0 8px;
    color: #fff
}

.icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    font-size: 1.75rem;
    line-height: 58px !important;
    color: #2575dc;
    text-align: center;
    border: 3px solid #2575dc;
    border-radius: 50%
}

.subtitle {
    padding: 5px 15px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 3px solid #2575dc
}

    .subtitle span {
        display: block;
        margin-top: 5px;
        font-size: .9375rem;
        font-weight: 400;
        color: #7c7c84
    }

.box-shadow {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05)
}

.separator {
    position: relative;
    z-index: 1;
    margin: 15px 0;
    text-align: center
}

    .separator span {
        display: inline-block;
        padding: 0 12px;
        background-color: #fafafa
    }

        .separator span::before {
            position: absolute;
            top: 50%;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 1px;
            content: "";
            background-color: #ececec
        }

.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 575.98px) {
    .pagination .page-link {
        padding: .5rem .65rem
    }
}

.index-2 {
    z-index: 2
}

@media (max-width: 575.98px) {
    .px-xs-0 {
        padding-right: 0;
        padding-left: 0
    }
}

.opacity-1 {
    opacity: .1
}

.opacity-2 {
    opacity: .2
}

.opacity-3 {
    opacity: .3
}

.opacity-4 {
    opacity: .4
}

.opacity-5 {
    opacity: .5
}

.opacity-6 {
    opacity: .6
}

.opacity-7 {
    opacity: .7
}

.opacity-8 {
    opacity: .8
}

.opacity-9 {
    opacity: .9
}

.opacity-10 {
    opacity: 1
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.fast {
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.animate1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.animate2 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animate3 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animate4 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.animate5 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animate6 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.animate7 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.animate8 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.animate9 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.animate10 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.owl-carousel-list {
    position: relative;
    display: block
}

.owl-caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 25px;
    text-align: center
}

    .owl-caption .owl-title {
        font-size: 2.8125rem;
        font-weight: 900;
        color: #fff
    }

@media (max-width: 575.98px) {
    .owl-caption .owl-title {
        font-size: 2.325rem
    }
}

.owl-caption .owl-text {
    margin: 10px 0 50px;
    font-size: 1.125rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7)
}

@media (max-width: 575.98px) {
    .owl-caption .owl-text {
        font-size: 1rem
    }
}

@media (max-width: 991.98px) {
    .owl-caption .owl-text br {
        display: none
    }
}

.owl-caption-bottom {
    top: auto;
    bottom: 0;
    -ms-flex-pack: start;
    justify-content: start;
    height: auto;
    padding: 0 25px 0 0;
    text-align: left
}

    .owl-caption-bottom .owl-title {
        padding: 15px 20px 10px 5px;
        margin: 0;
        font-size: 1.375rem;
        font-weight: 700;
        color: #373737;
        background-color: #fafafa
    }

@media (max-width: 991.98px) {
    .owl-caption-bottom .owl-title {
        padding-left: 15px;
        font-size: 1.275rem
    }
}

.owl-height-100 {
    height: 100%;
    background-color: #313133
}

    .owl-height-100 .owl-caption-container {
        width: 50%
    }

@media (max-width: 991.98px) {
    .owl-height-100 .owl-caption-container {
        width: 100%
    }
}

.owl-height-100 img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .25
}

.owl-carousel-theme {
    position: relative
}

    .owl-carousel-theme.owl-grab {
        cursor: pointer
    }

    .owl-carousel-theme .owl-dots {
        position: absolute;
        right: 0;
        bottom: 45px;
        left: 0;
        z-index: 3;
        margin: 0 auto;
        text-align: center
    }

        .owl-carousel-theme .owl-dots .owl-dot {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: 0 5px;
            background-color: #fff;
            opacity: .5;
            border-radius: 50%;
            transition: all 0.2s ease-in-out
        }

@media screen and (prefers-reduced-motion: reduce) {
    .owl-carousel-theme .owl-dots .owl-dot {
        transition: none
    }
}

.owl-carousel-theme .owl-dots .owl-dot.active {
    opacity: 1;
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

@media (max-width: 767.98px) {
    .owl-carousel-theme .owl-dots {
        bottom: 25px
    }
}

.owl-nav button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    height: 100%;
    font-size: 0;
    color: #fff !important;
    opacity: .2
}

    .owl-nav button:hover {
        opacity: 1
    }

    .owl-nav button span {
        display: none
    }

.owl-nav .owl-prev::after,
.owl-nav .owl-next::after {
    font-family: "nucleo";
    font-size: 2.125rem
}

.owl-nav .owl-prev::after {
    content: "\E007"
}

.owl-nav .owl-next {
    right: 0;
    left: auto
}

    .owl-nav .owl-next::after {
        content: "\E008"
    }

@media (max-width: 767.98px) {
    .owl-nav {
        display: none
    }
}

.owl-img-md {
    height: 650px;
    background-color: #09313e;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    border-radius: 0
}

    .owl-img-md img {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%
    }

@media (max-width: 767.98px) {
    .owl-img-md {
        height: 500px
    }
}

.owl-width-md {
    width: 800px
}

@media (max-width: 767.98px) {
    .owl-width-md {
        width: 100%;
        margin-left: -1px
    }
}

.owl-carousel-centered .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

:root {
    --ck-color-list-button-on-background: #2575dc !important;
    --ck-color-focus-border: #2575dc !important;
    --ck-color-base-border: #d6d6d6 !important;
    --ck-color-shadow-inner: transparent !important
}

.ckeditor .ck-content {
    min-height: 160px
}

.ckeditor-lg .ck-content {
    min-height: 380px
}

@media (max-width: 991.98px) {
    .ckeditor {
        overflow: hidden
    }
}

.easypiechart {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    line-height: 110px
}

.easypiechart-text {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #fff
}

.easypiechart:hover {
    color: #fff
}

.easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.countdown {
    font-size: 30px
}

    .countdown div {
        display: inline-block;
        padding: 16px;
        margin: 0 5px;
        font-size: 20px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.55);
        background-color: #232325
    }

        .countdown div span {
            display: block;
            font-size: 40px;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.95)
        }

@media (max-width: 991.98px) {
    .countdown div {
        padding: 10px;
        margin: 0
    }
}

.noUi-handle {
    background-color: #fff;
    border: 8px solid #2575dc;
    box-shadow: none;
    border-radius: 50%
}

.noUi-target {
    background-color: #e0e0e0;
    border: 0;
    box-shadow: none;
    border-radius: 30px
}

.noUi-connect {
    background-color: #2575dc
}

.noUi-horizontal {
    height: 10px;
    margin-bottom: 30px
}

    .noUi-horizontal .noUi-handle {
        top: -8px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        outline: none
    }

        .noUi-horizontal .noUi-handle::before,
        .noUi-horizontal .noUi-handle::after {
            display: none
        }

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms
}

@media screen and (prefers-reduced-motion: reduce) {
    .lazyloaded {
        transition: none
    }
}

/*# sourceMappingURL=theme.min.css.map */

.btn-fantasy {
    background-color: #ADD8E6; /* Light Blue from the "Arcane Library" theme */
    color: #333333; /* Dark Grey for text */
    border-color: #333333; /* Dark Grey border */
    border-width: 2px; /* Add a slightly thicker border */
    border-style: solid; /* Solid border style */
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); /* Subtle text shadow for depth */
    transition: all 0.2s ease-in-out; /* Smooth hover effect */
}

    .btn-fantasy:hover {
        background-color: #C77484; /* Dusty Rose from the "Enchanted Forest" theme on hover */
        color: #FFFFFF; /* White text on hover for better contrast */
    }

.glow-on-hover {
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

    .glow-on-hover:before {
        content: '';
        background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
        position: absolute;
        top: -2px;
        left: -2px;
        background-size: 400%;
        z-index: -1;
        filter: blur(5px);
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        animation: glowing 20s linear infinite;
        opacity: 0;
        transition: opacity .3s ease-in-out;
        border-radius: 10px;
    }

    .glow-on-hover:active {
        color: #000
    }

        .glow-on-hover:active:after {
            background: transparent;
        }

    .glow-on-hover:hover:before {
        opacity: 1;
    }

    .glow-on-hover:after {
        z-index: -1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #111;
        left: 0;
        top: 0;
        border-radius: 10px;
    }

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

/*Animations*/
.animations {
    content: "";
    position: absolute;
    top: -150px;
    left: 500px;
}

.ray {
    background: url(../img/ray.png) no-repeat;
    width: 419px;
    height: 419px;
    position: absolute;
    left: 750px;
    top: 40px;
    animation: ray 14s infinite linear;
    transform: rotate(0deg);
    opacity: 0.6;
}

@keyframes ray {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rainbow {
    background: url(../img/rainbow.png) no-repeat;
    background-size: 150px 142px;
    width: 445px;
    height: 422px;
    position: absolute;
    left: 950px;
    top: 194px;
    animation: rainbow 5s infinite linear;
}

.sparks {
    position: absolute;
    width: 1200px;
    left: 0;
    top: 600px;
    z-index: 1;
}

    .sparks > div {
        position: absolute;
    }

    .sparks .spark_1 {
        background: url(../img/spark_1.png) no-repeat;
        width: 764px;
        height: 313px;
        right: -550px;
        bottom: 2000px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-animation: spark-1 4s linear infinite;
        animation: spark-1 4s linear infinite;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .sparks .spark_2 {
        background: url(../img/spark_2.png) no-repeat;
        width: 179px;
        height: 335px;
        right: -150px;
        bottom: -320px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-animation: spark-1 4s linear infinite;
        animation: spark-1 4s linear infinite;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .sparks .spark_3 {
        background: url(../img/spark_3.png) no-repeat;
        width: 128px;
        height: 165px;
        right: -280px;
        bottom: -140px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-animation: spark-3 4s linear infinite;
        animation: spark-3 4s linear infinite;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .sparks .spark-big {
        background: url(../img/spark_4.png) no-repeat;
        width: 794px;
        height: 176px;
        /* right: -600px; */
        bottom: -180px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-animation: spark-5 4s linear infinite;
        animation: spark-5 4s linear infinite;
    }

    .sparks .spark_5 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        right: 40px;
    }

.sparks_2 .spark_1 {
    background: url(../img/spark_1.png) no-repeat;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.sparks_2 .spark_2 {
    background: url(../img/spark_2.png) no-repeat;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.sparks_2 .spark_3 {
    background: url(../img/spark_3.png) no-repeat;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.sparks_2 .spark-big {
    background: url(../img/spark_4.png) no-repeat;
}

.sparks_2 .spark_5 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.sparks_2 {
    margin-left: -500px;
}


@-webkit-keyframes spark-1 {
    0% {
        bottom: -320px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    25% {
        bottom: -240px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }

    50% {
        bottom: -160px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }

    75% {
        bottom: -80px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }

    100% {
        bottom: 0px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes spark-1 {
    0% {
        bottom: -320px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    25% {
        bottom: -240px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }

    50% {
        bottom: -160px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }

    75% {
        bottom: -80px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }

    100% {
        bottom: 0px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes spark-3 {
    0% {
        bottom: -140px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    25% {
        bottom: -80px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }

    50% {
        bottom: -20px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }

    75% {
        bottom: 40px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }

    100% {
        bottom: 100px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes spark-3 {
    0% {
        bottom: -140px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    25% {
        bottom: -80px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }

    50% {
        bottom: -20px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }

    75% {
        bottom: 40px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }

    100% {
        bottom: 100px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes spark-5 {
    0% {
        bottom: -180px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    25% {
        bottom: -120px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }

    50% {
        bottom: -60px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }

    75% {
        bottom: 0px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }

    100% {
        bottom: 60px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes spark-5 {
    0% {
        bottom: -180px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    25% {
        bottom: -120px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }

    50% {
        bottom: -60px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }

    75% {
        bottom: 0px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }

    100% {
        bottom: 60px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes rainbow {
    0% {
        background: url(../img/rainbow.png) no-repeat;
        background-size: 150px 142px;
        opacity: 0;
    }

    30% {
        opacity: 0.2;
    }

    90% {
        background: url(../img/rainbow.png) no-repeat;
        background-size: 445px 422px;
        opacity: 0.2;
        left: 553px;
        top: 235px;
    }

    100% {
        background: url(../img/rainbow.png) no-repeat;
        background-size: 445px 422px;
        opacity: 0;
        left: 553px;
        top: 235px;
    }
}

@keyframes slideLeftAndRight {
    0%, 100% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }
}

/* Apply animation to the image */
.cover a img {
    position: absolute;
    animation: slideLeftAndRight 5s ease-in-out infinite; /* Adjust animation duration and timing function as needed */
}