﻿
 
 :root {
    -blue: #007bff;
    -indigo: #6610f2;
    -purple: #6f42c1;
    -pink: #e83e8c;
    -red: #dc3545;
    -orange: #fd7e14;
    -yellow: #ffc107;
    -green: #28a745;
    -teal: #20c997;
    -cyan: #17a2b8;
    -white: #fff;
    -gray: #6c757d;
    -gray-dark: #343a40;
    -primary: #007bff;
    -secondary: #6c757d;
    -success: #28a745;
    -info: #17a2b8;
    -warning: #ffc107;
    -danger: #dc3545;
    -light: #f8f9fa;
    -dark: #343a40;
    -breakpoint-xs: 0;
    -breakpoint-sm: 576px;
    -breakpoint-md: 768px;
    -breakpoint-lg: 992px;
    -breakpoint-xl: 1200px;
    -font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    -font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
} 

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
 
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding-top: 100px;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre, code, kbd, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left:0px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th, .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th, .table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,0.075);
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success, .table-success > th, .table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info, .table-info > th, .table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0,0,0,0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,0.075);
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark th, .table-dark td, .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,0.075);
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}


input::-webkit-input-placeholder {
  text-align: right;
}
input::-moz-placeholder {
  text-align: right;
}
input::-ms-input-placeholder {
  text-align: right;
}
input::placeholder {
  text-align: right;
}



.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.btn {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40,167,69,0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #71dd8a;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #efa2a9;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group, .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
        background-image: none;
    }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108,117,125,0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108,117,125,0.5);
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108,117,125,0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108,117,125,0.5);
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.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 {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 1;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .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-left: -1px;
    }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
            z-index: 3;
        }

        .input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
            margin-left: -1px;
        }

        .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend, .input-group-append {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn, .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(0,123,255,0.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    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-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    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-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(128,189,255,0.5);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff;
        }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -webkit-appearance: none;
        appearance: none;
    }

        .custom-range::-webkit-slider-thumb:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(0,123,255,0.25);
        }

        .custom-range::-webkit-slider-thumb:active {
            background-color: #b3d7ff;
        }

    .custom-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 0.5rem;
        color: transparent;
        cursor: pointer;
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem;
    }

    .custom-range::-moz-range-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -moz-appearance: none;
        appearance: none;
    }

        .custom-range::-moz-range-thumb:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(0,123,255,0.25);
        }

        .custom-range::-moz-range-thumb:active {
            background-color: #b3d7ff;
        }

    .custom-range::-moz-range-track {
        width: 100%;
        height: 0.5rem;
        color: transparent;
        cursor: pointer;
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem;
    }

    .custom-range::-ms-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        appearance: none;
    }

        .custom-range::-ms-thumb:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(0,123,255,0.25);
        }

        .custom-range::-ms-thumb:active {
            background-color: #b3d7ff;
        }

    .custom-range::-ms-track {
        width: 100%;
        height: 0.5rem;
        color: transparent;
        cursor: pointer;
        background-color: transparent;
        border-color: transparent;
        border-width: 0.5rem;
    }

    .custom-range::-ms-fill-lower {
        background-color: #dee2e6;
        border-radius: 1rem;
    }

    .custom-range::-ms-fill-upper {
        margin-right: 15px;
        background-color: #dee2e6;
        border-radius: 1rem;
    }

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0,0,0,0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.5);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0,0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0,0,0,0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0,0,0,0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255,255,255,0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid rgba(0,0,0,0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #545b62;
    }

.badge-success {
    color: #fff;
    background-color: #28a745;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b;
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00;
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #004085;
        background-color: #9fcdff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

button.close {
    padding: 0;
    background-color: 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;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out,-webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: 0.5rem 0.5rem 0;
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,0.25);
        }

        .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 0.5rem 0.5rem 0.5rem 0;
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,0.25);
        }

        .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 0.5rem 0.5rem 0.5rem;
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,0.25);
        }

        .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 0.5rem 0 0.5rem 0.5rem;
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,0.25);
        }

        .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease,-webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.carousel-item-next, .active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next, .active.carousel-item-right {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.carousel-item-prev, .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-prev, .active.carousel-item-left {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255,255,255,0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        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;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0,0,0,0.5) !important;
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
            border-color: #dee2e6;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px,0px,0px);
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/content/lib/owlcarousel/assets/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }

@charset "UTF-8";
@import url("/content/lib/bootstrap-4.1.1/css/bootstrap.css");
@import url("/content/lib/owlcarousel/assets/owl.carousel.css");
@import url("/content/lib/owlcarousel/assets/owl.theme.default.css");

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("/content/fonts/IRANSansWeb_Bold.eot?");
    src: url("/content/fonts/IRANSansWeb_Bold.eot?#iefix") format('embedded-opentype'),url("/content/fonts/IRANSansWeb_Bold.woff2") format('woff2'),url("/content/fonts/IRANSansWeb_Bold.woff") format('woff'),url("/content/fonts/IRANSansWeb_Bold.ttf") format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("/content/fonts/IRANSansWeb_Medium.eot?");
    src: url("/content/fontsIRANSansWeb_Medium.eot?#iefix") format('embedded-opentype'),url("/content/fonts/IRANSansWeb_Medium.woff2") format('woff2'),url("/content/fonts/IRANSansWeb_Medium.woff") format('woff'),url("/content/fonts/IRANSansWeb_Medium.ttf") format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("/content/fonts/IRANSansWeb_Light.eot?");
    src: url("/content/fonts/IRANSansWeb_Light.eot?#iefix") format('embedded-opentype'),url("/content/fonts/IRANSansWeb_Light.woff2") format('woff2'),url("/content/fonts/IRANSansWeb_Light.woff") format('woff'),url("/content/fonts/IRANSansWeb_Light.ttf") format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("/content/fonts/IRANSansWeb_UltraLight.eot?");
    src: url("/content/fonts/IRANSansWeb_UltraLight.eot?#iefix") format('embedded-opentype'),url("/content/fonts/IRANSansWeb_UltraLight.woff2") format('woff2'),url("/content/fonts/IRANSansWeb_UltraLight.woff") format('woff'),url("/content/fonts/IRANSansWeb_UltraLight.ttf") format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("/content/fonts/IRANSansWeb.eot?");
    src: url("/content/fonts/IRANSansWeb.eot?#iefix") format('embedded-opentype'),url("/content/fonts/IRANSansWeb.woff2") format('woff2'),url("/content/fonts/IRANSansWeb.woff") format('woff'),url("/content/fonts/IRANSansWeb.ttf") format('truetype');
}

@font-face {
    font-family: "Material Design Icons";
    src: url("/content/fonts/materialdesignicons-webfont.eot?v=2.1.19");
    src: url("/content/fonts/materialdesignicons-webfont.eot?#iefix&v=2.1.19") format("embedded-opentype"),url("/content/fonts/materialdesignicons-webfont.woff2?v=2.1.19") format("woff2"),url("/content/fonts/materialdesignicons-webfont.woff?v=2.1.19") format("woff"),url("/content/fonts/materialdesignicons-webfont.ttf?v=2.1.19") format("truetype"),url("/content/fonts/materialdesignicons-webfont.svg?v=2.1.19#materialdesigniconsregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mdi-access-point:before {
    content: "";
}

.mdi-access-point-network:before {
    content: "";
}

.mdi-account:before {
    content: "";
}

.mdi-account-alert:before {
    content: "";
}

.mdi-account-box:before {
    content: "";
}

.mdi-account-box-outline:before {
    content: "";
}

.mdi-account-card-details:before {
    content: "";
}

.mdi-account-check:before {
    content: "";
}

.mdi-account-circle:before {
    content: "";
}

.mdi-account-convert:before {
    content: "";
}

.mdi-account-edit:before {
    content: "";
}

.mdi-account-key:before {
    content: "";
}

.mdi-account-location:before {
    content: "";
}

.mdi-account-minus:before {
    content: "";
}

.mdi-account-multiple:before {
    content: "";
}

.mdi-account-multiple-minus:before {
    content: "";
}

.mdi-account-multiple-outline:before {
    content: "";
}

.mdi-account-multiple-plus:before {
    content: "";
}

.mdi-account-multiple-plus-outline:before {
    content: "";
}

.mdi-account-network:before {
    content: "";
}

.mdi-account-off:before {
    content: "";
}

.mdi-account-outline:before {
    content: "";
}

.mdi-account-plus:before {
    content: "";
}

.mdi-account-plus-outline:before {
    content: "";
}

.mdi-account-remove:before {
    content: "";
}

.mdi-account-search:before {
    content: "";
}

.mdi-account-settings:before {
    content: "";
}

.mdi-account-settings-variant:before {
    content: "";
}

.mdi-account-star:before {
    content: "";
}

.mdi-account-switch:before {
    content: "";
}

.mdi-adjust:before {
    content: "";
}

.mdi-air-conditioner:before {
    content: "";
}

.mdi-airballoon:before {
    content: "";
}

.mdi-airplane:before {
    content: "";
}

.mdi-airplane-landing:before {
    content: "";
}

.mdi-airplane-off:before {
    content: "";
}

.mdi-airplane-takeoff:before {
    content: "";
}

.mdi-airplay:before {
    content: "";
}

.mdi-alarm:before {
    content: "";
}

.mdi-alarm-bell:before {
    content: "";
}

.mdi-alarm-check:before {
    content: "";
}

.mdi-alarm-light:before {
    content: "";
}

.mdi-alarm-multiple:before {
    content: "";
}

.mdi-alarm-off:before {
    content: "";
}

.mdi-alarm-plus:before {
    content: "";
}

.mdi-alarm-snooze:before {
    content: "";
}

.mdi-album:before {
    content: "";
}

.mdi-alert:before {
    content: "";
}

.mdi-alert-box:before {
    content: "";
}

.mdi-alert-circle:before {
    content: "";
}

.mdi-alert-circle-outline:before {
    content: "";
}

.mdi-alert-decagram:before {
    content: "";
}

.mdi-alert-octagon:before {
    content: "";
}

.mdi-alert-octagram:before {
    content: "";
}

.mdi-alert-outline:before {
    content: "";
}

.mdi-all-inclusive:before {
    content: "";
}

.mdi-allo:before {
    content: "";
}

.mdi-alpha:before {
    content: "";
}

.mdi-alphabetical:before {
    content: "";
}

.mdi-altimeter:before {
    content: "";
}

.mdi-amazon:before {
    content: "";
}

.mdi-amazon-clouddrive:before {
    content: "";
}

.mdi-ambulance:before {
    content: "";
}

.mdi-amplifier:before {
    content: "";
}

.mdi-anchor:before {
    content: "";
}

.mdi-android:before {
    content: "";
}

.mdi-android-debug-bridge:before {
    content: "";
}

.mdi-android-head:before {
    content: "";
}

.mdi-android-studio:before {
    content: "";
}

.mdi-angular:before {
    content: "";
}

.mdi-angularjs:before {
    content: "";
}

.mdi-animation:before {
    content: "";
}

.mdi-apple:before {
    content: "";
}

.mdi-apple-finder:before {
    content: "";
}

.mdi-apple-ios:before {
    content: "";
}

.mdi-apple-keyboard-caps:before {
    content: "";
}

.mdi-apple-keyboard-command:before {
    content: "";
}

.mdi-apple-keyboard-control:before {
    content: "";
}

.mdi-apple-keyboard-option:before {
    content: "";
}

.mdi-apple-keyboard-shift:before {
    content: "";
}

.mdi-apple-mobileme:before {
    content: "";
}

.mdi-apple-safari:before {
    content: "";
}

.mdi-application:before {
    content: "";
}

.mdi-approval:before {
    content: "";
}

.mdi-apps:before {
    content: "";
}

.mdi-archive:before {
    content: "";
}

.mdi-arrange-bring-forward:before {
    content: "";
}

.mdi-arrange-bring-to-front:before {
    content: "";
}

.mdi-arrange-send-backward:before {
    content: "";
}

.mdi-arrange-send-to-back:before {
    content: "";
}

.mdi-arrow-all:before {
    content: "";
}

.mdi-arrow-bottom-left:before {
    content: "";
}

.mdi-arrow-bottom-right:before {
    content: "";
}

.mdi-arrow-collapse:before {
    content: "";
}

.mdi-arrow-collapse-all:before {
    content: "";
}

.mdi-arrow-collapse-down:before {
    content: "";
}

.mdi-arrow-collapse-left:before {
    content: "";
}

.mdi-arrow-collapse-right:before {
    content: "";
}

.mdi-arrow-collapse-up:before {
    content: "";
}

.mdi-arrow-down:before {
    content: "";
}

.mdi-arrow-down-bold:before {
    content: "";
}

.mdi-arrow-down-bold-box:before {
    content: "";
}

.mdi-arrow-down-bold-box-outline:before {
    content: "";
}

.mdi-arrow-down-bold-circle:before {
    content: "";
}

.mdi-arrow-down-bold-circle-outline:before {
    content: "";
}

.mdi-arrow-down-bold-hexagon-outline:before {
    content: "";
}

.mdi-arrow-down-box:before {
    content: "";
}

.mdi-arrow-down-drop-circle:before {
    content: "";
}

.mdi-arrow-down-drop-circle-outline:before {
    content: "";
}

.mdi-arrow-down-thick:before {
    content: "";
}

.mdi-arrow-expand:before {
    content: "";
}

.mdi-arrow-expand-all:before {
    content: "";
}

.mdi-arrow-expand-down:before {
    content: "";
}

.mdi-arrow-expand-left:before {
    content: "";
}

.mdi-arrow-expand-right:before {
    content: "";
}

.mdi-arrow-expand-up:before {
    content: "";
}

.mdi-arrow-left:before {
    content: "";
}

.mdi-arrow-left-bold:before {
    content: "";
}

.mdi-arrow-left-bold-box:before {
    content: "";
}

.mdi-arrow-left-bold-box-outline:before {
    content: "";
}

.mdi-arrow-left-bold-circle:before {
    content: "";
}

.mdi-arrow-left-bold-circle-outline:before {
    content: "";
}

.mdi-arrow-left-bold-hexagon-outline:before {
    content: "";
}

.mdi-arrow-left-box:before {
    content: "";
}

.mdi-arrow-left-drop-circle:before {
    content: "";
}

.mdi-arrow-left-drop-circle-outline:before {
    content: "";
}

.mdi-arrow-left-thick:before {
    content: "";
}

.mdi-arrow-right:before {
    content: "";
}

.mdi-arrow-right-bold:before {
    content: "";
}

.mdi-arrow-right-bold-box:before {
    content: "";
}

.mdi-arrow-right-bold-box-outline:before {
    content: "";
}

.mdi-arrow-right-bold-circle:before {
    content: "";
}

.mdi-arrow-right-bold-circle-outline:before {
    content: "";
}

.mdi-arrow-right-bold-hexagon-outline:before {
    content: "";
}

.mdi-arrow-right-box:before {
    content: "";
}

.mdi-arrow-right-drop-circle:before {
    content: "";
}

.mdi-arrow-right-drop-circle-outline:before {
    content: "";
}

.mdi-arrow-right-thick:before {
    content: "";
}

.mdi-arrow-top-left:before {
    content: "";
}

.mdi-arrow-top-right:before {
    content: "";
}

.mdi-arrow-up:before {
    content: "";
}

.mdi-arrow-up-bold:before {
    content: "";
}

.mdi-arrow-up-bold-box:before {
    content: "";
}

.mdi-arrow-up-bold-box-outline:before {
    content: "";
}

.mdi-arrow-up-bold-circle:before {
    content: "";
}

.mdi-arrow-up-bold-circle-outline:before {
    content: "";
}

.mdi-arrow-up-bold-hexagon-outline:before {
    content: "";
}

.mdi-arrow-up-box:before {
    content: "";
}

.mdi-arrow-up-drop-circle:before {
    content: "";
}

.mdi-arrow-up-drop-circle-outline:before {
    content: "";
}

.mdi-arrow-up-thick:before {
    content: "";
}

.mdi-artist:before {
    content: "";
}

.mdi-assistant:before {
    content: "";
}

.mdi-asterisk:before {
    content: "";
}

.mdi-at:before {
    content: "";
}

.mdi-atlassian:before {
    content: "";
}

.mdi-atom:before {
    content: "";
}

.mdi-attachment:before {
    content: "";
}

.mdi-audiobook:before {
    content: "";
}

.mdi-auto-fix:before {
    content: "";
}

.mdi-auto-upload:before {
    content: "";
}

.mdi-autorenew:before {
    content: "";
}

.mdi-av-timer:before {
    content: "";
}

.mdi-azure:before {
    content: "";
}

.mdi-baby:before {
    content: "";
}

.mdi-baby-buggy:before {
    content: "";
}

.mdi-backburger:before {
    content: "";
}

.mdi-backspace:before {
    content: "";
}

.mdi-backup-restore:before {
    content: "";
}

.mdi-bandcamp:before {
    content: "";
}

.mdi-bank:before {
    content: "";
}

.mdi-barcode:before {
    content: "";
}

.mdi-barcode-scan:before {
    content: "";
}

.mdi-barley:before {
    content: "";
}

.mdi-barrel:before {
    content: "";
}

.mdi-basecamp:before {
    content: "";
}

.mdi-basket:before {
    content: "";
}

.mdi-basket-fill:before {
    content: "";
}

.mdi-basket-unfill:before {
    content: "";
}

.mdi-basketball:before {
    content: "";
}

.mdi-battery:before {
    content: "";
}

.mdi-battery-10:before {
    content: "";
}

.mdi-battery-20:before {
    content: "";
}

.mdi-battery-30:before {
    content: "";
}

.mdi-battery-40:before {
    content: "";
}

.mdi-battery-50:before {
    content: "";
}

.mdi-battery-60:before {
    content: "";
}

.mdi-battery-70:before {
    content: "";
}

.mdi-battery-80:before {
    content: "";
}

.mdi-battery-90:before {
    content: "";
}

.mdi-battery-alert:before {
    content: "";
}

.mdi-battery-charging:before {
    content: "";
}

.mdi-battery-charging-100:before {
    content: "";
}

.mdi-battery-charging-20:before {
    content: "";
}

.mdi-battery-charging-30:before {
    content: "";
}

.mdi-battery-charging-40:before {
    content: "";
}

.mdi-battery-charging-60:before {
    content: "";
}

.mdi-battery-charging-80:before {
    content: "";
}

.mdi-battery-charging-90:before {
    content: "";
}

.mdi-battery-charging-wireless:before {
    content: "";
}

.mdi-battery-charging-wireless-10:before {
    content: "";
}

.mdi-battery-charging-wireless-20:before {
    content: "";
}

.mdi-battery-charging-wireless-30:before {
    content: "";
}

.mdi-battery-charging-wireless-40:before {
    content: "";
}

.mdi-battery-charging-wireless-50:before {
    content: "";
}

.mdi-battery-charging-wireless-60:before {
    content: "";
}

.mdi-battery-charging-wireless-70:before {
    content: "";
}

.mdi-battery-charging-wireless-80:before {
    content: "";
}

.mdi-battery-charging-wireless-90:before {
    content: "";
}

.mdi-battery-charging-wireless-alert:before {
    content: "";
}

.mdi-battery-charging-wireless-outline:before {
    content: "";
}

.mdi-battery-minus:before {
    content: "";
}

.mdi-battery-negative:before {
    content: "";
}

.mdi-battery-outline:before {
    content: "";
}

.mdi-battery-plus:before {
    content: "";
}

.mdi-battery-positive:before {
    content: "";
}

.mdi-battery-unknown:before {
    content: "";
}

.mdi-beach:before {
    content: "";
}

.mdi-beaker:before {
    content: "";
}

.mdi-beats:before {
    content: "";
}

.mdi-beer:before {
    content: "";
}

.mdi-behance:before {
    content: "";
}

.mdi-bell:before {
    content: "";
}

.mdi-bell-off:before {
    content: "";
}

.mdi-bell-outline:before {
    content: "";
}

.mdi-bell-plus:before {
    content: "";
}

.mdi-bell-ring:before {
    content: "";
}

.mdi-bell-ring-outline:before {
    content: "";
}

.mdi-bell-sleep:before {
    content: "";
}

.mdi-beta:before {
    content: "";
}

.mdi-bible:before {
    content: "";
}

.mdi-bike:before {
    content: "";
}

.mdi-bing:before {
    content: "";
}

.mdi-binoculars:before {
    content: "";
}

.mdi-bio:before {
    content: "";
}

.mdi-biohazard:before {
    content: "";
}

.mdi-bitbucket:before {
    content: "";
}

.mdi-bitcoin:before {
    content: "";
}

.mdi-black-mesa:before {
    content: "";
}

.mdi-blackberry:before {
    content: "";
}

.mdi-blender:before {
    content: "";
}

.mdi-blinds:before {
    content: "";
}

.mdi-block-helper:before {
    content: "";
}

.mdi-blogger:before {
    content: "";
}

.mdi-bluetooth:before {
    content: "";
}

.mdi-bluetooth-audio:before {
    content: "";
}

.mdi-bluetooth-connect:before {
    content: "";
}

.mdi-bluetooth-off:before {
    content: "";
}

.mdi-bluetooth-settings:before {
    content: "";
}

.mdi-bluetooth-transfer:before {
    content: "";
}

.mdi-blur:before {
    content: "";
}

.mdi-blur-linear:before {
    content: "";
}

.mdi-blur-off:before {
    content: "";
}

.mdi-blur-radial:before {
    content: "";
}

.mdi-bomb:before {
    content: "";
}

.mdi-bomb-off:before {
    content: "";
}

.mdi-bone:before {
    content: "";
}

.mdi-book:before {
    content: "";
}

.mdi-book-minus:before {
    content: "";
}

.mdi-book-multiple:before {
    content: "";
}

.mdi-book-multiple-variant:before {
    content: "";
}

.mdi-book-open:before {
    content: "";
}

.mdi-book-open-page-variant:before {
    content: "";
}

.mdi-book-open-variant:before {
    content: "";
}

.mdi-book-plus:before {
    content: "";
}

.mdi-book-secure:before {
    content: "";
}

.mdi-book-unsecure:before {
    content: "";
}

.mdi-book-variant:before {
    content: "";
}

.mdi-bookmark:before {
    content: "";
}

.mdi-bookmark-check:before {
    content: "";
}

.mdi-bookmark-music:before {
    content: "";
}

.mdi-bookmark-outline:before {
    content: "";
}

.mdi-bookmark-plus:before {
    content: "";
}

.mdi-bookmark-plus-outline:before {
    content: "";
}

.mdi-bookmark-remove:before {
    content: "";
}

.mdi-boombox:before {
    content: "";
}

.mdi-bootstrap:before {
    content: "";
}

.mdi-border-all:before {
    content: "";
}

.mdi-border-bottom:before {
    content: "";
}

.mdi-border-color:before {
    content: "";
}

.mdi-border-horizontal:before {
    content: "";
}

.mdi-border-inside:before {
    content: "";
}

.mdi-border-left:before {
    content: "";
}

.mdi-border-none:before {
    content: "";
}

.mdi-border-outside:before {
    content: "";
}

.mdi-border-right:before {
    content: "";
}

.mdi-border-style:before {
    content: "";
}

.mdi-border-top:before {
    content: "";
}

.mdi-border-vertical:before {
    content: "";
}

.mdi-bow-tie:before {
    content: "";
}

.mdi-bowl:before {
    content: "";
}

.mdi-bowling:before {
    content: "";
}

.mdi-box:before {
    content: "";
}

.mdi-box-cutter:before {
    content: "";
}

.mdi-box-shadow:before {
    content: "";
}

.mdi-bridge:before {
    content: "";
}

.mdi-briefcase:before {
    content: "";
}

.mdi-briefcase-check:before {
    content: "";
}

.mdi-briefcase-download:before {
    content: "";
}

.mdi-briefcase-outline:before {
    content: "";
}

.mdi-briefcase-upload:before {
    content: "";
}

.mdi-brightness-1:before {
    content: "";
}

.mdi-brightness-2:before {
    content: "";
}

.mdi-brightness-3:before {
    content: "";
}

.mdi-brightness-4:before {
    content: "";
}

.mdi-brightness-5:before {
    content: "";
}

.mdi-brightness-6:before {
    content: "";
}

.mdi-brightness-7:before {
    content: "";
}

.mdi-brightness-auto:before {
    content: "";
}

.mdi-broom:before {
    content: "";
}

.mdi-brush:before {
    content: "";
}

.mdi-buffer:before {
    content: "";
}

.mdi-bug:before {
    content: "";
}

.mdi-bulletin-board:before {
    content: "";
}

.mdi-bullhorn:before {
    content: "";
}

.mdi-bullseye:before {
    content: "";
}

.mdi-bus:before {
    content: "";
}

.mdi-bus-articulated-end:before {
    content: "";
}

.mdi-bus-articulated-front:before {
    content: "";
}

.mdi-bus-double-decker:before {
    content: "";
}

.mdi-bus-school:before {
    content: "";
}

.mdi-bus-side:before {
    content: "";
}

.mdi-cached:before {
    content: "";
}

.mdi-cake:before {
    content: "";
}

.mdi-cake-layered:before {
    content: "";
}

.mdi-cake-variant:before {
    content: "";
}

.mdi-calculator:before {
    content: "";
}

.mdi-calendar:before {
    content: "";
}

.mdi-calendar-blank:before {
    content: "";
}

.mdi-calendar-check:before {
    content: "";
}

.mdi-calendar-clock:before {
    content: "";
}

.mdi-calendar-multiple:before {
    content: "";
}

.mdi-calendar-multiple-check:before {
    content: "";
}

.mdi-calendar-plus:before {
    content: "";
}

.mdi-calendar-question:before {
    content: "";
}

.mdi-calendar-range:before {
    content: "";
}

.mdi-calendar-remove:before {
    content: "";
}

.mdi-calendar-text:before {
    content: "";
}

.mdi-calendar-today:before {
    content: "";
}

.mdi-call-made:before {
    content: "";
}

.mdi-call-merge:before {
    content: "";
}

.mdi-call-missed:before {
    content: "";
}

.mdi-call-received:before {
    content: "";
}

.mdi-call-split:before {
    content: "";
}

.mdi-camcorder:before {
    content: "";
}

.mdi-camcorder-box:before {
    content: "";
}

.mdi-camcorder-box-off:before {
    content: "";
}

.mdi-camcorder-off:before {
    content: "";
}

.mdi-camera:before {
    content: "";
}

.mdi-camera-burst:before {
    content: "";
}

.mdi-camera-enhance:before {
    content: "";
}

.mdi-camera-front:before {
    content: "";
}

.mdi-camera-front-variant:before {
    content: "";
}

.mdi-camera-gopro:before {
    content: "";
}

.mdi-camera-iris:before {
    content: "";
}

.mdi-camera-metering-center:before {
    content: "";
}

.mdi-camera-metering-matrix:before {
    content: "";
}

.mdi-camera-metering-partial:before {
    content: "";
}

.mdi-camera-metering-spot:before {
    content: "";
}

.mdi-camera-off:before {
    content: "";
}

.mdi-camera-party-mode:before {
    content: "";
}

.mdi-camera-rear:before {
    content: "";
}

.mdi-camera-rear-variant:before {
    content: "";
}

.mdi-camera-switch:before {
    content: "";
}

.mdi-camera-timer:before {
    content: "";
}

.mdi-cancel:before {
    content: "";
}

.mdi-candle:before {
    content: "";
}

.mdi-candycane:before {
    content: "";
}

.mdi-cannabis:before {
    content: "";
}

.mdi-car:before {
    content: "";
}

.mdi-car-battery:before {
    content: "";
}

.mdi-car-connected:before {
    content: "";
}

.mdi-car-convertible:before {
    content: "";
}

.mdi-car-estate:before {
    content: "";
}

.mdi-car-hatchback:before {
    content: "";
}

.mdi-car-pickup:before {
    content: "";
}

.mdi-car-side:before {
    content: "";
}

.mdi-car-sports:before {
    content: "";
}

.mdi-car-wash:before {
    content: "";
}

.mdi-caravan:before {
    content: "";
}

.mdi-cards:before {
    content: "";
}

.mdi-cards-outline:before {
    content: "";
}

.mdi-cards-playing-outline:before {
    content: "";
}

.mdi-cards-variant:before {
    content: "";
}

.mdi-carrot:before {
    content: "";
}

.mdi-cart:before {
    content: "";
}

.mdi-cart-off:before {
    content: "";
}

.mdi-cart-outline:before {
    content: "";
}

.mdi-cart-plus:before {
    content: "";
}

.mdi-case-sensitive-alt:before {
    content: "";
}

.mdi-cash:before {
    content: "";
}

.mdi-cash-100:before {
    content: "";
}

.mdi-cash-multiple:before {
    content: "";
}

.mdi-cash-usd:before {
    content: "";
}

.mdi-cast:before {
    content: "";
}

.mdi-cast-connected:before {
    content: "";
}

.mdi-cast-off:before {
    content: "";
}

.mdi-castle:before {
    content: "";
}

.mdi-cat:before {
    content: "";
}

.mdi-cctv:before {
    content: "";
}

.mdi-ceiling-light:before {
    content: "";
}

.mdi-cellphone:before {
    content: "";
}

.mdi-cellphone-android:before {
    content: "";
}

.mdi-cellphone-basic:before {
    content: "";
}

.mdi-cellphone-dock:before {
    content: "";
}

.mdi-cellphone-iphone:before {
    content: "";
}

.mdi-cellphone-link:before {
    content: "";
}

.mdi-cellphone-link-off:before {
    content: "";
}

.mdi-cellphone-settings:before {
    content: "";
}

.mdi-cellphone-wireless:before {
    content: "";
}

.mdi-certificate:before {
    content: "";
}

.mdi-chair-school:before {
    content: "";
}

.mdi-chart-arc:before {
    content: "";
}

.mdi-chart-areaspline:before {
    content: "";
}

.mdi-chart-bar:before {
    content: "";
}

.mdi-chart-bar-stacked:before {
    content: "";
}

.mdi-chart-bubble:before {
    content: "";
}

.mdi-chart-donut:before {
    content: "";
}

.mdi-chart-donut-variant:before {
    content: "";
}

.mdi-chart-gantt:before {
    content: "";
}

.mdi-chart-histogram:before {
    content: "";
}

.mdi-chart-line:before {
    content: "";
}

.mdi-chart-line-stacked:before {
    content: "";
}

.mdi-chart-line-variant:before {
    content: "";
}

.mdi-chart-pie:before {
    content: "";
}

.mdi-chart-scatterplot-hexbin:before {
    content: "";
}

.mdi-chart-timeline:before {
    content: "";
}

.mdi-check:before {
    content: "";
}

.mdi-check-all:before {
    content: "";
}

.mdi-check-circle:before {
    content: "";
}

.mdi-check-circle-outline:before {
    content: "";
}

.mdi-checkbox-blank:before {
    content: "";
}

.mdi-checkbox-blank-circle:before {
    content: "";
}

.mdi-checkbox-blank-circle-outline:before {
    content: "";
}

.mdi-checkbox-blank-outline:before {
    content: "";
}

.mdi-checkbox-marked:before {
    content: "";
}

.mdi-checkbox-marked-circle:before {
    content: "";
}

.mdi-checkbox-marked-circle-outline:before {
    content: "";
}

.mdi-checkbox-marked-outline:before {
    content: "";
}

.mdi-checkbox-multiple-blank:before {
    content: "";
}

.mdi-checkbox-multiple-blank-circle:before {
    content: "";
}

.mdi-checkbox-multiple-blank-circle-outline:before {
    content: "";
}

.mdi-checkbox-multiple-blank-outline:before {
    content: "";
}

.mdi-checkbox-multiple-marked:before {
    content: "";
}

.mdi-checkbox-multiple-marked-circle:before {
    content: "";
}

.mdi-checkbox-multiple-marked-circle-outline:before {
    content: "";
}

.mdi-checkbox-multiple-marked-outline:before {
    content: "";
}

.mdi-checkerboard:before {
    content: "";
}

.mdi-chemical-weapon:before {
    content: "";
}

.mdi-chevron-double-down:before {
    content: "";
}

.mdi-chevron-double-left:before {
    content: "";
}

.mdi-chevron-double-right:before {
    content: "";
}

.mdi-chevron-double-up:before {
    content: "";
}

.mdi-chevron-down:before {
    content: "";
}

.mdi-chevron-left:before {
    content: "";
}

.mdi-chevron-right:before {
    content: "";
}

.mdi-chevron-up:before {
    content: "";
}

.mdi-chili-hot:before {
    content: "";
}

.mdi-chili-medium:before {
    content: "";
}

.mdi-chili-mild:before {
    content: "";
}

.mdi-chip:before {
    content: "";
}

.mdi-church:before {
    content: "";
}

.mdi-circle:before {
    content: "";
}

.mdi-circle-outline:before {
    content: "";
}

.mdi-cisco-webex:before {
    content: "";
}

.mdi-city:before {
    content: "";
}

.mdi-clipboard:before {
    content: "";
}

.mdi-clipboard-account:before {
    content: "";
}

.mdi-clipboard-alert:before {
    content: "";
}

.mdi-clipboard-arrow-down:before {
    content: "";
}

.mdi-clipboard-arrow-left:before {
    content: "";
}

.mdi-clipboard-check:before {
    content: "";
}

.mdi-clipboard-flow:before {
    content: "";
}

.mdi-clipboard-outline:before {
    content: "";
}

.mdi-clipboard-plus:before {
    content: "";
}

.mdi-clipboard-text:before {
    content: "";
}

.mdi-clippy:before {
    content: "";
}

.mdi-clock:before {
    content: "";
}

.mdi-clock-alert:before {
    content: "";
}

.mdi-clock-end:before {
    content: "";
}

.mdi-clock-fast:before {
    content: "";
}

.mdi-clock-in:before {
    content: "";
}

.mdi-clock-out:before {
    content: "";
}

.mdi-clock-start:before {
    content: "";
}

.mdi-close:before {
    content: "";
}

.mdi-close-box:before {
    content: "";
}

.mdi-close-box-outline:before {
    content: "";
}

.mdi-close-circle:before {
    content: "";
}

.mdi-close-circle-outline:before {
    content: "";
}

.mdi-close-network:before {
    content: "";
}

.mdi-close-octagon:before {
    content: "";
}

.mdi-close-octagon-outline:before {
    content: "";
}

.mdi-close-outline:before {
    content: "";
}

.mdi-closed-caption:before {
    content: "";
}

.mdi-cloud:before {
    content: "";
}

.mdi-cloud-braces:before {
    content: "";
}

.mdi-cloud-check:before {
    content: "";
}

.mdi-cloud-circle:before {
    content: "";
}

.mdi-cloud-download:before {
    content: "";
}

.mdi-cloud-off-outline:before {
    content: "";
}

.mdi-cloud-outline:before {
    content: "";
}

.mdi-cloud-print:before {
    content: "";
}

.mdi-cloud-print-outline:before {
    content: "";
}

.mdi-cloud-sync:before {
    content: "";
}

.mdi-cloud-tags:before {
    content: "";
}

.mdi-cloud-upload:before {
    content: "";
}

.mdi-clover:before {
    content: "";
}

.mdi-code-array:before {
    content: "";
}

.mdi-code-braces:before {
    content: "";
}

.mdi-code-brackets:before {
    content: "";
}

.mdi-code-equal:before {
    content: "";
}

.mdi-code-greater-than:before {
    content: "";
}

.mdi-code-greater-than-or-equal:before {
    content: "";
}

.mdi-code-less-than:before {
    content: "";
}

.mdi-code-less-than-or-equal:before {
    content: "";
}

.mdi-code-not-equal:before {
    content: "";
}

.mdi-code-not-equal-variant:before {
    content: "";
}

.mdi-code-parentheses:before {
    content: "";
}

.mdi-code-string:before {
    content: "";
}

.mdi-code-tags:before {
    content: "";
}

.mdi-code-tags-check:before {
    content: "";
}

.mdi-codepen:before {
    content: "";
}

.mdi-coffee:before {
    content: "";
}

.mdi-coffee-outline:before {
    content: "";
}

.mdi-coffee-to-go:before {
    content: "";
}

.mdi-coin:before {
    content: "";
}

.mdi-coins:before {
    content: "";
}

.mdi-collage:before {
    content: "";
}

.mdi-color-helper:before {
    content: "";
}

.mdi-comment:before {
    content: "";
}

.mdi-comment-account:before {
    content: "";
}

.mdi-comment-account-outline:before {
    content: "";
}

.mdi-comment-alert:before {
    content: "";
}

.mdi-comment-alert-outline:before {
    content: "";
}

.mdi-comment-check:before {
    content: "";
}

.mdi-comment-check-outline:before {
    content: "";
}

.mdi-comment-multiple-outline:before {
    content: "";
}

.mdi-comment-outline:before {
    content: "";
}

.mdi-comment-plus-outline:before {
    content: "";
}

.mdi-comment-processing:before {
    content: "";
}

.mdi-comment-processing-outline:before {
    content: "";
}

.mdi-comment-question:before {
    content: "";
}

.mdi-comment-question-outline:before {
    content: "";
}

.mdi-comment-remove:before {
    content: "";
}

.mdi-comment-remove-outline:before {
    content: "";
}

.mdi-comment-text:before {
    content: "";
}

.mdi-comment-text-outline:before {
    content: "";
}

.mdi-compare:before {
    content: "";
}

.mdi-compass:before {
    content: "";
}

.mdi-compass-outline:before {
    content: "";
}

.mdi-console:before {
    content: "";
}

.mdi-console-line:before {
    content: "";
}

.mdi-contact-mail:before {
    content: "";
}

.mdi-contacts:before {
    content: "";
}

.mdi-content-copy:before {
    content: "";
}

.mdi-content-cut:before {
    content: "";
}

.mdi-content-duplicate:before {
    content: "";
}

.mdi-content-paste:before {
    content: "";
}

.mdi-content-save:before {
    content: "";
}

.mdi-content-save-all:before {
    content: "";
}

.mdi-content-save-outline:before {
    content: "";
}

.mdi-content-save-settings:before {
    content: "";
}

.mdi-contrast:before {
    content: "";
}

.mdi-contrast-box:before {
    content: "";
}

.mdi-contrast-circle:before {
    content: "";
}

.mdi-cookie:before {
    content: "";
}

.mdi-copyright:before {
    content: "";
}

.mdi-corn:before {
    content: "";
}

.mdi-counter:before {
    content: "";
}

.mdi-cow:before {
    content: "";
}

.mdi-creation:before {
    content: "";
}

.mdi-credit-card:before {
    content: "";
}

.mdi-credit-card-multiple:before {
    content: "";
}

.mdi-credit-card-off:before {
    content: "";
}

.mdi-credit-card-plus:before {
    content: "";
}

.mdi-credit-card-scan:before {
    content: "";
}

.mdi-crop:before {
    content: "";
}

.mdi-crop-free:before {
    content: "";
}

.mdi-crop-landscape:before {
    content: "";
}

.mdi-crop-portrait:before {
    content: "";
}

.mdi-crop-rotate:before {
    content: "";
}

.mdi-crop-square:before {
    content: "";
}

.mdi-crosshairs:before {
    content: "";
}

.mdi-crosshairs-gps:before {
    content: "";
}

.mdi-crown:before {
    content: "";
}

.mdi-cube:before {
    content: "";
}

.mdi-cube-outline:before {
    content: "";
}

.mdi-cube-send:before {
    content: "";
}

.mdi-cube-unfolded:before {
    content: "";
}

.mdi-cup:before {
    content: "";
}

.mdi-cup-off:before {
    content: "";
}

.mdi-cup-water:before {
    content: "";
}

.mdi-currency-btc:before {
    content: "";
}

.mdi-currency-chf:before {
    content: "";
}

.mdi-currency-cny:before {
    content: "";
}

.mdi-currency-eth:before {
    content: "";
}

.mdi-currency-eur:before {
    content: "";
}

.mdi-currency-gbp:before {
    content: "";
}

.mdi-currency-inr:before {
    content: "";
}

.mdi-currency-jpy:before {
    content: "";
}

.mdi-currency-krw:before {
    content: "";
}

.mdi-currency-ngn:before {
    content: "";
}

.mdi-currency-rub:before {
    content: "";
}

.mdi-currency-sign:before {
    content: "";
}

.mdi-currency-try:before {
    content: "";
}

.mdi-currency-twd:before {
    content: "";
}

.mdi-currency-usd:before {
    content: "";
}

.mdi-currency-usd-off:before {
    content: "";
}

.mdi-cursor-default:before {
    content: "";
}

.mdi-cursor-default-outline:before {
    content: "";
}

.mdi-cursor-move:before {
    content: "";
}

.mdi-cursor-pointer:before {
    content: "";
}

.mdi-cursor-text:before {
    content: "";
}

.mdi-database:before {
    content: "";
}

.mdi-database-minus:before {
    content: "";
}

.mdi-database-plus:before {
    content: "";
}

.mdi-debug-step-into:before {
    content: "";
}

.mdi-debug-step-out:before {
    content: "";
}

.mdi-debug-step-over:before {
    content: "";
}

.mdi-decagram:before {
    content: "";
}

.mdi-decagram-outline:before {
    content: "";
}

.mdi-decimal-decrease:before {
    content: "";
}

.mdi-decimal-increase:before {
    content: "";
}

.mdi-delete:before {
    content: "";
}

.mdi-delete-circle:before {
    content: "";
}

.mdi-delete-empty:before {
    content: "";
}

.mdi-delete-forever:before {
    content: "";
}

.mdi-delete-restore:before {
    content: "";
}

.mdi-delete-sweep:before {
    content: "";
}

.mdi-delete-variant:before {
    content: "";
}

.mdi-delta:before {
    content: "";
}

.mdi-deskphone:before {
    content: "";
}

.mdi-desktop-classic:before {
    content: "";
}

.mdi-desktop-mac:before {
    content: "";
}

.mdi-desktop-tower:before {
    content: "";
}

.mdi-details:before {
    content: "";
}

.mdi-developer-board:before {
    content: "";
}

.mdi-deviantart:before {
    content: "";
}

.mdi-dialpad:before {
    content: "";
}

.mdi-diamond:before {
    content: "";
}

.mdi-dice-1:before {
    content: "";
}

.mdi-dice-2:before {
    content: "";
}

.mdi-dice-3:before {
    content: "";
}

.mdi-dice-4:before {
    content: "";
}

.mdi-dice-5:before {
    content: "";
}

.mdi-dice-6:before {
    content: "";
}

.mdi-dice-d10:before {
    content: "";
}

.mdi-dice-d20:before {
    content: "";
}

.mdi-dice-d4:before {
    content: "";
}

.mdi-dice-d6:before {
    content: "";
}

.mdi-dice-d8:before {
    content: "";
}

.mdi-dice-multiple:before {
    content: "";
}

.mdi-dictionary:before {
    content: "";
}

.mdi-dip-switch:before {
    content: "";
}

.mdi-directions:before {
    content: "";
}

.mdi-directions-fork:before {
    content: "";
}

.mdi-discord:before {
    content: "";
}

.mdi-disk:before {
    content: "";
}

.mdi-disk-alert:before {
    content: "";
}

.mdi-disqus:before {
    content: "";
}

.mdi-disqus-outline:before {
    content: "";
}

.mdi-division:before {
    content: "";
}

.mdi-division-box:before {
    content: "";
}

.mdi-dna:before {
    content: "";
}

.mdi-dns:before {
    content: "";
}

.mdi-do-not-disturb:before {
    content: "";
}

.mdi-do-not-disturb-off:before {
    content: "";
}

.mdi-dolby:before {
    content: "";
}

.mdi-domain:before {
    content: "";
}

.mdi-donkey:before {
    content: "";
}

.mdi-door:before {
    content: "";
}

.mdi-door-closed:before {
    content: "";
}

.mdi-door-open:before {
    content: "";
}

.mdi-dots-horizontal:before {
    content: "";
}

.mdi-dots-horizontal-circle:before {
    content: "";
}

.mdi-dots-vertical:before {
    content: "";
}

.mdi-dots-vertical-circle:before {
    content: "";
}

.mdi-douban:before {
    content: "";
}

.mdi-download:before {
    content: "";
}

.mdi-download-network:before {
    content: "";
}

.mdi-drag:before {
    content: "";
}

.mdi-drag-horizontal:before {
    content: "";
}

.mdi-drag-vertical:before {
    content: "";
}

.mdi-drawing:before {
    content: "";
}

.mdi-drawing-box:before {
    content: "";
}

.mdi-dribbble:before {
    content: "";
}

.mdi-dribbble-box:before {
    content: "";
}

.mdi-drone:before {
    content: "";
}

.mdi-dropbox:before {
    content: "";
}

.mdi-drupal:before {
    content: "";
}

.mdi-duck:before {
    content: "";
}

.mdi-dumbbell:before {
    content: "";
}

.mdi-ear-hearing:before {
    content: "";
}

.mdi-earth:before {
    content: "";
}

.mdi-earth-box:before {
    content: "";
}

.mdi-earth-box-off:before {
    content: "";
}

.mdi-earth-off:before {
    content: "";
}

.mdi-edge:before {
    content: "";
}

.mdi-eject:before {
    content: "";
}

.mdi-elephant:before {
    content: "";
}

.mdi-elevation-decline:before {
    content: "";
}

.mdi-elevation-rise:before {
    content: "";
}

.mdi-elevator:before {
    content: "";
}

.mdi-email:before {
    content: "";
}

.mdi-email-alert:before {
    content: "";
}

.mdi-email-open:before {
    content: "";
}

.mdi-email-open-outline:before {
    content: "";
}

.mdi-email-outline:before {
    content: "";
}

.mdi-email-secure:before {
    content: "";
}

.mdi-email-variant:before {
    content: "";
}

.mdi-emby:before {
    content: "";
}

.mdi-emoticon:before {
    content: "";
}

.mdi-emoticon-cool:before {
    content: "";
}

.mdi-emoticon-dead:before {
    content: "";
}

.mdi-emoticon-devil:before {
    content: "";
}

.mdi-emoticon-excited:before {
    content: "";
}

.mdi-emoticon-happy:before {
    content: "";
}

.mdi-emoticon-neutral:before {
    content: "";
}

.mdi-emoticon-poop:before {
    content: "";
}

.mdi-emoticon-sad:before {
    content: "";
}

.mdi-emoticon-tongue:before {
    content: "";
}

.mdi-engine:before {
    content: "";
}

.mdi-engine-outline:before {
    content: "";
}

.mdi-equal:before {
    content: "";
}

.mdi-equal-box:before {
    content: "";
}

.mdi-eraser:before {
    content: "";
}

.mdi-eraser-variant:before {
    content: "";
}

.mdi-escalator:before {
    content: "";
}

.mdi-ethernet:before {
    content: "";
}

.mdi-ethernet-cable:before {
    content: "";
}

.mdi-ethernet-cable-off:before {
    content: "";
}

.mdi-etsy:before {
    content: "";
}

.mdi-ev-station:before {
    content: "";
}

.mdi-eventbrite:before {
    content: "";
}

.mdi-evernote:before {
    content: "";
}

.mdi-exclamation:before {
    content: "";
}

.mdi-exit-to-app:before {
    content: "";
}

.mdi-export:before {
    content: "";
}

.mdi-eye:before {
    content: "";
}

.mdi-eye-off:before {
    content: "";
}

.mdi-eye-off-outline:before {
    content: "";
}

.mdi-eye-outline:before {
    content: "";
}

.mdi-eyedropper:before {
    content: "";
}

.mdi-eyedropper-variant:before {
    content: "";
}

.mdi-face:before {
    content: "";
}

.mdi-face-profile:before {
    content: "";
}

.mdi-facebook:before {
    content: "";
}

.mdi-facebook-box:before {
    content: "";
}

.mdi-facebook-messenger:before {
    content: "";
}

.mdi-factory:before {
    content: "";
}

.mdi-fan:before {
    content: "";
}

.mdi-fan-off:before {
    content: "";
}

.mdi-fast-forward:before {
    content: "";
}

.mdi-fast-forward-outline:before {
    content: "";
}

.mdi-fax:before {
    content: "";
}

.mdi-feather:before {
    content: "";
}

.mdi-ferry:before {
    content: "";
}

.mdi-file:before {
    content: "";
}

.mdi-file-account:before {
    content: "";
}

.mdi-file-chart:before {
    content: "";
}

.mdi-file-check:before {
    content: "";
}

.mdi-file-cloud:before {
    content: "";
}

.mdi-file-delimited:before {
    content: "";
}

.mdi-file-document:before {
    content: "";
}

.mdi-file-document-box:before {
    content: "";
}

.mdi-file-excel:before {
    content: "";
}

.mdi-file-excel-box:before {
    content: "";
}

.mdi-file-export:before {
    content: "";
}

.mdi-file-find:before {
    content: "";
}

.mdi-file-hidden:before {
    content: "";
}

.mdi-file-image:before {
    content: "";
}

.mdi-file-import:before {
    content: "";
}

.mdi-file-lock:before {
    content: "";
}

.mdi-file-multiple:before {
    content: "";
}

.mdi-file-music:before {
    content: "";
}

.mdi-file-outline:before {
    content: "";
}

.mdi-file-pdf:before {
    content: "";
}

.mdi-file-pdf-box:before {
    content: "";
}

.mdi-file-percent:before {
    content: "";
}

.mdi-file-plus:before {
    content: "";
}

.mdi-file-powerpoint:before {
    content: "";
}

.mdi-file-powerpoint-box:before {
    content: "";
}

.mdi-file-presentation-box:before {
    content: "";
}

.mdi-file-restore:before {
    content: "";
}

.mdi-file-send:before {
    content: "";
}

.mdi-file-tree:before {
    content: "";
}

.mdi-file-video:before {
    content: "";
}

.mdi-file-word:before {
    content: "";
}

.mdi-file-word-box:before {
    content: "";
}

.mdi-file-xml:before {
    content: "";
}

.mdi-film:before {
    content: "";
}

.mdi-filmstrip:before {
    content: "";
}

.mdi-filmstrip-off:before {
    content: "";
}

.mdi-filter:before {
    content: "";
}

.mdi-filter-outline:before {
    content: "";
}

.mdi-filter-remove:before {
    content: "";
}

.mdi-filter-remove-outline:before {
    content: "";
}

.mdi-filter-variant:before {
    content: "";
}

.mdi-finance:before {
    content: "";
}

.mdi-find-replace:before {
    content: "";
}

.mdi-fingerprint:before {
    content: "";
}

.mdi-fire:before {
    content: "";
}

.mdi-firefox:before {
    content: "";
}

.mdi-fish:before {
    content: "";
}

.mdi-flag:before {
    content: "";
}

.mdi-flag-checkered:before {
    content: "";
}

.mdi-flag-outline:before {
    content: "";
}

.mdi-flag-triangle:before {
    content: "";
}

.mdi-flag-variant:before {
    content: "";
}

.mdi-flag-variant-outline:before {
    content: "";
}

.mdi-flash:before {
    content: "";
}

.mdi-flash-auto:before {
    content: "";
}

.mdi-flash-circle:before {
    content: "";
}

.mdi-flash-off:before {
    content: "";
}

.mdi-flash-outline:before {
    content: "";
}

.mdi-flash-red-eye:before {
    content: "";
}

.mdi-flashlight:before {
    content: "";
}

.mdi-flashlight-off:before {
    content: "";
}

.mdi-flask:before {
    content: "";
}

.mdi-flask-empty:before {
    content: "";
}

.mdi-flask-empty-outline:before {
    content: "";
}

.mdi-flask-outline:before {
    content: "";
}

.mdi-flattr:before {
    content: "";
}

.mdi-flip-to-back:before {
    content: "";
}

.mdi-flip-to-front:before {
    content: "";
}

.mdi-floor-plan:before {
    content: "";
}

.mdi-floppy:before {
    content: "";
}

.mdi-flower:before {
    content: "";
}

.mdi-folder:before {
    content: "";
}

.mdi-folder-account:before {
    content: "";
}

.mdi-folder-download:before {
    content: "";
}

.mdi-folder-google-drive:before {
    content: "";
}

.mdi-folder-image:before {
    content: "";
}

.mdi-folder-lock:before {
    content: "";
}

.mdi-folder-lock-open:before {
    content: "";
}

.mdi-folder-move:before {
    content: "";
}

.mdi-folder-multiple:before {
    content: "";
}

.mdi-folder-multiple-image:before {
    content: "";
}

.mdi-folder-multiple-outline:before {
    content: "";
}

.mdi-folder-open:before {
    content: "";
}

.mdi-folder-outline:before {
    content: "";
}

.mdi-folder-plus:before {
    content: "";
}

.mdi-folder-remove:before {
    content: "";
}

.mdi-folder-star:before {
    content: "";
}

.mdi-folder-upload:before {
    content: "";
}

.mdi-font-awesome:before {
    content: "";
}

.mdi-food:before {
    content: "";
}

.mdi-food-apple:before {
    content: "";
}

.mdi-food-croissant:before {
    content: "";
}

.mdi-food-fork-drink:before {
    content: "";
}

.mdi-food-off:before {
    content: "";
}

.mdi-food-variant:before {
    content: "";
}

.mdi-football:before {
    content: "";
}

.mdi-football-australian:before {
    content: "";
}

.mdi-football-helmet:before {
    content: "";
}

.mdi-forklift:before {
    content: "";
}

.mdi-format-align-bottom:before {
    content: "";
}

.mdi-format-align-center:before {
    content: "";
}

.mdi-format-align-justify:before {
    content: "";
}

.mdi-format-align-left:before {
    content: "";
}

.mdi-format-align-middle:before {
    content: "";
}

.mdi-format-align-right:before {
    content: "";
}

.mdi-format-align-top:before {
    content: "";
}

.mdi-format-annotation-plus:before {
    content: "";
}

.mdi-format-bold:before {
    content: "";
}

.mdi-format-clear:before {
    content: "";
}

.mdi-format-color-fill:before {
    content: "";
}

.mdi-format-color-text:before {
    content: "";
}

.mdi-format-float-center:before {
    content: "";
}

.mdi-format-float-left:before {
    content: "";
}

.mdi-format-float-none:before {
    content: "";
}

.mdi-format-float-right:before {
    content: "";
}

.mdi-format-font:before {
    content: "";
}

.mdi-format-header-1:before {
    content: "";
}

.mdi-format-header-2:before {
    content: "";
}

.mdi-format-header-3:before {
    content: "";
}

.mdi-format-header-4:before {
    content: "";
}

.mdi-format-header-5:before {
    content: "";
}

.mdi-format-header-6:before {
    content: "";
}

.mdi-format-header-decrease:before {
    content: "";
}

.mdi-format-header-equal:before {
    content: "";
}

.mdi-format-header-increase:before {
    content: "";
}

.mdi-format-header-pound:before {
    content: "";
}

.mdi-format-horizontal-align-center:before {
    content: "";
}

.mdi-format-horizontal-align-left:before {
    content: "";
}

.mdi-format-horizontal-align-right:before {
    content: "";
}

.mdi-format-indent-decrease:before {
    content: "";
}

.mdi-format-indent-increase:before {
    content: "";
}

.mdi-format-italic:before {
    content: "";
}

.mdi-format-line-spacing:before {
    content: "";
}

.mdi-format-line-style:before {
    content: "";
}

.mdi-format-line-weight:before {
    content: "";
}

.mdi-format-list-bulleted:before {
    content: "";
}

.mdi-format-list-bulleted-type:before {
    content: "";
}

.mdi-format-list-checks:before {
    content: "";
}

.mdi-format-list-numbers:before {
    content: "";
}

.mdi-format-page-break:before {
    content: "";
}

.mdi-format-paint:before {
    content: "";
}

.mdi-format-paragraph:before {
    content: "";
}

.mdi-format-pilcrow:before {
    content: "";
}

.mdi-format-quote-close:before {
    content: "";
}

.mdi-format-quote-open:before {
    content: "";
}

.mdi-format-rotate-90:before {
    content: "";
}

.mdi-format-section:before {
    content: "";
}

.mdi-format-size:before {
    content: "";
}

.mdi-format-strikethrough:before {
    content: "";
}

.mdi-format-strikethrough-variant:before {
    content: "";
}

.mdi-format-subscript:before {
    content: "";
}

.mdi-format-superscript:before {
    content: "";
}

.mdi-format-text:before {
    content: "";
}

.mdi-format-textdirection-l-to-r:before {
    content: "";
}

.mdi-format-textdirection-r-to-l:before {
    content: "";
}

.mdi-format-title:before {
    content: "";
}

.mdi-format-underline:before {
    content: "";
}

.mdi-format-vertical-align-bottom:before {
    content: "";
}

.mdi-format-vertical-align-center:before {
    content: "";
}

.mdi-format-vertical-align-top:before {
    content: "";
}

.mdi-format-wrap-inline:before {
    content: "";
}

.mdi-format-wrap-square:before {
    content: "";
}

.mdi-format-wrap-tight:before {
    content: "";
}

.mdi-format-wrap-top-bottom:before {
    content: "";
}

.mdi-forum:before {
    content: "";
}

.mdi-forum-outline:before {
    content: "";
}

.mdi-forward:before {
    content: "";
}

.mdi-foursquare:before {
    content: "";
}

.mdi-fridge:before {
    content: "";
}

.mdi-fridge-filled:before {
    content: "";
}

.mdi-fridge-filled-bottom:before {
    content: "";
}

.mdi-fridge-filled-top:before {
    content: "";
}

.mdi-fuel:before {
    content: "";
}

.mdi-fullscreen:before {
    content: "";
}

.mdi-fullscreen-exit:before {
    content: "";
}

.mdi-function:before {
    content: "";
}

.mdi-gamepad:before {
    content: "";
}

.mdi-gamepad-variant:before {
    content: "";
}

.mdi-garage:before {
    content: "";
}

.mdi-garage-open:before {
    content: "";
}

.mdi-gas-cylinder:before {
    content: "";
}

.mdi-gas-station:before {
    content: "";
}

.mdi-gate:before {
    content: "";
}

.mdi-gauge:before {
    content: "";
}

.mdi-gavel:before {
    content: "";
}

.mdi-gender-female:before {
    content: "";
}

.mdi-gender-male:before {
    content: "";
}

.mdi-gender-male-female:before {
    content: "";
}

.mdi-gender-transgender:before {
    content: "";
}

.mdi-gesture:before {
    content: "";
}

.mdi-gesture-double-tap:before {
    content: "";
}

.mdi-gesture-swipe-down:before {
    content: "";
}

.mdi-gesture-swipe-left:before {
    content: "";
}

.mdi-gesture-swipe-right:before {
    content: "";
}

.mdi-gesture-swipe-up:before {
    content: "";
}

.mdi-gesture-tap:before {
    content: "";
}

.mdi-gesture-two-double-tap:before {
    content: "";
}

.mdi-gesture-two-tap:before {
    content: "";
}

.mdi-ghost:before {
    content: "";
}

.mdi-gift:before {
    content: "";
}

.mdi-git:before {
    content: "";
}

.mdi-github-box:before {
    content: "";
}

.mdi-github-circle:before {
    content: "";
}

.mdi-github-face:before {
    content: "";
}

.mdi-glass-flute:before {
    content: "";
}

.mdi-glass-mug:before {
    content: "";
}

.mdi-glass-stange:before {
    content: "";
}

.mdi-glass-tulip:before {
    content: "";
}

.mdi-glassdoor:before {
    content: "";
}

.mdi-glasses:before {
    content: "";
}

.mdi-gmail:before {
    content: "";
}

.mdi-gnome:before {
    content: "";
}

.mdi-golf:before {
    content: "";
}

.mdi-gondola:before {
    content: "";
}

.mdi-google:before {
    content: "";
}

.mdi-google-analytics:before {
    content: "";
}

.mdi-google-assistant:before {
    content: "";
}

.mdi-google-cardboard:before {
    content: "";
}

.mdi-google-chrome:before {
    content: "";
}

.mdi-google-circles:before {
    content: "";
}

.mdi-google-circles-communities:before {
    content: "";
}

.mdi-google-circles-extended:before {
    content: "";
}

.mdi-google-circles-group:before {
    content: "";
}

.mdi-google-controller:before {
    content: "";
}

.mdi-google-controller-off:before {
    content: "";
}

.mdi-google-drive:before {
    content: "";
}

.mdi-google-earth:before {
    content: "";
}

.mdi-google-glass:before {
    content: "";
}

.mdi-google-home:before {
    content: "";
}

.mdi-google-keep:before {
    content: "";
}

.mdi-google-maps:before {
    content: "";
}

.mdi-google-nearby:before {
    content: "";
}

.mdi-google-pages:before {
    content: "";
}

.mdi-google-photos:before {
    content: "";
}

.mdi-google-physical-web:before {
    content: "";
}

.mdi-google-play:before {
    content: "";
}

.mdi-google-plus:before {
    content: "";
}

.mdi-google-plus-box:before {
    content: "";
}

.mdi-google-translate:before {
    content: "";
}

.mdi-google-wallet:before {
    content: "";
}

.mdi-gradient:before {
    content: "";
}

.mdi-grease-pencil:before {
    content: "";
}

.mdi-grid:before {
    content: "";
}

.mdi-grid-large:before {
    content: "";
}

.mdi-grid-off:before {
    content: "";
}

.mdi-group:before {
    content: "";
}

.mdi-guitar-acoustic:before {
    content: "";
}

.mdi-guitar-electric:before {
    content: "";
}

.mdi-guitar-pick:before {
    content: "";
}

.mdi-guitar-pick-outline:before {
    content: "";
}

.mdi-guy-fawkes-mask:before {
    content: "";
}

.mdi-hackernews:before {
    content: "";
}

.mdi-hamburger:before {
    content: "";
}

.mdi-hand-pointing-right:before {
    content: "";
}

.mdi-hanger:before {
    content: "";
}

.mdi-hangouts:before {
    content: "";
}

.mdi-harddisk:before {
    content: "";
}

.mdi-headphones:before {
    content: "";
}

.mdi-headphones-box:before {
    content: "";
}

.mdi-headphones-off:before {
    content: "";
}

.mdi-headphones-settings:before {
    content: "";
}

.mdi-headset:before {
    content: "";
}

.mdi-headset-dock:before {
    content: "";
}

.mdi-headset-off:before {
    content: "";
}

.mdi-heart:before {
    content: "";
}

.mdi-heart-box:before {
    content: "";
}

.mdi-heart-box-outline:before {
    content: "";
}

.mdi-heart-broken:before {
    content: "";
}

.mdi-heart-half:before {
    content: "";
}

.mdi-heart-half-full:before {
    content: "";
}

.mdi-heart-half-outline:before {
    content: "";
}

.mdi-heart-off:before {
    content: "";
}

.mdi-heart-outline:before {
    content: "";
}

.mdi-heart-pulse:before {
    content: "";
}

.mdi-help:before {
    content: "";
}

.mdi-help-box:before {
    content: "";
}

.mdi-help-circle:before {
    content: "";
}

.mdi-help-circle-outline:before {
    content: "";
}

.mdi-help-network:before {
    content: "";
}

.mdi-hexagon:before {
    content: "";
}

.mdi-hexagon-multiple:before {
    content: "";
}

.mdi-hexagon-outline:before {
    content: "";
}

.mdi-high-definition:before {
    content: "";
}

.mdi-highway:before {
    content: "";
}

.mdi-history:before {
    content: "";
}

.mdi-hololens:before {
    content: "";
}

.mdi-home:before {
    content: "";
}

.mdi-home-account:before {
    content: "";
}

.mdi-home-assistant:before {
    content: "";
}

.mdi-home-automation:before {
    content: "";
}

.mdi-home-circle:before {
    content: "";
}

.mdi-home-heart:before {
    content: "";
}

.mdi-home-map-marker:before {
    content: "";
}

.mdi-home-modern:before {
    content: "";
}

.mdi-home-outline:before {
    content: "";
}

.mdi-home-variant:before {
    content: "";
}

.mdi-hook:before {
    content: "";
}

.mdi-hook-off:before {
    content: "";
}

.mdi-hops:before {
    content: "";
}

.mdi-hospital:before {
    content: "";
}

.mdi-hospital-building:before {
    content: "";
}

.mdi-hospital-marker:before {
    content: "";
}

.mdi-hot-tub:before {
    content: "";
}

.mdi-hotel:before {
    content: "";
}

.mdi-houzz:before {
    content: "";
}

.mdi-houzz-box:before {
    content: "";
}

.mdi-hulu:before {
    content: "";
}

.mdi-human:before {
    content: "";
}

.mdi-human-child:before {
    content: "";
}

.mdi-human-female:before {
    content: "";
}

.mdi-human-greeting:before {
    content: "";
}

.mdi-human-handsdown:before {
    content: "";
}

.mdi-human-handsup:before {
    content: "";
}

.mdi-human-male:before {
    content: "";
}

.mdi-human-male-female:before {
    content: "";
}

.mdi-human-pregnant:before {
    content: "";
}

.mdi-humble-bundle:before {
    content: "";
}

.mdi-ice-cream:before {
    content: "";
}

.mdi-image:before {
    content: "";
}

.mdi-image-album:before {
    content: "";
}

.mdi-image-area:before {
    content: "";
}

.mdi-image-area-close:before {
    content: "";
}

.mdi-image-broken:before {
    content: "";
}

.mdi-image-broken-variant:before {
    content: "";
}

.mdi-image-filter:before {
    content: "";
}

.mdi-image-filter-black-white:before {
    content: "";
}

.mdi-image-filter-center-focus:before {
    content: "";
}

.mdi-image-filter-center-focus-weak:before {
    content: "";
}

.mdi-image-filter-drama:before {
    content: "";
}

.mdi-image-filter-frames:before {
    content: "";
}

.mdi-image-filter-hdr:before {
    content: "";
}

.mdi-image-filter-none:before {
    content: "";
}

.mdi-image-filter-tilt-shift:before {
    content: "";
}

.mdi-image-filter-vintage:before {
    content: "";
}

.mdi-image-multiple:before {
    content: "";
}

.mdi-image-off:before {
    content: "";
}

.mdi-import:before {
    content: "";
}

.mdi-inbox:before {
    content: "";
}

.mdi-inbox-arrow-down:before {
    content: "";
}

.mdi-inbox-arrow-up:before {
    content: "";
}

.mdi-incognito:before {
    content: "";
}

.mdi-infinity:before {
    content: "";
}

.mdi-information:before {
    content: "";
}

.mdi-information-outline:before {
    content: "";
}

.mdi-information-variant:before {
    content: "";
}

.mdi-instagram:before {
    content: "";
}

.mdi-instapaper:before {
    content: "";
}

.mdi-internet-explorer:before {
    content: "";
}

.mdi-invert-colors:before {
    content: "";
}

.mdi-itunes:before {
    content: "";
}

.mdi-jeepney:before {
    content: "";
}

.mdi-jira:before {
    content: "";
}

.mdi-jsfiddle:before {
    content: "";
}

.mdi-json:before {
    content: "";
}

.mdi-karate:before {
    content: "";
}

.mdi-keg:before {
    content: "";
}

.mdi-kettle:before {
    content: "";
}

.mdi-key:before {
    content: "";
}

.mdi-key-change:before {
    content: "";
}

.mdi-key-minus:before {
    content: "";
}

.mdi-key-plus:before {
    content: "";
}

.mdi-key-remove:before {
    content: "";
}

.mdi-key-variant:before {
    content: "";
}

.mdi-keyboard:before {
    content: "";
}

.mdi-keyboard-backspace:before {
    content: "";
}

.mdi-keyboard-caps:before {
    content: "";
}

.mdi-keyboard-close:before {
    content: "";
}

.mdi-keyboard-off:before {
    content: "";
}

.mdi-keyboard-return:before {
    content: "";
}

.mdi-keyboard-tab:before {
    content: "";
}

.mdi-keyboard-variant:before {
    content: "";
}

.mdi-kickstarter:before {
    content: "";
}

.mdi-kodi:before {
    content: "";
}

.mdi-label:before {
    content: "";
}

.mdi-label-outline:before {
    content: "";
}

.mdi-ladybug:before {
    content: "";
}

.mdi-lambda:before {
    content: "";
}

.mdi-lamp:before {
    content: "";
}

.mdi-lan:before {
    content: "";
}

.mdi-lan-connect:before {
    content: "";
}

.mdi-lan-disconnect:before {
    content: "";
}

.mdi-lan-pending:before {
    content: "";
}

.mdi-language-c:before {
    content: "";
}

.mdi-language-cpp:before {
    content: "";
}

.mdi-language-csharp:before {
    content: "";
}

.mdi-language-css3:before {
    content: "";
}

.mdi-language-go:before {
    content: "";
}

.mdi-language-html5:before {
    content: "";
}

.mdi-language-javascript:before {
    content: "";
}

.mdi-language-php:before {
    content: "";
}

.mdi-language-python:before {
    content: "";
}

.mdi-language-python-text:before {
    content: "";
}

.mdi-language-r:before {
    content: "";
}

.mdi-language-swift:before {
    content: "";
}

.mdi-language-typescript:before {
    content: "";
}

.mdi-laptop:before {
    content: "";
}

.mdi-laptop-chromebook:before {
    content: "";
}

.mdi-laptop-mac:before {
    content: "";
}

.mdi-laptop-off:before {
    content: "";
}

.mdi-laptop-windows:before {
    content: "";
}

.mdi-lastfm:before {
    content: "";
}

.mdi-lastpass:before {
    content: "";
}

.mdi-launch:before {
    content: "";
}

.mdi-lava-lamp:before {
    content: "";
}

.mdi-layers:before {
    content: "";
}

.mdi-layers-off:before {
    content: "";
}

.mdi-lead-pencil:before {
    content: "";
}

.mdi-leaf:before {
    content: "";
}

.mdi-led-off:before {
    content: "";
}

.mdi-led-on:before {
    content: "";
}

.mdi-led-outline:before {
    content: "";
}

.mdi-led-strip:before {
    content: "";
}

.mdi-led-variant-off:before {
    content: "";
}

.mdi-led-variant-on:before {
    content: "";
}

.mdi-led-variant-outline:before {
    content: "";
}

.mdi-library:before {
    content: "";
}

.mdi-library-books:before {
    content: "";
}

.mdi-library-music:before {
    content: "";
}

.mdi-library-plus:before {
    content: "";
}

.mdi-lightbulb:before {
    content: "";
}

.mdi-lightbulb-on:before {
    content: "";
}

.mdi-lightbulb-on-outline:before {
    content: "";
}

.mdi-lightbulb-outline:before {
    content: "";
}

.mdi-link:before {
    content: "";
}

.mdi-link-off:before {
    content: "";
}

.mdi-link-variant:before {
    content: "";
}

.mdi-link-variant-off:before {
    content: "";
}

.mdi-linkedin:before {
    content: "";
}

.mdi-linkedin-box:before {
    content: "";
}

.mdi-linux:before {
    content: "";
}

.mdi-loading:before {
    content: "";
}

.mdi-lock:before {
    content: "";
}

.mdi-lock-open:before {
    content: "";
}

.mdi-lock-open-outline:before {
    content: "";
}

.mdi-lock-outline:before {
    content: "";
}

.mdi-lock-pattern:before {
    content: "";
}

.mdi-lock-plus:before {
    content: "";
}

.mdi-lock-reset:before {
    content: "";
}

.mdi-locker:before {
    content: "";
}

.mdi-locker-multiple:before {
    content: "";
}

.mdi-login:before {
    content: "";
}

.mdi-login-variant:before {
    content: "";
}

.mdi-logout:before {
    content: "";
}

.mdi-logout-variant:before {
    content: "";
}

.mdi-looks:before {
    content: "";
}

.mdi-loop:before {
    content: "";
}

.mdi-loupe:before {
    content: "";
}

.mdi-lumx:before {
    content: "";
}

.mdi-magnet:before {
    content: "";
}

.mdi-magnet-on:before {
    content: "";
}

.mdi-magnify:before {
    content: "";
}

.mdi-magnify-minus:before {
    content: "";
}

.mdi-magnify-minus-outline:before {
    content: "";
}

.mdi-magnify-plus:before {
    content: "";
}

.mdi-magnify-plus-outline:before {
    content: "";
}

.mdi-mail-ru:before {
    content: "";
}

.mdi-mailbox:before {
    content: "";
}

.mdi-map:before {
    content: "";
}

.mdi-map-marker:before {
    content: "";
}

.mdi-map-marker-circle:before {
    content: "";
}

.mdi-map-marker-minus:before {
    content: "";
}

.mdi-map-marker-multiple:before {
    content: "";
}

.mdi-map-marker-off:before {
    content: "";
}

.mdi-map-marker-outline:before {
    content: "";
}

.mdi-map-marker-plus:before {
    content: "";
}

.mdi-map-marker-radius:before {
    content: "";
}

.mdi-margin:before {
    content: "";
}

.mdi-markdown:before {
    content: "";
}

.mdi-marker:before {
    content: "";
}

.mdi-marker-check:before {
    content: "";
}

.mdi-martini:before {
    content: "";
}

.mdi-material-ui:before {
    content: "";
}

.mdi-math-compass:before {
    content: "";
}

.mdi-matrix:before {
    content: "";
}

.mdi-maxcdn:before {
    content: "";
}

.mdi-medical-bag:before {
    content: "";
}

.mdi-medium:before {
    content: "";
}

.mdi-memory:before {
    content: "";
}

.mdi-menu:before {
    content: "";
}

.mdi-menu-down:before {
    content: "";
}

.mdi-menu-down-outline:before {
    content: "";
}

.mdi-menu-left:before {
    content: "";
}

.mdi-menu-right:before {
    content: "";
}

.mdi-menu-up:before {
    content: "";
}

.mdi-menu-up-outline:before {
    content: "";
}

.mdi-message:before {
    content: "";
}

.mdi-message-alert:before {
    content: "";
}

.mdi-message-bulleted:before {
    content: "";
}

.mdi-message-bulleted-off:before {
    content: "";
}

.mdi-message-draw:before {
    content: "";
}

.mdi-message-image:before {
    content: "";
}

.mdi-message-outline:before {
    content: "";
}

.mdi-message-plus:before {
    content: "";
}

.mdi-message-processing:before {
    content: "";
}

.mdi-message-reply:before {
    content: "";
}

.mdi-message-reply-text:before {
    content: "";
}

.mdi-message-settings:before {
    content: "";
}

.mdi-message-settings-variant:before {
    content: "";
}

.mdi-message-text:before {
    content: "";
}

.mdi-message-text-outline:before {
    content: "";
}

.mdi-message-video:before {
    content: "";
}

.mdi-meteor:before {
    content: "";
}

.mdi-metronome:before {
    content: "";
}

.mdi-metronome-tick:before {
    content: "";
}

.mdi-micro-sd:before {
    content: "";
}

.mdi-microphone:before {
    content: "";
}

.mdi-microphone-off:before {
    content: "";
}

.mdi-microphone-outline:before {
    content: "";
}

.mdi-microphone-settings:before {
    content: "";
}

.mdi-microphone-variant:before {
    content: "";
}

.mdi-microphone-variant-off:before {
    content: "";
}

.mdi-microscope:before {
    content: "";
}

.mdi-microsoft:before {
    content: "";
}

.mdi-minecraft:before {
    content: "";
}

.mdi-minus:before {
    content: "";
}

.mdi-minus-box:before {
    content: "";
}

.mdi-minus-box-outline:before {
    content: "";
}

.mdi-minus-circle:before {
    content: "";
}

.mdi-minus-circle-outline:before {
    content: "";
}

.mdi-minus-network:before {
    content: "";
}

.mdi-mixcloud:before {
    content: "";
}

.mdi-mixer:before {
    content: "";
}

.mdi-monitor:before {
    content: "";
}

.mdi-monitor-multiple:before {
    content: "";
}

.mdi-more:before {
    content: "";
}

.mdi-motorbike:before {
    content: "";
}

.mdi-mouse:before {
    content: "";
}

.mdi-mouse-off:before {
    content: "";
}

.mdi-mouse-variant:before {
    content: "";
}

.mdi-mouse-variant-off:before {
    content: "";
}

.mdi-move-resize:before {
    content: "";
}

.mdi-move-resize-variant:before {
    content: "";
}

.mdi-movie:before {
    content: "";
}

.mdi-movie-roll:before {
    content: "";
}

.mdi-multiplication:before {
    content: "";
}

.mdi-multiplication-box:before {
    content: "";
}

.mdi-mushroom:before {
    content: "";
}

.mdi-mushroom-outline:before {
    content: "";
}

.mdi-music:before {
    content: "";
}

.mdi-music-box:before {
    content: "";
}

.mdi-music-box-outline:before {
    content: "";
}

.mdi-music-circle:before {
    content: "";
}

.mdi-music-note:before {
    content: "";
}

.mdi-music-note-bluetooth:before {
    content: "";
}

.mdi-music-note-bluetooth-off:before {
    content: "";
}

.mdi-music-note-eighth:before {
    content: "";
}

.mdi-music-note-half:before {
    content: "";
}

.mdi-music-note-off:before {
    content: "";
}

.mdi-music-note-quarter:before {
    content: "";
}

.mdi-music-note-sixteenth:before {
    content: "";
}

.mdi-music-note-whole:before {
    content: "";
}

.mdi-music-off:before {
    content: "";
}

.mdi-nature:before {
    content: "";
}

.mdi-nature-people:before {
    content: "";
}

.mdi-navigation:before {
    content: "";
}

.mdi-near-me:before {
    content: "";
}

.mdi-needle:before {
    content: "";
}

.mdi-nest-protect:before {
    content: "";
}

.mdi-nest-thermostat:before {
    content: "";
}

.mdi-netflix:before {
    content: "";
}

.mdi-network:before {
    content: "";
}

.mdi-new-box:before {
    content: "";
}

.mdi-newspaper:before {
    content: "";
}

.mdi-nfc:before {
    content: "";
}

.mdi-nfc-tap:before {
    content: "";
}

.mdi-nfc-variant:before {
    content: "";
}

.mdi-ninja:before {
    content: "";
}

.mdi-nintendo-switch:before {
    content: "";
}

.mdi-nodejs:before {
    content: "";
}

.mdi-note:before {
    content: "";
}

.mdi-note-multiple:before {
    content: "";
}

.mdi-note-multiple-outline:before {
    content: "";
}

.mdi-note-outline:before {
    content: "";
}

.mdi-note-plus:before {
    content: "";
}

.mdi-note-plus-outline:before {
    content: "";
}

.mdi-note-text:before {
    content: "";
}

.mdi-notebook:before {
    content: "";
}

.mdi-notification-clear-all:before {
    content: "";
}

.mdi-npm:before {
    content: "";
}

.mdi-nuke:before {
    content: "";
}

.mdi-null:before {
    content: "";
}

.mdi-numeric:before {
    content: "";
}

.mdi-numeric-0-box:before {
    content: "";
}

.mdi-numeric-0-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-0-box-outline:before {
    content: "";
}

.mdi-numeric-1-box:before {
    content: "";
}

.mdi-numeric-1-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-1-box-outline:before {
    content: "";
}

.mdi-numeric-2-box:before {
    content: "";
}

.mdi-numeric-2-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-2-box-outline:before {
    content: "";
}

.mdi-numeric-3-box:before {
    content: "";
}

.mdi-numeric-3-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-3-box-outline:before {
    content: "";
}

.mdi-numeric-4-box:before {
    content: "";
}

.mdi-numeric-4-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-4-box-outline:before {
    content: "";
}

.mdi-numeric-5-box:before {
    content: "";
}

.mdi-numeric-5-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-5-box-outline:before {
    content: "";
}

.mdi-numeric-6-box:before {
    content: "";
}

.mdi-numeric-6-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-6-box-outline:before {
    content: "";
}

.mdi-numeric-7-box:before {
    content: "";
}

.mdi-numeric-7-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-7-box-outline:before {
    content: "";
}

.mdi-numeric-8-box:before {
    content: "";
}

.mdi-numeric-8-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-8-box-outline:before {
    content: "";
}

.mdi-numeric-9-box:before {
    content: "";
}

.mdi-numeric-9-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-9-box-outline:before {
    content: "";
}

.mdi-numeric-9-plus-box:before {
    content: "";
}

.mdi-numeric-9-plus-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-9-plus-box-outline:before {
    content: "";
}

.mdi-nut:before {
    content: "";
}

.mdi-nutrition:before {
    content: "";
}

.mdi-oar:before {
    content: "";
}

.mdi-octagon:before {
    content: "";
}

.mdi-octagon-outline:before {
    content: "";
}

.mdi-octagram:before {
    content: "";
}

.mdi-octagram-outline:before {
    content: "";
}

.mdi-odnoklassniki:before {
    content: "";
}

.mdi-office:before {
    content: "";
}

.mdi-oil:before {
    content: "";
}

.mdi-oil-temperature:before {
    content: "";
}

.mdi-omega:before {
    content: "";
}

.mdi-onedrive:before {
    content: "";
}

.mdi-onenote:before {
    content: "";
}

.mdi-opacity:before {
    content: "";
}

.mdi-open-in-app:before {
    content: "";
}

.mdi-open-in-new:before {
    content: "";
}

.mdi-openid:before {
    content: "";
}

.mdi-opera:before {
    content: "";
}

.mdi-orbit:before {
    content: "";
}

.mdi-ornament:before {
    content: "";
}

.mdi-ornament-variant:before {
    content: "";
}

.mdi-owl:before {
    content: "";
}

.mdi-package:before {
    content: "";
}

.mdi-package-down:before {
    content: "";
}

.mdi-package-up:before {
    content: "";
}

.mdi-package-variant:before {
    content: "";
}

.mdi-package-variant-closed:before {
    content: "";
}

.mdi-page-first:before {
    content: "";
}

.mdi-page-last:before {
    content: "";
}

.mdi-page-layout-body:before {
    content: "";
}

.mdi-page-layout-footer:before {
    content: "";
}

.mdi-page-layout-header:before {
    content: "";
}

.mdi-page-layout-sidebar-left:before {
    content: "";
}

.mdi-page-layout-sidebar-right:before {
    content: "";
}

.mdi-palette:before {
    content: "";
}

.mdi-palette-advanced:before {
    content: "";
}

.mdi-panda:before {
    content: "";
}

.mdi-pandora:before {
    content: "";
}

.mdi-panorama:before {
    content: "";
}

.mdi-panorama-fisheye:before {
    content: "";
}

.mdi-panorama-horizontal:before {
    content: "";
}

.mdi-panorama-vertical:before {
    content: "";
}

.mdi-panorama-wide-angle:before {
    content: "";
}

.mdi-paper-cut-vertical:before {
    content: "";
}

.mdi-paperclip:before {
    content: "";
}

.mdi-parking:before {
    content: "";
}

.mdi-passport:before {
    content: "";
}

.mdi-pause:before {
    content: "";
}

.mdi-pause-circle:before {
    content: "";
}

.mdi-pause-circle-outline:before {
    content: "";
}

.mdi-pause-octagon:before {
    content: "";
}

.mdi-pause-octagon-outline:before {
    content: "";
}

.mdi-paw:before {
    content: "";
}

.mdi-paw-off:before {
    content: "";
}

.mdi-pen:before {
    content: "";
}

.mdi-pencil:before {
    content: "";
}

.mdi-pencil-box:before {
    content: "";
}

.mdi-pencil-box-outline:before {
    content: "";
}

.mdi-pencil-circle:before {
    content: "";
}

.mdi-pencil-circle-outline:before {
    content: "";
}

.mdi-pencil-lock:before {
    content: "";
}

.mdi-pencil-off:before {
    content: "";
}

.mdi-pentagon:before {
    content: "";
}

.mdi-pentagon-outline:before {
    content: "";
}

.mdi-percent:before {
    content: "";
}

.mdi-periodic-table-co2:before {
    content: "";
}

.mdi-periscope:before {
    content: "";
}

.mdi-pharmacy:before {
    content: "";
}

.mdi-phone:before {
    content: "";
}

.mdi-phone-bluetooth:before {
    content: "";
}

.mdi-phone-classic:before {
    content: "";
}

.mdi-phone-forward:before {
    content: "";
}

.mdi-phone-hangup:before {
    content: "";
}

.mdi-phone-in-talk:before {
    content: "";
}

.mdi-phone-incoming:before {
    content: "";
}

.mdi-phone-locked:before {
    content: "";
}

.mdi-phone-log:before {
    content: "";
}

.mdi-phone-minus:before {
    content: "";
}

.mdi-phone-missed:before {
    content: "";
}

.mdi-phone-outgoing:before {
    content: "";
}

.mdi-phone-paused:before {
    content: "";
}

.mdi-phone-plus:before {
    content: "";
}

.mdi-phone-return:before {
    content: "";
}

.mdi-phone-settings:before {
    content: "";
}

.mdi-phone-voip:before {
    content: "";
}

.mdi-pi:before {
    content: "";
}

.mdi-pi-box:before {
    content: "";
}

.mdi-piano:before {
    content: "";
}

.mdi-pig:before {
    content: "";
}

.mdi-pill:before {
    content: "";
}

.mdi-pillar:before {
    content: "";
}

.mdi-pin:before {
    content: "";
}

.mdi-pin-off:before {
    content: "";
}

.mdi-pine-tree:before {
    content: "";
}

.mdi-pine-tree-box:before {
    content: "";
}

.mdi-pinterest:before {
    content: "";
}

.mdi-pinterest-box:before {
    content: "";
}

.mdi-pipe:before {
    content: "";
}

.mdi-pipe-disconnected:before {
    content: "";
}

.mdi-pistol:before {
    content: "";
}

.mdi-pizza:before {
    content: "";
}

.mdi-plane-shield:before {
    content: "";
}

.mdi-play:before {
    content: "";
}

.mdi-play-box-outline:before {
    content: "";
}

.mdi-play-circle:before {
    content: "";
}

.mdi-play-circle-outline:before {
    content: "";
}

.mdi-play-pause:before {
    content: "";
}

.mdi-play-protected-content:before {
    content: "";
}

.mdi-playlist-check:before {
    content: "";
}

.mdi-playlist-minus:before {
    content: "";
}

.mdi-playlist-play:before {
    content: "";
}

.mdi-playlist-plus:before {
    content: "";
}

.mdi-playlist-remove:before {
    content: "";
}

.mdi-playstation:before {
    content: "";
}

.mdi-plex:before {
    content: "";
}

.mdi-plus:before {
    content: "";
}

.mdi-plus-box:before {
    content: "";
}

.mdi-plus-box-outline:before {
    content: "";
}

.mdi-plus-circle:before {
    content: "";
}

.mdi-plus-circle-multiple-outline:before {
    content: "";
}

.mdi-plus-circle-outline:before {
    content: "";
}

.mdi-plus-network:before {
    content: "";
}

.mdi-plus-one:before {
    content: "";
}

.mdi-plus-outline:before {
    content: "";
}

.mdi-pocket:before {
    content: "";
}

.mdi-pokeball:before {
    content: "";
}

.mdi-poker-chip:before {
    content: "";
}

.mdi-polaroid:before {
    content: "";
}

.mdi-poll:before {
    content: "";
}

.mdi-poll-box:before {
    content: "";
}

.mdi-polymer:before {
    content: "";
}

.mdi-pool:before {
    content: "";
}

.mdi-popcorn:before {
    content: "";
}

.mdi-pot:before {
    content: "";
}

.mdi-pot-mix:before {
    content: "";
}

.mdi-pound:before {
    content: "";
}

.mdi-pound-box:before {
    content: "";
}

.mdi-power:before {
    content: "";
}

.mdi-power-plug:before {
    content: "";
}

.mdi-power-plug-off:before {
    content: "";
}

.mdi-power-settings:before {
    content: "";
}

.mdi-power-socket:before {
    content: "";
}

.mdi-power-socket-eu:before {
    content: "";
}

.mdi-power-socket-uk:before {
    content: "";
}

.mdi-power-socket-us:before {
    content: "";
}

.mdi-prescription:before {
    content: "";
}

.mdi-presentation:before {
    content: "";
}

.mdi-presentation-play:before {
    content: "";
}

.mdi-printer:before {
    content: "";
}

.mdi-printer-3d:before {
    content: "";
}

.mdi-printer-alert:before {
    content: "";
}

.mdi-printer-settings:before {
    content: "";
}

.mdi-priority-high:before {
    content: "";
}

.mdi-priority-low:before {
    content: "";
}

.mdi-professional-hexagon:before {
    content: "";
}

.mdi-projector:before {
    content: "";
}

.mdi-projector-screen:before {
    content: "";
}

.mdi-publish:before {
    content: "";
}

.mdi-pulse:before {
    content: "";
}

.mdi-puzzle:before {
    content: "";
}

.mdi-qqchat:before {
    content: "";
}

.mdi-qrcode:before {
    content: "";
}

.mdi-qrcode-scan:before {
    content: "";
}

.mdi-quadcopter:before {
    content: "";
}

.mdi-quality-high:before {
    content: "";
}

.mdi-quicktime:before {
    content: "";
}

.mdi-radar:before {
    content: "";
}

.mdi-radiator:before {
    content: "";
}

.mdi-radio:before {
    content: "";
}

.mdi-radio-handheld:before {
    content: "";
}

.mdi-radio-tower:before {
    content: "";
}

.mdi-radioactive:before {
    content: "";
}

.mdi-radiobox-blank:before {
    content: "";
}

.mdi-radiobox-marked:before {
    content: "";
}

.mdi-raspberrypi:before {
    content: "";
}

.mdi-ray-end:before {
    content: "";
}

.mdi-ray-end-arrow:before {
    content: "";
}

.mdi-ray-start:before {
    content: "";
}

.mdi-ray-start-arrow:before {
    content: "";
}

.mdi-ray-start-end:before {
    content: "";
}

.mdi-ray-vertex:before {
    content: "";
}

.mdi-react:before {
    content: "";
}

.mdi-read:before {
    content: "";
}

.mdi-receipt:before {
    content: "";
}

.mdi-record:before {
    content: "";
}

.mdi-record-rec:before {
    content: "";
}

.mdi-recycle:before {
    content: "";
}

.mdi-reddit:before {
    content: "";
}

.mdi-redo:before {
    content: "";
}

.mdi-redo-variant:before {
    content: "";
}

.mdi-refresh:before {
    content: "";
}

.mdi-regex:before {
    content: "";
}

.mdi-relative-scale:before {
    content: "";
}

.mdi-reload:before {
    content: "";
}

.mdi-remote:before {
    content: "";
}

.mdi-rename-box:before {
    content: "";
}

.mdi-reorder-horizontal:before {
    content: "";
}

.mdi-reorder-vertical:before {
    content: "";
}

.mdi-repeat:before {
    content: "";
}

.mdi-repeat-off:before {
    content: "";
}

.mdi-repeat-once:before {
    content: "";
}

.mdi-replay:before {
    content: "";
}

.mdi-reply:before {
    content: "";
}

.mdi-reply-all:before {
    content: "";
}

.mdi-reproduction:before {
    content: "";
}

.mdi-resize-bottom-right:before {
    content: "";
}

.mdi-responsive:before {
    content: "";
}

.mdi-restart:before {
    content: "";
}

.mdi-restore:before {
    content: "";
}

.mdi-rewind:before {
    content: "";
}

.mdi-rewind-outline:before {
    content: "";
}

.mdi-rhombus:before {
    content: "";
}

.mdi-rhombus-outline:before {
    content: "";
}

.mdi-ribbon:before {
    content: "";
}

.mdi-rice:before {
    content: "";
}

.mdi-ring:before {
    content: "";
}

.mdi-road:before {
    content: "";
}

.mdi-road-variant:before {
    content: "";
}

.mdi-robot:before {
    content: "";
}

.mdi-rocket:before {
    content: "";
}

.mdi-roomba:before {
    content: "";
}

.mdi-rotate-3d:before {
    content: "";
}

.mdi-rotate-left:before {
    content: "";
}

.mdi-rotate-left-variant:before {
    content: "";
}

.mdi-rotate-right:before {
    content: "";
}

.mdi-rotate-right-variant:before {
    content: "";
}

.mdi-rounded-corner:before {
    content: "";
}

.mdi-router-wireless:before {
    content: "";
}

.mdi-routes:before {
    content: "";
}

.mdi-rowing:before {
    content: "";
}

.mdi-rss:before {
    content: "";
}

.mdi-rss-box:before {
    content: "";
}

.mdi-ruler:before {
    content: "";
}

.mdi-run:before {
    content: "";
}

.mdi-run-fast:before {
    content: "";
}

.mdi-sale:before {
    content: "";
}

.mdi-sass:before {
    content: "";
}

.mdi-satellite:before {
    content: "";
}

.mdi-satellite-variant:before {
    content: "";
}

.mdi-saxophone:before {
    content: "";
}

.mdi-scale:before {
    content: "";
}

.mdi-scale-balance:before {
    content: "";
}

.mdi-scale-bathroom:before {
    content: "";
}

.mdi-scanner:before {
    content: "";
}

.mdi-school:before {
    content: "";
}

.mdi-screen-rotation:before {
    content: "";
}

.mdi-screen-rotation-lock:before {
    content: "";
}

.mdi-screwdriver:before {
    content: "";
}

.mdi-script:before {
    content: "";
}

.mdi-sd:before {
    content: "";
}

.mdi-seal:before {
    content: "";
}

.mdi-search-web:before {
    content: "";
}

.mdi-seat-flat:before {
    content: "";
}

.mdi-seat-flat-angled:before {
    content: "";
}

.mdi-seat-individual-suite:before {
    content: "";
}

.mdi-seat-legroom-extra:before {
    content: "";
}

.mdi-seat-legroom-normal:before {
    content: "";
}

.mdi-seat-legroom-reduced:before {
    content: "";
}

.mdi-seat-recline-extra:before {
    content: "";
}

.mdi-seat-recline-normal:before {
    content: "";
}

.mdi-security:before {
    content: "";
}

.mdi-security-home:before {
    content: "";
}

.mdi-security-network:before {
    content: "";
}

.mdi-select:before {
    content: "";
}

.mdi-select-all:before {
    content: "";
}

.mdi-select-inverse:before {
    content: "";
}

.mdi-select-off:before {
    content: "";
}

.mdi-selection:before {
    content: "";
}

.mdi-selection-off:before {
    content: "";
}

.mdi-send:before {
    content: "";
}

.mdi-send-secure:before {
    content: "";
}

.mdi-serial-port:before {
    content: "";
}

.mdi-server:before {
    content: "";
}

.mdi-server-minus:before {
    content: "";
}

.mdi-server-network:before {
    content: "";
}

.mdi-server-network-off:before {
    content: "";
}

.mdi-server-off:before {
    content: "";
}

.mdi-server-plus:before {
    content: "";
}

.mdi-server-remove:before {
    content: "";
}

.mdi-server-security:before {
    content: "";
}

.mdi-set-all:before {
    content: "";
}

.mdi-set-center:before {
    content: "";
}

.mdi-set-center-right:before {
    content: "";
}

.mdi-set-left:before {
    content: "";
}

.mdi-set-left-center:before {
    content: "";
}

.mdi-set-left-right:before {
    content: "";
}

.mdi-set-none:before {
    content: "";
}

.mdi-set-right:before {
    content: "";
}

.mdi-settings:before {
    content: "";
}

.mdi-settings-box:before {
    content: "";
}

.mdi-shape:before {
    content: "";
}

.mdi-shape-circle-plus:before {
    content: "";
}

.mdi-shape-outline:before {
    content: "";
}

.mdi-shape-plus:before {
    content: "";
}

.mdi-shape-polygon-plus:before {
    content: "";
}

.mdi-shape-rectangle-plus:before {
    content: "";
}

.mdi-shape-square-plus:before {
    content: "";
}

.mdi-share:before {
    content: "";
}

.mdi-share-variant:before {
    content: "";
}

.mdi-shield:before {
    content: "";
}

.mdi-shield-half-full:before {
    content: "";
}

.mdi-shield-outline:before {
    content: "";
}

.mdi-ship-wheel:before {
    content: "";
}

.mdi-shopping:before {
    content: "";
}

.mdi-shopping-music:before {
    content: "";
}

.mdi-shovel:before {
    content: "";
}

.mdi-shovel-off:before {
    content: "";
}

.mdi-shredder:before {
    content: "";
}

.mdi-shuffle:before {
    content: "";
}

.mdi-shuffle-disabled:before {
    content: "";
}

.mdi-shuffle-variant:before {
    content: "";
}

.mdi-sigma:before {
    content: "";
}

.mdi-sigma-lower:before {
    content: "";
}

.mdi-sign-caution:before {
    content: "";
}

.mdi-sign-direction:before {
    content: "";
}

.mdi-sign-text:before {
    content: "";
}

.mdi-signal:before {
    content: "";
}

.mdi-signal-2g:before {
    content: "";
}

.mdi-signal-3g:before {
    content: "";
}

.mdi-signal-4g:before {
    content: "";
}

.mdi-signal-hspa:before {
    content: "";
}

.mdi-signal-hspa-plus:before {
    content: "";
}

.mdi-signal-off:before {
    content: "";
}

.mdi-signal-variant:before {
    content: "";
}

.mdi-silverware:before {
    content: "";
}

.mdi-silverware-fork:before {
    content: "";
}

.mdi-silverware-spoon:before {
    content: "";
}

.mdi-silverware-variant:before {
    content: "";
}

.mdi-sim:before {
    content: "";
}

.mdi-sim-alert:before {
    content: "";
}

.mdi-sim-off:before {
    content: "";
}

.mdi-sitemap:before {
    content: "";
}

.mdi-skip-backward:before {
    content: "";
}

.mdi-skip-forward:before {
    content: "";
}

.mdi-skip-next:before {
    content: "";
}

.mdi-skip-next-circle:before {
    content: "";
}

.mdi-skip-next-circle-outline:before {
    content: "";
}

.mdi-skip-previous:before {
    content: "";
}

.mdi-skip-previous-circle:before {
    content: "";
}

.mdi-skip-previous-circle-outline:before {
    content: "";
}

.mdi-skull:before {
    content: "";
}

.mdi-skype:before {
    content: "";
}

.mdi-skype-business:before {
    content: "";
}

.mdi-slack:before {
    content: "";
}

.mdi-sleep:before {
    content: "";
}

.mdi-sleep-off:before {
    content: "";
}

.mdi-smoking:before {
    content: "";
}

.mdi-smoking-off:before {
    content: "";
}

.mdi-snapchat:before {
    content: "";
}

.mdi-snowflake:before {
    content: "";
}

.mdi-snowman:before {
    content: "";
}

.mdi-soccer:before {
    content: "";
}

.mdi-soccer-field:before {
    content: "";
}

.mdi-sofa:before {
    content: "";
}

.mdi-solid:before {
    content: "";
}

.mdi-sort:before {
    content: "";
}

.mdi-sort-alphabetical:before {
    content: "";
}

.mdi-sort-ascending:before {
    content: "";
}

.mdi-sort-descending:before {
    content: "";
}

.mdi-sort-numeric:before {
    content: "";
}

.mdi-sort-variant:before {
    content: "";
}

.mdi-soundcloud:before {
    content: "";
}

.mdi-source-branch:before {
    content: "";
}

.mdi-source-commit:before {
    content: "";
}

.mdi-source-commit-end:before {
    content: "";
}

.mdi-source-commit-end-local:before {
    content: "";
}

.mdi-source-commit-local:before {
    content: "";
}

.mdi-source-commit-next-local:before {
    content: "";
}

.mdi-source-commit-start:before {
    content: "";
}

.mdi-source-commit-start-next-local:before {
    content: "";
}

.mdi-source-fork:before {
    content: "";
}

.mdi-source-merge:before {
    content: "";
}

.mdi-source-pull:before {
    content: "";
}

.mdi-soy-sauce:before {
    content: "";
}

.mdi-speaker:before {
    content: "";
}

.mdi-speaker-off:before {
    content: "";
}

.mdi-speaker-wireless:before {
    content: "";
}

.mdi-speedometer:before {
    content: "";
}

.mdi-spellcheck:before {
    content: "";
}

.mdi-spotify:before {
    content: "";
}

.mdi-spotlight:before {
    content: "";
}

.mdi-spotlight-beam:before {
    content: "";
}

.mdi-spray:before {
    content: "";
}

.mdi-square:before {
    content: "";
}

.mdi-square-inc:before {
    content: "";
}

.mdi-square-inc-cash:before {
    content: "";
}

.mdi-square-outline:before {
    content: "";
}

.mdi-square-root:before {
    content: "";
}

.mdi-stack-overflow:before {
    content: "";
}

.mdi-stackexchange:before {
    content: "";
}

.mdi-stadium:before {
    content: "";
}

.mdi-stairs:before {
    content: "";
}

.mdi-standard-definition:before {
    content: "";
}

.mdi-star:before {
    content: "";
}

.mdi-star-circle:before {
    content: "";
}

.mdi-star-half:before {
    content: "";
}

.mdi-star-off:before {
    content: "";
}

.mdi-star-outline:before {
    content: "";
}

.mdi-steam:before {
    content: "";
}

.mdi-steering:before {
    content: "";
}

.mdi-step-backward:before {
    content: "";
}

.mdi-step-backward-2:before {
    content: "";
}

.mdi-step-forward:before {
    content: "";
}

.mdi-step-forward-2:before {
    content: "";
}

.mdi-stethoscope:before {
    content: "";
}

.mdi-sticker:before {
    content: "";
}

.mdi-sticker-emoji:before {
    content: "";
}

.mdi-stocking:before {
    content: "";
}

.mdi-stop:before {
    content: "";
}

.mdi-stop-circle:before {
    content: "";
}

.mdi-stop-circle-outline:before {
    content: "";
}

.mdi-store:before {
    content: "";
}

.mdi-store-24-hour:before {
    content: "";
}

.mdi-stove:before {
    content: "";
}

.mdi-subdirectory-arrow-left:before {
    content: "";
}

.mdi-subdirectory-arrow-right:before {
    content: "";
}

.mdi-subway:before {
    content: "";
}

.mdi-subway-variant:before {
    content: "";
}

.mdi-summit:before {
    content: "";
}

.mdi-sunglasses:before {
    content: "";
}

.mdi-surround-sound:before {
    content: "";
}

.mdi-surround-sound-2-0:before {
    content: "";
}

.mdi-surround-sound-3-1:before {
    content: "";
}

.mdi-surround-sound-5-1:before {
    content: "";
}

.mdi-surround-sound-7-1:before {
    content: "";
}

.mdi-svg:before {
    content: "";
}

.mdi-swap-horizontal:before {
    content: "";
}

.mdi-swap-vertical:before {
    content: "";
}

.mdi-swim:before {
    content: "";
}

.mdi-switch:before {
    content: "";
}

.mdi-sword:before {
    content: "";
}

.mdi-sword-cross:before {
    content: "";
}

.mdi-sync:before {
    content: "";
}

.mdi-sync-alert:before {
    content: "";
}

.mdi-sync-off:before {
    content: "";
}

.mdi-tab:before {
    content: "";
}

.mdi-tab-plus:before {
    content: "";
}

.mdi-tab-unselected:before {
    content: "";
}

.mdi-table:before {
    content: "";
}

.mdi-table-column:before {
    content: "";
}

.mdi-table-column-plus-after:before {
    content: "";
}

.mdi-table-column-plus-before:before {
    content: "";
}

.mdi-table-column-remove:before {
    content: "";
}

.mdi-table-column-width:before {
    content: "";
}

.mdi-table-edit:before {
    content: "";
}

.mdi-table-large:before {
    content: "";
}

.mdi-table-of-contents:before {
    content: "";
}

.mdi-table-row:before {
    content: "";
}

.mdi-table-row-height:before {
    content: "";
}

.mdi-table-row-plus-after:before {
    content: "";
}

.mdi-table-row-plus-before:before {
    content: "";
}

.mdi-table-row-remove:before {
    content: "";
}

.mdi-table-settings:before {
    content: "";
}

.mdi-tablet:before {
    content: "";
}

.mdi-tablet-android:before {
    content: "";
}

.mdi-tablet-ipad:before {
    content: "";
}

.mdi-taco:before {
    content: "";
}

.mdi-tag:before {
    content: "";
}

.mdi-tag-faces:before {
    content: "";
}

.mdi-tag-heart:before {
    content: "";
}

.mdi-tag-multiple:before {
    content: "";
}

.mdi-tag-outline:before {
    content: "";
}

.mdi-tag-plus:before {
    content: "";
}

.mdi-tag-remove:before {
    content: "";
}

.mdi-tag-text-outline:before {
    content: "";
}

.mdi-target:before {
    content: "";
}

.mdi-taxi:before {
    content: "";
}

.mdi-teamviewer:before {
    content: "";
}

.mdi-telegram:before {
    content: "";
}

.mdi-television:before {
    content: "";
}

.mdi-television-box:before {
    content: "";
}

.mdi-television-classic:before {
    content: "";
}

.mdi-television-classic-off:before {
    content: "";
}

.mdi-television-guide:before {
    content: "";
}

.mdi-television-off:before {
    content: "";
}

.mdi-temperature-celsius:before {
    content: "";
}

.mdi-temperature-fahrenheit:before {
    content: "";
}

.mdi-temperature-kelvin:before {
    content: "";
}

.mdi-tennis:before {
    content: "";
}

.mdi-tent:before {
    content: "";
}

.mdi-terrain:before {
    content: "";
}

.mdi-test-tube:before {
    content: "";
}

.mdi-text-shadow:before {
    content: "";
}

.mdi-text-to-speech:before {
    content: "";
}

.mdi-text-to-speech-off:before {
    content: "";
}

.mdi-textbox:before {
    content: "";
}

.mdi-textbox-password:before {
    content: "";
}

.mdi-texture:before {
    content: "";
}

.mdi-theater:before {
    content: "";
}

.mdi-theme-light-dark:before {
    content: "";
}

.mdi-thermometer:before {
    content: "";
}

.mdi-thermometer-lines:before {
    content: "";
}

.mdi-thought-bubble:before {
    content: "";
}

.mdi-thought-bubble-outline:before {
    content: "";
}

.mdi-thumb-down:before {
    content: "";
}

.mdi-thumb-down-outline:before {
    content: "";
}

.mdi-thumb-up:before {
    content: "";
}

.mdi-thumb-up-outline:before {
    content: "";
}

.mdi-thumbs-up-down:before {
    content: "";
}

.mdi-ticket:before {
    content: "";
}

.mdi-ticket-account:before {
    content: "";
}

.mdi-ticket-confirmation:before {
    content: "";
}

.mdi-ticket-percent:before {
    content: "";
}

.mdi-tie:before {
    content: "";
}

.mdi-tilde:before {
    content: "";
}

.mdi-timelapse:before {
    content: "";
}

.mdi-timer:before {
    content: "";
}

.mdi-timer-10:before {
    content: "";
}

.mdi-timer-3:before {
    content: "";
}

.mdi-timer-off:before {
    content: "";
}

.mdi-timer-sand:before {
    content: "";
}

.mdi-timer-sand-empty:before {
    content: "";
}

.mdi-timer-sand-full:before {
    content: "";
}

.mdi-timetable:before {
    content: "";
}

.mdi-toggle-switch:before {
    content: "";
}

.mdi-toggle-switch-off:before {
    content: "";
}

.mdi-tooltip:before {
    content: "";
}

.mdi-tooltip-edit:before {
    content: "";
}

.mdi-tooltip-image:before {
    content: "";
}

.mdi-tooltip-outline:before {
    content: "";
}

.mdi-tooltip-outline-plus:before {
    content: "";
}

.mdi-tooltip-text:before {
    content: "";
}

.mdi-tooth:before {
    content: "";
}

.mdi-tor:before {
    content: "";
}

.mdi-tower-beach:before {
    content: "";
}

.mdi-tower-fire:before {
    content: "";
}

.mdi-towing:before {
    content: "";
}

.mdi-trackpad:before {
    content: "";
}

.mdi-traffic-light:before {
    content: "";
}

.mdi-train:before {
    content: "";
}

.mdi-tram:before {
    content: "";
}

.mdi-transcribe:before {
    content: "";
}

.mdi-transcribe-close:before {
    content: "";
}

.mdi-transfer:before {
    content: "";
}

.mdi-transit-transfer:before {
    content: "";
}

.mdi-translate:before {
    content: "";
}

.mdi-treasure-chest:before {
    content: "";
}

.mdi-tree:before {
    content: "";
}

.mdi-trello:before {
    content: "";
}

.mdi-trending-down:before {
    content: "";
}

.mdi-trending-neutral:before {
    content: "";
}

.mdi-trending-up:before {
    content: "";
}

.mdi-triangle:before {
    content: "";
}

.mdi-triangle-outline:before {
    content: "";
}

.mdi-trophy:before {
    content: "";
}

.mdi-trophy-award:before {
    content: "";
}

.mdi-trophy-outline:before {
    content: "";
}

.mdi-trophy-variant:before {
    content: "";
}

.mdi-trophy-variant-outline:before {
    content: "";
}

.mdi-truck:before {
    content: "";
}

.mdi-truck-delivery:before {
    content: "";
}

.mdi-truck-fast:before {
    content: "";
}

.mdi-truck-trailer:before {
    content: "";
}

.mdi-tshirt-crew:before {
    content: "";
}

.mdi-tshirt-v:before {
    content: "";
}

.mdi-tumblr:before {
    content: "";
}

.mdi-tumblr-reblog:before {
    content: "";
}

.mdi-tune:before {
    content: "";
}

.mdi-tune-vertical:before {
    content: "";
}

.mdi-twitch:before {
    content: "";
}

.mdi-twitter:before {
    content: "";
}

.mdi-twitter-box:before {
    content: "";
}

.mdi-twitter-circle:before {
    content: "";
}

.mdi-twitter-retweet:before {
    content: "";
}

.mdi-uber:before {
    content: "";
}

.mdi-ubuntu:before {
    content: "";
}

.mdi-ultra-high-definition:before {
    content: "";
}

.mdi-umbraco:before {
    content: "";
}

.mdi-umbrella:before {
    content: "";
}

.mdi-umbrella-outline:before {
    content: "";
}

.mdi-undo:before {
    content: "";
}

.mdi-undo-variant:before {
    content: "";
}

.mdi-unfold-less-horizontal:before {
    content: "";
}

.mdi-unfold-less-vertical:before {
    content: "";
}

.mdi-unfold-more-horizontal:before {
    content: "";
}

.mdi-unfold-more-vertical:before {
    content: "";
}

.mdi-ungroup:before {
    content: "";
}

.mdi-unity:before {
    content: "";
}

.mdi-untappd:before {
    content: "";
}

.mdi-update:before {
    content: "";
}

.mdi-upload:before {
    content: "";
}

.mdi-upload-multiple:before {
    content: "";
}

.mdi-upload-network:before {
    content: "";
}

.mdi-usb:before {
    content: "";
}

.mdi-van-passenger:before {
    content: "";
}

.mdi-van-utility:before {
    content: "";
}

.mdi-vanish:before {
    content: "";
}

.mdi-vector-arrange-above:before {
    content: "";
}

.mdi-vector-arrange-below:before {
    content: "";
}

.mdi-vector-circle:before {
    content: "";
}

.mdi-vector-circle-variant:before {
    content: "";
}

.mdi-vector-combine:before {
    content: "";
}

.mdi-vector-curve:before {
    content: "";
}

.mdi-vector-difference:before {
    content: "";
}

.mdi-vector-difference-ab:before {
    content: "";
}

.mdi-vector-difference-ba:before {
    content: "";
}

.mdi-vector-intersection:before {
    content: "";
}

.mdi-vector-line:before {
    content: "";
}

.mdi-vector-point:before {
    content: "";
}

.mdi-vector-polygon:before {
    content: "";
}

.mdi-vector-polyline:before {
    content: "";
}

.mdi-vector-radius:before {
    content: "";
}

.mdi-vector-rectangle:before {
    content: "";
}

.mdi-vector-selection:before {
    content: "";
}

.mdi-vector-square:before {
    content: "";
}

.mdi-vector-triangle:before {
    content: "";
}

.mdi-vector-union:before {
    content: "";
}

.mdi-venmo:before {
    content: "";
}

.mdi-verified:before {
    content: "";
}

.mdi-vibrate:before {
    content: "";
}

.mdi-video:before {
    content: "";
}

.mdi-video-3d:before {
    content: "";
}

.mdi-video-4k-box:before {
    content: "";
}

.mdi-video-input-antenna:before {
    content: "";
}

.mdi-video-input-component:before {
    content: "";
}

.mdi-video-input-hdmi:before {
    content: "";
}

.mdi-video-input-svideo:before {
    content: "";
}

.mdi-video-off:before {
    content: "";
}

.mdi-video-switch:before {
    content: "";
}

.mdi-view-agenda:before {
    content: "";
}

.mdi-view-array:before {
    content: "";
}

.mdi-view-carousel:before {
    content: "";
}

.mdi-view-column:before {
    content: "";
}

.mdi-view-dashboard:before {
    content: "";
}

.mdi-view-dashboard-variant:before {
    content: "";
}

.mdi-view-day:before {
    content: "";
}

.mdi-view-grid:before {
    content: "";
}

.mdi-view-headline:before {
    content: "";
}

.mdi-view-list:before {
    content: "";
}

.mdi-view-module:before {
    content: "";
}

.mdi-view-parallel:before {
    content: "";
}

.mdi-view-quilt:before {
    content: "";
}

.mdi-view-sequential:before {
    content: "";
}

.mdi-view-stream:before {
    content: "";
}

.mdi-view-week:before {
    content: "";
}

.mdi-vimeo:before {
    content: "";
}

.mdi-violin:before {
    content: "";
}

.mdi-visualstudio:before {
    content: "";
}

.mdi-vk:before {
    content: "";
}

.mdi-vk-box:before {
    content: "";
}

.mdi-vk-circle:before {
    content: "";
}

.mdi-vlc:before {
    content: "";
}

.mdi-voice:before {
    content: "";
}

.mdi-voicemail:before {
    content: "";
}

.mdi-volume-high:before {
    content: "";
}

.mdi-volume-low:before {
    content: "";
}

.mdi-volume-medium:before {
    content: "";
}

.mdi-volume-minus:before {
    content: "";
}

.mdi-volume-mute:before {
    content: "";
}

.mdi-volume-off:before {
    content: "";
}

.mdi-volume-plus:before {
    content: "";
}

.mdi-vpn:before {
    content: "";
}

.mdi-vuejs:before {
    content: "";
}

.mdi-walk:before {
    content: "";
}

.mdi-wall:before {
    content: "";
}

.mdi-wallet:before {
    content: "";
}

.mdi-wallet-giftcard:before {
    content: "";
}

.mdi-wallet-membership:before {
    content: "";
}

.mdi-wallet-travel:before {
    content: "";
}

.mdi-wan:before {
    content: "";
}

.mdi-washing-machine:before {
    content: "";
}

.mdi-watch:before {
    content: "";
}

.mdi-watch-export:before {
    content: "";
}

.mdi-watch-import:before {
    content: "";
}

.mdi-watch-vibrate:before {
    content: "";
}

.mdi-water:before {
    content: "";
}

.mdi-water-off:before {
    content: "";
}

.mdi-water-percent:before {
    content: "";
}

.mdi-water-pump:before {
    content: "";
}

.mdi-watermark:before {
    content: "";
}

.mdi-waves:before {
    content: "";
}

.mdi-weather-cloudy:before {
    content: "";
}

.mdi-weather-fog:before {
    content: "";
}

.mdi-weather-hail:before {
    content: "";
}

.mdi-weather-lightning:before {
    content: "";
}

.mdi-weather-lightning-rainy:before {
    content: "";
}

.mdi-weather-night:before {
    content: "";
}

.mdi-weather-partlycloudy:before {
    content: "";
}

.mdi-weather-pouring:before {
    content: "";
}

.mdi-weather-rainy:before {
    content: "";
}

.mdi-weather-snowy:before {
    content: "";
}

.mdi-weather-snowy-rainy:before {
    content: "";
}

.mdi-weather-sunny:before {
    content: "";
}

.mdi-weather-sunset:before {
    content: "";
}

.mdi-weather-sunset-down:before {
    content: "";
}

.mdi-weather-sunset-up:before {
    content: "";
}

.mdi-weather-windy:before {
    content: "";
}

.mdi-weather-windy-variant:before {
    content: "";
}

.mdi-web:before {
    content: "";
}

.mdi-webcam:before {
    content: "";
}

.mdi-webhook:before {
    content: "";
}

.mdi-webpack:before {
    content: "";
}

.mdi-wechat:before {
    content: "";
}

.mdi-weight:before {
    content: "";
}

.mdi-weight-kilogram:before {
    content: "";
}

.mdi-whatsapp:before {
    content: "";
}

.mdi-wheelchair-accessibility:before {
    content: "";
}

.mdi-white-balance-auto:before {
    content: "";
}

.mdi-white-balance-incandescent:before {
    content: "";
}

.mdi-white-balance-iridescent:before {
    content: "";
}

.mdi-white-balance-sunny:before {
    content: "";
}

.mdi-widgets:before {
    content: "";
}

.mdi-wifi:before {
    content: "";
}

.mdi-wifi-off:before {
    content: "";
}

.mdi-wii:before {
    content: "";
}

.mdi-wiiu:before {
    content: "";
}

.mdi-wikipedia:before {
    content: "";
}

.mdi-window-close:before {
    content: "";
}

.mdi-window-closed:before {
    content: "";
}

.mdi-window-maximize:before {
    content: "";
}

.mdi-window-minimize:before {
    content: "";
}

.mdi-window-open:before {
    content: "";
}

.mdi-window-restore:before {
    content: "";
}

.mdi-windows:before {
    content: "";
}

.mdi-wordpress:before {
    content: "";
}

.mdi-worker:before {
    content: "";
}

.mdi-wrap:before {
    content: "";
}

.mdi-wrench:before {
    content: "";
}

.mdi-wunderlist:before {
    content: "";
}

.mdi-xamarin:before {
    content: "";
}

.mdi-xamarin-outline:before {
    content: "";
}

.mdi-xaml:before {
    content: "";
}

.mdi-xbox:before {
    content: "";
}

.mdi-xbox-controller:before {
    content: "";
}

.mdi-xbox-controller-battery-alert:before {
    content: "";
}

.mdi-xbox-controller-battery-empty:before {
    content: "";
}

.mdi-xbox-controller-battery-full:before {
    content: "";
}

.mdi-xbox-controller-battery-low:before {
    content: "";
}

.mdi-xbox-controller-battery-medium:before {
    content: "";
}

.mdi-xbox-controller-battery-unknown:before {
    content: "";
}

.mdi-xbox-controller-off:before {
    content: "";
}

.mdi-xda:before {
    content: "";
}

.mdi-xing:before {
    content: "";
}

.mdi-xing-box:before {
    content: "";
}

.mdi-xing-circle:before {
    content: "";
}

.mdi-xml:before {
    content: "";
}

.mdi-xmpp:before {
    content: "";
}

.mdi-yammer:before {
    content: "";
}

.mdi-yeast:before {
    content: "";
}

.mdi-yelp:before {
    content: "";
}

.mdi-yin-yang:before {
    content: "";
}

.mdi-youtube-creator-studio:before {
    content: "";
}

.mdi-youtube-gaming:before {
    content: "";
}

.mdi-youtube-play:before {
    content: "";
}

.mdi-youtube-tv:before {
    content: "";
}

.mdi-zip-box:before {
    content: "";
}

.mdi-blank:before {
    content: "";
    visibility: hidden;
}

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
    font-size: 18px;
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
    font-size: 24px;
}

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
    font-size: 36px;
}

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
    font-size: 48px;
}

.mdi-dark:before {
    color: rgba(0,0,0,.54);
}

.mdi-dark.mdi-inactive:before {
    color: rgba(0,0,0,.26);
}

.mdi-light:before {
    color: #fff;
}

.mdi-light.mdi-inactive:before {
    color: rgba(255,255,255,.3);
}

.mdi-rotate-45:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mdi-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mdi-rotate-135:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mdi-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mdi-rotate-225:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.mdi-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.mdi-rotate-315:before {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.mdi-flip-h:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.mdi-flip-v:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.mdi-spin:before {
    -webkit-animation: mdi-spin 2s infinite linear;
    animation: mdi-spin 2s infinite linear;
}

@-webkit-keyframes mdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes mdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        animation-duration: 2s;
    }

    .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
        animation-duration: .75s;
    }

@keyframes bounce {
    from,20%,53%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0);
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0);
    }

    90% {
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from,50%,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@keyframes pulse {
    from {
        transform: scale3d(1,1,1);
    }

    50% {
        transform: scale3d(1.05,1.05,1.05);
    }

    to {
        transform: scale3d(1,1,1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1,1,1);
    }

    30% {
        transform: scale3d(1.25,.75,1);
    }

    40% {
        transform: scale3d(.75,1.25,1);
    }

    50% {
        transform: scale3d(1.15,.85,1);
    }

    65% {
        transform: scale3d(.95,1.05,1);
    }

    75% {
        transform: scale3d(1.05,.95,1);
    }

    to {
        transform: scale3d(1,1,1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from,to {
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        transform: rotate3d(0,0,1,-5deg);
    }

    to {
        transform: rotate3d(0,0,1,0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1,1,1);
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }

    to {
        transform: scale3d(1,1,1);
    }
}

.tada {
    animation-name: tada;
}

@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from,11.1%,to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg);
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }

    20% {
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        transform: scale3d(.97,.97,.97);
    }

    to {
        opacity: 1;
        transform: scale3d(1,1,1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0);
    }

    75% {
        transform: translate3d(0,-10px,0);
    }

    90% {
        transform: translate3d(0,5px,0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0);
    }

    75% {
        transform: translate3d(-10px,0,0);
    }

    90% {
        transform: translate3d(5px,0,0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0);
    }

    75% {
        transform: translate3d(10px,0,0);
    }

    90% {
        transform: translate3d(-5px,0,0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    from {
        opacity: 0;
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0);
    }

    75% {
        transform: translate3d(0,10px,0);
    }

    90% {
        transform: translate3d(0,-5px,0);
    }

    to {
        transform: translate3d(0,0,0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0);
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0,2000px,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        transform: rotate3d(0,0,1,80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        transform: rotate3d(0,0,1,60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }

    to {
        transform: translate3d(0,0,0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    to {
        transform: translate3d(0,0,0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    to {
        transform: translate3d(0,0,0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    to {
        transform: translate3d(0,0,0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre, code, kbd, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

body {
    background: #fff;
    color: #444;
    font-family: "Open Sans",sans-serif;
}

a {
    color: #1ba99b;
    transition: .2s;
}

    a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "IRANSans",sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #1ba99b;
    color: #fff;
    padding: 5px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 14px;
    transition: background .2s;
}

#main {
    position: relative;
    background-color: #fff;
}

@media(max-width:768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: #1ba99b;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #0b4158;
    color: #fff;
}

#topbar {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

    #topbar .contact-info a {
        line-height: 1;
        color: #555;
    }

        #topbar .contact-info a:hover {
            color: #1ba99b;
        }

    #topbar .contact-info i {
        color: #1ba99b;
        padding: 4px;
    }

    #topbar .contact-info .fa-phone {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #e9e9e9;
    }

    #topbar .social-links a {
        color: #555;
        padding: 0 10px;
        display: inline-block;
        font-size: .85em;
    }

        #topbar .social-links a:hover {
            color: #1ba99b;
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }

#header {
    padding: 0;
    transition: all .2s;
    z-index: 997;
    box-shadow: 0 6px 9px 0 rgba(0,0,0,.06);
}

    #header #logo h1 {
        font-size: 42px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-family: "IRANSans",sans-serif;
        font-weight: 700;
    }

        #header #logo h1 a {
            color: #0b4158;
            line-height: 1;
            display: inline-block;
        }

            #header #logo h1 a span {
                color: #1ba99b;
            }

    #header #logo img {
        padding: 0;
        margin: 0;
    }

@media(max-width:768px) {
    #header #logo h1 {
        font-size: 34px;
    }

    #header #logo img {
        max-height: 40px;
    }
}

#intro {
    width: 100%;
    height: 65vh;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

    #intro .intro-content {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        text-align: right;
        direction: rtl;
        background-repeat: no-repeat;
        background-position: center;
    }

        #intro .intro-content h2 {
            color: #fff;
            margin-bottom: 0;
            font-size: 2rem;
            font-weight: 500;
        }

        #intro .intro-content h5 {
            color: rgba(255,255,255,.8);
        }

        #intro .intro-content h2 span {
            color: #1ba99b;
        }

        #intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
            font-family: "IRANSans",sans-serif;
            font-size: 15px;
            font-weight: bold;
            display: inline-block;
            padding: 10px 32px;
            border-radius: 2px;
            transition: .2s;
            margin: 10px;
            color: #fff;
        }

        #intro .intro-content .btn-get-started {
            background: #0b4158;
            border: 2px solid #0b4158;
        }

            #intro .intro-content .btn-get-started:hover {
                background: none;
                color: #0b4158;
            }

        #intro .intro-content .btn-projects {
            background: #1ba99b;
            border: 2px solid #1ba99b;
        }

            #intro .intro-content .btn-projects:hover {
                background: none;
                color: #1ba99b;
            }

    #intro #intro-carousel {
        z-index: 8;
    }

        #intro #intro-carousel::before {
            content: '';
            background-color: rgba(255,255,255,.7);
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: 7;
        }

        #intro #intro-carousel .item {
            width: 100%;
            height: 60vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            -webkit-transition-property: opacity;
            transition-property: opacity;
        }

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

    .sf-arrows .sf-with-ul:after {
        content: "";
        position: absolute;
        right: 8px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "";
}

#nav-menu-container {
    float: right;
    margin: 0;
}

@media(max-width:768px) {
    #nav-menu-container {
        display: none;
    }
}

.nav-menu a {
    padding: 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-family: "IRANSans",sans-serif;
    font-weight: 700;
    font-size: 14px;
    outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #1ba99b;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0 0 30px rgba(127,137,161,.25);
    background: #fff;
}

    .nav-menu ul li {
        transition: .2s;
    }

        .nav-menu ul li a {
            padding: 10px;
            color: #333;
            transition: .2s;
            display: block;
            font-size: 13px;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            color: #1ba99b;
        }

    .nav-menu ul ul {
        margin: 0;
    }

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all .2s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #555;
    }

@media(max-width:768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52,59,64,.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: .2s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 16px;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #1ba99b;
            }

        #mobile-nav ul .menu-item-active {
            color: #1ba99b;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52,59,64,.9);
    display: none;
}

body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }

.section-header {
    margin-bottom: 30px;
}

    .section-header h2 {
        font-size: 32px;
        color: #0b4158;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        padding-bottom: 20px;
    }

        .section-header h2::before {
            content: '';
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #1ba99b;
            bottom: 0;
            left: 0;
        }

    .section-header p {
        padding: 0;
        margin: 0;
    }

#about {
    padding: 3rem 0;
}

    #about .about-img {
        overflow: hidden;
    }

        #about .about-img img {
            margin-left: -15px;
            max-width: 100%;
        }

@media(max-width:768px) {
    #about .about-img {
        height: auto;
    }

        #about .about-img img {
            margin-left: 0;
            padding-bottom: 30px;
        }
}

#about .content h2 {
    color: #0b4158;
    font-weight: 700;
    font-size: 36px;
    font-family: "IRANSans",sans-serif;
}

#about .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

#about .content p {
    line-height: 26px;
}

    #about .content p:last-child {
        margin-bottom: 0;
    }

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #1ba99b;
}

#about .content ul {
    list-style: none;
    padding: 0;
}

    #about .content ul li {
        padding-bottom: 10px;
    }

#services {
    padding: 30px 0 0 0;
}

    #services .box {
        padding: 40px;
        margin-bottom: 40px;
        box-shadow: 10px 10px 15px rgba(73,78,92,.1);
        background: #fff;
        transition: .2s;
    }

        #services .box:hover {
            box-shadow: 0 0 30px rgba(73,78,92,.15);
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }

        #services .box .icon {
            float: left;
        }

            #services .box .icon i {
                color: #444;
                font-size: 64px;
                transition: .2s;
                line-height: 0;
                margin-top: 34px;
            }

                #services .box .icon i:before {
                    background: #0b4158;
                    background: linear-gradient(45deg,#1ba99b 0%,#a3ebd5 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

        #services .box h4 {
            margin-left: 100px;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 22px;
        }

            #services .box h4 a {
                color: #444;
            }

        #services .box p {
            font-size: 14px;
            margin-left: 100px;
            margin-bottom: 0;
            line-height: 24px;
        }

@media(max-width:767px) {
    #services .box .box {
        margin-bottom: 20px;
    }

    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #services .box h4, #services .box p {
        margin-left: 0;
        text-align: center;
    }
}

#clients {
    padding: 30px 0;
}

    #clients img {
        max-width: 100%;
        opacity: .5;
        transition: .2s;
        padding: 15px 0;
    }

        #clients img:hover {
            opacity: 1;
        }

    #clients .owl-nav, #clients .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #clients .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #clients .owl-dot.active {
            background-color: #1ba99b;
        }

#portfolio {
    background: #fff;
    padding: 30px 0;
}

    #portfolio .portfolio-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s;
    }

    #portfolio .portfolio-item {
        overflow: hidden;
        position: relative;
        padding: 0;
        vertical-align: middle;
        text-align: center;
    }

        #portfolio .portfolio-item h2 {
            color: #fff;
            font-size: 24px;
            margin: 0;
            text-transform: capitalize;
            font-weight: 700;
        }

        #portfolio .portfolio-item img {
            -webkit-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
            width: 100%;
        }

        #portfolio .portfolio-item:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        #portfolio .portfolio-item:hover .portfolio-overlay {
            opacity: 1;
            background: rgba(0,0,0,.7);
        }

    #portfolio .portfolio-info {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

#testimonials {
    padding: 30px 0;
}

    #testimonials .testimonial-item {
        box-sizing: content-box;
        padding: 30px 30px 0 30px;
        margin: 30px 15px;
        text-align: center;
        min-height: 350px;
        box-shadow: 0 2px 12px rgba(0,0,0,.08);
    }

@media(max-width:767px) {
    #testimonials .testimonial-item {
        margin: 30px 10px;
    }
}

#testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

#testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

#testimonials .owl-nav, #testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

    #testimonials .owl-dot.active {
        background-color: #1ba99b;
    }

#call-to-action {
    background: #0b4158;
    background-size: cover;
    padding: 40px 0;
    direction: rtl;
    text-align: right;
    color: #fff;
    font-size: .9em;
}

    #call-to-action .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    #call-to-action .cta-text {
        color: #fff;
    }

@media(min-width:769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "IRANSans",sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: .2s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

    #call-to-action .cta-btn:hover {
        background: #1ba99b;
        border: 3px solid #1ba99b;
    }

#team {
    background: #fff;
    padding: 30px 0 0 0;
}

    #team .member {
        text-align: center;
        margin-bottom: 20px;
    }

        #team .member .pic {
            overflow: hidden;
            text-align: center;
        }

            #team .member .pic img {
                max-width: 100%;
            }

        #team .member .details {
            background: #1ba99b;
            color: #fff;
            padding: 15px;
            border-radius: 0 0 3px 3px;
        }

        #team .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
        }

        #team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
        }

        #team .member .social {
            margin-top: 5px;
        }

            #team .member .social a {
                color: #fff;
            }

            #team .member .social i {
                font-size: 16px;
                margin: 0 2px;
            }

#contact {
    padding: 30px 0;
}

    #contact .contact-info {
        margin-bottom: 20px;
        text-align: center;
    }

        #contact .contact-info i {
            font-size: 48px;
            display: inline-block;
            margin-bottom: 10px;
            color: #1ba99b;
        }

        #contact .contact-info address, #contact .contact-info p {
            margin-bottom: 0;
            color: #000;
        }

        #contact .contact-info h3 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: bold;
            text-transform: uppercase;
            color: #999;
        }

        #contact .contact-info a {
            color: #000;
        }

            #contact .contact-info a:hover {
                color: #1ba99b;
            }

    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        margin-bottom: 20px;
    }

@media(min-width:768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }
}

@media(min-width:768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}

@media(max-width:576px) {
    #contact #google-map {
        margin-top: 20px;
    }
}

#contact .form #sendmessage {
    color: #1ba99b;
    border: 1px solid #1ba99b;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: #f00;
    display: none;
    border: 1px solid #f00;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

    #contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
        display: block;
    }

#contact .form .validation {
    color: #f00;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input, #contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

#contact .form button[type="submit"] {
    background: #1ba99b;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: .2s;
    cursor: pointer;
}

    #contact .form button[type="submit"]:hover {
        background: #2dc899;
    }

#footer {
    background: #f4f4f4;
    font-size: 12px;
    direction: rtl;
    text-align: right;
    position: relative;
}

    #footer .copyright {
        text-align: center;
        background-color: #eaeaea;
        padding: 1em;
    }

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}

.video-container {
    background-color: #0b4159;
}

    .video-container video {
        opacity: .5;
    }

@font-face {
    font-family: "Flaticon";
    src: url("/content/content/fonts/flaticon/Flaticon.eot?");
    src: url("/content/content/fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),url("/content/content/fonts/flaticon/Flaticon.woff") format("woff"),url("/content/content/fonts/flaticon/Flaticon.ttf") format("truetype"),url("/content/content/fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("/content/content/fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    display: inline-block;
    vertical-align: middle;
    font-family: Flaticon;
    font-style: normal;
    font-size: inherit;
}

.flaticon-medal:before {
    content: "";
}

.flaticon-reception:before {
    content: "";
}

.flaticon-exchange:before {
    content: "";
}

.flaticon-people:before {
    content: "";
}

.flaticon-growth:before {
    content: "";
}

@font-face {
    font-family: 'icomoon';
    src: url("/content/content/fonts/icomoon/content/fonts/icomoon.eot?yvx1g3");
    src: url("/content/content/fonts/icomoon/content/fonts/icomoon.eot?yvx1g3#iefix") format('embedded-opentype'),url("/content/content/fonts/icomoon/content/fonts/icomoon.ttf?yvx1g3") format('truetype'),url("/content/content/fonts/icomoon/content/fonts/icomoon.woff?yvx1g3") format('woff'),url("/content/content/fonts/icomoon/content/fonts/icomoon.svg?yvx1g3#icomoon") format('svg');
    font-weight: normal;
    font-style: normal;
}

.icomoon {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
    content: "";
}

.icon-pellekan:before {
    content: "";
}

.icon-credit-card:before {
    content: "";
}

.icon-customer-care:before {
    content: "";
}

.icon-bourseview:before {
    content: "";
}

.icon-support:before {
    content: "";
}

.icon-recommended-basket:before {
    content: "";
}

.icon-specific:before {
    content: "";
}

.icon-islamic:before {
    content: "";
}

.icon-short-term:before {
    content: "";
}

.icon-monthly-income:before {
    content: "";
}

.icon-gradual-investment:before {
    content: "";
}

.icon-lowrisk:before {
    content: "";
}

.text-primary {
    color: #00a9a7 !important;
}

.text-secondary {
    color: #005568 !important;
}

.bg-secondary {
    background-color: #005568 !important;
}

.bg-primary {
    background-color: #00a9a7 !important;
}

.bg-gradient-primary {
    background: #00c3bf;
    background: -moz-linear-gradient(top,#00c3bf 0%,#00aaa7 100%);
    background: -webkit-linear-gradient(top,#00c3bf 0%,#00aaa7 100%);
    background: linear-gradient(to bottom,#00c3bf 0%,#00aaa7 100%);
}

.form-control:focus {
    box-shadow: none;
}

.cup {
    cursor: pointer;
}

ul, ol {
    padding: 0;
    direction: rtl;
    text-align: right;
}

    ul li {
        list-style: none;
    }

article ul li {
    list-style: disc;
}

.mdi-20px, .mdi-20px::before {
    font-size: 20px;
}

.mdi {
    line-height: 1;
}

    .mdi::before {
        vertical-align: middle;
    }

.bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: cover;
}

.bg-filter-white {
    position: relative;
}

    .bg-filter-white::before {
        content: "";
        background-color: #fff;
        width: 100%;
        opacity: .9;
        display: block !important;
    }

body {
    font-family: IRANSans !important;
    font-weight: 300;
    line-height: 2;
    color: #1f2231;
    font-size: 1rem;
    overflow-x: hidden;
}

h1, .h1 {
    font-size: 2.2rem;
}

h2, .h2 {
    font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5;
    font-weight: 700;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 500;
}

.partial {
    border: 0;
    width: 100%;
}

.btn {
    border-radius: 50px;
    font-size: 15px;
    padding: .4em 1.6em;
    border-width: 2px;
}

    .btn.btn-primary {
        background-color: #00a9a7;
        border-color: #00a9a7;
    }

    .btn.btn-secondary {
        background-color: #005568;
        border-color: #005568;
    }

    .btn.btn-lg {
        padding: .7rem 2.5rem;
        font-size: 20px;
    }

    .btn.btn-outline-primary {
        border-color: #009ca9;
        color: #009ca9;
    }

        .btn.btn-outline-primary:hover {
            background-color: #009ca9;
        }

    .btn.btn-with-arrow {
        padding-left: 1.5em;
    }

    .btn.btn-outline-light:hover {
        color: #000;
    }

    .btn:hover {
        color: #fff;
    }

    .btn:focus {
        box-shadow: none !important;
    }

.btn-svg {
    position: relative;
    color: #1f2231;
    text-align: right;
    line-height: 1;
    display: inline-flex;
    -webkit-display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

    .btn-svg svg {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        .btn-svg svg rect, .btn-svg svg path, .btn-svg svg polyline {
            fill: none;
            stroke: #212529;
            stroke-width: 3;
        }

        .btn-svg svg rect {
            stroke-dasharray: 400,0;
            -webkit-transition: all .6s ease-in-out;
            -moz-transition: all .6s ease-in-out;
            -ms-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
        }

    .btn-svg:hover svg rect {
        stroke-width: 4;
        stroke-dasharray: 20,245;
        stroke-dashoffset: 50;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
    }

    .btn-svg.btn-svg-primary {
        color: #00a9a7;
    }

        .btn-svg.btn-svg-primary svg rect, .btn-svg.btn-svg-primary svg path, .btn-svg.btn-svg-primary svg polyline {
            stroke: #00a9a7;
        }

    .btn-svg.btn-svg-light {
        color: #fff;
    }

        .btn-svg.btn-svg-light svg rect, .btn-svg.btn-svg-light svg path, .btn-svg.btn-svg-light svg polyline {
            stroke: white;
        }

.specific-hidden {
    display: none;
}

.dash-title {
    position: relative;
    right: -119px;
}

    .dash-title::before {
        content: "";
        width: 6.25rem;
        height: 2px;
        background-color: #d0d5d8;
        margin-left: 15px;
    }

    .dash-title a {
        color: #1f2231;
    }

    .dash-title.dash-title-thin {
        right: 0;
    }

        .dash-title.dash-title-thin::before {
            width: 30px;
        }

    .dash-title.dash-title--both-side {
        right: 0;
    }

        .dash-title.dash-title--both-side::after {
            content: "";
            width: 6.25rem;
            height: 2px;
            background-color: #d0d5d8;
            margin-right: .5em;
        }

    .dash-title.dash-title-primary::before, .dash-title.dash-title-primary::after {
        background-color: #00a9a7;
    }

#intro.dash-title::before {
    background-color: #fff;
}

@media(max-width:767.98px) {
    .dash-title.dash-title-mobile-noline {
        font-size: 1.2rem;
    }

        .dash-title.dash-title-mobile-noline::before, .dash-title.dash-title-mobile-noline::after {
            display: none !important;
        }
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

    .navbar.is-hidden {
        opacity: 0;
        -webkit-transform: translate(0,-60px);
        -moz-transform: translate(0,-60px);
        -ms-transform: translate(0,-60px);
        -o-transform: translate(0,-60px);
    }

    .navbar.is-visible {
        opacity: 1;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }

    .navbar .header {
        min-height: 60px;
    }

    .navbar .navbar-brand {
        display: flex;
        align-items: center;
        margin: 0;
        padding: .5em 0;
    }

    .navbar .navbar-toggler {
        font-size: .85rem;
    }

    .navbar .navbar-nav {
        margin-left: auto;
        padding-right: 0;
        direction: rtl;
    }

        .navbar .navbar-nav li {
            direction: rtl;
            text-align: right;
        }

            .navbar .navbar-nav li .btn {
                padding-right: 1.5em;
                padding-left: 1.5em;
            }

        .navbar .navbar-nav .nav-link {
            font-size: 14px;
            padding: 9.5px 12px;
            position: relative;
            margin: 0 10px;
            color: #585f66;
            font-weight: 500;
        }

        .navbar .navbar-nav .dropdown-menu {
            left: auto;
            right: 0;
            border-radius: 0;
            margin: 0;
            padding: 0;
            border: none;
            display: block !important;
            border-top: 1px solid #eee;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            box-shadow: 0 1px 2px #eee;
        }

            .navbar .navbar-nav .dropdown-menu .dropdown-item {
                position: relative;
                font-size: 13px;
                text-align: right;
                left: auto;
                right: 0;
                padding: .4em .6em;
                font-weight: 300;
                background-color: rgba(255,255,255,.5);
            }

    .navbar.sticky {
        background-color: #fff;
    }

        .navbar.sticky .nav-link {
            color: #585f66 !important;
        }

        .navbar.sticky .logo-white {
            display: none;
        }

        .navbar.sticky .logo-default {
            display: inline-block;
        }

    .navbar:not(.sticky) li:last-child .btn:hover {
        border-color: #009ca9;
    }

#intro {
    margin: 0;
}

    #intro .social-links {
        position: absolute;
        left: 0;
        top: 50px;
        bottom: 100px;
        z-index: 20;
        padding: 2em;
    }

        #intro .social-links a {
            display: inline-block;
            color: #fff;
            opacity: .5;
            line-height: 1;
            text-align: center;
        }

            #intro .social-links a + a {
                margin-top: 1em;
            }

            #intro .social-links a:hover {
                opacity: 1;
            }

    #intro .intro-content {
        background-size: cover;
    }

        #intro .intro-content::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            display: block !important;
            background-color: rgba(0,0,0,.3);
        }

    #intro .btn {
        border-radius: 50px;
        min-width: 180px;
        font-size: 16px;
    }

        #intro .btn.btn-primary {
            background-color: #f84f5f;
            border-color: #f84f5f;
        }

            #intro .btn.btn-primary:hover {
                background-color: #e64959;
                border-color: #e64959;
            }

        #intro .btn.btn-secondary {
            background-color: #009ca9;
            border-color: #009ca9;
        }

            #intro .btn.btn-secondary:hover {
                background-color: #008f9c;
                border-color: #008f9c;
            }

        #intro .btn:hover {
            color: #fff;
        }

    #intro .news {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10;
        text-align: right;
        direction: rtl;
        color: #fff;
    }

        #intro .news .container {
            border-top: 1px solid rgba(255,255,255,.3);
        }

            #intro .news .container .content {
                flex-grow: 1;
                -webkit-flex-grow: 1;
                margin: 0;
            }

        #intro .news a {
            color: #fff;
        }

            #intro .news a:hover {
                color: #00a9a7;
            }

.news-rutitr {
    color: #888;
    font-size: 14px;
}

.brief {
    position: relative;
    margin-bottom: 1rem;
    padding-right: 0;
    font-weight: 500;
    color: #000;
    line-height: 32px;
    opacity: .5;
}

.breadcrumb-holder {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .breadcrumb-holder .breadcrumb {
        background-color: transparent;
        border-radius: 0;
        direction: rtl;
        margin: 0;
    }

        .breadcrumb-holder .breadcrumb .breadcrumb-item a {
            color: #fff;
        }

            .breadcrumb-holder .breadcrumb .breadcrumb-item a:hover {
                color: #000;
            }

        .breadcrumb-holder .breadcrumb .breadcrumb-item.active {
            color: #fff;
            cursor: default;
        }

        .breadcrumb-holder .breadcrumb .breadcrumb-item::before {
            color: #fff;
        }

.breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: .5rem;
}

    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 0;
        padding-left: .5rem;
    }

#scroll-links {
    position: sticky;
    top: 0;
    z-index: 200;
    direction: rtl;
    text-align: right;
    background-color: #f7f7f7;
}

@media(max-width:767.98px) {
    #scroll-links {
        position: static;
    }
}

#scroll-links .svg-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 40px;
}

    #scroll-links .svg-icon.easytrader {
        background-image: url("/content/img/comparePlatforms/SVG/easytrader.svg");
    }

    #scroll-links .svg-icon.onlineplus {
        background-image: url("/content/img/comparePlatforms/SVG/onineplus.svg");
    }

    #scroll-links .svg-icon.mobiletrader {
        background-image: url("/content/img/comparePlatforms/SVG/hamrahtrader.svg");
    }

    #scroll-links .svg-icon.mofidtrader {
        background-image: url("/content/img/comparePlatforms/SVG/mofidtrader.svg");
    }

    #scroll-links .svg-icon.mofidonline {
        background-image: url("/content/img/comparePlatforms/SVG/mofidonline.svg");
    }

    #scroll-links .svg-icon.mofidinternet {
        background-image: url("/content/img/comparePlatforms/SVG/mofidinternet.svg");
    }

#scroll-links a {
    position: relative;
    font-size: .9em;
    padding: 1em;
    color: rgba(17,17,17,.5);
    display: inline-block;
    font-weight: 500;
}

    #scroll-links a:hover, #scroll-links a.active {
        color: #1f2231;
    }

        #scroll-links a:hover .easytrader, #scroll-links a.active .easytrader {
            background-image: url("/content/img/comparePlatforms/SVG/easytrader_over.svg");
        }

        #scroll-links a:hover .onlineplus, #scroll-links a.active .onlineplus {
            background-image: url("/content/img/comparePlatforms/SVG/onineplus_over.svg");
        }

        #scroll-links a:hover .mobiletrader, #scroll-links a.active .mobiletrader {
            background-image: url("/content/img/comparePlatforms/SVG/hamrahtrader_over.svg");
        }

        #scroll-links a:hover .mofidtrader, #scroll-links a.active .mofidtrader {
            background-image: url("/content/img/comparePlatforms/SVG/mofidtrader_over.svg");
        }

        #scroll-links a:hover .mofidonline, #scroll-links a.active .mofidonline {
            background-image: url("/content/img/comparePlatforms/SVG/mofidonline_over.svg");
        }

        #scroll-links a:hover .mofidinternet, #scroll-links a.active .mofidinternet {
            background-image: url("/content/img/comparePlatforms/SVG/mofidinternet_over.svg");
        }

        #scroll-links a.active::after {
            position: absolute;
            content: "";
            border-color: #f7f7f7 transparent transparent transparent;
            border-width: 16px;
            border-style: solid;
            width: 0;
            height: 0;
            right: 50%;
            bottom: -32px;
            -webkit-transform: translate3d(50%,0,0);
            -moz-transform: translate3d(50%,0,0);
            -ms-transform: translate3d(50%,0,0);
            -o-transform: translate3d(50%,0,0);
        }

.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
}

.menu-large {
    position: static !important;
}

.table {
    direction: rtl;
}

    .table td, .table th {
        vertical-align: middle;
        white-space: nowrap;
    }

        .table td .mdi, .table th .mdi {
            line-height: 1;
        }

.assistant .content {
    position: relative;
}

    .assistant .content > div {
        position: relative;
        z-index: 1;
        height: 188px;
        width: 188px;
        white-space: nowrap;
        font-size: 16px;
        text-align: center;
        box-shadow: 0 0 0 7px white inset;
        background: #00c3bf;
        background: -moz-linear-gradient(top,#00c3bf 0%,#00aaa7 100%);
        background: -webkit-linear-gradient(top,#00c3bf 0%,#00aaa7 100%);
        background: linear-gradient(to bottom,#00c3bf 0%,#00aaa7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c3bf',endColorstr='#00aaa7',GradientType=0);
        border-color: #ccc !important;
    }

    .assistant .content::after {
        content: "";
        position: absolute;
        display: block;
        height: 2px;
        width: 100%;
        background-color: #ccc;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -2px;
    }



.map-holder {
    margin-top: 0;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .map-holder .container {
        position: absolute;
    }

    .map-holder #map {
        width: 100%;
        height: 100%;
        background-color: #808080;
    }

    .map-holder .map-data {
        background-color: #fff;
        padding: 1em;
        box-shadow: 0 2px 2px rgba(0,0,0,.1);
        width: calc((40% - 130px));
        max-width: 500px;
        border-radius: 4px;
    }

        .map-holder .map-data a {
            color: #1f2231;
            opacity: .5;
        }

            .map-holder .map-data a:hover {
                opacity: 1;
            }

 
.col-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .col-bg::before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .col-bg.col-bg-50::before {
        padding-top: 50%;
    }

    .col-bg.col-bg-70::before {
        padding-top: 70%;
    }

    .col-bg.col-bg-270px::before {
        padding-top: 270px;
    }

.dropdown-toggle::after {
    content: "";
    border: none;
    vertical-align: top;
    display: inline-block;
    font: normal normal normal 24px "Material Design Icons";
    font-size: 24px;
    line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ltr {
    direction: ltr;
}

#about .content {
    direction: rtl;
    text-align: right;
}

.container {
    position: relative;
}

article {
    direction: rtl;
    text-align: right;
    position: relative;
}

section {
    direction: rtl;
    text-align: right;
    position: relative;
    margin: 6em 0;
}

    section::before, section::after {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background-color: #0b4159;
    }

    section.section-one::before, section.section-one::after {
        content: "";
    }

    section.section-one::after {
        background: url("/content/img/pic1.jpg") no-repeat center center;
        background-size: cover;
        opacity: .5;
    }

    section.section-two::before, section.section-two::after {
        content: "";
        right: 0;
        left: auto;
    }

    section.section-two::after {
        content: "";
        background: url("/content/img/pic2.jpg") no-repeat center center;
        background-size: cover;
        opacity: .5;
    }

    section.section-dark {
        background-color: #f1f1f1;
        padding: 10em 0;
    }

    section.section-half-primary::before {
        content: "";
        width: 50%;
        background-color: #005568;
        top: 0;
        bottom: 0;
        right: 0;
        display: block !important;
    }

    section.section-half-primary .bg-gray {
        background-color: #f1f1f1;
    }

.mouse {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px;
}

    .mouse::after {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        background-color: #fff;
        border-radius: 100%;
        left: 50%;
        top: 10px;
        margin-left: -2.5px;
        transition: all .3s ease;
        -webkit-animation-name: rotateplane;
        -webkit-animation-duration: 2s;
        animation-name: rotateplane;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }

.accordion .card-header {
    color: #1f2231;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 0;
    cursor: pointer;
}

    .accordion .card-header:not(.collapsed) {
        /*color: #00a9a7;*/
         color:#0c398d;
    }

        .accordion .card-header:not(.collapsed) .mdi {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            /*color: #00a9a7;*/
            color:#0c398d;
        }

    .accordion .card-header .mdi {
        color: #1f2231;
    }

.partners-tab .nav {
    border-left: 1px solid #ccc;
}

    .partners-tab .nav .nav-link {
        position: relative;
        color: #6c757d;
        right: -1px;
    }

        .partners-tab .nav .nav-link:hover, .partners-tab .nav .nav-link.active {
            color: #1f2231;
        }

        .partners-tab .nav .nav-link.active {
            color: #1f2231;
            box-shadow: -3px 0 0 #00a9a7;
        }

.join-us {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 5em 0;
    margin-bottom: 0;
}

    .join-us::before {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #0b4159;
        opacity: .8;
        width: auto;
        display: block !important;
    }

@-webkit-keyframes rotateplane {
    0% {
        top: 15%;
    }

    100% {
        top: 65%;
    }
}

.links {
    background-color: #e7e7e7;
    padding: 1em;
    direction: rtl;
    text-align: right;
    font-size: .8em;
}

    .links a {
        color: #666;
    }

        .links a:hover {
            color: #00a9a7;
        }

.tabs-holder {
    overflow: hidden;
}

    .tabs-holder .big-tab .nav-link {
        color: #1f2231;
        opacity: .3;
    }

        .tabs-holder .big-tab .nav-link:hover, .tabs-holder .big-tab .nav-link.active {
            opacity: 1;
        }

            .tabs-holder .big-tab .nav-link.active h3 {
                position: relative;
                right: calc((-.5em - 7px));
                border-right: 7px solid #00a9a7;
                padding-right: .5em;
            }

    .tabs-holder .big-tab + .big-tab {
        border-right: 1px solid rgba(0,0,0,.1);
    }

    .tabs-holder .nav-tabs {
        background-color: #00a9a7;
        padding: 10px 20px 0 20px;
    }

        .tabs-holder .nav-tabs .nav-link {
            border: none;
            color: #fff;
            border-radius: 0;
            padding: .7em 1em;
            margin: 0;
            min-width: 120px;
            text-align: center;
            font-weight: bold;
        }

            .tabs-holder .nav-tabs .nav-link.active {
                background-color: #fff;
                color: #00a9a7;
                border-radius: .25rem .25rem 0 0;
            }

    .tabs-holder .tab-pane {
        background-color: #fff;
    }

.tabs-typeb .nav-tabs {
    background-color: #00a9a7;
    color: #fff;
    border-radius: 5px 5px 0 0;
    border: none;
}

    .tabs-typeb .nav-tabs .nav-link {
        color: #fff;
        font-size: 14px;
        border: none;
        flex-grow: 1;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        cursor: pointer;
    }

        .tabs-typeb .nav-tabs .nav-link.active {
            background-color: #f1f1f1;
            color: #333 !important;
            color: #00a9a7;
            border-radius: 5px 5px 0 0;
            margin-top: -12px;
            cursor: default;
            padding: 1rem 0 0;
        }

            .tabs-typeb .nav-tabs .nav-link.active .mdi {
                color: #00a9a7 !important;
            }

        .tabs-typeb .nav-tabs .nav-link:not(.active):hover {
            color: #fff;
        }

.tabs-typeb .tab-content {
    background-color: #f1f1f1;
    border-radius: 0 0 5px 5px;
}

.sticky-footer {
    background-color: #f4f4f4;
    direction: rtl;
    position: sticky;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    z-index: 2;
}

    .sticky-footer.show {
        opacity: 1;
        pointer-events: visible;
    }

    .sticky-footer .btn {
        min-width: 170px;
    }

        .sticky-footer .btn.btn-primary {
            background-color: #f84f5f;
            border-color: #f84f5f;
        }

        .sticky-footer .btn.btn-secondary {
            background-color: #009ca9;
            border-color: #009ca9;
        }

        .sticky-footer .btn:hover {
            background-color: transparent;
            color: #333;
        }

footer > .container {
    border-top: 1px solid #e8e8e8;
    padding-top: 4em;
    padding-bottom: 4em;
}

footer .dash-title {
    white-space: nowrap;
    right: -45px !important;
}

footer ul li a {
    font-size: 12px;
    color: #1f2231;
}

    footer ul li a:hover {
        color: #00a9a7;
    }

footer ul li + li {
    margin-top: 1em;
}

footer .first-brand {
    color: #1ba99b;
    font-size: 70px;
    margin-left: .2em;
    line-height: 1;
    opacity: .5;
}

footer .social-links {
    text-align: center;
    margin-top: 1em;
}

    footer .social-links a {
        color: #1f2231;
        opacity: .5;
        font-size: 18px;
        vertical-align: middle;
        line-height: 1;
        margin: 2px;
    }

        footer .social-links a:hover {
            opacity: 1;
        }

.inner-pages {
    padding-top: 60px;
}

    .inner-pages #intro {
        height: 42vh;
    }

        .inner-pages #intro .btn {
            min-width: 0;
        }

    .inner-pages .breadcrumb {
        font-size: .8em;
    }

    .inner-pages .services .nav-pills {
        height: 100%;
    }

        .inner-pages .services .nav-pills .nav-link {
            position: relative;
            border-radius: 0;
            background-color: #fff;
            color: #1f2231;
            flex-grow: 1;
            -webkit-flex-grow: 1;
            font-weight: 700;
        }

            .inner-pages .services .nav-pills .nav-link + .nav-link {
                border-top: 2px solid #f1f1f1;
            }

            .inner-pages .services .nav-pills .nav-link::after {
                content: "";
                position: absolute;
                right: 100%;
                top: 50%;
                -webkit-transform: tanslate3d(-50%,0,0);
                -moz-transform: tanslate3d(-50%,0,0);
                -ms-transform: tanslate3d(-50%,0,0);
                -o-transform: tanslate3d(-50%,0,0);
                width: 0;
                height: 5px;
                background-color: #00a9a7;
                -webkit-transition: width .2s ease;
                -moz-transition: width .2s ease;
                -ms-transition: width .2s ease;
                -o-transition: width .2s ease;
                direction: rtl;
            }

            .inner-pages .services .nav-pills .nav-link.active {
                box-shadow: 5px 0 0 #00a9a7 inset;
                color: #00a9a7;
            }

                .inner-pages .services .nav-pills .nav-link.active::after {
                    width: 30px;
                }

    .inner-pages .services .tab-content {
        background-color: #fff;
        box-shadow: -5px 0 0 #00a9a7 inset;
    }

        .inner-pages .services .tab-content .content {
            padding: 2em 1em;
        }

        .inner-pages .services .tab-content .bg-img {
            background-repeat: no-repeat;
            background-size: cover;
        }

            .inner-pages .services .tab-content .bg-img::after {
                content: "";
                display: block;
                padding-top: 100%;
            }

.cd-horizontal-timeline .events-wrapper::before, .cd-horizontal-timeline .events-wrapper::after {
    display: none;
}

.what-we-do .owl-dots {
    margin-top: 2em !important;
}

.what-we-do .content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #e9e8e8;
    border-top: none;
    box-shadow: 0 5px 0 #36c1e9 inset;
    margin: -4em 2em 0;
    padding: 2em 1em;
}

.back-to-top {
    z-index: 2;
}

.border-grid > [class*="col"] {
    position: relative;
}

    .border-grid > [class*="col"] ul {
        list-style: disc;
    }

    .border-grid > [class*="col"]::before {
        content: "";
        position: absolute;
        height: 2px;
        left: 40px;
        background-color: #e7eaeb;
        top: -1px;
        right: 0;
    }

    .border-grid > [class*="col"]:nth-child(even)::after {
        content: "";
        position: absolute;
        width: 2px;
        top: 40px;
        bottom: 40px;
        background-color: #e7eaeb;
        right: -1px;
    }

    .border-grid > [class*="col"]:nth-child(even)::before {
        left: 0;
        right: 40px;
    }

    .border-grid > [class*="col"]:nth-child(1)::before, .border-grid > [class*="col"]:nth-child(2)::before {
        display: none;
    }

.accordion-grid .accordion-grid-item-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .6em;
}

.accordion-grid .accordion-grid-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 100%;
    height: 270px !important;
    border-radius: 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

    .accordion-grid .accordion-grid-item .accordion-grid-item-inner {
        position: absolute;
        background-color: rgba(0,77,107,.95);
        padding: 1em;
        color: #00a9a7;
        font-size: 15px;
        width: 180px;
        line-height: 1.4;
        height: 130px;
        z-index: 1;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }

    .accordion-grid .accordion-grid-item:hover {
        background-size: 120%;
    }

        .accordion-grid .accordion-grid-item:hover .accordion-grid-item-inner {
            color: #1f2231;
            width: 190px;
            height: 140px;
        }

.steps {
    position: relative;
}

    .steps::before {
        content: "";
        position: absolute;
        right: 20%;
        left: 20%;
        top: 24%;
        margin-top: -17px;
        height: 2px;
        background-color: #005568;
    }

@media(max-width:767px) {
    .steps::before {
        display: none;
    }
}

.steps > div {
    position: relative;
}

    .steps > div .circle {
        background-color: #4a95f7;
        font-size: 2.7em;
        font-weight: 500;
        width: 100px;
        height: 100px;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        line-height: 1em;
        padding-top: .2em;
        border: 2px solid #4a95f7;
        box-shadow: 0 0 0 10px white inset;
    }

    .steps > div:nth-child(2) .circle {
        background-color: #3786ed;
        border: 2px solid #3786ed;
    }

    .steps > div:nth-child(3) .circle {
        background-color: #1b70e0;
        border: 2px solid #1b70e0;
    }

    .steps > div:nth-child(4) .circle {
        background-color: #055da1;
        border: 2px solid #055da1;
    }

.job-box {
    background-color: #fafafa;
    border: 2px solid #ebebeb;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

    .job-box:hover {
        background-color: #fff;
        box-shadow: 0 0 30px #ddd;
    }

.step-tabs {
    background-color: #eee;
    padding: 1em;
}

    .step-tabs .nav {
        direction: rtl;
        border: none;
    }

        .step-tabs .nav .nav-item {
            border: none;
            color: rgba(0,0,0,.6);
            margin: 0;
            filter: grayscale(100%);
        }

            .step-tabs .nav .nav-item.active {
                color: #111;
                position: relative;
                filter: grayscale(0%);
            }

                .step-tabs .nav .nav-item.active::after {
                    content: "";
                    position: absolute;
                    bottom: -50px;
                    right: 50%;
                    -webkit-transform: translate3d(50%,0,0);
                    -moz-transform: translate3d(50%,0,0);
                    -ms-transform: translate3d(50%,0,0);
                    -o-transform: translate3d(50%,0,0);
                    border-style: solid;
                    border-width: 16px;
                    border-color: #e0e0e0 transparent transparent transparent;
                }

@media(max-width:767px) {
    .step-tabs .nav .nav-item.active::after {
        display: none;
    }
}

.step-tabs .nav .nav-item.active {
    background-color: #e0e0e0;
}

.step-tabs.step-tabs-typeb .nav .nav-item {
    border-radius: 0;
    padding: 0;
}

    .step-tabs.step-tabs-typeb .nav .nav-item.active {
        background-color: transparent;
    }

        .step-tabs.step-tabs-typeb .nav .nav-item.active::after {
            border-color: #eee transparent transparent transparent;
        }

    .step-tabs.step-tabs-typeb .nav .nav-item + .nav-item {
        border-right: 1px solid #ccc;
    }

@media(max-width:575.98px) {
    .step-tabs.step-tabs-typeb .nav .nav-item + .nav-item {
        border-top: 1px solid #ccc;
        border-right: none;
    }
}

.img-tooltip {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: filter .2s ease;
    -moz-transition: filter .2s ease;
    -ms-transition: filter .2s ease;
    -o-transition: filter .2s ease;
}

    .img-tooltip:hover {
        filter: grayscale(20%);
        -webkit-filter: grayscale(20%);
    }

.more:not(.collapsed) .mdi::before {
    content: "";
}

.row-fluid .umbraco-forms-field {
    margin-bottom: 1rem;
}

.row-fluid .umbraco-forms-label {
    display: inline-block;
    margin-bottom: .5rem;
    white-space: nowrap;
}

.row-fluid .umbraco-forms-field-wrapper input[type="text"], .row-fluid .umbraco-forms-field-wrapper select, .row-fluid .umbraco-forms-field-wrapper textarea, .row-fluid .umbraco-forms-field-wrapper input[type="file"] {
    display: block;
    width: 100%;
    max-width: none !important;
    padding: .375rem .75rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.row-fluid .umbraco-forms-field-wrapper select {
    height: 38px;
}

.row-fluid .help-block {
    display: block;
    font-size: 80%;
    color: #999;
}

.row-fluid .checkbox {
    display: flex;
    align-items: center;
}

    .row-fluid .checkbox .umbraco-forms-field-wrapper {
        order: -1;
        margin-left: 10px;
    }

#branches {
    padding-top: 90px !important;
}

.carousel .mdi {
    color: #333;
}

.carousel .carousel-indicators {
    margin: 0;
    bottom: -20px;
}

    .carousel .carousel-indicators li {
        background-color: #999;
        cursor: pointer;
    }

        .carousel .carousel-indicators li.active {
            background-color: #333;
            cursor: default;
        }

.icon-box {
    position: relative;
}

    .icon-box * {
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
    }

    .icon-box::before {
        position: absolute;
        content: '';
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        /*background: #39c44b;*/
        background: #009ca9;
        opacity: 0;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
    }

    .icon-box::after {
        position: absolute;
        content: '';
        bottom: 0;
        width: 100%;
        height: 5px;
         /*background: #39c44b;*/
        background: #009ca9;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
    }

    .icon-box:hover::before {
        opacity: 1;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .icon-box:hover:after {
        width: 0;
    }

    .icon-box:hover * {
        color: #ffc107 !important;
    }

.modal .modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

.play-video {
    position: relative;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

    .play-video .play-video-overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

        .play-video .play-video-overlay .icon-play {
            color: #fff;
            -webkit-transition: color .2s ease;
            -moz-transition: color .2s ease;
            -ms-transition: color .2s ease;
            -o-transition: color .2s ease;
        }

    .play-video img {
        filter: blur(1px);
    }

    .play-video:hover {
        box-shadow: 0 3px 11px #555;
    }

        .play-video:hover .icon-play {
            color: #00a9a7;
        }

.custom-select {
    padding: .375rem .75rem .375rem 1.75rem;
    background-position: 10px;
    height: calc((2.25rem + 10px));
}

    .custom-select.custom-select-typeb {
        background-color: #f1f1f1;
        border-bottom: 3px solid #acacac;
    }

    .custom-select:focus {
        border-color: #ced4da;
        box-shadow: none;
    }

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #333;
    width: 100%;
}

    ul.tabs li {
        margin: 0;
        cursor: pointer;
        padding: 1em;
        line-height: 31px;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        border-bottom: 1px solid #333;
        background-color: #666;
        color: #ccc;
        overflow: hidden;
        position: relative;
        text-align: center;
    }

        ul.tabs li:hover {
            background-color: #ccc;
            color: #333;
        }

        ul.tabs li.active {
            background-color: #fff;
            color: #333;
            border-bottom: 1px solid #fff;
            display: block;
        }

.tab_container {
    border-top: none;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_drawer_heading {
    display: none !important;
}

.calendar-box {
    position: relative;
    border: 2px solid #000;
    width: 80px;
    height: 80px;
    font-weight: 400;
}

    .calendar-box::after, .calendar-box::before {
        position: absolute;
        content: "";
        width: 2px;
        height: 20px;
        top: -10px;
        right: 20%;
        background-color: #000;
    }

    .calendar-box::before {
        left: 20%;
        right: auto;
    }

.countdown {
    margin-top: 3rem;
}

.list-group.list-group-bright li {
    position: relative;
}

    .list-group.list-group-bright li::before {
        content: "";
        position: absolute;
        right: 0;
        width: 3px;
        top: 12px;
        bottom: 12px;
        background-color: #005568;
    }

    .list-group.list-group-bright li a {
        font-size: smaller;
        color: #696969;
    }

        .list-group.list-group-bright li a:hover {
            color: #00a9a7;
        }

.adSection img {
    max-width: 100%;
    height: auto;
}

.form-custom input[type="text"], .form-custom select {
    outline: none !important;
}

.form-custom .radiobuttonlist ~ label {
    position: static !important;
}

.form-custom .row-fluid .umbraco-forms-field-wrapper input[type="text"], .form-custom .row-fluid .umbraco-forms-field-wrapper select, .form-custom .row-fluid .umbraco-forms-field-wrapper textarea, .form-custom .row-fluid .umbraco-forms-field-wrapper input[type="file"] {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    background-color: transparent;
}

.form-custom .row-fluid .umbraco-forms-label {
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s ease;
    pointer-events: none;
}

.form-custom .row-fluid .umbraco-forms-field-wrapper input[type="text"]:focus ~ label, .form-custom .row-fluid .umbraco-forms-field-wrapper select:focus ~ label, .form-custom .row-fluid .umbraco-forms-field-wrapper textarea:focus ~ label, .form-custom .row-fluid .umbraco-forms-field-wrapper .valid ~ label, .form-custom .row-fluid .umbraco-forms-field-wrapper .input-validation-error ~ label {
    top: -20px;
    right: 0;
    font-size: 80%;
}

.form-custom .umbraco-forms-field-wrapper {
    position: relative;
    margin-top: 30px;
}

.form-custom .bar::before, .form-custom .bar::after {
    content: '';
    height: 2px;
    right: 50%;
    direction: rtl;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #337ab7;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
}

.form-custom .bar::before {
    left: 50%;
    right: auto;
    direction: ltr;
}

.form-custom .bar {
    position: relative;
    display: block;
}

.form-custom input[type="text"]:focus ~ .bar::before, .form-custom textarea:focus ~ .bar::before, .form-custom input[type="text"]:focus ~ .bar::after, .form-custom textarea:focus ~ .bar::after {
    width: 50%;
}

.form-custom .g-recaptcha ~ label {
    display: none !important;
}

.form-custom .customRadio .umbraco-forms-field-wrapper {
    display: flex;
    flex-direction: column;
}

    .form-custom .customRadio .umbraco-forms-field-wrapper > label {
        order: -1;
    }

.azimut-captions {
    line-height: 24px;
    font-size: .9rem;
    font-weight: 400;
    color: #6c757d;
}

.search-box {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    direction: rtl;
    text-align: right;
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    max-height: 60px;
    transition: all .4s;
}

    .search-box .mdi-close {
        z-index: 10;
    }

@media(min-width:992px) {
    .search-box {
        width: 80%;
    }
}

.search-box input[type="text"] {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    font-size: .9rem;
    outline: none !important;
}

.search-box.open {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transition: all .4s;
}

.quote-right {
    display: inline-block;
    position: relative;
    text-wrap: normal;
    float: right;
    margin: 5px 0 5px 25px;
    padding-right: 20px;
    max-width: 35%;
    font-size: large;
    font-weight: 500;
    color: #000;
}

    .quote-right::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #005568;
        width: 3px;
    }

.quote-left {
    display: inline-block;
    position: relative;
    text-wrap: normal;
    float: left;
    margin: 5px 25px 5px 0;
    padding-right: 20px;
    max-width: 35%;
    font-size: large;
    font-weight: 500;
    color: #000;
}

    .quote-left::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #005568;
        width: 3px;
    }

.quote-full {
    position: relative;
    margin: 10px 30px 10px 10px;
    padding-right: 20px;
    font-size: large;
    font-weight: 400;
    color: #000;
    line-height: 32px;
}

    .quote-full::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #005568;
        width: 3px;
    }

    .quote-full.text-danger::before {
        background-color: #dc3545;
    }

    .quote-full.text-warning::before {
        background-color: #ffc107;
    }

    .quote-full.text-success::before {
        background-color: #28a745;
    }

.quote-right.text-danger::before {
    background-color: #dc3545;
}

.quote-right.text-warning::before {
    background-color: #ffc107;
}

.quote-right.text-success::before {
    background-color: #28a745;
}

.quote-left.text-danger::before {
    background-color: #dc3545;
}

.quote-left.text-warning::before {
    background-color: #ffc107;
}

.quote-left.text-success::before {
    background-color: #28a745;
}

.search-result-list {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.search-result-number {
    font-size: 16px;
    padding: 1px 6px;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #808080;
}

.search-result-date {
    display: inline-block;
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 15px;
    border: 1px solid;
    font-weight: 500;
    color: rgba(0,0,0,.5);
}

.articlebody ul {
    padding-right: 30px;
}

    .articlebody ul li {
        list-style: outside;
    }

.lightbox .lb-nav .lb-next {
    right: auto;
    left: 0;
    float: left;
    background: url("/content/lib/lightbox2-master/dist/images/prev.png") left 48% no-repeat;
}

.lightbox .lb-nav .lb-prev {
    left: auto;
    right: 0;
    float: right;
    background: url("/content/lib/lightbox2-master/dist/images/next.png") right 48% no-repeat;
}

.lightbox .lb-data .lb-details {
    float: right;
    text-align: right;
}

.lightbox .lb-data .lb-close {
    float: left;
}

.education-img-35-left {
    display: inline-block;
    width: 35%;
    float: left;
    margin: 5px 10px 5px 0;
    font-size: 12px;
}

.education-img-35-right {
    display: inline-block;
    width: 35%;
    float: right;
    margin: 5px 0 5px 10px;
    font-size: 12px;
}

.education-img-60-left {
    display: inline-block;
    width: 60%;
    float: left;
    margin: 5px 10px 5px 0;
    font-size: 14px;
}

.education-img-60-right {
    display: inline-block;
    width: 60%;
    float: right;
    margin: 5px 0 5px 10px;
    font-size: 14px;
}

.text-tags a {
    color: #7c7c7c;
    position: relative;
    display: inline-block;
    font-size: 11px;
    line-height: 12px;
    padding: 6px 8px;
    border-radius: 0;
    font-weight: normal;
    border: 1px solid rgba(90,90,90,.05);
    margin-left: 10px;
    margin-bottom: 10px;
    background: rgba(0,0,0,.02);
    border-radius: 3px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

    .text-tags a:before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 2px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        position: absolute;
        top: 0;
        right: 0;
        background: #00a9a7;
        -webkit-transition: width .15s ease-in-out,padding-right .15s ease-in-out;
        -moz-transition: width .15s ease-in-out,padding-right .15s ease-in-out;
        -ms-transition: width .15s ease-in-out,padding-right .15s ease-in-out;
        -o-transition: width .15s ease-in-out,padding-right .15s ease-in-out;
        transition: width .15s ease-in-out,padding-right .15s ease-in-out;
    }

    .text-tags a:hover {
        padding-right: 28px;
        color: #00a9a7;
    }

        .text-tags a:hover:before {
            content: '';
            display: inline-block;
            height: 100%;
            width: 24px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            position: absolute;
            top: 0;
            right: 0;
            background: #00a9a7;
            -webkit-transition: width .15s ease-in-out,padding-right .15s ease-in-out;
            -moz-transition: width .15s ease-in-out,padding-right .15s ease-in-out;
            -ms-transition: width .15s ease-in-out,padding-right .15s ease-in-out;
            -o-transition: width .15s ease-in-out,padding-right .15s ease-in-out;
            transition: width .15s ease-in-out,padding-right .15s ease-in-out;
        }

        .text-tags a:hover:after {
            content: '#';
            display: inline-block;
            position: absolute;
            right: 5px;
            top: 8px;
            width: 16px;
            text-align: center;
            font-size: 15px;
            font-weight: 400;
            color: #fff;
            height: 100%;
        }

.glossary #scroll-glossary {
    position: sticky;
    top: 0;
    z-index: 200;
    direction: rtl;
    text-align: right;
    background-color: #fff;
}

.glossary section {
    padding-top: 2em;
    margin: 0;
}

.glossary .list-az {
    direction: rtl;
}

    .glossary .list-az ul {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 8px 0 8px 0;
        text-align: center;
        margin: 0;
    }

        .glossary .list-az ul li {
            list-style: none;
            display: inline-block;
            width: 30px;
            border-right: 1px solid #eee;
            text-align: center;
            margin: 5px 0;
        }

            .glossary .list-az ul li:first-child {
                border-right: 0;
            }

            .glossary .list-az ul li a {
                font-weight: 400;
                display: block;
                color: #404040;
            }

                .glossary .list-az ul li a:hover {
                    color: #ff4500;
                }

.glossary .glossary-item {
    margin-bottom: 10px;
    margin-top: 20px;
}

    .glossary .glossary-item h3 {
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .glossary .glossary-item .glossary-text {
        color: #000;
        text-align: center;
        background-color: #f1f1f1;
        border-radius: .25rem;
    }

        .glossary .glossary-item .glossary-text a {
            display: block;
            text-align: center;
            color: #000;
        }

        .glossary .glossary-item .glossary-text:hover {
            background-color: #1ba99b;
            color: #fff;
        }

            .glossary .glossary-item .glossary-text:hover a {
                color: #fff;
            }

.comment-reply {
    position: relative;
    padding: 5px;
    margin-right: 30px;
    background-color: #c7e8d8;
    border-radius: 5px;
    border: 2px solid #8fd7b3;
}

    .comment-reply:before {
        font-family: 'Material Design Icons';
        font-size: 1.5rem;
        color: #6eb893;
        content: '';
        position: absolute;
        top: 0;
        right: -30px;
        transform: scaleY(-1);
    }

.typo .spacer {
    margin-bottom: .8rem;
}

.typo .primary {
    color: #005568 !important;
}

.typo .secondary {
    color: #00a9a7 !important;
}

.typo .info {
    color: #3a87ad !important;
}

.typo .success {
    color: #28a745;
}

.typo .danger, .typo .error {
    color: #dc3545;
}

.typo .warning {
    color: #ffc107;
}

.typo h2 {
    font-size: 2rem;
}

    .typo h1 small, .typo h2 small, .typo h3 small, .typo h4 small, .typo h5 small, .typo h6 small {
        font-size: 65%;
        font-weight: normal;
        line-height: 1;
        color: #999;
    }

.typo .colors {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 10px auto;
    color: #fff !important;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .typo .colors.primary {
        background-color: #005568;
    }

    .typo .colors.secondary {
        background-color: #00a9a7;
    }

    .typo .colors.info {
        background-color: #3a87ad;
    }

    .typo .colors.success {
        background-color: #28a745;
    }

    .typo .colors.danger, .typo .colors.error {
        background-color: #dc3545;
    }

    .typo .colors.warning {
        background-color: #ffc107;
    }

.typo .alert {
    padding: 2rem 6rem 2rem 3rem;
    position: relative;
}

    .typo .alert:before {
        font-family: 'Material Design Icons' !important;
        font-size: 2.3rem;
        right: 2rem;
        top: 0;
        position: absolute;
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .typo .alert.info {
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .typo .alert.info:before {
            content: "";
        }

        .typo .alert.info.primary {
            background-color: #e7f4f7 !important;
            border-color: #448a9a !important;
            color: #005568 !important;
        }

        .typo .alert.info.secondary {
            background-color: #e6f4f4 !important;
            border-color: #65c8c7 !important;
            color: #00a9a7 !important;
        }

    .typo .alert.success {
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .typo .alert.success:before {
            content: "";
        }

        .typo .alert.success.primary {
            background-color: #e7f4f7 !important;
            border-color: #448a9a !important;
            color: #005568 !important;
        }

        .typo .alert.success.secondary {
            background-color: #e6f4f4 !important;
            border-color: #65c8c7 !important;
            color: #00a9a7 !important;
        }

    .typo .alert.warning {
        background-color: #fcf8e3;
        border-color: #fbeed5;
    }

        .typo .alert.warning:before {
            content: "";
        }

        .typo .alert.warning.primary {
            background-color: #e7f4f7 !important;
            border-color: #448a9a !important;
            color: #005568 !important;
        }

        .typo .alert.warning.secondary {
            background-color: #e6f4f4 !important;
            border-color: #65c8c7 !important;
            color: #00a9a7 !important;
        }

    .typo .alert.error, .typo .alert.danger {
        background-color: #f2dede;
        border-color: #eed3d7;
    }

        .typo .alert.error:before, .typo .alert.danger:before {
            content: "";
        }

        .typo .alert.error.primary, .typo .alert.danger.primary {
            background-color: #e7f4f7 !important;
            border-color: #448a9a !important;
            color: #005568 !important;
        }

        .typo .alert.error.secondary, .typo .alert.danger.secondary {
            background-color: #e6f4f4 !important;
            border-color: #65c8c7 !important;
            color: #00a9a7 !important;
        }

.typo .alert-2 {
    padding: 1rem 3.5rem 1rem 1.5rem;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid;
}

    .typo .alert-2:before {
        font-family: 'Material Design Icons' !important;
        font-size: 1.8rem;
        right: 0;
        top: 0;
        position: absolute;
        width: 40px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .typo .alert-2.info {
        border-color: #bce8f1;
    }

        .typo .alert-2.info:before {
            content: "";
            background-color: #d9edf7;
        }

        .typo .alert-2.info.primary {
            border-color: #448a9a !important;
            color: #005568 !important;
        }

            .typo .alert-2.info.primary:before {
                color: #fff !important;
                background-color: #005568 !important;
            }

        .typo .alert-2.info.secondary {
            border-color: #65c8c7 !important;
            color: #00a9a7 !important;
        }

            .typo .alert-2.info.secondary:before {
                color: #fff !important;
                background-color: #00a9a7 !important;
            }

    .typo .alert-2.success {
        border-color: #d6e9c6;
    }

        .typo .alert-2.success:before {
            content: "";
            background-color: #dff0d8;
        }

        .typo .alert-2.success.primary {
            border-color: #448a9a !important;
            color: #005568 !important;
        }

            .typo .alert-2.success.primary:before {
                color: #fff !important;
                background-color: #005568 !important;
            }

        .typo .alert-2.success.secondary {
            border-color: #65c8c7 !important;
            color: #00a9a7 !important;
        }

            .typo .alert-2.success.secondary:before {
                color: #fff !important;
                background-color: #00a9a7 !important;
            }

    .typo .alert-2.warning {
        border-color: #fbeed5;
    }

        .typo .alert-2.warning:before {
            content: "";
            background-color: #fcf8e3;
        }

        .typo .alert-2.warning.primary {
            border-color: #448a9a !important;
            color: #005568 !important;
        }

            .typo .alert-2.warning.primary:before {
                color: #fff !important;
                background-color: #005568 !important;
            }

        .typo .alert-2.warning.secondary {
            border-color: #65c8c7 !important;
            color: #00a9a7 !important;
        }

            .typo .alert-2.warning.secondary:before {
                color: #fff !important;
                background-color: #00a9a7 !important;
            }

    .typo .alert-2.error, .typo .alert-2.danger {
        border-color: #eed3d7;
    }

        .typo .alert-2.error:before, .typo .alert-2.danger:before {
            content: "";
            background-color: #f2dede;
        }

        .typo .alert-2.error.primary, .typo .alert-2.danger.primary {
            border-color: #448a9a !important;
            color: #005568 !important;
        }

            .typo .alert-2.error.primary:before, .typo .alert-2.danger.primary:before {
                color: #fff !important;
                background-color: #005568 !important;
            }

        .typo .alert-2.error.secondary, .typo .alert-2.danger.secondary {
            border-color: #65c8c7 !important;
            color: #00a9a7 !important;
        }

            .typo .alert-2.error.secondary:before, .typo .alert-2.danger.secondary:before {
                color: #fff !important;
                background-color: #00a9a7 !important;
            }

.typo .highlight {
    background: #fff2a8;
    cursor: default;
    padding: 1px 5px;
    text-shadow: none;
}

.typo ul {
    padding-right: 15px;
}

    .typo ul li {
        position: relative;
        padding: 0 1.6rem 0 0;
        list-style: none;
    }

        .typo ul li:before {
            font-family: 'Material Design Icons' !important;
            content: "";
            font-size: 8px;
            position: absolute;
            right: 6px;
            top: 8px;
        }

    .typo ul.list-1 li {
        padding: 0 1.6rem 0 0;
    }

        .typo ul.list-1 li:before {
            content: "";
            top: 0;
            font-size: 16px;
            right: 0;
        }

    .typo ul.list-2 li {
        padding: 0 1.6rem 0 0;
    }

        .typo ul.list-2 li:before {
            content: "";
            top: 0;
            font-size: 16px;
            right: 0;
        }

    .typo ul.list-3 li {
        padding: 0 1.6rem 0 0;
    }

        .typo ul.list-3 li:before {
            content: "";
            top: 0;
            font-size: 16px;
            right: 0;
        }

    .typo ul.list-4 li {
        padding: 0 1.6rem 0 0;
    }

        .typo ul.list-4 li:before {
            content: "";
            top: 0;
            font-size: 16px;
            right: 0;
        }

.typo .numblock-solid {
    font-weight: 400;
    min-height: 48px;
    padding: 0 40px 0 0 !important;
    position: relative;
}

    .typo .numblock-solid span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        height: 100%;
        position: absolute;
        text-align: center;
        right: 0;
        top: 0;
        background-color: #272727;
        color: #fff !important;
        width: 25px;
    }

.typo .numblock-line {
    color: #272727;
    font-weight: 400;
    min-height: 48px;
    padding: 0 40px 0 0 !important;
    position: relative;
}

    .typo .numblock-line span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        color: #272727;
        border-left: 2px solid #272727;
        font-size: 24px;
        font-weight: 500;
        width: 30px;
        background-color: transparent !important;
    }

    .typo .numblock-line.primary span, .typo .numblock-solid.primary span {
        color: #005568;
        border-color: #005568;
        background-color: #005568;
    }

    .typo .numblock-line.secondary span, .typo .numblock-solid.secondary span {
        color: #00a9a7;
        border-color: #00a9a7;
        background-color: #00a9a7;
    }

    .typo .numblock-line.success, .typo .numblock-solid.success {
        color: #28a745;
    }

        .typo .numblock-line.success span, .typo .numblock-solid.success span {
            color: #28a745;
            border-color: #28a745;
            background-color: #28a745;
        }

    .typo .numblock-line.danger, .typo .numblock-solid.danger {
        color: #dc3545;
    }

        .typo .numblock-line.danger span, .typo .numblock-solid.danger span {
            color: #dc3545;
            border-color: #dc3545;
            background-color: #dc3545;
        }

    .typo .numblock-line.warning, .typo .numblock-solid.warning {
        color: #ffc107;
    }

        .typo .numblock-line.warning span, .typo .numblock-solid.warning span {
            color: #ffc107;
            border-color: #ffc107;
            background-color: #ffc107;
        }

.typo .blockquote {
    border-left: 0;
    padding: 24px;
    font-size: 16px;
    font-weight: 600;
}

.typo .start-quote:before {
    font-family: 'Material Design Icons' !important;
    content: "";
    font-size: 1.2em;
    font-weight: 400;
    font-style: normal !important;
}

.typo .end-quote:after {
    font-family: 'Material Design Icons' !important;
    content: "";
    font-size: 1.2em;
    font-weight: 400;
    font-style: normal !important;
}

.typo .quote-line-thin {
    border-right: 2px solid;
    padding-right: 8px;
}

.typo .quote-line-thick {
    border-right: 4px solid;
    padding-right: 10px;
}

.typo .blockquote-right {
    width: 35%;
    float: right;
    margin: 16px 0 0 24px;
    display: block;
    text-align: right;
    font-weight: 400;
}

.typo .blockquote-left {
    width: 35%;
    float: left;
    margin: 16px 24px 0 0;
    display: block;
    text-align: right;
    font-weight: 400;
}

.typo .legend-quote {
    border: 1px solid #ccc;
    margin: 48px auto;
    padding: 5px;
}

    .typo .legend-quote img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        padding: 15px;
    }

    .typo .legend-quote h5 {
        margin-bottom: 5px;
    }

    .typo .legend-quote p {
        font-size: 14px;
        line-height: 10px;
    }

.typo .block-1 {
    background: #f6f6f6;
    padding: 48px;
}

.typo .block-2 {
    background: #fffef4;
    padding: 48px;
}

.typo .legend {
    border: 4px double #eee;
    margin: 48px 0;
    padding: 48px;
}

    .typo .legend p {
        clear: both;
        margin: 7px;
    }

    .typo .legend h4 {
        background: #fff;
        color: #3c3e3f;
        float: right;
        font-size: 1.4rem;
        font-weight: 400;
        right: 12px;
        margin: 0 0 -12px !important;
        padding: 0 10px;
        position: relative;
        text-transform: uppercase;
        top: -60px;
    }

.typo .img-sm-left {
    width: 35%;
    float: left;
    padding: 5px;
    margin: 10px 15px 10px 0;
    border: 1px solid #eee;
}

    .typo .img-sm-left div {
        font-size: 80%;
        line-height: 1.5;
    }

.typo .img-sm-left-gray {
    width: 35%;
    float: left;
    padding: 0;
    margin: 10px 15px 10px 0;
    background-color: #eee;
}

    .typo .img-sm-left-gray div {
        font-size: 80%;
        line-height: 1.5;
    }

.typo .img-sm-right {
    width: 35%;
    float: right;
    padding: 5px;
    margin: 10px 0 10px 15px;
    border: 1px solid #eee;
}

    .typo .img-sm-right div {
        font-size: 80%;
        line-height: 1.5;
    }

.typo .img-sm-right-gray {
    width: 35%;
    float: right;
    padding: 0;
    margin: 10px 0 10px 15px;
    background-color: #eee;
}

    .typo .img-sm-right-gray div {
        font-size: 80%;
        line-height: 1.5;
    }

.typo .img-md-left {
    width: 50%;
    float: left;
    padding: 5px;
    margin: 10px 15px 10px 0;
    border: 1px solid #eee;
}

    .typo .img-md-left div {
        font-size: 80%;
        line-height: 1.5;
    }

.typo .img-md-left-gray {
    width: 50%;
    float: left;
    padding: 0;
    margin: 10px 15px 10px 0;
    background-color: #eee;
}

    .typo .img-md-left-gray div {
        font-size: 80%;
        line-height: 1.5;
    }

.typo .img-md-right {
    width: 50%;
    float: right;
    padding: 5px;
    margin: 10px 0 10px 15px;
    border: 1px solid #eee;
}

    .typo .img-md-right div {
        font-size: 80%;
        line-height: 1.5;
    }

.typo .img-md-right-gray {
    width: 50%;
    float: right;
    padding: 0;
    margin: 10px 0 10px 15px;
    background-color: #eee;
}

    .typo .img-md-right-gray div {
        font-size: 80%;
        line-height: 1.5;
    }

.typo .typo-tip {
    direction: ltr;
    color: #757575;
    padding: 20px;
    margin: 5px 0 30px;
    border: 2px dashed #c0c0c0;
    font-size: 14px;
}

    .typo .typo-tip p {
        direction: rtl !important;
        margin-bottom: 0;
    }

    .typo .typo-tip span {
        font-weight: 600;
    }

    .typo .typo-tip bold {
        font-weight: 600;
    }

.wrap.table tr td {
    white-space: unset !important;
}

.edu .breadcrumb {
    background-color: transparent;
    padding-right: 0;
    font-size: .7rem;
}

.edu h5 {
    margin-bottom: .5rem;
}

.edu ul.list-4 {
    padding-right: 0;
}

    .edu ul.list-4 a {
        color: #1f2231;
        font-size: .9rem;
    }

        .edu ul.list-4 a:hover {
            color: #005568;
        }

.edu .most-recernt {
    background-color: #ededed;
    padding: 14px 24px;
    text-align: justify;
}

    .edu .most-recernt h5 {
        position: relative;
        padding-right: 25px;
    }

        .edu .most-recernt h5::before {
            font-family: 'Material Design Icons' !important;
            position: absolute;
            right: 0;
            content: "";
        }

    .edu .most-recernt a {
        color: #343a40;
        display: block;
        margin-bottom: 1.5rem;
    }

        .edu .most-recernt a h6 {
            line-height: 1.5;
        }

        .edu .most-recernt a p {
            font-size: 14px;
            line-height: 1.3;
        }

        .edu .most-recernt a:hover {
            color: #005568;
        }

.edu .adSection a {
    display: block;
    margin-bottom: 1rem;
}

.edu .most-view {
    background-color: #ededed;
    padding: 14px 24px;
}

    .edu .most-view h5 {
        position: relative;
        padding-right: 25px;
    }

        .edu .most-view h5::before {
            font-family: 'Material Design Icons' !important;
            position: absolute;
            right: 0;
            content: "";
        }

    .edu .most-view a {
        display: block;
        color: #343a40;
        margin-bottom: 1.5rem;
    }

        .edu .most-view a:hover {
            color: #005568;
        }

    .edu .most-view img {
        max-width: 100%;
        margin-bottom: .5rem;
    }

    .edu .most-view span {
        display: block;
        line-height: 20px;
        font-weight: 400;
        font-size: 14px;
    }

.Style-login {
    display: flex;
    align-items: center;
}

    .Style-login .btn {
        padding: 6px 14px 6px 20px;
        border-radius: 17px;
        position: relative;
        background-color: transparent;
        border: 1px solid #dce1e6;
        color: #848e99;
    }

        .Style-login .btn:hover {
            background-color: #dce1e6;
        }

    .Style-login .btn-primary:active {
        background-color: #dce1e6 !important;
        border-color: #dce1e6 !important;
        outline: none !important;
        color: #848e99 !important;
    }

    .Style-login a {
        color: #9aa6b3;
    }

    .Style-login.logged-in a {
        color: #1ba99b;
    }

@media screen and (max-width:1199px) {
    .navbar .navbar-nav .nav-link {
        padding: 9.5px 3px;
        margin: 0 .5em;
    }
}

@media screen and (max-width:991px) {
    .tabs-typeb {
        border-radius: 10px;
        overflow: hidden;
    }

    .tab_drawer_heading {
        background-color: #00a9a7;
        color: #fff;
        margin: 0;
        padding: 5px 20px;
        display: flex !important;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #fff;
    }

        .tab_drawer_heading:hover {
            color: #fff;
        }

        .tab_drawer_heading ~ .tab_drawer_heading {
            border-top: 1px solid #fff;
        }

    .d_active {
        background-color: #666;
        color: #fff;
    }

        .d_active .mdi:last-child::before {
            content: "";
        }
}

@media(min-width:1600px) {
    .mw-70 {
        max-width: 70%;
    }

    .mw-50 {
        max-width: 50%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .inner-pages .navbar .navbar-nav .nav-link {
        padding: 9.5px 5px;
        margin: 0 3px;
    }
}

@media(min-width:992px) and (max-width:1024px) {
    .map-data {
        font-size: 10px;
        right: 5%;
    }
}

@media(min-width:992px) {
    .text-lg-small {
        font-size: 80%;
        font-weight: 400;
    }

    .text-lg-small-rem {
        font-size: .9rem;
    }

    .borderTop-lg-zero {
        border-top: none !important;
    }

    .text-lg-white {
        color: #fff;
    }
}

@media(max-width:991px) {
    html {
        font-size: 14px;
    }

    body {
        padding-top: 55px;
    }

    .table-responsive {
        max-height: 500px;
        overflow: auto;
    }

    #branches {
        padding-top: 90px !important;
    }

    body:not(.inner-pages) .dash-title {
        right: auto;
    }

    .dash-title {
        right: 0;
    }

    .btn {
        font-size: 12px;
        padding: .3em 2.3em;
    }

        .btn.btn-lg {
            padding: .4rem 1.5rem;
            font-size: 17px;
        }

    .navbar {
        padding-right: 0;
        padding-left: 0;
    }

        .navbar .header {
            width: 100%;
        }

        .navbar .container {
            max-width: none;
        }

        .navbar .navbar-nav .nav-item .dropdown-menu {
            position: fixed;
            top: 60px;
            bottom: 0;
            right: 100%;
            width: 100%;
            box-shadow: none;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease;
            overflow: auto;
        }

            .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
                font-size: 14px;
            }

        .navbar .navbar-nav .nav-item.show .dropdown-menu {
            right: 0;
        }

        .navbar .navbar-collapse {
            margin-top: 10px;
            height: 100vh;
        }

            .navbar .navbar-collapse::before {
                content: "";
                position: fixed;
                top: 60px;
                left: 0;
                bottom: 0;
                right: 0;
                background-color: #fff;
                opacity: 0;
                -webkit-transition: opacity .2s ease;
                -moz-transition: opacity .2s ease;
                -ms-transition: opacity .2s ease;
                -o-transition: opacity .2s ease;
                box-shadow: inset 0 20px 5px -20px #c1c6c8;
            }

            .navbar .navbar-collapse.show::before, .navbar .navbar-collapse.collapsing::before {
                opacity: 1;
            }

    #header .container {
        max-width: 100%;
    }

    .navbar .navbar-toggler {
        color: #fff;
        border-color: #fff;
        background-color: #fff;
        font-size: 16px;
    }

        .navbar .navbar-toggler .navbar-toggler-icon {
            background: none;
            color: #1f2231;
        }

    .navbar .navbar-collapse {
        background-color: #fff;
    }

        .navbar .navbar-collapse .dropdown-toggle {
            display: flex;
            -webkit-display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            align-items: center;
            -webkit-align-items: center;
        }

            .navbar .navbar-collapse .dropdown-toggle::after {
                content: "";
                font-family: "Material Design Icons";
                border: none;
                height: auto;
                width: auto;
                font-size: 30px;
                margin: 0;
                line-height: 1;
                margin-right: -11px;
            }

            .navbar .navbar-collapse .dropdown-toggle.nav-back {
                justify-content: flex-start;
                -webkit-justify-content: flex-start;
                color: #1f5eac !important;
            }

                .navbar .navbar-collapse .dropdown-toggle.nav-back::after {
                    content: "";
                    order: -1;
                }

        .navbar .navbar-collapse .nav-link {
            color: #1f2231 !important;
            padding: 1em;
        }

            .navbar .navbar-collapse .nav-link:hover {
                color: #00a9a7;
            }

    .navbar .dropdown-menu {
        border-radius: 0;
        border: none;
    }

    #intro {
    margin: 0;
}
#intro {
    width: 100%;
    height: 65vh;
    position: relative;
    background-size: cover;
    overflow: hidden;
}


   #intro .intro-content {
    background-size: cover;
}
    #intro .intro-content {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        text-align: right;
        direction: rtl;
        background-repeat: no-repeat;
        background-position: center;
    }
    #intro .intro-content::before {
    background-color: transparent;
}
        #intro .intro-content::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            display: block !important;
            background-color: rgba(0,0,0,.3);
        }
        .inner-pages #intro {
    height: 42vh;
}



    #intro .intro-content h2 {
        font-size: 32px;
    }

    #intro .intro-content .btn {
        font-size: 14px;
    }

    /*#intro .intro-content.header-trade {
        background-image: url("/content/img/startTrade/startTrade-0-banner-sm.jpg") !important;
    }

    #intro .intro-content.header-startInvestment {
        background-image: url("/media/45513/startinvestment-0-banner-sm-2.jpg") !important;
    }

    #intro .intro-content.header-easy {
        background-image: url("/content/img/easyTrader/easyTrader-banner-sm.jpg") !important;
    }*/

    #intro .news {
        position: static;
        color: #1f2231;
    }

        #intro .news a {
            color: #00a9a7;
        }

            #intro .news a:hover {
                color: #005568;
            }

    #intro .social-links {
        display: none !important;
    }

        #intro .social-links a {
            color: #1f2231;
        }

    section {
        margin: 2em 0;
    }

        section::before, section::after {
            display: none;
        }

    .sticky-footer {
        position: static;
    }

    footer .dash-title {
        right: 0 !important;
    }

    footer ul {
        padding-right: 4rem;
    }

    .inner-pages {
        padding-top: 54px;
    }

    .services .nav-pills .nav-link {
        text-align: center;
        border: 2px solid #f1f1f1 !important;
    }

        .services .nav-pills .nav-link.active {
            box-shadow: 0 -5px 0 #00a9a7 inset !important;
        }

            .services .nav-pills .nav-link.active::after {
                display: none;
            }

    .services .tab-content {
        background-color: #fff;
        box-shadow: 0 5px 0 #00a9a7 inset !important;
        padding: 5px 0 0;
        margin-top: 1em;
    }

    .assistant .content > div + div {
        margin-top: .5em;
    }

    .assistant .content::after {
        content: "";
        width: 2px;
        height: auto;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }

    .scroll-links a {
        width: 50%;
        text-align: center;
    }


.map-holder {
    margin-top: 0;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .map-holder .container {
        position: absolute;
    }

    .map-holder #map {
        width: 100%;
        height: 100%;
        background-color: #808080;
    }

    .map-holder .map-data {
        background-color: #fff;
        padding: 1em;
        box-shadow: 0 2px 2px rgba(0,0,0,.1);
        width: calc((40% - 130px));
        max-width: 500px;
        border-radius: 4px;
    }

        .map-holder .map-data a {
            color: #1f2231;
            opacity: .5;
        }

            .map-holder .map-data a:hover {
                opacity: 1;
            }

     
    .tabs-holder .big-tab {
        border: none !important;
    }

    .partners-tab .nav {
        border-bottom: 1px solid #ccc;
        border-left: none;
        margin-bottom: 2em;
    }

        .partners-tab .nav .nav-link {
            right: auto;
        }

            .partners-tab .nav .nav-link.active {
                box-shadow: 3px 0 0 #00a9a7;
            }

    .border-grid > [class*="col"]::before {
        right: 10% !important;
        left: 10% !important;
    }

    .border-grid > [class*="col"]::after {
        display: none;
    }

    .border-grid > [class*="col"]:nth-child(2)::before {
        display: block;
    }
}

@media(min-width:992px) {
    body {
        padding-top: 60px;
    }

    .navbar .nav .nav-item.dropdown:hover > .dropdown-menu {
        opacity: 1;
    }

    .navbar .nav-link {
        line-height: 41px;
    }

    .navbar .navbar-nav .dropdown-menu.mega-menu {
        position: fixed;
        top: 60px;
        right: 0;
        left: 0;
        height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }

    .navbar .navbar-nav .dropdown-menu .dropdown-item::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #00a9a7;
        width: 2px;
        height: 0;
        -webkit-transition: height 300ms ease;
        -moz-transition: height 300ms ease;
        -ms-transition: height 300ms ease;
        -o-transition: height 300ms ease;
    }

    .navbar .navbar-nav .dropdown-menu .dropdown-item:hover::before, .navbar .navbar-nav .dropdown-menu .dropdown-item:focus::before, .navbar .navbar-nav .dropdown-menu .dropdown-item.active::before {
        height: 100%;
    }

    .navbar .navbar-nav .dropdown-menu .border-right-menu::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 165px;
        width: 1px;
        background-color: #dee2e6;
    }

    .navbar .navbar-nav .dropdown-menu .menu-card {
        text-align: right;
    }

        .navbar .navbar-nav .dropdown-menu .menu-card p {
            font-size: 13px;
        }

        .navbar .navbar-nav .dropdown-menu .menu-card a {
            color: #212529;
        }

        .navbar .navbar-nav .dropdown-menu .menu-card .btn {
            margin-top: 5px;
            font-size: 12px;
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .navbar .navbar-nav .dropdown-menu .menu-card::after {
            content: "";
            position: absolute;
            right: 70px;
            top: 0;
            height: 230px;
            width: 1px;
            background-color: #dee2e6;
        }

        .navbar .navbar-nav .dropdown-menu .menu-card:hover a, .navbar .navbar-nav .dropdown-menu .menu-card:focus a, .navbar .navbar-nav .dropdown-menu .menu-card.active a {
            opacity: .8;
        }

    .navbar .nav-item {
        position: relative;
    }

        .navbar .nav-item:first-child::before {
            display: none;
        }

        .navbar .nav-item:first-child .nav-link {
            margin: 0;
        }

            .navbar .nav-item:first-child .nav-link:hover {
                color: #00a9a7;
            }

        .navbar .nav-item:hover .dropdown-menu {
            height: auto;
            padding: 20px 0;
            visibility: visible;
        }

        .navbar .nav-item::before {
            content: "";
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: 0;
            background-color: #00a9a7;
            height: 2px;
            width: 0;
            -webkit-transition: width 300ms ease;
            -moz-transition: width 300ms ease;
            -ms-transition: width 300ms ease;
            -o-transition: width 300ms ease;
        }

        .navbar .nav-item:hover::before, .navbar .nav-item:focus::before, .navbar .nav-item.active::before {
            width: auto;
        }

    .float-content {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

        .float-content > div {
            background-color: rgba(241,241,241,.8);
        }

    .section-dark .float-content > div {
        background-color: rgba(255,255,255,.8);
    }

    .row-fluid {
        display: flex;
    }

    .carousel .carousel-control-prev {
        left: -100px;
    }

    .carousel .carousel-control-next {
        right: -100px;
    }

    .border-dashed-between-content {
        position: relative;
    }

        .border-dashed-between-content::before {
            content: "";
            position: absolute;
            left: 10%;
            right: 10%;
            top: 100px;
            border-top: 5px dashed #102f4b;
        }

    .border-lg-right {
        border-right: 1px solid #dee2e6 !important;
    }

    .border-lg-left {
        border-left: 1px solid #dee2e6 !important;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .countdown {
        margin-top: -60px;
        z-index: 10;
    }

        .countdown .countdown-item {
            border-radius: 50%;
            background-color: #f7f7f7;
            width: 125px;
            height: 125px;
            border: 4px solid #00a9a7;
        }

    .map-holder .map-data {
        position: absolute;
        left: 0;
        top: -100px;
    }
}

@media(max-width:768px) {
    html {
        font-size: 14px;
    }

    .inner-pages {
        padding-top: 54px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }

    .btn.btn-lg {
        padding: .3rem 1.5rem;
        font-size: 14px;
    }

    #intro .intro-content h2 {
        font-size: 22px;
    }

    #intro .dash-title {
        right: auto;
    }

        #intro .dash-title::before {
            display: none;
        }

    #main .dash-title:not(.dash-title-thin)::before {
        display: none;
    }

    #main .dash-title.dash-title--both-side::after, #main .dash-title.dash-title--both-side::before {
        width: 3rem;
    }

    #main .dash-title.dash-title--both-side::before {
        display: block;
    }

    #main .dash-title.no-dash::after, #main .dash-title.no-dash::before {
        display: none;
    }

    .typo .img-sm-left, .typo .img-md-left, .typo .img-sm-right, .typo .img-md-right {
        width: 100%;
    }
}

@media(min-width:768px) {
    .border-md-right {
        border-right: 1px solid #dee2e6 !important;
    }

    .border-md-left {
        border-left: 1px solid #dee2e6 !important;
    }

    .text-md-small {
        font-size: 80%;
        font-weight: 400;
    }

    .news-title {
        height: 45px;
        margin-bottom: 3px;
    }
}

@media(max-width:575.98px) {
    .glossary #scroll-glossary {
        position: relative;
    }

    .glossary .list-az {
        direction: rtl;
    }

        .glossary .list-az ul li {
            width: 40px;
            margin: 5px 0;
        }

            .glossary .list-az ul li a {
                font-size: 1.2rem;
                display: block;
                color: #404040;
            }

                .glossary .list-az ul li a:hover {
                    color: #ff4500;
                }
}

@font-face {
    font-family: 'BYekan';
    src: url("/content/fonts/BYekan.eot?") format('eot'),url("/content/fonts/BYekan.woff") format('woff'),url("/content/fonts/BYekan.ttf") format('truetype')
}

.font-yekan {
    font-family: 'BYekan'
}
.mySlides {
    /*display: none*/
}

img {
    border-radius:7px;
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
       /*background-color: #717171;*/
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

 .row-styled {
    box-shadow: none;
    border-radius: 0;
    min-height: 100%;
    text-align:right;
}
 .main-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 10;
}
