@charset "UTF-8";

/**
    Dominion
    --------------------------------------------------------------------------

**/
/******************
[Table of contents]

1. Bootstrap
2. Font Awesome
3. Loader
4. Sections
5. Type
6. Media
7. Buttons
8. Forms
9. Custom forms
10. Footer
11. Subfooter
12. Magnific
13. Carousel
14. Popover
15. Modals
16. Cards
17. Tables
18. Countdown
19. Progress
20. Icon Sets
21. List Group
22. Go To Top
23. Widgets
25. Navigation
26. Panels
27. Nav
28. Event Table
29. Custom Demo Backgrounds
*******************/
/*------------------------------------------------------------------
[1. Bootstrap]
------------------------------------------------------------------*/
/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

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

button,
input,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button,
input,
select {
    overflow: visible;
}

button,
input,
select,
textarea {
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

@media print {
    *,
    *::before,
    *::after,
    *::first-letter,
    *::first-line {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        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;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .tag {
        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 #ddd !important;
    }
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}

html {
    font-size: 18px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Alegreya Sans";
    font-size: 1rem;
    line-height: 1.5;
    color: #333333;
    background-color: #ffffff;
}

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

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

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

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

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

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #333333;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #991d1f;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

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

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

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

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

caption {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #141428;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

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

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

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

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

textarea {
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 24px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
}

h1,
.h1 {
    font-size: 48px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 14px;
}

.lead {
    font-size: 24px;
    font-weight: 300;
}

.display-1 {
    font-size: 96px;
    font-weight: 300;
}

.display-2 {
    font-size: 60px;
    font-weight: 300;
}

.display-3 {
    font-size: 48px;
    font-weight: 300;
}

.display-4 {
    font-size: 36px;
    font-weight: 300;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(30, 69, 146, 0.8);
}

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

mark,
.mark {
    padding: 0.2em;
    background-color: #caac8e;
}

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

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

.blockquote {
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 24px;
    border-left: 0px solid transparent;
}

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

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

.blockquote-reverse {
    padding-right: 10px;
    padding-left: 0;
    text-align: right;
    border-right: 0px solid transparent;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
    content: "";
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014";
}

.img-fluid,
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.figure {
    display: inline-block;
}

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

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

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

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0px;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
}

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #373a3c;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

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

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

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

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

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

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

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

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.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-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-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-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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.col-xs {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-xs-0 {
    right: auto;
}

.pull-xs-1 {
    right: 8.3333333333%;
}

.pull-xs-2 {
    right: 16.6666666667%;
}

.pull-xs-3 {
    right: 25%;
}

.pull-xs-4 {
    right: 33.3333333333%;
}

.pull-xs-5 {
    right: 41.6666666667%;
}

.pull-xs-6 {
    right: 50%;
}

.pull-xs-7 {
    right: 58.3333333333%;
}

.pull-xs-8 {
    right: 66.6666666667%;
}

.pull-xs-9 {
    right: 75%;
}

.pull-xs-10 {
    right: 83.3333333333%;
}

.pull-xs-11 {
    right: 91.6666666667%;
}

.pull-xs-12 {
    right: 100%;
}

.push-xs-0 {
    left: auto;
}

.push-xs-1 {
    left: 8.3333333333%;
}

.push-xs-2 {
    left: 16.6666666667%;
}

.push-xs-3 {
    left: 25%;
}

.push-xs-4 {
    left: 33.3333333333%;
}

.push-xs-5 {
    left: 41.6666666667%;
}

.push-xs-6 {
    left: 50%;
}

.push-xs-7 {
    left: 58.3333333333%;
}

.push-xs-8 {
    left: 66.6666666667%;
}

.push-xs-9 {
    left: 75%;
}

.push-xs-10 {
    left: 83.3333333333%;
}

.push-xs-11 {
    left: 91.6666666667%;
}

.push-xs-12 {
    left: 100%;
}

.offset-xs-1 {
    margin-left: 8.3333333333%;
}

.offset-xs-2 {
    margin-left: 16.6666666667%;
}

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

.offset-xs-4 {
    margin-left: 33.3333333333%;
}

.offset-xs-5 {
    margin-left: 41.6666666667%;
}

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

.offset-xs-7 {
    margin-left: 58.3333333333%;
}

.offset-xs-8 {
    margin-left: 66.6666666667%;
}

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

.offset-xs-10 {
    margin-left: 83.3333333333%;
}

.offset-xs-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 544px) {
    .col-sm {
        position: relative;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.3333333333%;
    }

    .pull-sm-2 {
        right: 16.6666666667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.3333333333%;
    }

    .pull-sm-5 {
        right: 41.6666666667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.3333333333%;
    }

    .pull-sm-8 {
        right: 66.6666666667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.3333333333%;
    }

    .pull-sm-11 {
        right: 91.6666666667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.3333333333%;
    }

    .push-sm-2 {
        left: 16.6666666667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.3333333333%;
    }

    .push-sm-5 {
        left: 41.6666666667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.3333333333%;
    }

    .push-sm-8 {
        left: 66.6666666667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.3333333333%;
    }

    .push-sm-11 {
        left: 91.6666666667%;
    }

    .push-sm-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.3333333333%;
    }

    .pull-md-2 {
        right: 16.6666666667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.3333333333%;
    }

    .pull-md-5 {
        right: 41.6666666667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.3333333333%;
    }

    .pull-md-8 {
        right: 66.6666666667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.3333333333%;
    }

    .pull-md-11 {
        right: 91.6666666667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.3333333333%;
    }

    .push-md-2 {
        left: 16.6666666667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.3333333333%;
    }

    .push-md-5 {
        left: 41.6666666667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.3333333333%;
    }

    .push-md-8 {
        left: 66.6666666667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.3333333333%;
    }

    .push-md-11 {
        left: 91.6666666667%;
    }

    .push-md-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.3333333333%;
    }

    .pull-lg-2 {
        right: 16.6666666667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.3333333333%;
    }

    .pull-lg-5 {
        right: 41.6666666667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.3333333333%;
    }

    .pull-lg-8 {
        right: 66.6666666667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.3333333333%;
    }

    .pull-lg-11 {
        right: 91.6666666667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.3333333333%;
    }

    .push-lg-2 {
        left: 16.6666666667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.3333333333%;
    }

    .push-lg-5 {
        left: 41.6666666667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.3333333333%;
    }

    .push-lg-8 {
        left: 66.6666666667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.3333333333%;
    }

    .push-lg-11 {
        left: 91.6666666667%;
    }

    .push-lg-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.3333333333%;
    }

    .pull-xl-2 {
        right: 16.6666666667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.3333333333%;
    }

    .pull-xl-5 {
        right: 41.6666666667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.3333333333%;
    }

    .pull-xl-8 {
        right: 66.6666666667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.3333333333%;
    }

    .pull-xl-11 {
        right: 91.6666666667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.3333333333%;
    }

    .push-xl-2 {
        left: 16.6666666667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.3333333333%;
    }

    .push-xl-5 {
        left: 41.6666666667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.3333333333%;
    }

    .push-xl-8 {
        left: 66.6666666667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.3333333333%;
    }

    .push-xl-11 {
        left: 91.6666666667%;
    }

    .push-xl-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.table th,
.table td {
    padding: 20px;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, 0.025);
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0, 0, 0, 0.025);
}

.table tbody + tbody {
    border-top: 2px solid rgba(0, 0, 0, 0.025);
}

.table .table {
    background-color: #ffffff;
}

.table-sm th,
.table-sm td {
    padding: 10;
}

.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.025);
}

.table-bordered th,
.table-bordered td {
    border: 1px solid rgba(0, 0, 0, 0.025);
}

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(222, 222, 222, 0.6);
}

.table-hover tbody tr:hover {
    background-color: rgba(222, 222, 222, 0.4);
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: red;
}

.table-hover .table-active:hover {
    background-color: #e60000;
}

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

.table-success,
.table-success > th,
.table-success > td {
    background-color: rgba(153, 29, 31, 0.9);
}

.table-hover .table-success:hover {
    background-color: rgba(0, 128, 128, 0.9);
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: rgba(0, 128, 128, 0.9);
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #9eb9c0;
}

.table-hover .table-info:hover {
    background-color: #8faeb6;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #8faeb6;
}

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

.table-hover .table-warning:hover {
    background-color: #c29f7d;
}

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

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

.table-hover .table-danger:hover {
    background-color: #a2595b;
}

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

.thead-inverse th {
    color: #fff;
    background-color: #373a3c;
}

.thead-default th {
    color: #55595c;
    background-color: #eceeef;
}

.table-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #55595c;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: auto;
}

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid rgba(0, 0, 0, 0.025);
    border-left: 1px solid rgba(0, 0, 0, 0.025);
}

.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.025);
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}

.table-reflow tr {
    float: left;
}

.table-reflow tr th,
.table-reflow tr td {
    display: block !important;
    border: 1px solid rgba(0, 0, 0, 0.025);
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 1rem;
    line-height: 1.25;
    color: #333333;
    background-color: #fdf5f1;
    background-image: none;
    background-clip: padding-box;
    border: 3px solid #991d1f;
    border-radius: 0;
    /* border: 3px solid #888; */
}

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

.form-control:focus {
    color: #333333;
    background-color: #fdf5f1;
    border-color: #991d1f;
    outline: none;
}

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

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

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

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

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

.form-control:disabled {
    cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
    height: 47px;
}

select.form-control:focus::-ms-value {
    color: #333333;
    background-color: #fdf5f1;
}

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

.col-form-label {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.col-form-label-lg {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 21px;
}

.col-form-label-sm {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
}

.col-form-legend {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 1rem;
}

.form-control-static {
    min-height: 47px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 8px 14px;
    font-size: 16px;
    border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 40px;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 13px 14px;
    font-size: 21px;
    border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 57.5px;
}

.form-group {
    margin-bottom: 10px;
}

.form-text {
    display: block;
    margin-top: 2.5px;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 7.5px;
}

.form-check + .form-check {
    margin-top: -.25rem;
}

.form-check.disabled .form-check-label {
    color: #141428;
    cursor: not-allowed;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}

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

.form-check-input:only-child {
    position: static;
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}

.form-check-inline + .form-check-inline {
    margin-left: .75rem;
}

.form-check-inline.disabled {
    cursor: not-allowed;
}

.form-control-feedback {
    margin-top: 2.5px;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 42px;
    background-repeat: no-repeat;
    background-position: center right 11.75px;
    background-size: 23.5px 23.5px;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
    color: #5cb85c;
}

.has-success .form-control {
    border-color: #5cb85c;
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea;
}

.has-success .form-control-feedback {
    color: #5cb85c;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' 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");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
    color: #f0ad4e;
}

.has-warning .form-control {
    border-color: #f0ad4e;
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white;
}

.has-warning .form-control-feedback {
    color: #f0ad4e;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
    color: #d9534f;
}

.has-danger .form-control {
    border-color: #d9534f;
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7;
}

.has-danger .form-control-feedback {
    color: #d9534f;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' 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");
}

@media (min-width: 544px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-check {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-check-label {
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
} */

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 3px solid transparent;
    padding: 10px 36px;
    font-size: 1rem;
    border-radius: 5px;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

.btn.focus {
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

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

.btn-white {
    color: #991d1f;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:hover {
    color: #fff;
    background-color: #991d1f;
    border-color: #991d1f;
}

a.btn-white {
    color: #991d1f;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary {
    color: #fafafa;
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-primary:hover {
    color: #fafafa;
    background-color: #10693f;
    border-color: #10693f;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fafafa;
    background-color: #10693f;
    border-color: #10693f;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fafafa;
    background-color: #10693f;
    border-color: #10693f;
    background-image: none;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fafafa;
    background-color: #a34b26;
    border-color: #70361d;
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-secondary {
    color: #fafafa;
    background-color: #2e4057;
    border-color: #2e4057;
}

.btn-secondary:hover {
    color: #fafafa;
    background-color: #1c2736;
    border-color: #19232f;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fafafa;
    background-color: #1c2736;
    border-color: #19232f;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
    color: #fafafa;
    background-color: #1c2736;
    border-color: #19232f;
    background-image: none;
}

.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
    color: #fafafa;
    background-color: #10161e;
    border-color: #020304;
}

.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus {
    background-color: #2e4057;
    border-color: #2e4057;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
    background-color: #2e4057;
    border-color: #2e4057;
}

.btn-info {
    color: #fafafa;
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-info:hover {
    color: #fafafa;
    background-color: #006666;
    border-color: #005c5c;
}

.btn-info:focus,
.btn-info.focus {
    color: #fafafa;
    background-color: #006666;
    border-color: #005c5c;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fafafa;
    background-color: #006666;
    border-color: #005c5c;
    background-image: none;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fafafa;
    background-color: #004242;
    border-color: #001a1a;
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-success {
    color: #ffffff;
    background-color: rgba(30, 69, 146, 0.8);
    border-color: #991d1f;
}

.btn-success:hover {
    color: #ffffff;
    background-color: rgba(0, 102, 102, 0.8);
    border-color: #005c5c;
}

.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: rgba(0, 102, 102, 0.8);
    border-color: #005c5c;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: rgba(0, 102, 102, 0.8);
    border-color: #005c5c;
    background-image: none;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgba(0, 66, 66, 0.8);
    border-color: #001a1a;
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
    background-color: rgba(30, 69, 146, 0.8);
    border-color: #991d1f;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
    background-color: rgba(30, 69, 146, 0.8);
    border-color: #991d1f;
}

.btn-warning {
    color: #fafafa;
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-warning:hover {
    color: #fafafa;
    background-color: #a35229;
    border-color: #9b4e27;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fafafa;
    background-color: #a35229;
    border-color: #9b4e27;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fafafa;
    background-color: #a35229;
    border-color: #9b4e27;
    background-image: none;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fafafa;
    background-color: #874322;
    border-color: #66331a;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-danger {
    color: #fafafa;
    background-color: #a91628;
    border-color: #a91628;
}

.btn-danger:hover {
    color: #fafafa;
    background-color: #7c101d;
    border-color: #730f1b;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fafafa;
    background-color: #7c101d;
    border-color: #730f1b;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fafafa;
    background-color: #7c101d;
    border-color: #730f1b;
    background-image: none;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fafafa;
    background-color: #5c0c16;
    border-color: #38070d;
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
    background-color: #a91628;
    border-color: #a91628;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
    background-color: #a91628;
    border-color: #a91628;
}

.btn-outline-primary {
    color: #991d1f;
    background-image: none;
    background-color: transparent;
    border-color: #991d1f;
}

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    color: #fff;
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #a34b26;
    border-color: #813b1e;
}

.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
    border-color: #e8b39d;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
    border-color: #e8b39d;
}

.btn-outline-secondary {
    color: #2e4057;
    background-image: none;
    background-color: transparent;
    border-color: #2e4057;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #2e4057;
    border-color: #2e4057;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    color: #fff;
    background-color: #2e4057;
    border-color: #2e4057;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2e4057;
    border-color: #2e4057;
}

.btn-outline-secondary:active:hover,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active.focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
    color: #fff;
    background-color: #10161e;
    border-color: #020304;
}

.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled.focus {
    border-color: #51719a;
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
    border-color: #51719a;
}

.btn-outline-info {
    color: #991d1f;
    background-image: none;
    background-color: transparent;
    border-color: #991d1f;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    color: #fff;
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-outline-info:active,
.btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #004242;
    border-color: #001a1a;
}

.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus {
    border-color: cyan;
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
    border-color: cyan;
}

.btn-outline-success {
    color: rgba(30, 69, 146, 0.8);
    background-image: none;
    background-color: transparent;
    border-color: rgba(30, 69, 146, 0.8);
}

.btn-outline-success:hover {
    color: #fff;
    background-color: rgba(30, 69, 146, 0.8);
    border-color: rgba(30, 69, 146, 0.8);
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    color: #fff;
    background-color: rgba(30, 69, 146, 0.8);
    border-color: rgba(30, 69, 146, 0.8);
}

.btn-outline-success:active,
.btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: rgba(30, 69, 146, 0.8);
    border-color: rgba(30, 69, 146, 0.8);
}

.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
    color: #fff;
    background-color: rgba(0, 66, 66, 0.8);
    border-color: rgba(0, 26, 26, 0.8);
}

.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus {
    border-color: rgba(0, 255, 255, 0.8);
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
    border-color: rgba(0, 255, 255, 0.8);
}

.btn-outline-warning {
    color: #991d1f;
    background-image: none;
    background-color: transparent;
    border-color: #991d1f;
}

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    color: #fff;
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #991d1f;
    border-color: #991d1f;
}

.btn-outline-warning:active:hover,
.btn-outline-warning:active:focus,
.btn-outline-warning:active.focus,
.btn-outline-warning.active:hover,
.btn-outline-warning.active:focus,
.btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #874322;
    border-color: #66331a;
}

.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus {
    border-color: #e0a385;
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
    border-color: #e0a385;
}

.btn-outline-danger {
    color: #a91628;
    background-image: none;
    background-color: transparent;
    border-color: #a91628;
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    color: #fff;
    background-color: #a91628;
    border-color: #a91628;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #a91628;
    border-color: #a91628;
}

.btn-outline-danger:active:hover,
.btn-outline-danger:active:focus,
.btn-outline-danger:active.focus,
.btn-outline-danger.active:hover,
.btn-outline-danger.active:focus,
.btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #5c0c16;
    border-color: #38070d;
}

.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus {
    border-color: #e63f53;
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
    border-color: #e63f53;
}

.btn-link {
    font-weight: normal;
    color: #333333;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #991d1f;
    text-decoration: none;
    background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #979da3;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 13px 40px;
    font-size: 21px;
    /* border-radius: 24px; */
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 30px;
    font-size: 16px;
    /* border-radius: 16px; */
}

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

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

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

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: 0.35s;
    transition-property: height;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

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

.dropdown-divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    color: #818a91;
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 5px 20px;
    font-size: 16px;
    color: #818a91;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

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

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.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: 2;
}

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

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -3px;
}

.btn-toolbar {
    margin-left: -0.5rem;
}

.btn-toolbar::after {
    content: "";
    display: table;
    clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 0.5rem;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

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

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

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn + .dropdown-toggle-split {
    padding-right: 27px;
    padding-left: 27px;
}

.btn + .dropdown-toggle-split::after {
    margin-left: 0;
}

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

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

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: 0.3em 0.3em 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group::after {
    content: "";
    display: table;
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -3px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

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

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

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

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

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
    z-index: 3;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 10px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #333333;
    text-align: center;
    background-color: #eceeef;
    border: 3px solid #991d1f;
    border-radius: 0;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 8px 14px;
    font-size: 16px;
    border-radius: 0;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 13px 14px;
    font-size: 21px;
    border-radius: 0;
}

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

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

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -3px;
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
    z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-right: -3px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -3px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3;
}

.custom-control {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    cursor: pointer;
}

.custom-control + .custom-control {
    margin-left: 1rem;
}

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

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9;
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed;
}

.custom-control-indicator {
    position: absolute;
    top: 0.0625rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
    display: inline;
}

.custom-controls-stacked .custom-control::after {
    display: block;
    margin-bottom: 0.25rem;
    content: "";
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    padding-right: 0.75rem \9;
    color: #333333;
    vertical-align: middle;
    background: #fdf5f1
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
        no-repeat right 0.75rem center;
    background-image: none \9;
    background-size: 8px 10px;
    border: 3px solid #991d1f;
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.custom-select:focus {
    border-color: #51a7e8;
    outline: none;
}

.custom-select:focus::-ms-value {
    color: #333333;
    background-color: #fdf5f1;
}

.custom-select:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.custom-file-control:lang(en)::after {
    content: "Choose file...";
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0px 0px 0;
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: inline-block;
}

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

.nav-link.disabled {
    color: #818a91;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent;
}

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

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
    margin-left: 1rem;
}

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

.nav-tabs::after {
    content: "";
    display: table;
    clear: both;
}

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

.nav-tabs .nav-item + .nav-item {
    margin-left: 0.2rem;
}

.nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent transparent #dbdad7;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    color: #061a40;
    background-color: #fafafa;
    border-color: #dbdad7 #dbdad7 transparent;
}

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

.nav-pills::after {
    content: "";
    display: table;
    clear: both;
}

.nav-pills .nav-item {
    float: left;
}

.nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem;
}

.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-radius: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #0275d8;
}

.nav-stacked .nav-item {
    display: block;
    float: none;
}

.nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0;
}

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

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

.navbar {
    position: relative;
    padding: 5px 10px;
}

.navbar::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 544px) {
    .navbar {
        border-radius: 0px;
    }
}

.navbar-full {
    z-index: 1000;
}

@media (min-width: 544px) {
    .navbar-full {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width: 544px) {
    .navbar-sticky-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
    font-size: 21px;
}

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

.navbar-brand > img {
    display: block;
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
}

.navbar-divider::before {
    content: "\00a0";
}

.navbar-toggler {
    padding: 0.5rem 0.75rem;
    font-size: 21px;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
    border-radius: 21px;
}

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

.navbar-nav .nav-item {
    float: left;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
}

.navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
}

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

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

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

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

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
    color: white;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
    color: white;
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 543px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 544px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        display: block !important;
    }
}

.card {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 0;
    border: 0px solid white;
}

.card-block {
    padding: 30px;
}

.card-block::after {
    content: "";
    display: table;
    clear: both;
}

.card-title {
    margin-bottom: 30px;
}

.card-subtitle {
    margin-top: -15px;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 30px;
}

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

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

.card-header {
    padding: 30px 30px;
    background-color: #f7f7f7;
    border-bottom: 0px solid white;
}

.card-header::after {
    content: "";
    display: table;
    clear: both;
}

.card-header:first-child {
    border-radius: 0 0 0 0;
}

.card-footer {
    padding: 30px 30px;
    background-color: #f7f7f7;
    border-top: 0px solid white;
}

.card-footer::after {
    content: "";
    display: table;
    clear: both;
}

.card-footer:last-child {
    border-radius: 0 0 0 0;
}

.card-header-tabs {
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -15px;
    margin-left: -15px;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #991d1f;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #2e4057;
}

.card-outline-info {
    background-color: transparent;
    border-color: #991d1f;
}

.card-outline-success {
    background-color: transparent;
    border-color: rgba(30, 69, 146, 0.8);
}

.card-outline-warning {
    background-color: transparent;
    border-color: #991d1f;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #a91628;
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: 0.25rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.card-img-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media (min-width: 544px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -0.625rem;
        margin-bottom: 30px;
        margin-left: -0.625rem;
    }

    .card-deck .card {
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        margin-right: 0.625rem;
        margin-bottom: 0;
        margin-left: 0.625rem;
    }
}

@media (min-width: 544px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group .card {
        -ms-flex: 1 0 0;
        flex: 1 0 0;
    }

    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }

    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0;
    }
}

@media (min-width: 544px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .card-columns .card {
        width: 100%;
    }
}

.breadcrumb {
    padding: 30px 30px;
    margin-bottom: 10px;
    list-style: none;
    background-color: #f7f7f7;
    border-radius: 0px;
}

.breadcrumb::after {
    content: "";
    display: table;
    clear: both;
}

.breadcrumb-item {
    float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    color: #979da3;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #979da3;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
}

.page-item {
    display: inline;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fafafa;
    cursor: default;
    background-color: #991d1f;
    border-color: #991d1f;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #333;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    float: left;
    padding: 6px 16px;
    margin-left: -1px;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
    color: #fff;
    background-color: #991d1f;
    border-color: #991d1f;
}

.pagination-lg .page-link {
    padding: 8px 20px;
    font-size: 21px;
}

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

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

.pagination-sm .page-link {
    padding: 3px 14px;
    font-size: 16px;
}

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

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

.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
}

.tag:empty {
    display: none;
}

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

a.tag:focus,
a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tag-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.tag-default {
    background-color: #818a91;
}

.tag-default[href]:focus,
.tag-default[href]:hover {
    background-color: #687077;
}

.tag-primary {
    background-color: #0275d8;
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #025aa5;
}

.tag-success {
    background-color: #5cb85c;
}

.tag-success[href]:focus,
.tag-success[href]:hover {
    background-color: #449d44;
}

.tag-info {
    background-color: #5bc0de;
}

.tag-info[href]:focus,
.tag-info[href]:hover {
    background-color: #31b0d5;
}

.tag-warning {
    background-color: #f0ad4e;
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
    background-color: #ec971f;
}

.tag-danger {
    background-color: #d9534f;
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
    background-color: #c9302c;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: 0;
}

@media (min-width: 544px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8;
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    padding: 1rem;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: bold;
}

.alert-dismissible {
    padding-right: 2rem;
}

.alert-dismissible .close {
    position: relative;
    top: -0.125rem;
    right: -1rem;
    color: inherit;
}

.alert-success {
    background-color: rgba(153, 29, 31, 0.9);
    border-color: #889488;
    color: #fafafa;
}

.alert-success hr {
    border-top-color: #7b887b;
}

.alert-success .alert-link {
    color: #e1e1e1;
}

.alert-info {
    background-color: #9eb9c0;
    border-color: #7a99a1;
    color: #fafafa;
}

.alert-info hr {
    border-top-color: #6b8e96;
}

.alert-info .alert-link {
    color: #e1e1e1;
}

.alert-warning {
    background-color: #caac8e;
    border-color: #bc9e80;
    color: #fafafa;
}

.alert-warning hr {
    border-top-color: #b3916f;
}

.alert-warning .alert-link {
    color: #e1e1e1;
}

.alert-danger {
    background-color: #de2c4d;
    border-color: #905153;
    color: #fafafa;
}

.alert-danger hr {
    border-top-color: #80484a;
}

.alert-danger .alert-link {
    color: #e1e1e1;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 10px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: block;
    width: 100%;
    height: 10px;
    margin-bottom: 10px;
}

.progress[value] {
    background-color: #333;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

.progress[value]::-ms-fill {
    background-color: #991d1f;
    border: 0;
}

.progress[value]::-moz-progress-bar {
    background-color: #991d1f;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.progress[value]::-webkit-progress-value {
    background-color: #991d1f;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.progress[value]::-webkit-progress-bar {
    background-color: #333;
    border-radius: 0px;
}

base::-moz-progress-bar,
.progress[value] {
    background-color: #333;
    border-radius: 0px;
}

@media screen and (min-width: 0\0) {
    .progress {
        background-color: #333;
        border-radius: 0px;
    }

    .progress-bar {
        display: inline-block;
        height: 10px;
        text-indent: -999rem;
        background-color: #991d1f;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .progress[width="100%"] {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }
}

.progress-striped[value]::-webkit-progress-value {
    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-striped[value]::-moz-progress-bar {
    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-striped[value]::-ms-fill {
    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;
}

@media screen and (min-width: 0\0) {
    .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-animated[value]::-webkit-progress-value {
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
    .progress-animated .progress-bar-striped {
        animation: progress-bar-stripes 2s linear infinite;
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

.progress-success[value]::-ms-fill {
    background-color: #5cb85c;
}

@media screen and (min-width: 0\0) {
    .progress-success .progress-bar {
        background-color: #5cb85c;
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
    background-color: #5bc0de;
}

@media screen and (min-width: 0\0) {
    .progress-info .progress-bar {
        background-color: #5bc0de;
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

.progress-warning[value]::-ms-fill {
    background-color: #f0ad4e;
}

@media screen and (min-width: 0\0) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e;
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

.progress-danger[value]::-ms-fill {
    background-color: #d9534f;
}

@media screen and (min-width: 0\0) {
    .progress-danger .progress-bar {
        background-color: #d9534f;
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.media-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.media-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right {
    padding-left: 10px;
}

.media-left {
    padding-right: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 30px 30px;
    margin-bottom: -1px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #f0f0f0;
}

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

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

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #818a91;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    border-color: #0275d8;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe;
}

.list-group-flush .list-group-item {
    border-radius: 0;
}

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

.list-group-item-action .list-group-item-heading {
    color: #333;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f7f7f7;
}

.list-group-item-success {
    color: #fafafa;
    background-color: rgba(153, 29, 31, 0.9);
}

a.list-group-item-success,
button.list-group-item-success {
    color: #fafafa;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #fafafa;
    background-color: rgba(0, 128, 128, 0.9);
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #fafafa;
    border-color: #fafafa;
}

.list-group-item-info {
    color: #fafafa;
    background-color: #9eb9c0;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #fafafa;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #fafafa;
    background-color: #8faeb6;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #fafafa;
    border-color: #fafafa;
}

.list-group-item-warning {
    color: #fafafa;
    background-color: #caac8e;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #fafafa;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #fafafa;
    background-color: #c29f7d;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #fafafa;
    border-color: #fafafa;
}

.list-group-item-danger {
    color: #fafafa;
    background-color: #de2c4d;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #fafafa;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #fafafa;
    background-color: #a2595b;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #fafafa;
    border-color: #fafafa;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.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 {
    padding-bottom: 42.8571428571%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fafafa;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(6, 26, 64, 0.8);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal-header {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
    content: "";
    display: table;
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 30px;
}

.modal-footer {
    padding: 30px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
    content: "";
    display: table;
    clear: both;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 544px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1011;
    display: block;
    font-family: "Alegreya Sans";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 16px;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.in {
    opacity: 0.9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #061a40;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #061a40;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #061a40;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #061a40;
}

.tooltip-inner {
    max-width: 200px;
    padding: 6px 20px;
    color: #fafafa;
    text-align: center;
    background-color: #061a40;
    border-radius: 0px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: "Alegreya Sans";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 16px;
    word-wrap: break-word;
    background-color: #061a40;
    background-clip: padding-box;
    border: 1px solid #061a40;
    border-radius: 0;
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
    margin-top: -10px;
}

.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #061a40;
    border-bottom-width: 0;
}

.popover.popover-top .popover-arrow::after,
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
    bottom: 1px;
    margin-left: -10px;
    content: "";
    border-top-color: #061a40;
    border-bottom-width: 0;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
    margin-left: 10px;
}

.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #061a40;
    border-left-width: 0;
}

.popover.popover-right .popover-arrow::after,
.popover.bs-tether-element-attached-left .popover-arrow::after {
    bottom: -10px;
    left: 1px;
    content: "";
    border-right-color: #061a40;
    border-left-width: 0;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
    margin-top: 10px;
}

.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #061a40;
}

.popover.popover-bottom .popover-arrow::after,
.popover.bs-tether-element-attached-top .popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #061a40;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
    margin-left: -10px;
}

.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #061a40;
}

.popover.popover-left .popover-arrow::after,
.popover.bs-tether-element-attached-right .popover-arrow::after {
    right: 1px;
    bottom: -10px;
    content: "";
    border-right-width: 0;
    border-left-color: #061a40;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #061a40;
    border-bottom: 1px solid #041129;
    border-radius: -0.0555555556 -0.0555555556 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover-arrow,
.popover-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover-arrow {
    border-width: 11px;
}

.popover-arrow::after {
    content: "";
    border-width: 10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .carousel-item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }

    .carousel-inner > .carousel-item.next,
    .carousel-inner > .carousel-item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .carousel-item.prev,
    .carousel-inner > .carousel-item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .carousel-item.next.left,
    .carousel-inner > .carousel-item.prev.right,
    .carousel-inner > .carousel-item.active {
        left: 0;
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev::before {
    content: "\2039";
}

.carousel-control .icon-next::before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media (min-width: 544px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.bg-faded {
    background-color: #f7f7f9;
}

.bg-primary {
    color: #fff !important;
    background-color: #0275d8 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #025aa5 !important;
}

.bg-success {
    color: #fff !important;
    background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44 !important;
}

.bg-info {
    color: #fff !important;
    background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5 !important;
}

.bg-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
}

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

.bg-danger {
    color: #fff !important;
    background-color: #d9534f !important;
}

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

.bg-inverse {
    color: #fff !important;
    background-color: #373a3c !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #1f2021 !important;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-inline {
    display: inline !important;
}

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

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

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

.flex-items-xs-top {
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-items-xs-middle {
    -ms-flex-align: center;
    align-items: center;
}

.flex-items-xs-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-xs-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.flex-xs-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.flex-xs-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex-items-xs-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-items-xs-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-items-xs-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-items-xs-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-items-xs-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 544px) {
    .flex-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

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

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

@media (min-width: 544px) {
    .flex-items-sm-top {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flex-items-sm-middle {
        -ms-flex-align: center;
        align-items: center;
    }

    .flex-items-sm-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 544px) {
    .flex-sm-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-sm-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .flex-sm-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 544px) {
    .flex-items-sm-left {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex-items-sm-center {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flex-items-sm-right {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flex-items-sm-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex-items-sm-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .flex-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

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

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

@media (min-width: 768px) {
    .flex-items-md-top {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flex-items-md-middle {
        -ms-flex-align: center;
        align-items: center;
    }

    .flex-items-md-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 768px) {
    .flex-md-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-md-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .flex-md-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 768px) {
    .flex-items-md-left {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex-items-md-center {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flex-items-md-right {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flex-items-md-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex-items-md-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .flex-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

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

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

@media (min-width: 992px) {
    .flex-items-lg-top {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flex-items-lg-middle {
        -ms-flex-align: center;
        align-items: center;
    }

    .flex-items-lg-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 992px) {
    .flex-lg-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-lg-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .flex-lg-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 992px) {
    .flex-items-lg-left {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex-items-lg-center {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flex-items-lg-right {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flex-items-lg-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex-items-lg-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .flex-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

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

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

@media (min-width: 1200px) {
    .flex-items-xl-top {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flex-items-xl-middle {
        -ms-flex-align: center;
        align-items: center;
    }

    .flex-items-xl-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 1200px) {
    .flex-xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-xl-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .flex-xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 1200px) {
    .flex-items-xl-left {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex-items-xl-center {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flex-items-xl-right {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flex-items-xl-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex-items-xl-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.pull-xs-left {
    float: left !important;
}

.pull-xs-right {
    float: right !important;
}

.pull-xs-none {
    float: none !important;
}

@media (min-width: 544px) {
    .pull-sm-left {
        float: left !important;
    }

    .pull-sm-right {
        float: right !important;
    }

    .pull-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .pull-md-left {
        float: left !important;
    }

    .pull-md-right {
        float: right !important;
    }

    .pull-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .pull-lg-left {
        float: left !important;
    }

    .pull-lg-right {
        float: right !important;
    }

    .pull-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .pull-xl-left {
        float: left !important;
    }

    .pull-xl-right {
        float: right !important;
    }

    .pull-xl-none {
        float: none !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.w-100 {
    width: 100% !important;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a--1 {
    margin: -10px -10px !important;
}

.m-t--1 {
    margin-top: -10px !important;
}

.m-r--1 {
    margin-right: -10px !important;
}

.m-b--1 {
    margin-bottom: -10px !important;
}

.m-l--1 {
    margin-left: -10px !important;
}

.m-x--1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}

.m-a--2 {
    margin: -20px -20px !important;
}

.m-t--2 {
    margin-top: -20px !important;
}

.m-r--2 {
    margin-right: -20px !important;
}

.m-b--2 {
    margin-bottom: -20px !important;
}

.m-l--2 {
    margin-left: -20px !important;
}

.m-x--2 {
    margin-right: -20px !important;
    margin-left: -20px !important;
}

.m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}

.m-a--3 {
    margin: -30px -30px !important;
}

.m-t--3 {
    margin-top: -30px !important;
}

.m-r--3 {
    margin-right: -30px !important;
}

.m-b--3 {
    margin-bottom: -30px !important;
}

.m-l--3 {
    margin-left: -30px !important;
}

.m-x--3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
}

.m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
}

.m-a--4 {
    margin: -40px -40px !important;
}

.m-t--4 {
    margin-top: -40px !important;
}

.m-r--4 {
    margin-right: -40px !important;
}

.m-b--4 {
    margin-bottom: -40px !important;
}

.m-l--4 {
    margin-left: -40px !important;
}

.m-x--4 {
    margin-right: -40px !important;
    margin-left: -40px !important;
}

.m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
}

.m-a--5 {
    margin: -50px -50px !important;
}

.m-t--5 {
    margin-top: -50px !important;
}

.m-r--5 {
    margin-right: -50px !important;
}

.m-b--5 {
    margin-bottom: -50px !important;
}

.m-l--5 {
    margin-left: -50px !important;
}

.m-x--5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
}

.m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
}

.m-a--6 {
    margin: -60px -60px !important;
}

.m-t--6 {
    margin-top: -60px !important;
}

.m-r--6 {
    margin-right: -60px !important;
}

.m-b--6 {
    margin-bottom: -60px !important;
}

.m-l--6 {
    margin-left: -60px !important;
}

.m-x--6 {
    margin-right: -60px !important;
    margin-left: -60px !important;
}

.m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
}

.m-a--7 {
    margin: -70px -70px !important;
}

.m-t--7 {
    margin-top: -70px !important;
}

.m-r--7 {
    margin-right: -70px !important;
}

.m-b--7 {
    margin-bottom: -70px !important;
}

.m-l--7 {
    margin-left: -70px !important;
}

.m-x--7 {
    margin-right: -70px !important;
    margin-left: -70px !important;
}

.m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
}

.m-a--8 {
    margin: -80px -80px !important;
}

.m-t--8 {
    margin-top: -80px !important;
}

.m-r--8 {
    margin-right: -80px !important;
}

.m-b--8 {
    margin-bottom: -80px !important;
}

.m-l--8 {
    margin-left: -80px !important;
}

.m-x--8 {
    margin-right: -80px !important;
    margin-left: -80px !important;
}

.m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
}

.m-a--9 {
    margin: -90px -90px !important;
}

.m-t--9 {
    margin-top: -90px !important;
}

.m-r--9 {
    margin-right: -90px !important;
}

.m-b--9 {
    margin-bottom: -90px !important;
}

.m-l--9 {
    margin-left: -90px !important;
}

.m-x--9 {
    margin-right: -90px !important;
    margin-left: -90px !important;
}

.m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
}

.m-a--10 {
    margin: -100px -100px !important;
}

.m-t--10 {
    margin-top: -100px !important;
}

.m-r--10 {
    margin-right: -100px !important;
}

.m-b--10 {
    margin-bottom: -100px !important;
}

.m-l--10 {
    margin-left: -100px !important;
}

.m-x--10 {
    margin-right: -100px !important;
    margin-left: -100px !important;
}

.m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
}

.m-a--11 {
    margin: -110px -110px !important;
}

.m-t--11 {
    margin-top: -110px !important;
}

.m-r--11 {
    margin-right: -110px !important;
}

.m-b--11 {
    margin-bottom: -110px !important;
}

.m-l--11 {
    margin-left: -110px !important;
}

.m-x--11 {
    margin-right: -110px !important;
    margin-left: -110px !important;
}

.m-y--11 {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
}

.m-a--12 {
    margin: -120px -120px !important;
}

.m-t--12 {
    margin-top: -120px !important;
}

.m-r--12 {
    margin-right: -120px !important;
}

.m-b--12 {
    margin-bottom: -120px !important;
}

.m-l--12 {
    margin-left: -120px !important;
}

.m-x--12 {
    margin-right: -120px !important;
    margin-left: -120px !important;
}

.m-y--12 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
}

.m-a--13 {
    margin: -130px -130px !important;
}

.m-t--13 {
    margin-top: -130px !important;
}

.m-r--13 {
    margin-right: -130px !important;
}

.m-b--13 {
    margin-bottom: -130px !important;
}

.m-l--13 {
    margin-left: -130px !important;
}

.m-x--13 {
    margin-right: -130px !important;
    margin-left: -130px !important;
}

.m-y--13 {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
}

.m-a--14 {
    margin: -140px -140px !important;
}

.m-t--14 {
    margin-top: -140px !important;
}

.m-r--14 {
    margin-right: -140px !important;
}

.m-b--14 {
    margin-bottom: -140px !important;
}

.m-l--14 {
    margin-left: -140px !important;
}

.m-x--14 {
    margin-right: -140px !important;
    margin-left: -140px !important;
}

.m-y--14 {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
}

.m-a--15 {
    margin: -150px -150px !important;
}

.m-t--15 {
    margin-top: -150px !important;
}

.m-r--15 {
    margin-right: -150px !important;
}

.m-b--15 {
    margin-bottom: -150px !important;
}

.m-l--15 {
    margin-left: -150px !important;
}

.m-x--15 {
    margin-right: -150px !important;
    margin-left: -150px !important;
}

.m-y--15 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
}

.m-a--16 {
    margin: -160px -160px !important;
}

.m-t--16 {
    margin-top: -160px !important;
}

.m-r--16 {
    margin-right: -160px !important;
}

.m-b--16 {
    margin-bottom: -160px !important;
}

.m-l--16 {
    margin-left: -160px !important;
}

.m-x--16 {
    margin-right: -160px !important;
    margin-left: -160px !important;
}

.m-y--16 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
}

.m-a--17 {
    margin: -170px -170px !important;
}

.m-t--17 {
    margin-top: -170px !important;
}

.m-r--17 {
    margin-right: -170px !important;
}

.m-b--17 {
    margin-bottom: -170px !important;
}

.m-l--17 {
    margin-left: -170px !important;
}

.m-x--17 {
    margin-right: -170px !important;
    margin-left: -170px !important;
}

.m-y--17 {
    margin-top: -170px !important;
    margin-bottom: -170px !important;
}

.m-a--18 {
    margin: -180px -180px !important;
}

.m-t--18 {
    margin-top: -180px !important;
}

.m-r--18 {
    margin-right: -180px !important;
}

.m-b--18 {
    margin-bottom: -180px !important;
}

.m-l--18 {
    margin-left: -180px !important;
}

.m-x--18 {
    margin-right: -180px !important;
    margin-left: -180px !important;
}

.m-y--18 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
}

.m-a--19 {
    margin: -190px -190px !important;
}

.m-t--19 {
    margin-top: -190px !important;
}

.m-r--19 {
    margin-right: -190px !important;
}

.m-b--19 {
    margin-bottom: -190px !important;
}

.m-l--19 {
    margin-left: -190px !important;
}

.m-x--19 {
    margin-right: -190px !important;
    margin-left: -190px !important;
}

.m-y--19 {
    margin-top: -190px !important;
    margin-bottom: -190px !important;
}

.m-a--20 {
    margin: -200px -200px !important;
}

.m-t--20 {
    margin-top: -200px !important;
}

.m-r--20 {
    margin-right: -200px !important;
}

.m-b--20 {
    margin-bottom: -200px !important;
}

.m-l--20 {
    margin-left: -200px !important;
}

.m-x--20 {
    margin-right: -200px !important;
    margin-left: -200px !important;
}

.m-y--20 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
}

.m-a--21 {
    margin: -210px -210px !important;
}

.m-t--21 {
    margin-top: -210px !important;
}

.m-r--21 {
    margin-right: -210px !important;
}

.m-b--21 {
    margin-bottom: -210px !important;
}

.m-l--21 {
    margin-left: -210px !important;
}

.m-x--21 {
    margin-right: -210px !important;
    margin-left: -210px !important;
}

.m-y--21 {
    margin-top: -210px !important;
    margin-bottom: -210px !important;
}

.m-a--22 {
    margin: -220px -220px !important;
}

.m-t--22 {
    margin-top: -220px !important;
}

.m-r--22 {
    margin-right: -220px !important;
}

.m-b--22 {
    margin-bottom: -220px !important;
}

.m-l--22 {
    margin-left: -220px !important;
}

.m-x--22 {
    margin-right: -220px !important;
    margin-left: -220px !important;
}

.m-y--22 {
    margin-top: -220px !important;
    margin-bottom: -220px !important;
}

.m-a--23 {
    margin: -230px -230px !important;
}

.m-t--23 {
    margin-top: -230px !important;
}

.m-r--23 {
    margin-right: -230px !important;
}

.m-b--23 {
    margin-bottom: -230px !important;
}

.m-l--23 {
    margin-left: -230px !important;
}

.m-x--23 {
    margin-right: -230px !important;
    margin-left: -230px !important;
}

.m-y--23 {
    margin-top: -230px !important;
    margin-bottom: -230px !important;
}

.m-a--24 {
    margin: -240px -240px !important;
}

.m-t--24 {
    margin-top: -240px !important;
}

.m-r--24 {
    margin-right: -240px !important;
}

.m-b--24 {
    margin-bottom: -240px !important;
}

.m-l--24 {
    margin-left: -240px !important;
}

.m-x--24 {
    margin-right: -240px !important;
    margin-left: -240px !important;
}

.m-y--24 {
    margin-top: -240px !important;
    margin-bottom: -240px !important;
}

.m-a--25 {
    margin: -250px -250px !important;
}

.m-t--25 {
    margin-top: -250px !important;
}

.m-r--25 {
    margin-right: -250px !important;
}

.m-b--25 {
    margin-bottom: -250px !important;
}

.m-l--25 {
    margin-left: -250px !important;
}

.m-x--25 {
    margin-right: -250px !important;
    margin-left: -250px !important;
}

.m-y--25 {
    margin-top: -250px !important;
    margin-bottom: -250px !important;
}

.m-a--26 {
    margin: -260px -260px !important;
}

.m-t--26 {
    margin-top: -260px !important;
}

.m-r--26 {
    margin-right: -260px !important;
}

.m-b--26 {
    margin-bottom: -260px !important;
}

.m-l--26 {
    margin-left: -260px !important;
}

.m-x--26 {
    margin-right: -260px !important;
    margin-left: -260px !important;
}

.m-y--26 {
    margin-top: -260px !important;
    margin-bottom: -260px !important;
}

.m-a--27 {
    margin: -270px -270px !important;
}

.m-t--27 {
    margin-top: -270px !important;
}

.m-r--27 {
    margin-right: -270px !important;
}

.m-b--27 {
    margin-bottom: -270px !important;
}

.m-l--27 {
    margin-left: -270px !important;
}

.m-x--27 {
    margin-right: -270px !important;
    margin-left: -270px !important;
}

.m-y--27 {
    margin-top: -270px !important;
    margin-bottom: -270px !important;
}

.m-a--28 {
    margin: -280px -280px !important;
}

.m-t--28 {
    margin-top: -280px !important;
}

.m-r--28 {
    margin-right: -280px !important;
}

.m-b--28 {
    margin-bottom: -280px !important;
}

.m-l--28 {
    margin-left: -280px !important;
}

.m-x--28 {
    margin-right: -280px !important;
    margin-left: -280px !important;
}

.m-y--28 {
    margin-top: -280px !important;
    margin-bottom: -280px !important;
}

.m-a--29 {
    margin: -290px -290px !important;
}

.m-t--29 {
    margin-top: -290px !important;
}

.m-r--29 {
    margin-right: -290px !important;
}

.m-b--29 {
    margin-bottom: -290px !important;
}

.m-l--29 {
    margin-left: -290px !important;
}

.m-x--29 {
    margin-right: -290px !important;
    margin-left: -290px !important;
}

.m-y--29 {
    margin-top: -290px !important;
    margin-bottom: -290px !important;
}

.m-a--30 {
    margin: -300px -300px !important;
}

.m-t--30 {
    margin-top: -300px !important;
}

.m-r--30 {
    margin-right: -300px !important;
}

.m-b--30 {
    margin-bottom: -300px !important;
}

.m-l--30 {
    margin-left: -300px !important;
}

.m-x--30 {
    margin-right: -300px !important;
    margin-left: -300px !important;
}

.m-y--30 {
    margin-top: -300px !important;
    margin-bottom: -300px !important;
}

.m-a-0 {
    margin: 0 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a-1 {
    margin: 10px 10px !important;
}

.m-t-1 {
    margin-top: 10px !important;
}

.m-r-1 {
    margin-right: 10px !important;
}

.m-b-1 {
    margin-bottom: 10px !important;
}

.m-l-1 {
    margin-left: 10px !important;
}

.m-x-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-a-2 {
    margin: 20px 20px !important;
}

.m-t-2 {
    margin-top: 20px !important;
}

.m-r-2 {
    margin-right: 20px !important;
}

.m-b-2 {
    margin-bottom: 20px !important;
}

.m-l-2 {
    margin-left: 20px !important;
}

.m-x-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m-a-3 {
    margin: 30px 30px !important;
}

.m-t-3 {
    margin-top: 30px !important;
}

.m-r-3 {
    margin-right: 30px !important;
}

.m-b-3 {
    margin-bottom: 30px !important;
}

.m-l-3 {
    margin-left: 30px !important;
}

.m-x-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.m-a-4 {
    margin: 40px 40px !important;
}

.m-t-4 {
    margin-top: 40px !important;
}

.m-r-4 {
    margin-right: 40px !important;
}

.m-b-4 {
    margin-bottom: 40px !important;
}

.m-l-4 {
    margin-left: 40px !important;
}

.m-x-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
}

.m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.m-a-5 {
    margin: 50px 50px !important;
}

.m-t-5 {
    margin-top: 50px !important;
}

.m-r-5 {
    margin-right: 50px !important;
}

.m-b-5 {
    margin-bottom: 50px !important;
}

.m-l-5 {
    margin-left: 50px !important;
}

.m-x-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.m-a-6 {
    margin: 60px 60px !important;
}

.m-t-6 {
    margin-top: 60px !important;
}

.m-r-6 {
    margin-right: 60px !important;
}

.m-b-6 {
    margin-bottom: 60px !important;
}

.m-l-6 {
    margin-left: 60px !important;
}

.m-x-6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
}

.m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.m-a-7 {
    margin: 70px 70px !important;
}

.m-t-7 {
    margin-top: 70px !important;
}

.m-r-7 {
    margin-right: 70px !important;
}

.m-b-7 {
    margin-bottom: 70px !important;
}

.m-l-7 {
    margin-left: 70px !important;
}

.m-x-7 {
    margin-right: 70px !important;
    margin-left: 70px !important;
}

.m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.m-a-8 {
    margin: 80px 80px !important;
}

.m-t-8 {
    margin-top: 80px !important;
}

.m-r-8 {
    margin-right: 80px !important;
}

.m-b-8 {
    margin-bottom: 80px !important;
}

.m-l-8 {
    margin-left: 80px !important;
}

.m-x-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
}

.m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.m-a-9 {
    margin: 90px 90px !important;
}

.m-t-9 {
    margin-top: 90px !important;
}

.m-r-9 {
    margin-right: 90px !important;
}

.m-b-9 {
    margin-bottom: 90px !important;
}

.m-l-9 {
    margin-left: 90px !important;
}

.m-x-9 {
    margin-right: 90px !important;
    margin-left: 90px !important;
}

.m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.m-a-10 {
    margin: 100px 100px !important;
}

.m-t-10 {
    margin-top: 100px !important;
}

.m-r-10 {
    margin-right: 100px !important;
}

.m-b-10 {
    margin-bottom: 100px !important;
}

.m-l-10 {
    margin-left: 100px !important;
}

.m-x-10 {
    margin-right: 100px !important;
    margin-left: 100px !important;
}

.m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.m-a-11 {
    margin: 110px 110px !important;
}

.m-t-11 {
    margin-top: 110px !important;
}

.m-r-11 {
    margin-right: 110px !important;
}

.m-b-11 {
    margin-bottom: 110px !important;
}

.m-l-11 {
    margin-left: 110px !important;
}

.m-x-11 {
    margin-right: 110px !important;
    margin-left: 110px !important;
}

.m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
}

.m-a-12 {
    margin: 120px 120px !important;
}

.m-t-12 {
    margin-top: 120px !important;
}

.m-r-12 {
    margin-right: 120px !important;
}

.m-b-12 {
    margin-bottom: 120px !important;
}

.m-l-12 {
    margin-left: 120px !important;
}

.m-x-12 {
    margin-right: 120px !important;
    margin-left: 120px !important;
}

.m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}

.m-a-13 {
    margin: 130px 130px !important;
}

.m-t-13 {
    margin-top: 130px !important;
}

.m-r-13 {
    margin-right: 130px !important;
}

.m-b-13 {
    margin-bottom: 130px !important;
}

.m-l-13 {
    margin-left: 130px !important;
}

.m-x-13 {
    margin-right: 130px !important;
    margin-left: 130px !important;
}

.m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
}

.m-a-14 {
    margin: 140px 140px !important;
}

.m-t-14 {
    margin-top: 140px !important;
}

.m-r-14 {
    margin-right: 140px !important;
}

.m-b-14 {
    margin-bottom: 140px !important;
}

.m-l-14 {
    margin-left: 140px !important;
}

.m-x-14 {
    margin-right: 140px !important;
    margin-left: 140px !important;
}

.m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
}

.m-a-15 {
    margin: 150px 150px !important;
}

.m-t-15 {
    margin-top: 150px !important;
}

.m-r-15 {
    margin-right: 150px !important;
}

.m-b-15 {
    margin-bottom: 150px !important;
}

.m-l-15 {
    margin-left: 150px !important;
}

.m-x-15 {
    margin-right: 150px !important;
    margin-left: 150px !important;
}

.m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}

.m-a-16 {
    margin: 160px 160px !important;
}

.m-t-16 {
    margin-top: 160px !important;
}

.m-r-16 {
    margin-right: 160px !important;
}

.m-b-16 {
    margin-bottom: 160px !important;
}

.m-l-16 {
    margin-left: 160px !important;
}

.m-x-16 {
    margin-right: 160px !important;
    margin-left: 160px !important;
}

.m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
}

.m-a-17 {
    margin: 170px 170px !important;
}

.m-t-17 {
    margin-top: 170px !important;
}

.m-r-17 {
    margin-right: 170px !important;
}

.m-b-17 {
    margin-bottom: 170px !important;
}

.m-l-17 {
    margin-left: 170px !important;
}

.m-x-17 {
    margin-right: 170px !important;
    margin-left: 170px !important;
}

.m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
}

.m-a-18 {
    margin: 180px 180px !important;
}

.m-t-18 {
    margin-top: 180px !important;
}

.m-r-18 {
    margin-right: 180px !important;
}

.m-b-18 {
    margin-bottom: 180px !important;
}

.m-l-18 {
    margin-left: 180px !important;
}

.m-x-18 {
    margin-right: 180px !important;
    margin-left: 180px !important;
}

.m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
}

.m-a-19 {
    margin: 190px 190px !important;
}

.m-t-19 {
    margin-top: 190px !important;
}

.m-r-19 {
    margin-right: 190px !important;
}

.m-b-19 {
    margin-bottom: 190px !important;
}

.m-l-19 {
    margin-left: 190px !important;
}

.m-x-19 {
    margin-right: 190px !important;
    margin-left: 190px !important;
}

.m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
}

.m-a-20 {
    margin: 200px 200px !important;
}

.m-t-20 {
    margin-top: 200px !important;
}

.m-r-20 {
    margin-right: 200px !important;
}

.m-b-20 {
    margin-bottom: 200px !important;
}

.m-l-20 {
    margin-left: 200px !important;
}

.m-x-20 {
    margin-right: 200px !important;
    margin-left: 200px !important;
}

.m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

.m-a-21 {
    margin: 210px 210px !important;
}

.m-t-21 {
    margin-top: 210px !important;
}

.m-r-21 {
    margin-right: 210px !important;
}

.m-b-21 {
    margin-bottom: 210px !important;
}

.m-l-21 {
    margin-left: 210px !important;
}

.m-x-21 {
    margin-right: 210px !important;
    margin-left: 210px !important;
}

.m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
}

.m-a-22 {
    margin: 220px 220px !important;
}

.m-t-22 {
    margin-top: 220px !important;
}

.m-r-22 {
    margin-right: 220px !important;
}

.m-b-22 {
    margin-bottom: 220px !important;
}

.m-l-22 {
    margin-left: 220px !important;
}

.m-x-22 {
    margin-right: 220px !important;
    margin-left: 220px !important;
}

.m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
}

.m-a-23 {
    margin: 230px 230px !important;
}

.m-t-23 {
    margin-top: 230px !important;
}

.m-r-23 {
    margin-right: 230px !important;
}

.m-b-23 {
    margin-bottom: 230px !important;
}

.m-l-23 {
    margin-left: 230px !important;
}

.m-x-23 {
    margin-right: 230px !important;
    margin-left: 230px !important;
}

.m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
}

.m-a-24 {
    margin: 240px 240px !important;
}

.m-t-24 {
    margin-top: 240px !important;
}

.m-r-24 {
    margin-right: 240px !important;
}

.m-b-24 {
    margin-bottom: 240px !important;
}

.m-l-24 {
    margin-left: 240px !important;
}

.m-x-24 {
    margin-right: 240px !important;
    margin-left: 240px !important;
}

.m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
}

.m-a-25 {
    margin: 250px 250px !important;
}

.m-t-25 {
    margin-top: 250px !important;
}

.m-r-25 {
    margin-right: 250px !important;
}

.m-b-25 {
    margin-bottom: 250px !important;
}

.m-l-25 {
    margin-left: 250px !important;
}

.m-x-25 {
    margin-right: 250px !important;
    margin-left: 250px !important;
}

.m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
}

.m-a-26 {
    margin: 260px 260px !important;
}

.m-t-26 {
    margin-top: 260px !important;
}

.m-r-26 {
    margin-right: 260px !important;
}

.m-b-26 {
    margin-bottom: 260px !important;
}

.m-l-26 {
    margin-left: 260px !important;
}

.m-x-26 {
    margin-right: 260px !important;
    margin-left: 260px !important;
}

.m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
}

.m-a-27 {
    margin: 270px 270px !important;
}

.m-t-27 {
    margin-top: 270px !important;
}

.m-r-27 {
    margin-right: 270px !important;
}

.m-b-27 {
    margin-bottom: 270px !important;
}

.m-l-27 {
    margin-left: 270px !important;
}

.m-x-27 {
    margin-right: 270px !important;
    margin-left: 270px !important;
}

.m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
}

.m-a-28 {
    margin: 280px 280px !important;
}

.m-t-28 {
    margin-top: 280px !important;
}

.m-r-28 {
    margin-right: 280px !important;
}

.m-b-28 {
    margin-bottom: 280px !important;
}

.m-l-28 {
    margin-left: 280px !important;
}

.m-x-28 {
    margin-right: 280px !important;
    margin-left: 280px !important;
}

.m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
}

.m-a-29 {
    margin: 290px 290px !important;
}

.m-t-29 {
    margin-top: 290px !important;
}

.m-r-29 {
    margin-right: 290px !important;
}

.m-b-29 {
    margin-bottom: 290px !important;
}

.m-l-29 {
    margin-left: 290px !important;
}

.m-x-29 {
    margin-right: 290px !important;
    margin-left: 290px !important;
}

.m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
}

.m-a-30 {
    margin: 300px 300px !important;
}

.m-t-30 {
    margin-top: 300px !important;
}

.m-r-30 {
    margin-right: 300px !important;
}

.m-b-30 {
    margin-bottom: 300px !important;
}

.m-l-30 {
    margin-left: 300px !important;
}

.m-x-30 {
    margin-right: 300px !important;
    margin-left: 300px !important;
}

.m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
}

.p-a--1 {
    padding: -10px -10px !important;
}

.p-t--1 {
    padding-top: -10px !important;
}

.p-r--1 {
    padding-right: -10px !important;
}

.p-b--1 {
    padding-bottom: -10px !important;
}

.p-l--1 {
    padding-left: -10px !important;
}

.p-x--1 {
    padding-right: -10px !important;
    padding-left: -10px !important;
}

.p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
}

.p-a--2 {
    padding: -20px -20px !important;
}

.p-t--2 {
    padding-top: -20px !important;
}

.p-r--2 {
    padding-right: -20px !important;
}

.p-b--2 {
    padding-bottom: -20px !important;
}

.p-l--2 {
    padding-left: -20px !important;
}

.p-x--2 {
    padding-right: -20px !important;
    padding-left: -20px !important;
}

.p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
}

.p-a--3 {
    padding: -30px -30px !important;
}

.p-t--3 {
    padding-top: -30px !important;
}

.p-r--3 {
    padding-right: -30px !important;
}

.p-b--3 {
    padding-bottom: -30px !important;
}

.p-l--3 {
    padding-left: -30px !important;
}

.p-x--3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
}

.p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
}

.p-a--4 {
    padding: -40px -40px !important;
}

.p-t--4 {
    padding-top: -40px !important;
}

.p-r--4 {
    padding-right: -40px !important;
}

.p-b--4 {
    padding-bottom: -40px !important;
}

.p-l--4 {
    padding-left: -40px !important;
}

.p-x--4 {
    padding-right: -40px !important;
    padding-left: -40px !important;
}

.p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
}

.p-a--5 {
    padding: -50px -50px !important;
}

.p-t--5 {
    padding-top: -50px !important;
}

.p-r--5 {
    padding-right: -50px !important;
}

.p-b--5 {
    padding-bottom: -50px !important;
}

.p-l--5 {
    padding-left: -50px !important;
}

.p-x--5 {
    padding-right: -50px !important;
    padding-left: -50px !important;
}

.p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
}

.p-a--6 {
    padding: -60px -60px !important;
}

.p-t--6 {
    padding-top: -60px !important;
}

.p-r--6 {
    padding-right: -60px !important;
}

.p-b--6 {
    padding-bottom: -60px !important;
}

.p-l--6 {
    padding-left: -60px !important;
}

.p-x--6 {
    padding-right: -60px !important;
    padding-left: -60px !important;
}

.p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
}

.p-a--7 {
    padding: -70px -70px !important;
}

.p-t--7 {
    padding-top: -70px !important;
}

.p-r--7 {
    padding-right: -70px !important;
}

.p-b--7 {
    padding-bottom: -70px !important;
}

.p-l--7 {
    padding-left: -70px !important;
}

.p-x--7 {
    padding-right: -70px !important;
    padding-left: -70px !important;
}

.p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
}

.p-a--8 {
    padding: -80px -80px !important;
}

.p-t--8 {
    padding-top: -80px !important;
}

.p-r--8 {
    padding-right: -80px !important;
}

.p-b--8 {
    padding-bottom: -80px !important;
}

.p-l--8 {
    padding-left: -80px !important;
}

.p-x--8 {
    padding-right: -80px !important;
    padding-left: -80px !important;
}

.p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
}

.p-a--9 {
    padding: -90px -90px !important;
}

.p-t--9 {
    padding-top: -90px !important;
}

.p-r--9 {
    padding-right: -90px !important;
}

.p-b--9 {
    padding-bottom: -90px !important;
}

.p-l--9 {
    padding-left: -90px !important;
}

.p-x--9 {
    padding-right: -90px !important;
    padding-left: -90px !important;
}

.p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
}

.p-a--10 {
    padding: -100px -100px !important;
}

.p-t--10 {
    padding-top: -100px !important;
}

.p-r--10 {
    padding-right: -100px !important;
}

.p-b--10 {
    padding-bottom: -100px !important;
}

.p-l--10 {
    padding-left: -100px !important;
}

.p-x--10 {
    padding-right: -100px !important;
    padding-left: -100px !important;
}

.p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
}

.p-a--11 {
    padding: -110px -110px !important;
}

.p-t--11 {
    padding-top: -110px !important;
}

.p-r--11 {
    padding-right: -110px !important;
}

.p-b--11 {
    padding-bottom: -110px !important;
}

.p-l--11 {
    padding-left: -110px !important;
}

.p-x--11 {
    padding-right: -110px !important;
    padding-left: -110px !important;
}

.p-y--11 {
    padding-top: -110px !important;
    padding-bottom: -110px !important;
}

.p-a--12 {
    padding: -120px -120px !important;
}

.p-t--12 {
    padding-top: -120px !important;
}

.p-r--12 {
    padding-right: -120px !important;
}

.p-b--12 {
    padding-bottom: -120px !important;
}

.p-l--12 {
    padding-left: -120px !important;
}

.p-x--12 {
    padding-right: -120px !important;
    padding-left: -120px !important;
}

.p-y--12 {
    padding-top: -120px !important;
    padding-bottom: -120px !important;
}

.p-a--13 {
    padding: -130px -130px !important;
}

.p-t--13 {
    padding-top: -130px !important;
}

.p-r--13 {
    padding-right: -130px !important;
}

.p-b--13 {
    padding-bottom: -130px !important;
}

.p-l--13 {
    padding-left: -130px !important;
}

.p-x--13 {
    padding-right: -130px !important;
    padding-left: -130px !important;
}

.p-y--13 {
    padding-top: -130px !important;
    padding-bottom: -130px !important;
}

.p-a--14 {
    padding: -140px -140px !important;
}

.p-t--14 {
    padding-top: -140px !important;
}

.p-r--14 {
    padding-right: -140px !important;
}

.p-b--14 {
    padding-bottom: -140px !important;
}

.p-l--14 {
    padding-left: -140px !important;
}

.p-x--14 {
    padding-right: -140px !important;
    padding-left: -140px !important;
}

.p-y--14 {
    padding-top: -140px !important;
    padding-bottom: -140px !important;
}

.p-a--15 {
    padding: -150px -150px !important;
}

.p-t--15 {
    padding-top: -150px !important;
}

.p-r--15 {
    padding-right: -150px !important;
}

.p-b--15 {
    padding-bottom: -150px !important;
}

.p-l--15 {
    padding-left: -150px !important;
}

.p-x--15 {
    padding-right: -150px !important;
    padding-left: -150px !important;
}

.p-y--15 {
    padding-top: -150px !important;
    padding-bottom: -150px !important;
}

.p-a--16 {
    padding: -160px -160px !important;
}

.p-t--16 {
    padding-top: -160px !important;
}

.p-r--16 {
    padding-right: -160px !important;
}

.p-b--16 {
    padding-bottom: -160px !important;
}

.p-l--16 {
    padding-left: -160px !important;
}

.p-x--16 {
    padding-right: -160px !important;
    padding-left: -160px !important;
}

.p-y--16 {
    padding-top: -160px !important;
    padding-bottom: -160px !important;
}

.p-a--17 {
    padding: -170px -170px !important;
}

.p-t--17 {
    padding-top: -170px !important;
}

.p-r--17 {
    padding-right: -170px !important;
}

.p-b--17 {
    padding-bottom: -170px !important;
}

.p-l--17 {
    padding-left: -170px !important;
}

.p-x--17 {
    padding-right: -170px !important;
    padding-left: -170px !important;
}

.p-y--17 {
    padding-top: -170px !important;
    padding-bottom: -170px !important;
}

.p-a--18 {
    padding: -180px -180px !important;
}

.p-t--18 {
    padding-top: -180px !important;
}

.p-r--18 {
    padding-right: -180px !important;
}

.p-b--18 {
    padding-bottom: -180px !important;
}

.p-l--18 {
    padding-left: -180px !important;
}

.p-x--18 {
    padding-right: -180px !important;
    padding-left: -180px !important;
}

.p-y--18 {
    padding-top: -180px !important;
    padding-bottom: -180px !important;
}

.p-a--19 {
    padding: -190px -190px !important;
}

.p-t--19 {
    padding-top: -190px !important;
}

.p-r--19 {
    padding-right: -190px !important;
}

.p-b--19 {
    padding-bottom: -190px !important;
}

.p-l--19 {
    padding-left: -190px !important;
}

.p-x--19 {
    padding-right: -190px !important;
    padding-left: -190px !important;
}

.p-y--19 {
    padding-top: -190px !important;
    padding-bottom: -190px !important;
}

.p-a--20 {
    padding: -200px -200px !important;
}

.p-t--20 {
    padding-top: -200px !important;
}

.p-r--20 {
    padding-right: -200px !important;
}

.p-b--20 {
    padding-bottom: -200px !important;
}

.p-l--20 {
    padding-left: -200px !important;
}

.p-x--20 {
    padding-right: -200px !important;
    padding-left: -200px !important;
}

.p-y--20 {
    padding-top: -200px !important;
    padding-bottom: -200px !important;
}

.p-a--21 {
    padding: -210px -210px !important;
}

.p-t--21 {
    padding-top: -210px !important;
}

.p-r--21 {
    padding-right: -210px !important;
}

.p-b--21 {
    padding-bottom: -210px !important;
}

.p-l--21 {
    padding-left: -210px !important;
}

.p-x--21 {
    padding-right: -210px !important;
    padding-left: -210px !important;
}

.p-y--21 {
    padding-top: -210px !important;
    padding-bottom: -210px !important;
}

.p-a--22 {
    padding: -220px -220px !important;
}

.p-t--22 {
    padding-top: -220px !important;
}

.p-r--22 {
    padding-right: -220px !important;
}

.p-b--22 {
    padding-bottom: -220px !important;
}

.p-l--22 {
    padding-left: -220px !important;
}

.p-x--22 {
    padding-right: -220px !important;
    padding-left: -220px !important;
}

.p-y--22 {
    padding-top: -220px !important;
    padding-bottom: -220px !important;
}

.p-a--23 {
    padding: -230px -230px !important;
}

.p-t--23 {
    padding-top: -230px !important;
}

.p-r--23 {
    padding-right: -230px !important;
}

.p-b--23 {
    padding-bottom: -230px !important;
}

.p-l--23 {
    padding-left: -230px !important;
}

.p-x--23 {
    padding-right: -230px !important;
    padding-left: -230px !important;
}

.p-y--23 {
    padding-top: -230px !important;
    padding-bottom: -230px !important;
}

.p-a--24 {
    padding: -240px -240px !important;
}

.p-t--24 {
    padding-top: -240px !important;
}

.p-r--24 {
    padding-right: -240px !important;
}

.p-b--24 {
    padding-bottom: -240px !important;
}

.p-l--24 {
    padding-left: -240px !important;
}

.p-x--24 {
    padding-right: -240px !important;
    padding-left: -240px !important;
}

.p-y--24 {
    padding-top: -240px !important;
    padding-bottom: -240px !important;
}

.p-a--25 {
    padding: -250px -250px !important;
}

.p-t--25 {
    padding-top: -250px !important;
}

.p-r--25 {
    padding-right: -250px !important;
}

.p-b--25 {
    padding-bottom: -250px !important;
}

.p-l--25 {
    padding-left: -250px !important;
}

.p-x--25 {
    padding-right: -250px !important;
    padding-left: -250px !important;
}

.p-y--25 {
    padding-top: -250px !important;
    padding-bottom: -250px !important;
}

.p-a--26 {
    padding: -260px -260px !important;
}

.p-t--26 {
    padding-top: -260px !important;
}

.p-r--26 {
    padding-right: -260px !important;
}

.p-b--26 {
    padding-bottom: -260px !important;
}

.p-l--26 {
    padding-left: -260px !important;
}

.p-x--26 {
    padding-right: -260px !important;
    padding-left: -260px !important;
}

.p-y--26 {
    padding-top: -260px !important;
    padding-bottom: -260px !important;
}

.p-a--27 {
    padding: -270px -270px !important;
}

.p-t--27 {
    padding-top: -270px !important;
}

.p-r--27 {
    padding-right: -270px !important;
}

.p-b--27 {
    padding-bottom: -270px !important;
}

.p-l--27 {
    padding-left: -270px !important;
}

.p-x--27 {
    padding-right: -270px !important;
    padding-left: -270px !important;
}

.p-y--27 {
    padding-top: -270px !important;
    padding-bottom: -270px !important;
}

.p-a--28 {
    padding: -280px -280px !important;
}

.p-t--28 {
    padding-top: -280px !important;
}

.p-r--28 {
    padding-right: -280px !important;
}

.p-b--28 {
    padding-bottom: -280px !important;
}

.p-l--28 {
    padding-left: -280px !important;
}

.p-x--28 {
    padding-right: -280px !important;
    padding-left: -280px !important;
}

.p-y--28 {
    padding-top: -280px !important;
    padding-bottom: -280px !important;
}

.p-a--29 {
    padding: -290px -290px !important;
}

.p-t--29 {
    padding-top: -290px !important;
}

.p-r--29 {
    padding-right: -290px !important;
}

.p-b--29 {
    padding-bottom: -290px !important;
}

.p-l--29 {
    padding-left: -290px !important;
}

.p-x--29 {
    padding-right: -290px !important;
    padding-left: -290px !important;
}

.p-y--29 {
    padding-top: -290px !important;
    padding-bottom: -290px !important;
}

.p-a--30 {
    padding: -300px -300px !important;
}

.p-t--30 {
    padding-top: -300px !important;
}

.p-r--30 {
    padding-right: -300px !important;
}

.p-b--30 {
    padding-bottom: -300px !important;
}

.p-l--30 {
    padding-left: -300px !important;
}

.p-x--30 {
    padding-right: -300px !important;
    padding-left: -300px !important;
}

.p-y--30 {
    padding-top: -300px !important;
    padding-bottom: -300px !important;
}

.p-a-0 {
    padding: 0 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a-1 {
    padding: 10px 10px !important;
}

.p-t-1 {
    padding-top: 10px !important;
}

.p-r-1 {
    padding-right: 10px !important;
}

.p-b-1 {
    padding-bottom: 10px !important;
}

.p-l-1 {
    padding-left: 10px !important;
}

.p-x-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p-a-2 {
    padding: 20px 20px !important;
}

.p-t-2 {
    padding-top: 20px !important;
}

.p-r-2 {
    padding-right: 20px !important;
}

.p-b-2 {
    padding-bottom: 20px !important;
}

.p-l-2 {
    padding-left: 20px !important;
}

.p-x-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.p-a-3 {
    padding: 30px 30px !important;
}

.p-t-3 {
    padding-top: 30px !important;
}

.p-r-3 {
    padding-right: 30px !important;
}

.p-b-3 {
    padding-bottom: 30px !important;
}

.p-l-3 {
    padding-left: 30px !important;
}

.p-x-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.p-a-4 {
    padding: 40px 40px !important;
}

.p-t-4 {
    padding-top: 40px !important;
}

.p-r-4 {
    padding-right: 40px !important;
}

.p-b-4 {
    padding-bottom: 40px !important;
}

.p-l-4 {
    padding-left: 40px !important;
}

.p-x-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.p-a-5 {
    padding: 50px 50px !important;
}

.p-t-5 {
    padding-top: 50px !important;
}

.p-r-5 {
    padding-right: 50px !important;
}

.p-b-5 {
    padding-bottom: 50px !important;
}

.p-l-5 {
    padding-left: 50px !important;
}

.p-x-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.p-a-6 {
    padding: 60px 60px !important;
}

.p-t-6 {
    padding-top: 60px !important;
}

.p-r-6 {
    padding-right: 60px !important;
}

.p-b-6 {
    padding-bottom: 60px !important;
}

.p-l-6 {
    padding-left: 60px !important;
}

.p-x-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.p-a-7 {
    padding: 70px 70px !important;
}

.p-t-7 {
    padding-top: 70px !important;
}

.p-r-7 {
    padding-right: 70px !important;
}

.p-b-7 {
    padding-bottom: 70px !important;
}

.p-l-7 {
    padding-left: 70px !important;
}

.p-x-7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
}

.p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.p-a-8 {
    padding: 80px 80px !important;
}

.p-t-8 {
    padding-top: 80px !important;
}

.p-r-8 {
    padding-right: 80px !important;
}

.p-b-8 {
    padding-bottom: 80px !important;
}

.p-l-8 {
    padding-left: 80px !important;
}

.p-x-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
}

.p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.p-a-9 {
    padding: 90px 90px !important;
}

.p-t-9 {
    padding-top: 90px !important;
}

.p-r-9 {
    padding-right: 90px !important;
}

.p-b-9 {
    padding-bottom: 90px !important;
}

.p-l-9 {
    padding-left: 90px !important;
}

.p-x-9 {
    padding-right: 90px !important;
    padding-left: 90px !important;
}

.p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.p-a-10 {
    padding: 100px 100px !important;
}

.p-t-10 {
    padding-top: 100px !important;
}

.p-r-10 {
    padding-right: 100px !important;
}

.p-b-10 {
    padding-bottom: 100px !important;
}

.p-l-10 {
    padding-left: 100px !important;
}

.p-x-10 {
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.p-a-11 {
    padding: 110px 110px !important;
}

.p-t-11 {
    padding-top: 110px !important;
}

.p-r-11 {
    padding-right: 110px !important;
}

.p-b-11 {
    padding-bottom: 110px !important;
}

.p-l-11 {
    padding-left: 110px !important;
}

.p-x-11 {
    padding-right: 110px !important;
    padding-left: 110px !important;
}

.p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

.p-a-12 {
    padding: 120px 120px !important;
}

.p-t-12 {
    padding-top: 120px !important;
}

.p-r-12 {
    padding-right: 120px !important;
}

.p-b-12 {
    padding-bottom: 120px !important;
}

.p-l-12 {
    padding-left: 120px !important;
}

.p-x-12 {
    padding-right: 120px !important;
    padding-left: 120px !important;
}

.p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.p-a-13 {
    padding: 130px 130px !important;
}

.p-t-13 {
    padding-top: 130px !important;
}

.p-r-13 {
    padding-right: 130px !important;
}

.p-b-13 {
    padding-bottom: 130px !important;
}

.p-l-13 {
    padding-left: 130px !important;
}

.p-x-13 {
    padding-right: 130px !important;
    padding-left: 130px !important;
}

.p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.p-a-14 {
    padding: 140px 140px !important;
}

.p-t-14 {
    padding-top: 140px !important;
}

.p-r-14 {
    padding-right: 140px !important;
}

.p-b-14 {
    padding-bottom: 140px !important;
}

.p-l-14 {
    padding-left: 140px !important;
}

.p-x-14 {
    padding-right: 140px !important;
    padding-left: 140px !important;
}

.p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

.p-a-15 {
    padding: 150px 150px !important;
}

.p-t-15 {
    padding-top: 150px !important;
}

.p-r-15 {
    padding-right: 150px !important;
}

.p-b-15 {
    padding-bottom: 150px !important;
}

.p-l-15 {
    padding-left: 150px !important;
}

.p-x-15 {
    padding-right: 150px !important;
    padding-left: 150px !important;
}

.p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.p-a-16 {
    padding: 160px 160px !important;
}

.p-t-16 {
    padding-top: 160px !important;
}

.p-r-16 {
    padding-right: 160px !important;
}

.p-b-16 {
    padding-bottom: 160px !important;
}

.p-l-16 {
    padding-left: 160px !important;
}

.p-x-16 {
    padding-right: 160px !important;
    padding-left: 160px !important;
}

.p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

.p-a-17 {
    padding: 170px 170px !important;
}

.p-t-17 {
    padding-top: 170px !important;
}

.p-r-17 {
    padding-right: 170px !important;
}

.p-b-17 {
    padding-bottom: 170px !important;
}

.p-l-17 {
    padding-left: 170px !important;
}

.p-x-17 {
    padding-right: 170px !important;
    padding-left: 170px !important;
}

.p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
}

.p-a-18 {
    padding: 180px 180px !important;
}

.p-t-18 {
    padding-top: 180px !important;
}

.p-r-18 {
    padding-right: 180px !important;
}

.p-b-18 {
    padding-bottom: 180px !important;
}

.p-l-18 {
    padding-left: 180px !important;
}

.p-x-18 {
    padding-right: 180px !important;
    padding-left: 180px !important;
}

.p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

.p-a-19 {
    padding: 190px 190px !important;
}

.p-t-19 {
    padding-top: 190px !important;
}

.p-r-19 {
    padding-right: 190px !important;
}

.p-b-19 {
    padding-bottom: 190px !important;
}

.p-l-19 {
    padding-left: 190px !important;
}

.p-x-19 {
    padding-right: 190px !important;
    padding-left: 190px !important;
}

.p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
}

.p-a-20 {
    padding: 200px 200px !important;
}

.p-t-20 {
    padding-top: 200px !important;
}

.p-r-20 {
    padding-right: 200px !important;
}

.p-b-20 {
    padding-bottom: 200px !important;
}

.p-l-20 {
    padding-left: 200px !important;
}

.p-x-20 {
    padding-right: 200px !important;
    padding-left: 200px !important;
}

.p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.p-a-21 {
    padding: 210px 210px !important;
}

.p-t-21 {
    padding-top: 210px !important;
}

.p-r-21 {
    padding-right: 210px !important;
}

.p-b-21 {
    padding-bottom: 210px !important;
}

.p-l-21 {
    padding-left: 210px !important;
}

.p-x-21 {
    padding-right: 210px !important;
    padding-left: 210px !important;
}

.p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
}

.p-a-22 {
    padding: 220px 220px !important;
}

.p-t-22 {
    padding-top: 220px !important;
}

.p-r-22 {
    padding-right: 220px !important;
}

.p-b-22 {
    padding-bottom: 220px !important;
}

.p-l-22 {
    padding-left: 220px !important;
}

.p-x-22 {
    padding-right: 220px !important;
    padding-left: 220px !important;
}

.p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
}

.p-a-23 {
    padding: 230px 230px !important;
}

.p-t-23 {
    padding-top: 230px !important;
}

.p-r-23 {
    padding-right: 230px !important;
}

.p-b-23 {
    padding-bottom: 230px !important;
}

.p-l-23 {
    padding-left: 230px !important;
}

.p-x-23 {
    padding-right: 230px !important;
    padding-left: 230px !important;
}

.p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
}

.p-a-24 {
    padding: 240px 240px !important;
}

.p-t-24 {
    padding-top: 240px !important;
}

.p-r-24 {
    padding-right: 240px !important;
}

.p-b-24 {
    padding-bottom: 240px !important;
}

.p-l-24 {
    padding-left: 240px !important;
}

.p-x-24 {
    padding-right: 240px !important;
    padding-left: 240px !important;
}

.p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
}

.p-a-25 {
    padding: 250px 250px !important;
}

.p-t-25 {
    padding-top: 250px !important;
}

.p-r-25 {
    padding-right: 250px !important;
}

.p-b-25 {
    padding-bottom: 250px !important;
}

.p-l-25 {
    padding-left: 250px !important;
}

.p-x-25 {
    padding-right: 250px !important;
    padding-left: 250px !important;
}

.p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
}

.p-a-26 {
    padding: 260px 260px !important;
}

.p-t-26 {
    padding-top: 260px !important;
}

.p-r-26 {
    padding-right: 260px !important;
}

.p-b-26 {
    padding-bottom: 260px !important;
}

.p-l-26 {
    padding-left: 260px !important;
}

.p-x-26 {
    padding-right: 260px !important;
    padding-left: 260px !important;
}

.p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
}

.p-a-27 {
    padding: 270px 270px !important;
}

.p-t-27 {
    padding-top: 270px !important;
}

.p-r-27 {
    padding-right: 270px !important;
}

.p-b-27 {
    padding-bottom: 270px !important;
}

.p-l-27 {
    padding-left: 270px !important;
}

.p-x-27 {
    padding-right: 270px !important;
    padding-left: 270px !important;
}

.p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
}

.p-a-28 {
    padding: 280px 280px !important;
}

.p-t-28 {
    padding-top: 280px !important;
}

.p-r-28 {
    padding-right: 280px !important;
}

.p-b-28 {
    padding-bottom: 280px !important;
}

.p-l-28 {
    padding-left: 280px !important;
}

.p-x-28 {
    padding-right: 280px !important;
    padding-left: 280px !important;
}

.p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
}

.p-a-29 {
    padding: 290px 290px !important;
}

.p-t-29 {
    padding-top: 290px !important;
}

.p-r-29 {
    padding-right: 290px !important;
}

.p-b-29 {
    padding-bottom: 290px !important;
}

.p-l-29 {
    padding-left: 290px !important;
}

.p-x-29 {
    padding-right: 290px !important;
    padding-left: 290px !important;
}

.p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
}

.p-a-30 {
    padding: 300px 300px !important;
}

.p-t-30 {
    padding-top: 300px !important;
}

.p-r-30 {
    padding-right: 300px !important;
}

.p-b-30 {
    padding-bottom: 300px !important;
}

.p-l-30 {
    padding-left: 300px !important;
}

.p-x-30 {
    padding-right: 300px !important;
    padding-left: 300px !important;
}

.p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width: 544px) {
    .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-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-muted {
    color: #141428 !important;
}

a.text-muted:focus,
a.text-muted:hover {
    color: #030306 !important;
}

.text-primary {
    color: #0275d8 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5 !important;
}

.text-success {
    color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44 !important;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5 !important;
}

.text-warning {
    color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f !important;
}

.text-danger {
    color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*------------------------------------------------------------------
[2. Font Awesome]
------------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
            format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.8571428571em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*------------------------------------------------------------------
[3. Loader]
------------------------------------------------------------------*/
.pace-on .pace-overlay {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s 0s, height 0s 0.5s;
    background-color: #991d1f;
}

.pace-on.pace-running {
    overflow: hidden;
}

.pace-done .pace-overlay {
    opacity: 0;
    height: 0;
}

.pace {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    transition: opacity 0.5s 0s, height 0s 0.5s;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    height: 0;
    opacity: 0;
}

.pace-dot .pace .pace-progress {
    transform: translate3d(0, 0, 0) !important;
    position: fixed;
    width: 100%;
    height: 100%;
}

.pace-dot .pace-progress-inner {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    margin-left: -30px;
    margin-right: -30px;
    animation: pace-progress 1s infinite ease-in-out;
    background: rgba(255, 255, 255, 0.9);
}

@keyframes pace-progress {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.pace-line.pace-on {
    background-size: auto;
}

.pace-line .pace .pace-progress {
    position: absolute;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
    transition: width 1s;
    background: rgba(255, 255, 255, 0.9);
}

.pace-counter .pace .pace-progress {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 200px !important;
    margin-top: -50px;
    margin-left: -100px;
    line-height: 100px;
    font-size: 60px;
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
    text-align: center;
    transform: translate3d(0, 0, 0) !important;
    color: rgba(255, 255, 255, 0.9);
}

.pace-counter .pace .pace-progress:after {
    content: attr(data-progress-text);
    display: block;
}

.pace-logo-pulse .pace {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-image: url("../images/logo-square.png");
    animation: logo-pulse 3s linear infinite;
}

.pace-logo-pulse .pace:before {
    content: "";
}

.pace-logo-pulse .pace .pace-progress,
.pace-logo-pulse .pace:before {
    position: absolute;
    z-index: 2000;
    bottom: 0px;
    left: 10%;
    width: 80%;
    height: 4px;
}

@keyframes logo-pulse {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1);
    }

    50% {
        transform: translate3d(-50%, -50%, 0) scale(0.9);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) scale(1);
    }
}

.pace-logo-counter .pace {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-image: url("../images/logo-square.png");
}

.pace-logo-counter .pace:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
}

.pace-logo-counter .pace .pace-progress {
    background-color: #991d1f;
}

.pace-logo-counter .pace .pace-progress,
.pace-logo-counter .pace:before {
    position: absolute;
    z-index: 2000;
    bottom: 0px;
    left: 10%;
    width: 80%;
    height: 4px;
}

.pace-logo-rotate .pace {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    animation: logo-rotate 2.2s infinite ease-in-out;
    background-image: url("../images/logo-square.png");
}

@keyframes logo-rotate {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    33% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    66% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }

    100% {
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
}

.pace-circle .pace-progress,
.pace-circle .pace-progress:before,
.pace-circle .pace-progress:after {
    border-radius: 50%;
}

.pace-circle .pace-progress:before,
.pace-circle .pace-progress:after {
    position: absolute;
    content: "";
}

.pace-circle .pace-progress:before {
    width: 2.6em;
    height: 5.1em;
    background: #991d1f;
    border-radius: 5.1em 0 0 5.1em;
    top: -0.05em;
    left: -0.05em;
    transform-origin: 2.6em 2.55em;
    animation: pace-circle 2s infinite ease 1.5s;
}

.pace-circle .pace-progress {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    text-indent: -99999em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5em;
    height: 5em;
    box-shadow: inset 0 0 0 0.4em;
    transform: translate3d(-50%, -50%, 0) !important;
    border: 1px solid transparent;
}

.pace-circle .pace-progress:after {
    width: 2.6em;
    height: 5.1em;
    background: #991d1f;
    border-radius: 0 5.1em 5.1em 0;
    top: -0.05em;
    left: 2.55em;
    transform-origin: 0px 2.55em;
    animation: pace-circle 2s infinite ease;
}

@keyframes pace-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pace-cross .pace-progress {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) !important;
}

.pace-cross .pace-progress:before,
.pace-cross .pace-progress:after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    animation: pace-cross 4s ease infinite;
    opacity: 0.8;
    border-radius: 3px;
}

.pace-cross .pace-progress:before {
    left: 50%;
    top: 0;
    height: 100%;
    width: 6px;
    margin-left: -3px;
}

.pace-cross .pace-progress:after {
    left: 10%;
    width: 80%;
    height: 6px;
    top: 30%;
    margin-top: -3px;
}

@keyframes pace-cross {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(360deg);
    }

    75% {
        transform: rotate(765deg);
    }

    100% {
        transform: rotate(720deg);
    }
}

.pace-flower .pace-progress {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) !important;
    border-radius: 50%;
}

.pace-flower .pace-progress-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pace-flower 4s infinite cubic-bezier(0.74, 0.01, 0.35, 1.01);
    box-shadow: none;
}

@keyframes pace-flower {
    0% {
        box-shadow: none;
    }

    25% {
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9),
            -20px -20px 0 5px rgba(255, 255, 255, 0.9),
            -20px 20px 0 5px rgba(255, 255, 255, 0.9),
            20px 20px 0 5px rgba(255, 255, 255, 0.9),
            20px -20px 0 5px rgba(255, 255, 255, 0.9),
            30px 0px 0px 5px rgba(255, 255, 255, 0.9),
            -30px 0px 0px 5px rgba(255, 255, 255, 0.9),
            0px 30px 0px 5px rgba(255, 255, 255, 0.9),
            0px -30px 0px 5px rgba(255, 255, 255, 0.9);
        transform: rotate(0.25turn);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.5) rotate(2turn);
        opacity: 0.1;
    }

    75% {
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9),
            -20px -20px 0 5px rgba(255, 255, 255, 0.9),
            -20px 20px 0 5px rgba(255, 255, 255, 0.9),
            20px 20px 0 5px rgba(255, 255, 255, 0.9),
            20px -20px 0 5px rgba(255, 255, 255, 0.9),
            30px 0px 0px 5px rgba(255, 255, 255, 0.9),
            -30px 0px 0px 5px rgba(255, 255, 255, 0.9),
            0px 30px 0px 5px rgba(255, 255, 255, 0.9),
            0px -30px 0px 5px rgba(255, 255, 255, 0.9);
        transform: rotate(0.4turn);
        opacity: 0.6;
    }

    100% {
        box-shadow: none;
    }
}

.pace-double-dot .pace-progress {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) !important;
}

.pace-double-dot .pace-progress:before,
.pace-double-dot .pace-progress:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0.6;
    animation: pace-double-dot 2s infinite ease-in-out;
}

.pace-double-dot .pace-progress:before {
    animation-delay: -1s;
}

@keyframes pace-double-dot {
    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.pace-squares .pace-progress {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) !important;
}

.pace-squares .pace-progress:before,
.pace-squares .pace-progress:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    animation: pace-squares 1.8s infinite ease-in-out;
    opacity: 0.5;
}

.pace-squares .pace-progress:after {
    animation-delay: -0.9s;
}

@keyframes pace-squares {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        opacity: 1;
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        opacity: 0.5;
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        opacity: 1;
    }

    100% {
        transform: rotate(-360deg);
        opacity: 0.5;
    }
}

.pace-flipper .pace-progress {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) !important;
    background-color: rgba(255, 255, 255, 0.9);
    animation: pace-flipper 1.2s infinite ease-in-out;
}

@keyframes pace-flipper {
    0% {
        transform: translate3d(-50%, -50%, 0) perspective(120px) rotateX(0deg)
            rotateY(0deg);
    }

    50% {
        transform: translate3d(-50%, -50%, 0) perspective(120px)
            rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) perspective(120px)
            rotateX(-180deg) rotateY(-179.9deg);
    }
}

.pace-double-spinner .pace-progress {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) !important;
}

.pace-double-spinner .pace-progress-inner {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    animation: pace-double-spinner 1s linear infinite;
}

@keyframes pace-double-spinner {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pace-bars .pace-progress {
    width: 10px;
    height: 48px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    animation: pace-bars 1s ease-in-out infinite;
    animation-delay: 0.4s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) !important;
}

.pace-bars .pace-progress:after,
.pace-bars .pace-progress:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 48px;
    background: rgba(255, 255, 255, 0.9);
    animation: pace-bars 1s ease-in-out infinite;
}

.pace-bars .pace-progress:before {
    right: 18px;
    animation-delay: 0.2s;
}

.pace-bars .pace-progress::after {
    left: 18px;
    animation-delay: 0.6s;
}

@keyframes pace-bars {
    0%,
    100% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0.9),
            0 0 0 rgba(255, 255, 255, 0.9);
    }

    50% {
        box-shadow: 0 -8px 0 rgba(255, 255, 255, 0.9),
            0 8px 0 rgba(255, 255, 255, 0.9);
    }
}

/*------------------------------------------------------------------
[4. Sections]
------------------------------------------------------------------*/
.section {
    position: relative;
}

.section-content {
    position: relative;
    z-index: 2;
}

.section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.section-fullheight {
    min-height: 100vh;
}

.section-fullheight .container,
.section-fullheight .container-fullwidth {
    min-height: 100vh;
}

.section-fullheight .container > .row,
.section-fullheight .container-fullwidth > .row {
    height: 100vh;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .section-fullheight {
        height: 768px;
    }

    .section-fullheight .container,
    .section-fullheight .container-fullwidth {
        min-height: 768px;
    }

    .section-fullheight .container > .row,
    .section-fullheight .container-fullwidth > .row {
        min-height: 768px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .section-fullheight {
        height: 1024px;
    }

    .section-fullheight .container,
    .section-fullheight .container-fullwidth {
        min-height: 1024px;
    }

    .section-fullheight .container > .row,
    .section-fullheight .container-fullwidth > .row {
        min-height: 1024px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .section-fullheight {
        height: 320px;
    }

    .section-fullheight .container,
    .section-fullheight .container-fullwidth {
        min-height: 320px;
    }

    .section-fullheight .container > .row,
    .section-fullheight .container-fullwidth > .row {
        min-height: 320px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .section-fullheight {
        height: 568px;
    }

    .section-fullheight .container,
    .section-fullheight .container-fullwidth {
        min-height: 568px;
    }

    .section-fullheight .container > .row,
    .section-fullheight .container-fullwidth > .row {
        min-height: 568px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .section-fullheight {
        height: 320px;
    }

    .section-fullheight .container,
    .section-fullheight .container-fullwidth {
        min-height: 320px;
    }

    .section-fullheight .container > .row,
    .section-fullheight .container-fullwidth > .row {
        min-height: 320px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .section-fullheight {
        height: 480px;
    }

    .section-fullheight .container,
    .section-fullheight .container-fullwidth {
        min-height: 480px;
    }

    .section-fullheight .container > .row,
    .section-fullheight .container-fullwidth > .row {
        min-height: 480px;
    }
}

.section-bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.section-bg-image-position-xs-top {
    background-position: top;
}

.section-bg-image-position-xs-middle {
    background-position: 50%;
}

.section-bg-image-position-xs-bottom {
    background-position: bottom;
}

.section-bg-image-size-xs-100 {
    background-size: 100%;
}

.section-bg-image-size-xs-cover {
    background-size: cover;
}

.section-bg-image-size-xs-contain {
    background-size: contain;
}

@media (min-width: 544px) {
    .section-bg-image-position-sm-top {
        background-position: top;
    }

    .section-bg-image-position-sm-middle {
        background-position: 50%;
    }

    .section-bg-image-position-sm-bottom {
        background-position: bottom;
    }

    .section-bg-image-size-sm-100 {
        background-size: 100%;
    }

    .section-bg-image-size-sm-cover {
        background-size: cover;
    }

    .section-bg-image-size-sm-contain {
        background-size: contain;
    }
}

@media (min-width: 768px) {
    .section-bg-image-position-md-top {
        background-position: top;
    }

    .section-bg-image-position-md-middle {
        background-position: 50%;
    }

    .section-bg-image-position-md-bottom {
        background-position: bottom;
    }

    .section-bg-image-size-md-100 {
        background-size: 100%;
    }

    .section-bg-image-size-md-cover {
        background-size: cover;
    }

    .section-bg-image-size-md-contain {
        background-size: contain;
    }
}

@media (min-width: 992px) {
    .section-bg-image-position-lg-top {
        background-position: top;
    }

    .section-bg-image-position-lg-middle {
        background-position: 50%;
    }

    .section-bg-image-position-lg-bottom {
        background-position: bottom;
    }

    .section-bg-image-size-lg-100 {
        background-size: 100%;
    }

    .section-bg-image-size-lg-cover {
        background-size: cover;
    }

    .section-bg-image-size-lg-contain {
        background-size: contain;
    }
}

@media (min-width: 1200px) {
    .section-bg-image-position-xl-top {
        background-position: top;
    }

    .section-bg-image-position-xl-middle {
        background-position: 50%;
    }

    .section-bg-image-position-xl-bottom {
        background-position: bottom;
    }

    .section-bg-image-size-xl-100 {
        background-size: 100%;
    }

    .section-bg-image-size-xl-cover {
        background-size: cover;
    }

    .section-bg-image-size-xl-contain {
        background-size: contain;
    }
}

.section-bg-image-repeat {
    background-repeat: repeat;
}

body:not(.dvt-agent-touch) .section-bg-image-paralax {
    display: none;
    /* 1 */
    height: 120%;
    top: -10%;
}

body:not(.dvt-agent-iphone) .section-bg-image-attachment-fix,
body:not(.dvt-agent-ipad) .section-bg-image-attachment-fix {
    background-attachment: fixed;
}

/*------------------------------------------------------------------
[5. Type]
------------------------------------------------------------------*/
body {
    font-weight: 400;
}

a:focus {
    outline: none;
}

::-moz-selection {
    background: #333333;
    color: #ffffff;
}

::selection {
    background: #333333;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-style: normal;
}

h1.font-italic,
h2.font-italic,
h3.font-italic,
h4.font-italic,
h5.font-italic,
h6.font-italic,
.h1.font-italic,
.h2.font-italic,
.h3.font-italic,
.h4.font-italic,
.h5.font-italic,
.h6.font-italic {
    font-style: italic;
}

.lead {
    line-height: 40px;
}

.dvt-heading-bordered {
    position: relative;
    padding-left: 24px;
    border: 0;
    border-left-width: 3px;
    border-style: solid;
    border-color: rgba(30, 69, 146, 0.8);
    padding-top: 12px;
    padding-bottom: 12px;
}

.dvt-heading-bordered small {
    display: block;
    font-size: 58%;
}

.dvt-heading-bordered.dvt-heading-bordered-reversed {
    text-align: right;
    border-left-width: 0;
    border-right-width: 3px;
    padding-left: 0;
    padding-right: 24px;
}

.blockquote p {
    text-indent: -28px;
    font-family: "Poppins";
    font-style: italic;
    font-weight: 400;
    line-height: 1.66666;
}

.blockquote p:before,
.blockquote p:after {
    position: relative;
    font-size: 3em;
    line-height: 24px;
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    opacity: 0.2;
}

.blockquote p:before {
    content: "\201C";
}

.blockquote p:after {
    content: "\201D";
    margin-left: 24px;
}

.blockquote.blockquote-reverse p {
    text-indent: 0;
}

.blockquote.blockquote-reverse p:before {
    margin-right: 24px;
}

.blockquote.blockquote-reverse p:after {
    margin-left: 0;
    width: 0;
    right: -12px;
}

.blockquote.blockquote-lg {
    font-size: 36px;
}

.blockquote.blockquote-sm {
    font-size: 16px;
}

.blockquote.blockquote-lg p:before,
.blockquote.blockquote-lg p:after {
    font-size: 2.5em;
}

.blockquote-footer {
    font-size: 14px;
    font-style: normal;
}

.dvt-font-weight-100 {
    font-weight: 100 !important;
}

.dvt-font-weight-200 {
    font-weight: 200 !important;
}

.dvt-font-weight-300 {
    font-weight: 300 !important;
}

.dvt-font-weight-400 {
    font-weight: 400 !important;
}

.dvt-font-weight-500 {
    font-weight: 500 !important;
}

.dvt-font-weight-600 {
    font-weight: 600 !important;
}

.dvt-font-weight-700 {
    font-weight: 700 !important;
}

.dvt-font-weight-800 {
    font-weight: 800 !important;
}

.dvt-font-weight-900 {
    font-weight: 900 !important;
}

.dvt-line-height-small {
    line-height: 1;
}

.dvt-line-height-normal {
    line-height: 1.5;
}

.dvt-line-height-big {
    line-height: 3;
}

.fa-ul li {
    line-height: 2em;
}

.fa-ul .fa-li {
    top: 0;
    left: -2.5em;
    position: absolute;
    line-height: 2em;
}

a.text-muted:hover {
    color: #333333 !important;
}

.dvt-text-xs-light {
    color: #fafafa !important;
}

.dvt-text-xs-light h1,
.dvt-text-xs-light h2,
.dvt-text-xs-light h3,
.dvt-text-xs-light h4,
.dvt-text-xs-light h5,
.dvt-text-xs-light h6,
.dvt-text-xs-light .h1,
.dvt-text-xs-light .h2,
.dvt-text-xs-light .h3,
.dvt-text-xs-light .h4,
.dvt-text-xs-light .h5,
.dvt-text-xs-light .h6,
.dvt-text-xs-lighth1,
.dvt-text-xs-lighth2,
.dvt-text-xs-lighth3,
.dvt-text-xs-lighth4,
.dvt-text-xs-lighth5,
.dvt-text-xs-lighth6,
.dvt-text-xs-light.h1,
.dvt-text-xs-light.h2,
.dvt-text-xs-light.h3,
.dvt-text-xs-light.h4,
.dvt-text-xs-light.h5,
.dvt-text-xs-light .h6 {
    color: #fafafa !important;
}

.dvt-text-xs-light .blockquote-footer {
    color: #fafafa;
}

.dvt-text-xs-light a,
.dvt-text-xs-light a {
    color: #fafafa !important;
}

.dvt-text-xs-light a:hover,
.dvt-text-xs-light a:hover {
    color: #fafafa !important;
}

.dvt-text-xs-light .text-muted,
.dvt-text-xs-light.text-muted {
    color: #fafafa !important;
}

.dvt-text-xs-light .dvt-heading-bordered,
.dvt-text-xs-light.dvt-heading-bordered {
    border-color: #fafafa !important;
}

@media (min-width: 544px) {
    .dvt-text-sm-light {
        color: #fafafa !important;
    }

    .dvt-text-sm-light h1,
    .dvt-text-sm-light h2,
    .dvt-text-sm-light h3,
    .dvt-text-sm-light h4,
    .dvt-text-sm-light h5,
    .dvt-text-sm-light h6,
    .dvt-text-sm-light .h1,
    .dvt-text-sm-light .h2,
    .dvt-text-sm-light .h3,
    .dvt-text-sm-light .h4,
    .dvt-text-sm-light .h5,
    .dvt-text-sm-light .h6,
    .dvt-text-sm-lighth1,
    .dvt-text-sm-lighth2,
    .dvt-text-sm-lighth3,
    .dvt-text-sm-lighth4,
    .dvt-text-sm-lighth5,
    .dvt-text-sm-lighth6,
    .dvt-text-sm-light.h1,
    .dvt-text-sm-light.h2,
    .dvt-text-sm-light.h3,
    .dvt-text-sm-light.h4,
    .dvt-text-sm-light.h5,
    .dvt-text-sm-light .h6 {
        color: #fafafa !important;
    }

    .dvt-text-sm-light .blockquote-footer {
        color: #fafafa;
    }

    .dvt-text-sm-light a,
    .dvt-text-sm-light a {
        color: #fafafa !important;
    }

    .dvt-text-sm-light a:hover,
    .dvt-text-sm-light a:hover {
        color: #fafafa !important;
    }

    .dvt-text-sm-light .text-muted,
    .dvt-text-sm-light.text-muted {
        color: #fafafa !important;
    }

    .dvt-text-sm-light .dvt-heading-bordered,
    .dvt-text-sm-light.dvt-heading-bordered {
        border-color: #fafafa !important;
    }
}

@media (min-width: 768px) {
    .dvt-text-md-light {
        color: #fafafa !important;
    }

    .dvt-text-md-light h1,
    .dvt-text-md-light h2,
    .dvt-text-md-light h3,
    .dvt-text-md-light h4,
    .dvt-text-md-light h5,
    .dvt-text-md-light h6,
    .dvt-text-md-light .h1,
    .dvt-text-md-light .h2,
    .dvt-text-md-light .h3,
    .dvt-text-md-light .h4,
    .dvt-text-md-light .h5,
    .dvt-text-md-light .h6,
    .dvt-text-md-lighth1,
    .dvt-text-md-lighth2,
    .dvt-text-md-lighth3,
    .dvt-text-md-lighth4,
    .dvt-text-md-lighth5,
    .dvt-text-md-lighth6,
    .dvt-text-md-light.h1,
    .dvt-text-md-light.h2,
    .dvt-text-md-light.h3,
    .dvt-text-md-light.h4,
    .dvt-text-md-light.h5,
    .dvt-text-md-light .h6 {
        color: #fafafa !important;
    }

    .dvt-text-md-light .blockquote-footer {
        color: #fafafa;
    }

    .dvt-text-md-light a,
    .dvt-text-md-light a {
        color: #fafafa !important;
    }

    .dvt-text-md-light a:hover,
    .dvt-text-md-light a:hover {
        color: #fafafa !important;
    }

    .dvt-text-md-light .text-muted,
    .dvt-text-md-light.text-muted {
        color: #fafafa !important;
    }

    .dvt-text-md-light .dvt-heading-bordered,
    .dvt-text-md-light.dvt-heading-bordered {
        border-color: #fafafa !important;
    }
}

@media (min-width: 992px) {
    .dvt-text-lg-light {
        color: #fafafa !important;
    }

    .dvt-text-lg-light h1,
    .dvt-text-lg-light h2,
    .dvt-text-lg-light h3,
    .dvt-text-lg-light h4,
    .dvt-text-lg-light h5,
    .dvt-text-lg-light h6,
    .dvt-text-lg-light .h1,
    .dvt-text-lg-light .h2,
    .dvt-text-lg-light .h3,
    .dvt-text-lg-light .h4,
    .dvt-text-lg-light .h5,
    .dvt-text-lg-light .h6,
    .dvt-text-lg-lighth1,
    .dvt-text-lg-lighth2,
    .dvt-text-lg-lighth3,
    .dvt-text-lg-lighth4,
    .dvt-text-lg-lighth5,
    .dvt-text-lg-lighth6,
    .dvt-text-lg-light.h1,
    .dvt-text-lg-light.h2,
    .dvt-text-lg-light.h3,
    .dvt-text-lg-light.h4,
    .dvt-text-lg-light.h5,
    .dvt-text-lg-light .h6 {
        color: #fafafa !important;
    }

    .dvt-text-lg-light .blockquote-footer {
        color: #fafafa;
    }

    .dvt-text-lg-light a,
    .dvt-text-lg-light a {
        color: #fafafa !important;
    }

    .dvt-text-lg-light a:hover,
    .dvt-text-lg-light a:hover {
        color: #fafafa !important;
    }

    .dvt-text-lg-light .text-muted,
    .dvt-text-lg-light.text-muted {
        color: #fafafa !important;
    }

    .dvt-text-lg-light .dvt-heading-bordered,
    .dvt-text-lg-light.dvt-heading-bordered {
        border-color: #fafafa !important;
    }
}

@media (min-width: 1200px) {
    .dvt-text-xl-light {
        color: #fafafa !important;
    }

    .dvt-text-xl-light h1,
    .dvt-text-xl-light h2,
    .dvt-text-xl-light h3,
    .dvt-text-xl-light h4,
    .dvt-text-xl-light h5,
    .dvt-text-xl-light h6,
    .dvt-text-xl-light .h1,
    .dvt-text-xl-light .h2,
    .dvt-text-xl-light .h3,
    .dvt-text-xl-light .h4,
    .dvt-text-xl-light .h5,
    .dvt-text-xl-light .h6,
    .dvt-text-xl-lighth1,
    .dvt-text-xl-lighth2,
    .dvt-text-xl-lighth3,
    .dvt-text-xl-lighth4,
    .dvt-text-xl-lighth5,
    .dvt-text-xl-lighth6,
    .dvt-text-xl-light.h1,
    .dvt-text-xl-light.h2,
    .dvt-text-xl-light.h3,
    .dvt-text-xl-light.h4,
    .dvt-text-xl-light.h5,
    .dvt-text-xl-light .h6 {
        color: #fafafa !important;
    }

    .dvt-text-xl-light .blockquote-footer {
        color: #fafafa;
    }

    .dvt-text-xl-light a,
    .dvt-text-xl-light a {
        color: #fafafa !important;
    }

    .dvt-text-xl-light a:hover,
    .dvt-text-xl-light a:hover {
        color: #fafafa !important;
    }

    .dvt-text-xl-light .text-muted,
    .dvt-text-xl-light.text-muted {
        color: #fafafa !important;
    }

    .dvt-text-xl-light .dvt-heading-bordered,
    .dvt-text-xl-light.dvt-heading-bordered {
        border-color: #fafafa !important;
    }
}

.dvt-text-super-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .dvt-text-super-truncate {
        visibility: hidden;
    }

    .dvt-text-super-truncate::first-letter {
        visibility: visible;
    }
}

/*------------------------------------------------------------------
[6. Media]
------------------------------------------------------------------*/
@media (max-width: 767px) {
    .media-left,
    .media-right {
        max-width: 26px;
    }

    .media-body .media {
        margin-left: -18px;
    }

    .media-heading {
        font-size: 0.75em;
    }

    .media-heading small {
        font-size: inherit;
        display: block;
        float: none !important;
    }

    .media-body p {
        font-size: 0.75em;
    }
}

.media-left,
.media-right {
    text-align: center;
}

.media-body p {
    margin-bottom: 0;
}

.dvt-media-icon {
    width: 2.5em;
    font-size: 1.5em;
}

/*------------------------------------------------------------------
[7. Buttons]
------------------------------------------------------------------*/
.btn {
    text-transform: uppercase;
    font-size: 16px;
    border-width: 1px;
}

.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none;
}

/*------------------------------------------------------------------
[8. Forms]
------------------------------------------------------------------*/
.form-control:not(.btn) {
    border: 0;
    border-left: 3px solid #991d1f;
}

.form-control:not(.btn)::-webkit-input-placeholder {
    font-style: italic;
}

.form-control:not(.btn)::-moz-placeholder {
    font-style: italic;
}

.form-control:not(.btn):-ms-input-placeholder {
    font-style: italic;
}

.form-control:not(.btn)::placeholder {
    font-style: italic;
}

.form-control:not(.btn):disabled::-webkit-input-placeholder {
    opacity: 0.5;
}

.form-control:not(.btn):disabled::-moz-placeholder {
    opacity: 0.5;
}

.form-control:not(.btn):disabled:-ms-input-placeholder {
    opacity: 0.5;
}

.form-control:not(.btn):disabled::placeholder {
    opacity: 0.5;
}

.form-check-input:only-child {
    position: absolute;
}

/*------------------------------------------------------------------
[9. Custom Forms]
------------------------------------------------------------------*/
.custom-select {
    border: 0;
    border-left: 3px solid #991d1f;
}

.custom-select::-webkit-input-placeholder {
    font-style: italic;
}

.custom-select::-moz-placeholder {
    font-style: italic;
}

.custom-select:-ms-input-placeholder {
    font-style: italic;
}

.custom-select::placeholder {
    font-style: italic;
}

.custom-select:focus {
    border-left: 3px solid #991d1f;
}

.custom-select:disabled::-webkit-input-placeholder {
    opacity: 0.5;
}

.custom-select:disabled::-moz-placeholder {
    opacity: 0.5;
}

.custom-select:disabled:-ms-input-placeholder {
    opacity: 0.5;
}

.custom-select:disabled::placeholder {
    opacity: 0.5;
}

/*------------------------------------------------------------------
[10. Footer]
------------------------------------------------------------------*/
#footer .section:first-child {
    font-size: 16px;
    color: #cccccc;
    background-color: #991d1f;
}

#footer .section:first-child a {
    color: #ffffff;
}

#footer .section:first-child a:hover {
    color: #ffffff;
}

#footer .section:first-child h1,
#footer .section:first-child h2,
#footer .section:first-child h3,
#footer .section:first-child h4,
#footer .section:first-child h5,
#footer .section:first-child h6,
#footer .section:first-child .h1,
#footer .section:first-child .h2,
#footer .section:first-child .h3,
#footer .section:first-child .h4,
#footer .section:first-child .h5,
#footer .section:first-child .h6 {
    color: #ffffff;
}

#footer .section:first-child .text-muted {
    color: #ffffff !important;
}

#footer .section:first-child .text-muted:hover {
    color: #ffffff !important;
}

#footer .section:first-child small {
    font-size: 90%;
}

#footer .section:first-child .btn-primary {
    color: #991d1f;
    background-color: rgba(248, 242, 230, 0.9);
    border-color: rgba(248, 242, 230, 0.9);
}

#footer .section:first-child .widget_tag_cloud li a {
    background: rgba(248, 242, 230, 0.9);
    color: #991d1f;
}

#footer .section:first-child .widget_archive li,
#footer .section:first-child .widget_categories li,
#footer .section:first-child .widget_meta li,
#footer .section:first-child .widget_nav_menu li,
#footer .section:first-child .widget_pages li,
#footer .section:first-child .widget_recent_comments li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

#footer .section:first-child .widget_archive ul ul,
#footer .section:first-child .widget_categories ul ul,
#footer .section:first-child .widget_meta ul ul,
#footer .section:first-child .widget_nav_menu ul ul,
#footer .section:first-child .widget_pages ul ul,
#footer .section:first-child .widget_recent_comments ul ul {
    border-color: rgba(255, 255, 255, 0.1);
}

/*------------------------------------------------------------------
[11. Subfooter]
------------------------------------------------------------------*/
#footer .section + .section {
    font-size: 16px;
    color: #bbb;
    background-color: #111;
}

#footer .section + .section .row > [class^="col-"]:nth-child(1) {
    margin-bottom: 10px;
}

#footer .section + .section a {
    color: #bbb;
}

#footer .section + .section a:hover {
    color: #fafafa;
}

#footer .section + .section .text-muted {
    color: #ffffff;
}

#footer .section + .section .text-muted:hover {
    color: #ffffff;
}

#footer .section + .section small {
    font-size: 90%;
}

#footer .section + .section .dvt-widget {
    margin: 0;
}

#footer .section + .section .dvt-widget p:last-child {
    margin: 0;
}

@media (min-width: 544px) {
    #footer .section + .section .row > [class^="col-"]:nth-child(1) {
        margin-bottom: 0;
    }

    #footer .section + .section .row > [class^="col-"]:nth-child(2) {
        text-align: right;
    }
}

@media (min-width: 768px) {
    #footer .section + .section .col-sm-6 + .col-sm-6 {
        text-align: right;
    }

    #footer .section + .section .col-sm-4:nth-child(2) {
        text-align: center;
    }

    #footer .section + .section .col-sm-4:nth-child(3) {
        text-align: right;
    }
}

/*------------------------------------------------------------------
[12. Magnific]
------------------------------------------------------------------*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    overflow: hidden;
    position: fixed;
    background: rgba(6, 26, 64, 0.8);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2003;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 2005;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-preloader {
    color: #fdfffc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 2004;
}

.mfp-preloader a {
    color: #fdfffc;
}

.mfp-preloader a:hover {
    color: #fdfffc;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 2006;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #fdfffc;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #fdfffc;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fdfffc;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #fdfffc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow.mfp-arrow-left {
    left: 0;
}

.mfp-arrow.mfp-arrow-left:after {
    border-right: 17px solid #fdfffc;
    margin-left: 31px;
}

.mfp-arrow.mfp-arrow-right {
    right: 0;
}

.mfp-arrow.mfp-arrow-right:after {
    border-left: 17px solid #fdfffc;
    margin-left: 39px;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1),
        0 10px 14px 1px rgba(0, 0, 0, 0.1), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
    background: #000;
}

.audio-popup {
    position: relative;
    padding-top: 44px;
    width: 320px;
    max-width: 90%;
    max-width: 100%;
    margin: 20px auto;
    z-index: 2003;
}

.audio-popup audio {
    width: 100%;
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1),
        0 10px 14px 1px rgba(0, 0, 0, 0.1), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
}

.audio-popup .mfp-close {
    right: -12px;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1),
        0 10px 14px 1px rgba(0, 0, 0, 0.1), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
    background: #000;
}

.mfp-figure small {
    color: #fdfffc;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #fdfffc;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
    screen and (max-height: 300px) {
    /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*------------------------------------------------------------------
[13. Carousel]
------------------------------------------------------------------*/
.carousel-indicators li {
    border-width: 2px;
    margin: 0 8px;
}

.carousel-indicators li.active {
    margin: 0 8px;
}

.carousel-caption > * {
    color: #fff;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

/*------------------------------------------------------------------
[14. Popover]
------------------------------------------------------------------*/
.popover,
.popover-title {
    color: #fafafa;
}

.popover-title {
    font-size: 0.95em;
    margin-bottom: 0em;
    line-height: 1.5;
}

/*------------------------------------------------------------------
[15. Modals]
------------------------------------------------------------------*/
.modal-content {
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1),
        0 10px 14px 1px rgba(0, 0, 0, 0.07), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
}

.modal-backdrop.in {
    opacity: 1;
}

.modal-header {
    padding: 15px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modal-footer {
    padding: 15px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/*------------------------------------------------------------------
[16. Cards]
------------------------------------------------------------------*/
.card-title {
    margin-bottom: 0.6666rem;
}

.card-title:last-child {
    margin-bottom: 0;
}

.card p:last-child {
    margin-bottom: 0;
}

.card-block + .card-block {
    padding-top: 0;
}

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

.card-subtitle {
    margin-top: -0.3rem;
}

.card-footer {
    padding: 10px 30px;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12) inset;
}

[class^="card-img"] {
    width: 100%;
}

.post [class^="card-img"].wp-post-image {
    width: auto;
    max-width: 100%;
}

.card-img {
    border-radius: 0;
    height: auto !important;
}

.card-img-container {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-color: #f7f7f7;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-img-overlay {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.65);
}

.card-img-overlay > *,
.card-img-overlay > * > *,
.card-img-overlay > *:hover,
.card-img-overlay > * > *:hover,
.card-img-overlay > *:focus,
.card-img-overlay > * > *:focus {
    color: #fff;
    outline: none;
}

.card-img-overlay.card-img-overlay-mini {
    left: auto;
    right: auto;
    width: auto;
    padding: 10px 20px;
}

.card-img-overlay-fade-to-bottom {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.65) 0%,
        transparent 60%
    );
}

.card-img-overlay-fade-to-top {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65) 0%,
        transparent 60%
    );
}

.card-img-overlay-top {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.card-img-overlay-top.card-img-overlay-mini {
    bottom: auto;
    top: 30px;
}

.card-hero .card-img-overlay-top.card-img-overlay-mini {
    top: 100px;
}

.card-img-overlay-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.card-img-overlay-center.card-img-overlay-mini {
    bottom: auto;
    top: 30px;
}

.card-hero .card-img-overlay-center.card-img-overlay-mini {
    top: 100px;
}

.card-img-overlay-bottom {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.card-img-overlay-bottom.card-img-overlay-mini {
    top: auto;
    bottom: 30px;
}

.card-hero .card-img-overlay-bottom.card-img-overlay-mini {
    bottom: 100px;
}

.card-img-overlay-left.card-img-overlay-mini {
    right: auto;
    left: 30px;
}

.card-hero .card-img-overlay-left.card-img-overlay-mini {
    left: 100px;
}

.card-img-overlay-right.card-img-overlay-mini {
    left: auto;
    right: 30px;
}

.card-hero .card-img-overlay-right.card-img-overlay-mini {
    right: 100px;
}

.card-img-overlay-on-hover {
    opacity: 0;
}

.card-img-overlay-on-hover > * {
    opacity: 0;
    transform: translateY(2em);
}

.card-img-overlay-on-hover > *:nth-child(1) {
    transition-delay: 0.12s;
}

.card-img-overlay-on-hover > *:nth-child(2) {
    transition-delay: 0.06s;
}

.card-img-overlay-on-hover > *:nth-child(2) {
    transition-delay: 0s;
}

.card-img-overlay-on-hover:hover {
    opacity: 1;
}

.card-img-overlay-on-hover:hover > * {
    opacity: 1;
    transform: translateY(0);
}

.card-img-overlay-on-hover:hover > *:nth-child(2) {
    transition-delay: 0.06s;
}

.card-img-overlay-on-hover:hover > *:nth-child(3) {
    transition-delay: 0.12s;
}

.card-columns {
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.card-columns .card {
    display: inline-block;
}

.card-columns-2 {
    -moz-column-count: 2;
    column-count: 2;
}

.card-columns-4 {
    -moz-column-count: 4;
    column-count: 4;
}

.card-blockquote.blockquote {
    padding: 30px;
}

.card > .row {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.card > .row > [class^="col"] {
    padding: 0;
}

.card > .row [class^="col-xs"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.card > .row [class^="col-xs"] .card-img,
.card > .row [class^="col-xs"] .carousel {
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.card > .row [class^="col-xs"] .carousel img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

body.dvt-agent-explorer .card > .row [class^="col-xs"] .card-img,
body.dvt-agent-edge .card > .row [class^="col-xs"] .card-img {
    visibility: hidden;
}

@media (min-width: 544px) {
    .card > .row [class^="col-sm"] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
    }

    .card > .row [class^="col-sm"] .card-img,
    .card > .row [class^="col-sm"] .carousel {
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100%;
        position: absolute;
        object-fit: cover;
    }

    .card > .row [class^="col-sm"] .carousel img {
        height: 100%;
        width: 100% !important;
        object-fit: cover;
    }

    body.dvt-agent-explorer .card > .row [class^="col-sm"] .card-img,
    body.dvt-agent-edge .card > .row [class^="col-sm"] .card-img {
        visibility: hidden;
    }
}

@media (min-width: 768px) {
    .card > .row [class^="col-md"] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
    }

    .card > .row [class^="col-md"] .card-img,
    .card > .row [class^="col-md"] .carousel {
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100%;
        position: absolute;
        object-fit: cover;
    }

    .card > .row [class^="col-md"] .carousel img {
        height: 100%;
        width: 100% !important;
        object-fit: cover;
    }

    body.dvt-agent-explorer .card > .row [class^="col-md"] .card-img,
    body.dvt-agent-edge .card > .row [class^="col-md"] .card-img {
        visibility: hidden;
    }
}

@media (min-width: 992px) {
    .card > .row [class^="col-lg"] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
    }

    .card > .row [class^="col-lg"] .card-img,
    .card > .row [class^="col-lg"] .carousel {
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100%;
        position: absolute;
        object-fit: cover;
    }

    .card > .row [class^="col-lg"] .carousel img {
        height: 100%;
        width: 100% !important;
        object-fit: cover;
    }

    body.dvt-agent-explorer .card > .row [class^="col-lg"] .card-img,
    body.dvt-agent-edge .card > .row [class^="col-lg"] .card-img {
        visibility: hidden;
    }
}

@media (min-width: 1200px) {
    .card > .row [class^="col-xl"] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
    }

    .card > .row [class^="col-xl"] .card-img,
    .card > .row [class^="col-xl"] .carousel {
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100%;
        position: absolute;
        object-fit: cover;
    }

    .card > .row [class^="col-xl"] .carousel img {
        height: 100%;
        width: 100% !important;
        object-fit: cover;
    }

    body.dvt-agent-explorer .card > .row [class^="col-xl"] .card-img,
    body.dvt-agent-edge .card > .row [class^="col-xl"] .card-img {
        visibility: hidden;
    }
}

.card-inverse,
.card.sticky {
    background-color: rgba(153, 29, 31, 0.9);
    border-color: rgba(153, 29, 31, 0.9);
}

.card-inverse-2 {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(25153, 29, 31, 0.5);
    /* color: #fff; */
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card.sticky .card-header,
.card.sticky .card-footer {
    background-color: transparent;
}

.card-inverse .card-subtitle,
.card-inverse .card-subtitle > *,
.card-inverse .card-title > *,
.card.sticky .card-subtitle,
.card.sticky .card-subtitle > *,
.card.sticky .card-title > * {
    color: #fff;
}

.card-inverse .card-text,
.card-inverse .card-block,
.card.sticky .card-text,
.card.sticky .card-block {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-text a,
.card-inverse .card-block a,
.card.sticky .card-text a,
.card.sticky .card-block a {
    color: white;
}

.card-inverse .card-footer a,
.card-inverse .card-footer a:hover,
.card-inverse .card-footer .text-muted,
.card-inverse .card-footer a.text-muted,
.card.sticky .card-footer a,
.card.sticky .card-footer a:hover,
.card.sticky .card-footer .text-muted,
.card.sticky .card-footer a.text-muted {
    color: #fff !important;
}

@media (min-width: 544px) {
    .card-hero .card-block {
        padding: 100px 100px;
    }

    .card-hero .card-block + .card-block {
        padding-top: 0;
    }
}

/*------------------------------------------------------------------
[17. Tables]
------------------------------------------------------------------*/
.table thead {
    background: transparent;
}

.table tbody {
    background: rgba(245, 243, 244, 0.8);
}

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

.table-vertical-striped.table-striped
    tbody
    tr:nth-of-type(even)
    td:nth-of-type(odd),
.table-vertical-striped.table-striped
    tbody
    tr:nth-of-type(odd)
    td:nth-of-type(even) {
    background: rgba(0, 0, 0, 0.025);
}

/*------------------------------------------------------------------
[18. Countdown]
------------------------------------------------------------------*/
.countdown-clock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #061a40;
}

.countdown-clock-box {
    background: #f7f7f7;
    border-radius: 0px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12);
    transition: all 0.3s;
    margin: 0 5px 20px;
}

.countdown-clock-box:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
        0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.countdown-digits {
    display: block;
    padding: 20px 30px;
    font-size: 72px;
    line-height: 1;
    font-weight: lighter;
    min-width: 1.6em;
}

.countdown-label {
    text-transform: uppercase;
    font-size: 0.7em;
    background: #f0f0f0;
    display: block;
    padding: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12) inset;
    font-weight: normal;
}

@media (max-width: 991px) {
    .countdown-digits {
        font-size: 3em;
        padding: 10px;
        width: 2em;
    }
}

@media (max-width: 767px) {
    .countdown-digits {
        font-size: 2em;
        width: 2.3em;
    }
}

/*------------------------------------------------------------------
[19. Progress]
------------------------------------------------------------------*/
.progress {
    height: 15px;
}

.progress-wrapper {
    position: relative;
    padding-top: 1.5em;
}

.progress-indicator {
    font-size: 1.2em;
    color: #991d1f;
    display: block;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 0;
    transform: translateX(-50%);
    text-align: center;
}

/*------------------------------------------------------------------
[20. Icon Sets]
------------------------------------------------------------------*/
.dvt-icon-set {
    display: inline-block;
    background: inherit;
    line-height: inherit;
}

.dvt-icon-set.dvt-icon-set-transparent {
    background: transparent;
}

.dvt-icon-set .dvt-icon-set-item {
    text-align: center;
    background: inherit;
    width: 2em;
    text-align: center;
    display: inline-block;
    position: relative;
}

.dvt-icon-set.dvt-icon-set-expandable {
    position: relative;
}

.dvt-icon-set.dvt-icon-set-expandable .dvt-icon-set-item:not(:first-child) {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

.dvt-icon-set.dvt-icon-set-expandable .dvt-icon-set-item-trigger {
    opacity: 1;
    z-index: 3;
}

.dvt-icon-set.dvt-icon-set-expandable.open .dvt-icon-set-item {
    opacity: 1;
}

.dvt-icon-set.dvt-icon-set-expandable.open .dvt-icon-set-item-trigger {
    opacity: 0;
    z-index: 2;
}

.dvt-icon-set.dvt-icon-set-expandable.open .dvt-icon-set-item-close {
    opacity: 1;
    transform: rotate(180deg);
    z-index: 3;
}

.dvt-icon-set.dvt-icon-set-expandable.open .dvt-icon-set-item:nth-child(3) {
    transform: translateX(-2em);
}

.dvt-icon-set.dvt-icon-set-expandable.open .dvt-icon-set-item:nth-child(4) {
    transform: translateX(-4em);
}

.dvt-icon-set.dvt-icon-set-expandable.open .dvt-icon-set-item:nth-child(5) {
    transform: translateX(-6em);
}

.dvt-icon-set.dvt-icon-set-expandable.open .dvt-icon-set-item:nth-child(6) {
    transform: translateX(-8em);
}

.dvt-icon-set.dvt-icon-set-expandable.open .dvt-icon-set-item:nth-child(7) {
    transform: translateX(-10em);
}

.dvt-icon-set.dvt-icon-set-expandable.open .dvt-icon-set-item:nth-child(8) {
    transform: translateX(-12em);
}

/*------------------------------------------------------------------
[21. List Group]
------------------------------------------------------------------*/
.list-group-item {
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    z-index: 1;
    position: relative;
}

.list-group-item:hover {
    z-index: 2;
}

.list-group-item-content,
.list-group-item-prefix {
    padding: 30px 30px;
}

.list-group-item-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-group-item-actions {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    background: inherit;
}

.list-group-item-title {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
}

.card .list-group-item:last-child {
    border-bottom: none;
}

.list-group-item-prefix {
    background: #f7f7f7;
    box-shadow: -2px 0px 1px rgba(0, 0, 0, 0.12) inset;
    text-align: center;
    min-width: 100px;
}

/*------------------------------------------------------------------
[22. Go To Top]
------------------------------------------------------------------*/
.dvt-go-top {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(153, 29, 31, 0.9);
    color: #ffffff;
    position: fixed;
    right: 30px;
    bottom: 30px;
    opacity: 1;
    line-height: 48px;
    text-align: center;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1040;
}

.dvt-go-top:active,
.dvt-go-top:focus,
.dvt-go-top:hover {
    color: #ffffff;
}

.dvt-go-top.hide {
    bottom: -48px;
    opacity: 0;
}

/*------------------------------------------------------------------
[23. Widgets]
------------------------------------------------------------------*/
.dvt-widget {
    margin-bottom: 30px;
}

.dvt-widget::after {
    content: "";
    display: table;
    clear: both;
}

.sidebar .dvt-widget {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 20px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1),
        0 8px 10px 1px rgba(0, 0, 0, 0.07), 0 3px 14px 2px rgba(0, 0, 0, 0.06);
}

.dvt-nav-widget .dvt-widget {
    margin-bottom: 0;
}

.dvt-widget:last-child {
    margin-bottom: 0;
}

.dvt-widget img,
.dvt-widget select {
    max-width: 100%;
}

.dvt-widget-header {
    margin-bottom: 1.5em;
}

.sidebar .dvt-widget-header {
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 20px 20px;
    margin-bottom: 20px;
}

.widget_archive ul,
.widget_tag_cloud ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_twitter ul,
.widget_em_widget ul,
.tribe-events-list-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_archive li,
.widget_tag_cloud li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.widget_twitter li,
.widget_em_widget li,
.tribe-events-list-widget li {
    clear: both;
    margin-bottom: 1.5em;
}

.widget_archive li:last-child,
.widget_tag_cloud li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child,
.widget_twitter li:last-child,
.widget_em_widget li:last-child,
.tribe-events-list-widget li:last-child {
    margin-bottom: 0;
}

.dvt-widget-image {
    max-width: 2.7em;
}

.dvt-widget-image img {
    max-width: 100%;
    height: auto;
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #f0f0f0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_meta li,
.sidebar .widget_nav_menu li,
.sidebar .widget_pages li,
.sidebar .widget_recent_comments li {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul {
    margin-top: 0.5em;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #f0f0f0;
    padding-top: 0.5em;
}

.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_meta ul ul li,
.widget_nav_menu ul ul li,
.widget_pages ul ul li,
.widget_recent_comments ul ul li {
    padding-left: 1em;
    margin-left: 0;
    margin-right: 0;
    opacity: 0.75;
}

.sidebar .widget_archive ul ul,
.sidebar .widget_categories ul ul,
.sidebar .widget_meta ul ul,
.sidebar .widget_nav_menu ul ul,
.sidebar .widget_pages ul ul,
.sidebar .widget_recent_comments ul ul {
    margin-left: -20px;
    margin-right: -20px;
}

.sidebar .widget_archive ul ul li,
.sidebar .widget_categories ul ul li,
.sidebar .widget_meta ul ul li,
.sidebar .widget_nav_menu ul ul li,
.sidebar .widget_pages ul ul li,
.sidebar .widget_recent_comments ul ul li {
    margin-right: 0;
    padding-left: 2em;
    margin-left: 0;
}

.widget_em_widget ul ul {
    display: inline-block;
}

.widget_em_widget ul ul li {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0;
}

.widget_em_widget i {
    margin-right: 0.5em;
}

.sidebar .widget_search .btn {
    padding-left: 1em;
    padding-right: 1em;
}

.widget_tag_cloud li {
    display: inline-block;
    margin: 0;
}

.widget_tag_cloud li a {
    display: inline-block;
    font-size: 80% !important;
    margin-right: 0.5em;
    padding: 0.3em 1em;
    margin-bottom: 0.5em;
    background: #991d1f;
    color: #fafafa;
    opacity: 0.8;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.widget_tag_cloud li a:hover {
    opacity: 1;
}

.widget_calendar {
    empty-cells: hide;
}

.widget_calendar table {
    width: 100%;
    table-layout: fixed;
}

.widget_calendar th,
.widget_calendar td {
    text-align: center;
    background-color: transparent;
    border: none;
    padding: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}

.widget_calendar th {
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
}

.widget_calendar td:hover {
    background-color: rgba(222, 222, 222, 0.4);
}

.widget_calendar a {
    display: block;
}

.widget_calendar caption {
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.widget_calendar #today {
    background: red;
}

.widget_calendar .pad {
    background-color: transparent;
}

.widget_calendar #next a {
    text-align: right;
}

.widget_calendar #prev a {
    text-align: left;
}

/*------------------------------------------------------------------
[24. Utilities]
------------------------------------------------------------------*/
@media (min-width: 544px) {
    [class^="dvt-col-count"] > p {
        display: inline-block;
        width: 100%;
    }

    .dvt-col-count-2 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .dvt-col-count-3 {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .dvt-col-count-4 {
        -moz-column-count: 4;
        column-count: 4;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .dvt-col-count-5 {
        -moz-column-count: 5;
        column-count: 5;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .dvt-col-count-6 {
        -moz-column-count: 6;
        column-count: 6;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .dvt-col-count-bordered {
        -moz-column-rule-width: 1px;
        column-rule-width: 1px;
        -moz-column-rule-style: solid;
        column-rule-style: solid;
        -moz-column-rule-color: rgba(30, 69, 146, 0.8);
        column-rule-color: rgba(30, 69, 146, 0.8);
    }
}

.dvt-transition {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0s;
}

.dvt-shadow-0,
.dvt-shadow-hover-0:hover,
.dvt-shadow-focus-0:focus {
    box-shadow: none;
}

.dvt-shadow-1,
.dvt-shadow-hover-1:hover,
.dvt-shadow-focus-1:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
        0 2px 1px -1px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-2,
.dvt-shadow-hover-2:hover,
.dvt-shadow-focus-2:focus {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.07),
        0 3px 1px -2px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-3,
.dvt-shadow-hover-3:hover,
.dvt-shadow-focus-3:focus {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.07),
        0 3px 3px -2px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-4,
.dvt-shadow-hover-4:hover,
.dvt-shadow-focus-4:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1),
        0 4px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 10px 0 rgba(0, 0, 0, 0.06);
}

.dvt-shadow-5,
.dvt-shadow-hover-5:hover,
.dvt-shadow-focus-5:focus {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1),
        0 5px 8px 0 rgba(0, 0, 0, 0.07), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
}

.dvt-shadow-6,
.dvt-shadow-hover-6:hover,
.dvt-shadow-focus-6:focus {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1),
        0 6px 10px 0 rgba(0, 0, 0, 0.07), 0 1px 18px 0 rgba(0, 0, 0, 0.06);
}

.dvt-shadow-7,
.dvt-shadow-hover-7:hover,
.dvt-shadow-focus-7:focus {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.1),
        0 7px 10px 1px rgba(0, 0, 0, 0.07), 0 2px 16px 1px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-8,
.dvt-shadow-hover-8:hover,
.dvt-shadow-focus-8:focus {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1),
        0 8px 10px 1px rgba(0, 0, 0, 0.07), 0 3px 14px 2px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-9,
.dvt-shadow-hover-9:hover,
.dvt-shadow-focus-9:focus {
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.1),
        0 9px 12px 1px rgba(0, 0, 0, 0.07), 0 3px 16px 2px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-10,
.dvt-shadow-hover-10:hover,
.dvt-shadow-focus-10:focus {
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1),
        0 10px 14px 1px rgba(0, 0, 0, 0.07), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-11,
.dvt-shadow-hover-11:hover,
.dvt-shadow-focus-11:focus {
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.1),
        0 11px 15px 1px rgba(0, 0, 0, 0.07), 0 4px 20px 3px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-12,
.dvt-shadow-hover-12:hover,
.dvt-shadow-focus-12:focus {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.1),
        0 12px 17px 2px rgba(0, 0, 0, 0.07), 0 5px 22px 4px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-13,
.dvt-shadow-hover-13:hover,
.dvt-shadow-focus-13:focus {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.1),
        0 13px 19px 2px rgba(0, 0, 0, 0.07), 0 5px 24px 4px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-14,
.dvt-shadow-hover-14:hover,
.dvt-shadow-focus-14:focus {
    box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.1),
        0 14px 21px 2px rgba(0, 0, 0, 0.07), 0 5px 26px 4px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-15,
.dvt-shadow-hover-15:hover,
.dvt-shadow-focus-15:focus {
    box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.1),
        0 15px 22px 2px rgba(0, 0, 0, 0.07), 0 6px 28px 5px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-16,
.dvt-shadow-hover-16:hover,
.dvt-shadow-focus-16:focus {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1),
        0 16px 24px 2px rgba(0, 0, 0, 0.07), 0 6px 30px 5px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-17,
.dvt-shadow-hover-17:hover,
.dvt-shadow-focus-17:focus {
    box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.1),
        0 17px 26px 2px rgba(0, 0, 0, 0.07), 0 6px 32px 5px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-18,
.dvt-shadow-hover-18:hover,
.dvt-shadow-focus-18:focus {
    box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.1),
        0 18px 28px 2px rgba(0, 0, 0, 0.07), 0 7px 34px 6px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-19,
.dvt-shadow-hover-19:hover,
.dvt-shadow-focus-19:focus {
    box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.1),
        0 19px 29px 2px rgba(0, 0, 0, 0.07), 0 7px 36px 6px rgba(0, 0, 0, 0.06);
}

.dvt-shadow-20,
.dvt-shadow-hover-20:hover,
.dvt-shadow-focus-20:focus {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.1),
        0 20px 31px 3px rgba(0, 0, 0, 0.07), 0 8px 38px 7px rgba(0, 0, 0, 0.06);
}

.dvt-opacity-0 {
    opacity: 0;
}

.dvt-opacity-1 {
    opacity: 0.1;
}

.dvt-opacity-2 {
    opacity: 0.2;
}

.dvt-opacity-3 {
    opacity: 0.3;
}

.dvt-opacity-4 {
    opacity: 0.4;
}

.dvt-opacity-5 {
    opacity: 0.5;
}

.dvt-opacity-6 {
    opacity: 0.6;
}

.dvt-opacity-7 {
    opacity: 0.7;
}

.dvt-opacity-8 {
    opacity: 0.8;
}

.dvt-opacity-9 {
    opacity: 0.9;
}

.dvt-opacity-10 {
    opacity: 1;
}

.dvt-flex-items-xs-top {
    -ms-flex-align: start;
    align-items: flex-start;
}

.dvt-flex-items-xs-middle {
    -ms-flex-align: center;
    align-items: center;
}

.dvt-flex-items-xs-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
}

.dvt-flex-items-xs-strech {
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (min-width: 544px) {
    .dvt-flex-items-sm-top {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .dvt-flex-items-sm-middle {
        -ms-flex-align: center;
        align-items: center;
    }

    .dvt-flex-items-sm-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .dvt-flex-items-sm-strech {
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media (min-width: 768px) {
    .dvt-flex-items-md-top {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .dvt-flex-items-md-middle {
        -ms-flex-align: center;
        align-items: center;
    }

    .dvt-flex-items-md-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .dvt-flex-items-md-strech {
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media (min-width: 992px) {
    .dvt-flex-items-lg-top {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .dvt-flex-items-lg-middle {
        -ms-flex-align: center;
        align-items: center;
    }

    .dvt-flex-items-lg-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .dvt-flex-items-lg-strech {
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media (min-width: 1200px) {
    .dvt-flex-items-xl-top {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .dvt-flex-items-xl-middle {
        -ms-flex-align: center;
        align-items: center;
    }

    .dvt-flex-items-xl-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .dvt-flex-items-xl-strech {
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.dvt-m-xs-t--30 {
    margin-top: -300px !important;
}

.dvt-m-xs-b--30 {
    margin-bottom: -300px !important;
}

.dvt-m-xs-t--29 {
    margin-top: -290px !important;
}

.dvt-m-xs-b--29 {
    margin-bottom: -290px !important;
}

.dvt-m-xs-t--28 {
    margin-top: -280px !important;
}

.dvt-m-xs-b--28 {
    margin-bottom: -280px !important;
}

.dvt-m-xs-t--27 {
    margin-top: -270px !important;
}

.dvt-m-xs-b--27 {
    margin-bottom: -270px !important;
}

.dvt-m-xs-t--26 {
    margin-top: -260px !important;
}

.dvt-m-xs-b--26 {
    margin-bottom: -260px !important;
}

.dvt-m-xs-t--25 {
    margin-top: -250px !important;
}

.dvt-m-xs-b--25 {
    margin-bottom: -250px !important;
}

.dvt-m-xs-t--24 {
    margin-top: -240px !important;
}

.dvt-m-xs-b--24 {
    margin-bottom: -240px !important;
}

.dvt-m-xs-t--23 {
    margin-top: -230px !important;
}

.dvt-m-xs-b--23 {
    margin-bottom: -230px !important;
}

.dvt-m-xs-t--22 {
    margin-top: -220px !important;
}

.dvt-m-xs-b--22 {
    margin-bottom: -220px !important;
}

.dvt-m-xs-t--21 {
    margin-top: -210px !important;
}

.dvt-m-xs-b--21 {
    margin-bottom: -210px !important;
}

.dvt-m-xs-t--20 {
    margin-top: -200px !important;
}

.dvt-m-xs-b--20 {
    margin-bottom: -200px !important;
}

.dvt-m-xs-t--19 {
    margin-top: -190px !important;
}

.dvt-m-xs-b--19 {
    margin-bottom: -190px !important;
}

.dvt-m-xs-t--18 {
    margin-top: -180px !important;
}

.dvt-m-xs-b--18 {
    margin-bottom: -180px !important;
}

.dvt-m-xs-t--17 {
    margin-top: -170px !important;
}

.dvt-m-xs-b--17 {
    margin-bottom: -170px !important;
}

.dvt-m-xs-t--16 {
    margin-top: -160px !important;
}

.dvt-m-xs-b--16 {
    margin-bottom: -160px !important;
}

.dvt-m-xs-t--15 {
    margin-top: -150px !important;
}

.dvt-m-xs-b--15 {
    margin-bottom: -150px !important;
}

.dvt-m-xs-t--14 {
    margin-top: -140px !important;
}

.dvt-m-xs-b--14 {
    margin-bottom: -140px !important;
}

.dvt-m-xs-t--13 {
    margin-top: -130px !important;
}

.dvt-m-xs-b--13 {
    margin-bottom: -130px !important;
}

.dvt-m-xs-t--12 {
    margin-top: -120px !important;
}

.dvt-m-xs-b--12 {
    margin-bottom: -120px !important;
}

.dvt-m-xs-t--11 {
    margin-top: -110px !important;
}

.dvt-m-xs-b--11 {
    margin-bottom: -110px !important;
}

.dvt-m-xs-t--10 {
    margin-top: -100px !important;
}

.dvt-m-xs-b--10 {
    margin-bottom: -100px !important;
}

.dvt-m-xs-t--9 {
    margin-top: -90px !important;
}

.dvt-m-xs-b--9 {
    margin-bottom: -90px !important;
}

.dvt-m-xs-t--8 {
    margin-top: -80px !important;
}

.dvt-m-xs-b--8 {
    margin-bottom: -80px !important;
}

.dvt-m-xs-t--7 {
    margin-top: -70px !important;
}

.dvt-m-xs-b--7 {
    margin-bottom: -70px !important;
}

.dvt-m-xs-t--6 {
    margin-top: -60px !important;
}

.dvt-m-xs-b--6 {
    margin-bottom: -60px !important;
}

.dvt-m-xs-t--5 {
    margin-top: -50px !important;
}

.dvt-m-xs-b--5 {
    margin-bottom: -50px !important;
}

.dvt-m-xs-t--4 {
    margin-top: -40px !important;
}

.dvt-m-xs-b--4 {
    margin-bottom: -40px !important;
}

.dvt-m-xs-t--3 {
    margin-top: -30px !important;
}

.dvt-m-xs-b--3 {
    margin-bottom: -30px !important;
}

.dvt-m-xs-t--2 {
    margin-top: -20px !important;
}

.dvt-m-xs-b--2 {
    margin-bottom: -20px !important;
}

.dvt-m-xs-t--1 {
    margin-top: -10px !important;
}

.dvt-m-xs-b--1 {
    margin-bottom: -10px !important;
}

.dvt-m-xs-t-0 {
    margin-top: 0px !important;
}

.dvt-m-xs-b-0 {
    margin-bottom: 0px !important;
}

.dvt-m-xs-t-1 {
    margin-top: 10px !important;
}

.dvt-m-xs-b-1 {
    margin-bottom: 10px !important;
}

.dvt-m-xs-t-2 {
    margin-top: 20px !important;
}

.dvt-m-xs-b-2 {
    margin-bottom: 20px !important;
}

.dvt-m-xs-t-3 {
    margin-top: 30px !important;
}

.dvt-m-xs-b-3 {
    margin-bottom: 30px !important;
}

.dvt-m-xs-t-4 {
    margin-top: 40px !important;
}

.dvt-m-xs-b-4 {
    margin-bottom: 40px !important;
}

.dvt-m-xs-t-5 {
    margin-top: 50px !important;
}

.dvt-m-xs-b-5 {
    margin-bottom: 50px !important;
}

.dvt-m-xs-t-6 {
    margin-top: 60px !important;
}

.dvt-m-xs-b-6 {
    margin-bottom: 60px !important;
}

.dvt-m-xs-t-7 {
    margin-top: 70px !important;
}

.dvt-m-xs-b-7 {
    margin-bottom: 70px !important;
}

.dvt-m-xs-t-8 {
    margin-top: 80px !important;
}

.dvt-m-xs-b-8 {
    margin-bottom: 80px !important;
}

.dvt-m-xs-t-9 {
    margin-top: 90px !important;
}

.dvt-m-xs-b-9 {
    margin-bottom: 90px !important;
}

.dvt-m-xs-t-10 {
    margin-top: 100px !important;
}

.dvt-m-xs-b-10 {
    margin-bottom: 100px !important;
}

.dvt-m-xs-t-11 {
    margin-top: 110px !important;
}

.dvt-m-xs-b-11 {
    margin-bottom: 110px !important;
}

.dvt-m-xs-t-12 {
    margin-top: 120px !important;
}

.dvt-m-xs-b-12 {
    margin-bottom: 120px !important;
}

.dvt-m-xs-t-13 {
    margin-top: 130px !important;
}

.dvt-m-xs-b-13 {
    margin-bottom: 130px !important;
}

.dvt-m-xs-t-14 {
    margin-top: 140px !important;
}

.dvt-m-xs-b-14 {
    margin-bottom: 140px !important;
}

.dvt-m-xs-t-15 {
    margin-top: 150px !important;
}

.dvt-m-xs-b-15 {
    margin-bottom: 150px !important;
}

.dvt-m-xs-t-16 {
    margin-top: 160px !important;
}

.dvt-m-xs-b-16 {
    margin-bottom: 160px !important;
}

.dvt-m-xs-t-17 {
    margin-top: 170px !important;
}

.dvt-m-xs-b-17 {
    margin-bottom: 170px !important;
}

.dvt-m-xs-t-18 {
    margin-top: 180px !important;
}

.dvt-m-xs-b-18 {
    margin-bottom: 180px !important;
}

.dvt-m-xs-t-19 {
    margin-top: 190px !important;
}

.dvt-m-xs-b-19 {
    margin-bottom: 190px !important;
}

.dvt-m-xs-t-20 {
    margin-top: 200px !important;
}

.dvt-m-xs-b-20 {
    margin-bottom: 200px !important;
}

.dvt-m-xs-t-21 {
    margin-top: 210px !important;
}

.dvt-m-xs-b-21 {
    margin-bottom: 210px !important;
}

.dvt-m-xs-t-22 {
    margin-top: 220px !important;
}

.dvt-m-xs-b-22 {
    margin-bottom: 220px !important;
}

.dvt-m-xs-t-23 {
    margin-top: 230px !important;
}

.dvt-m-xs-b-23 {
    margin-bottom: 230px !important;
}

.dvt-m-xs-t-24 {
    margin-top: 240px !important;
}

.dvt-m-xs-b-24 {
    margin-bottom: 240px !important;
}

.dvt-m-xs-t-25 {
    margin-top: 250px !important;
}

.dvt-m-xs-b-25 {
    margin-bottom: 250px !important;
}

.dvt-m-xs-t-26 {
    margin-top: 260px !important;
}

.dvt-m-xs-b-26 {
    margin-bottom: 260px !important;
}

.dvt-m-xs-t-27 {
    margin-top: 270px !important;
}

.dvt-m-xs-b-27 {
    margin-bottom: 270px !important;
}

.dvt-m-xs-t-28 {
    margin-top: 280px !important;
}

.dvt-m-xs-b-28 {
    margin-bottom: 280px !important;
}

.dvt-m-xs-t-29 {
    margin-top: 290px !important;
}

.dvt-m-xs-b-29 {
    margin-bottom: 290px !important;
}

.dvt-m-xs-t-30 {
    margin-top: 300px !important;
}

.dvt-m-xs-b-30 {
    margin-bottom: 300px !important;
}

@media (min-width: 544px) {
    .dvt-m-sm-t--30 {
        margin-top: -300px !important;
    }

    .dvt-m-sm-b--30 {
        margin-bottom: -300px !important;
    }

    .dvt-m-sm-t--29 {
        margin-top: -290px !important;
    }

    .dvt-m-sm-b--29 {
        margin-bottom: -290px !important;
    }

    .dvt-m-sm-t--28 {
        margin-top: -280px !important;
    }

    .dvt-m-sm-b--28 {
        margin-bottom: -280px !important;
    }

    .dvt-m-sm-t--27 {
        margin-top: -270px !important;
    }

    .dvt-m-sm-b--27 {
        margin-bottom: -270px !important;
    }

    .dvt-m-sm-t--26 {
        margin-top: -260px !important;
    }

    .dvt-m-sm-b--26 {
        margin-bottom: -260px !important;
    }

    .dvt-m-sm-t--25 {
        margin-top: -250px !important;
    }

    .dvt-m-sm-b--25 {
        margin-bottom: -250px !important;
    }

    .dvt-m-sm-t--24 {
        margin-top: -240px !important;
    }

    .dvt-m-sm-b--24 {
        margin-bottom: -240px !important;
    }

    .dvt-m-sm-t--23 {
        margin-top: -230px !important;
    }

    .dvt-m-sm-b--23 {
        margin-bottom: -230px !important;
    }

    .dvt-m-sm-t--22 {
        margin-top: -220px !important;
    }

    .dvt-m-sm-b--22 {
        margin-bottom: -220px !important;
    }

    .dvt-m-sm-t--21 {
        margin-top: -210px !important;
    }

    .dvt-m-sm-b--21 {
        margin-bottom: -210px !important;
    }

    .dvt-m-sm-t--20 {
        margin-top: -200px !important;
    }

    .dvt-m-sm-b--20 {
        margin-bottom: -200px !important;
    }

    .dvt-m-sm-t--19 {
        margin-top: -190px !important;
    }

    .dvt-m-sm-b--19 {
        margin-bottom: -190px !important;
    }

    .dvt-m-sm-t--18 {
        margin-top: -180px !important;
    }

    .dvt-m-sm-b--18 {
        margin-bottom: -180px !important;
    }

    .dvt-m-sm-t--17 {
        margin-top: -170px !important;
    }

    .dvt-m-sm-b--17 {
        margin-bottom: -170px !important;
    }

    .dvt-m-sm-t--16 {
        margin-top: -160px !important;
    }

    .dvt-m-sm-b--16 {
        margin-bottom: -160px !important;
    }

    .dvt-m-sm-t--15 {
        margin-top: -150px !important;
    }

    .dvt-m-sm-b--15 {
        margin-bottom: -150px !important;
    }

    .dvt-m-sm-t--14 {
        margin-top: -140px !important;
    }

    .dvt-m-sm-b--14 {
        margin-bottom: -140px !important;
    }

    .dvt-m-sm-t--13 {
        margin-top: -130px !important;
    }

    .dvt-m-sm-b--13 {
        margin-bottom: -130px !important;
    }

    .dvt-m-sm-t--12 {
        margin-top: -120px !important;
    }

    .dvt-m-sm-b--12 {
        margin-bottom: -120px !important;
    }

    .dvt-m-sm-t--11 {
        margin-top: -110px !important;
    }

    .dvt-m-sm-b--11 {
        margin-bottom: -110px !important;
    }

    .dvt-m-sm-t--10 {
        margin-top: -100px !important;
    }

    .dvt-m-sm-b--10 {
        margin-bottom: -100px !important;
    }

    .dvt-m-sm-t--9 {
        margin-top: -90px !important;
    }

    .dvt-m-sm-b--9 {
        margin-bottom: -90px !important;
    }

    .dvt-m-sm-t--8 {
        margin-top: -80px !important;
    }

    .dvt-m-sm-b--8 {
        margin-bottom: -80px !important;
    }

    .dvt-m-sm-t--7 {
        margin-top: -70px !important;
    }

    .dvt-m-sm-b--7 {
        margin-bottom: -70px !important;
    }

    .dvt-m-sm-t--6 {
        margin-top: -60px !important;
    }

    .dvt-m-sm-b--6 {
        margin-bottom: -60px !important;
    }

    .dvt-m-sm-t--5 {
        margin-top: -50px !important;
    }

    .dvt-m-sm-b--5 {
        margin-bottom: -50px !important;
    }

    .dvt-m-sm-t--4 {
        margin-top: -40px !important;
    }

    .dvt-m-sm-b--4 {
        margin-bottom: -40px !important;
    }

    .dvt-m-sm-t--3 {
        margin-top: -30px !important;
    }

    .dvt-m-sm-b--3 {
        margin-bottom: -30px !important;
    }

    .dvt-m-sm-t--2 {
        margin-top: -20px !important;
    }

    .dvt-m-sm-b--2 {
        margin-bottom: -20px !important;
    }

    .dvt-m-sm-t--1 {
        margin-top: -10px !important;
    }

    .dvt-m-sm-b--1 {
        margin-bottom: -10px !important;
    }

    .dvt-m-sm-t-0 {
        margin-top: 0px !important;
    }

    .dvt-m-sm-b-0 {
        margin-bottom: 0px !important;
    }

    .dvt-m-sm-t-1 {
        margin-top: 10px !important;
    }

    .dvt-m-sm-b-1 {
        margin-bottom: 10px !important;
    }

    .dvt-m-sm-t-2 {
        margin-top: 20px !important;
    }

    .dvt-m-sm-b-2 {
        margin-bottom: 20px !important;
    }

    .dvt-m-sm-t-3 {
        margin-top: 30px !important;
    }

    .dvt-m-sm-b-3 {
        margin-bottom: 30px !important;
    }

    .dvt-m-sm-t-4 {
        margin-top: 40px !important;
    }

    .dvt-m-sm-b-4 {
        margin-bottom: 40px !important;
    }

    .dvt-m-sm-t-5 {
        margin-top: 50px !important;
    }

    .dvt-m-sm-b-5 {
        margin-bottom: 50px !important;
    }

    .dvt-m-sm-t-6 {
        margin-top: 60px !important;
    }

    .dvt-m-sm-b-6 {
        margin-bottom: 60px !important;
    }

    .dvt-m-sm-t-7 {
        margin-top: 70px !important;
    }

    .dvt-m-sm-b-7 {
        margin-bottom: 70px !important;
    }

    .dvt-m-sm-t-8 {
        margin-top: 80px !important;
    }

    .dvt-m-sm-b-8 {
        margin-bottom: 80px !important;
    }

    .dvt-m-sm-t-9 {
        margin-top: 90px !important;
    }

    .dvt-m-sm-b-9 {
        margin-bottom: 90px !important;
    }

    .dvt-m-sm-t-10 {
        margin-top: 100px !important;
    }

    .dvt-m-sm-b-10 {
        margin-bottom: 100px !important;
    }

    .dvt-m-sm-t-11 {
        margin-top: 110px !important;
    }

    .dvt-m-sm-b-11 {
        margin-bottom: 110px !important;
    }

    .dvt-m-sm-t-12 {
        margin-top: 120px !important;
    }

    .dvt-m-sm-b-12 {
        margin-bottom: 120px !important;
    }

    .dvt-m-sm-t-13 {
        margin-top: 130px !important;
    }

    .dvt-m-sm-b-13 {
        margin-bottom: 130px !important;
    }

    .dvt-m-sm-t-14 {
        margin-top: 140px !important;
    }

    .dvt-m-sm-b-14 {
        margin-bottom: 140px !important;
    }

    .dvt-m-sm-t-15 {
        margin-top: 150px !important;
    }

    .dvt-m-sm-b-15 {
        margin-bottom: 150px !important;
    }

    .dvt-m-sm-t-16 {
        margin-top: 160px !important;
    }

    .dvt-m-sm-b-16 {
        margin-bottom: 160px !important;
    }

    .dvt-m-sm-t-17 {
        margin-top: 170px !important;
    }

    .dvt-m-sm-b-17 {
        margin-bottom: 170px !important;
    }

    .dvt-m-sm-t-18 {
        margin-top: 180px !important;
    }

    .dvt-m-sm-b-18 {
        margin-bottom: 180px !important;
    }

    .dvt-m-sm-t-19 {
        margin-top: 190px !important;
    }

    .dvt-m-sm-b-19 {
        margin-bottom: 190px !important;
    }

    .dvt-m-sm-t-20 {
        margin-top: 200px !important;
    }

    .dvt-m-sm-b-20 {
        margin-bottom: 200px !important;
    }

    .dvt-m-sm-t-21 {
        margin-top: 210px !important;
    }

    .dvt-m-sm-b-21 {
        margin-bottom: 210px !important;
    }

    .dvt-m-sm-t-22 {
        margin-top: 220px !important;
    }

    .dvt-m-sm-b-22 {
        margin-bottom: 220px !important;
    }

    .dvt-m-sm-t-23 {
        margin-top: 230px !important;
    }

    .dvt-m-sm-b-23 {
        margin-bottom: 230px !important;
    }

    .dvt-m-sm-t-24 {
        margin-top: 240px !important;
    }

    .dvt-m-sm-b-24 {
        margin-bottom: 240px !important;
    }

    .dvt-m-sm-t-25 {
        margin-top: 250px !important;
    }

    .dvt-m-sm-b-25 {
        margin-bottom: 250px !important;
    }

    .dvt-m-sm-t-26 {
        margin-top: 260px !important;
    }

    .dvt-m-sm-b-26 {
        margin-bottom: 260px !important;
    }

    .dvt-m-sm-t-27 {
        margin-top: 270px !important;
    }

    .dvt-m-sm-b-27 {
        margin-bottom: 270px !important;
    }

    .dvt-m-sm-t-28 {
        margin-top: 280px !important;
    }

    .dvt-m-sm-b-28 {
        margin-bottom: 280px !important;
    }

    .dvt-m-sm-t-29 {
        margin-top: 290px !important;
    }

    .dvt-m-sm-b-29 {
        margin-bottom: 290px !important;
    }

    .dvt-m-sm-t-30 {
        margin-top: 300px !important;
    }

    .dvt-m-sm-b-30 {
        margin-bottom: 300px !important;
    }
}

@media (min-width: 768px) {
    .dvt-m-md-t--30 {
        margin-top: -300px !important;
    }

    .dvt-m-md-b--30 {
        margin-bottom: -300px !important;
    }

    .dvt-m-md-t--29 {
        margin-top: -290px !important;
    }

    .dvt-m-md-b--29 {
        margin-bottom: -290px !important;
    }

    .dvt-m-md-t--28 {
        margin-top: -280px !important;
    }

    .dvt-m-md-b--28 {
        margin-bottom: -280px !important;
    }

    .dvt-m-md-t--27 {
        margin-top: -270px !important;
    }

    .dvt-m-md-b--27 {
        margin-bottom: -270px !important;
    }

    .dvt-m-md-t--26 {
        margin-top: -260px !important;
    }

    .dvt-m-md-b--26 {
        margin-bottom: -260px !important;
    }

    .dvt-m-md-t--25 {
        margin-top: -250px !important;
    }

    .dvt-m-md-b--25 {
        margin-bottom: -250px !important;
    }

    .dvt-m-md-t--24 {
        margin-top: -240px !important;
    }

    .dvt-m-md-b--24 {
        margin-bottom: -240px !important;
    }

    .dvt-m-md-t--23 {
        margin-top: -230px !important;
    }

    .dvt-m-md-b--23 {
        margin-bottom: -230px !important;
    }

    .dvt-m-md-t--22 {
        margin-top: -220px !important;
    }

    .dvt-m-md-b--22 {
        margin-bottom: -220px !important;
    }

    .dvt-m-md-t--21 {
        margin-top: -210px !important;
    }

    .dvt-m-md-b--21 {
        margin-bottom: -210px !important;
    }

    .dvt-m-md-t--20 {
        margin-top: -200px !important;
    }

    .dvt-m-md-b--20 {
        margin-bottom: -200px !important;
    }

    .dvt-m-md-t--19 {
        margin-top: -190px !important;
    }

    .dvt-m-md-b--19 {
        margin-bottom: -190px !important;
    }

    .dvt-m-md-t--18 {
        margin-top: -180px !important;
    }

    .dvt-m-md-b--18 {
        margin-bottom: -180px !important;
    }

    .dvt-m-md-t--17 {
        margin-top: -170px !important;
    }

    .dvt-m-md-b--17 {
        margin-bottom: -170px !important;
    }

    .dvt-m-md-t--16 {
        margin-top: -160px !important;
    }

    .dvt-m-md-b--16 {
        margin-bottom: -160px !important;
    }

    .dvt-m-md-t--15 {
        margin-top: -150px !important;
    }

    .dvt-m-md-b--15 {
        margin-bottom: -150px !important;
    }

    .dvt-m-md-t--14 {
        margin-top: -140px !important;
    }

    .dvt-m-md-b--14 {
        margin-bottom: -140px !important;
    }

    .dvt-m-md-t--13 {
        margin-top: -130px !important;
    }

    .dvt-m-md-b--13 {
        margin-bottom: -130px !important;
    }

    .dvt-m-md-t--12 {
        margin-top: -120px !important;
    }

    .dvt-m-md-b--12 {
        margin-bottom: -120px !important;
    }

    .dvt-m-md-t--11 {
        margin-top: -110px !important;
    }

    .dvt-m-md-b--11 {
        margin-bottom: -110px !important;
    }

    .dvt-m-md-t--10 {
        margin-top: -100px !important;
    }

    .dvt-m-md-b--10 {
        margin-bottom: -100px !important;
    }

    .dvt-m-md-t--9 {
        margin-top: -90px !important;
    }

    .dvt-m-md-b--9 {
        margin-bottom: -90px !important;
    }

    .dvt-m-md-t--8 {
        margin-top: -80px !important;
    }

    .dvt-m-md-b--8 {
        margin-bottom: -80px !important;
    }

    .dvt-m-md-t--7 {
        margin-top: -70px !important;
    }

    .dvt-m-md-b--7 {
        margin-bottom: -70px !important;
    }

    .dvt-m-md-t--6 {
        margin-top: -60px !important;
    }

    .dvt-m-md-b--6 {
        margin-bottom: -60px !important;
    }

    .dvt-m-md-t--5 {
        margin-top: -50px !important;
    }

    .dvt-m-md-b--5 {
        margin-bottom: -50px !important;
    }

    .dvt-m-md-t--4 {
        margin-top: -40px !important;
    }

    .dvt-m-md-b--4 {
        margin-bottom: -40px !important;
    }

    .dvt-m-md-t--3 {
        margin-top: -30px !important;
    }

    .dvt-m-md-b--3 {
        margin-bottom: -30px !important;
    }

    .dvt-m-md-t--2 {
        margin-top: -20px !important;
    }

    .dvt-m-md-b--2 {
        margin-bottom: -20px !important;
    }

    .dvt-m-md-t--1 {
        margin-top: -10px !important;
    }

    .dvt-m-md-b--1 {
        margin-bottom: -10px !important;
    }

    .dvt-m-md-t-0 {
        margin-top: 0px !important;
    }

    .dvt-m-md-b-0 {
        margin-bottom: 0px !important;
    }

    .dvt-m-md-t-1 {
        margin-top: 10px !important;
    }

    .dvt-m-md-b-1 {
        margin-bottom: 10px !important;
    }

    .dvt-m-md-t-2 {
        margin-top: 20px !important;
    }

    .dvt-m-md-b-2 {
        margin-bottom: 20px !important;
    }

    .dvt-m-md-t-3 {
        margin-top: 30px !important;
    }

    .dvt-m-md-b-3 {
        margin-bottom: 30px !important;
    }

    .dvt-m-md-t-4 {
        margin-top: 40px !important;
    }

    .dvt-m-md-b-4 {
        margin-bottom: 40px !important;
    }

    .dvt-m-md-t-5 {
        margin-top: 50px !important;
    }

    .dvt-m-md-b-5 {
        margin-bottom: 50px !important;
    }

    .dvt-m-md-t-6 {
        margin-top: 60px !important;
    }

    .dvt-m-md-b-6 {
        margin-bottom: 60px !important;
    }

    .dvt-m-md-t-7 {
        margin-top: 70px !important;
    }

    .dvt-m-md-b-7 {
        margin-bottom: 70px !important;
    }

    .dvt-m-md-t-8 {
        margin-top: 80px !important;
    }

    .dvt-m-md-b-8 {
        margin-bottom: 80px !important;
    }

    .dvt-m-md-t-9 {
        margin-top: 90px !important;
    }

    .dvt-m-md-b-9 {
        margin-bottom: 90px !important;
    }

    .dvt-m-md-t-10 {
        margin-top: 100px !important;
    }

    .dvt-m-md-b-10 {
        margin-bottom: 100px !important;
    }

    .dvt-m-md-t-11 {
        margin-top: 110px !important;
    }

    .dvt-m-md-b-11 {
        margin-bottom: 110px !important;
    }

    .dvt-m-md-t-12 {
        margin-top: 120px !important;
    }

    .dvt-m-md-b-12 {
        margin-bottom: 120px !important;
    }

    .dvt-m-md-t-13 {
        margin-top: 130px !important;
    }

    .dvt-m-md-b-13 {
        margin-bottom: 130px !important;
    }

    .dvt-m-md-t-14 {
        margin-top: 140px !important;
    }

    .dvt-m-md-b-14 {
        margin-bottom: 140px !important;
    }

    .dvt-m-md-t-15 {
        margin-top: 150px !important;
    }

    .dvt-m-md-b-15 {
        margin-bottom: 150px !important;
    }

    .dvt-m-md-t-16 {
        margin-top: 160px !important;
    }

    .dvt-m-md-b-16 {
        margin-bottom: 160px !important;
    }

    .dvt-m-md-t-17 {
        margin-top: 170px !important;
    }

    .dvt-m-md-b-17 {
        margin-bottom: 170px !important;
    }

    .dvt-m-md-t-18 {
        margin-top: 180px !important;
    }

    .dvt-m-md-b-18 {
        margin-bottom: 180px !important;
    }

    .dvt-m-md-t-19 {
        margin-top: 190px !important;
    }

    .dvt-m-md-b-19 {
        margin-bottom: 190px !important;
    }

    .dvt-m-md-t-20 {
        margin-top: 200px !important;
    }

    .dvt-m-md-b-20 {
        margin-bottom: 200px !important;
    }

    .dvt-m-md-t-21 {
        margin-top: 210px !important;
    }

    .dvt-m-md-b-21 {
        margin-bottom: 210px !important;
    }

    .dvt-m-md-t-22 {
        margin-top: 220px !important;
    }

    .dvt-m-md-b-22 {
        margin-bottom: 220px !important;
    }

    .dvt-m-md-t-23 {
        margin-top: 230px !important;
    }

    .dvt-m-md-b-23 {
        margin-bottom: 230px !important;
    }

    .dvt-m-md-t-24 {
        margin-top: 240px !important;
    }

    .dvt-m-md-b-24 {
        margin-bottom: 240px !important;
    }

    .dvt-m-md-t-25 {
        margin-top: 250px !important;
    }

    .dvt-m-md-b-25 {
        margin-bottom: 250px !important;
    }

    .dvt-m-md-t-26 {
        margin-top: 260px !important;
    }

    .dvt-m-md-b-26 {
        margin-bottom: 260px !important;
    }

    .dvt-m-md-t-27 {
        margin-top: 270px !important;
    }

    .dvt-m-md-b-27 {
        margin-bottom: 270px !important;
    }

    .dvt-m-md-t-28 {
        margin-top: 280px !important;
    }

    .dvt-m-md-b-28 {
        margin-bottom: 280px !important;
    }

    .dvt-m-md-t-29 {
        margin-top: 290px !important;
    }

    .dvt-m-md-b-29 {
        margin-bottom: 290px !important;
    }

    .dvt-m-md-t-30 {
        margin-top: 300px !important;
    }

    .dvt-m-md-b-30 {
        margin-bottom: 300px !important;
    }
}

@media (min-width: 992px) {
    .dvt-m-lg-t--30 {
        margin-top: -300px !important;
    }

    .dvt-m-lg-b--30 {
        margin-bottom: -300px !important;
    }

    .dvt-m-lg-t--29 {
        margin-top: -290px !important;
    }

    .dvt-m-lg-b--29 {
        margin-bottom: -290px !important;
    }

    .dvt-m-lg-t--28 {
        margin-top: -280px !important;
    }

    .dvt-m-lg-b--28 {
        margin-bottom: -280px !important;
    }

    .dvt-m-lg-t--27 {
        margin-top: -270px !important;
    }

    .dvt-m-lg-b--27 {
        margin-bottom: -270px !important;
    }

    .dvt-m-lg-t--26 {
        margin-top: -260px !important;
    }

    .dvt-m-lg-b--26 {
        margin-bottom: -260px !important;
    }

    .dvt-m-lg-t--25 {
        margin-top: -250px !important;
    }

    .dvt-m-lg-b--25 {
        margin-bottom: -250px !important;
    }

    .dvt-m-lg-t--24 {
        margin-top: -240px !important;
    }

    .dvt-m-lg-b--24 {
        margin-bottom: -240px !important;
    }

    .dvt-m-lg-t--23 {
        margin-top: -230px !important;
    }

    .dvt-m-lg-b--23 {
        margin-bottom: -230px !important;
    }

    .dvt-m-lg-t--22 {
        margin-top: -220px !important;
    }

    .dvt-m-lg-b--22 {
        margin-bottom: -220px !important;
    }

    .dvt-m-lg-t--21 {
        margin-top: -210px !important;
    }

    .dvt-m-lg-b--21 {
        margin-bottom: -210px !important;
    }

    .dvt-m-lg-t--20 {
        margin-top: -200px !important;
    }

    .dvt-m-lg-b--20 {
        margin-bottom: -200px !important;
    }

    .dvt-m-lg-t--19 {
        margin-top: -190px !important;
    }

    .dvt-m-lg-b--19 {
        margin-bottom: -190px !important;
    }

    .dvt-m-lg-t--18 {
        margin-top: -180px !important;
    }

    .dvt-m-lg-b--18 {
        margin-bottom: -180px !important;
    }

    .dvt-m-lg-t--17 {
        margin-top: -170px !important;
    }

    .dvt-m-lg-b--17 {
        margin-bottom: -170px !important;
    }

    .dvt-m-lg-t--16 {
        margin-top: -160px !important;
    }

    .dvt-m-lg-b--16 {
        margin-bottom: -160px !important;
    }

    .dvt-m-lg-t--15 {
        margin-top: -150px !important;
    }

    .dvt-m-lg-b--15 {
        margin-bottom: -150px !important;
    }

    .dvt-m-lg-t--14 {
        margin-top: -140px !important;
    }

    .dvt-m-lg-b--14 {
        margin-bottom: -140px !important;
    }

    .dvt-m-lg-t--13 {
        margin-top: -130px !important;
    }

    .dvt-m-lg-b--13 {
        margin-bottom: -130px !important;
    }

    .dvt-m-lg-t--12 {
        margin-top: -120px !important;
    }

    .dvt-m-lg-b--12 {
        margin-bottom: -120px !important;
    }

    .dvt-m-lg-t--11 {
        margin-top: -110px !important;
    }

    .dvt-m-lg-b--11 {
        margin-bottom: -110px !important;
    }

    .dvt-m-lg-t--10 {
        margin-top: -100px !important;
    }

    .dvt-m-lg-b--10 {
        margin-bottom: -100px !important;
    }

    .dvt-m-lg-t--9 {
        margin-top: -90px !important;
    }

    .dvt-m-lg-b--9 {
        margin-bottom: -90px !important;
    }

    .dvt-m-lg-t--8 {
        margin-top: -80px !important;
    }

    .dvt-m-lg-b--8 {
        margin-bottom: -80px !important;
    }

    .dvt-m-lg-t--7 {
        margin-top: -70px !important;
    }

    .dvt-m-lg-b--7 {
        margin-bottom: -70px !important;
    }

    .dvt-m-lg-t--6 {
        margin-top: -60px !important;
    }

    .dvt-m-lg-b--6 {
        margin-bottom: -60px !important;
    }

    .dvt-m-lg-t--5 {
        margin-top: -50px !important;
    }

    .dvt-m-lg-b--5 {
        margin-bottom: -50px !important;
    }

    .dvt-m-lg-t--4 {
        margin-top: -40px !important;
    }

    .dvt-m-lg-b--4 {
        margin-bottom: -40px !important;
    }

    .dvt-m-lg-t--3 {
        margin-top: -30px !important;
    }

    .dvt-m-lg-b--3 {
        margin-bottom: -30px !important;
    }

    .dvt-m-lg-t--2 {
        margin-top: -20px !important;
    }

    .dvt-m-lg-b--2 {
        margin-bottom: -20px !important;
    }

    .dvt-m-lg-t--1 {
        margin-top: -10px !important;
    }

    .dvt-m-lg-b--1 {
        margin-bottom: -10px !important;
    }

    .dvt-m-lg-t-0 {
        margin-top: 0px !important;
    }

    .dvt-m-lg-b-0 {
        margin-bottom: 0px !important;
    }

    .dvt-m-lg-t-1 {
        margin-top: 10px !important;
    }

    .dvt-m-lg-b-1 {
        margin-bottom: 10px !important;
    }

    .dvt-m-lg-t-2 {
        margin-top: 20px !important;
    }

    .dvt-m-lg-b-2 {
        margin-bottom: 20px !important;
    }

    .dvt-m-lg-t-3 {
        margin-top: 30px !important;
    }

    .dvt-m-lg-b-3 {
        margin-bottom: 30px !important;
    }

    .dvt-m-lg-t-4 {
        margin-top: 40px !important;
    }

    .dvt-m-lg-b-4 {
        margin-bottom: 40px !important;
    }

    .dvt-m-lg-t-5 {
        margin-top: 50px !important;
    }

    .dvt-m-lg-b-5 {
        margin-bottom: 50px !important;
    }

    .dvt-m-lg-t-6 {
        margin-top: 60px !important;
    }

    .dvt-m-lg-b-6 {
        margin-bottom: 60px !important;
    }

    .dvt-m-lg-t-7 {
        margin-top: 70px !important;
    }

    .dvt-m-lg-b-7 {
        margin-bottom: 70px !important;
    }

    .dvt-m-lg-t-8 {
        margin-top: 80px !important;
    }

    .dvt-m-lg-b-8 {
        margin-bottom: 80px !important;
    }

    .dvt-m-lg-t-9 {
        margin-top: 90px !important;
    }

    .dvt-m-lg-b-9 {
        margin-bottom: 90px !important;
    }

    .dvt-m-lg-t-10 {
        margin-top: 100px !important;
    }

    .dvt-m-lg-b-10 {
        margin-bottom: 100px !important;
    }

    .dvt-m-lg-t-11 {
        margin-top: 110px !important;
    }

    .dvt-m-lg-b-11 {
        margin-bottom: 110px !important;
    }

    .dvt-m-lg-t-12 {
        margin-top: 120px !important;
    }

    .dvt-m-lg-b-12 {
        margin-bottom: 120px !important;
    }

    .dvt-m-lg-t-13 {
        margin-top: 130px !important;
    }

    .dvt-m-lg-b-13 {
        margin-bottom: 130px !important;
    }

    .dvt-m-lg-t-14 {
        margin-top: 140px !important;
    }

    .dvt-m-lg-b-14 {
        margin-bottom: 140px !important;
    }

    .dvt-m-lg-t-15 {
        margin-top: 150px !important;
    }

    .dvt-m-lg-b-15 {
        margin-bottom: 150px !important;
    }

    .dvt-m-lg-t-16 {
        margin-top: 160px !important;
    }

    .dvt-m-lg-b-16 {
        margin-bottom: 160px !important;
    }

    .dvt-m-lg-t-17 {
        margin-top: 170px !important;
    }

    .dvt-m-lg-b-17 {
        margin-bottom: 170px !important;
    }

    .dvt-m-lg-t-18 {
        margin-top: 180px !important;
    }

    .dvt-m-lg-b-18 {
        margin-bottom: 180px !important;
    }

    .dvt-m-lg-t-19 {
        margin-top: 190px !important;
    }

    .dvt-m-lg-b-19 {
        margin-bottom: 190px !important;
    }

    .dvt-m-lg-t-20 {
        margin-top: 200px !important;
    }

    .dvt-m-lg-b-20 {
        margin-bottom: 200px !important;
    }

    .dvt-m-lg-t-21 {
        margin-top: 210px !important;
    }

    .dvt-m-lg-b-21 {
        margin-bottom: 210px !important;
    }

    .dvt-m-lg-t-22 {
        margin-top: 220px !important;
    }

    .dvt-m-lg-b-22 {
        margin-bottom: 220px !important;
    }

    .dvt-m-lg-t-23 {
        margin-top: 230px !important;
    }

    .dvt-m-lg-b-23 {
        margin-bottom: 230px !important;
    }

    .dvt-m-lg-t-24 {
        margin-top: 240px !important;
    }

    .dvt-m-lg-b-24 {
        margin-bottom: 240px !important;
    }

    .dvt-m-lg-t-25 {
        margin-top: 250px !important;
    }

    .dvt-m-lg-b-25 {
        margin-bottom: 250px !important;
    }

    .dvt-m-lg-t-26 {
        margin-top: 260px !important;
    }

    .dvt-m-lg-b-26 {
        margin-bottom: 260px !important;
    }

    .dvt-m-lg-t-27 {
        margin-top: 270px !important;
    }

    .dvt-m-lg-b-27 {
        margin-bottom: 270px !important;
    }

    .dvt-m-lg-t-28 {
        margin-top: 280px !important;
    }

    .dvt-m-lg-b-28 {
        margin-bottom: 280px !important;
    }

    .dvt-m-lg-t-29 {
        margin-top: 290px !important;
    }

    .dvt-m-lg-b-29 {
        margin-bottom: 290px !important;
    }

    .dvt-m-lg-t-30 {
        margin-top: 300px !important;
    }

    .dvt-m-lg-b-30 {
        margin-bottom: 300px !important;
    }
}

@media (min-width: 1200px) {
    .dvt-m-xl-t--30 {
        margin-top: -300px !important;
    }

    .dvt-m-xl-b--30 {
        margin-bottom: -300px !important;
    }

    .dvt-m-xl-t--29 {
        margin-top: -290px !important;
    }

    .dvt-m-xl-b--29 {
        margin-bottom: -290px !important;
    }

    .dvt-m-xl-t--28 {
        margin-top: -280px !important;
    }

    .dvt-m-xl-b--28 {
        margin-bottom: -280px !important;
    }

    .dvt-m-xl-t--27 {
        margin-top: -270px !important;
    }

    .dvt-m-xl-b--27 {
        margin-bottom: -270px !important;
    }

    .dvt-m-xl-t--26 {
        margin-top: -260px !important;
    }

    .dvt-m-xl-b--26 {
        margin-bottom: -260px !important;
    }

    .dvt-m-xl-t--25 {
        margin-top: -250px !important;
    }

    .dvt-m-xl-b--25 {
        margin-bottom: -250px !important;
    }

    .dvt-m-xl-t--24 {
        margin-top: -240px !important;
    }

    .dvt-m-xl-b--24 {
        margin-bottom: -240px !important;
    }

    .dvt-m-xl-t--23 {
        margin-top: -230px !important;
    }

    .dvt-m-xl-b--23 {
        margin-bottom: -230px !important;
    }

    .dvt-m-xl-t--22 {
        margin-top: -220px !important;
    }

    .dvt-m-xl-b--22 {
        margin-bottom: -220px !important;
    }

    .dvt-m-xl-t--21 {
        margin-top: -210px !important;
    }

    .dvt-m-xl-b--21 {
        margin-bottom: -210px !important;
    }

    .dvt-m-xl-t--20 {
        margin-top: -200px !important;
    }

    .dvt-m-xl-b--20 {
        margin-bottom: -200px !important;
    }

    .dvt-m-xl-t--19 {
        margin-top: -190px !important;
    }

    .dvt-m-xl-b--19 {
        margin-bottom: -190px !important;
    }

    .dvt-m-xl-t--18 {
        margin-top: -180px !important;
    }

    .dvt-m-xl-b--18 {
        margin-bottom: -180px !important;
    }

    .dvt-m-xl-t--17 {
        margin-top: -170px !important;
    }

    .dvt-m-xl-b--17 {
        margin-bottom: -170px !important;
    }

    .dvt-m-xl-t--16 {
        margin-top: -160px !important;
    }

    .dvt-m-xl-b--16 {
        margin-bottom: -160px !important;
    }

    .dvt-m-xl-t--15 {
        margin-top: -150px !important;
    }

    .dvt-m-xl-b--15 {
        margin-bottom: -150px !important;
    }

    .dvt-m-xl-t--14 {
        margin-top: -140px !important;
    }

    .dvt-m-xl-b--14 {
        margin-bottom: -140px !important;
    }

    .dvt-m-xl-t--13 {
        margin-top: -130px !important;
    }

    .dvt-m-xl-b--13 {
        margin-bottom: -130px !important;
    }

    .dvt-m-xl-t--12 {
        margin-top: -120px !important;
    }

    .dvt-m-xl-b--12 {
        margin-bottom: -120px !important;
    }

    .dvt-m-xl-t--11 {
        margin-top: -110px !important;
    }

    .dvt-m-xl-b--11 {
        margin-bottom: -110px !important;
    }

    .dvt-m-xl-t--10 {
        margin-top: -100px !important;
    }

    .dvt-m-xl-b--10 {
        margin-bottom: -100px !important;
    }

    .dvt-m-xl-t--9 {
        margin-top: -90px !important;
    }

    .dvt-m-xl-b--9 {
        margin-bottom: -90px !important;
    }

    .dvt-m-xl-t--8 {
        margin-top: -80px !important;
    }

    .dvt-m-xl-b--8 {
        margin-bottom: -80px !important;
    }

    .dvt-m-xl-t--7 {
        margin-top: -70px !important;
    }

    .dvt-m-xl-b--7 {
        margin-bottom: -70px !important;
    }

    .dvt-m-xl-t--6 {
        margin-top: -60px !important;
    }

    .dvt-m-xl-b--6 {
        margin-bottom: -60px !important;
    }

    .dvt-m-xl-t--5 {
        margin-top: -50px !important;
    }

    .dvt-m-xl-b--5 {
        margin-bottom: -50px !important;
    }

    .dvt-m-xl-t--4 {
        margin-top: -40px !important;
    }

    .dvt-m-xl-b--4 {
        margin-bottom: -40px !important;
    }

    .dvt-m-xl-t--3 {
        margin-top: -30px !important;
    }

    .dvt-m-xl-b--3 {
        margin-bottom: -30px !important;
    }

    .dvt-m-xl-t--2 {
        margin-top: -20px !important;
    }

    .dvt-m-xl-b--2 {
        margin-bottom: -20px !important;
    }

    .dvt-m-xl-t--1 {
        margin-top: -10px !important;
    }

    .dvt-m-xl-b--1 {
        margin-bottom: -10px !important;
    }

    .dvt-m-xl-t-0 {
        margin-top: 0px !important;
    }

    .dvt-m-xl-b-0 {
        margin-bottom: 0px !important;
    }

    .dvt-m-xl-t-1 {
        margin-top: 10px !important;
    }

    .dvt-m-xl-b-1 {
        margin-bottom: 10px !important;
    }

    .dvt-m-xl-t-2 {
        margin-top: 20px !important;
    }

    .dvt-m-xl-b-2 {
        margin-bottom: 20px !important;
    }

    .dvt-m-xl-t-3 {
        margin-top: 30px !important;
    }

    .dvt-m-xl-b-3 {
        margin-bottom: 30px !important;
    }

    .dvt-m-xl-t-4 {
        margin-top: 40px !important;
    }

    .dvt-m-xl-b-4 {
        margin-bottom: 40px !important;
    }

    .dvt-m-xl-t-5 {
        margin-top: 50px !important;
    }

    .dvt-m-xl-b-5 {
        margin-bottom: 50px !important;
    }

    .dvt-m-xl-t-6 {
        margin-top: 60px !important;
    }

    .dvt-m-xl-b-6 {
        margin-bottom: 60px !important;
    }

    .dvt-m-xl-t-7 {
        margin-top: 70px !important;
    }

    .dvt-m-xl-b-7 {
        margin-bottom: 70px !important;
    }

    .dvt-m-xl-t-8 {
        margin-top: 80px !important;
    }

    .dvt-m-xl-b-8 {
        margin-bottom: 80px !important;
    }

    .dvt-m-xl-t-9 {
        margin-top: 90px !important;
    }

    .dvt-m-xl-b-9 {
        margin-bottom: 90px !important;
    }

    .dvt-m-xl-t-10 {
        margin-top: 100px !important;
    }

    .dvt-m-xl-b-10 {
        margin-bottom: 100px !important;
    }

    .dvt-m-xl-t-11 {
        margin-top: 110px !important;
    }

    .dvt-m-xl-b-11 {
        margin-bottom: 110px !important;
    }

    .dvt-m-xl-t-12 {
        margin-top: 120px !important;
    }

    .dvt-m-xl-b-12 {
        margin-bottom: 120px !important;
    }

    .dvt-m-xl-t-13 {
        margin-top: 130px !important;
    }

    .dvt-m-xl-b-13 {
        margin-bottom: 130px !important;
    }

    .dvt-m-xl-t-14 {
        margin-top: 140px !important;
    }

    .dvt-m-xl-b-14 {
        margin-bottom: 140px !important;
    }

    .dvt-m-xl-t-15 {
        margin-top: 150px !important;
    }

    .dvt-m-xl-b-15 {
        margin-bottom: 150px !important;
    }

    .dvt-m-xl-t-16 {
        margin-top: 160px !important;
    }

    .dvt-m-xl-b-16 {
        margin-bottom: 160px !important;
    }

    .dvt-m-xl-t-17 {
        margin-top: 170px !important;
    }

    .dvt-m-xl-b-17 {
        margin-bottom: 170px !important;
    }

    .dvt-m-xl-t-18 {
        margin-top: 180px !important;
    }

    .dvt-m-xl-b-18 {
        margin-bottom: 180px !important;
    }

    .dvt-m-xl-t-19 {
        margin-top: 190px !important;
    }

    .dvt-m-xl-b-19 {
        margin-bottom: 190px !important;
    }

    .dvt-m-xl-t-20 {
        margin-top: 200px !important;
    }

    .dvt-m-xl-b-20 {
        margin-bottom: 200px !important;
    }

    .dvt-m-xl-t-21 {
        margin-top: 210px !important;
    }

    .dvt-m-xl-b-21 {
        margin-bottom: 210px !important;
    }

    .dvt-m-xl-t-22 {
        margin-top: 220px !important;
    }

    .dvt-m-xl-b-22 {
        margin-bottom: 220px !important;
    }

    .dvt-m-xl-t-23 {
        margin-top: 230px !important;
    }

    .dvt-m-xl-b-23 {
        margin-bottom: 230px !important;
    }

    .dvt-m-xl-t-24 {
        margin-top: 240px !important;
    }

    .dvt-m-xl-b-24 {
        margin-bottom: 240px !important;
    }

    .dvt-m-xl-t-25 {
        margin-top: 250px !important;
    }

    .dvt-m-xl-b-25 {
        margin-bottom: 250px !important;
    }

    .dvt-m-xl-t-26 {
        margin-top: 260px !important;
    }

    .dvt-m-xl-b-26 {
        margin-bottom: 260px !important;
    }

    .dvt-m-xl-t-27 {
        margin-top: 270px !important;
    }

    .dvt-m-xl-b-27 {
        margin-bottom: 270px !important;
    }

    .dvt-m-xl-t-28 {
        margin-top: 280px !important;
    }

    .dvt-m-xl-b-28 {
        margin-bottom: 280px !important;
    }

    .dvt-m-xl-t-29 {
        margin-top: 290px !important;
    }

    .dvt-m-xl-b-29 {
        margin-bottom: 290px !important;
    }

    .dvt-m-xl-t-30 {
        margin-top: 300px !important;
    }

    .dvt-m-xl-b-30 {
        margin-bottom: 300px !important;
    }
}

body:not(.dvt-agent-touch) .dvt-os-animation {
    opacity: 0;
}

body:not(.dvt-agent-touch) .dvt-os-animation.animated {
    opacity: 1;
}

body.dvt-agent-touch .dvt-os-animation.animated {
    animation-name: none !important;
}

.dvt-photo-filter-none,
.dvt-photo-filter-hover-none:hover {
    filter: none;
}

.dvt-photo-filter-blur,
.dvt-photo-filter-hover-blur:hover {
    filter: blur(3px);
}

.dvt-photo-filter-grayscale,
.dvt-photo-filter-hover-grayscale:hover {
    filter: grayscale(1);
}

.dvt-photo-filter-desaturate-50,
.dvt-photo-filter-hover-desaturate-50:hover {
    filter: grayscale(0.5);
}

.dvt-photo-filter-hue-rotate,
.dvt-photo-filter-hover-hue-rotate:hover {
    filter: hue-rotate(120deg);
}

.dvt-photo-filter-sepia,
.dvt-photo-filter-hover-sepia:hover {
    filter: sepia(0.5);
}

/*------------------------------------------------------------------
[25. Navigation]
------------------------------------------------------------------*/
.dvt-nav {
    min-height: 110px;
    position: relative;
    z-index: 1030;
    background-color: rgba(153, 29, 31, 0.9);
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0s;
    transform: translate3d(0, 0, 0);
    font-family: "Alegreya Sans";
    font-weight: 400;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.3),
        0 4px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.dvt-nav.dvt-nav-scrolled {
    min-height: 90px;
}

.dvt-nav.dvt-nav-stuck {
    position: fixed;
}

.dvt-nav-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 544px) {
    .dvt-nav-container {
        max-width: 576px;
    }
}

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

@media (min-width: 992px) {
    .dvt-nav-container {
        max-width: 940px;
    }
}

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

.dvt-nav-fluid .dvt-nav-container {
    max-width: initial;
}

.dvt-nav-brand {
    height: 110px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 24px;
    transform: translate3d(0, 0, 0);
    padding: 20px 0;
}

.dvt-nav-brand a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.dvt-nav-brand a,
.dvt-nav-brand a:visited {
    color: white;
    text-decoration: none;
    color: #ffffff;
}

.dvt-nav-brand a:hover {
    color: #ffffff;
}

.dvt-nav-brand img {
    margin-right: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    max-width: 100%;
    width: auto;
    transform: translate3d(0, 0, 0);
}

.dvt-nav-scrolled .dvt-nav-brand {
    height: 90px;
}

.dvt-nav-menu {
    max-height: 400px;
    overflow: auto;
}

.dvt-nav-list {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.dvt-nav-list > li > a,
.dvt-nav-list > li > a:visited {
    padding: 20px 0;
    display: block;
    color: white;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dvt-nav-list > li > a:hover {
    color: rgba(255, 255, 255, 0.6);
    background-color: transparent;
}

.dvt-nav-list > li.active > a,
.dvt-nav-list > li.active > a:hover {
    color: rgba(255, 255, 255, 0.6);
    background-color: transparent;
}

.dvt-nav-widget {
    display: none;
    color: white;
}

.dvt-nav-widget a {
    color: white;
}

.dvt-nav-widget .dvt-widget {
    padding: 20px 0;
}

.dvt-nav-dropdown {
    transition: max-height 1s;
    overflow: hidden;
    max-height: 1000px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgba(153, 29, 31, 0.9);
}

.dvt-nav-dropdown li a {
    color: white;
    display: block;
    padding: 12px 20px;
    transition: padding 0.3s, color 0.3s, background-color 0.3s;
    font-size: 16px;
}

.dvt-nav-dropdown li a:hover {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(253, 255, 252, 0.1);
}

.dvt-nav-dropdown li.active a {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(253, 255, 252, 0.1);
}

.dvt-nav-dropdown li:nth-child(2) a {
    transition: padding 0.3s 0.15s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(3) a {
    transition: padding 0.3s 0.225s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(4) a {
    transition: padding 0.3s 0.3s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(5) a {
    transition: padding 0.3s 0.375s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(6) a {
    transition: padding 0.3s 0.45s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(7) a {
    transition: padding 0.3s 0.525s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(8) a {
    transition: padding 0.3s 0.6s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(9) a {
    transition: padding 0.3s 0.675s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(10) a {
    transition: padding 0.3s 0.75s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(11) a {
    transition: padding 0.3s 0.825s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(12) a {
    transition: padding 0.3s 0.9s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(13) a {
    transition: padding 0.3s 0.975s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(14) a {
    transition: padding 0.3s 1.05s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(15) a {
    transition: padding 0.3s 1.125s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(16) a {
    transition: padding 0.3s 1.2s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(17) a {
    transition: padding 0.3s 1.275s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(18) a {
    transition: padding 0.3s 1.35s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(19) a {
    transition: padding 0.3s 1.425s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown li:nth-child(20) a {
    transition: padding 0.3s 1.5s, color 0.3s, background-color 0.3s;
}

.dvt-nav-dropdown.closed {
    max-height: 0px;
    transition-duration: 0.3s;
}

.dvt-nav-dropdown.closed li a {
    padding: 12px 10px;
}

.dvt-nav-mobile {
    position: absolute;
    top: 0;
    right: 15px;
}

.dvt-nav-mobile span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.dvt-nav-mobile span,
.dvt-nav-mobile span:before,
.dvt-nav-mobile span:after {
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background-color: white;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
}

.dvt-nav-mobile span:before,
.dvt-nav-mobile span:after {
    content: "";
}

.dvt-nav-mobile span:before {
    top: -8px;
}

.dvt-nav-mobile span:after {
    top: 8px;
}

.dvt-nav-mobile a {
    display: block;
    position: relative;
    height: 110px;
    width: 48px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translate3d(0, 0, 0);
}

.dvt-nav-mobile a.active {
    transform: rotate(180deg);
}

.dvt-nav-mobile a.active span {
    background-color: transparent !important;
}

.dvt-nav-mobile a.active span:before {
    transform: translateY(8px) rotate(45deg);
}

.dvt-nav-mobile a.active span:after {
    transform: translateY(-8px) rotate(-45deg);
}

.dvt-nav-scrolled .dvt-nav-mobile a {
    height: 90px;
}

.dvt-nav-float {
    top: 0;
    margin-bottom: -110px;
    background-color: transparent;
    box-shadow: none;
}

.dvt-nav-float .dvt-nav-container {
    background-color: rgba(153, 29, 31, 0.9);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.3),
        0 4px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.dvt-nav-float .dvt-nav-container:before,
.dvt-nav-float .dvt-nav-container:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 70%;
    max-width: 300px;
    box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.5);
    transform: rotate(-3deg);
}

.dvt-nav-float .dvt-nav-container:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.dvt-nav-float.dvt-nav-layout-logo-tl-menu-b,
.dvt-nav-float.dvt-nav-layout-logo-tr-menu-b,
.dvt-nav-float.dvt-nav-layout-logo-tc-menu-b {
    margin-bottom: -160px;
}

.dvt-nav-transparent:not(.dvt-nav-scrolled) {
    margin-bottom: -110px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
}

.dvt-nav-transparent:not(.dvt-nav-scrolled) .dvt-nav-brand a,
.dvt-nav-transparent:not(.dvt-nav-scrolled) .dvt-nav-brand a:visited {
    color: #575e66;
}

.dvt-nav-transparent:not(.dvt-nav-scrolled) .dvt-nav-brand a:hover {
    color: #061a40;
}

.dvt-nav-transparent:not(.dvt-nav-scrolled) .dvt-nav-list > li > a,
.dvt-nav-transparent:not(.dvt-nav-scrolled) .dvt-nav-list > li > a:visited {
    color: #575e66;
}

.dvt-nav-transparent:not(.dvt-nav-scrolled) .dvt-nav-list > li > a:hover {
    color: #061a40;
}

.dvt-nav-transparent:not(.dvt-nav-scrolled) .dvt-nav-list > li > a:before {
    background-color: #575e66;
}

.dvt-nav-transparent:not(.dvt-nav-scrolled) .dvt-nav-mobile span,
.dvt-nav-transparent:not(.dvt-nav-scrolled) .dvt-nav-mobile span:before,
.dvt-nav-transparent:not(.dvt-nav-scrolled) .dvt-nav-mobile span:after {
    background-color: #575e66;
}

@media screen and (min-width: 1200px) {
    .dvt-nav-menu {
        max-height: none;
        overflow: visible;
        display: -ms-flexbox;
        /*display: flex;*/
        -ms-flex-align: center;
        align-items: center;
    }

    .dvt-nav-mobile {
        display: none;
    }

    .dvt-nav-container {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .dvt-nav-list {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .dvt-nav-list > li {
        position: relative;
    }

    .dvt-nav-list > li > a {
        padding: 0 15px;
        height: 100%;
        line-height: 110px;
        position: relative;
    }

    .dvt-nav-list > li > a:before {
        content: "";
        width: 0;
        height: 3px;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        left: 50%;
        top: 0;
        opacity: 0;
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
        transform: translateX(-50%);
    }

    .dvt-nav-scrolled .dvt-nav-list > li > a {
        line-height: 90px;
    }

    .dvt-nav-list > li.active > a:before,
    .dvt-nav-list > li > a:hover:before {
        width: 100%;
        opacity: 1;
    }

    .dvt-nav-widget {
        display: -ms-flexbox;
        display: flex;
    }

    .dvt-nav-widget .dvt-widget {
        padding: 0 30px;
    }

    .dvt-nav-dropdown {
        position: absolute;
        width: 200px;
        top: 100%;
        left: 0;
        box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.6) inset,
            0 2px 4px -1px rgba(0, 0, 0, 0.04), 0 4px 5px 0 rgba(0, 0, 0, 0.06),
            0 1px 10px 0 rgba(0, 0, 0, 0.08);
    }

    .dvt-nav-layout-logo-r-menu-l .dvt-nav-brand {
        -ms-flex-order: 2;
        order: 2;
    }

    .dvt-nav-layout-logo-c-menu-lr .dvt-nav-container {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dvt-nav-layout-logo-c-menu-lr .dvt-nav-brand {
        -ms-flex-order: 1;
        order: 1;
        width: 200px;
        text-align: center;
    }

    .dvt-nav-layout-logo-c-menu-lr .dvt-nav-brand a {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dvt-nav-layout-logo-c-menu-lr .dvt-nav-brand img {
        margin-right: 0;
    }

    .dvt-nav-layout-logo-c-menu-lr .dvt-nav-list > li > a {
        width: 130px;
        text-align: center;
    }

    .dvt-nav-layout-logo-c-menu-lr .dvt-nav-menu:last-of-type {
        -ms-flex-order: 3;
        order: 3;
    }

    .dvt-nav-layout-logo-tl-menu-b .dvt-nav-container,
    .dvt-nav-layout-logo-tr-menu-b .dvt-nav-container,
    .dvt-nav-layout-logo-tc-menu-b .dvt-nav-container {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dvt-nav-layout-logo-tl-menu-b .dvt-nav-brand,
    .dvt-nav-layout-logo-tr-menu-b .dvt-nav-brand,
    .dvt-nav-layout-logo-tc-menu-b .dvt-nav-brand {
        line-height: 50px;
        height: 50px;
    }

    .dvt-nav-layout-logo-tl-menu-b .dvt-nav-brand img,
    .dvt-nav-layout-logo-tr-menu-b .dvt-nav-brand img,
    .dvt-nav-layout-logo-tc-menu-b .dvt-nav-brand img {
        max-height: 50px;
    }

    .dvt-nav-layout-logo-tr-menu-b .dvt-nav-container {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .dvt-nav-layout-logo-tc-menu-b .dvt-nav-container {
        -ms-flex-align: center;
        align-items: center;
    }

    .dvt-nav-layout-logo-tc-menu-b .dvt-nav-brand a {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dvt-nav-layout-logo-tc-menu-b .dvt-nav-brand img {
        margin-right: 0;
    }

    .dvt-nav-float {
        top: 20px;
        margin-bottom: -130px;
    }

    .dvt-nav-float.dvt-nav-layout-logo-tl-menu-b,
    .dvt-nav-float.dvt-nav-layout-logo-tr-menu-b,
    .dvt-nav-float.dvt-nav-layout-logo-tc-menu-b {
        margin-bottom: -180px;
    }

    .dvt-nav-transparent:not(.dvt-nav-scrolled).dvt-nav-layout-logo-tl-menu-b,
    .dvt-nav-transparent:not(.dvt-nav-scrolled).dvt-nav-layout-logo-tr-menu-b,
    .dvt-nav-transparent:not(.dvt-nav-scrolled).dvt-nav-layout-logo-tc-menu-b {
        margin-bottom: -160px;
    }
}

/*------------------------------------------------------------------
[26. Panels]
------------------------------------------------------------------*/
.panel-group .panel-heading {
    padding: 20px 30px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dbdad7;
}

.panel-group .panel:last-child .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-title {
    margin-bottom: 0;
    color: #575e66;
}

.panel-group .panel-title a {
    display: block;
    position: relative;
    z-index: 2;
}

.panel-group .panel-title a:after {
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-family: FontAwesome;
    content: "\f107";
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

.panel-group .panel-title a:not(.collapsed):after {
    transform: rotate(180deg);
}

.panel-group .panel-collapse {
    background-color: transparent;
    color: #575e66;
}

.panel-group .panel-collapse > div {
    padding: 20px 30px;
}

/*------------------------------------------------------------------
[27. Nav]
------------------------------------------------------------------*/
.tab-content {
    border: 1px solid #dbdad7;
    border-top: 0px;
}

/*------------------------------------------------------------------
[28. Event Table]
------------------------------------------------------------------*/
.dvt-events-table th,
.dvt-events-table td {
    text-align: center;
}

.dvt-events-table td {
    position: relative;
    text-align: center;
    padding: 10px;
}

.dvt-events-table td:hover {
    z-index: 1;
}

.dvt-events-table p {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .dvt-events-table th,
    .dvt-events-table td {
        text-align: left;
    }

    .dvt-events-table td {
        height: 12em;
        padding: 20px;
    }
}

.dvt-event-date {
    margin-bottom: 20px;
}

.dvt-event-day-past > *,
.tribe-events-past > div > p {
    opacity: 0.4;
}

.dvt-event-day-current,
.tribe-events-present {
    background: #2e4057 !important;
    color: #fafafa;
}

.dvt-event-day-current > *,
.dvt-event-day-current > * > *,
.dvt-event-day-current a,
.tribe-events-present > *,
.tribe-events-present > * > *,
.tribe-events-present a {
    color: #fafafa !important;
}

.dvt-event-day-current > *:hover,
.dvt-event-day-current > * > *:hover,
.dvt-event-day-current a:hover,
.tribe-events-present > *:hover,
.tribe-events-present > * > *:hover,
.tribe-events-present a:hover {
    color: #fafafa !important;
}

/*------------------------------------------------------------------
[29. Custom Demo Backgrounds]
------------------------------------------------------------------*/
body {
    /* background-image: url("../images/pattern.jpg"); */
    /* background-image: url("../images/pattern-orange.jpg");  */
    background-color: #f0f2f5;
    background-color: #e8e8e8;
}

.dvt-demo-bg-orange-pattern {
    background-color: rgba(153, 29, 31, 1);
    /* background-image: url("../images/pattern-orange.jpg"); */
}

.dvt-demo-bg-white {
    background: #ffffff;
}

.dvt-demo-bg-black {
    background: #000000;
}

.dvt-demo-bg-orange {
    background-color: #991d1f;
}

.dvt-demo-bg-orange-45 {
    background-color: rgba(153, 29, 31, 0.45);
}

.dvt-demo-bg-orange-60 {
    background-color: rgba(153, 29, 31, 0.6);
}

.dvt-demo-bg-orange-75 {
    background-color: rgba(153, 29, 31, 0.75);
}

.dvt-demo-bg-orange-90 {
    background-color: rgba(153, 29, 31, 0.9);
}

.dvt-demo-bg-orange-pattern {
    background-color: rgba(153, 29, 31, 1);
    /* background-image: url("../images/pattern-orange.jpg"); */
}

.bg-green {
    background-color: #991d1f;
}

.bg-green-50 {
    background-color: #991d1f;
}

.bg-gold {
    background-color: rgb(30, 69, 146);
}

.bg-gold-90 {
    background-color: rgb(30, 69, 146, 0.9);
}

.bg-gold-75 {
    background-color: rgb(30, 69, 146, 0.75);
}

.bg-gold-45 {
    background-color: rgb(30, 69, 146, 0.45);
}

.dvt-demo-bg-image-1 {
    background-image: url(../images/hero-1.jpg);
}

.dvt-demo-bg-image-2 {
    background-image: url(../images/img-2.jpg);
    background-position: center;
    background-size: cover;
}

.dvt-demo-bg-image-3 {
    background-image: url(../images/img-3.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.bg-32::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(-1px) scale(1.5);
    background-size: 100%;
    z-index: -1;
}

.dvt-demo-bg-image-4 {
    background-image: url(../images/img-4.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.dvt-demo-bg-image-5 {
    background-image: url(../images/img-5.jpg);
}

.dvt-demo-bg-image-15 {
    background-image: url(../images/img-15.jpg);
}

.dvt-demo-bg-image-6 {
    background-image: url(../images/img-3.jpg);
}

.dvt-demo-bg-image-pastor {
    background-image: url(../images/img-pastor.jpg);
}

.dvt-text-shadow {
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
}

.text-green {
    color: #991d1f;
}

.text-gold {
    color: rgb(30, 69, 146);
}
