@charset "UTF-8";
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --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, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    line-height: 1.15
}

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    background-color: transparent;
    color: #007bff
}

a:hover {
    color: #0056b3
}

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

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

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

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

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer:before {
    content: "— "
}

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

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

.figure {
    display: inline-block
}

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

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

code {
    word-wrap: break-word;
    color: #e83e8c;
    font-size: 87.5%
}

a > code {
    color: inherit
}

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

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

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

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

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

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

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

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

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

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.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;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .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;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .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;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .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;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .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 {
    color: #212529;
    margin-bottom: 1rem;
    width: 100%
}

.table td, .table th {
    border-top: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top
}

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

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

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

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
    color: #212529
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    background-color: #343a40;
    border-color: #454d55;
    color: #fff
}

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

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

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

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

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075);
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    color: #495057;
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important
}

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

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

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

.custom-select.is-valid, .was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important
}

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

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

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff
}

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

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #0062cc;
    border-color: #005cbf;
    color: #fff
}

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

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
    color: #fff
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

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

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-primary {
    border-color: #007bff;
    color: #007bff
}

.btn-outline-primary:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    background-color: transparent;
    color: #007bff
}

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

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

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

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    background-color: transparent;
    color: #6c757d
}

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

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

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

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

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

.btn-outline-success.disabled, .btn-outline-success:disabled {
    background-color: transparent;
    color: #28a745
}

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

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

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

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

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

.btn-outline-info.disabled, .btn-outline-info:disabled {
    background-color: transparent;
    color: #17a2b8
}

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545
}

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

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

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

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

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

.btn-outline-light.disabled, .btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa
}

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

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

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

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

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

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    background-color: transparent;
    color: #343a40
}

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

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

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

.btn-link:hover {
    color: #0056b3
}

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

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

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

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input:disabled ~ .custom-control-label:before, .custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: #e9ecef
}

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

.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd;
    pointer-events: none
}

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    outline: 0
}

.custom-select:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    background-image: none;
    height: auto;
    padding-right: .75rem
}

.custom-select:disabled {
    background-color: #e9ecef;
    color: #6c757d
}

.custom-select::-ms-expand {
    display: none
}

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

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

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef
}

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

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

.custom-file-label {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    left: 0;
    overflow: hidden;
    z-index: 1
}

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

.custom-file-label:after {
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + .75rem);
    z-index: 3
}

.custom-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.4rem;
    padding: 0;
    width: 100%
}

.custom-range:focus {
    outline: 0
}

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

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

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

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

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

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

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

.custom-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

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

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

.custom-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-thumb {
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-left: .2rem;
    margin-right: .2rem;
    margin-top: 0;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
    padding: .5rem 1rem;
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        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-left: .5rem;
        padding-right: .5rem
    }

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

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

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

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

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

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        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-left: .5rem;
        padding-right: .5rem
    }

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

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

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

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

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

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        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-left: .5rem;
        padding-right: .5rem
    }

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

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

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

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

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        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-left: .5rem;
        padding-right: .5rem
    }

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

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

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

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

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

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    padding-left: 0;
    padding-right: 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-left: .5rem;
    padding-right: .5rem
}

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

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

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

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

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

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

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

.navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

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

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

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

.card > .list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card > .list-group:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-top-width: 0
}

.card > .list-group:last-child {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-width: 0
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

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

.card-subtitle {
    margin-top: -.375rem
}

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

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

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.75rem
}

.card-header-pills, .card-header-tabs {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.card-img-overlay {
    border-radius: calc(.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

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

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

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

    .card-group > .card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

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

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

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

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    background-color: #e9ecef;
    border-radius: .25rem;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    color: #6c757d;
    content: "/";
    float: left;
    padding-right: .5rem
}

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

.breadcrumb-item.active {
    color: #6c757d
}

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

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

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

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    outline: 0;
    z-index: 3
}

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

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

.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

.badge-primary {
    background-color: #007bff;
    color: #fff
}

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

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

.badge-secondary {
    background-color: #6c757d;
    color: #fff
}

a.badge-secondary:focus, a.badge-secondary:hover {
    background-color: #545b62;
    color: #fff
}

a.badge-secondary.focus, a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jumbotron {
    background-color: #e9ecef;
    border-radius: .3rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    color: inherit;
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d6d8db;
    color: #383d41
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

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

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

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

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

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

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

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

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

.media-body {
    -ms-flex: 1;
    flex: 1
}

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

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

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

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

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

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

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

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

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

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

.list-group-flush {
    border-radius: 0
}

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

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

.list-group-item-primary {
    background-color: #b8daff;
    color: #004085
}

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

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

.list-group-item-secondary {
    background-color: #d6d8db;
    color: #383d41
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    background-color: #c8cbcf;
    color: #383d41
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    flex-basis: 350px;
    font-size: .875rem;
    max-width: 350px;
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    -ms-flex-align: center;
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    color: #6c757d;
    display: -ms-flexbox;
    display: flex;
    padding: .25rem .75rem
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

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

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: 0
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: 0
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: 0
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: 0
}

.tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center
}

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060
}

.popover, .popover .arrow {
    display: block;
    position: absolute
}

.popover .arrow {
    height: .5rem;
    margin: 0 .3rem;
    width: 1rem
}

.popover .arrow:after, .popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    margin: .3rem 0;
    width: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    height: 1rem;
    margin: .3rem 0;
    right: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem .75rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #212529;
    padding: .5rem .75rem
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}

.carousel-inner:after {
    clear: both;
    content: "";
    display: block
}

.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    width: 100%
}

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

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    background: 0 0;
    border: 0;
    bottom: 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background: 50%/100% 100% no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    -ms-flex-pack: center;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 15
}

.carousel-indicators li {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    text-indent: -999px;
    transition: opacity .6s ease;
    width: 30px
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-grow-sm {
    height: 1rem;
    width: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.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:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-sm {
    border-radius: .2rem !important
}

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

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

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

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

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

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

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block
}

.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 {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

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

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

@supports (position:-webkit-sticky) or (position:sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    white-space: nowrap
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

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

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

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

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

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

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

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

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

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

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

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

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

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

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

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

    a:not(.btn) {
        text-decoration: underline
    }

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

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

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

    .table-dark {
        color: inherit
    }

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

    .table .thead-dark th {
        border-color: #dee2e6;
        color: inherit
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg")
}

.fa {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    text-align: center;
    width: 1.28571429em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14285714em;
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2.14285714em;
    position: absolute;
    text-align: center;
    top: .14285714em;
    width: 2.14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.swiper-button-next, .swiper-button-prev {
    margin-top: calc(var(--swiper-navigation-size) * -1 / 2)
}

.swiper-pagination-bullet {
    border-radius: 100%
}

button.swiper-pagination-bullet {
    -moz-appearance: none
}

.swiper-container-cube .swiper-cube-shadow {
    background: #000;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

/*!
 * Select2
 * Licensed under MIT
 */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    border: none;
    box-sizing: border-box;
    font-size: 100%;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    padding: 4px;
    width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-top-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: textfield;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    outline: 0
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    border: none;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: -webkit-linear-gradient(top, #fff, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    box-shadow: none;
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container .select2-selection--single {
    height: 42px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px
}

.select2-search--dropdown {
    padding: 9px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 6px;
    padding-right: 15px
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 0;
    right: auto;
    top: 9px
}

.select2-container {
    border: 0 !important;
    outline: 0 !important
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0 !important
}

.select2-results__option--selectable {
    cursor: pointer;
    height: 42px;
    overflow: hidden
}

.select2-container .text {
    font-size: 12px;
    left: 8px;
    position: relative;
    top: 6px
}

.select2-container input {
    height: 36px
}

.select2-container .flag {
    font-size: 12px;
    left: 0;
    position: relative;
    top: 6px
}

.select2-container .flag img {
    border-radius: 50%;
    height: 21px;
    margin-left: 12px;
    margin-right: 6px;
    width: 21px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 700;
    position: relative
}

.select2-container--default .select2-selection--single .select2-selection__arrow b, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: var(--base-1) transparent transparent transparent
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--base-1) transparent !important
}

.select2-container--default .select2-selection--single {
    border: 0 !important;
    outline: 0 !important
}

.select2-dropdown {
    border: 0;
    border: 1px solid #eee !important;
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .45) !important
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    font-size: 10px
}

@keyframes start {
    0% {
        transform: scale(.5)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes start {
    0% {
        -webkit-transform: scale(.5)
    }
    to {
        -webkit-transform: scale(1)
    }
}

.pdp-default {
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, .19);
    color: #555;
    direction: ltr;
    position: absolute;
    z-index: 99999
}

.pdp-default ::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.pdp-default ::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 15px
}

.pdp-default ::-webkit-scrollbar-thumb {
    background-color: #444
}

.pdp-default ::selection {
    color: #67cdcc
}

.pdp-default .pdp-header {
    background-color: #fff;
    border: 1px solid #999;
    border-bottom: none;
    border-top: 2px solid #999;
    font-weight: 700;
    padding: 2px
}

.pdp-default .yearSelect {
    direction: ltr;
    overflow-y: auto
}

.pdp-default .monthSelect li.disableMonth, .pdp-default .monthSelect li.disableMonth:hover {
    background: #eee;
    color: #bbb;
    cursor: not-allowed
}

.pdp-default .monthSelect, .pdp-default .yearSelect {
    animation: start .2s;
    -webkit-animation: start .2s;
    background: #f9f9f9;
    border: 1px solid #ccc;
    font: normal 12px Tahoma;
    list-style: none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 99.6%;
    z-index: 9999
}

.pdp-default .selected {
    background: #15a6eb;
    color: #fff
}

.pdp-default .monthSelect li, .pdp-default .yearSelect li {
    border: 1px dotted #ddd;
    cursor: default;
    display: inline-table;
    padding: 1px;
    text-align: center
}

.pdp-default .monthSelect li:hover, .pdp-default .yearSelect li:hover {
    background: #f93;
    border-color: #f70;
    color: #fff
}

.pdp-default .nextArrow {
    right: 0
}

.pdp-default .prevArrow {
    left: 0
}

.pdp-default .monthYear {
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    width: 80%
}

.pdp-default .nextArrow, .pdp-default .prevArrow {
    cursor: pointer;
    padding: 2px;
    position: absolute;
    top: 1px
}

.pdp-default .nextArrow:hover, .pdp-default .prevArrow:hover {
    color: #0073ea
}

.pdp-default .cell {
    cursor: default;
    display: inline-block;
    text-align: center
}

.pdp-default .dows {
    background: #5f5d5d;
    color: #fff
}

.pdp-default .dow {
    border: 1px solid #5f5d5d;
    font: 700 14px helvetica
}

.pdp-default .days {
    background-color: #fff;
    border: 1px solid #999;
    border-top: none;
    font: normal 12px Tahoma
}

.pdp-default .day {
    border: 1px solid #f1f1f1
}

.pdp-default .day:hover {
    background: #f3f3f3;
    border: 1px solid #bbb;
    border-radius: 2px
}

.pdp-default .selday, .pdp-default .selday:hover {
    background: #eadaa6;
    border-color: #eb5b04
}

.pdp-default .friday {
    color: #f38
}

.pdp-default .today, .pdp-default .today:hover {
    background: #0073ea;
    color: #fff
}

.pdp-default .disday, .pdp-default .disday:hover {
    background: #f1f1f1;
    color: #b7b5b5;
    cursor: not-allowed
}

.pdp-default .nul {
    background: #f1f1f1;
    border: 1px solid #f1f1f1
}

.pdp-default .pdp-footer {
    background: #999;
    font: normal 12px Tahoma;
    height: 17px;
    text-align: center
}

.pdp-default .pdp-footer .goToday {
    color: #f0f0f0;
    text-decoration: none
}

.pdp-default .pdp-footer .goToday:hover {
    color: #fff;
    text-decoration: overline
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode > .swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical > .swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

@font-face {
    font-display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../ikonlar/fonts/icomoon.eot?jbou2w);
    src: url(../ikonlar/fonts/icomoon.eot?jbou2w#iefix) format("embedded-opentype"), url(../ikonlar/fonts/icomoon.ttf?jbou2w) format("truetype"), url(../ikonlar/fonts/icomoon.woff?jbou2w) format("woff"), url(../ikonlar/fonts/icomoon.svg?jbou2w#icomoon) format("svg")
}

[class*=" icn-"], [class^=icn-] {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.icn-heart:before {
    content: "\e901"
}

.icn-speaker:before {
    content: "\e906"
}

.icn-turtle:before {
    content: "\e907"
}

.icn-times:before {
    content: "\e905"
}

.icn-bildir:before {
    content: "\e902"
}

.icn-check:before {
    content: "\e903"
}

.icn-tartis:before {
    content: "\e904"
}

.icn-user-graduate:before {
    content: "\e900"
}

@font-face {
    font-family: Noto Naskh Arabic;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/noto/NotoNaskhArabic-Regular.eot);
    src: url(../fonts/noto/NotoNaskhArabic-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/noto/NotoNaskhArabic-Regular.woff2) format("woff2"), url(../fonts/noto/NotoNaskhArabic-Regular.woff) format("woff"), url(../fonts/noto/NotoNaskhArabic-Regular.ttf) format("truetype")
}

:root {
    --gray: #eee;
    --white: #fff;
    --black: #000;
    --base: #f6f6f6;
    --base-0: #fff;
    --base-1: #151812;
    --base-2: "";
    --base-3: "";
    --primary: #941cb9;
    --primary: #239df0;
    --orange: #f6931c;
    --darkslateblue: #483d8b;
    --primary: #5b70f9;
    --primary-1: #384cce;
    --primary-3: #0e0b2b;
    --secondary: #f64f1c;
    --secondary: #ff66a6;
    --secondary: #00c9b7;
    --secondary-1: #12ac9f;
    --text-color: #717f94;
    --color-1: #70b6fe;
    --color-2: #c670fe;
    --color-3: #fec070;
    --color-4: #dc3545;
    --color-5: #28a745;
    --color-5-2: #0e8129;
    --color-6: #00008b;
    --default: #fcffeb;
    --border: 1px solid #e3e3e3;
    --arabic: "Noto Naskh Arabic"
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root.skin-1 {
    --base-0: #fff;
    --base-1: #000;
    --primary: orange;
    --primary-1: #f80
}

:root.skin-2 {
    --base-0: #f6afba;
    --base-1: #151515;
    --primary: #de5881;
    --primary-1: #fc5aab
}

:root.skin-3 {
    --base-0: #050607;
    --base-1: #f1f1f1;
    --primary: #0b7554;
    --primary-1: #339266
}

:root.skin-4 {
    --base-0: #0e262b;
    --base-1: #f1f1f1;
    --primary: #7b1f29;
    --primary-1: darkred
}

:root.skin-5 {
    --base-0: #373a36;
    --primary: tomato;
    --primary-1: tomato;
    --base-0: #1e464a;
    --base-1: #fff;
    --primary: #00b7b8;
    --primary-1: #339266
}

:root.skin-6 {
    --base-0: #fff;
    --base-1: #000;
    --primary: #33b5e5;
    --primary-1: #9eddf1
}

:root.skin-7 {
    --base-0: #212121;
    --base-1: #fff;
    --primary: #0b7554;
    --primary-1: #0b7554
}

:root.skin-8 {
    --base-0: #272933;
    --base-1: #fff;
    --primary: #00b7b8;
    --primary-1: #00b7b8
}

:root.skin-9 {
    --base-0: #000;
    --base-1: #fff;
    --primary: #00bcd4;
    --primary-1: #00bcd4
}

:root.skin-10 {
    --base-0: #0a0a0a;
    --base-1: #fff;
    --primary: #1d32f2;
    --primary-1: #1d32f2
}

:root.skin-11 {
    --base-0: #121212;
    --base-1: #e6e2dd;
    --primary: #845ec2;
    --primary-1: #845ec2
}

:root.skin-12 {
    --base-0: #0e262b;
    --base-1: #fff;
    --primary: #7b1f29;
    --primary-1: darkred
}

html {
    height: 100%;
    overflow: hidden;
    overflow-y: auto
}

body, html {
    width: 100%
}

body {
    background-color: var(--base-0);
    color: var(--base-1);
    margin: 0
}

@media (max-width: 991px) {
    .hidden-mobil {
        display: none
    }
}

@media (min-width: 992px) {
    .hidden-desktop {
        display: none
    }
}

body.state-menu {
    height: 100% !important;
    height: 100vh !important;
    overflow: hidden !important;
    width: 100% !important
}

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

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

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

[hidden] {
    display: none
}

button, html, input, select, textarea {
    font-family: Poppins, sans-serif
}

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

a:focus {
    outline: inherit
}

a:active, a:hover {
    color: inherit;
    outline: 0
}

a:hover {
    text-decoration: underline
}

address {
    font-style: italic;
    margin: 0 0 24px
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

p {
    color: #595959;
    font-weight: 300;
    margin: 0 0 24px
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre {
    word-wrap: break-word;
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap
}

blockquote, q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px
}

blockquote blockquote {
    margin-right: 0
}

blockquote cite, blockquote small {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

blockquote em, blockquote i {
    font-style: normal;
    font-weight: 300
}

blockquote b, blockquote strong {
    font-weight: 400
}

small {
    font-size: smaller
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl {
    margin: 0 20px
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 20px
}

menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 40px
}

ul {
    list-style-type: square
}

li {
    outline: inherit
}

nav ol, nav ul {
    list-style: none;
    list-style-image: none
}

li > ol, li > ul {
    margin: 0
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle
}

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

figure, form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    min-width: inherit;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline
}

button, input {
    line-height: normal
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer
}

button[disabled], input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%
}

caption, td, th {
    font-weight: 400;
    text-align: left
}

caption {
    font-size: 16px;
    margin: 20px 0
}

th {
    font-weight: 700;
    text-transform: uppercase
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0
}

del {
    color: #333
}

ins {
    background: #fff9c0;
    text-decoration: none
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px
}

button, input, select, textarea {
    background: transparent;
    border: inherit;
    outline: inherit;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

button:active, button:focus, input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
    outline: none
}

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

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

.skin-5 .button, .skin-5 .el-tabs .el-tabs-links li.active {
    color: #fff !important
}

hr {
    border-bottom: 1px solid var(--gray);
    display: block;
    height: 10px;
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .h-lg-100 {
        height: 100%
    }
}

body, p {
    font-family: Poppins, sans-serif;
    font-size: 14px
}

p {
    letter-spacing: -.3px;
    line-height: 1.7
}

p a, p a:hover {
    color: var(--primary-1)
}

p a:hover {
    text-decoration: underline
}

a {
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

a:active, a:focus, a:hover {
    color: inherit;
    outline: none;
    text-decoration: none
}

address, blockquote, caption, dd, dl, h1, h2, h3, h4, h5, h6, hr, menu, ol, p, pre, table, ul {
    margin: 0 0 15px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--base-1);
    font-family: Poppins, sans-serif
}

.h1, h1 {
    font-size: 60px;
    line-height: 1.2
}

.h2, h2 {
    font-size: 54px
}

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

.h4, h4 {
    font-size: 20px
}

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

.h6, h6 {
    font-size: 16px
}

.h1, h1 {
    font-weight: 700
}

.h2, .h3, .h4, .h5, h2, h3, h4, h5 {
    font-weight: 600
}

.h6, h6 {
    font-weight: 500
}

::-webkit-input-placeholder {
    color: var(--base-1)
}

:-ms-input-placeholder {
    color: var(--base-1)
}

::-ms-input-placeholder {
    color: var(--base-1)
}

::placeholder {
    color: var(--base-1)
}

@media (max-width: 768px) {
    p {
        font-size: 12px
    }
}

@-webkit-keyframes drift {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes drift {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.11);
        transform: scale(1.11)
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.11);
        transform: scale(1.11)
    }
}

@-webkit-keyframes music {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        opacity: .3;
        -webkit-transform: scale(1.11);
        transform: scale(1.11)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes music {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        opacity: .3;
        -webkit-transform: scale(1.11);
        transform: scale(1.11)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes home-4 {
    0% {
        opacity: .1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        border-radius: 50%;
        opacity: .3;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        opacity: .1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes home-4 {
    0% {
        opacity: .1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        border-radius: 50%;
        opacity: .3;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        opacity: .1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes noise {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes noise {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(1, 1);
        transform: translate(1, 1)
    }
    90% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px)
    }
    to {
        -webkit-transform: translate(1, 1);
        transform: translate(1, 1)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translate(1, 1);
        transform: translate(1, 1)
    }
    90% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px)
    }
    to {
        -webkit-transform: translate(1, 1);
        transform: translate(1, 1)
    }
}

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

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

@-webkit-keyframes MoveUpDown {
    0% {
        top: -2px
    }
    50% {
        top: 0
    }
    to {
        top: 3px
    }
}

@keyframes MoveUpDown {
    0% {
        top: -2px
    }
    50% {
        top: 0
    }
    to {
        top: 3px
    }
}

@-webkit-keyframes blinking-cursor {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes blinking-cursor {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes circleCarousel {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes circleCarousel {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes bounce-out {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    30% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce-out {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    30% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@-webkit-keyframes preloader-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes preloader-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mb-0 {
    margin-bottom: 0
}

.mt-15 {
    margin-top: 15px
}

.mt-30 {
    margin-top: 30px
}

.mb-15 {
    margin-bottom: 15px
}

.mb--15 {
    margin-bottom: -15px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-60 {
    margin-bottom: 60px
}

.mb--30 {
    margin-bottom: -30px !important
}

.mb--45 {
    margin-bottom: -45px
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pt-15 {
    padding-top: 15px
}

.pt-30 {
    padding-top: 30px
}

.pl-15 {
    padding-left: 15px
}

.pl-30 {
    padding-left: 30px
}

.pr-15 {
    padding-right: 15px
}

.pr-30 {
    padding-right: 30px
}

.pr-45 {
    padding-right: 45px !important
}

.mt-spacing {
    margin-top: 100px
}

.mb-spacing {
    margin-bottom: 100px
}

.row-sm {
    margin-left: -12px !important;
    margin-right: -11px !important
}

.row-sm > * {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.row-md {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.row-md > * {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.lowercase {
    text-transform: lowercase
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.text-italic {
    font-style: italic
}

.text-normal {
    font-style: normal
}

.text-underline {
    font-style: underline
}

.text-dark {
    color: var(--black) !important
}

.text-dark-1 {
    color: #333
}

.text-dark-2 {
    color: #666
}

.text-dark-3 {
    color: #999
}

.text-light {
    color: var(--white) !important
}

.text-light-1 {
    color: #eee
}

.text-light-2 {
    color: #ccc
}

.text-light-3 {
    color: #aaa
}

.text-base-0 {
    color: var(--base-0)
}

.text-base-1 {
    color: var(--base-1);
    color: var(--base-2)
}

.text-danger {
    color: #f56c6c
}

.text-success {
    color: green
}

.text-warning {
    color: orange
}

.text-primary {
    color: var(--primary)
}

.text-secondary {
    color: var(--secondary)
}

.text-gradient {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear, right top, left top, from(var(--primary)), to(var(--secondary)));
    background-image: linear-gradient(to left, var(--primary), var(--secondary))
}

.hidden {
    display: none
}

.invisible {
    visibility: hidden
}

.div-center {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.inline-block {
    display: inline-block;
    float: none
}

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

.display-wrap {
    position: relative
}

.display-block {
    display: block
}

.display-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.display-table {
    display: table;
    height: 100%;
    width: 100%
}

.display-content {
    display: table-cell;
    vertical-align: middle
}

.display-spacing {
    padding-bottom: 100px;
    padding-top: 100px
}

.display-spacing-plus {
    padding-bottom: 30px;
    padding-top: 130px
}

.display-spacing-double {
    padding-bottom: 100px;
    padding-top: 150px
}

.display-screen, .overlay-gradient .bg-gradient {
    min-height: 100vh;
    padding-bottom: 100px;
    padding-top: 100px
}

.display-fit-screen {
    height: 100vh;
    max-width: 100%;
    overflow: hidden;
    width: 100vw
}

.display-full-screen {
    height: 100vh;
    max-width: 100%;
    position: relative;
    width: 100vw
}

.max-w-576 {
    max-width: 576px
}

.max-w-768 {
    max-width: 768px
}

.max-w-992 {
    max-width: 992px
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.overlay-color {
    position: relative
}

.overlay-color .bg-color {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.overlay-image {
    background: no-repeat 50%/cover
}

.overlay-image, .overlay-pattern {
    position: relative
}

.overlay-pattern .bg-pattern {
    height: 100%;
    position: absolute;
    width: 100%
}

.overlay-pattern .bg-pattern-1 {
    background: repeat url(/assets/images/common/pattern-1.png) 50%/9px;
    position: absolute
}

.overlay-pattern .bg-pattern-2 {
    background: repeat url(/assets/images/common/pattern-2.png) 50%/9px;
    position: absolute
}

.overlay-pattern .bg-pattern-3 {
    background: repeat url(/assets/images/common/pattern-3.png) 50%/5px;
    position: absolute
}

.overlay-pattern .bg-patline-1 {
    background: repeat-x url(/assets/images/common/patline-1.png) top;
    opacity: .6;
    position: absolute
}

.overlay-pattern .bg-pattern-a {
    -webkit-animation: noise 60ms infinite;
    animation: noise 60ms infinite;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIj48ZmlsdGVyIGlkPSJhIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjciIG51bU9jdGF2ZXM9IjEwIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIi8+PC9maWx0ZXI+PHBhdGggZD0iTTAgMGg1MDB2NTAwSDB6Ii8+PHBhdGggZmlsdGVyPSJ1cmwoI2EpIiBvcGFjaXR5PSIuNCIgZD0iTTAgMGg1MDB2NTAwSDB6Ii8+PC9zdmc+");
    opacity: .6;
    position: absolute;
    z-index: 1
}

.overlay-gradient {
    position: relative
}

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

.bg-success {
    background-color: green !important
}

.bg-warning {
    background-color: bisque !important
}

.bg-primary-1 {
    background-color: var(--primary-1) !important
}

.bg-primary-3 {
    background-color: var(--primary-3) !important
}

.bo-color-1 {
    border-color: var(--color-1) !important
}

.bo-color-2 {
    border-color: var(--color-2) !important
}

.bo-color-3 {
    border-color: var(--color-3) !important
}

.bo-color-4 {
    border-color: var(--color-4) !important
}

.bo-color-5 {
    border-color: var(--color-5) !important
}

.bo-color-6 {
    border-color: var(--color-6) !important
}

.bo-primary {
    border-color: var(--primary) !important
}

.bp-secondary {
    border-color: var(--secondary) !important
}

.bg-color-1 {
    background-color: var(--color-1) !important
}

.bg-color-2 {
    background-color: var(--color-2) !important
}

.bg-color-3 {
    background-color: var(--color-3) !important
}

.bg-color-4 {
    background-color: var(--color-4) !important
}

.bg-color-5 {
    background-color: var(--color-5) !important
}

.bg-color-6 {
    background-color: var(--color-6) !important
}

.bg-light {
    background-color: var(--white) !important
}

.bg-dark {
    background-color: var(--black) !important
}

.bg-base-0 {
    background-color: var(--base-0) !important
}

.bg-base-1 {
    background-color: var(--base-1) !important
}

.bg-primary {
    background-color: var(--primary) !important
}

.bg-secondary {
    background-color: var(--secondary) !important
}

.bg-gradient-side {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--primary)), color-stop(70%, transparent));
    background-image: linear-gradient(270deg, var(--primary) 0, transparent 70%)
}

.bg-dark-side {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(81%, rgba(83, 83, 102, .6)));
    background-image: linear-gradient(270deg, transparent, rgba(83, 83, 102, .6) 81%)
}

.bg-animation-1 {
    background: linear-gradient(-45deg, #000, #151515, var(--secondary), var(--primary), #000);
    background-size: 400% 400%
}

.bg-animation-1, .bg-animation-2, .el-cta:after, .section-testimonial:after {
    -webkit-animation: Gradient 9s ease infinite;
    animation: Gradient 9s ease infinite
}

.bg-animation-2, .el-cta:after, .section-testimonial:after {
    background: linear-gradient(-45deg, #fff, var(--primary), var(--secondary), var(--primary), #fff);
    background-size: 400% 400%
}

.bg-dark-10 {
    background-color: rgba(0, 0, 0, .1)
}

.bg-dark-20 {
    background-color: rgba(0, 0, 0, .2)
}

.bg-dark-30 {
    background-color: rgba(0, 0, 0, .3)
}

.bg-dark-40 {
    background-color: rgba(0, 0, 0, .4)
}

.bg-dark-50 {
    background-color: rgba(0, 0, 0, .5)
}

.bg-dark-60 {
    background-color: rgba(0, 0, 0, .6)
}

.bg-dark-70 {
    background-color: rgba(0, 0, 0, .7)
}

.bg-dark-80 {
    background-color: rgba(0, 0, 0, .8)
}

.bg-dark-90 {
    background-color: rgba(0, 0, 0, .9)
}

.bg-dark-1000 {
    background-color: #000
}

.bg-light-10 {
    background-color: hsla(0, 0%, 100%, .1)
}

.bg-light-20 {
    background-color: hsla(0, 0%, 100%, .2)
}

.bg-light-30 {
    background-color: hsla(0, 0%, 100%, .3)
}

.bg-light-40 {
    background-color: hsla(0, 0%, 100%, .4)
}

.bg-light-50 {
    background-color: hsla(0, 0%, 100%, .5)
}

.bg-light-60 {
    background-color: hsla(0, 0%, 100%, .6)
}

.bg-light-70 {
    background-color: hsla(0, 0%, 100%, .7)
}

.bg-light-80 {
    background-color: hsla(0, 0%, 100%, .8)
}

.bg-light-90 {
    background-color: hsla(0, 0%, 100%, .9)
}

.bg-light-1000 {
    background-color: #fff
}

.bg-gradient-0 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--primary)), to(var(--secondary)));
    background-image: linear-gradient(0deg, var(--primary) 0, var(--secondary) 100%)
}

.bg-gradient-45 {
    background-image: linear-gradient(45deg, var(--primary) 0, var(--secondary) 100%)
}

.bg-gradient-90 {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--primary)), to(var(--secondary)));
    background-image: linear-gradient(90deg, var(--primary) 0, var(--secondary) 100%)
}

.bg-gradient-135 {
    background-image: linear-gradient(135deg, var(--primary) 0, var(--secondary) 100%)
}

.bg-gradient-180 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), to(var(--secondary)));
    background-image: linear-gradient(180deg, var(--primary) 0, var(--secondary) 100%)
}

.bg-gradient-225 {
    background-image: linear-gradient(225deg, var(--primary) 0, var(--secondary) 100%)
}

.bg-gradient-270 {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--primary)), to(var(--secondary)));
    background-image: linear-gradient(270deg, var(--primary) 0, var(--secondary) 100%)
}

.bg-gradient-315 {
    background-image: linear-gradient(315deg, var(--primary) 0, var(--secondary) 100%)
}

.bg-gradient-360 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--primary)), to(var(--secondary)));
    background-image: linear-gradient(1turn, var(--primary) 0, var(--secondary) 100%)
}

.react-rotating-text-cursor {
    -webkit-animation: blinking-cursor .8s cubic-bezier(.68, .01, .01, .99) 0s infinite;
    animation: blinking-cursor .8s cubic-bezier(.68, .01, .01, .99) 0s infinite
}

.row-0 {
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 1200px) {
    .row-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .row-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.overlay-color .bg-dark {
    background-color: var(--primary-3);
    opacity: .6 !important;
    z-index: 1
}

.app-wrapper {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(45, 21, 130, .06)));
    background-image: linear-gradient(90deg, transparent, rgba(45, 21, 130, .06));
    max-width: 100%;
    overflow-x: hidden;
    position: relative
}

.app-wrapper:before {
    background-repeat: repeat-x;
    content: "";
    height: 100%;
    opacity: .1;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: var(--text-color);
    font-weight: 700
}

.select2-container--default .select2-search--inline .select2-search__field:-moz-placeholder, .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
    color: var(--text-color);
    font-weight: 700
}

.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: var(--text-color);
    font-weight: 700
}

@media (max-width: 768px) {
    .display-spacing-plus {
        padding-top: 90px
    }
}

.container {
    direction: ltr
}

.app-header {
    font-size: 15px;
    font-weight: 700;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .45s;
    transition: all .45s;
    width: 100%;
    z-index: 99
}

.app-header .header-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-content: stretch;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 80px;
    justify-content: space-between;
    position: relative
}

.app-header .header-wrap .header-logo .secondary-logo {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 72px;
    -webkit-transition: all .6s;
    transition: all .6s;
    width: 99px
}

.app-header .header-wrap .header-menu {
    width: 100%
}

.app-header .header-wrap .header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.app-header .header-wrap .header-menu ul li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px
}

.app-header .header-wrap .header-menu ul li > div {
    height: 80px;
    padding-top: 30px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.app-header .header-wrap .header-menu ul li > div .icon {
    display: none !important
}

.app-header .header-wrap .header-menu ul li > a {
    display: block
}

.app-header .header-wrap .header-menu ul li > a:hover {
    color: #5b70f9
}

.app-header.empty:not(.sticky) .header-wrap .header-menu ul li > a:hover {
    color: #fff
}

.app-header .header-wrap .header-menu ul li > a .icon {
    display: none !important
}

.app-header .header-wrap .header-menu ul li.active a {
    color: var(--primary)
}

.app-header .header-wrap .header-links {
    position: relative;
    text-align: right;
    width: 39%
}

.app-header .header-wrap .header-links .button {
    min-width: 90px
}

.app-header .mega-menu {
    height: 150px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 60px;
    -webkit-transition: all .45s;
    transition: all .45s;
    visibility: hidden;
    width: 100%;
    z-index: 12
}

.app-header .mega-menu .megamenu-info {
    position: relative
}

.app-header .mega-menu .megamenu-info .button {
    position: absolute;
    right: -6px;
    top: -9px
}

.app-header .mega-menu .mega-menu-inner {
    background-color: var(--base-0);
    border-radius: 0 0 5px 5px;
    border-top: 6px solid var(--primary);
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1), inset 0 127px 12px -127px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1), inset 0 127px 12px -127px rgba(0, 0, 0, .15);
    left: 0;
    min-width: 240px;
    opacity: 0;
    padding: 30px;
    position: absolute;
    top: 0;
    -webkit-transition: all .45s;
    transition: all .45s;
    width: auto
}

.app-header .mega-menu .mega-menu-inner div {
    position: relative;
    z-index: 9
}

.app-header .mega-menu .mega-menu-inner div .espard-menu p {
    color: var(--base-1)
}

.app-header .mega-menu .mega-menu-inner div .espard-menu ul {
    list-style: none;
    padding: 0
}

.app-header .mega-menu .mega-menu-inner div .espard-menu ul li {
    color: var(--text-color);
    display: block;
    font-size: .9em;
    margin-bottom: 6px;
    padding-left: 9px;
    position: relative
}

.app-header .mega-menu .mega-menu-inner div .espard-menu ul li a {
    display: block
}

.app-header .mega-menu .mega-menu-inner div .espard-menu ul li a:hover {
    color: var(--primary)
}

.app-header .mega-menu .mega-menu-inner div .espard-menu ul li:before {
    color: #ccc;
    content: ".";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px
}

.app-header .mega-menu .mega-menu-inner div .espard-menu ul:not(:last-child) {
    margin: 0 0 20px
}

.app-header .mega-menu .mega-menu-inner:after {
    background-color: var(--base-0);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 6
}

.app-header .mega-menu .mega-menu-inner:before {
    background-color: var(--primary);
    content: "";
    height: 30px;
    left: 33px;
    position: absolute;
    top: -7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    z-index: 3
}

.app-header .mega-menu.active {
    display: block;
    opacity: 1;
    visibility: visible
}

.app-header .mega-menu.active .mega-menu-inner {
    opacity: 1;
    top: 30px
}

.app-header .mega-menu.mega-menu-2 .mega-menu-inner:before {
    left: 10px
}

.app-header .button-menu {
    display: none;
    height: 50px;
    padding: 12px 0 0;
    position: absolute;
    right: 0;
    top: 9px;
    width: 33px;
    z-index: 99
}

.app-header .button-menu span, .app-header .button-menu span:after, .app-header .button-menu span:before {
    background-color: var(--base-1);
    display: block;
    float: left;
    height: 3px;
    position: relative;
    width: 33px
}

.app-header .button-menu span:before {
    content: "";
    top: -10px
}

.app-header .button-menu span:after {
    bottom: -8px;
    content: ""
}

.mega-menu-overlay {
    background-color: var(--base-1);
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .45s;
    transition: all .45s;
    visibility: hidden;
    width: 100%;
    z-index: 93
}

.mega-menu-overlay.active {
    opacity: .3;
    visibility: visible
}

@media (max-width: 992px) {
    .app-header.sticky .header-wrap .header-logo .main-logo {
        display: block !important;
        left: 0 !important;
        right: inherit !important;
        top: 12px !important;
        width: 45px !important
    }

    .app-header.sticky .header-wrap .header-logo .secondary-logo {
        display: block !important;
        left: 54px !important
    }
}

@media (max-width: 1200px) {
    .app-header .mega-menu .mega-menu-inner {
        width: 930px !important
    }
}

@media (max-width: 992px) {
    .app-header .container {
        max-width: 100% !important
    }

    .app-header .header-wrap {
        height: 60px !important
    }

    .app-header .header-wrap .header-links, .app-header .header-wrap .header-menu ul, .app-header .header-wrap .mega-menu {
        display: none
    }

    .app-header .header-wrap .header-logo .primary-logo {
        text-align: left
    }

    .app-header .header-wrap .header-logo .primary-logo .text-2 {
        left: 0;
        right: inherit
    }

    .app-header .header-wrap .header-logo img.main-logo {
        display: none
    }

    .app-header .header-wrap .header-logo img.secondary-logo {
        top: 15px !important
    }

    .app-header .header-wrap .button-menu {
        display: block !important;
        right: 0;
        top: 0
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .app-header .custom-hide {
        display: none !important
    }
}

.menu-logo {
    width: 250px
}

.header-logo a {
    display: block
}

.app-header-search {
    background-color: var(--primary);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    color: var(--base-0);
    height: 80px;
    position: absolute;
    right: 0;
    top: 80px;
    width: 100%;
    z-index: 96
}

.app-header-search .header-wrap {
    position: relative
}

.app-header-search .header-wrap .header-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 80px;
    position: relative;
    width: calc(100% - 75px)
}

.app-header-search .header-wrap .header-form .header-option {
    height: 42px;
    position: relative;
    width: 33%
}

.app-header-search .header-wrap .header-form .header-option.option-select {
    margin-right: 25px
}

.app-header-search .header-wrap .header-form .header-option.option-switch {
    border-bottom: 1px solid hsla(0, 0%, 100%, .45) !important
}

.app-header-search .header-wrap .header-form .header-option.option-switch .label {
    color: var(--base-0);
    left: 1px;
    position: absolute;
    top: 10px
}

.app-header-search .header-wrap .header-form .header-option.option-switch .form-switch {
    position: absolute;
    right: 1px;
    top: 7px
}

.app-header-search .header-wrap .header-button {
    position: absolute;
    right: 1px;
    top: 17px
}

.app-header-search .header-wrap .header-button .button:hover {
    background-color: var(--secondary)
}

.app-header.light .header-menu li a {
    color: var(--base-0)
}

.app-header-default {
    height: 90px;
    padding-top: 15px
}

@media (max-width: 992px) {
    .app-header-default {
        height: 60px;
        padding-left: 0 !important;
        padding-top: 3px !important
    }
}

.app-header-2 .header-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-content: stretch;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 80px;
    justify-content: space-between;
    position: relative
}

.app-header-2 .header-wrap .header-logo {
    height: 80px;
    left: 0;
    margin: 0 !important;
    right: inherit;
    text-align: inherit !important;
    width: 100px
}

.app-header-2 .header-wrap .header-logo .main-logo {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -9px;
    -webkit-transition: all .9s;
    transition: all .9s;
    width: 84px
}

.app-header-2 .header-wrap .header-logo .secondary-logo {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 72px;
    -webkit-transition: all .6s;
    transition: all .6s;
    width: 99px
}

.app-header-2 .header-wrap .header-menu {
    padding-left: 150px
}

.app-header.glass {
    background-color: hsla(0, 0%, 100%, .75);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15)
}

.app-header.glass a {
    -webkit-transition: none !important;
    transition: none !important
}

.app-header.empty {
    color: var(--base-0)
}

.app-header.empty a {
    -webkit-transition: none !important;
    transition: none !important
}

.app-header.empty .button-menu span, .app-header.empty .button-menu span:after, .app-header.empty .button-menu span:before, .app-header.sticky {
    background-color: var(--base-0)
}

.app-header.sticky {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    color: var(--base-1)
}

.app-header.sticky .main-logo {
    top: -150px !important
}

.app-header.sticky .secondary-logo {
    top: 9px !important
}

.app-header.sticky .button-menu span, .app-header.sticky .button-menu span:after, .app-header.sticky .button-menu span:before {
    background-color: var(--base-1)
}

.app-header.boxed {
    background: var(--base-0);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15)
}

.app-header.boxed .button-menu span, .app-header.boxed .button-menu span:after, .app-header.boxed .button-menu span:before {
    background-color: var(--base-1)
}

.app-header.boxed .header-wrap .header-logo .main-logo {
    top: -150px !important
}

.app-header.boxed .header-wrap .header-logo .secondary-logo {
    top: 9px !important
}

.app-header.header-shadow {
    background-color: var(--base-0);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    color: var(--base-1)
}

.app-footer {
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.app-footer p {
    font-family: Poppins, sans-serif
}

.app-footer a {
    color: var(--text-color);
    display: block
}

.app-footer a:hover {
    color: var(--primary)
}

.app-footer.app-footer-1 {
    padding: 45px 0
}

.app-footer.app-footer-1 .footer-content {
    margin-bottom: 45px;
    position: relative;
    z-index: 3
}

.app-footer.app-footer-1 .footer-widgets {
    padding: 30px 0;
    position: relative;
    z-index: 3
}

.app-footer.app-footer-1 .footer-widgets .widget {
    padding-left: 36px
}

.app-footer.app-footer-1 .footer-widgets .widget .widget-title {
    height: 80px;
    overflow: hidden;
    position: relative
}

.app-footer.app-footer-1 .footer-widgets .widget .widget-title h4 {
    color: var(--primary);
    color: #32335a;
    font-size: 16px;
    padding-top: 15px;
    position: relative;
    top: 15px
}

.app-footer.app-footer-1 .footer-widgets .widget.widget-logo {
    padding: 0
}

.app-footer.app-footer-1 .footer-widgets .widget.widget-logo .footer-logo {
    display: block;
    margin-bottom: 30px
}

.app-footer.app-footer-1 .footer-widgets .widget.widget-links {
    font-size: 12px
}

.app-footer.app-footer-1 .footer-widgets .widget.widget-links ul {
    list-style: none;
    padding: 0
}

.app-footer.app-footer-1 .footer-widgets .widget.widget-links ul li {
    color: var(--text-color);
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
    white-space: nowrap
}

.app-footer.app-footer-1 .footer-widgets .widget.widget-links ul li .icon {
    color: var(--primary);
    display: inline-block;
    font-size: 9px;
    margin-right: 3px
}

.app-footer.app-footer-1 .footer-copyright {
    padding: 10px 0;
    position: relative;
    top: 30px;
    z-index: 3
}

.app-footer.app-footer-1 .footer-copyright p {
    margin: 0
}

.app-footer.app-footer-1 .footer-copyright .footer-icon {
    top: -66px
}

.app-footer.app-footer-1 .footer-copyright .footer-icon img {
    width: 80px
}

.app-footer.app-footer-1 .footer-copyright .footer-icon.footer-icon-1 {
    position: absolute;
    right: 0
}

.app-footer.app-footer-1 .footer-copyright .footer-icon.footer-icon-2 {
    position: absolute;
    right: 96px
}

.app-footer.app-footer-1 .footer-copyright .footer-icon.footer-icon-3 {
    position: absolute;
    right: 195px
}

.app-footer.app-footer-1 .section-shape.shape-1 {
    opacity: .75;
    position: absolute;
    right: -.75%;
    top: -27%;
    width: 400px
}

.app-footer.app-footer-1 .section-shape.shape-2 {
    left: 0;
    opacity: .3;
    position: absolute;
    top: -30%;
    width: 400px
}

.app-footer.app-footer-1:before {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(45, 21, 130, .075)));
    background-image: linear-gradient(90deg, transparent, rgba(45, 21, 130, .075));
    background-repeat: repeat-x;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.app-footer.app-footer-2 {
    background-color: var(--base-0) !important;
    padding: 45px 0
}

.app-footer.app-footer-2 .footer-widgets {
    padding: 30px 0;
    position: relative;
    z-index: 3
}

.app-footer.app-footer-2 .footer-widgets .widget {
    position: relative
}

.app-footer.app-footer-2 .footer-widgets .widget .widget-title {
    overflow: hidden;
    position: relative
}

.app-footer.app-footer-2 .footer-widgets .widget .widget-title h4 {
    color: var(--primary);
    font-size: 16px;
    position: relative
}

.app-footer.app-footer-2 .footer-widgets .widget.widget-info p {
    text-align: justify
}

.app-footer.app-footer-2 .footer-widgets .widget.widget-info .footer-logo {
    color: var(--base-1);
    margin-bottom: 15px
}

.app-footer.app-footer-2 .footer-widgets .widget.widget-info .footer-logo span {
    font-size: 24px
}

.app-footer.app-footer-2 .footer-widgets .widget.widget-info .footer-logo .primary-logo {
    margin-bottom: 30px;
    margin-right: 12px;
    position: relative;
    top: 7px;
    width: 60px
}

.app-footer.app-footer-2 .footer-widgets .widget.widget-info .footer-logo .secondary-logo {
    width: 99px
}

.app-footer.app-footer-2 .footer-widgets .widget.widget-links {
    margin-bottom: 30px
}

.app-footer.app-footer-2 .footer-widgets .widget.widget-links ul {
    list-style: none;
    padding: 0
}

.app-footer.app-footer-2 .footer-widgets .widget.widget-links ul li {
    color: var(--text-color);
    display: block;
    font-size: 12px;
    margin-bottom: 9px;
    white-space: nowrap
}

.app-footer.app-footer-2 .footer-widgets .widget.widget-links ul li .icon {
    color: var(--primary);
    display: inline-block;
    font-size: 9px;
    margin-right: 3px
}

.app-footer.app-footer-2 .footer-widgets .widget.widget-symbols {
    height: 100%;
    text-align: center
}

.app-footer.app-footer-2 .footer-widgets .widget.widget-symbols .footer-symbol {
    display: inline-block;
    margin-left: 20px;
    text-align: center
}

.app-footer.app-footer-2 .footer-widgets .widget.widget-symbols .footer-symbol img {
    width: 75px
}

.app-footer.app-footer-2 .footer-widgets .footer-widgets-links {
    padding-bottom: 30px;
    padding-top: 60px
}

.app-footer.app-footer-2 .footer-copyright p {
    margin-bottom: 6px;
    padding-top: 15px
}

.app-footer.app-footer-2 .footer-copyright p.address {
    color: #999;
    font-size: 11px
}

.app-footer.app-footer-2 .footer-copyright .footer-line {
    background-color: #e6e6e6;
    display: block;
    height: 2px;
    margin-bottom: 15px;
    width: 100%
}

.app-footer.app-footer-2 .footer-copyright .el-social-links {
    padding-top: 9px;
    text-align: right
}

.app-footer.app-footer-2:before {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(45, 21, 130, .075)));
    background-image: linear-gradient(90deg, transparent, rgba(45, 21, 130, .075));
    background-repeat: repeat-x;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.app-footer .el-social-links {
    text-align: right
}

@media (max-width: 992px) {
    .app-footer {
        border-top: 1px solid var(--gray)
    }

    .app-footer p {
        font-size: 12px
    }

    .app-footer .widget .widget-title h4, .app-footer .widget.widget-links {
        text-align: center
    }

    .app-footer.app-footer-1 .footer-widgets .widget.widget.widget-logo p {
        margin-bottom: 20px
    }

    .app-footer.app-footer-1 .footer-widgets .widget.widget.widget-logo .footer-logo {
        margin-bottom: 45px;
        text-align: center
    }

    .app-footer.app-footer-1 .footer-widgets .el-social-links {
        border-bottom: 1px solid var(--gray);
        margin-bottom: 20px;
        padding-bottom: 45px;
        text-align: center
    }

    .app-footer.app-footer-1 .footer-copyright {
        background: red;
        height: 75px;
        padding: 10px 0;
        top: 30px
    }

    .app-footer.app-footer-1 .footer-copyright .footer-icon {
        top: -24px
    }

    .app-footer.app-footer-1 .footer-copyright .footer-icon img {
        width: 60px
    }

    .app-footer.app-footer-2 .footer-widgets .widget-symbols .footer-symbol img {
        width: 60px !important
    }

    .app-footer.app-footer-2 .footer-widgets .widget-symbols .display-center {
        padding-top: 20px;
        position: relative;
        right: 0;
        top: 0;
        -webkit-transform: inherit !important;
        transform: inherit !important;
        width: 100%
    }
}

@media (max-width: 768px) {
    .app-footer .footer-widgets .widget .widget-title h4 {
        font-size: 14px !important
    }

    .app-footer .footer-widgets .widget.widget-links li .text {
        font-size: 12px
    }

    .app-footer.app-footer-1 .footer-content .footer-cta p {
        margin-bottom: 20px
    }

    .app-footer.app-footer-1 .footer-content .footer-cta .button {
        bottom: 0;
        position: relative
    }

    .app-footer.app-footer-1 .footer-copyright {
        height: 120px;
        padding: 10px 0;
        text-align: center;
        top: 30px
    }

    .app-footer.app-footer-1 .footer-copyright p {
        margin-bottom: 20px
    }

    .app-footer.app-footer-1 .footer-copyright ul {
        text-align: center
    }

    .app-footer.app-footer-1 .footer-copyright .footer-icon {
        top: 0
    }

    .app-footer.app-footer-1 .footer-copyright .footer-icon img {
        width: 45px
    }

    .app-footer.app-footer-1 .footer-copyright .footer-icon.footer-icon-1 {
        right: 15%
    }

    .app-footer.app-footer-1 .footer-copyright .footer-icon.footer-icon-2 {
        left: 0;
        margin: auto;
        right: 0
    }

    .app-footer.app-footer-1 .footer-copyright .footer-icon.footer-icon-3 {
        left: 15%;
        right: inherit
    }

    .app-footer.app-footer-2 .footer-widgets .row {
        margin: 0 -6px !important
    }

    .app-footer.app-footer-2 .footer-widgets .row > * {
        padding: 0 6px !important
    }

    .app-footer.app-footer-2 .footer-widgets .widget-symbols .footer-symbol {
        margin-bottom: 15px
    }

    .app-footer.app-footer-2 .footer-widgets .widget-symbols .footer-symbol img {
        width: 51px !important
    }

    .app-footer.app-footer-2 .footer-widgets .widget-symbols .display-center {
        padding-top: 60px
    }

    .app-footer.app-footer-2 .footer-copyright p {
        text-align: center
    }

    .app-footer.app-footer-2 .footer-copyright .footer-line {
        margin-bottom: 30px
    }

    .app-footer.app-footer-2 .footer-copyright .el-social-links {
        padding-top: 9px;
        text-align: center
    }
}

.route-wrapper {
    position: relative
}

.route-wrapper > div {
    position: absolute
}

.switch-wrapper {
    height: 100%;
    position: relative
}

.switch-wrapper > div {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.app-sidenav {
    opacity: 0;
    right: -100%;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10000
}

.app-sidenav, .app-sidenav .sidenav-menu {
    height: 100%;
    position: fixed;
    -webkit-transition: all .6s;
    transition: all .6s
}

.app-sidenav .sidenav-menu {
    background-color: var(--base-0);
    left: -100%;
    max-width: 90%;
    min-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    width: 300px;
    z-index: 10001
}

.app-sidenav .sidenav-menu .sidenav-head {
    background-color: #ffd3a7;
    height: 150px;
    overflow: hidden;
    position: relative
}

.app-sidenav .sidenav-menu .sidenav-head .button-close-sidenav {
    border: 0 !important;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 30px;
    z-index: 999
}

.app-sidenav .sidenav-menu .sidenav-head .button-close-sidenav:after, .app-sidenav .sidenav-menu .sidenav-head .button-close-sidenav:before {
    background-color: var(--primary);
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%
}

.app-sidenav .sidenav-menu .sidenav-head .button-close-sidenav:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.app-sidenav .sidenav-menu .sidenav-head .button-close-sidenav:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.app-sidenav .sidenav-menu .sidenav-body {
    padding: 20px;
    position: relative
}

.app-sidenav .sidenav-menu .sidenav-body .sidenav-body-inner .sidenav-links {
    margin-bottom: 30px
}

.app-sidenav .sidenav-menu .sidenav-body .sidenav-body-inner .sidenav-links .button {
    margin-bottom: 9px !important;
    text-align: center !important
}

.app-sidenav .sidenav-menu .sidenav-body .sidenav-body-inner > ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.app-sidenav .sidenav-menu .sidenav-body .sidenav-body-inner > ul li {
    position: relative
}

.app-sidenav .sidenav-menu .sidenav-body .sidenav-body-inner > ul li > a {
    background-color: #e6e6e6;
    border-radius: 6px;
    color: #6a6b6c;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    margin-bottom: 9px;
    padding: 0 15px;
    position: relative;
    -webkit-transition: all 0s;
    transition: all 0s;
    z-index: 12
}

.app-sidenav .sidenav-menu .sidenav-body .sidenav-body-inner > ul li > a .icon {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.app-sidenav .sidenav-menu .sidenav-body .sidenav-body-inner > ul li.show > a {
    background-color: var(--primary);
    color: var(--base-0)
}

.app-sidenav .sidenav-menu .sidenav-body .sidenav-body-inner > ul li.show > a .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.app-sidenav .sidenav-menu .sidenav-body .sidenav-body-inner > ul li.show .mega-menu {
    display: block !important
}

.app-sidenav .sidenav-menu .sidenav-body .sidenav-body-inner > ul li.active > a {
    background-color: var(--primary);
    color: var(--base-0)
}

.app-sidenav .sidenav-menu .sidenav-body .sidenav-body-inner .sidenav-menu-ul li {
    border-bottom: 1px solid var(--gray);
    color: var(--text-color) !important;
    display: block;
    font-size: 12px;
    height: 36px;
    line-height: 39px
}

.app-sidenav .sidenav-menu .sidenav-body .sidenav-body-inner .sidenav-menu-ul li a {
    font-size: 12px !important
}

.app-sidenav .sidenav-menu .sidenav-body .sidenav-body-inner .sidenav-menu-ul li a b {
    color: var(--base-1);
    font-weight: bolder
}

.app-sidenav .sidenav-menu .sidenav-body .mega-menu {
    background-color: #e6e6e6;
    border: 2px solid var(--primary);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: none;
    min-height: 130px;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
    top: -12px
}

.app-sidenav .sidenav-menu .sidenav-body .mega-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.app-sidenav .sidenav-menu .sidenav-body .mega-menu ul li.el-flag {
    border-bottom: 1px solid var(--gray);
    overflow: hidden;
    position: relative
}

.app-sidenav .sidenav-menu .sidenav-body .mega-menu ul li.el-flag .inner {
    height: 45px;
    position: relative
}

.app-sidenav .sidenav-menu .sidenav-body .mega-menu ul li.el-flag .inner img {
    border-radius: 50%;
    display: block;
    float: right;
    height: 27px;
    position: absolute;
    right: 15px;
    top: 9px;
    width: 27px
}

.app-sidenav .sidenav-menu .sidenav-body .mega-menu ul li.el-flag .inner h3 {
    font-size: 11px;
    padding-left: 51px;
    padding-top: 15px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    width: 100%
}

.app-sidenav .sidenav-menu .sidenav-body .mega-menu .title {
    color: var(--primary);
    font-weight: 700;
    height: 36px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-top: 12px
}

.app-sidenav .sidenav-nav {
    left: 30px;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99
}

.app-sidenav .sidenav-nav li {
    color: var(--base-1);
    font-weight: 600;
    height: 40px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase
}

.app-sidenav .sidenav-nav li a {
    color: #fff;
    display: block
}

.app-sidenav .sidenav-nav li span {
    font-size: 36px;
    left: 18px;
    opacity: .75;
    position: absolute;
    top: 10px;
    white-space: nowrap
}

.app-sidenav .sidenav-nav li:before {
    border: 1px solid var(--base-1);
    border-radius: 50%;
    content: "";
    height: 10px;
    left: -4px;
    position: absolute;
    top: 32px;
    width: 10px
}

.app-sidenav .sidenav-nav li:hover a:not(.active) span {
    opacity: 1
}

.app-sidenav .sidenav-nav li:hover .count {
    display: none
}

.app-sidenav .sidenav-nav li:hover .anchor {
    display: block
}

.app-sidenav .sidenav-nav li .active {
    color: var(--base-1);
    opacity: 1
}

.app-sidenav .sidenav-nav li .active span {
    text-decoration: none
}

.app-sidenav .sidenav-close {
    background: var(--base-1);
    height: 300%;
    left: 0;
    opacity: .81;
    position: fixed;
    top: 0;
    width: 100%
}

.app-sidenav.active {
    left: 0;
    opacity: 1;
    visibility: visible
}

.app-sidenav.active .sidenav-menu {
    left: 0
}

@media (max-width: 768px) {
    .app-sidenav .sidenav-nav li {
        margin-bottom: 5px
    }

    .app-sidenav .sidenav-nav li span {
        font-size: 24px
    }

    .app-sidenav .sidenav-nav li:before {
        top: 23px
    }
}

@media (max-width: 575px) {
    .app-sidenav .sidenav-menu .mega-menu a {
        font-size: 14px !important;
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media (min-width: 992px) {
    .app-sidenav {
        opacity: 0;
        visibility: hidden
    }
}

.row-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.row-0 > * {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.row-xs {
    margin-left: -6px !important;
    margin-right: -6px !important
}

.row-xs > * {
    padding-left: 6px !important;
    padding-right: 6px !important
}

.row-sm {
    margin-left: -9px !important;
    margin-right: -9px !important
}

.row-sm > * {
    padding-left: 9px !important;
    padding-right: 9px !important
}

.row-md {
    margin-left: -15px;
    margin-right: -15px
}

.row-md > * {
    padding-left: 15px;
    padding-right: 15px
}

.row-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form input[type=date], .form input[type=email], .form input[type=number], .form input[type=password], .form input[type=search], .form input[type=tel], .form input[type=text], .form select, .form textarea {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    width: 100%
}

.form select[multiple], .form textarea {
    min-height: 180px
}

.form-2 {
    overflow: hidden;
    position: relative
}

.form-2 .form-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    min-height: 45px;
    position: relative
}

.form-2 .form-item .input-label {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: 12px
}

.form-2 .form-item .input-switch {
    position: absolute;
    right: 0;
    top: 8px
}

.form-2 .input-switch {
    border: 1px solid #ccc;
    border-radius: 27px;
    cursor: pointer;
    display: inline-block;
    height: 27px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 50px
}

.form-2 .input-switch div {
    background-color: #ccc;
    border-radius: 25px;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 25px
}

.form-2 .input-switch input {
    display: none
}

.form-2 .input-switch input:checked + div {
    background-color: var(--primary);
    left: calc(100% - 25px)
}

.form-2 .input-switch.checked {
    background-color: #edf8ff;
    -webkit-box-shadow: inset 0 0 0 1px var(--primary);
    box-shadow: inset 0 0 0 1px var(--primary)
}

.form-3 {
    font-size: 12px;
    font-weight: 700
}

.form-3 .form-item {
    margin-bottom: 15px;
    padding-top: 10px;
    position: relative
}

.form-3 .form-item .input-select, .form-3 .form-item input[type=date], .form-3 .form-item input[type=email], .form-3 .form-item input[type=number], .form-3 .form-item input[type=password], .form-3 .form-item input[type=search], .form-3 .form-item input[type=tel], .form-3 .form-item input[type=text], .form-3 .form-item select, .form-3 .form-item textarea {
    border: solid #e3e3e3;
    border-radius: 6px;
    border-width: 1px 1px 3px;
    display: block;
    min-height: 45px;
    padding: 9px 25px;
    width: 100%
}

.form-3 .form-item .input-select:focus, .form-3 .form-item input[type=date]:focus, .form-3 .form-item input[type=email]:focus, .form-3 .form-item input[type=number]:focus, .form-3 .form-item input[type=password]:focus, .form-3 .form-item input[type=search]:focus, .form-3 .form-item input[type=tel]:focus, .form-3 .form-item input[type=text]:focus, .form-3 .form-item select:focus, .form-3 .form-item textarea:focus {
    border-color: var(--primary)
}

.form-3 .form-item .input-select {
    padding: 0 !important
}

.form-3 .form-item .input-select .select2-container .select2-selection--single {
    height: 45px
}

.form-3 .form-item .input-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: inherit !important;
    right: 20px !important;
    top: 21px
}

.form-3 .form-item .input-select .select2-container--default .select2-selection--single .select2-selection__placeholder, .form-3 .form-item .input-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--black);
    font-size: 12px !important;
    padding-left: 20px !important
}

.form-3 .form-item .input-select-multiple {
    height: 45px !important;
    overflow: hidden
}

.form-3 .form-item .input-select-multiple input {
    height: 0 !important;
    min-height: inherit !important;
    opacity: 0 !important
}

.form-3 .form-item .input-select-multiple .select2-selection__rendered {
    margin: 0 !important;
    position: relative !important;
    top: 15px !important
}

.form-3 .form-item .input-checkbox .checkbox-wrap {
    cursor: pointer;
    display: block;
    height: 21px;
    padding-left: 33px;
    padding-top: 2px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-3 .form-item .input-checkbox .checkbox-wrap:hover input ~ .checkbox-mark {
    background-color: #ccc
}

.form-3 .form-item .input-checkbox .checkbox-wrap input {
    cursor: pointer;
    opacity: 0;
    position: absolute
}

.form-3 .form-item .input-checkbox .checkbox-wrap input:checked ~ .checkbox-mark {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important
}

.form-3 .form-item .input-checkbox .checkbox-wrap input:checked ~ .checkbox-mark:after {
    display: block
}

.form-3 .form-item .input-checkbox .checkbox-wrap .checkbox-mark {
    background-color: #fff;
    border: solid #e1e1e1;
    border-radius: 2px;
    border-width: 1px 1px 3px;
    height: 21px;
    left: 4px;
    position: absolute;
    top: 0;
    width: 21px
}

.form-3 .form-item .input-checkbox .checkbox-wrap .checkbox-mark:after {
    border: solid var(--white);
    border-width: 0 3px 3px 0;
    content: "";
    display: none;
    height: 12px;
    position: absolute;
    right: 7px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px
}

.form-3 .form-item .input-checkbox .checkbox-wrap .checkbox-label {
    color: #333
}

.form-3 .form-item .form-label {
    background-color: var(--base-0);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    left: 15px;
    padding: 0 9px;
    position: absolute;
    top: 0;
    z-index: 9
}

.form-3 .form-item .form-input-q {
    margin-bottom: 9px
}

.form-3 .form-item .form-error {
    background-color: var(--base-0);
    bottom: -4px;
    color: #f56c6c;
    display: inline-block;
    left: 20px;
    position: absolute
}

.form-3 .form-input-divider {
    display: block;
    height: 30px;
    margin: 6px 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.form-3 .form-input-divider .or {
    display: block;
    height: 15px;
    left: 6px;
    margin: auto;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
    width: 15px;
    z-index: 3
}

.form-3 .form-input-divider:after, .form-3 .form-input-divider:before {
    background-color: var(--gray);
    content: "";
    height: 1px;
    position: absolute;
    top: 14px;
    width: 50%
}

.form-3 .form-input-divider:before {
    left: -15px
}

.form-3 .form-input-divider:after {
    right: -15px
}

.form-3 .input-fp {
    color: var(--primary);
    font-size: 12px;
    position: relative;
    top: 2px
}

.quantity {
    position: relative
}

.quantity input {
    margin: 0;
    padding: 0;
    text-align: left
}

.quantity .quantity-button {
    background-color: var(--primary);
    border-radius: 50%;
    color: var(--base-0);
    cursor: pointer;
    font-size: 18px;
    height: 30px;
    line-height: 31px;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px
}

.quantity .quantity-button.quantity-up {
    position: absolute;
    right: 39px;
    top: 7px
}

.quantity .quantity-button.quantity-down {
    position: absolute;
    right: 7px;
    top: 7px
}

#form-details-of-classrooms {
    border-left: 1px solid var(--gray);
    padding-left: 30px;
    padding-top: 30px;
    position: relative
}

#form-details-of-classrooms h4 {
    color: var(--primary);
    font-size: 16px;
    padding-left: 15px;
    position: relative
}

#form-details-of-classrooms h4:before {
    background-color: var(--gray);
    content: "";
    height: 1px;
    left: -30px;
    position: absolute;
    top: 11px;
    width: 30px
}

#form-details-of-classrooms h4:after {
    background-color: var(--primary);
    border-radius: 50%;
    content: "";
    height: 12px;
    left: -6px;
    position: absolute;
    top: 6px;
    width: 12px
}

#form-details-of-classrooms ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#form-details-of-classrooms ul li {
    display: block
}

#form-details-of-classrooms ul li:not(:last-child) {
    border-bottom: 1px solid var(--gray);
    margin-bottom: 30px;
    padding-bottom: 15px
}

.button {
    border-radius: 6px;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-right: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    white-space: nowrap
}

.button.button-block {
    display: block;
    float: inherit;
    width: 100%
}

.button-xs {
    font-size: 11px;
    height: 24px;
    margin-bottom: 0;
    padding: 0 12px
}

.button-sm {
    font-size: 12px;
    height: 36px;
    padding: 9px 18px
}

.button-circle-sm {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    width: 36px
}

.button-md {
    font-size: 14px;
    height: 45px;
    padding: 12px 30px
}

.button-circle-md {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    width: 45px
}

.button-lg {
    font-size: 14px;
    height: 45px;
    padding: 12px 27px
}

.button-circle-lg {
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    width: 55px
}

.button-xl {
    font-size: 16px;
    height: 62px;
    padding: 16px 42px
}

.button-circle-xl {
    font-size: 20px;
    height: 62px;
    line-height: 62px;
    width: 62px
}

.button-dark {
    background-color: #242424;
    color: #fff
}

.button-dark:hover {
    background-color: #111;
    color: #fff
}

.button-light {
    background-color: #fff;
    color: #333
}

.button-light:hover {
    background-color: #eee;
    color: #000
}

.button-default {
    background-color: var(--default);
    color: var(--base-1)
}

.button-default:hover {
    color: var(--base-1)
}

.button-default:hover, .button-primary {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.button-primary {
    background-color: var(--primary);
    color: var(--base-0)
}

.button-primary:hover {
    background-color: var(--primary-1);
    color: var(--base-0)
}

.button-success {
    background-color: var(--color-5);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    color: var(--base-0)
}

.button-success:hover {
    background-color: var(--color-5-2);
    color: var(--base-0)
}

.button-secondary {
    background-color: var(--secondary);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    color: var(--base-0)
}

.button-secondary:hover {
    background-color: var(--secondary-1);
    color: var(--base-0)
}

.button-gradient {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    color: #fff
}

.button-gradient:hover {
    -webkit-box-shadow: 0 3px 12px var(--primary);
    box-shadow: 0 3px 12px var(--primary);
    color: #fff
}

.button-line-light {
    border: 1px solid var(--base-0);
    color: var(--base-0)
}

.button-line-dark {
    border: 1px solid var(--base-1);
    color: var(--base-1)
}

.button-line-primary {
    border: 1px solid var(--primary);
    color: var(--primary)
}

.button-line-secondary {
    border: 1px solid var(--secondary);
    color: var(--secondary)
}

.button-flat {
    border-radius: 0
}

.button-circle {
    border-radius: 50%
}

.button-circle i {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.button-radius {
    border-radius: 24px
}

.button-icon-md {
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px
}

.button-icon-lg {
    line-height: 60px
}

.button-icon-lg, .button-icon-xl {
    font-size: 18px;
    height: 60px;
    text-align: center;
    width: 60px
}

.button-icon-xl {
    line-height: 64px
}

.button .icon {
    position: relative;
    z-index: 3
}

.button .hover-wave {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.button .hover-wave:after, .button .hover-wave:before {
    background-color: var(--gray);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.button .hover-wave:before {
    opacity: .3
}

.button .hover-wave:after {
    opacity: .15
}

.button:hover .hover-wave {
    opacity: 1
}

.button:hover .hover-wave:before {
    -webkit-animation: wave-animate 1.2s infinite;
    animation: wave-animate 1.2s infinite
}

.button:hover .hover-wave:after {
    -webkit-animation: wave-animate 1.5s infinite;
    animation: wave-animate 1.5s infinite
}

.button-alt:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: .15;
    position: absolute;
    top: 0;
    width: 100%
}

.button-alt.button-alt-primary {
    color: var(--primary)
}

.button-alt.button-alt-primary:before {
    background-color: var(--primary-1)
}

.button-alt.button-alt-secondary {
    color: var(--secondary)
}

.button-alt.button-alt-secondary:before {
    background-color: var(--secondary-1)
}

.button-alt.button-circle:before {
    border-radius: 50%
}

.button {
    overflow: hidden;
    position: relative
}

.button .text {
    position: relative;
    z-index: 1
}

.button .wave {
    opacity: 1
}

.button .wave, .button .wave-hover {
    -webkit-animation: drift 8s linear infinite;
    animation: drift 8s linear infinite;
    border-radius: 43%;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .3);
    height: 500px;
    left: 50%;
    margin-left: -250px;
    margin-top: -480px;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 50% 49%;
    transform-origin: 50% 49%;
    width: 500px
}

.button .wave-hover {
    opacity: 0
}

.button:hover .wave-hover {
    opacity: 1
}

.button-gmail {
    background-color: #d44638
}

.button-gmail img {
    width: 21px
}

.button-gmail:hover {
    background-color: #b23121
}

.button-arrow .icon-arrow {
    background-color: var(--primary);
    display: block;
    height: 2px;
    position: relative;
    top: 6px;
    width: 45px
}

.button-arrow .icon-arrow:after, .button-arrow .icon-arrow:before {
    background-color: var(--primary);
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 10px
}

.button-arrow .icon-arrow:before {
    top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.button-arrow .icon-arrow:after {
    bottom: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.el-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.el-list li {
    color: var(--text-color);
    display: block;
    font-weight: 500;
    margin-bottom: 10px
}

.el-list li .fa {
    color: var(--primary);
    margin-right: 6px;
    position: relative;
    top: 1px
}

.el-list-icon {
    direction: ltr;
    list-style: none;
    margin: 0;
    padding: 0
}

.el-list-icon li {
    color: var(--text-color);
    display: block;
    font-size: 15px;
    font-weight: 500
}

.el-list-icon li .fa {
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: 4px
}

.el-list-icon li:not(:last-child) {
    margin-bottom: 18px
}

.el-list-icon li.active {
    color: var(--primary)
}

.el-tabs {
    overflow: hidden;
    position: relative
}

.el-tabs ul {
    list-style: none;
    padding: 0
}

.el-tabs ul.el-tabs-links {
    margin-bottom: 30px;
    padding: 0;
    text-align: center
}

.el-tabs ul.el-tabs-links li {
    border-radius: 30px;
    color: red;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 15px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-tabs ul.el-tabs-links li.active {
    background-color: var(--primary);
    color: var(--base-1)
}

.el-tabs ul.el-tabs-items {
    text-align: center
}

.el-tabs ul.el-tabs-items li {
    overflow: hidden
}

.el-tabs ul.el-tabs-items li.hide {
    display: none
}

@media (max-width: 768px) {
    .el-tabs .el-tabs-links {
        white-space: nowrap
    }

    .el-tabs .el-tabs-links li {
        font-size: 10px;
        letter-spacing: .03em;
        margin: 0;
        padding: 6px 7px
    }

    .el-tabs .el-tabs-links li:after {
        margin: 0
    }
}

.el-tags {
    list-style: none;
    margin: 0 0 15px;
    padding: 0
}

.el-tags li {
    background-color: var(--gray);
    border-radius: 12px;
    color: var(--base-1);
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 3px;
    padding: 6px 9px
}

.el-table {
    color: #666;
    direction: rtl
}

.el-table th {
    color: var(--base-1)
}

.el-table td {
    font-size: 12px
}

.el-table table.dataTable {
    margin-bottom: 15px
}

.el-table .dataTables_wrapper {
    direction: rtl !important
}

.el-table .dataTables_wrapper .dataTables_info, .el-table .dataTables_wrapper .dataTables_length {
    background-color: var(--gray);
    border-radius: 24px;
    color: var(--base-1);
    padding: 9px 24px
}

.el-table .dataTables_wrapper .dataTables_length select {
    color: var(--primary)
}

.el-table .dataTables_wrapper .dataTables_length select option {
    color: var(--base-1);
    display: block;
    width: 100%
}

.el-table .dataTables_wrapper .dataTables_filter {
    border-radius: 24px;
    color: var(--base-1);
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 9px 15px;
    position: relative;
    width: 50%
}

.el-table .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #999;
    border-radius: 24px;
    height: 36px;
    left: -15px;
    margin-left: 15px;
    padding-left: 66px;
    position: absolute;
    top: 0
}

.el-table .date {
    direction: ltr
}

.el-table .name {
    font-weight: 700
}

.el-table .status {
    position: relative;
    top: 6px
}

.el-table .teacher {
    font-weight: 700
}

.el-table .teacher img {
    border-radius: 50%;
    height: 33px;
    margin-right: 6px;
    width: 33px
}

.el-table .btn {
    display: block;
    font-size: 12px;
    white-space: nowrap
}

.el-table .btn i {
    display: inline-block;
    font-size: 10px;
    margin-right: 3px;
    position: relative;
    top: 1px;
    width: 12px
}

.el-table .btn i.fa-times {
    left: 1px
}

@media (max-width: 768px) {
    .el-table .custom-hide {
        display: none
    }
}

@media (max-width: 640px) {
    .el-table .dataTables_wrapper .dataTables_filter, .el-table .dataTables_wrapper .dataTables_filter input {
        width: 100%
    }
}

.el-alert {
    border: 1px solid transparent;
    border-radius: 9px;
    border-radius: 6px;
    margin-bottom: 30px;
    width: 100%
}

.el-alert .alert-flex .alert-icon {
    width: 90px
}

.el-alert .alert-flex .alert-icon .icon {
    background-color: hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    color: var(--primary);
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px
}

.el-alert .alert-flex .alert-links {
    width: 180px
}

.el-alert .alert-flex .alert-links .button {
    background-color: hsla(0, 0%, 100%, .3);
    color: var(--primary)
}

.el-alert .alert-flex .alert-links .button.button-md, .el-alert .alert-flex .alert-links .button.button-sm {
    position: relative;
    top: 3px
}

.el-alert .alert-flex .alert-content {
    min-height: 80px;
    padding-top: 27px;
    width: 100%
}

.el-alert.alert-info {
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.el-alert.alert-info .alert-content p, .el-alert.alert-info .alert-icon .icon {
    color: #383d41
}

.el-alert.alert-info .alert-links {
    width: 180px
}

.el-alert.alert-info .alert-links .button {
    background-color: hsla(0, 0%, 100%, .3);
    color: #383d41
}

.el-alert.alert-danger {
    background-color: #ffe9e9
}

.el-alert.alert-danger .alert-content p, .el-alert.alert-danger .alert-icon .icon {
    color: #f56c6c
}

.el-alert.alert-danger .alert-links {
    width: 180px
}

.el-alert.alert-danger .alert-links .button {
    background-color: hsla(0, 0%, 100%, .3);
    color: #f56c6c
}

.el-alert.alert-warning {
    background-color: #fdf0de
}

.el-alert.alert-warning .alert-content p, .el-alert.alert-warning .alert-icon .icon {
    color: orange
}

.el-alert.alert-warning .alert-links {
    width: 180px
}

.el-alert.alert-warning .alert-links .button {
    background-color: hsla(0, 0%, 100%, .3);
    color: orange
}

.el-alert.alert-success {
    background-color: #ebf3e8
}

.el-alert.alert-success .alert-content p, .el-alert.alert-success .alert-icon .icon {
    color: green
}

.el-alert.alert-success .alert-links {
    width: 180px
}

.el-alert.alert-success .alert-links .button {
    background-color: hsla(0, 0%, 100%, .3);
    color: green
}

.el-alert.alert-default {
    border: 1px solid #ccc;
    border-radius: 6px
}

@media (max-width: 992px) {
    .el-alert .alert-flex {
        display: block !important;
        padding: 9px 12px 15px;
        position: relative
    }

    .el-alert .alert-flex .alert-icon {
        left: 15px;
        position: absolute;
        top: 25px
    }

    .el-alert .alert-flex .alert-links {
        display: block;
        width: 100%
    }

    .el-alert .alert-flex .alert-links .button {
        display: block;
        font-size: 12px;
        margin-bottom: 12px;
        padding-left: 6px;
        padding-right: 6px;
        text-align: center
    }

    .el-alert .alert-flex .alert-content {
        display: block;
        padding-left: 75px;
        width: 100%
    }

    .el-alert .alert-flex .alert-content p {
        font-size: 12px
    }
}

@media (max-width: 768px) {
    .el-alert .alert-flex .alert-icon {
        display: none
    }

    .el-alert .alert-flex .alert-content {
        padding-left: 0;
        padding-right: 0
    }
}

.el-accordion {
    background-color: var(--base-0);
    border-radius: 9px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .45s;
    transition: all .45s;
    width: 992px
}

.el-accordion .el-accordion-head {
    color: var(--text-color);
    cursor: pointer;
    height: 84px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.el-accordion .el-accordion-head .accordion-image {
    height: 84px;
    width: 84px
}

.el-accordion .el-accordion-head .accordion-image img {
    position: relative;
    top: 18px;
    width: 30px
}

.el-accordion .el-accordion-head .accordion-title {
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    width: 90%
}

.el-accordion .el-accordion-head .accordion-title h3, .el-accordion .el-accordion-head .accordion-title h4 {
    color: var(--text-color);
    font-size: 14px;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.el-accordion .el-accordion-head .accordion-arrow {
    height: 84px;
    position: relative;
    text-align: center;
    width: 84px
}

.el-accordion .el-accordion-head .accordion-arrow span {
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all .45s;
    transition: all .45s
}

.el-accordion .el-accordion-head .accordion-arrow.active span {
    color: var(--primary);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.el-accordion .el-accordion-body {
    background-color: #f7f7f7;
    border-top: 1px solid var(--gray);
    display: none;
    overflow: hidden;
    padding: 30px 45px;
    position: relative
}

.el-accordion .el-accordion-body p {
    font-size: 12px;
    margin: 0
}

.el-accordion .el-accordion-body.active {
    display: block
}

.el-accordion:hover {
    -webkit-box-shadow: 0 3px 1px 0 var(--primary);
    box-shadow: 0 3px 1px 0 var(--primary)
}

.el-accordion.active .el-accordion-head .accordion-title h4, .el-accordion:hover .el-accordion-head .accordion-title h4 {
    color: var(--primary)
}

@media (max-width: 992px) {
    .el-accordion .el-accordion-head .accordion-title h4 {
        font-size: 14px
    }

    .el-accordion .el-accordion-body {
        padding: 20px 30px
    }

    .el-accordion .el-accordion-body p {
        font-size: 12px;
        text-align: justify
    }
}

.el-comments .comments-form .form-item {
    margin-bottom: 0
}

.el-comments .comments-form .form-item textarea {
    margin-bottom: 7px;
    min-height: 90px
}

.el-comments .comments-list .comments-body .comments-ul {
    list-style: none;
    padding: 0
}

.el-comments .comments-list .comments-body .comments-ul li .comment {
    border-bottom: 1px solid var(--gray);
    border: 1px solid var(--gray);
    margin-bottom: 12px;
    padding: 20px
}

.el-comments .comments-list .comments-body .comments-ul li .comment .comment-head {
    padding-left: 54px;
    position: relative;
    text-align: left
}

.el-comments .comments-list .comments-body .comments-ul li .comment .comment-head .date {
    bottom: 15px;
    color: var(--text-color);
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 0
}

.el-comments .comments-list .comments-body .comments-ul li .comment .comment-head .author {
    font-size: 14px;
    margin: 0 0 3px;
    position: relative;
    top: 1px
}

.el-comments .comments-list .comments-body .comments-ul li .comment .comment-head .avatar {
    border-radius: 50%;
    height: 42px;
    left: 0;
    margin: 0 !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 42px
}

.el-comments .comments-list .comments-body .comments-ul li .comment .comment-head .opacity {
    color: var(--text-color);
    font-size: 12px
}

.el-comments .comments-list .comments-body .comments-ul li .comment .comment-head .score {
    display: none;
    position: absolute;
    right: 0;
    top: 0
}

.el-comments .comments-list .comments-body .comments-ul li .comment .comment-head .score .el-stars li {
    color: var(--text-color)
}

.el-comments .comments-list .comments-body .comments-ul li .comment .comment-head .score .title {
    color: #333;
    display: block;
    font-size: .9em;
    font-weight: 700;
    margin-bottom: 6px
}

.el-comments .comments-list .comments-body .comments-ul li .comment .comment-body {
    margin-bottom: 25px
}

.el-comments .comments-list .comments-body .comments-ul li .comment .comment-body p {
    color: var(--text-color);
    font-size: 12px;
    margin: 0;
    text-align: justify
}

.el-comments .comments-list .comments-body .comments-ul li .comment .comment-body .reply {
    display: block;
    font-size: 12px
}

.el-comments .comments-list .comments-body .comments-ul li .comment .comment-body .reply .fa {
    font-size: 11px;
    position: relative;
    top: 1px
}

.el-comments .comments-list .comments-body .comments-ul li .comment .comment-body .reply:hover {
    color: var(--primary)
}

.el-comments .comments-list .comments-body .comments-ul li:hover .el-stars li {
    color: orange !important
}

.el-comments .comments-list .comments-body .el-pagination {
    display: block;
    float: inherit !important;
    margin: 0;
    padding: 0;
    text-align: center
}

.el-cta {
    overflow: hidden;
    position: relative
}

.el-cta p {
    color: var(--base-0);
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center
}

.el-cta .display-center {
    text-align: center;
    z-index: 3
}

.el-cta .parallax-window {
    background: transparent;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.el-cta:after {
    background-color: var(--primary);
    border-radius: 6px;
    bottom: 0;
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    width: 100%
}

.el-cta-1 {
    height: 450px
}

.el-cta-1 .heading {
    margin: auto;
    max-width: 600px
}

.el-cta-1 .heading p {
    margin-bottom: 25px
}

.el-cta-1 .heading h2 {
    color: var(--base-0);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin: auto auto 20px
}

.el-cta-1 .heading h2 span {
    position: relative;
    z-index: 1
}

.el-cta-1 .heading h2 .text-border {
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    z-index: 1
}

.el-cta-1 .heading h2 .text-border:after {
    background-color: orange;
    bottom: 9px;
    content: "";
    height: 12px;
    left: 6px;
    opacity: .3;
    position: absolute;
    right: 6px;
    z-index: 0
}

.el-cta-1 .bg-color {
    height: 6000px !important;
    opacity: .75;
    top: -900px !important
}

.el-cta-4 {
    padding: 30px 0 15px
}

.el-cta-4 p {
    color: var(--text-color);
    text-align: left
}

.el-cta-4 .button {
    bottom: 45px;
    position: absolute;
    right: 0
}

@media (max-width: 992px) {
    .el-cta-1 .heading p {
        font-size: .9em;
        padding-left: 1px;
        padding-right: 15px
    }

    .el-cta-1 .heading h2 {
        font-size: 21px
    }

    .el-cta-4, .el-cta-4 p {
        text-align: center
    }

    .el-cta-4 p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .el-cta-4 h3 {
        font-size: 16px
    }

    .el-cta-4 .button {
        bottom: 0;
        position: relative
    }
}

.el-tag {
    color: var(--text-color);
    display: inline-block;
    height: 30px;
    overflow: hidden;
    position: relative
}

.el-tag .el-tag-icon {
    border-radius: 50%;
    float: left;
    height: 24px;
    left: 0;
    margin-right: 6px;
    overflow: hidden;
    top: 0;
    width: 24px
}

.el-tag .el-tag-label {
    float: left;
    font-size: 12px;
    padding-top: 2px
}

.el-stars {
    list-style: none;
    margin: 0;
    padding: 0
}

.el-stars li {
    color: orange;
    display: inline-block;
    margin-right: 0
}

.el-card, .el-panel, .section-features.section-features-1 .item {
    background-color: var(--base-0);
    border-radius: 9px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25) !important;
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25) !important;
    margin: 0 1px 6px;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all .45s;
    transition: all .45s;
    width: 100%
}

.el-card p, .el-panel p, .section-features.section-features-1 .item p {
    font-family: Poppins, sans-serif;
    font-size: 12px
}

.el-card .avatar, .el-panel .avatar, .section-features.section-features-1 .item .avatar {
    background-color: var(--gray);
    border-radius: 50%;
    height: 105px;
    margin: 30px auto 25px;
    position: relative;
    width: 105px
}

.el-card .avatar > img, .el-panel .avatar > img, .section-features.section-features-1 .item .avatar > img {
    border-radius: 50%
}

.el-card .avatar .is-experienced, .el-panel .avatar .is-experienced, .section-features.section-features-1 .item .avatar .is-experienced {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 33px
}

.el-card .other, .el-panel .other, .section-features.section-features-1 .item .other {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 9px 20px 0;
    text-align: left
}

.el-card .other .price, .el-panel .other .price, .section-features.section-features-1 .item .other .price {
    font-size: 12px;
    position: relative
}

.el-card .other .price .text-color, .el-panel .other .price .text-color, .section-features.section-features-1 .item .other .price .text-color {
    float: right;
    font-size: .99em;
    font-weight: 700;
    position: relative
}

.el-card .other .price .text-color.old-price, .el-panel .other .price .text-color.old-price, .section-features.section-features-1 .item .other .price .text-color.old-price {
    color: #f56c6c;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: line-through
}

.el-card .other .price .text-color.new-price, .el-panel .other .price .text-color.new-price, .section-features.section-features-1 .item .other .price .text-color.new-price {
    bottom: 0;
    position: relative
}

.el-card .icons, .el-panel .icons, .section-features.section-features-1 .item .icons {
    list-style: none;
    margin: 0;
    padding: 0
}

.el-card .icons li, .el-panel .icons li, .section-features.section-features-1 .item .icons li {
    display: block;
    margin-bottom: 6px
}

.el-card .icons li .icon-off, .el-panel .icons li .icon-off, .section-features.section-features-1 .item .icons li .icon-off {
    background-color: var(--primary);
    border-radius: 50%;
    color: var(--base-0);
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

.el-card .icons li .icon-lang, .el-panel .icons li .icon-lang, .section-features.section-features-1 .item .icons li .icon-lang {
    border-radius: 50%;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    width: 30px
}

.el-card .icons li .icon-status, .el-panel .icons li .icon-status, .section-features.section-features-1 .item .icons li .icon-status {
    background-color: var(--primary);
    border-radius: 4px;
    color: var(--base-0);
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 6px
}

.el-card .icons.icons-right, .el-panel .icons.icons-right, .section-features.section-features-1 .item .icons.icons-right {
    height: 90px;
    padding-right: 12px;
    padding-top: 12px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 120px
}

.el-card .icons.icons-left, .el-panel .icons.icons-left, .section-features.section-features-1 .item .icons.icons-left {
    height: 90px;
    left: 0;
    padding-left: 12px;
    padding-top: 12px;
    position: absolute;
    top: 0;
    width: 120px
}

.el-card .icons.icons-center, .el-panel .icons.icons-center, .section-features.section-features-1 .item .icons.icons-center {
    text-align: center
}

.el-card .icons.icons-center li, .el-panel .icons.icons-center li, .section-features.section-features-1 .item .icons.icons-center li {
    display: inline-block
}

.el-card .text-color, .el-panel .text-color, .section-features.section-features-1 .item .text-color {
    padding-left: 6px;
    padding-right: 4px
}

.el-card:hover, .el-panel:hover, .section-features.section-features-1 .item:hover {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 3px 0 var(--primary) !important;
    box-shadow: 0 1px 3px 0 var(--primary) !important
}

.el-panel {
    margin-bottom: 30px;
    text-align: left !important
}

.el-panel .icons {
    z-index: 15
}

.el-panel .icons.icons-right {
    right: -15px
}

.el-panel .icons.icons-left {
    left: -15px
}

.el-panel .el-panel-body {
    padding: 30px;
    position: relative
}

.el-panel .el-panel-body p {
    font-size: 14px
}

.el-panel .el-panel-body .el-panel-title {
    margin-bottom: 6px;
    position: relative
}

.el-panel .el-panel-body .el-panel-title h1, .el-panel .el-panel-body .el-panel-title h2, .el-panel .el-panel-body .el-panel-title h3 {
    background-color: var(--base-0);
    color: var(--base-1);
    display: inline-block;
    font-size: 21px;
    line-height: 1.5;
    padding-right: 15px;
    position: relative;
    z-index: 1
}

.el-panel .el-panel-body .el-panel-title:before {
    background-color: var(--gray);
    content: "";
    height: 7px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 100%
}

.el-panel .el-panel-body .el-panel-line {
    border-bottom: 1px solid var(--gray);
    margin: 0 0 18px;
    padding: 0 0 18px;
    position: relative
}

.el-panel .el-panel-body .el-panel-line p {
    margin: 0;
    text-align: left
}

.el-panel .el-panel-body .el-panel-line .label {
    font-weight: 700
}

.el-panel .el-panel-body .el-panel-line .subtitle, .el-panel .el-panel-body .el-panel-line .title {
    color: var(--text-color);
    font-size: .9em
}

.el-panel .el-panel-body .el-panel-line .reserved {
    list-style: none;
    padding: 20px 15px 0
}

.el-panel .el-panel-body .el-panel-line .reserved li {
    display: block;
    margin-bottom: 9px
}

.el-panel .el-panel-body .el-panel-line .reserved li .fa {
    color: var(--primary)
}

.el-panel .el-panel-body .el-panel-line .reserved li .date {
    color: var(--secondary);
    margin-left: 6px
}

.el-panel .el-panel-body .el-panel-line .reserved li .name {
    display: none
}

.el-panel .el-panel-body .el-panel-line .reserved li .button {
    display: inline-block
}

.el-panel .el-panel-body .el-panel-image {
    margin-bottom: 25px;
    overflow: hidden;
    padding-top: 57%;
    position: relative
}

.el-panel .el-panel-body .el-panel-image img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.el-panel.el-panel-calendar .item {
    border: 1px solid var(--gray);
    border-radius: 9px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    font-size: 12px;
    margin-bottom: 12px;
    padding: 30px 15px 30px 36px;
    position: relative
}

.el-panel.el-panel-calendar .item .week {
    color: var(--primary)
}

.el-panel.el-panel-calendar .item .date {
    color: var(--text-color)
}

.el-panel.el-panel-calendar .item .hour {
    color: var(--secondary);
    float: right;
    font-weight: 700
}

.el-panel.el-panel-calendar .item:before {
    background-color: var(--primary);
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 20px;
    margin-top: -1px;
    position: absolute;
    top: 36px;
    width: 6px
}

.el-panel.el-panel-financial p {
    text-align: center !important
}

.el-panel.el-panel-financial p.price {
    color: var(--base-0);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px
}

.el-panel.el-panel-financial p.price .value {
    position: relative;
    top: 3px
}

.el-panel.el-panel-financial p.price .currency {
    font-weight: 500
}

.el-panel.el-panel-financial .button {
    margin: 0 auto !important;
    text-align: center
}

.el-panel.el-panel-course-widget .teacher {
    border-bottom: 1px solid var(--gray);
    margin-bottom: 20px;
    position: relative
}

.el-panel.el-panel-course-widget .teacher .title {
    color: var(--base-1);
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px;
    text-align: center
}

.el-panel.el-panel-course-widget .teacher .excerpt {
    color: var(--text-color);
    font-size: .9em;
    line-height: 1.8;
    margin: 0 0 15px;
    max-height: 42px;
    overflow: hidden;
    text-align: center
}

.el-panel.el-panel-course-widget .teacher .avatar {
    border-radius: 50%;
    height: 102px;
    margin: 0 auto 20px;
    position: relative;
    width: 102px
}

.el-panel.el-panel-course-widget .teacher .avatar img {
    border-radius: 50%
}

.el-panel.el-panel-course-widget .teacher .avatar .icons {
    position: absolute
}

.el-panel.el-panel-teacher-widget .teacher {
    border-bottom: 1px solid var(--gray);
    height: 129px;
    margin-bottom: 18px;
    padding-left: 120px;
    padding-top: 18px;
    position: relative;
    text-align: left
}

.el-panel.el-panel-teacher-widget .teacher .title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px
}

.el-panel.el-panel-teacher-widget .teacher .excerpt {
    color: var(--text-color);
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
    max-height: 42px;
    overflow: hidden;
    text-align: left
}

.el-panel.el-panel-teacher-widget .teacher .avatar {
    background-color: var(--gray);
    border-radius: 50%;
    height: 102px;
    left: 0;
    margin: 0 !important;
    position: absolute;
    top: 9px;
    width: 102px
}

.el-panel.el-panel-teacher-widget .teacher .avatar img {
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.el-panel.el-panel-teacher-widget .teacher .icons.icons-right {
    right: -20px;
    top: -20px
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section-teacher .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%
    }

    .section-teacher .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64%;
        flex: 0 0 64%;
        max-width: 64%
    }

    .section-teacher .reserved {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width: 992px) {
    .el-panel .el-panel-body {
        padding: 20px
    }

    .el-panel .el-panel-body p {
        font-size: 12px
    }
}

@media (max-width: 768px) {
    .el-panel .el-panel-body {
        padding: 30px 15px
    }

    .el-panel .el-panel-body .el-panel-title h2 {
        font-size: 16px
    }
}

.el-progress {
    margin-bottom: 60px;
    position: relative
}

.el-progress span {
    color: var(--text-color);
    display: inline-block;
    font-weight: 500;
    margin-bottom: 15px
}

.el-progress .el-icon {
    margin-bottom: 25px
}

.el-progress .el-progress-count {
    left: 0;
    position: absolute;
    top: 12px
}

.el-progress div {
    background-color: #eee;
    border-radius: 3px;
    height: 12px
}

.el-progress div .el-progress-bar {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    background-color: var(--primary);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
    width: 0
}

.divider {
    background-color: var(--primary);
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px
}

.divider, .divider.divider-1 {
    height: 4px;
    position: relative;
    width: 63px
}

.divider.divider-1 {
    background: var(--primary);
    margin-bottom: 15px
}

.divider.divider-1-1 {
    margin-left: 12px !important
}

.divider.divider-1-2:before {
    right: -9px
}

.divider.divider-1-2:after, .divider.divider-1-2:before {
    background-color: var(--primary);
    border-radius: 50%;
    content: "";
    height: 5px;
    position: absolute;
    width: 5px
}

.divider.divider-1-2:after {
    right: -17px
}

.divider.divider-1-2.divider-single {
    right: 12px
}

.el-headline {
    margin-bottom: 50px;
    position: relative;
    width: 100%
}

.el-headline .el-headline-title {
    font-size: 36px
}

.el-headline .el-headline-label {
    position: relative
}

.el-headline .el-headline-label span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.el-headline .el-headline-label:before {
    background-color: var(--primary);
    border-radius: 50%;
    bottom: 10px;
    content: "";
    height: 36px;
    left: 0;
    margin: auto;
    opacity: .75;
    position: absolute;
    right: 0;
    width: 36px
}

.el-headline.center {
    margin-left: auto;
    margin-right: auto;
    max-width: 576px;
    text-align: center
}

@media (max-width: 768px) {
    .el-headline p {
        font-size: 14px
    }

    .el-headline .el-headline-title {
        font-size: 21px
    }
}

.el-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 12
}

.el-heading p {
    font-size: 18px;
    font-weight: 300;
    margin: 0
}

.el-heading h2 {
    color: var(--primary);
    color: #151515;
    font-size: 30px;
    letter-spacing: -1.2px;
    margin-bottom: 12px
}

.el-heading h2 .text-color {
    color: var(--primary)
}

.el-heading h3 {
    color: var(--text-color);
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 300;
    margin: 0
}

.el-heading .divider {
    margin-top: 25px
}

.el-heading.light h2, .el-heading.light h3, .el-heading.light p {
    color: var(--base-0)
}

.el-heading.light .divider-line {
    background-color: var(--base-0)
}

.el-heading.center {
    text-align: center
}

.el-line-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    position: relative
}

.el-line-title h3 {
    color: var(--base-1);
    font-size: 21px;
    line-height: 1.5;
    padding-right: 15px;
    white-space: nowrap
}

.el-line-title .line {
    background-color: var(--gray);
    content: "";
    height: 7px;
    position: relative;
    top: 12px;
    width: 100%
}

@media (max-width: 768px) {
    .el-heading p {
        font-size: 14px
    }

    .el-heading h2 {
        font-size: 20px
    }

    .el-heading h3 {
        font-size: 14px
    }
}

.el-slider {
    position: relative
}

.el-slider, .el-slider .el-slide {
    height: 100%;
    width: 100%
}

.el-slider .swiper-container {
    height: 100%;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 100%
}

.el-slider .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.el-slider .swiper-container .swiper-pagination {
    bottom: 0
}

.el-slider .swiper-container .swiper-button-next, .el-slider .swiper-container .swiper-button-prev {
    background-color: var(--primary);
    border-radius: 50%;
    color: var(--base-0);
    height: 36px;
    line-height: 36px;
    opacity: 0;
    text-align: center;
    width: 36px;
    z-index: 999999
}

.el-slider .swiper-container .swiper-button-next:after, .el-slider .swiper-container .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 900
}

.el-slider .swiper-container:hover .swiper-button-next, .el-slider .swiper-container:hover .swiper-button-prev {
    -webkit-animation: bounce-out .8s linear normal;
    animation: bounce-out .8s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 1
}

.el-slider .el-slider-arrows .el-slider-next, .el-slider .el-slider-arrows .el-slider-prev {
    background-color: var(--primary);
    color: var(--base-0);
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 36px;
    z-index: 12
}

.el-slider .el-slider-arrows .el-slider-next.el-slider-prev, .el-slider .el-slider-arrows .el-slider-prev.el-slider-prev {
    right: 0
}

.el-slider .el-slider-arrows .el-slider-next.el-slider-next, .el-slider .el-slider-arrows .el-slider-prev.el-slider-next {
    left: 0
}

.el-slider.el-slider-dots .swiper-container {
    margin-bottom: -45px !important;
    padding-bottom: 60px !important
}

.el-scroll {
    border: 1px solid #fff;
    border-radius: 25px;
    bottom: 66px;
    height: 45px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 18
}

.el-scroll:before {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    background: #fff;
    border-radius: 3px;
    height: 9px;
    top: 9px;
    width: 2px
}

.el-scroll-line, .el-scroll:before {
    content: "";
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0
}

.el-scroll-line {
    background-color: #fff;
    bottom: 0;
    height: 50px;
    width: 1px
}

.el-blockquote {
    font-size: 16px;
    font-style: inherit;
    margin-top: 30px;
    overflow: hidden;
    padding: 15px 30px 15px 81px;
    position: relative
}

.el-blockquote p {
    font-weight: 100;
    margin-bottom: 15px;
    text-align: right
}

.el-blockquote .el-blockquote-icon {
    background: var(--primary);
    border-radius: 50%;
    color: var(--base-1);
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding-top: 4px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 12px;
    width: 60px
}

.el-blockquote .el-blockquote-author {
    color: var(--primary);
    font-size: 14px
}

.el-circle-side {
    background-color: var(--base-0);
    border-radius: 50%;
    height: 100vh;
    opacity: .3;
    padding-right: 50%;
    padding-top: 50%;
    position: absolute;
    top: 0;
    width: 100vh
}

.el-circle-side.right {
    right: 7
}

.el-circle-side.left {
    left: 7%
}

@media (max-width: 768px) {
    .el-circle-side {
        display: none
    }
}

.el-list-check {
    list-style: none;
    margin: 0 15px 20px;
    padding: 0
}

.el-list-check li {
    display: block;
    font-weight: 500;
    margin-bottom: 9px
}

.el-list-check li .text {
    padding-left: 9px
}

.el-list-check li .icon {
    color: green;
    margin-left: 9px;
    position: relative;
    top: 1px
}

.el-go-back {
    color: var(--base-1);
    display: block;
    position: relative
}

.el-go-back .icon {
    margin-left: 6px;
    position: relative;
    right: -3px;
    top: 2px
}

.el-icon {
    display: block;
    margin-bottom: 30px;
    position: relative
}

.el-icon .el-icon-icon {
    font-size: 30px;
    line-height: 36px;
    position: relative;
    right: 10px;
    top: 10px;
    z-index: 3
}

.el-icon .el-icon-label, .el-icon .el-icon-subtitle, .el-icon .el-icon-title {
    display: block;
    padding-right: 15px;
    padding-top: 9px
}

.el-icon .el-icon-label {
    font-size: 14px;
    margin-bottom: 3px;
    position: relative;
    top: -1px
}

.el-icon .el-icon-title {
    font-size: 16px;
    margin-bottom: 3px;
    position: relative;
    top: -2px
}

.el-icon .el-icon-small {
    font-size: 80%
}

.el-icon .el-icon-subtitle {
    font-size: 12px
}

.el-icon .el-icon-circle {
    display: block;
    height: 36px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 36px
}

.el-icon .el-icon-circle .el-icon-inner {
    font-size: 30px;
    position: absolute;
    right: 9px;
    top: 9px
}

.el-icon .el-icon-circle:before {
    background-color: var(--primary);
    border-radius: 50%;
    content: "";
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px
}

.el-icon.el-icon-dark .el-icon-subtitle, .el-icon.el-icon-dark .el-icon-title {
    color: var(--black)
}

.el-icon.el-icon-light .el-icon-subtitle, .el-icon.el-icon-light .el-icon-title {
    color: var(--white)
}

.el-icon:before {
    background: var(--primary);
    border-radius: 50%;
    content: "";
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px
}

.el-read-more {
    padding-top: 100px
}

.el-read-more .button span {
    position: relative;
    top: 2px
}

.el-read-more .button.button-default {
    border: 1px solid #eee
}

.el-social-links {
    list-style: none;
    margin: 0;
    padding: 0
}

.el-social-links li {
    background-color: var(--primary);
    border-radius: 50%;
    display: inline-block;
    height: 36px;
    line-height: 39px;
    text-align: center;
    width: 36px
}

.el-social-links li a {
    color: #333;
    color: var(--base-0)
}

.el-social-links li:hover {
    background-color: var(--primary-1)
}

.el-social-links li:hover a {
    color: var(--base-0) !important
}

.el-pagination {
    direction: ltr;
    float: right;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    text-align: right
}

.el-pagination li {
    border-radius: 50%;
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    height: 33px;
    line-height: 33px;
    min-width: 33px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-pagination li a {
    display: block
}

.el-pagination li .fa {
    display: inline-block;
    padding-left: 12px;
    position: relative;
    top: 1px
}

.el-pagination li.active, .el-pagination li:hover {
    background-color: var(--primary);
    color: var(--base-0)
}

.el-sortination {
    white-space: nowrap
}

.el-sortination ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.el-sortination ul li {
    border-bottom: 3px solid transparent;
    color: var(--text-color);
    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    padding: 8px 14px
}

.el-sortination ul li.active, .el-sortination ul li:hover {
    border-bottom-color: #5b70f9;
    color: var(--base-1)
}

.el-sortination p {
    color: var(--text-color);
    display: inline-block;
    font-size: .9em;
    margin-right: 12px
}

.el-sortination p .fa {
    font-size: 11px;
    margin-right: 3px;
    position: relative;
    top: -1px
}

.el-sortination p .title {
    font-size: 14px;
    font-weight: 600
}

@media (max-width: 1200px) {
    .el-sortination ul li {
        font-size: 12px;
        padding-left: 9px;
        padding-right: 9px
    }
}

.el-banner {
    overflow: hidden;
    padding: 60px 0;
    position: relative;
    text-align: center
}

.el-banner .el-banner-content {
    margin: 0 auto 30px;
    padding: 30px;
    position: relative;
    z-index: 12
}

.el-banner .el-banner-content p {
    color: var(--base-0);
    font-size: 14px;
    margin: 0 auto 30px;
    max-width: 600px;
    opacity: .6;
    text-align: center
}

.el-banner .el-banner-content h2 {
    color: var(--base-0);
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
    margin: auto auto 20px
}

.el-excerpt-posts ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.el-excerpt-posts ul li {
    border-bottom: 1px solid var(--gray);
    margin-bottom: 20px;
    padding-bottom: 15px
}

.el-excerpt-posts ul li .item {
    padding: 9px
}

.el-excerpt-posts ul li .item p {
    font-size: 12px;
    margin-bottom: 20px
}

.el-excerpt-posts ul li .item h4 {
    font-size: 16px
}

.el-excerpt-posts ul li .item .button {
    background-color: var(--gray);
    border: 1px solid var(--gray);
    color: var(--text-color)
}

.el-excerpt-posts ul li .item a:hover {
    color: var(--primary)
}

.el-featured-posts {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 18
}

.el-featured-posts .post {
    background-color: var(--base-1);
    border-radius: 12px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25) !important;
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25) !important;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.el-featured-posts .post .post-image {
    overflow: hidden;
    padding-top: 60%;
    position: relative;
    -webkit-transition: all .45s;
    transition: all .45s
}

.el-featured-posts .post .post-image img {
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.el-featured-posts .post .post-image:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, #000));
    background: linear-gradient(180deg, transparent 0, #000 75%);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 39%;
    width: 100%
}

.el-featured-posts .post .post-details {
    bottom: -60px;
    left: 0;
    padding: 15px 30px;
    position: absolute;
    -webkit-transition: all .45s;
    transition: all .45s
}

.el-featured-posts .post .post-details h1, .el-featured-posts .post .post-details h2 {
    color: var(--base-0);
    font-size: 21px;
    padding-top: 15px
}

.el-featured-posts .post .post-details .button {
    padding-left: 0
}

.el-featured-posts .post .post-details .post-details-footer {
    padding-top: 30px;
    -webkit-transition: all .45s;
    transition: all .45s
}

.el-featured-posts .post .post-details .post-details-footer .author {
    color: var(--base-0);
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin-right: 15px;
    opacity: .75;
    padding-left: 45px;
    padding-top: 8px;
    position: relative
}

.el-featured-posts .post .post-details .post-details-footer .author img {
    border: 2px solid var(--primary);
    border-radius: 50%;
    height: 36px;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px
}

.el-featured-posts .post:hover .post-image {
    opacity: .6
}

.el-featured-posts .post:hover .post-details {
    bottom: 0
}

.el-featured-posts .post:hover .post-details h1, .el-featured-posts .post:hover .post-details h2 {
    color: var(--primary)
}

.el-featured-posts .post:hover .post-details .post-details-footer {
    padding-top: 0
}

@media (min-width: 768px) and (max-width: 992px) {
    .el-featured-posts .post.post-side .post-details h2 {
        font-size: 16px !important
    }
}

@media (max-width: 768px) {
    .el-featured-posts .post .post-details p {
        display: none !important
    }

    .el-featured-posts .post .post-details h1, .el-featured-posts .post .post-details h2 {
        font-size: 18px !important
    }
}

.el-flag {
    overflow: hidden;
    position: relative
}

.el-flag .inner {
    height: 45px;
    position: relative
}

.el-flag .inner img {
    border-radius: 50%;
    display: block;
    float: left;
    height: 27px;
    left: 15px;
    position: absolute;
    top: 12px;
    width: 27px
}

.el-flag .inner .title {
    font-size: .9em;
    left: 0;
    padding-left: 51px;
    padding-top: 15px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 100%
}

.el-calendar {
    position: relative
}

.el-calendar .el-calendar-tabs {
    border-radius: 24px;
    padding: 15px 20px
}

.el-calendar .el-calendar-tabs ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.el-calendar .el-calendar-tabs ul.week-days {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-content: center;
    align-items: center;
    border-bottom: 4px solid var(--gray);
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 3px 15px 15px
}

.el-calendar .el-calendar-tabs ul.week-days li {
    cursor: pointer;
    font-size: 12px;
    padding: 0 15px;
    position: relative
}

.el-calendar .el-calendar-tabs ul.week-days li p {
    margin-bottom: 0;
    text-align: center
}

.el-calendar .el-calendar-tabs ul.week-days li p .week-day-name {
    color: var(--black)
}

.el-calendar .el-calendar-tabs ul.week-days li.active .week-day-name, .el-calendar .el-calendar-tabs ul.week-days li.active p {
    color: var(--primary)
}

.el-calendar .el-calendar-tabs ul.week-days li.deactive .week-day-name, .el-calendar .el-calendar-tabs ul.week-days li.deactive p {
    color: #ccc;
    cursor: no-drop;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-calendar .el-calendar-tabs ul.day-hours {
    background-color: var(--base-0);
    padding: 30px 0 15px
}

.el-calendar .el-calendar-tabs ul.day-hours li {
    border: 2px solid var(--secondary);
    border-radius: 4px;
    border-radius: 24px;
    color: var(--secondary);
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 2px;
    padding: 9px 24px;
    position: relative
}

.el-calendar .el-calendar-tabs ul.day-hours li .day-cell {
    font-size: 11px;
    font-weight: 700;
    margin: 0
}

.el-calendar .el-calendar-tabs ul.day-hours li.clicked {
    background-color: #fff0e0;
    border-color: var(--primary);
    color: var(--primary)
}

.el-calendar .el-calendar-tabs ul.day-hours li.selected {
    border-color: var(--primary);
    color: var(--primary)
}

.el-calendar .el-calendar-tabs ul.day-hours li.inactive {
    background-color: var(--gray);
    border-color: var(--gray) !important;
    color: #999
}

.el-calendar .el-calendar-tabs ul.day-hours li.inactive:after {
    background-color: hsla(0, 0%, 100%, .45);
    color: #f56c6c;
    content: "Inactive";
    font-size: 9px;
    height: 100%;
    left: -6px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -3px
}

.el-calendar .el-calendar-tabs ul.day-hours li.reserved {
    background-color: var(--gray);
    border-color: var(--gray) !important;
    color: #999
}

.el-calendar .el-calendar-tabs ul.day-hours li.reserved:after {
    background-color: hsla(0, 0%, 100%, .45);
    color: #f56c6c;
    content: "Reserved";
    font-size: 9px;
    height: 100%;
    left: -6px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -3px
}

.el-calendar .el-calendar-tabs ul.day-hours:not(.active) {
    display: none
}

.el-calendar .el-calendar-tabs ul.day-items {
    background-color: var(--base-0);
    padding: 30px 0 0
}

.el-calendar .el-calendar-tabs ul.day-items li {
    padding: 30px 0
}

.el-calendar.el-calendar-week {
    padding: 0 30px;
    position: relative;
    top: -30px
}

.el-calendar-slider {
    position: relative
}

.el-calendar-slider .el-calendar-slider-next, .el-calendar-slider .el-calendar-slider-prev {
    border: 1px solid var(--primary);
    border-radius: 50%;
    color: var(--primary);
    cursor: pointer;
    display: block;
    height: 36px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 24px;
    width: 36px;
    z-index: 15
}

.el-calendar-slider .el-calendar-slider-next span, .el-calendar-slider .el-calendar-slider-prev span {
    font-size: 18px;
    font-weight: 700
}

.el-calendar-slider .el-calendar-slider-next.inactive, .el-calendar-slider .el-calendar-slider-prev.inactive {
    border-color: #e1e1e1;
    color: #ccc
}

.el-calendar-slider .el-calendar-slider-next.disabled, .el-calendar-slider .el-calendar-slider-prev.disabled {
    cursor: no-drop;
    opacity: .3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.el-calendar-slider .el-calendar-slider-next.el-calendar-slider-prev, .el-calendar-slider .el-calendar-slider-prev.el-calendar-slider-prev {
    left: -15px
}

.el-calendar-slider .el-calendar-slider-next.el-calendar-slider-next, .el-calendar-slider .el-calendar-slider-prev.el-calendar-slider-next {
    right: -15px
}

.el-calendar-slider .el-calendar-slider-wrapper {
    position: relative
}

.el-calendar-slider .el-calendar-slider-wrapper .el-calendar-slider-item {
    display: none;
    left: 100%;
    opacity: 0;
    position: absolute;
    right: -100%;
    top: 0;
    -webkit-transition: all .27s;
    transition: all .27s;
    visibility: hidden
}

.el-calendar-slider .el-calendar-slider-wrapper .el-calendar-slider-item.active {
    display: block !important;
    left: 0 !important;
    opacity: 1 !important;
    position: relative !important;
    right: 0 !important;
    visibility: visible !important
}

@media (max-width: 1200px) {
    .el-calendar .el-calendar-tabs ul.week-days {
        padding: 3px 15px 15px
    }

    .el-calendar .el-calendar-tabs ul.week-days li {
        font-size: 11px;
        padding: 0 9px
    }

    .el-calendar .el-calendar-tabs ul.day-hours {
        padding: 30px 0 15px
    }

    .el-calendar .el-calendar-tabs ul.day-hours li {
        border: 1px solid var(--secondary);
        margin-bottom: 10px;
        margin-right: 2px;
        padding: 6px 12px
    }

    .el-calendar .el-calendar-tabs ul.day-hours li .day-cell {
        font-size: 10px
    }
}

@media (max-width: 768px) {
    .el-calendar .el-calendar-tabs {
        padding: 0
    }

    .el-calendar .el-calendar-tabs ul.week-days {
        padding: 3px 15px 15px
    }

    .el-calendar .el-calendar-tabs ul.week-days li {
        padding: 0
    }

    .el-calendar .el-calendar-tabs ul.week-days li .week-day-date, .el-calendar .el-calendar-tabs ul.week-days li .week-day-name {
        font-size: 10px
    }

    .el-calendar .el-calendar-tabs ul.day-hours {
        padding: 30px 0 15px
    }

    .el-calendar .el-calendar-tabs ul.day-hours li {
        border: 1px solid var(--secondary);
        margin-bottom: 6px;
        margin-right: 0;
        padding: 6px 9px
    }

    .el-calendar .el-calendar-tabs ul.day-hours li .day-cell {
        font-size: 10px;
        font-weight: 700
    }

    .el-calendar.el-calendar-week {
        padding: 0 9px
    }

    .el-calendar-slider .el-calendar-slider-next, .el-calendar-slider .el-calendar-slider-prev {
        top: 60px
    }

    .el-calendar-slider .el-calendar-slider-next.el-calendar-slider-prev, .el-calendar-slider .el-calendar-slider-prev.el-calendar-slider-prev {
        left: -9px !important
    }

    .el-calendar-slider .el-calendar-slider-next.el-calendar-slider-next, .el-calendar-slider .el-calendar-slider-prev.el-calendar-slider-next {
        right: -9px !important
    }
}

.el-popover {
    display: block;
    position: relative;
    text-align: center
}

.el-popover p {
    font-family: Poppins, sans-serif
}

.el-popover .button {
    margin-bottom: 9px !important;
    position: relative;
    text-align: center !important;
    z-index: 12
}

.el-popover .el-popover-title {
    -webkit-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    display: inline-block;
    left: 0;
    margin: auto;
    max-width: 144px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 75%;
    -webkit-transition: all .45s;
    transition: all .45s
}

.el-popover .el-popover-title span {
    background-color: #0a1032;
    border-radius: 6px;
    color: var(--base-0);
    display: block;
    font-size: 12px;
    font-weight: 700;
    min-height: 45px;
    padding: 12px 3px;
    position: relative;
    text-align: center;
    z-index: 1
}

.el-popover .el-popover-title:before {
    background-color: #0a1032;
    content: "";
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px
}

.el-popover.active .el-popover-title {
    opacity: 1;
    top: 100%
}

.el-deadline {
    border-left: 1px solid #ccc;
    overflow: hidden;
    padding-left: 30px;
    position: relative
}

.el-datepicker .bd-hide {
    display: none
}

.el-datepicker .bd-main {
    background-color: #fff;
    border: 1px solid #000;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    margin: 0;
    padding: 5px;
    width: auto !important;
    z-index: 9999
}

.el-datepicker .bd-calendar {
    margin: 0;
    padding: 0;
    width: 210px
}

.el-datepicker .bd-calendar table {
    border: none;
    width: 210px
}

.el-datepicker .bd-title {
    margin: 0;
    padding: 0;
    width: 210px
}

.el-datepicker .bd-dropdown {
    display: inline-block;
    float: left;
    width: 75px
}

.el-datepicker .bd-dropdown select {
    border: none;
    cursor: pointer;
    height: 30px;
    width: 100%
}

.el-datepicker .bd-next, .el-datepicker .bd-prev {
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 30px
}

.el-datepicker .bd-table thead {
    background-color: #555;
    color: #fff
}

.el-datepicker .bd-table thead tr {
    cursor: context-menu;
    height: 30px
}

.el-datepicker .bd-table thead tr th {
    text-align: center
}

.el-datepicker .bd-table tbody tr td {
    border: none
}

.el-datepicker .bd-empty-cell {
    height: 30px;
    width: 30px
}

.el-datepicker .bd-table-days button {
    background-color: #f8f8f8;
    border: 0;
    height: 30px;
    width: 30px
}

.el-datepicker .bd-table-days button:hover:enabled {
    background-color: #e7e7e7;
    color: red;
    cursor: pointer;
    font-weight: 700
}

.el-datepicker .bd-table-days button:disabled {
    background-color: #eee
}

.el-datepicker .bd-today {
    background-color: #dff0d8 !important;
    color: green
}

.el-datepicker .bd-holiday {
    background-color: #fde8e8 !important
}

.el-datepicker .bd-selected-day {
    color: red;
    font-weight: 700
}

.el-datepicker .bd-goto-today {
    background-color: #555;
    color: #fff;
    cursor: pointer;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    width: 210px
}

.preloader {
    background: var(--base-0);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999
}

.preloader .preloader-inner {
    position: absolute;
    right: 50%;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.preloader-1 {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 80px
}

.preloader-1:after {
    -webkit-animation: preloader-1 1.2s infinite;
    animation: preloader-1 1.2s infinite;
    border: 32px solid var(--primary);
    border-color: var(--primary) transparent var(--primary) transparent;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: " ";
    display: block;
    height: 0;
    margin: 8px;
    width: 0
}

.preloader-2 {
    display: inline-block;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px)
}

.preloader-2 > div {
    -webkit-animation: preloader-2 2.4s cubic-bezier(0, .2, .8, 1) infinite;
    animation: preloader-2 2.4s cubic-bezier(0, .2, .8, 1) infinite;
    background: var(--primary);
    border-radius: 50%;
    display: inline-block;
    height: 64px;
    margin: 8px;
    width: 64px
}

.preloader-3 {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 80px
}

.preloader-3 div {
    -webkit-animation: preloader-3 1.2s linear infinite;
    animation: preloader-3 1.2s linear infinite;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px
}

.preloader-3 div:after {
    background: var(--primary);
    border-radius: 20%;
    content: " ";
    display: block;
    height: 18px;
    position: absolute;
    right: 37px;
    top: 3px;
    width: 6px
}

.preloader-3 div:first-child {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.preloader-3 div:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.preloader-3 div:nth-child(3) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.preloader-3 div:nth-child(4) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.preloader-3 div:nth-child(5) {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.preloader-3 div:nth-child(6) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg)
}

.preloader-3 div:nth-child(7) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.preloader-3 div:nth-child(8) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg)
}

.preloader-3 div:nth-child(9) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

.preloader-3 div:nth-child(10) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.preloader-3 div:nth-child(11) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg)
}

.preloader-3 div:nth-child(12) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg)
}

.preloader-4 {
    display: inline-block;
    height: 80px;
    width: 80px
}

.preloader-4:after {
    -webkit-animation: preloader-4 1.2s linear infinite;
    animation: preloader-4 1.2s linear infinite;
    border: 6px solid var(--primary);
    border-color: var(--primary) transparent var(--primary) transparent;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 64px;
    margin: 8px;
    width: 64px
}

.preloader-5 {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 80px
}

.preloader-5 div {
    -webkit-animation: preloader-5 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: preloader-5 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 8px solid var(--primary);
    border-color: var(--primary) transparent transparent transparent;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 64px;
    margin: 8px;
    position: absolute;
    width: 64px
}

.preloader-5 div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.preloader-5 div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.preloader-5 div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

.preloader-6 {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 80px
}

.preloader-6 div {
    -webkit-animation: preloader-6 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: preloader-6 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px
}

.preloader-6 div:after {
    background: var(--primary);
    border-radius: 50%;
    content: " ";
    display: block;
    height: 7px;
    margin: -4px 0 0 -4px;
    position: absolute;
    width: 7px
}

.preloader-6 div:first-child {
    -webkit-animation-delay: -36ms;
    animation-delay: -36ms
}

.preloader-6 div:first-child:after {
    right: 63px;
    top: 63px
}

.preloader-6 div:nth-child(2) {
    -webkit-animation-delay: -72ms;
    animation-delay: -72ms
}

.preloader-6 div:nth-child(2):after {
    right: 56px;
    top: 68px
}

.preloader-6 div:nth-child(3) {
    -webkit-animation-delay: -.108s;
    animation-delay: -.108s
}

.preloader-6 div:nth-child(3):after {
    right: 48px;
    top: 71px
}

.preloader-6 div:nth-child(4) {
    -webkit-animation-delay: -.144s;
    animation-delay: -.144s
}

.preloader-6 div:nth-child(4):after {
    right: 40px;
    top: 72px
}

.preloader-6 div:nth-child(5) {
    -webkit-animation-delay: -.18s;
    animation-delay: -.18s
}

.preloader-6 div:nth-child(5):after {
    right: 32px;
    top: 71px
}

.preloader-6 div:nth-child(6) {
    -webkit-animation-delay: -.216s;
    animation-delay: -.216s
}

.preloader-6 div:nth-child(6):after {
    right: 24px;
    top: 68px
}

.preloader-6 div:nth-child(7) {
    -webkit-animation-delay: -.252s;
    animation-delay: -.252s
}

.preloader-6 div:nth-child(7):after {
    right: 17px;
    top: 63px
}

.preloader-6 div:nth-child(8) {
    -webkit-animation-delay: -.288s;
    animation-delay: -.288s
}

.preloader-6 div:nth-child(8):after {
    right: 12px;
    top: 56px
}

#form-calendar-time input {
    background-color: beige;
    border: 1px solid red;
    display: block;
    margin: 3px 9px;
    width: 100%
}

.el-radio-option {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.el-radio-option li {
    color: #7e8c9a;
    cursor: pointer;
    display: block;
    margin: 0 auto 9px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-align: left
}

.el-radio-option li input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.el-radio-option li input:checked ~ label {
    background-color: var(--secondary);
    color: var(--white)
}

.el-radio-option.el-radio-option-text li {
    max-width: 100%;
    min-height: 54px;
    width: 300px
}

.el-radio-option.el-radio-option-text li label {
    border: 1px solid #d4deee;
    border-radius: 4px;
    display: block;
    height: 100%;
    padding: 17px 24px;
    right: 0;
    top: 0;
    width: 100%
}

.el-radio-option.el-radio-option-icon {
    margin: auto;
    max-width: 100%;
    width: 630px
}

.el-radio-option.el-radio-option-icon li {
    background-color: var(--base-0);
    border: 1px solid #d4deee;
    border-radius: 4px;
    display: inline-block;
    height: 90px;
    margin-left: 4px;
    margin-right: 4px;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
    width: 90px
}

.el-radio-option.el-radio-option-icon li .icon {
    border-radius: 50%;
    height: 36px;
    margin: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 36px;
    z-index: 12
}

.el-radio-option.el-radio-option-icon li label {
    display: block;
    height: 100%;
    padding-top: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%
}

.old-price {
    color: #f56c6c !important;
    text-decoration: line-through
}

.new-price {
    padding-left: 6px;
    padding-right: 6px
}

.el-bg-wave {
    -webkit-animation: drift 8s linear infinite;
    animation: drift 8s linear infinite;
    border-radius: 43%;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .3);
    height: 500px;
    left: 50%;
    margin-left: -250px;
    margin-top: -480px;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 50% 49%;
    transform-origin: 50% 49%;
    width: 500px
}

.el-responsive-video {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

.el-responsive-video iframe {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.section-hero {
    height: 100vh;
    position: relative;
    width: 100%
}

.section-hero + .section-features-1 {
    margin-bottom: -60px;
    top: -60px
}

.section-hero .el-floating-shapes .shape {
    padding-top: 100%;
    position: absolute;
    width: 99px;
    z-index: 9
}

.section-hero .el-floating-shapes .shape img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-hero .el-floating-shapes .shape.shape-1 {
    left: 15%;
    top: 20%
}

.section-hero .el-floating-shapes .shape.shape-2 {
    left: 9%;
    top: 60%
}

.section-hero .el-floating-shapes .shape.shape-3 {
    right: 15%;
    top: 30%
}

.section-hero .el-floating-shapes .shape.shape-4 {
    right: 6%;
    top: 75%
}

.section-hero .display-center {
    z-index: 15
}

.section-hero .hero-content p {
    color: var(--text-color);
    font-size: 18px;
    margin-bottom: 30px
}

.section-hero .hero-content h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px
}

.section-hero .hero-content h1 span {
    position: relative;
    z-index: 1
}

.section-hero .hero-content h1 .text-border {
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    z-index: 1
}

.section-hero .hero-content h1 .text-border:after {
    background-color: var(--primary);
    bottom: 12px;
    content: "";
    height: 12px;
    left: 6px;
    opacity: .3;
    position: absolute;
    right: 6px;
    z-index: 0
}

.section-hero.section-hero-1 .hero-image {
    position: relative;
    z-index: 3
}

.section-hero.section-hero-1 .hero-image.hero-image-1 {
    position: absolute;
    right: 11%;
    top: 27%
}

.section-hero.section-hero-1 .hero-image.hero-image-1 img {
    width: 500px
}

.section-hero.section-hero-4 {
    height: 100vh
}

.section-hero.section-hero-4 .hero-content {
    padding-top: 80px
}

.section-hero.section-hero-5 {
    background-color: var(--primary)
}

.section-hero.section-hero-5 .hero-content {
    text-align: center
}

.section-hero.section-hero-5 .hero-content h1 {
    color: var(--base-0)
}

.section-hero .section-shape.shape-1 {
    left: -1%;
    position: absolute;
    top: -21% !important;
    width: 400px
}

.section-hero .section-shape.shape-2 {
    opacity: .3;
    position: absolute;
    right: 0;
    top: -30%;
    width: 400px
}

@media (min-width: 1300px) {
    .section-hero.section-hero-2 {
        min-height: 690px !important
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .section-hero.section-hero-2 {
        min-height: 570px !important
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section-hero.section-hero-2 {
        min-height: 570px !important
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .section-hero.section-hero-2 {
        min-height: 510px
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .section-hero.section-hero-2 {
        min-height: 630px !important
    }
}

@media (max-width: 1300px) {
    .section-hero.section-hero-2 .hero-image img {
        height: 190px
    }
}

@media (max-width: 992px) {
    .section-hero .hero-content {
        padding-top: 60px
    }

    .section-hero .hero-content p {
        font-size: 14px
    }

    .section-hero .hero-content h1 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .section-hero .hero-content h2 {
        font-size: 18px;
        margin-bottom: 30px
    }

    .section-hero.section-hero-1 .hero-image {
        opacity: .6
    }

    .section-hero.section-hero-1 .hero-image img {
        width: 390px !important
    }

    .section-hero.section-hero-4.overlay-color .bg-color {
        background-color: var(--base-1) !important;
        opacity: .6 !important
    }

    .section-hero.section-hero-4.overlay-image {
        background-position: top !important
    }

    .section-hero .el-floating-shapes {
        opacity: .45
    }
}

@media (max-width: 768px) {
    .section-hero.section-hero-1 .hero-image {
        opacity: .15
    }

    .section-hero.section-hero-1 .hero-image img {
        max-width: 90% !important;
        width: 390px !important
    }

    .section-hero.section-hero-2 .hero-image img {
        bottom: 45px;
        height: auto;
        width: 90%
    }

    .section-hero.section-hero-2 .display-spacing .hero-content {
        padding-top: 30px
    }

    .section-hero.section-hero-2 .display-spacing .hero-content .button {
        margin-bottom: 7px;
        width: 48%
    }

    .section-hero.section-hero-2 .display-spacing .hero-content .button.button-primary {
        display: block;
        width: 100%
    }
}

.section-about-1 .about-image {
    height: 100%;
    position: relative
}

.section-about-1 .about-image .image {
    height: 100%;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0
}

.section-resume-1 ul {
    list-style: none;
    padding: 0
}

.section-resume-1 ul li {
    display: block;
    position: relative
}

.section-resume-1 ul li:after {
    background-color: var(--base-1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -18px;
    width: 1px
}

.section-resume-1 .resume-title {
    line-height: 1;
    padding-left: 35px;
    position: relative;
    z-index: 3
}

.section-resume-1 .resume-title:before {
    background-color: var(--primary);
    border-radius: 50%;
    content: "";
    display: block;
    height: 15px;
    left: -7px;
    position: absolute;
    top: 5px;
    width: 15px
}

.section-resume-1 .resume-item {
    position: relative
}

.section-resume-1 .resume-item p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 10px
}

.section-resume-1 .resume-item .resume-body {
    padding: 20px 36px
}

.section-resume-1 .resume-item .resume-head {
    margin-bottom: 10px;
    padding-left: 90px;
    padding-top: 30px;
    position: relative
}

.section-resume-1 .resume-item .resume-head h5 {
    color: var(--base-1);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.section-resume-1 .resume-item .resume-head h6 {
    color: var(--base-1);
    font-size: 12px
}

.section-resume-1 .resume-item .resume-head .el-icon {
    left: 24px;
    position: absolute;
    top: 26px
}

.section-resume-1 .resume-item:before {
    background-color: var(--base-1);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 43px;
    width: 25px
}

.section-blog .el-card, .section-blog .el-panel, .section-blog .section-features.section-features-1 .item, .section-features.section-features-1 .section-blog .item {
    background: #f8f8f8;
    margin-bottom: 30px;
    padding: 30px 30px 20px;
    text-align: left
}

.section-blog .el-card .card-image, .section-blog .el-panel .card-image, .section-blog .section-features.section-features-1 .item .card-image, .section-features.section-features-1 .section-blog .item .card-image {
    background-color: var(--primary);
    margin-bottom: 25px;
    overflow: hidden;
    padding-top: 57%;
    position: relative;
    width: 100%
}

.section-blog .el-card .card-image img, .section-blog .el-panel .card-image img, .section-blog .section-features.section-features-1 .item .card-image img, .section-features.section-features-1 .section-blog .item .card-image img {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.section-blog .el-card .card-image:hover img, .section-blog .el-panel .card-image:hover img, .section-blog .section-features.section-features-1 .item .card-image:hover img, .section-features.section-features-1 .section-blog .item .card-image:hover img {
    opacity: .75;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section-blog .el-card .card-details, .section-blog .el-panel .card-details, .section-blog .section-features.section-features-1 .item .card-details, .section-features.section-features-1 .section-blog .item .card-details {
    position: relative
}

.section-blog .el-card .card-details p, .section-blog .el-panel .card-details p, .section-blog .section-features.section-features-1 .item .card-details p, .section-features.section-features-1 .section-blog .item .card-details p {
    font-size: 12px;
    margin-bottom: 20px
}

.section-blog .el-card .card-details h3, .section-blog .el-card .card-details h4, .section-blog .el-panel .card-details h3, .section-blog .el-panel .card-details h4, .section-blog .section-features.section-features-1 .item .card-details h3, .section-blog .section-features.section-features-1 .item .card-details h4, .section-features.section-features-1 .section-blog .item .card-details h3, .section-features.section-features-1 .section-blog .item .card-details h4 {
    font-size: 18px
}

.section-blog .el-card .card-details h3 a, .section-blog .el-card .card-details h4 a, .section-blog .el-panel .card-details h3 a, .section-blog .el-panel .card-details h4 a, .section-blog .section-features.section-features-1 .item .card-details h3 a, .section-blog .section-features.section-features-1 .item .card-details h4 a, .section-features.section-features-1 .section-blog .item .card-details h3 a, .section-features.section-features-1 .section-blog .item .card-details h4 a {
    display: block
}

.section-blog .el-card .card-details h3:hover, .section-blog .el-card .card-details h4:hover, .section-blog .el-panel .card-details h3:hover, .section-blog .el-panel .card-details h4:hover, .section-blog .section-features.section-features-1 .item .card-details h3:hover, .section-blog .section-features.section-features-1 .item .card-details h4:hover, .section-features.section-features-1 .section-blog .item .card-details h3:hover, .section-features.section-features-1 .section-blog .item .card-details h4:hover {
    color: var(--primary)
}

.section-blog .el-card .card-details .button, .section-blog .el-panel .card-details .button, .section-blog .section-features.section-features-1 .item .card-details .button, .section-features.section-features-1 .section-blog .item .card-details .button {
    height: 18px;
    padding: 0
}

.section-blog .el-card .card-details .post-meta, .section-blog .el-panel .card-details .post-meta, .section-blog .section-features.section-features-1 .item .card-details .post-meta, .section-features.section-features-1 .section-blog .item .card-details .post-meta {
    bottom: 3px;
    color: var(--text-color);
    position: absolute;
    right: 0
}

.section-blog .el-card .card-details .post-meta .fa, .section-blog .el-panel .card-details .post-meta .fa, .section-blog .section-features.section-features-1 .item .card-details .post-meta .fa, .section-features.section-features-1 .section-blog .item .card-details .post-meta .fa {
    padding-left: 3px
}

.section-single-post .single-post .post-image {
    border-radius: 9px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    margin-bottom: 45px;
    overflow: hidden;
    padding-top: 54%;
    position: relative
}

.section-single-post .single-post .post-image img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.section-single-post .single-post .post-details .post-head {
    margin-bottom: 45px;
    min-height: 90px;
    padding-left: 90px;
    position: relative
}

.section-single-post .single-post .post-details .post-head h1 {
    font-size: 27px
}

.section-single-post .single-post .post-details .post-head .post-info {
    color: #333;
    font-size: 14px;
    margin-bottom: 12px
}

.section-single-post .single-post .post-details .post-head .post-info .post-author, .section-single-post .single-post .post-details .post-head .post-info .post-date {
    color: var(--secondary)
}

.section-single-post .single-post .post-details .post-head .post-info .post-author:hover {
    color: var(--primary)
}

.section-single-post .single-post .post-details .post-head .post-author-image {
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 75px
}

.section-single-post .single-post .post-details .post-head .post-author-image img {
    border-radius: 50%;
    bottom: 0;
    height: 75px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 75px
}

.section-single-post .single-post .post-details .post-body p {
    color: #333;
    font-size: 15px
}

.section-single-post .single-post .post-details .post-body p a {
    color: var(--primary)
}

.section-single-post .single-post .post-details .post-body .post-tags {
    color: var(--text-color);
    display: block;
    padding: 30px 0
}

.section-single-post .single-post .post-details .post-body .post-tags > span {
    color: var(--black)
}

.section-single-post .single-post .post-details .post-body .post-tags ul {
    display: inline-block;
    list-style: none;
    padding: 0 0 0 15px
}

.section-single-post .single-post .post-details .post-body .post-tags ul li {
    color: var(--secondary);
    display: inline-block;
    font-size: 14px;
    margin-bottom: 3px;
    margin-left: 6px;
    position: relative
}

.section-single-post .single-post .post-details .post-body .post-tags ul li a {
    display: block;
    padding-left: 12px
}

.section-single-post .single-post .post-details .post-body .post-tags ul li:before {
    content: "#";
    font-size: 12px;
    left: 1px;
    position: absolute;
    top: 2px
}

.section-single-post .single-post .post-details .post-body .post-tags ul li:hover {
    color: var(--primary)
}

@media (max-width: 992px) {
    .page-blog .el-pagination {
        float: inherit;
        margin: 15px auto 45px;
        text-align: center !important
    }

    .section-blog .el-card .card-details h3, .section-blog .el-card .card-details h4, .section-blog .el-panel .card-details h3, .section-blog .el-panel .card-details h4, .section-blog .section-features.section-features-1 .item .card-details h3, .section-blog .section-features.section-features-1 .item .card-details h4, .section-features.section-features-1 .section-blog .item .card-details h3, .section-features.section-features-1 .section-blog .item .card-details h4 {
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .section-single-post .single-post .post-details .post-head {
        padding-left: 69px
    }

    .section-single-post .single-post .post-details .post-head h1 {
        font-size: 16px
    }

    .section-single-post .single-post .post-details .post-head .post-info {
        font-size: 12px
    }

    .section-single-post .single-post .post-details .post-head .post-info .post-date {
        display: block
    }

    .section-single-post .single-post .post-details .post-head .post-author-image {
        width: 60px
    }

    .section-single-post .single-post .post-details .post-head .post-author-image img {
        bottom: 6px;
        height: 57px;
        width: 57px
    }

    .section-single-post .single-post .post-details .post-body p {
        font-size: .9em
    }

    .section-single-post .single-post .post-details .post-body .post-tags, .section-single-post .single-post .post-details .post-body .post-tags ul li {
        font-size: 12px
    }
}

.section-testimonial .slick-dots {
    bottom: inherit;
    display: inline-block;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 0
}

.section-testimonial .testimonial-item {
    background-color: var(--base-0);
    border: 1px solid var(--base-1);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 0 15px 30px;
    padding: 30px;
    position: relative
}

.section-testimonial .testimonial-item p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px
}

.section-testimonial .testimonial-item .type {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 0 15px 30px;
    position: relative
}

.section-testimonial .testimonial-item .type span {
    position: relative;
    z-index: 6
}

.section-testimonial .testimonial-item .type:after {
    background-color: var(--primary);
    border-radius: 50%;
    bottom: -6px;
    content: "";
    height: 36px;
    left: -16px;
    opacity: .75;
    position: absolute;
    width: 36px
}

.section-testimonial .testimonial-item .author {
    height: 50px;
    padding-left: 65px;
    position: relative
}

.section-testimonial .testimonial-item .author h4 {
    font-size: 14px;
    margin-bottom: 6px
}

.section-testimonial .testimonial-item .author h5 {
    color: var(--base-1);
    font-size: 12px;
    margin-bottom: 0
}

.section-testimonial .testimonial-item .author img {
    border-radius: 50%;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px
}

.section-testimonial.section-testimonial-2 .item .author h4 {
    color: var(--base-1) !important;
    font-size: 14px;
    margin-bottom: 6px
}

.section-testimonial.section-testimonial-2 .item .author h5 {
    color: var(--text-color) !important
}

.section-testimonial .lets-work {
    padding-top: 90px;
    position: relative;
    text-align: center
}

.section-testimonial .lets-work .button {
    top: 0
}

@media (max-width: 992px) {
    .section-testimonial-1 .shape-2 {
        display: none
    }
}

@media (max-width: 768px) {
    .section-testimonial-1 .testimonial-item {
        padding: 20px
    }

    .section-testimonial-1 .testimonial-item p {
        font-size: 12px
    }
}

.section {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.section .display-cente {
    z-index: 12
}

.section .display-spacing {
    position: relative;
    z-index: 12
}

.section .section-shape {
    z-index: 1
}

.section .section-shape.shape-1 {
    left: -1%;
    position: absolute;
    top: -6%;
    width: 400px
}

.section .section-shape.shape-2 {
    opacity: .3;
    position: absolute;
    right: 0;
    top: -30%;
    width: 400px
}

.section .section-shape.shape-3 {
    left: 0;
    position: absolute;
    top: 0;
    width: 50%
}

.section.section-wave.section-wave-1:after {
    background: no-repeat url(../images/shapes/wave-1.png) bottom/cover;
    bottom: -1px;
    content: "";
    height: 20%;
    position: absolute;
    right: 0;
    width: 100%
}

.section.section-wave.section-wave-2:after {
    background: no-repeat url(../images/shapes/wave-2.png) bottom/cover;
    bottom: -90px;
    content: "";
    height: 20%;
    position: absolute;
    right: 0;
    width: 100%
}

.section.section-wave.section-wave-3:after {
    background: no-repeat url(../images/shapes/wave-3.png) bottom/cover;
    bottom: 0;
    content: "";
    height: 300px;
    position: absolute;
    right: 0;
    width: 100%
}

.section.section-wave.section-wave-6:after {
    background: repeat-x url(../images/shapes/wave-6.png) bottom/contain;
    bottom: 0;
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    width: 100%
}

.section .section-row {
    margin-left: -30px;
    margin-right: -30px
}

.section .section-row > * {
    padding-left: 30px;
    padding-right: 30px
}

.section .section-row .section-sidebar {
    overflow: hidden;
    position: relative
}

.section .section-row .section-sidebar .sidebar-inner {
    background-color: var(--base-0);
    padding: 30px;
    text-align: left !important
}

.section .section-row .section-sidebar .sidenav-filter-close, .section .section-row .section-sidebar .sidenav-sorting-close {
    display: none;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

.section .section-row .section-content {
    border-left: 1px solid #eee
}

.section .section-row .section-content .section-navbar {
    margin-bottom: 9px
}

.section .section-row .section-content .section-navbar-mobile {
    display: none;
    margin-bottom: 15px
}

.section .section-row .section-content .section-navbar-mobile .button .fa {
    position: relative;
    right: -6px;
    top: 2px
}

.section .section-row .section-content .section-navbar-sidebar {
    display: none
}

.section .section-row .section-content .section-navbar-sidebar .inner {
    height: 0;
    -webkit-transition: all .45s;
    transition: all .45s;
    width: 0
}

.section .section-row .section-content .section-navbar-sidebar .inner .el-pagination li:not(.next) {
    background-color: var(--gray)
}

.section .section-row .section-content .section-navbar-sidebar .inner .el-pagination li.next {
    color: var(--primary)
}

.section .section-row .section-content .section-navbar-sidebar .inner .el-pagination li.active {
    background-color: var(--primary)
}

.section .section-row .section-content .section-navbar-sidebar .inner .el-sortination {
    border-bottom: 1px solid var(--gray);
    margin-bottom: 30px;
    padding-bottom: 15px
}

.section .section-row .section-content .section-navbar-sidebar .inner .el-sortination p {
    color: var(--primary);
    display: block !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    text-align: center !important
}

.section .section-row .section-content .section-navbar-sidebar .inner .el-sortination li {
    font-size: 10px
}

.section .section-row .section-content .section-navbar-sidebar .sidenav-mobile-close {
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.section .section-fluid {
    padding-left: 45px;
    padding-right: 45px
}

@media (max-width: 1400px) {
    .section .section-row {
        margin-left: -15px;
        margin-right: -15px
    }

    .section .section-row > * {
        padding-left: 15px;
        padding-right: 15px
    }

    .section .section-row .section-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24% !important;
        flex: 0 0 24% !important;
        max-width: 24% !important
    }

    .section .section-row .section-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 76% !important;
        flex: 0 0 76% !important;
        max-width: 76% !important
    }

    .section .section-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 1300px) {
    .section .section-row {
        margin-left: -15px;
        margin-right: -15px
    }

    .section .section-row > * {
        padding-left: 15px;
        padding-right: 15px
    }

    .section .section-row .section-sidebar .sidebar-inner {
        padding: 30px 25px
    }
}

@media (max-width: 1200px) {
    .section .section-row .section-sidebar .sidebar-inner {
        padding: 30px 25px
    }

    .section .section-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 992px) {
    .section .section-row .section-sidebar {
        bottom: -100%;
        opacity: 0;
        position: absolute;
        -webkit-transition: all .45s;
        transition: all .45s;
        visibility: hidden
    }

    .section .section-row .section-sidebar .sidenav-filter-close, .section .section-row .section-sidebar .sidenav-sorting-close {
        background-color: rgba(0, 0, 0, .6);
        display: block
    }

    .section .section-row .section-sidebar.active {
        -webkit-box-flex: 0;
        bottom: 0;
        display: block;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        height: 60%;
        left: 0;
        max-width: 100% !important;
        opacity: 1;
        overflow-y: scroll;
        position: fixed;
        visibility: visible;
        width: 100%;
        z-index: 99999999
    }

    .section .section-row .section-sidebar.active .button-primary {
        border-radius: 0 !important;
        bottom: 0;
        height: 51px !important;
        position: fixed;
        right: 0;
        width: 100%
    }

    .section .section-row .section-sidebar .sidebar-inner {
        padding: 30px 25px
    }

    .section .section-row .section-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .section .section-row .section-content .section-navbar {
        display: none !important
    }

    .section .section-row .section-content .section-navbar-mobile {
        display: block !important
    }

    .section .section-row .section-content .section-navbar-sidebar.active {
        display: block
    }

    .section .section-row .section-content .section-navbar-sidebar.active .inner {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        bottom: 0;
        display: block;
        height: 60%;
        left: 0;
        margin: 0 !important;
        opacity: 1;
        overflow-y: scroll;
        padding: 30px;
        position: fixed;
        -webkit-transition: all .45s;
        transition: all .45s;
        visibility: visible;
        width: 100%;
        z-index: 9999
    }

    .section .section-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .section .section-navbar p {
        text-align: center !important
    }

    .section .section-navbar .el-pagination {
        float: inherit !important;
        margin: auto;
        text-align: center !important
    }

    .section .section-navbar .el-sortination {
        margin-bottom: 20px;
        text-align: center !important
    }
}

.section-courses .cards {
    margin-bottom: -3px
}

.section-courses .cards .el-card, .section-courses .cards .el-panel, .section-courses .cards .section-features.section-features-1 .item, .section-features.section-features-1 .section-courses .cards .item {
    border-radius: 12px !important;
    -webkit-box-shadow: 0 3px 6px 0 rgba(231, 234, 243, .6) !important;
    box-shadow: 0 3px 6px 0 rgba(231, 234, 243, .6) !important;
    margin: auto;
    padding: 30px;
    text-align: left
}

.section-courses .cards .el-card .card-image, .section-courses .cards .el-panel .card-image, .section-courses .cards .section-features.section-features-1 .item .card-image, .section-features.section-features-1 .section-courses .cards .item .card-image {
    width: 150px
}

.section-courses .cards .el-card .card-image img, .section-courses .cards .el-panel .card-image img, .section-courses .cards .section-features.section-features-1 .item .card-image img, .section-features.section-features-1 .section-courses .cards .item .card-image img {
    width: 60px
}

.section-courses .cards .el-card .card-links, .section-courses .cards .el-panel .card-links, .section-courses .cards .section-features.section-features-1 .item .card-links, .section-features.section-features-1 .section-courses .cards .item .card-links {
    text-align: right;
    width: 240px
}

.section-courses .cards .el-card .card-title, .section-courses .cards .el-panel .card-title, .section-courses .cards .section-features.section-features-1 .item .card-title, .section-features.section-features-1 .section-courses .cards .item .card-title {
    text-align: left;
    width: 300px
}

.section-courses .cards .el-card .card-title h3, .section-courses .cards .el-card .card-title h4, .section-courses .cards .el-panel .card-title h3, .section-courses .cards .el-panel .card-title h4, .section-courses .cards .section-features.section-features-1 .item .card-title h3, .section-courses .cards .section-features.section-features-1 .item .card-title h4, .section-features.section-features-1 .section-courses .cards .item .card-title h3, .section-features.section-features-1 .section-courses .cards .item .card-title h4 {
    font-size: 16px;
    margin: 0;
    padding-top: 3px
}

.section-courses .cards .el-card .card-title h3 .subtitle, .section-courses .cards .el-card .card-title h4 .subtitle, .section-courses .cards .el-panel .card-title h3 .subtitle, .section-courses .cards .el-panel .card-title h4 .subtitle, .section-courses .cards .section-features.section-features-1 .item .card-title h3 .subtitle, .section-courses .cards .section-features.section-features-1 .item .card-title h4 .subtitle, .section-features.section-features-1 .section-courses .cards .item .card-title h3 .subtitle, .section-features.section-features-1 .section-courses .cards .item .card-title h4 .subtitle {
    color: var(--text-color);
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-top: 9px
}

.section-courses .cards .el-card .card-body p, .section-courses .cards .el-panel .card-body p, .section-courses .cards .section-features.section-features-1 .item .card-body p, .section-features.section-features-1 .section-courses .cards .item .card-body p {
    margin: 0
}

.section-courses .cards .el-card:not(:last-child), .section-courses .cards .el-panel:not(:last-child), .section-courses .cards .section-features.section-features-1 .item:not(:last-child), .section-features.section-features-1 .section-courses .cards .item:not(:last-child) {
    border-bottom: 6px solid rgba(231, 234, 243, .6);
    margin-bottom: 3px
}

.section-courses .cards .el-card:hover, .section-courses .cards .el-panel:hover, .section-courses .cards .section-features.section-features-1 .item:hover, .section-features.section-features-1 .section-courses .cards .item:hover {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 3px 1px 0 var(--primary) !important;
    box-shadow: 0 3px 1px 0 var(--primary) !important
}

.section-courses .cards .el-card:hover .button:not(.disable), .section-courses .cards .el-panel:hover .button:not(.disable), .section-courses .cards .section-features.section-features-1 .item:hover .button:not(.disable), .section-features.section-features-1 .section-courses .cards .item:hover .button:not(.disable) {
    background-color: var(--primary);
    color: var(--base-0)
}

.section-courses-list .el-card, .section-courses-list .el-panel, .section-courses-list .section-features.section-features-1 .item, .section-features.section-features-1 .section-courses-list .item {
    max-width: 100% !important
}

.section-course .course {
    border-bottom: 1px solid var(--gray);
    margin-bottom: 18px
}

.section-course .course h1 {
    font-size: 21px
}

.section-course .course-image {
    background-color: var(--primary);
    overflow: hidden;
    padding-top: 56%;
    position: relative
}

.section-course .course-image img {
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

@media (max-width: 992px) {
    .section-courses .cards .el-card, .section-courses .cards .el-panel, .section-courses .cards .section-features.section-features-1 .item, .section-features.section-features-1 .section-courses .cards .item {
        padding-left: 30px;
        padding-right: 30px
    }

    .section-courses .cards .el-card .card-body, .section-courses .cards .el-panel .card-body, .section-courses .cards .section-features.section-features-1 .item .card-body, .section-features.section-features-1 .section-courses .cards .item .card-body {
        display: none !important
    }

    .section-courses .cards .el-card .card-title, .section-courses .cards .el-panel .card-title, .section-courses .cards .section-features.section-features-1 .item .card-title, .section-features.section-features-1 .section-courses .cards .item .card-title {
        width: 100%
    }

    .section-courses .cards .el-card .card-title h4, .section-courses .cards .el-panel .card-title h4, .section-courses .cards .section-features.section-features-1 .item .card-title h4, .section-features.section-features-1 .section-courses .cards .item .card-title h4 {
        font-size: 18px
    }

    .section-courses .cards .el-card .card-links, .section-courses .cards .el-panel .card-links, .section-courses .cards .section-features.section-features-1 .item .card-links, .section-features.section-features-1 .section-courses .cards .item .card-links {
        width: 150px
    }
}

@media (max-width: 768px) {
    .section-courses .cards .el-card, .section-courses .cards .el-panel, .section-courses .cards .section-features.section-features-1 .item, .section-features.section-features-1 .section-courses .cards .item {
        padding-left: 15px;
        padding-right: 6px
    }

    .section-courses .cards .el-card .card-title h4, .section-courses .cards .el-panel .card-title h4, .section-courses .cards .section-features.section-features-1 .item .card-title h4, .section-features.section-features-1 .section-courses .cards .item .card-title h4 {
        font-size: 16px
    }

    .section-courses .cards .el-card .card-image, .section-courses .cards .el-panel .card-image, .section-courses .cards .section-features.section-features-1 .item .card-image, .section-features.section-features-1 .section-courses .cards .item .card-image {
        display: none !important
    }

    .section-courses .cards .el-card .card-links, .section-courses .cards .el-panel .card-links, .section-courses .cards .section-features.section-features-1 .item .card-links, .section-features.section-features-1 .section-courses .cards .item .card-links {
        width: 120px
    }

    .section-courses .cards .el-card .card-links .button, .section-courses .cards .el-panel .card-links .button, .section-courses .cards .section-features.section-features-1 .item .card-links .button, .section-features.section-features-1 .section-courses .cards .item .card-links .button {
        font-size: 12px;
        height: 36px;
        padding: 9px 18px
    }
}

.section-services {
    color: var(--text-color)
}

.section-services h3, .section-services h4 {
    color: var(--base-1);
    font-size: 16px;
    height: 30px;
    margin-bottom: 30px
}

.section-services .item {
    margin-bottom: 30px
}

.section-services .item .name {
    font-size: 12px
}

.section-services .item .name:not(.name-en) {
    display: none
}

.section-services .item .image img {
    border-radius: 3px;
    margin-right: 15px;
    width: 30px
}

.section-services.section-services-2, .section-services.section-services-2 h3, .section-services.section-services-2 h4 {
    color: var(--base-0)
}

.section-teachers .card {
    margin-bottom: 0 !important
}

.section-teachers .card .inner .details {
    padding: 0 20px
}

.section-teachers .card .inner .details h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px
}

.section-teacher .teacher-video {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important
}

.section-teacher .teacher-stats {
    border-top: 1px solid var(--gray);
    margin-top: 45px;
    padding-top: 45px
}

.section-teacher .teacher-stats .item {
    margin-bottom: 45px;
    padding-left: 45px
}

.section-teacher .teacher-stats .item .title {
    font-size: 14px;
    margin-bottom: 9px
}

.section-teacher .teacher-stats .item .subtitle {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 300
}

.section-teacher .teacher-stats .item .stats-icon {
    margin-bottom: 12px;
    width: 36px
}

.section-teacher .teacher-stats.teacher-stats-2 {
    border-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: 0 !important;
    padding-top: 0 !important
}

.section-teacher .teacher-stats.teacher-stats-2 .item {
    padding-right: 0
}

.section-teacher .teacher-profile {
    margin: 45px 0;
    position: relative
}

.section-teacher .teacher-profile .avatar {
    border-radius: 50%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 120px
}

.section-teacher .teacher-profile .summary {
    padding-left: 180px;
    position: relative
}

.section-teacher .teacher-profile .summary h1 {
    color: #32335a;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 20px
}

.section-teacher .teacher-profile .summary .el-tag {
    margin-bottom: 12px
}

@media (max-width: 768px) {
    .section-teacher .teacher-stats .item .subtitle, .section-teacher .teacher-stats .item .title {
        font-size: 12px
    }
}

.section-features.section-features-1 .section-teachers-list.section-teachers-list-1 .item, .section-teachers-list.section-teachers-list-1 .el-card, .section-teachers-list.section-teachers-list-1 .el-panel, .section-teachers-list.section-teachers-list-1 .section-features.section-features-1 .item {
    margin-bottom: 15px !important
}

.section-teachers-list.section-teachers-list-2 .container {
    padding-left: 90px
}

.section-testimonial {
    background: top url(../images/patterns/1.jpg)/cover
}

.section-testimonial .item .content {
    background-color: var(--base-0);
    border-radius: 15px;
    padding: 30px;
    position: relative
}

.section-testimonial .item .content p {
    margin: 0;
    text-align: left
}

.section-testimonial .item .content:after {
    background-color: var(--base-0);
    bottom: -3px;
    content: "";
    display: block;
    height: 30px;
    left: 20px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px
}

.section-testimonial .item .author {
    height: 75px;
    left: 15px;
    position: relative;
    top: 30px
}

.section-testimonial .item .author h4, .section-testimonial .item .author h5 {
    color: var(--base-0);
    font-weight: 700;
    left: 60px;
    line-height: 1;
    opacity: .87;
    position: absolute;
    white-space: nowrap
}

.section-testimonial .item .author h4 {
    font-size: 14px;
    margin-bottom: 12px;
    top: 4px
}

.section-testimonial .item .author h5 {
    font-size: 12px;
    opacity: .6;
    top: 27px
}

.section-testimonial .item .author .avatar {
    border: 2px solid var(--base-0);
    border-radius: 50%;
    height: 45px;
    overflow: hidden;
    width: 45px
}

.section-testimonial .bg-color {
    opacity: .9
}

.section-testimonial .swiper-pagination-bullet {
    background-color: var(--gray)
}

.section-testimonial:after {
    background-color: var(--primary);
    border-radius: 6px;
    bottom: 0;
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    width: 100%
}

.section-auth, .section-auth .auth-form {
    min-height: 100vh;
    position: relative
}

.section-auth .auth-form {
    background-color: var(--base-0);
    max-width: 100%;
    width: 504px;
    z-index: 15
}

.section-auth .auth-form .form-3 {
    margin: auto;
    padding: 0 30px
}

.section-auth .auth-image {
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    width: 67%
}

@media (max-width: 992px) {
    .page-auth .el-heading {
        margin-bottom: 45px
    }

    .page-auth .display-spacing-plus {
        padding-top: 75px !important
    }

    .section-auth .auth-form {
        margin: auto;
        width: 100%
    }

    .section-auth .auth-form .form-3 {
        padding: 0
    }

    .section-auth .auth-image {
        display: none
    }
}

.section-blog .posts {
    position: relative;
    z-index: 1
}

.section-blog .posts .row {
    position: relative;
    z-index: 15
}

.select2 {
    width: 100% !important
}

.section-stepper .el-stepper .steps {
    display: none
}

.section-stepper .el-stepper .actions {
    padding-top: 60px
}

.section-stepper .el-stepper .actions ul {
    bottom: 15px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    right: 0;
    text-align: center
}

.section-stepper .el-stepper .actions ul li a {
    background-color: var(--primary);
    border-radius: 36px;
    color: var(--base-0);
    display: inline-block;
    height: 54px;
    line-height: 54px;
    padding-left: 45px;
    padding-right: 45px;
    text-align: center;
    width: 190px
}

.section-stepper .el-stepper .actions ul li:first-child, .section-stepper .el-stepper .content .stepper-head {
    display: none
}

.section-stepper .el-stepper .content .stepper-body {
    text-align: center
}

.section-stepper .el-stepper .content .stepper-body h3 {
    margin: 60px 0 75px
}

.section-stepper .el-stepper .content .stepper-body h3 small {
    color: var(--text-color)
}

.section-stepper .el-stepper .content .stepper-body .form-item {
    margin: auto;
    max-width: 100%;
    width: 330px
}

.section-stepper .el-stepper .el-stepper-error {
    color: red;
    display: block;
    font-weight: 700;
    height: 24px;
    padding-top: 30px;
    text-align: center
}

@media (max-width: 992px) {
    .section-stepper .el-stepper .content .stepper-body h3 {
        font-size: 16px;
        position: relative;
        top: -15px
    }
}

.page .default-content {
    margin-bottom: 30px
}

.page .default-content h1 {
    font-size: 33px
}

.page .default-content h2 {
    font-size: 27px
}

.page .default-content p {
    color: #333;
    font-size: 15px
}

.page .default-content img {
    display: block;
    margin: 0 auto 15px
}

.page-blog .el-pagination {
    margin-bottom: 15px !important
}

.page-content {
    margin: auto;
    max-width: 992px
}

.page-content ul {
    list-style: none;
    padding: 0
}

.page-teachers .display-spacing {
    padding-bottom: 0 !important
}

@media (max-width: 768px) {
    .page .default-content p {
        color: #333;
        font-size: 12px
    }
}

.section-how-it-works {
    border-top: 1px solid var(--gray)
}

.section-dashboard {
    min-height: 100vh
}

.section-dashboard .el-avatar {
    background-color: var(--gray);
    border-radius: 50%;
    height: 102px;
    left: 0;
    position: relative;
    top: 12px;
    width: 102px
}

.section-dashboard .el-avatar .avatar-upload {
    height: 100%;
    position: relative;
    width: 100%
}

.section-dashboard .el-avatar .avatar-upload .avatar-edit {
    left: -3px;
    position: absolute;
    top: -3px;
    z-index: 1
}

.section-dashboard .el-avatar .avatar-upload .avatar-edit input {
    display: none
}

.section-dashboard .el-avatar .avatar-upload .avatar-edit input + label {
    background: var(--base-0);
    border: 1px solid #eee;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    height: 34px;
    margin-bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 34px
}

.section-dashboard .el-avatar .avatar-upload .avatar-edit input + label:hover {
    border-color: var(--primary)
}

.section-dashboard .el-avatar .avatar-upload .avatar-edit input + label:hover:after {
    color: var(--base-1)
}

.section-dashboard .el-avatar .avatar-upload .avatar-edit input + label:after {
    color: var(--text-color);
    content: "\f040";
    font-family: FontAwesome;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px
}

.section-dashboard .el-avatar .avatar-upload .avatar-preview {
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    height: 100%;
    position: relative;
    width: 100%
}

.section-dashboard .el-avatar .avatar-upload .avatar-preview > div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    height: 100%;
    width: 100%
}

.section-dashboard .admin-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-dashboard .admin-row .admin-sidebar {
    -webkit-box-flex: 0;
    background-color: #000031;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    height: 100vh;
    max-width: 18%;
    padding-top: 90px
}

.section-dashboard .admin-row .admin-sidebar .panel {
    padding: 0 30px
}

.section-dashboard .admin-row .admin-sidebar .panel .panel-body .el-list-icon li {
    color: #999
}

.section-dashboard .admin-row .admin-sidebar .panel .panel-body .el-list-icon li.active {
    color: var(--primary)
}

.section-dashboard .admin-row .admin-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
    padding-top: 82px
}

@media (max-width: 992px) {
    .section-dashboard .el-avatar {
        margin: auto auto 30px
    }
}

.section-demo-hero .hero-image img {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

@media (min-width: 1200px) {
    .section-demo-hero .hero-image img {
        width: 600px !important
    }
}

.section-contact-1 .contact-image {
    height: 100%;
    position: relative
}

.section-contact-1 .contact-image .image {
    height: 100%;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0
}

.section-features.section-features-1 .item {
    margin-bottom: 9px;
    padding: 33px 0;
    position: relative;
    text-align: center
}

.section-features.section-features-1 .item h3 {
    color: var(--text-color);
    font-size: 14px
}

.section-features.section-features-1 .item img {
    border-radius: 50%;
    height: 39px;
    margin-bottom: 20px;
    width: 39px
}

.section-features.section-features-2 .item {
    margin-bottom: 60px;
    position: relative;
    text-align: center
}

.section-features.section-features-2 .item p {
    font-size: 12px;
    margin: 0 auto 15px;
    max-width: 270px;
    text-align: center
}

.section-features.section-features-2 .item h3, .section-features.section-features-2 .item h4 {
    font-size: 16px;
    margin-bottom: 15px
}

.section-features.section-features-2 .item img {
    height: 60px;
    margin: 0 auto 20px;
    width: 60px
}

@media (max-width: 992px) {
    .section-features.section-features-1 {
        padding-top: 30px !important
    }
}

.section-service .service-wrap {
    padding-top: 100%;
    position: relative
}

.section-service .service-wrap .service-item {
    border: 1px solid #000;
    height: 100%;
    left: 0;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 100%
}

.section-service .service-wrap .service-item p {
    font-size: 12px
}

.section-service .service-wrap .service-item h3 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 55px
}

.section-service .service-wrap .service-item .el-icon-icon {
    font-size: 30px;
    height: 36px;
    left: 30px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 36px
}

.section-service .service-wrap .service-item:hover, .section-service-3 .service-wrap .service-item {
    background-color: var(--primary)
}

@media (max-width: 768px) {
    .section-service .service-wrap .service-item {
        padding: 10px 20px 0
    }

    .section-service .service-wrap .service-item h3 {
        margin-bottom: 10px
    }

    .section-service .service-wrap .service-item .el-icon-icon {
        left: 15px;
        top: 15px
    }
}

@media (max-width: 576px) {
    .section-service .service-wrap {
        padding-top: 220px
    }

    .section-service .service-wrap .service-item {
        padding: 30px 30px 0
    }

    .section-service .service-wrap .service-item h3 {
        margin-bottom: 10px
    }

    .section-service .service-wrap .service-item .el-icon-icon {
        left: 30px;
        top: 30px
    }
}

.section-portfolio-1 {
    background-color: var(--base-0)
}

.section-portfolio-1 .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.section-portfolio-1 .portfolio-item .portfolio-card {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    width: 100%
}

.section-portfolio-1 .portfolio-item .portfolio-card .image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    width: 100%
}

.section-portfolio-1 .portfolio-item .portfolio-card .content {
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .45s;
    transition: all .45s;
    visibility: hidden;
    width: 100%
}

.section-portfolio-1 .portfolio-item .portfolio-card .content h3 {
    color: var(--base-1);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.section-portfolio-1 .portfolio-item .portfolio-card .content span {
    color: var(--base-1);
    display: block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 6px;
    text-transform: uppercase
}

.section-portfolio-1 .portfolio-item .portfolio-card .content .button {
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: all .45s;
    transition: all .45s
}

.section-portfolio-1 .portfolio-item .portfolio-card .content .button span {
    font-size: 14px;
    left: 1px;
    position: relative;
    top: 4px
}

.section-portfolio-1 .portfolio-item:hover .image {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.section-portfolio-1 .portfolio-item:hover .content {
    opacity: 1;
    top: 50%;
    visibility: visible
}

.section-portfolio-1 .portfolio-item:hover .content .button {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

@media (max-width: 768px) {
    .section-portfolio-1 .el-tabs-links li {
        font-size: 10px;
        padding-left: 6px;
        padding-right: 6px
    }

    .section-portfolio-1 .row-center {
        margin-bottom: -12px !important;
        margin-left: -6px !important;
        margin-right: -6px !important
    }

    .section-portfolio-1 .row-center > * {
        padding-left: 6px !important;
        padding-right: 6px !important
    }

    .section-portfolio-1 .portfolio-item {
        margin-bottom: 12px
    }

    .section-portfolio-1 .portfolio-item p {
        font-size: 12px
    }

    .section-portfolio-1 .portfolio-item h4 {
        font-size: 14px
    }
}

.page-double-header {
    padding-top: 150px
}

@media (max-width: 991px) {
    .tartisma-form {
        width: 100%
    }
}

.arama-kutusu {
    background-color: #fff;
    border-radius: 8px;
    display: flex
}

.arama-kutusu .input-group-text, .arama-kutusu > * {
    background-color: transparent;
    border: 0
}

.arama-kutusu ::placeholder {
    color: #a8a8a8
}

@media (min-width: 992px) {
    .tartisma-baslik-wrapper {
        display: flex
    }
}

.tartisma-baslik-wrapper:not(:last-child) {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px
}

.tartisma-baslik-img {
    border: 2px solid #00aeef;
    border-radius: 50px;
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden
}

.tartisma-baslik-img, .tartisma-baslik-img img {
    height: 60px;
    width: 60px
}

@media (max-width: 991px) {
    .tartisma-baslik-img {
        display: none
    }
}

.tartisma-baslik-balon {
    align-items: center;
    background-image: url(../images/speech-bubble.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #666;
    display: inline-flex;
    float: right;
    height: 60px;
    justify-content: center;
    width: 60px
}

.tartisma-baslik-icerik h3 {
    color: #424242;
    font-size: 18px;
    margin-bottom: 0
}

.tartisma-detaylari {
    align-items: center;
    color: #7c899c;
    display: flex;
    flex-wrap: wrap;
    font-weight: 300
}

.tartisma-detaylari__yukari-asagi {
    font-size: 36px
}

.tartisma-detaylari__sahip {
    color: #97411b
}

.tartisma-detaylari__grup {
    color: #000
}

.tartisma-detaylari__sayi {
    font-weight: 600
}

.tartisma-detaylari__link {
    font-size: 12px;
    margin-right: 15px;
    text-transform: uppercase
}

.tartisma-detaylari__coins {
    font-size: 10px
}

.tartisma-detaylari__coins img {
    height: 15px
}

select.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555;
    position: relative
}

.custom-select-wrapper {
    border-bottom: 1px solid #efefef;
    padding-right: 30px;
    position: relative
}

.custom-select-wrapper:after {
    color: #000;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: 10px
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.breadcrumb, .breadcrumb a, .breadcrumb i {
    color: #8693a3;
    font-weight: 700
}

.breadcrumb a {
    flex-shrink: 0
}

.breadcrumb i {
    margin-inline: 5px
}

.breadcrumb {
    align-items: center;
    display: flex;
    flex-wrap: nowrap
}

.breadcrumb span {
    flex-basis: 100%;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.title-breadcrumb {
    background-color: transparent;
    display: block;
    padding-inline: 0
}

.user-baslik-wrapper {
    display: flex
}

.user-baslik-wrapper h1 {
    color: #424242;
    font-size: 18px;
    margin-bottom: 0
}

.post-author-image {
    border: 2px solid #dfdfdf;
    border-radius: 50px;
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 60px;
    margin-right: 15px;
    overflow: hidden;
    width: 60px
}

@media (max-width: 991px) {
    .post-author-image {
        display: none
    }
}

.user-name {
    color: #27d1c2
}

.bayrak-yorum {
    align-items: center;
    display: inline-flex;
    list-style: none;
    padding: 0
}

.bayrak-yorum li {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    margin-right: 10px
}

.bayrak-yorum li img {
    margin-right: 4px;
    width: 16px
}

.bayrak-yorum li span {
    color: #a3a3a3;
    font-weight: 600
}

.yorum-body {
    display: flex
}

.yorum-metin {
    border-bottom: 1px solid #ebebeb
}

.alt-yorum {
    padding: 15px 0
}

.alt-yorum:nth-child(-n+3) {
    padding-left: 70px
}

.alt-yorum:not(:last-child) .yorum-metin {
    border: none
}

.tabs.v1 {
    display: flex;
    flex-direction: column;
    min-height: 300px
}

.tabs.v1 .t-btn-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%
}

.tabs.v1 .t-btn-container .t-btn {
    align-items: center;
    border-bottom: 1px solid transparent;
    color: #575757;
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    font-size: 15px;
    font-weight: 400;
    justify-content: center;
    margin-bottom: 0;
    padding: 10px;
    transition: all .3s ease-in-out
}

.tabs.v1 .t-btn-container .t-btn:first-child {
    border-top-left-radius: 8px
}

.tabs.v1 .t-btn-container .t-btn:last-child {
    border-top-right-radius: 8px
}

.tabs.v1 .t-btn-container .t-btn.active {
    background-color: #fff;
    border-color: #e1e1e1;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .1);
    color: var(--primary)
}

.tabs.v1 .t-panel-container .t-panel {
    color: #262626;
    height: auto;
    opacity: 0;
    transition: all .2s ease-in-out
}

.tabs.v1 .t-panel-container .t-panel.active {
    opacity: 1
}

.tabs.v1 .t-panel-container .t-panel:not(.active) {
    display: none
}

.tabs.tab-border-bottom1, .tabs.tab-border-bottom2 {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 300px;
    width: 100%
}

.tabs.tab-border-bottom1 .t-btn-container, .tabs.tab-border-bottom2 .t-btn-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%
}

.tabs.tab-border-bottom1 .t-btn-container .t-btn, .tabs.tab-border-bottom2 .t-btn-container .t-btn {
    align-items: center;
    border-bottom: 2px solid #c8c8c8;
    color: #bdbdbd;
    cursor: pointer;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    font-size: 13px;
    font-weight: 400;
    justify-content: center;
    margin: 0;
    padding: 5px 10px;
    transition: all .3s ease-in-out
}

.tabs.tab-border-bottom1 .t-btn-container .t-btn.active, .tabs.tab-border-bottom2 .t-btn-container .t-btn.active {
    border-color: #5b70f9;
    color: #5b70f9
}

.tabs.tab-border-bottom1 .t-panel-container, .tabs.tab-border-bottom2 .t-panel-container {
    padding: 20px 0
}

.tabs.tab-border-bottom1 .t-panel-container .t-panel, .tabs.tab-border-bottom2 .t-panel-container .t-panel {
    color: #262626;
    height: auto;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .2s ease-in-out
}

.tabs.tab-border-bottom1 .t-panel-container .t-panel.active, .tabs.tab-border-bottom2 .t-panel-container .t-panel.active {
    height: auto;
    max-height: 500px;
    opacity: 1
}

.sozluk-arama-kutusu {
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .1);
    color: #939393;
    display: flex;
    font-size: 22px;
    height: 68px
}

.sozluk-arama-kutusu.tr-os {
    border-top-left-radius: 0
}

.sozluk-arama-kutusu.os-tr {
    border-top-right-radius: 0
}

.buyutec, .klavye {
    flex: 0 0 40px
}

.buyutec {
    padding-left: 15px
}

.klavye {
    padding-right: 15px
}

.klavye button {
    color: #a7a7a7
}

.arama-kutusu__input {
    flex-grow: 1
}

.arama-kutusu__input input {
    color: #555;
    font-weight: 300;
    width: 100%
}

.arama-kutusu__input input::placeholder {
    color: #d2d1d1;
    font-weight: 300
}

.arama-not {
    color: #909090;
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
    text-align: center
}

/*!
 *
 *   simple-keyboard v2.29.36
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef)
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */
.hg-theme-default {
    box-sizing: border-box;
    overflow: hidden;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.hg-theme-default .hg-button span {
    pointer-events: none
}

.hg-theme-default button.hg-button {
    border-width: 0;
    font-size: inherit;
    outline: 0
}

.hg-theme-default {
    background-color: #ececec;
    border-radius: 5px;
    font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    padding: 5px
}

.hg-theme-default .hg-button {
    display: inline-block;
    flex-grow: 1
}

.hg-theme-default .hg-row {
    display: flex
}

.hg-theme-default .hg-row:not(:last-child) {
    margin-bottom: 5px
}

.hg-theme-default .hg-row .hg-button-container, .hg-theme-default .hg-row .hg-button:not(:last-child) {
    margin-right: 5px
}

.hg-theme-default .hg-row > div:last-child {
    margin-right: 0
}

.hg-theme-default .hg-row .hg-button-container {
    display: flex
}

.hg-theme-default .hg-button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #b5b5b5;
    border-radius: 5px;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 5px
}

.hg-theme-default .hg-button.hg-activeButton {
    background: #efefef
}

.hg-theme-default.hg-layout-numeric .hg-button {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 33.3%
}

.hg-theme-default .hg-button.hg-button-numpadadd, .hg-theme-default .hg-button.hg-button-numpadenter {
    height: 85px
}

.hg-theme-default .hg-button.hg-button-numpad0 {
    width: 105px
}

.hg-theme-default .hg-button.hg-button-com {
    max-width: 85px
}

.hg-theme-default .hg-button.hg-standardBtn.hg-button-at {
    max-width: 45px
}

.hg-theme-default .hg-button.hg-selectedButton {
    background: rgba(5, 25, 70, .53);
    color: #fff
}

.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"] {
    max-width: 82px
}

.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"] {
    max-width: 60px
}

.simple-keyboard {
    box-shadow: 0 30px 30px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    position: absolute;
    top: 60px;
    z-index: 100
}

.alfabe {
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    min-height: 50px
}

.alfabe .el-pagination {
    display: flex;
    flex-wrap: wrap;
    float: none;
    justify-content: space-between;
    width: 100%
}

.rtl {
    direction: rtl
}

.ar {
    font-family: Noto Naskh Arabic;
    font-size: 1.5em
}

.sozluk-kelimeler {
    display: flex;
    flex-wrap: wrap
}

.sozluk-kelimeler .sozluk-kelime {
    border: 2px solid #a7a7a7;
    border-radius: 5px;
    display: flex;
    flex: auto 1 1;
    flex-direction: column;
    justify-content: center;
    margin: 15px;
    padding: 15px;
    text-align: center
}

.sozluk-kelimeler .sozluk-kelime:hover {
    border-color: #5b70f9
}

.sozluk-kelimeler .sozluk-kelime.osmanlica .ust-kelime, .sozluk-kelimeler .sozluk-kelime.turkce .alt-kelime {
    direction: rtl;
    font-family: Noto Naskh Arabic;
    font-size: 1.3em
}

.ust-kelime {
    color: #5b70f9;
    font-weight: 500;
    margin-bottom: 5px
}

.alt-kelime {
    color: #a7a7a7;
    margin-bottom: 0
}

.sayfalama {
    padding: 20px 0 40px
}

.sayfalama .el-pagination {
    float: none;
    text-align: center
}

.kart-baslik {
    align-items: baseline;
    display: flex
}

.kart-baslik .kart-baslik__birincil {
    color: #5b70f9;
    font-size: 30px;
    font-weight: 400;
    margin-right: 10px
}

.kart-baslik .kart-baslik__ikincil {
    color: #828282;
    font-size: 30px;
    font-weight: 300
}

.border-bottom {
    border-bottom: 2px solid #e1e1e1
}

.tag-baslik {
    color: #a7a7a7;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px
}

.badge {
    background-color: #00c9b7;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    padding: 4px 8px
}

.el-panel-body p.body-text {
    color: #858585;
    font-size: 16px;
    line-height: 1.6
}

.el-panel-footer {
    border-top: 1px solid #efefef;
    color: #989897;
    font-size: 18px;
    font-weight: 300;
    padding: 15px;
    text-align: center
}

.mavi {
    color: #5b70f9
}

a.hover-blue {
    min-width: 150px;
    padding-bottom: 7px;
    padding-top: 7px
}

a.hover-blue:hover {
    background-color: #5b70f9;
    color: #fff
}

.input-group input {
    width: 100%
}

i.fa.fa-angle-down.active, i.fa.fa-angle-up.active {
    color: #2746fa
}

.edit-linkler {
    display: flex;
    font-size: 12px;
    list-style: none;
    padding: 0
}

.edit-linkler li:not(:last-child) {
    margin-right: 10px
}

.expand {
    cursor: pointer
}

.expandable {
    display: none
}

.button-go-back .arrow-right {
    transform: rotate(180deg)
}

.alert {
    align-items: center;
    background-color: #e2e3e5;
    border: 1px solid #d6d8db;
    border-radius: 9px;
    display: flex;
    margin-bottom: 35px;
    padding: 15px
}

@media (max-width: 991px) {
    .alert {
        flex-direction: column;
        text-align: center
    }
}

.soru-isareti {
    align-items: center;
    background-color: #ebebed;
    border-radius: 50%;
    color: #000;
    display: flex;
    font-weight: 700;
    height: 45px;
    justify-content: center;
    width: 45px
}

a.active span.text {
    color: #5b70f9
}

.sag-menu {
    display: flex;
    justify-content: flex-end
}

.sag-linkler, ul.dd-menu {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

ul.dd-menu > li {
    display: inline-block;
    line-height: 21px;
    position: relative;
    text-align: left
}

ul.dd-menu > li > a {
    color: #333;
    display: flex;
    text-decoration: none
}

ul.dd-menu > li > a:hover {
    background: transparent
}

ul.dd-menu > li > ul.dd-dropdown {
    background: #fff;
    border-top: 6px solid #5b70f9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    display: none;
    left: 0;
    padding-left: 0;
    position: absolute;
    width: 220px;
    z-index: 999
}

ul.dd-menu > li > ul.dd-dropdown.dd-right {
    left: unset;
    right: 0
}

ul.dd-menu > li > ul.dd-dropdown a {
    color: var(--text-color)
}

ul.dd-menu > li > ul.dd-dropdown a:hover {
    color: var(--primary-1)
}

ul.dd-dropdown > li > a, ul.dd-menu li ul.dd-dropdown li, ul.dd-menu li:hover ul.dd-dropdown {
    display: block
}

ul.dd-dropdown > li:not(:last-child) > a {
    margin-bottom: 1rem
}

.dd-item {
    margin-top: 0 !important
}

.dd-icon {
    font-size: 1.5em;
    margin-right: 5px;
    position: relative
}

.dd-icon .dd-badge {
    background-color: #5b70f9;
    border-radius: 10px;
    color: #fff;
    font-size: .4em;
    font-weight: 700;
    line-height: 1.6;
    min-height: 1px;
    padding: 0 3px;
    position: absolute;
    right: -3px;
    top: -5px;
    vertical-align: middle
}

.dd-menu span.text-bundle {
    display: flex;
    flex-direction: column;
    font-size: .8rem;
    line-height: 1
}

.dd-menu span.text-bundle .welcome {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase
}

.dd-menu span.text-bundle .user-name {
    font-size: .8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px
}

.dd-link {
    align-items: baseline;
    display: flex
}

.dd-link .dd-link__text {
    color: #d7d7d7;
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase
}

.dd-dropdown_body, .dd-dropdown_footer, .dd-dropdown_header {
    padding: 15px 25px
}

.dd-dropdown_body p, .dd-dropdown_footer p, .dd-dropdown_header p {
    line-height: 1;
    margin-bottom: 0
}

.dd-dropdown_body li a {
    font-size: 13px
}

.dd-dropdown_footer, .dd-dropdown_header {
    background-color: #fff
}

.mobil-top-icons .dd-menu {
    align-items: center;
    display: flex;
    gap: 20px
}

.mobil-top-icons .dd-menu .dd-item .dd-icon {
    width: 25px
}

.mobil-top-icons .dd-menu .dd-link__text {
    font-size: 14px
}

.user-avatar {
    border-radius: 50%;
    height: 45px;
    width: 45px
}

.bayrak {
    border-radius: 50%;
    height: 27px
}

.panel-baslik {
    align-items: center;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    margin-bottom: 40px;
    text-transform: uppercase
}

.panel-baslik.panel-baslik__h1 h1 {
    font-size: 17px !important;
    font-weight: inherit
}

.panel-icon-subtitle {
    color: var(--text-color);
    font-size: 11px;
    font-weight: 300
}

.text-muted {
    color: #acacac
}

.ders-agaci__row {
    margin-bottom: 20px
}

.ders-agaci__row, .ders-kutu {
    align-items: center;
    display: flex;
    justify-content: center
}

.ders-kutu {
    border: 2px solid #cfcfcf;
    border-radius: 10px;
    color: #5b6777;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 12px;
    height: 144px;
    padding: 1rem;
    position: relative;
    text-align: center;
    width: 144px
}

@media (max-width: 600px) {
    .ders-kutu {
        height: 100px;
        padding: 5px;
        width: 100px
    }
}

.ders-kutu:not(:last-child) {
    margin-right: 15px
}

.ders-kutu.active {
    border-color: #5b70f9
}

.ders-kutu.gradient {
    background: linear-gradient(180deg, #5b70f9, #a2aeff);
    border-color: transparent;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2
}

@media (max-width: 991px) {
    .ders-kutu img {
        width: 35px
    }
}

.fill-bar {
    height: 4px;
    position: relative;
    width: 85px
}

.fill-bar .fill-bar__base {
    background-color: #e5e8f3;
    border-radius: 1px;
    height: 2px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%
}

.fill-bar .fill-bar__rating {
    background-color: #5b70f9;
    border-radius: 2px;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0
}

.ders-agaci-baslik {
    align-items: center;
    border-radius: 8px;
    color: #7f7f7f;
    display: flex;
    font-size: 17px;
    justify-content: center;
    padding: 10px 30px;
    text-transform: uppercase
}

@media (max-width: 600px) {
    .ders-agaci-baslik {
        font-size: 13px
    }
}

.ders-agaci-baslik.ders-agaci-baslik__gri {
    background-color: #c7c7c7
}

.ders-agaci-baslik.ders-agaci-baslik__yesil {
    background-color: #34b900;
    color: #fff
}

.rounded {
    border-radius: 8px
}

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

.seviye-tablosu {
    background-image: url(../images/puan-tablosu.png);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 135px;
    padding-top: 38px;
    position: relative;
    width: 100%
}

.seviye-tablosu .seviye-puan {
    color: #fc9835;
    font-size: 40px;
    text-align: center
}

.puan-tablosu {
    display: grid;
    gap: 12px 12px;
    grid-template-areas:". ." ". .";
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr 1fr
}

.puan-tablosu .puan-tablosu__hucre {
    align-items: center;
    display: flex;
    justify-content: center
}

.puan-tablosu .puan-tablosu__hucre img {
    margin-right: 8px
}

.puan-tablosu .puan-tablosu__hucre p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase
}

.puan-tablosu .puan-tablosu__hucre p span {
    color: #8f8f8f;
    font-weight: 300
}

.madalya-tablosu {
    display: grid;
    gap: 10px 10px;
    grid-template-areas:". . . ." ". . . .";
    grid-template-columns:repeat(4, 1fr);
    grid-template-rows:repeat(2, 1fr);
    padding: 10px
}

.aside-text-gri {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 300
}

.aside-baslik {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.aside-baslik h4 {
    color: #565657;
    font-weight: 400
}

.kalan-tarih {
    color: #a2a2a2;
    font-weight: 700
}

.kalan-tarih .tarih-val {
    color: #c1c1c1
}

.swiper-container {
    height: 100%;
    width: 100%
}

.swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.taht-kavgasi-slider .swiper-slide img {
    border-radius: 6px;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.swiper-sag-ok, .swiper-sol-ok {
    align-items: center;
    background-color: #5b70f9;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 16px;
    justify-content: center;
    position: absolute;
    top: 45%;
    width: 16px;
    z-index: 10
}

.swiper-sag-ok img, .swiper-sol-ok img {
    height: 7px;
    width: 5px
}

.swiper-sag-ok {
    right: 5px
}

.swiper-sag-ok img {
    transform: rotate(180deg)
}

.swiper-sol-ok {
    left: 5px
}

aside .title {
    color: #565657;
    font-weight: 400
}

.siralama-tablo-kurum .siralama-tablo__satir .sira-avatar img {
    border-radius: 4px
}

.siralama-tablo__satir {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px
}

.siralama-tablo__satir .sira-no {
    flex-basis: 20px;
    flex-shrink: 0
}

.siralama-tablo__satir .sira-avatar {
    flex-basis: 44px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.siralama-tablo__satir .sira-avatar img {
    border-radius: 50%
}

.siralama-tablo__satir .sira-isim {
    color: #5b70f9;
    display: flex;
    flex-grow: 1;
    justify-content: space-between
}

.siralama-tablo__satir .sira-isim .isim {
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.siralama-tablo__satir .sira-altin {
    color: #e6b600;
    flex-basis: 50px
}

.siralama-tablo__satir .sira-puan {
    color: #a1a1a1;
    flex-basis: 55px;
    flex-shrink: 0;
    text-align: right
}

[data-scrollbar], [scrollbar], scrollbar {
    display: block;
    overflow: scroll;
    position: relative
}

[data-scrollbar] .scroll-content, [scrollbar] .scroll-content, scrollbar .scroll-content {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform
}

[data-scrollbar].scrolling .scroll-content, [scrollbar].scrolling .scroll-content, scrollbar.scrolling .scroll-content {
    pointer-events: none
}

[data-scrollbar].scrolling .scroll-content .scroll-content, [scrollbar].scrolling .scroll-content .scroll-content, scrollbar.scrolling .scroll-content .scroll-content {
    pointer-events: auto
}

[data-scrollbar] .scrollbar-track, [scrollbar] .scrollbar-track, scrollbar .scrollbar-track {
    background-color: #dfdfdf;
    opacity: 1;
    position: absolute;
    -webkit-transition: opacity .5s ease-out 1s, background .5s ease-out;
    transition: opacity .5s ease-out 1s, background .5s ease-out;
    z-index: 1
}

[data-scrollbar] .scrollbar-track.show, [data-scrollbar] .scrollbar-track:hover, [scrollbar] .scrollbar-track.show, [scrollbar] .scrollbar-track:hover, scrollbar .scrollbar-track.show, scrollbar .scrollbar-track:hover {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-scrollbar] .scrollbar-track:hover, [scrollbar] .scrollbar-track:hover, scrollbar .scrollbar-track:hover {
    background: hsla(0, 0%, 87%, .322)
}

[data-scrollbar] .scrollbar-track-x, [scrollbar] .scrollbar-track-x, scrollbar .scrollbar-track-x {
    bottom: 0;
    height: 8px;
    left: 0;
    width: 100%
}

[data-scrollbar] .scrollbar-track-y, [scrollbar] .scrollbar-track-y, scrollbar .scrollbar-track-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 6px
}

[data-scrollbar] .scrollbar-thumb, [scrollbar] .scrollbar-thumb, scrollbar .scrollbar-thumb {
    background: #a0a0a0;
    border-radius: 0;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 6px
}

.custom-scroll {
    height: 300px;
    padding-right: 15px
}

.btn {
    border-radius: 6px;
    color: #a5a4a4;
    padding: 6px 15px;
    text-align: center
}

.btn.btn-outline {
    border: 2px solid #dedede
}

.btn.btn-block {
    display: block
}

.el-social-links.sidebar-social li {
    background-color: var(--primary);
    border-radius: 6px;
    display: inline-block;
    line-height: 39px;
    margin-right: 10px;
    text-align: center
}

#mobil-footer {
    align-items: center;
    background-color: #fff;
    border-top: 2px solid #eaeaea;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    left: 0;
    padding: 5px;
    position: fixed;
    width: 100%;
    z-index: 99
}

@media (min-width: 601px) {
    #mobil-footer {
        display: none
    }
}

.mobil-footer__btn {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.mobil-footer__btn:not(:last-child) {
    margin-right: 20px
}

.mobil-footer__btn .mobil-footer__btn-icon {
    height: 30px;
    isolation: isolate;
    margin-bottom: 5px;
    position: relative;
    width: 34px
}

.mobil-footer__btn .mobil-footer__btn-icon .mobil-footer__btn-renkli, .mobil-footer__btn .mobil-footer__btn-icon .mobil-footer__btn-sb {
    height: auto;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%
}

.mobil-footer__btn .mobil-footer__btn-icon .mobil-footer__btn-renkli {
    opacity: 0;
    z-index: 2
}

.mobil-footer__btn p {
    color: #a3a3a3;
    font-size: 10px;
    margin-bottom: 0;
    text-align: center
}

.mobil-footer__btn.active .mobil-footer__btn-renkli {
    opacity: 1
}

.mobil-footer__btn.active .mobil-footer__btn-sb {
    opacity: 0
}

.mobil-footer__btn.active p {
    color: #5b70f9
}

.mobil-hesap-avatar {
    margin-right: 10px;
    width: 30px
}

.mobil-hesabim-menu {
    background-color: #5b70f9 !important;
    color: #fff !important
}

button:focus, input[type=email]:focus, input[type=number]:focus, input[type=submit]:focus, input[type=text]:focus, textarea:focus {
    box-shadow: none;
    outline: none
}

.sozluk-search-wrapper {
    border-radius: 8px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, .1)
}

.sozluk-search-wrapper ::placeholder {
    color: #c9c9c9;
    font-size: 16px;
    font-weight: 300
}

.sozluk-search-wrapper input, .sozluk-search-wrapper input:active, .sozluk-search-wrapper input:focus {
    border-color: #fff
}

.sozluk-search-wrapper .input-group-prepend.show button {
    background-color: #fff;
    border-color: #fff;
    color: #5b70f9
}

.sozluk-search-wrapper .input-group-prepend button {
    background-color: #fff;
    border-right: none;
    border-color: #fff
}

.sozluk-search-wrapper .input-group-prepend button:hover {
    color: #000
}

.sozluk-search-wrapper .input-group-prepend button:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #5b70f9 !important
}

.sozluk-search-wrapper .input-group-prepend button:active:hover {
    background-color: #fff;
    color: #5b70f9
}

.sozluk-search-wrapper .input-group-prepend button:focus {
    box-shadow: none !important;
    outline: none
}

.sozluk-search-wrapper .input-group-append button {
    background-color: #fff;
    border-color: #fff;
    border-left: none;
    padding-bottom: 6px !important;
    padding-top: 6px !important
}

.sozluk-search-wrapper .input-group-append button:focus {
    box-shadow: none
}

.sozluk-search-wrapper .input-group-append button:hover {
    color: #5b70f9
}

.sozluk-search-wrapper .input-group-append button i {
    font-size: 30px;
    height: 30px !important
}

.el-panel-teacher-widget li a:hover {
    color: #5b70f9
}

.abone-card {
    height: 100%
}

.abone-card .details h3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 48px;
    overflow: hidden
}

.h1-fluid {
    font-size: clamp(1.6rem, 2vw + 10px, 4rem)
}

.h2-fluid {
    font-size: clamp(1.5rem, 1.3vw + 10px, 3rem)
}

.dersler {
    background-color: #fcfcfc;
    display: flex;
    flex-direction: column;
    height: 100%
}

.dersler.bg-kirmizi {
   max-width: 100%;
    position: relative;
    overflow-x: hidden;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(45, 21, 130, 0.06)));
    background-image: linear-gradient(90deg, transparent, rgba(45, 21, 130, 0.06));
}

.dersler main {
    flex: 1;
    flex-direction: column;
    justify-content: center
}

.ders-header, .dersler main {
    align-items: center;
    display: flex
}

.ders-header {
    justify-content: space-between
}

.ders-breadcrumb {
    display: flex;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.ders-breadcrumb li {
    font-size: 1.2rem;
    list-style: none
}

@media (max-width: 600px) {
    .ders-breadcrumb li {
        font-size: .9rem
    }
}

.ders-breadcrumb li:not(:last-child):after {
    color: inherit;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    margin: 0 7px
}

.ders-breadcrumb li:first-child {
    font-weight: 700
}

.ders-sag-link a {
    font-size: 1.2rem;
    font-weight: 300;
    justify-content: flex-end;
    text-align: right;
    text-transform: uppercase
}

.beyaz-kart, .ders-sag-link a {
    align-items: center;
    display: flex
}

.beyaz-kart {
    background-color: #fff;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 1rem;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 100%
}

.img-94px {
    -webkit-filter: drop-shadow(0 5px 5px #bbb);
    filter: drop-shadow(0 5px 5px rgb(187, 187, 187));
    height: 94px;
    width: 94px
}

@media (max-height: 740px) {
    .img-94px {
        height: 60px;
        width: 60px
    }
}

.buton {
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

.buton:hover {
    filter: brightness(90%)
}

.buton.buton-sari {
    background-color: #fadb33;
    color: #e49800
}

.buton.buton-kirmizi {
    background-color: #cf3030;
    color: #fff
}

.buton.buton-kilitli {
    background-color: #b2b2b2;
    color: #fff;
    pointer-events: none
}

.buton.buton-kilitli:hover {
    cursor: not-allowed !important
}

@media (max-height: 740px) {
    .buton {
        font-size: 1rem
    }
}

.kart-yazi {
    color: #878787;
    font-size: large;
    line-height: 1.2;
    text-align: center
}

.kart-kilitli img {
    filter: grayscale(100%)
}

@media (max-height: 740px) {
    .kus-icon {
        max-width: 100px
    }
}

.sayfalama {
    align-items: center;
    display: flex;
    justify-content: center
}

@media (max-width: 767px) {
    .sayfalama {
        flex-wrap: wrap
    }
}

.sayfalama a {
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    display: grid;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 300;
    height: 50px;
    margin-inline: 5px;
    opacity: .5;
    place-items: center;
    text-align: center;
    transition: all .2s ease-in-out;
    width: 50px
}

@media (max-width: 767px) {
    .sayfalama a {
        font-size: 1.2rem;
        height: 30px;
        width: 30px
    }
}

@media (max-height: 740px) {
    .sayfalama a {
        font-size: 1rem;
        height: 30px;
        width: 30px
    }
}

.sayfalama a.active, .sayfalama a:hover {
    opacity: 1
}

.sayfalama a.disabled {
    pointer-events: none
}

.sayfalama a.disabled:hover {
    cursor: not-allowed
}

#ceviriTextArea {
    height: 30vh
}

.header-kutu {
    align-items: center;
    background-color: #fff;
    border: 5px solid #e1e1e1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: none;
    display: flex;
    flex-basis: 60%;
    padding: 30px 50px;
    width: 100%
}

@media (max-width: 767px) {
    .header-kutu {
        border: none;
        padding: 0
    }
}

@media (max-height: 740px) {
    .header-kutu {
        padding-block: 15px
    }
}

.ilerleme {
    display: flex;
    flex-grow: 1
}

.ilerleme .ilerleme__base {
    background-color: #e1e1e1;
    border-radius: 5px;
    height: 10px;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (max-width: 767px) {
    .ilerleme .ilerleme__base {
        height: 4px
    }
}

.ilerleme .ilerleme__base .ilerleme__cubuk {
    position: absolute;
    z-index: 2;
    background-color: #5b70f9;
    height: 10px;
    left: 0;
    top: 0px;
    border-radius: 8px;
}


@media (max-width: 767px) {
    .ilerleme .ilerleme__base .ilerleme__cubuk {
        height: 6px;
        top: -1px
    }
}

.header-kutu-addon__text {
    color: #5b70f9;
    font-size: 300;
    font-size: 1.3rem;
    text-align: right;
    width: 110px
}

@media (max-width: 600px) {
    .header-kutu-addon__text {
        margin-left: 15px;
        width: 90px
    }
}

.custom-modal .modal-dialog {
    max-width: 900px
}

.custom-modal .modal-content {
    border: 4px solid #d7d7d7;
    border-radius: 2vw;
    padding: 10%
}

@media (max-height: 740px) {
    .custom-modal .modal-content {
        padding: 5%
    }
}

.buton-xl {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase
}

.buton-xl:hover {
    color: currentColor;
    filter: brightness(90%)
}

.buton-outline {
    border-color: #d7d7d7;
    color: #9c9fb2
}

.buton-mavi {
    background-color: #5b70f9;
    border-color: #5b70f9;
    color: #fff
}

.container-0-mobile {
    padding-inline: 0
}

@media (min-width: 768px) {
    .container-0-mobile {
        margin-inline: auto;
        max-width: 900px;
        padding-inline: 15px
    }
}

@media (max-width: 767px) {
    .px-0-mobile {
        padding-inline: 0
    }
}

.beceri-ogren-slide__frame {
    background-color: #2de22d;
    border-radius: 30px;
    color: #fff;
    overflow: hidden
}

.swiper-slide-prev .beceri-ogren-slide__frame {
    background-color: #2de22d
}

.swiper-slide-next .beceri-ogren-slide__frame {
    background-color: #95a5a6
}

.beceri-ogren-slide__baslik {
    font-size: 2rem
}

.beceri-ogren-slide__tercume {
    font-size: 40px;
    padding-bottom: 15px
}

.coverflow {
    position: relative
}

.coverflow-nav-btn {
    background-color: rgba(0, 0, 0, .125);
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    z-index: 2000
}

.coverflow-geri {
    left: 0
}

@media (min-width: 768px) {
    .coverflow-geri {
        left: -30px
    }
}

.coverflow-ileri {
    right: 0
}

@media (min-width: 768px) {
    .coverflow-ileri {
        right: -30px
    }
}

.kalpler {
    display: flex;
    gap: 10px;
    justify-content: center
}

.kalpler .icn-heart {
    color: #cdcdcd;
    font-size: 20px
}

@media (min-width: 992px) {
    .kalpler .icn-heart {
        font-size: 30px
    }
}

.kalpler .icn-heart.active {
    color: red
}

.dersler-footer {
    border-top: 3px solid #e1e1e1;
}

.dersler-footer a {
    color: currentColor
}



.dersler-footer.yesil {
    background-color: #cfffa9;
    border: none;
    color: #58a700
}

.dersler-footer.yesil a {
    color: currentColor
}

.dersler-footer.kirmizi {
    background-color: #ffd2d3;
    border: none;
    color: #ec0b1b
}

.dersler-footer.kirmizi a {
    color: currentColor
}

.footer-icon {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    font-size: 4rem;
    height: 100px;
    justify-content: center;
    width: 100px
}

@media (max-height: 740px) {
    .footer-icon {
        font-size: 2rem;
        height: 50px;
        width: 50px
    }
}

.footer-title {
    font-size: 1rem;
    font-weight: 600
}

@media (min-width: 992px) {
    .footer-title {
        font-size: 2rem
    }
}

@media (max-height: 740px) {
    .footer-title {
        font-size: 1.2rem;
        line-height: 1.3
    }
}

.footer-subtitle {
    font-size: .8rem;
    font-weight: 300
}

@media (min-width: 992px) {
    .footer-subtitle {
        font-size: 1rem
    }
}

@media (max-height: 740px) {
    .footer-subtitle {
        font-size: .9rem;
        line-height: 1
    }
}

.footer-actions {
    align-items: center;
    display: flex;
    gap: 14px
}

.footer-actions a {
    font-size: 1.2rem
}

.footer-actions a span {
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

@media (max-height: 740px) {
    .footer-actions a {
        font-size: 1rem;
        line-height: 1
    }
}

.ders-ana-baslik {
    font-size: 3rem;
    text-align: center
}

@media (max-width: 1399px) {
    .ders-ana-baslik {
        font-size: 2rem
    }
}

@media (max-width: 991px) {
    .ders-ana-baslik {
        font-size: 1.6rem
    }
}

.ders-turkce-baslik {
    color: #515151;
    font-size: 2rem;
    font-weight: 300;
    text-align: center
}

@media (max-width: 991px) {
    .ders-turkce-baslik {
        font-size: 1.2rem
    }
}

.ders-osmanlica-baslik {
    color: #515151;
    direction: rtl;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    text-align: center
}

@media (max-width: 1199px) {
    .ders-osmanlica-baslik {
        font-size: 2.2rem
    }
}

@media (max-width: 991px) {
    .ders-osmanlica-baslik {
        font-size: 1.9rem
    }
}

.ders-textarea {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .145);
    font-size: 1.2rem;
    padding: 2vw;
    resize: none;
    width: 100%
}

.ders-textarea::placeholder {
    color: #b8b8b8;
    font-style: italic;
    font-weight: 300
}

.ders-footer-button {
    background-color: #fff;
    border: 3px solid #e1e1e1;
    border-radius: 10px;
    color: #acacac;
    font-size: 1.2rem;
    opacity: 1;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

@media (max-width: 767px) {
    .ders-footer-button {
        font-size: 1rem;
        padding: 5px 10px
    }
}

@media (max-height: 740px) {
    .ders-footer-button {
        border-radius: 6px;
        font-size: .9rem;
        padding: 3px 10px
    }
}

.ders-footer-button:hover {
    opacity: .8
}

.ders-footer-button.ders-footer-button-gri {
    background-color: #acacac;
    border-color: #acacac;
    color: #fff
}

.ders-footer-button.ders-footer-button-gri-outline {
    background-color: transparent;
    border-color: #e4e4e4;
    color: #b7b7b7
}

.ders-footer-button.ders-footer-button-yesil {
    background-color: #58cc02;
    border-color: #58cc02;
    color: #fff
}

.ders-footer-button.ders-footer-button-kirmizi {
    background-color: #ec0b1b;
    border-color: #ec0b1b;
    color: #fff
}

.ders-footer-button.ders-footer-button-mavi {
    background-color: #5b70f9;
    border-color: #5b70f9;
    color: #fff
}

.custom-radio {
    display: block;
    width: 100%
}

.custom-radio > input {
    position: absolute;
    visibility: hidden
}

.custom-radio > input + div {
    background-color: #fff;
    border: 3px solid #c4c4c4;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px
}

.custom-radio > input + div img {
    border-radius: 6px;
    height: 180px;
    margin-bottom: 15px;
    object-fit: cover
}

@media (max-height: 740px) {
    .custom-radio > input + div img {
        height: auto
    }
}

.custom-radio > input + div p {
    align-items: center;
    display: flex;
    font-size: 20px;
    margin-bottom: 0
}

.custom-radio > input + div span.radio {
    background-color: transparent;
    border: 3px solid transparent;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    outline: 3px solid #c4c4c4;
    width: 20px
}

.custom-radio > input + div.sunu-cevir {
    align-items: center;
    display: flex;
    justify-content: center
}

@media (min-width: 992px) {
    .custom-radio > input + div.sunu-cevir {
        height: 240px
    }
}

@media (max-height: 740px) {
    .custom-radio > input + div.sunu-cevir {
        height: 150px
    }
}

.custom-radio > input + div.sunu-cevir p {
    font-size: 30px
}

.custom-radio > input:checked + div {
    background-color: #f4f7fe;
    border-color: #5b70f9
}

.custom-radio > input:checked + div span.radio {
    background-color: #5b70f9;
    border-color: #fff;
    outline: 3px solid #5b70f9
}

.osmanlica {
    direction: rtl
}



.drop-target-alt-cizgi {
    border-top: none;
    height: 60px;
    padding-top: 0
}

.drop-kelimeler {
    display: flex;
    gap: 20px;
    justify-content: center
}

@media (max-width: 767px) {
    .drop-kelimeler {
        gap: 10px
    }
}

.drop-kelime {
    background-color: #fff;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
    padding: 5px 20px;
    text-align: center
}

@media (max-width: 1399px) {
    .drop-kelime {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .drop-kelime {
        font-size: 16px
    }
}

.drop-kelime.active {
    border-color: #5b70f9
}

.drop-kelime.empty {
    background-color: #d7d7d7
}

.dogru-cevap {
    color: red;
    font-weight: 600
}

.surukle {
    align-items: center;
    display: flex;
    flex-direction: column
}

.surukle .surukle-item {
    background-color: #fff;
    border: 2px solid #b7b7b7;
    border-radius: 8px;
    color: #7b7b7b;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 12px;
    padding: 10px 20px;
    text-align: center;
    width: 100%
}

.surukle .surukle-item.empty {
    background-color: #d7d7d7;
    min-height: 46.5px
}

@media (min-width: 768px) {
    .surukle .surukle-item.empty {
        min-height: 63px
    }

    .surukle .surukle-item {
        font-size: 22px;
        line-height: 1;
        width: 280px
    }
}

.birak {
    align-items: center;
    display: flex;
    flex-direction: column
}

.birak .birak-item {
    border: 2px dashed #b7b7b7;
    color: #7b7b7b;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 12px;
    padding: 10px 20px;
    text-align: center;
    width: 100%
}

@media (min-width: 768px) {
    .birak .birak-item {
        font-size: 22px;
        line-height: 1;
        width: 280px
    }
}

.birak .birak-item.fill {
    background-color: #00f;
    border-color: #00f;
    color: #fff
}

.btn-dogru {
    align-items: center;
    background-color: #FFFFFF;
    border: 2px solid #4db400;
    border-radius: 10px;
    color: #4db400;
    display: flex;
    font-size: 30px;
    font-weight: 300;
    font-weight: 400;
    opacity: .8;
    padding: 10px 20px;
    text-align: center;
    transition: all .2s ease-in-out
}

.btn-dogru:hover {
    opacity: 1
}

.btn-dogru i {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #4db400;
    display: inline-flex;
    font-size: 26px;
    height: 30px;
    justify-content: center;
    margin-right: 10px;
    width: 30px
}

@media (max-width: 767px) {
    .btn-dogru i {
        font-size: 16px;
        height: 20px;
        padding: 5px 10px;
        width: 20px
    }

    .btn-dogru {
        font-size: 20px;
        padding: 5px 10px;
        width: 100%
    }
}

.btn-yanlis {
    background-color: #fff;
    border: 2px solid #e00010;
    border-radius: 10px;
    color: #e00010;
    font-size: 30px;
    font-weight: 300;
    font-weight: 400;
    opacity: .8;
    padding: 10px 20px;
    text-align: center;
    transition: all .2s ease-in-out
}

.btn-yanlis:hover {
    opacity: 1
}

.btn-yanlis i {
    align-items: center;
    background-color: #ffa0a7;
    border-radius: 50%;
    color: #e00010;
    display: inline-flex;
    font-size: 22px;
    height: 30px;
    justify-content: center;
    margin-right: 10px;
    width: 30px
}

@media (max-width: 767px) {
    .btn-yanlis i {
        font-size: 16px;
        height: 20px;
        padding: 5px 10px;
        width: 20px
    }

    .btn-yanlis {
        font-size: 20px;
        padding: 5px 10px;
        width: 100%
    }
}

.dinle-butonlar {
    align-items: flex-end;
    display: flex;
    gap: 10px;
    justify-content: center
}

.dinle-butonlar button {
    background-color: #5b70f9;
    border-bottom: 5px solid #4757c0;
    border-radius: 10px;
    color: #fff;
    display: grid;
    place-items: center
}

.dinle-butonlar button:active {
    border-width: 0
}

.btn-speaker {
    font-size: 70px;
    height: 140px;
    width: 140px
}

@media (max-width: 767px) {
    .btn-speaker {
        font-size: 40px;
        height: 100px;
        width: 100px
    }
}

@media (max-height: 740px) {
    .btn-speaker {
        font-size: 40px;
        height: 80px;
        width: 80px
    }
}

.btn-turtle {
    font-size: 30px;
    height: 80px;
    width: 80px
}

@media (max-width: 767px) {
    .btn-turtle {
        font-size: 20px;
        height: 50px;
        width: 50px
    }
}

@media (max-height: 740px) {
    .btn-turtle {
        font-size: 20px;
        height: 60px;
        width: 60px
    }
}

.top-image {
    margin-bottom: 35px;
    width: 150px
}

.top-image, .top-image.drop-shadow {
    position: relative
}

.top-image.drop-shadow.kilit {
    transform: translateX(18px)
}

.top-image.drop-shadow.kilit:after {
    margin-left: 0
}

.top-image.drop-shadow:after {
    background-color: #e2e2e2;
    border-radius: 50%;
    bottom: -20px;
    content: "";
    display: block;
    height: 12px;
    margin-left: 20px;
    position: absolute;
    width: 110px
}

.bitis-highlight {
    color: #fad231;
    font-weight: 600
}

.bitis-mavi {
    background: url(../images/mavi-bg.png) no-repeat top, linear-gradient(180deg, var(--primary) 0, var(--secondary) 100%);
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.bitis-mavi main {
    color: #fff
}

.bitis-mavi footer {
    padding-bottom: 4vh
}

.bitis-mavi h1 {
    font-size: clamp(26px, 4vw, 3rem)
}

.bitis-mavi p {
    font-size: clamp(16px, 2vw, 1.8rem);
    max-width: 720px
}

.bitis-mavi .swiper-pagination-bullet {
    background-color: #fff;
    height: 20px;
    opacity: .42;
    width: 20px
}

.bitis-mavi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.img-tac {
    margin-bottom: 30px;
    width: 150px
}

.bitis-slider {
    overflow-y: visible;
    position: relative
}

.bitis-slider .swiper-slide {
    flex-direction: column
}

.bitis-slider .swiper-slide h1, .bitis-slider .swiper-slide p {
    word-wrap: break-word
}

.bitis-slider-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-top: 20px;
    position: static;
    width: 100%
}

.bitis-buton {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #20aace;
    display: inline-block;
    font-size: 1.5rem;
    padding: 8px 4vw;
    text-transform: uppercase
}

.bitis-buton:hover {
    color: #20aace;
    opacity: .7
}

.bitis-buton:not(:last-child) {
    margin-right: 24px
}

@media (max-width: 575px) {
    .bitis-buton:not(:last-child) {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.bitis-buton.bitis-buton-outline {
    background-color: transparent;
    color: #fff
}

@media (max-width: 575px) {
    .bitis-buton {
        display: block;
        font-size: 1rem
    }
}

.tur {
    background-image: url(../images/tur-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 767px) {
    .tur {
        padding-top: 60px
    }
}

@media (min-width: 768px) {
    .tur {
        padding-top: 80px
    }
}

.tur-wrapper {
    display: grid;
    height: 100%;
    place-items: center
}

.tur-baslik {
    color: #000;
    font-size: clamp(22px, 4vw, 2.2rem);
    text-align: center
}

.tur-baslik span {
    color: #9b9b9b
}

.tur-card {
    border-radius: 8px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    color: #6d7a8d;
    display: grid;
    place-items: center;
    text-align: center
}

@media (min-width: 992px) {
    .tur-card {
        min-height: 200px
    }
}

.custom-radio > input + .tur-card {
    border-color: transparent
}

.custom-radio > input + .tur-card img.tur-bayrak {
    height: 56px;
    width: 56px
}

.custom-radio > input:checked + .tur-card {
    border-color: #5b70f9;
    color: #5b70f9
}

.tur-bayrak-title {
    font-size: 18px;
    font-weight: 600
}

.tur-bayrak-detay {
    font-weight: 300;
    text-transform: uppercase
}

@media (max-width: 600px) {
    .gutter-5px-mobile {
        justify-content: center;
        margin-inline: -5px
    }

    .gutter-5px-mobile > .col, .gutter-5px-mobile > div[class*=col-] {
        padding-inline: 5px
    }
}

.custom-radio > input + .neden-dil {
    border-color: #d4deee;
    border-width: 2px;
    color: #7e8c9a
}

.custom-radio > input:checked + .neden-dil {
    border-color: #5b70f9
}

.sosyal-medya-profil {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.sosyal-medya-profil .sosyal-medya-kayit {
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 8px;
    text-align: center
}

.sosyal-medya-profil .sosyal-medya-kayit:hover {
    opacity: .8
}

.sosyal-medya-profil .sosyal-medya-kayit.eposta {
    background-color: #5b70f9
}

.sosyal-medya-profil .sosyal-medya-kayit.gmail {
    background-color: #d44638
}

.sosyal-medya-profil .sosyal-medya-kayit.facebook {
    background-color: #3b5998
}

.yolunu-sec-kart {
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    padding: 30px;
    text-align: center
}

.yolunu-sec-kart img {
    margin-bottom: 35px;
    width: 100px
}

@media (max-width: 767px) {
    .yolunu-sec-kart img {
        margin-bottom: 10px;
        width: 60px
    }
}

@media (min-width: 992px) {
    .yolunu-sec-kart:hover {
        transform: scale(1.05)
    }
}

.yolunu-sec-title {
    font-size: 20px;
    margin-bottom: 10px
}

.yolunu-sec-detay {
    color: #7e8c9a
}

.dikey-timeline {
    display: flex;
    flex-direction: column
}

.dikey-timeline .timeline-card {
    display: flex
}

.timeline-avatar {
    flex: 0 0 50px;
    height: 50px;
    width: 50px
}

.timeline-avatar img {
    aspect-ratio: 1/1;
    border-radius: 200px;
    width: 100%
}

.timeline-card-body {
    --left-spacing: 35px;
    border-left: 3px solid #dedede;
    flex-grow: 1;
    isolation: isolate;
    margin-left: var(--left-spacing);
    padding-bottom: 35px;
    padding-left: var(--left-spacing);
    position: relative
}

.timeline-card-content {
    color: var(--text-color);
    font-weight: 300
}

.timeline-card-content__heading {
    margin-bottom: 10px
}

.timeline-card-content__heading a {
    color: var(--primary-1);
    display: inline-block;
    font-weight: 600;
    margin-right: 10px
}

.timeline-card-content__heading a:hover {
    text-decoration: underline
}

.timeline-card-content__title {
    color: #262626;
    font-size: 1.2rem
}

.timeline-card-content__title a {
    color: var(--primary-1);
    font-weight: 600
}

.timeline-card-content__title a:hover {
    text-decoration: underline
}

.timeline-card-content__text {
    font-size: 12px;
    margin-bottom: 15px
}

.timeline-card-dot {
    aspect-ratio: 1/1;
    display: grid;
    isolation: isolate;
    left: -18px;
    place-items: center;
    position: absolute;
    top: 10px;
    width: 33px
}

.timeline-card-dot:before {
    aspect-ratio: 1/1;
    background-color: #dedede;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    width: 20px;
    z-index: 1
}

.timeline-card-dot .timeline-card-dot-content {
    aspect-ratio: 1/1;
    background-color: #ffc10d;
    border: 2px solid #faa919;
    border-radius: 100px;
    color: #d56d01;
    display: grid;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    outline: 2px solid #fff;
    place-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.timeline-card-dot .timeline-card-dot-content.timeline-card-dot-content__image {
    border: 0
}

.timeline-card-dot .timeline-card-dot-content.timeline-card-dot-content__image > * {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%
}

.timeline-card-footer.show .yorum-form {
    display: block
}

.yorum-form {
    display: none;
    padding-block: 25px
}

@media (min-width: 992px) {
    .yorum-form form {
        display: flex;
        gap: 20px
    }
}

.yorum-form form :first-child {
    flex-grow: 1
}

.initial-form {
    padding-bottom: 25px;
    width: 100%
}

.initial-form form {
    width: 100%
}

@media (min-width: 992px) {
    .initial-form form {
        display: flex;
        gap: 20px
    }
}

.initial-form form :first-child {
    flex-grow: 1
}

.timeline-card-footer-butonlar {
    font-size: 12px;
    text-align: right
}

.timeline-card-footer-butonlar button {
    opacity: .5
}

.timeline-card-footer-butonlar button:hover {
    opacity: 1
}

.btn-daha-fazla-yukle {
    background-color: #dedede;
    border-radius: 6px;
    color: #bcbcbc;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    width: 100%
}

.btn-daha-fazla-yukle:hover {
    color: #555
}

.profil-id-card {
    align-items: center;
    display: flex;
    flex-direction: column
}

.profil-img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    width: 120px
}

.profil-img img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.profil-name {
    color: var(--primary-1);
    font-size: 32px;
    font-weight: 300
}

.profil-info {
    align-items: center;
    color: var(--text-color);
    display: flex;
    font-size: 14px;
    gap: 10px
}

.profil-info__social li {
    height: 25px;
    line-height: 25px;
    width: 25px
}

.siniflarim-card {
    align-items: flex-start;
    border: var(--border);
    border-radius: 10px;
    display: flex;
    gap: 20px;
    padding: 15px 20px
}

.siniflarim-card .siniflerim-bayrak {
    width: 20px
}

.siniflarim-card .siniflarim-close {
    margin-left: auto
}

.siniflarim-card .siniflarim-close button {
    border: var(--border);
    border-radius: 6px;
    color: #cdcdcd;
    font-size: 24px;
    line-height: 1;
    padding: 3px 6px 1px
}

.siniflarim-card .siniflarim-close button:hover {
    border-color: #000;
    color: #000
}

.siniflarim-body {
    color: var(--text-color);
    font-weight: 300
}

.siniflarim-body .siniflarim-body__title {
    color: #000;
    font-weight: 600
}

.ders-tahtasi-grid {
    display: grid
}

.ders-tahtasi-grid .ders-grid-cell {
    aspect-ratio: 1/1;
    background-color: #fff;
    border: 2px solid #cfcfcf;
    border-radius: 6px;
    color: var(--text-color);
    display: grid;
    font-size: 13px;
    font-weight: 300;
    padding: 10px;
    place-items: center;
    text-align: center
}

.ders-tahtasi-grid .ders-grid-cell:hover {
    border-color: #8595ff;
    cursor: pointer
}

.ders-tahtasi-grid .ders-grid-cell.active {
    border-color: #8595ff
}

.ders-tahtasi-grid .ders-grid-cell.disabled {
    opacity: 0;
    pointer-events: none
}

.ders-tahtasi-grid .ders-grid-cell.kirmizi {
    background-color: #ff3b5e;
    border-color: #ff3b5e;
    color: #fff
}

.ders-tahtasi-grid .ders-grid-cell.yesil {
    background-color: #03d691;
    border-color: #03d691;
    color: #fff
}

.ders-tahtasi-grid.grid-4-3 {
    aspect-ratio: 4/3
}

@media (max-width: 767px) {
    .ders-tahtasi-grid.grid-4-3 {
        gap: auto;
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (min-width: 768px) {
    .ders-tahtasi-grid.grid-4-3 {
        gap: 10px;
        grid-template-columns:repeat(4, 1fr)
    }
}

.ders-tahtasi-grid.grid-6-3 {
    aspect-ratio: 6/3
}

@media (max-width: 767px) {
    .ders-tahtasi-grid.grid-6-3 {
        gap: auto;
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (min-width: 768px) {
    .ders-tahtasi-grid.grid-6-3 {
        gap: 10px;
        grid-template-columns:repeat(6, 1fr)
    }
}

.ders-tahtasi-grid .ders-grid-cell-content__text[dir=rtl] {
    font-family: var(--arabic);
    font-size: 1.2em
}

/*# sourceMappingURL=styles.css.map */
.btn-dogru.selected, .btn-dogru:hover {
    background-color: #4CAF50;
    color: white;
}

.btn-yanlis.selected i {
    background-color: #fff;
}

.btn-yanlis.selected, .btn-yanlis:hover {
    background-color: #FF5252;
    color: white;
}

.btn-dogru, .btn-yanlis {
    transition: all 0.3s; /* Yumuşak geçiş efekti için */
    position: relative; /* Butonun tıklama efekti için pozisyonunu ayarla */
    overflow: hidden; /* Buton dışındaki efektleri sakla */
}

/* Hover efektleri */
.btn-dogru:hover {
    background-color: #4CAF50; /* Daha koyu bir yeşil ton */
    color: white;
}

.btn-yanlis:hover {
    background-color: #FF5252; /* Daha koyu bir kırmızı ton */
    color: white;
}

.btn-yanlis:hover i {
    background-color: white; /* Daha koyu bir kırmızı ton */
}

/* Tıklama efektleri */
.btn-dogru:active::after, .btn-yanlis:active::after {
    content: ""; /* İçerik oluşturma */
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.5); /* Yarı saydam beyaz renk */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: clickEffect 0.6s forwards;
}

@keyframes clickEffect {
    to {
        width: 200%; /* Efektin genişliği */
        height: 200%; /* Efektin yüksekliği */
        opacity: 0; /* Efektin opaklığı */
    }
}

#textInput {
    height: 30vh;
}

.drop-kelimeler.empty span {
    display: none;
}

.surukle-item {
    font-weight: 300;
    border: 2px solid #b7b7b7;
    border-radius: 8px;
    text-align: center;
    padding: 10px 20px;
    color: #7b7b7b;
    margin-bottom: 12px;
    font-size: 15px;
    background-color: #fff;
    width: 100%;
}

.drop-target span {
    display: none;
}

.drop-kelimeler, .drop-targets {
    position: relative;
}

.drop-targets {
    border-bottom: 2px solid #e1e1e1;
}

.drop-kelime, .drop-target, .drop-kelime-shadow {
    position: absolute;
}

.osmanlica {
    direction: rtl;
}

.drop-kelimeler {
    margin-top: 10%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.drop-kelimeler, .drop-targets {
    position: relative;
}

.drop-kelime {
    background-color: #fff;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
    padding: 5px 20px;
    text-align: center;
}

.drop-kelime-shadow {
    z-index: -1;
    color: #d7d7d7;
    background-color: #d7d7d7;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
    padding: 5px 20px;
    text-align: center;
}

@media (max-width: 1399px) {
    .drop-kelime-shadow {
        font-size: 20px;
    }
}

#drop_matcher {
    padding-top: 100px;
}

.drop-kelimee {
    background-color: #fff;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
    padding: 5px 20px;
    text-align: center;
}
.drop-kelimee.active {
    border-color: #5b70f9;
}
.drop-kelimelerim {
    display: flex;

    gap: 20px;
    justify-content: center;
}











