@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Romanesco&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rochester&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Anaheim&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap);

body,
html {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

a {
    color: inherit
}

* {
    box-sizing: border-box
}

.drag-drops {
    min-height: 50px;
    background-color: #a9a9a9
}

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 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;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: #212529
}

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

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

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

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

a>code {
    color: inherit
}

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

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

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

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

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

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

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

    #header-content {
        display: flex;
        justify-content: center;
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

    .offset-sm-1 {
        margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

    .offset-md-1 {
        margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

    .offset-lg-1 {
        margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

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

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

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

.table-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 {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.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 {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

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

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

.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 {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

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

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

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
    font-weight: 400;
    color: #007bff;
    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 {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

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

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

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .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,%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 {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

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

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

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 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 {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-right: 0;
        padding-left: 0
    }
}

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

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

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

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .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 {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        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-right: 0;
        padding-left: 0
    }
}

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

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

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

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .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 {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        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-right: 0;
        padding-left: 0
    }
}

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

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

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

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .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 {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        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-right: 0;
        padding-left: 0
    }
}

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

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

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

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .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 {
        flex-wrap: nowrap
    }

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

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

.navbar-expand {
    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-right: 0;
    padding-left: 0
}

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

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

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

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

.navbar-expand .navbar-collapse {
    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 {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' 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 {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' 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 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

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

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

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

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

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

.card-body {
    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 {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

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

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

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

.card-img,
.card-img-bottom,
.card-img-top {
    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-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

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

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

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

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

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

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

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

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-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-top-left-radius: 0;
        border-bottom-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 {
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        grid-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-right-radius: 0;
    border-bottom-left-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 {
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb,
.breadcrumb-item {
    display: flex
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

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

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

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

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

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

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        background-position: 0 0
    }
}

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

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

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

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

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

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

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

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

.media-body {
    flex: 1 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toast.showing {
    opacity: 1
}

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

.toast.hide {
    display: none
}

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

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

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

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    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 {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-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 {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.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 {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.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 {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.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 {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.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 {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@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) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@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 {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@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;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #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-white {
    background-color: #fff !important
}

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

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

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

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

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

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

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.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 {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.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;
    -ms-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: sticky !important
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    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 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.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 {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

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

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

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

    .table-dark {
        color: inherit
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px)
}

.loader,
.loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em
}

.loader__figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #1976d2;
    border-radius: 50%;
    animation: loader-figure 1.15s cubic-bezier(.215, .61, .355, 1) infinite
}

.loader__label {
    float: left;
    transform: translateX(-50%);
    margin: .5em 0 0 50%;
    font-size: .875em;
    letter-spacing: .1em;
    line-height: 1.5em;
    color: #1976d2;
    white-space: nowrap;
    animation: loader-label 1.15s cubic-bezier(.215, .61, .355, 1) infinite
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@keyframes loader-label {
    0% {
        opacity: .25
    }

    30% {
        opacity: 1
    }

    to {
        opacity: .25
    }
}

.ps {
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important
    }
}

.ps.ps--active-x>.ps__scrollbar-x-rail,
.ps.ps--active-y>.ps__scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: transparent;
    width: 8px
}

.ps>.ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    bottom: 0;
    height: 6px
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    position: absolute;
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 6px;
    bottom: 2px;
    height: 6px
}

.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x,
.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
    height: 6px
}

.ps>.ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    right: 0;
    width: 6px
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 6px;
    right: 2px;
    width: 6px
}

.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y,
.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    width: 6px
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .2);
    opacity: .9
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    background-color: rgba(0, 0, 0, .2);
    height: 6px
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: rgba(0, 0, 0, .2);
    width: 6px
}

.ps:hover>.ps__scrollbar-x-rail,
.ps:hover>.ps__scrollbar-y-rail {
    opacity: .6
}

.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x,
.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    background-color: rgba(0, 0, 0, .2)
}

#slimtest3.ps .ps__scrollbar-y-rail {
    left: 3px;
    right: auto
}

#slimtest4.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y,
#slimtest4.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,
#slimtest4.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #01c0c8
}

#main-wrapper {
    width: 100%;
    overflow: hidden
}

.page-wrapper,
.waves-effect {
    position: relative
}

.waves-effect {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .1s ease-out
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    transition: all .7s ease-out;
    transition-property: transform, opacity;
    transform: scale(0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background-color: hsla(0, 0%, 100%, .45)
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, .7)
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, .7)
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, .7)
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, .7)
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, .7)
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, .7)
}

html body .waves-notransition {
    transition: none
}

.waves-circle {
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-block {
    display: block
}

/*!
 *  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;
    src: url(/_next/static/media/fontawesome-webfont.8b43027f47b20503057dfbbaa9401fef.eot);
    src: url(/_next/static/media/fontawesome-webfont.8b43027f47b20503057dfbbaa9401fef.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/_next/static/media/fontawesome-webfont.20fd1704ea223900efa9fd4e869efb08.woff2) format("woff2"), url(/_next/static/media/fontawesome-webfont.f691f37e57f04c152e2315ab7dbad881.woff) format("woff"), url(/_next/static/media/fontawesome-webfont.1e59d2330b4c6deb84b340635ed36249.ttf) format("truetype"), url(/_next/static/media/fontawesome-webfont.6878d55e3615ccf40c386ec2a90dfd6a.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.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 {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.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 {
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    animation: fa-spin 1s steps(8) infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.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 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: simple-line-icons;
    src: url(/_next/static/media/Simple-Line-Icons.cb4840b543cf18677ced179e031f689a.eot);
    src: url(/_next/static/media/Simple-Line-Icons.cb4840b543cf18677ced179e031f689a.eot?#iefix-i3a2kk) format("embedded-opentype"), url(/_next/static/media/Simple-Line-Icons.7f0913d4da1704f5de7f80a75eca569f.ttf) format("truetype"), url(/_next/static/media/Simple-Line-Icons.a736074699ec538328feef32b9768034.woff2) format("woff2"), url(/_next/static/media/Simple-Line-Icons.1334d7641f5b94d8d01d3df457da308b.woff) format("woff"), url(/_next/static/media/Simple-Line-Icons.e44ce50cc5d614fac12e91249cb38a4e.svg#simple-line-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-down-circle,
.icon-arrow-left,
.icon-arrow-left-circle,
.icon-arrow-right,
.icon-arrow-right-circle,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calender,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camera,
.icon-camrecorder,
.icon-chart,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawar,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emotsmile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-eye,
.icon-eyeglass,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-location-pin,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-menu,
.icon-microphone,
.icon-mouse,
.icon-music-tone,
.icon-music-tone-alt,
.icon-mustache,
.icon-note,
.icon-notebook,
.icon-options,
.icon-options-vertical,
.icon-paper-clip,
.icon-paper-plane,
.icon-paypal,
.icon-pencil,
.icon-people,
.icon-phone,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-behance,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-foursqare,
.icon-social-github,
.icon-social-gplus,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pintarest,
.icon-social-reddit,
.icon-social-skype,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symble-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-user:before {
    content: "\e005"
}

.icon-people:before {
    content: "\e001"
}

.icon-user-female:before {
    content: "\e000"
}

.icon-user-follow:before {
    content: "\e002"
}

.icon-user-following:before {
    content: "\e003"
}

.icon-user-unfollow:before {
    content: "\e004"
}

.icon-login:before {
    content: "\e066"
}

.icon-logout:before {
    content: "\e065"
}

.icon-emotsmile:before {
    content: "\e021"
}

.icon-phone:before {
    content: "\e600"
}

.icon-call-end:before {
    content: "\e048"
}

.icon-call-in:before {
    content: "\e047"
}

.icon-call-out:before {
    content: "\e046"
}

.icon-map:before {
    content: "\e033"
}

.icon-location-pin:before {
    content: "\e096"
}

.icon-direction:before {
    content: "\e042"
}

.icon-directions:before {
    content: "\e041"
}

.icon-compass:before {
    content: "\e045"
}

.icon-layers:before {
    content: "\e034"
}

.icon-menu:before {
    content: "\e601"
}

.icon-list:before {
    content: "\e067"
}

.icon-options-vertical:before {
    content: "\e602"
}

.icon-options:before {
    content: "\e603"
}

.icon-arrow-down:before {
    content: "\e604"
}

.icon-arrow-left:before {
    content: "\e605"
}

.icon-arrow-right:before {
    content: "\e606"
}

.icon-arrow-up:before {
    content: "\e607"
}

.icon-arrow-up-circle:before {
    content: "\e078"
}

.icon-arrow-left-circle:before {
    content: "\e07a"
}

.icon-arrow-right-circle:before {
    content: "\e079"
}

.icon-arrow-down-circle:before {
    content: "\e07b"
}

.icon-check:before {
    content: "\e080"
}

.icon-clock:before {
    content: "\e081"
}

.icon-plus:before {
    content: "\e095"
}

.icon-close:before {
    content: "\e082"
}

.icon-trophy:before {
    content: "\e006"
}

.icon-screen-smartphone:before {
    content: "\e010"
}

.icon-screen-desktop:before {
    content: "\e011"
}

.icon-plane:before {
    content: "\e012"
}

.icon-notebook:before {
    content: "\e013"
}

.icon-mustache:before {
    content: "\e014"
}

.icon-mouse:before {
    content: "\e015"
}

.icon-magnet:before {
    content: "\e016"
}

.icon-energy:before {
    content: "\e020"
}

.icon-disc:before {
    content: "\e022"
}

.icon-cursor:before {
    content: "\e06e"
}

.icon-cursor-move:before {
    content: "\e023"
}

.icon-crop:before {
    content: "\e024"
}

.icon-chemistry:before {
    content: "\e026"
}

.icon-speedometer:before {
    content: "\e007"
}

.icon-shield:before {
    content: "\e00e"
}

.icon-screen-tablet:before {
    content: "\e00f"
}

.icon-magic-wand:before {
    content: "\e017"
}

.icon-hourglass:before {
    content: "\e018"
}

.icon-graduation:before {
    content: "\e019"
}

.icon-ghost:before {
    content: "\e01a"
}

.icon-game-controller:before {
    content: "\e01b"
}

.icon-fire:before {
    content: "\e01c"
}

.icon-eyeglass:before {
    content: "\e01d"
}

.icon-envelope-open:before {
    content: "\e01e"
}

.icon-envelope-letter:before {
    content: "\e01f"
}

.icon-bell:before {
    content: "\e027"
}

.icon-badge:before {
    content: "\e028"
}

.icon-anchor:before {
    content: "\e029"
}

.icon-wallet:before {
    content: "\e02a"
}

.icon-vector:before {
    content: "\e02b"
}

.icon-speech:before {
    content: "\e02c"
}

.icon-puzzle:before {
    content: "\e02d"
}

.icon-printer:before {
    content: "\e02e"
}

.icon-present:before {
    content: "\e02f"
}

.icon-playlist:before {
    content: "\e030"
}

.icon-pin:before {
    content: "\e031"
}

.icon-picture:before {
    content: "\e032"
}

.icon-handbag:before {
    content: "\e035"
}

.icon-globe-alt:before {
    content: "\e036"
}

.icon-globe:before {
    content: "\e037"
}

.icon-folder-alt:before {
    content: "\e039"
}

.icon-folder:before {
    content: "\e089"
}

.icon-film:before {
    content: "\e03a"
}

.icon-feed:before {
    content: "\e03b"
}

.icon-drop:before {
    content: "\e03e"
}

.icon-drawar:before {
    content: "\e03f"
}

.icon-docs:before {
    content: "\e040"
}

.icon-doc:before {
    content: "\e085"
}

.icon-diamond:before {
    content: "\e043"
}

.icon-cup:before {
    content: "\e044"
}

.icon-calculator:before {
    content: "\e049"
}

.icon-bubbles:before {
    content: "\e04a"
}

.icon-briefcase:before {
    content: "\e04b"
}

.icon-book-open:before {
    content: "\e04c"
}

.icon-basket-loaded:before {
    content: "\e04d"
}

.icon-basket:before {
    content: "\e04e"
}

.icon-bag:before {
    content: "\e04f"
}

.icon-action-undo:before {
    content: "\e050"
}

.icon-action-redo:before {
    content: "\e051"
}

.icon-wrench:before {
    content: "\e052"
}

.icon-umbrella:before {
    content: "\e053"
}

.icon-trash:before {
    content: "\e054"
}

.icon-tag:before {
    content: "\e055"
}

.icon-support:before {
    content: "\e056"
}

.icon-frame:before {
    content: "\e038"
}

.icon-size-fullscreen:before {
    content: "\e057"
}

.icon-size-actual:before {
    content: "\e058"
}

.icon-shuffle:before {
    content: "\e059"
}

.icon-share-alt:before {
    content: "\e05a"
}

.icon-share:before {
    content: "\e05b"
}

.icon-rocket:before {
    content: "\e05c"
}

.icon-question:before {
    content: "\e05d"
}

.icon-pie-chart:before {
    content: "\e05e"
}

.icon-pencil:before {
    content: "\e05f"
}

.icon-note:before {
    content: "\e060"
}

.icon-loop:before {
    content: "\e064"
}

.icon-home:before {
    content: "\e069"
}

.icon-grid:before {
    content: "\e06a"
}

.icon-graph:before {
    content: "\e06b"
}

.icon-microphone:before {
    content: "\e063"
}

.icon-music-tone-alt:before {
    content: "\e061"
}

.icon-music-tone:before {
    content: "\e062"
}

.icon-earphones-alt:before {
    content: "\e03c"
}

.icon-earphones:before {
    content: "\e03d"
}

.icon-equalizer:before {
    content: "\e06c"
}

.icon-like:before {
    content: "\e068"
}

.icon-dislike:before {
    content: "\e06d"
}

.icon-control-start:before {
    content: "\e06f"
}

.icon-control-rewind:before {
    content: "\e070"
}

.icon-control-play:before {
    content: "\e071"
}

.icon-control-pause:before {
    content: "\e072"
}

.icon-control-forward:before {
    content: "\e073"
}

.icon-control-end:before {
    content: "\e074"
}

.icon-volume-1:before {
    content: "\e09f"
}

.icon-volume-2:before {
    content: "\e0a0"
}

.icon-volume-off:before {
    content: "\e0a1"
}

.icon-calender:before {
    content: "\e075"
}

.icon-bulb:before {
    content: "\e076"
}

.icon-chart:before {
    content: "\e077"
}

.icon-ban:before {
    content: "\e07c"
}

.icon-bubble:before {
    content: "\e07d"
}

.icon-camrecorder:before {
    content: "\e07e"
}

.icon-camera:before {
    content: "\e07f"
}

.icon-cloud-download:before {
    content: "\e083"
}

.icon-cloud-upload:before {
    content: "\e084"
}

.icon-envelope:before {
    content: "\e086"
}

.icon-eye:before {
    content: "\e087"
}

.icon-flag:before {
    content: "\e088"
}

.icon-heart:before {
    content: "\e08a"
}

.icon-info:before {
    content: "\e08b"
}

.icon-key:before {
    content: "\e08c"
}

.icon-link:before {
    content: "\e08d"
}

.icon-lock:before {
    content: "\e08e"
}

.icon-lock-open:before {
    content: "\e08f"
}

.icon-magnifier:before {
    content: "\e090"
}

.icon-magnifier-add:before {
    content: "\e091"
}

.icon-magnifier-remove:before {
    content: "\e092"
}

.icon-paper-clip:before {
    content: "\e093"
}

.icon-paper-plane:before {
    content: "\e094"
}

.icon-power:before {
    content: "\e097"
}

.icon-refresh:before {
    content: "\e098"
}

.icon-reload:before {
    content: "\e099"
}

.icon-settings:before {
    content: "\e09a"
}

.icon-star:before {
    content: "\e09b"
}

.icon-symble-female:before {
    content: "\e09c"
}

.icon-symbol-male:before {
    content: "\e09d"
}

.icon-target:before {
    content: "\e09e"
}

.icon-credit-card:before {
    content: "\e025"
}

.icon-paypal:before {
    content: "\e608"
}

.icon-social-tumblr:before {
    content: "\e00a"
}

.icon-social-twitter:before {
    content: "\e009"
}

.icon-social-facebook:before {
    content: "\e00b"
}

.icon-social-instagram:before {
    content: "\e609"
}

.icon-social-linkedin:before {
    content: "\e60a"
}

.icon-social-pintarest:before {
    content: "\e60b"
}

.icon-social-github:before {
    content: "\e60c"
}

.icon-social-gplus:before {
    content: "\e60d"
}

.icon-social-reddit:before {
    content: "\e60e"
}

.icon-social-skype:before {
    content: "\e60f"
}

.icon-social-dribbble:before {
    content: "\e00d"
}

.icon-social-behance:before {
    content: "\e610"
}

.icon-social-foursqare:before {
    content: "\e611"
}

.icon-social-soundcloud:before {
    content: "\e612"
}

.icon-social-spotify:before {
    content: "\e613"
}

.icon-social-stumbleupon:before {
    content: "\e614"
}

.icon-social-youtube:before {
    content: "\e008"
}

.icon-social-dropbox:before {
    content: "\e00c"
}

/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
    font-family: weathericons;
    src: url(/_next/static/media/weathericons-regular-webfont.bb2ec001c20cf752f8520e72eb49cce6.eot);
    src: url(/_next/static/media/weathericons-regular-webfont.bb2ec001c20cf752f8520e72eb49cce6.eot?#iefix) format("embedded-opentype"), url(/_next/static/media/weathericons-regular-webfont.e218aee6928fe3da9ed6e0a1d3adc8be.woff2) format("woff2"), url(/_next/static/media/weathericons-regular-webfont.371511ddba5fdac0538c83f41d8fa022.woff) format("woff"), url(/_next/static/media/weathericons-regular-webfont.0942d1e1c447d6ce3ffcc75168766387.ttf) format("truetype"), url(/_next/static/media/weathericons-regular-webfont.86a76ca5e882e8285706b5a2a58cc065.svg#weather_iconsregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.wi {
    display: inline-block;
    font-family: weathericons;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wi-fw {
    text-align: center;
    width: 1.4em
}

.wi-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg)
}

.wi-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg)
}

.wi-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg)
}

.wi-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    transform: scaleX(-1)
}

.wi-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    transform: scaleY(-1)
}

.wi-day-sunny:before {
    content: "\f00d"
}

.wi-day-cloudy:before {
    content: "\f002"
}

.wi-day-cloudy-gusts:before {
    content: "\f000"
}

.wi-day-cloudy-windy:before {
    content: "\f001"
}

.wi-day-fog:before {
    content: "\f003"
}

.wi-day-hail:before {
    content: "\f004"
}

.wi-day-haze:before {
    content: "\f0b6"
}

.wi-day-lightning:before {
    content: "\f005"
}

.wi-day-rain:before {
    content: "\f008"
}

.wi-day-rain-mix:before {
    content: "\f006"
}

.wi-day-rain-wind:before {
    content: "\f007"
}

.wi-day-showers:before {
    content: "\f009"
}

.wi-day-sleet:before {
    content: "\f0b2"
}

.wi-day-sleet-storm:before {
    content: "\f068"
}

.wi-day-snow:before {
    content: "\f00a"
}

.wi-day-snow-thunderstorm:before {
    content: "\f06b"
}

.wi-day-snow-wind:before {
    content: "\f065"
}

.wi-day-sprinkle:before {
    content: "\f00b"
}

.wi-day-storm-showers:before {
    content: "\f00e"
}

.wi-day-sunny-overcast:before {
    content: "\f00c"
}

.wi-day-thunderstorm:before {
    content: "\f010"
}

.wi-day-windy:before {
    content: "\f085"
}

.wi-solar-eclipse:before {
    content: "\f06e"
}

.wi-hot:before {
    content: "\f072"
}

.wi-day-cloudy-high:before {
    content: "\f07d"
}

.wi-day-light-wind:before {
    content: "\f0c4"
}

.wi-night-clear:before {
    content: "\f02e"
}

.wi-night-alt-cloudy:before {
    content: "\f086"
}

.wi-night-alt-cloudy-gusts:before {
    content: "\f022"
}

.wi-night-alt-cloudy-windy:before {
    content: "\f023"
}

.wi-night-alt-hail:before {
    content: "\f024"
}

.wi-night-alt-lightning:before {
    content: "\f025"
}

.wi-night-alt-rain:before {
    content: "\f028"
}

.wi-night-alt-rain-mix:before {
    content: "\f026"
}

.wi-night-alt-rain-wind:before {
    content: "\f027"
}

.wi-night-alt-showers:before {
    content: "\f029"
}

.wi-night-alt-sleet:before {
    content: "\f0b4"
}

.wi-night-alt-sleet-storm:before {
    content: "\f06a"
}

.wi-night-alt-snow:before {
    content: "\f02a"
}

.wi-night-alt-snow-thunderstorm:before {
    content: "\f06d"
}

.wi-night-alt-snow-wind:before {
    content: "\f067"
}

.wi-night-alt-sprinkle:before {
    content: "\f02b"
}

.wi-night-alt-storm-showers:before {
    content: "\f02c"
}

.wi-night-alt-thunderstorm:before {
    content: "\f02d"
}

.wi-night-cloudy:before {
    content: "\f031"
}

.wi-night-cloudy-gusts:before {
    content: "\f02f"
}

.wi-night-cloudy-windy:before {
    content: "\f030"
}

.wi-night-fog:before {
    content: "\f04a"
}

.wi-night-hail:before {
    content: "\f032"
}

.wi-night-lightning:before {
    content: "\f033"
}

.wi-night-partly-cloudy:before {
    content: "\f083"
}

.wi-night-rain:before {
    content: "\f036"
}

.wi-night-rain-mix:before {
    content: "\f034"
}

.wi-night-rain-wind:before {
    content: "\f035"
}

.wi-night-showers:before {
    content: "\f037"
}

.wi-night-sleet:before {
    content: "\f0b3"
}

.wi-night-sleet-storm:before {
    content: "\f069"
}

.wi-night-snow:before {
    content: "\f038"
}

.wi-night-snow-thunderstorm:before {
    content: "\f06c"
}

.wi-night-snow-wind:before {
    content: "\f066"
}

.wi-night-sprinkle:before {
    content: "\f039"
}

.wi-night-storm-showers:before {
    content: "\f03a"
}

.wi-night-thunderstorm:before {
    content: "\f03b"
}

.wi-lunar-eclipse:before {
    content: "\f070"
}

.wi-stars:before {
    content: "\f077"
}

.wi-night-alt-cloudy-high:before {
    content: "\f07e"
}

.wi-night-cloudy-high:before {
    content: "\f080"
}

.wi-night-alt-partly-cloudy:before {
    content: "\f081"
}

.wi-cloud:before {
    content: "\f041"
}

.wi-cloudy:before {
    content: "\f013"
}

.wi-cloudy-gusts:before {
    content: "\f011"
}

.wi-cloudy-windy:before {
    content: "\f012"
}

.wi-fog:before {
    content: "\f014"
}

.wi-hail:before {
    content: "\f015"
}

.wi-rain:before {
    content: "\f019"
}

.wi-rain-mix:before {
    content: "\f017"
}

.wi-rain-wind:before {
    content: "\f018"
}

.wi-showers:before {
    content: "\f01a"
}

.wi-sleet:before {
    content: "\f0b5"
}

.wi-sprinkle:before {
    content: "\f01c"
}

.wi-storm-showers:before {
    content: "\f01d"
}

.wi-thunderstorm:before {
    content: "\f01e"
}

.wi-snow-wind:before {
    content: "\f064"
}

.wi-snow:before {
    content: "\f01b"
}

.wi-smog:before {
    content: "\f074"
}

.wi-smoke:before {
    content: "\f062"
}

.wi-lightning:before {
    content: "\f016"
}

.wi-raindrops:before {
    content: "\f04e"
}

.wi-raindrop:before {
    content: "\f078"
}

.wi-dust:before {
    content: "\f063"
}

.wi-snowflake-cold:before {
    content: "\f076"
}

.wi-windy:before {
    content: "\f021"
}

.wi-strong-wind:before {
    content: "\f050"
}

.wi-sandstorm:before {
    content: "\f082"
}

.wi-earthquake:before {
    content: "\f0c6"
}

.wi-fire:before {
    content: "\f0c7"
}

.wi-flood:before {
    content: "\f07c"
}

.wi-meteor:before {
    content: "\f071"
}

.wi-tsunami:before {
    content: "\f0c5"
}

.wi-volcano:before {
    content: "\f0c8"
}

.wi-hurricane:before {
    content: "\f073"
}

.wi-tornado:before {
    content: "\f056"
}

.wi-small-craft-advisory:before {
    content: "\f0cc"
}

.wi-gale-warning:before {
    content: "\f0cd"
}

.wi-storm-warning:before {
    content: "\f0ce"
}

.wi-hurricane-warning:before {
    content: "\f0cf"
}

.wi-wind-direction:before {
    content: "\f0b1"
}

.wi-alien:before {
    content: "\f075"
}

.wi-celsius:before {
    content: "\f03c"
}

.wi-fahrenheit:before {
    content: "\f045"
}

.wi-degrees:before {
    content: "\f042"
}

.wi-thermometer:before {
    content: "\f055"
}

.wi-thermometer-exterior:before {
    content: "\f053"
}

.wi-thermometer-internal:before {
    content: "\f054"
}

.wi-cloud-down:before {
    content: "\f03d"
}

.wi-cloud-up:before {
    content: "\f040"
}

.wi-cloud-refresh:before {
    content: "\f03e"
}

.wi-horizon:before {
    content: "\f047"
}

.wi-horizon-alt:before {
    content: "\f046"
}

.wi-sunrise:before {
    content: "\f051"
}

.wi-sunset:before {
    content: "\f052"
}

.wi-moonrise:before {
    content: "\f0c9"
}

.wi-moonset:before {
    content: "\f0ca"
}

.wi-refresh:before {
    content: "\f04c"
}

.wi-refresh-alt:before {
    content: "\f04b"
}

.wi-umbrella:before {
    content: "\f084"
}

.wi-barometer:before {
    content: "\f079"
}

.wi-humidity:before {
    content: "\f07a"
}

.wi-na:before {
    content: "\f07b"
}

.wi-train:before {
    content: "\f0cb"
}

.wi-moon-new:before {
    content: "\f095"
}

.wi-moon-waxing-cresent-1:before {
    content: "\f096"
}

.wi-moon-waxing-cresent-2:before {
    content: "\f097"
}

.wi-moon-waxing-cresent-3:before {
    content: "\f098"
}

.wi-moon-waxing-cresent-4:before {
    content: "\f099"
}

.wi-moon-waxing-cresent-5:before {
    content: "\f09a"
}

.wi-moon-waxing-cresent-6:before {
    content: "\f09b"
}

.wi-moon-first-quarter:before {
    content: "\f09c"
}

.wi-moon-waxing-gibbous-1:before {
    content: "\f09d"
}

.wi-moon-waxing-gibbous-2:before {
    content: "\f09e"
}

.wi-moon-waxing-gibbous-3:before {
    content: "\f09f"
}

.wi-moon-waxing-gibbous-4:before {
    content: "\f0a0"
}

.wi-moon-waxing-gibbous-5:before {
    content: "\f0a1"
}

.wi-moon-waxing-gibbous-6:before {
    content: "\f0a2"
}

.wi-moon-full:before {
    content: "\f0a3"
}

.wi-moon-waning-gibbous-1:before {
    content: "\f0a4"
}

.wi-moon-waning-gibbous-2:before {
    content: "\f0a5"
}

.wi-moon-waning-gibbous-3:before {
    content: "\f0a6"
}

.wi-moon-waning-gibbous-4:before {
    content: "\f0a7"
}

.wi-moon-waning-gibbous-5:before {
    content: "\f0a8"
}

.wi-moon-waning-gibbous-6:before {
    content: "\f0a9"
}

.wi-moon-third-quarter:before {
    content: "\f0aa"
}

.wi-moon-waning-crescent-1:before {
    content: "\f0ab"
}

.wi-moon-waning-crescent-2:before {
    content: "\f0ac"
}

.wi-moon-waning-crescent-3:before {
    content: "\f0ad"
}

.wi-moon-waning-crescent-4:before {
    content: "\f0ae"
}

.wi-moon-waning-crescent-5:before {
    content: "\f0af"
}

.wi-moon-waning-crescent-6:before {
    content: "\f0b0"
}

.wi-moon-alt-new:before {
    content: "\f0eb"
}

.wi-moon-alt-waxing-cresent-1:before {
    content: "\f0d0"
}

.wi-moon-alt-waxing-cresent-2:before {
    content: "\f0d1"
}

.wi-moon-alt-waxing-cresent-3:before {
    content: "\f0d2"
}

.wi-moon-alt-waxing-cresent-4:before {
    content: "\f0d3"
}

.wi-moon-alt-waxing-cresent-5:before {
    content: "\f0d4"
}

.wi-moon-alt-waxing-cresent-6:before {
    content: "\f0d5"
}

.wi-moon-alt-first-quarter:before {
    content: "\f0d6"
}

.wi-moon-alt-waxing-gibbous-1:before {
    content: "\f0d7"
}

.wi-moon-alt-waxing-gibbous-2:before {
    content: "\f0d8"
}

.wi-moon-alt-waxing-gibbous-3:before {
    content: "\f0d9"
}

.wi-moon-alt-waxing-gibbous-4:before {
    content: "\f0da"
}

.wi-moon-alt-waxing-gibbous-5:before {
    content: "\f0db"
}

.wi-moon-alt-waxing-gibbous-6:before {
    content: "\f0dc"
}

.wi-moon-alt-full:before {
    content: "\f0dd"
}

.wi-moon-alt-waning-gibbous-1:before {
    content: "\f0de"
}

.wi-moon-alt-waning-gibbous-2:before {
    content: "\f0df"
}

.wi-moon-alt-waning-gibbous-3:before {
    content: "\f0e0"
}

.wi-moon-alt-waning-gibbous-4:before {
    content: "\f0e1"
}

.wi-moon-alt-waning-gibbous-5:before {
    content: "\f0e2"
}

.wi-moon-alt-waning-gibbous-6:before {
    content: "\f0e3"
}

.wi-moon-alt-third-quarter:before {
    content: "\f0e4"
}

.wi-moon-alt-waning-crescent-1:before {
    content: "\f0e5"
}

.wi-moon-alt-waning-crescent-2:before {
    content: "\f0e6"
}

.wi-moon-alt-waning-crescent-3:before {
    content: "\f0e7"
}

.wi-moon-alt-waning-crescent-4:before {
    content: "\f0e8"
}

.wi-moon-alt-waning-crescent-5:before {
    content: "\f0e9"
}

.wi-moon-alt-waning-crescent-6:before {
    content: "\f0ea"
}

.wi-moon-0:before {
    content: "\f095"
}

.wi-moon-1:before {
    content: "\f096"
}

.wi-moon-2:before {
    content: "\f097"
}

.wi-moon-3:before {
    content: "\f098"
}

.wi-moon-4:before {
    content: "\f099"
}

.wi-moon-5:before {
    content: "\f09a"
}

.wi-moon-6:before {
    content: "\f09b"
}

.wi-moon-7:before {
    content: "\f09c"
}

.wi-moon-8:before {
    content: "\f09d"
}

.wi-moon-9:before {
    content: "\f09e"
}

.wi-moon-10:before {
    content: "\f09f"
}

.wi-moon-11:before {
    content: "\f0a0"
}

.wi-moon-12:before {
    content: "\f0a1"
}

.wi-moon-13:before {
    content: "\f0a2"
}

.wi-moon-14:before {
    content: "\f0a3"
}

.wi-moon-15:before {
    content: "\f0a4"
}

.wi-moon-16:before {
    content: "\f0a5"
}

.wi-moon-17:before {
    content: "\f0a6"
}

.wi-moon-18:before {
    content: "\f0a7"
}

.wi-moon-19:before {
    content: "\f0a8"
}

.wi-moon-20:before {
    content: "\f0a9"
}

.wi-moon-21:before {
    content: "\f0aa"
}

.wi-moon-22:before {
    content: "\f0ab"
}

.wi-moon-23:before {
    content: "\f0ac"
}

.wi-moon-24:before {
    content: "\f0ad"
}

.wi-moon-25:before {
    content: "\f0ae"
}

.wi-moon-26:before {
    content: "\f0af"
}

.wi-moon-27:before {
    content: "\f0b0"
}

.wi-time-1:before {
    content: "\f08a"
}

.wi-time-2:before {
    content: "\f08b"
}

.wi-time-3:before {
    content: "\f08c"
}

.wi-time-4:before {
    content: "\f08d"
}

.wi-time-5:before {
    content: "\f08e"
}

.wi-time-6:before {
    content: "\f08f"
}

.wi-time-7:before {
    content: "\f090"
}

.wi-time-8:before {
    content: "\f091"
}

.wi-time-9:before {
    content: "\f092"
}

.wi-time-10:before {
    content: "\f093"
}

.wi-time-11:before {
    content: "\f094"
}

.wi-time-12:before {
    content: "\f089"
}

.wi-direction-up:before {
    content: "\f058"
}

.wi-direction-up-right:before {
    content: "\f057"
}

.wi-direction-right:before {
    content: "\f04d"
}

.wi-direction-down-right:before {
    content: "\f088"
}

.wi-direction-down:before {
    content: "\f044"
}

.wi-direction-down-left:before {
    content: "\f043"
}

.wi-direction-left:before {
    content: "\f048"
}

.wi-direction-up-left:before {
    content: "\f087"
}

.wi-wind-beaufort-0:before {
    content: "\f0b7"
}

.wi-wind-beaufort-1:before {
    content: "\f0b8"
}

.wi-wind-beaufort-2:before {
    content: "\f0b9"
}

.wi-wind-beaufort-3:before {
    content: "\f0ba"
}

.wi-wind-beaufort-4:before {
    content: "\f0bb"
}

.wi-wind-beaufort-5:before {
    content: "\f0bc"
}

.wi-wind-beaufort-6:before {
    content: "\f0bd"
}

.wi-wind-beaufort-7:before {
    content: "\f0be"
}

.wi-wind-beaufort-8:before {
    content: "\f0bf"
}

.wi-wind-beaufort-9:before {
    content: "\f0c0"
}

.wi-wind-beaufort-10:before {
    content: "\f0c1"
}

.wi-wind-beaufort-11:before {
    content: "\f0c2"
}

.wi-wind-beaufort-12:before {
    content: "\f0c3"
}

.wi-yahoo-0:before {
    content: "\f056"
}

.wi-yahoo-1:before {
    content: "\f00e"
}

.wi-yahoo-2:before {
    content: "\f073"
}

.wi-yahoo-3:before,
.wi-yahoo-4:before {
    content: "\f01e"
}

.wi-yahoo-5:before,
.wi-yahoo-6:before,
.wi-yahoo-7:before {
    content: "\f017"
}

.wi-yahoo-8:before {
    content: "\f015"
}

.wi-yahoo-9:before {
    content: "\f01a"
}

.wi-yahoo-10:before {
    content: "\f015"
}

.wi-yahoo-11:before,
.wi-yahoo-12:before {
    content: "\f01a"
}

.wi-yahoo-13:before {
    content: "\f01b"
}

.wi-yahoo-14:before {
    content: "\f00a"
}

.wi-yahoo-15:before {
    content: "\f064"
}

.wi-yahoo-16:before {
    content: "\f01b"
}

.wi-yahoo-17:before {
    content: "\f015"
}

.wi-yahoo-18:before {
    content: "\f017"
}

.wi-yahoo-19:before {
    content: "\f063"
}

.wi-yahoo-20:before {
    content: "\f014"
}

.wi-yahoo-21:before {
    content: "\f021"
}

.wi-yahoo-22:before {
    content: "\f062"
}

.wi-yahoo-23:before,
.wi-yahoo-24:before {
    content: "\f050"
}

.wi-yahoo-25:before {
    content: "\f076"
}

.wi-yahoo-26:before {
    content: "\f013"
}

.wi-yahoo-27:before {
    content: "\f031"
}

.wi-yahoo-28:before {
    content: "\f002"
}

.wi-yahoo-29:before {
    content: "\f031"
}

.wi-yahoo-30:before {
    content: "\f002"
}

.wi-yahoo-31:before {
    content: "\f02e"
}

.wi-yahoo-32:before {
    content: "\f00d"
}

.wi-yahoo-33:before {
    content: "\f083"
}

.wi-yahoo-34:before {
    content: "\f00c"
}

.wi-yahoo-35:before {
    content: "\f017"
}

.wi-yahoo-36:before {
    content: "\f072"
}

.wi-yahoo-37:before,
.wi-yahoo-38:before,
.wi-yahoo-39:before {
    content: "\f00e"
}

.wi-yahoo-40:before {
    content: "\f01a"
}

.wi-yahoo-41:before {
    content: "\f064"
}

.wi-yahoo-42:before {
    content: "\f01b"
}

.wi-yahoo-43:before {
    content: "\f064"
}

.wi-yahoo-44:before {
    content: "\f00c"
}

.wi-yahoo-45:before {
    content: "\f00e"
}

.wi-yahoo-46:before {
    content: "\f01b"
}

.wi-yahoo-47:before {
    content: "\f00e"
}

.wi-yahoo-3200:before {
    content: "\f077"
}

.wi-forecast-io-clear-day:before {
    content: "\f00d"
}

.wi-forecast-io-clear-night:before {
    content: "\f02e"
}

.wi-forecast-io-rain:before {
    content: "\f019"
}

.wi-forecast-io-snow:before {
    content: "\f01b"
}

.wi-forecast-io-sleet:before {
    content: "\f0b5"
}

.wi-forecast-io-wind:before {
    content: "\f050"
}

.wi-forecast-io-fog:before {
    content: "\f014"
}

.wi-forecast-io-cloudy:before {
    content: "\f013"
}

.wi-forecast-io-partly-cloudy-day:before {
    content: "\f002"
}

.wi-forecast-io-partly-cloudy-night:before {
    content: "\f031"
}

.wi-forecast-io-hail:before {
    content: "\f015"
}

.wi-forecast-io-thunderstorm:before {
    content: "\f01e"
}

.wi-forecast-io-tornado:before {
    content: "\f056"
}

.wi-wmo4680-00:before,
.wi-wmo4680-0:before {
    content: "\f055"
}

.wi-wmo4680-01:before,
.wi-wmo4680-1:before {
    content: "\f013"
}

.wi-wmo4680-02:before,
.wi-wmo4680-2:before {
    content: "\f055"
}

.wi-wmo4680-03:before,
.wi-wmo4680-3:before {
    content: "\f013"
}

.wi-wmo4680-04:before,
.wi-wmo4680-4:before,
.wi-wmo4680-05:before,
.wi-wmo4680-5:before,
.wi-wmo4680-10:before,
.wi-wmo4680-11:before {
    content: "\f014"
}

.wi-wmo4680-12:before {
    content: "\f016"
}

.wi-wmo4680-18:before {
    content: "\f050"
}

.wi-wmo4680-20:before {
    content: "\f014"
}

.wi-wmo4680-21:before,
.wi-wmo4680-22:before {
    content: "\f017"
}

.wi-wmo4680-23:before {
    content: "\f019"
}

.wi-wmo4680-24:before {
    content: "\f01b"
}

.wi-wmo4680-25:before {
    content: "\f015"
}

.wi-wmo4680-26:before {
    content: "\f01e"
}

.wi-wmo4680-27:before,
.wi-wmo4680-28:before,
.wi-wmo4680-29:before {
    content: "\f063"
}

.wi-wmo4680-30:before,
.wi-wmo4680-31:before,
.wi-wmo4680-32:before,
.wi-wmo4680-33:before,
.wi-wmo4680-34:before,
.wi-wmo4680-35:before {
    content: "\f014"
}

.wi-wmo4680-40:before {
    content: "\f017"
}

.wi-wmo4680-41:before {
    content: "\f01c"
}

.wi-wmo4680-42:before {
    content: "\f019"
}

.wi-wmo4680-43:before {
    content: "\f01c"
}

.wi-wmo4680-44:before {
    content: "\f019"
}

.wi-wmo4680-45:before,
.wi-wmo4680-46:before {
    content: "\f015"
}

.wi-wmo4680-47:before,
.wi-wmo4680-48:before {
    content: "\f01b"
}

.wi-wmo4680-50:before,
.wi-wmo4680-51:before {
    content: "\f01c"
}

.wi-wmo4680-52:before,
.wi-wmo4680-53:before {
    content: "\f019"
}

.wi-wmo4680-54:before,
.wi-wmo4680-55:before,
.wi-wmo4680-56:before {
    content: "\f076"
}

.wi-wmo4680-57:before {
    content: "\f01c"
}

.wi-wmo4680-58:before {
    content: "\f019"
}

.wi-wmo4680-60:before,
.wi-wmo4680-61:before {
    content: "\f01c"
}

.wi-wmo4680-62:before,
.wi-wmo4680-63:before {
    content: "\f019"
}

.wi-wmo4680-64:before,
.wi-wmo4680-65:before,
.wi-wmo4680-66:before {
    content: "\f015"
}

.wi-wmo4680-67:before,
.wi-wmo4680-68:before {
    content: "\f017"
}

.wi-wmo4680-70:before,
.wi-wmo4680-71:before,
.wi-wmo4680-72:before,
.wi-wmo4680-73:before {
    content: "\f01b"
}

.wi-wmo4680-74:before,
.wi-wmo4680-75:before,
.wi-wmo4680-76:before {
    content: "\f076"
}

.wi-wmo4680-77:before {
    content: "\f01b"
}

.wi-wmo4680-78:before {
    content: "\f076"
}

.wi-wmo4680-80:before {
    content: "\f019"
}

.wi-wmo4680-81:before {
    content: "\f01c"
}

.wi-wmo4680-82:before,
.wi-wmo4680-83:before {
    content: "\f019"
}

.wi-wmo4680-84:before {
    content: "\f01d"
}

.wi-wmo4680-85:before,
.wi-wmo4680-86:before,
.wi-wmo4680-87:before {
    content: "\f017"
}

.wi-wmo4680-89:before {
    content: "\f015"
}

.wi-wmo4680-90:before {
    content: "\f016"
}

.wi-wmo4680-91:before {
    content: "\f01d"
}

.wi-wmo4680-92:before,
.wi-wmo4680-93:before {
    content: "\f01e"
}

.wi-wmo4680-94:before {
    content: "\f016"
}

.wi-wmo4680-95:before,
.wi-wmo4680-96:before {
    content: "\f01e"
}

.wi-wmo4680-99:before {
    content: "\f056"
}

.wi-owm-200:before,
.wi-owm-201:before,
.wi-owm-202:before {
    content: "\f01e"
}

.wi-owm-210:before,
.wi-owm-211:before,
.wi-owm-212:before,
.wi-owm-221:before {
    content: "\f016"
}

.wi-owm-230:before,
.wi-owm-231:before,
.wi-owm-232:before {
    content: "\f01e"
}

.wi-owm-300:before,
.wi-owm-301:before {
    content: "\f01c"
}

.wi-owm-302:before {
    content: "\f019"
}

.wi-owm-310:before {
    content: "\f017"
}

.wi-owm-311:before,
.wi-owm-312:before {
    content: "\f019"
}

.wi-owm-313:before {
    content: "\f01a"
}

.wi-owm-314:before {
    content: "\f019"
}

.wi-owm-321:before,
.wi-owm-500:before {
    content: "\f01c"
}

.wi-owm-501:before,
.wi-owm-502:before,
.wi-owm-503:before,
.wi-owm-504:before {
    content: "\f019"
}

.wi-owm-511:before {
    content: "\f017"
}

.wi-owm-520:before,
.wi-owm-521:before,
.wi-owm-522:before {
    content: "\f01a"
}

.wi-owm-531:before {
    content: "\f01d"
}

.wi-owm-600:before,
.wi-owm-601:before {
    content: "\f01b"
}

.wi-owm-602:before {
    content: "\f0b5"
}

.wi-owm-611:before,
.wi-owm-612:before,
.wi-owm-615:before,
.wi-owm-616:before,
.wi-owm-620:before {
    content: "\f017"
}

.wi-owm-621:before,
.wi-owm-622:before {
    content: "\f01b"
}

.wi-owm-701:before {
    content: "\f01a"
}

.wi-owm-711:before {
    content: "\f062"
}

.wi-owm-721:before {
    content: "\f0b6"
}

.wi-owm-731:before {
    content: "\f063"
}

.wi-owm-741:before {
    content: "\f014"
}

.wi-owm-761:before,
.wi-owm-762:before {
    content: "\f063"
}

.wi-owm-771:before {
    content: "\f011"
}

.wi-owm-781:before {
    content: "\f056"
}

.wi-owm-800:before {
    content: "\f00d"
}

.wi-owm-801:before,
.wi-owm-802:before,
.wi-owm-803:before {
    content: "\f011"
}

.wi-owm-803:before {
    content: "\f012"
}

.wi-owm-804:before {
    content: "\f013"
}

.wi-owm-900:before {
    content: "\f056"
}

.wi-owm-901:before {
    content: "\f01d"
}

.wi-owm-902:before {
    content: "\f073"
}

.wi-owm-903:before {
    content: "\f076"
}

.wi-owm-904:before {
    content: "\f072"
}

.wi-owm-905:before {
    content: "\f021"
}

.wi-owm-906:before {
    content: "\f015"
}

.wi-owm-957:before {
    content: "\f050"
}

.wi-owm-day-200:before,
.wi-owm-day-201:before,
.wi-owm-day-202:before {
    content: "\f010"
}

.wi-owm-day-210:before,
.wi-owm-day-211:before,
.wi-owm-day-212:before,
.wi-owm-day-221:before {
    content: "\f005"
}

.wi-owm-day-230:before,
.wi-owm-day-231:before,
.wi-owm-day-232:before {
    content: "\f010"
}

.wi-owm-day-300:before,
.wi-owm-day-301:before {
    content: "\f00b"
}

.wi-owm-day-302:before,
.wi-owm-day-310:before,
.wi-owm-day-311:before,
.wi-owm-day-312:before,
.wi-owm-day-313:before,
.wi-owm-day-314:before {
    content: "\f008"
}

.wi-owm-day-321:before,
.wi-owm-day-500:before {
    content: "\f00b"
}

.wi-owm-day-501:before,
.wi-owm-day-502:before,
.wi-owm-day-503:before,
.wi-owm-day-504:before {
    content: "\f008"
}

.wi-owm-day-511:before {
    content: "\f006"
}

.wi-owm-day-520:before,
.wi-owm-day-521:before,
.wi-owm-day-522:before {
    content: "\f009"
}

.wi-owm-day-531:before {
    content: "\f00e"
}

.wi-owm-day-600:before {
    content: "\f00a"
}

.wi-owm-day-601:before {
    content: "\f0b2"
}

.wi-owm-day-602:before {
    content: "\f00a"
}

.wi-owm-day-611:before,
.wi-owm-day-612:before,
.wi-owm-day-615:before,
.wi-owm-day-616:before,
.wi-owm-day-620:before {
    content: "\f006"
}

.wi-owm-day-621:before,
.wi-owm-day-622:before {
    content: "\f00a"
}

.wi-owm-day-701:before {
    content: "\f009"
}

.wi-owm-day-711:before {
    content: "\f062"
}

.wi-owm-day-721:before {
    content: "\f0b6"
}

.wi-owm-day-731:before {
    content: "\f063"
}

.wi-owm-day-741:before {
    content: "\f003"
}

.wi-owm-day-761:before,
.wi-owm-day-762:before {
    content: "\f063"
}

.wi-owm-day-781:before {
    content: "\f056"
}

.wi-owm-day-800:before {
    content: "\f00d"
}

.wi-owm-day-801:before,
.wi-owm-day-802:before,
.wi-owm-day-803:before {
    content: "\f000"
}

.wi-owm-day-804:before {
    content: "\f00c"
}

.wi-owm-day-900:before {
    content: "\f056"
}

.wi-owm-day-902:before {
    content: "\f073"
}

.wi-owm-day-903:before {
    content: "\f076"
}

.wi-owm-day-904:before {
    content: "\f072"
}

.wi-owm-day-906:before {
    content: "\f004"
}

.wi-owm-day-957:before {
    content: "\f050"
}

.wi-owm-night-200:before,
.wi-owm-night-201:before,
.wi-owm-night-202:before {
    content: "\f02d"
}

.wi-owm-night-210:before,
.wi-owm-night-211:before,
.wi-owm-night-212:before,
.wi-owm-night-221:before {
    content: "\f025"
}

.wi-owm-night-230:before,
.wi-owm-night-231:before,
.wi-owm-night-232:before {
    content: "\f02d"
}

.wi-owm-night-300:before,
.wi-owm-night-301:before {
    content: "\f02b"
}

.wi-owm-night-302:before,
.wi-owm-night-310:before,
.wi-owm-night-311:before,
.wi-owm-night-312:before,
.wi-owm-night-313:before,
.wi-owm-night-314:before {
    content: "\f028"
}

.wi-owm-night-321:before,
.wi-owm-night-500:before {
    content: "\f02b"
}

.wi-owm-night-501:before,
.wi-owm-night-502:before,
.wi-owm-night-503:before,
.wi-owm-night-504:before {
    content: "\f028"
}

.wi-owm-night-511:before {
    content: "\f026"
}

.wi-owm-night-520:before,
.wi-owm-night-521:before,
.wi-owm-night-522:before {
    content: "\f029"
}

.wi-owm-night-531:before {
    content: "\f02c"
}

.wi-owm-night-600:before {
    content: "\f02a"
}

.wi-owm-night-601:before {
    content: "\f0b4"
}

.wi-owm-night-602:before {
    content: "\f02a"
}

.wi-owm-night-611:before,
.wi-owm-night-612:before,
.wi-owm-night-615:before,
.wi-owm-night-616:before,
.wi-owm-night-620:before {
    content: "\f026"
}

.wi-owm-night-621:before,
.wi-owm-night-622:before {
    content: "\f02a"
}

.wi-owm-night-701:before {
    content: "\f029"
}

.wi-owm-night-711:before {
    content: "\f062"
}

.wi-owm-night-721:before {
    content: "\f0b6"
}

.wi-owm-night-731:before {
    content: "\f063"
}

.wi-owm-night-741:before {
    content: "\f04a"
}

.wi-owm-night-761:before,
.wi-owm-night-762:before {
    content: "\f063"
}

.wi-owm-night-781:before {
    content: "\f056"
}

.wi-owm-night-800:before {
    content: "\f02e"
}

.wi-owm-night-801:before,
.wi-owm-night-802:before,
.wi-owm-night-803:before {
    content: "\f022"
}

.wi-owm-night-804:before {
    content: "\f086"
}

.wi-owm-night-900:before {
    content: "\f056"
}

.wi-owm-night-902:before {
    content: "\f073"
}

.wi-owm-night-903:before {
    content: "\f076"
}

.wi-owm-night-904:before {
    content: "\f072"
}

.wi-owm-night-906:before {
    content: "\f024"
}

.wi-owm-night-957:before {
    content: "\f050"
}

@font-face {
    font-family: themify;
    src: url(/_next/static/media/themify.9bad94440d49256265a5b2305ec42d63.eot);
    src: url(/_next/static/media/themify.9bad94440d49256265a5b2305ec42d63.eot?#iefix-fvbane) format("embedded-opentype"), url(/_next/static/media/themify.29b39089170885ae29671a8c66d85a9f.woff) format("woff"), url(/_next/static/media/themify.eda8b94308c6f538f04a8056ed761a57.ttf) format("truetype"), url(/_next/static/media/themify.c4292f34297f1004471aa089024b1ccc.svg#themify) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" ti-"],
[class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

.flag-icon,
.flag-icon-background {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em
}

.flag-icon:before {
    content: "\00a0"
}

.dropdown-menu .flag-icon {
    margin-right: 5px
}

.flag-icon-ad {
    background-image: url(/_next/static/media/ad.9653c316d5c6bde38520d12a728f708a.svg)
}

.flag-icon-ae {
    background-image: url(/_next/static/media/ae.607d545f3e95f3c6c13bd39efe0045fd.svg)
}

.flag-icon-af {
    background-image: url(/_next/static/media/af.4eaa2fa5a3c4505a4f186722232f89a3.svg)
}

.flag-icon-ag {
    background-image: url(/_next/static/media/ag.d456eea6a4d4e6288b3c92e4179c9bdb.svg)
}

.flag-icon-ai {
    background-image: url(/_next/static/media/ai.c48a9876bec5100eceeda1102068a6e8.svg)
}

.flag-icon-al {
    background-image: url(/_next/static/media/al.70bf9bd899cf103b615ba6aca7d438da.svg)
}

.flag-icon-am {
    background-image: url(/_next/static/media/am.3e0aea658eb8a1666dea4093c8d004c5.svg)
}

.flag-icon-ao {
    background-image: url(/_next/static/media/ao.9198d99892e4a6f278a843dbf6e24c73.svg)
}

.flag-icon-aq {
    background-image: url(/_next/static/media/aq.23bdfbf44858ec0bdd377688db7fa9cf.svg)
}

.flag-icon-ar {
    background-image: url(/_next/static/media/ar.2512d6ff27996300ae56683ae7c17357.svg)
}

.flag-icon-as {
    background-image: url(/_next/static/media/as.5de14f0201cd986f5cdc0d7e3b7ddb52.svg)
}

.flag-icon-at {
    background-image: url(/_next/static/media/at.93ca65240fdb1e29f41220a68375c012.svg)
}

.flag-icon-au {
    background-image: url(/_next/static/media/au.bff7f767910cb68698ec4ccb2254fb05.svg)
}

.flag-icon-aw {
    background-image: url(/_next/static/media/aw.61ce674aafa0daf301e42ad0b05edf4a.svg)
}

.flag-icon-ax {
    background-image: url(/_next/static/media/ax.5ce8a7732a7fc1404b1621c943320270.svg)
}

.flag-icon-az {
    background-image: url(/_next/static/media/az.01cf9413982901b57fedabf3365e85ef.svg)
}

.flag-icon-ba {
    background-image: url(/_next/static/media/ba.ff05cbfd23f2b1d75186312a1a155e09.svg)
}

.flag-icon-bb {
    background-image: url(/_next/static/media/bb.4f3f82e3144b57bd7c7c90fd8e3f842e.svg)
}

.flag-icon-bd {
    background-image: url(/_next/static/media/bd.f277ce279d07d7fc166fbc0b5190f193.svg)
}

.flag-icon-be {
    background-image: url(/_next/static/media/be.205beeff579a99a70043a31ef82647e3.svg)
}

.flag-icon-bf {
    background-image: url(/_next/static/media/bf.f9295f1a31ce006d077bc0a7942085f4.svg)
}

.flag-icon-bg {
    background-image: url(/_next/static/media/bg.084d189185c3c0458b9e37df59a7c18d.svg)
}

.flag-icon-bh {
    background-image: url(/_next/static/media/bh.a96c7b93fce0f95236f5b2c1cf6426ed.svg)
}

.flag-icon-bi {
    background-image: url(/_next/static/media/bi.cdca898686651f4e2c139aa17a957c7e.svg)
}

.flag-icon-bj {
    background-image: url(/_next/static/media/bj.2e19bb09019ab8610a9d14df46ff98ea.svg)
}

.flag-icon-bl {
    background-image: url(/_next/static/media/bl.360780b89b9d51aa747c8de226462e8c.svg)
}

.flag-icon-bm {
    background-image: url(/_next/static/media/bm.ff1d88a7710105c7e1260b98ef6e1bae.svg)
}

.flag-icon-bn {
    background-image: url(/_next/static/media/bn.8d24499cb4e6b74917edea50201712c8.svg)
}

.flag-icon-bo {
    background-image: url(/_next/static/media/bo.7859256ffdb1c5d141ca01f50dd88621.svg)
}

.flag-icon-bq {
    background-image: url(/_next/static/media/bq.fbb6edcb720dcdf858fa766e1bd2d888.svg)
}

.flag-icon-br {
    background-image: url(/_next/static/media/br.ee43d0c4d9b803b5dff0ffc5fec6b94d.svg)
}

.flag-icon-bs {
    background-image: url(/_next/static/media/bs.4fd62624e60a4dd45fdeaede6f2334ad.svg)
}

.flag-icon-bt {
    background-image: url(/_next/static/media/bt.10ec27d3491c70e196046ac2226d2ba1.svg)
}

.flag-icon-bv {
    background-image: url(/_next/static/media/bv.a033e585c2a70bee354229f7b9122ff0.svg)
}

.flag-icon-bw {
    background-image: url(/_next/static/media/bw.62fb60647af1cff3d859d0a2602399dd.svg)
}

.flag-icon-by {
    background-image: url(/_next/static/media/by.171f9429d1f850a29f2231355ccbb1ff.svg)
}

.flag-icon-bz {
    background-image: url(/_next/static/media/bz.5aa806750fe475bb9c7201674ac9eb9c.svg)
}

.flag-icon-ca {
    background-image: url(/_next/static/media/ca.f6b0ce4a51789dd285f3ab7e59ac636a.svg)
}

.flag-icon-cc {
    background-image: url(/_next/static/media/cc.13b703ddf0a74ee7bd32f5d59bfa0312.svg)
}

.flag-icon-cd {
    background-image: url(/_next/static/media/cd.17df39e952a1133baadc48c71a5a3c6f.svg)
}

.flag-icon-cf {
    background-image: url(/_next/static/media/cf.41f20d5f06b24b6392ba264d4f39849c.svg)
}

.flag-icon-cg {
    background-image: url(/_next/static/media/cg.6958156f7404e0598f16a32833124da1.svg)
}

.flag-icon-ch {
    background-image: url(/_next/static/media/ch.aba41c8a5ec22fa73119a15d2874c8e4.svg)
}

.flag-icon-ci {
    background-image: url(/_next/static/media/ci.f5091344cbf47d27d6b371c1c2338dae.svg)
}

.flag-icon-ck {
    background-image: url(/_next/static/media/ck.1df5397c9cafe244dfb754c86e049eca.svg)
}

.flag-icon-cl {
    background-image: url(/_next/static/media/cl.8942f2c5be8cb97bf1455942998523f0.svg)
}

.flag-icon-cm {
    background-image: url(/_next/static/media/cm.ac4868d173f76da1170b7946f3dc3321.svg)
}

.flag-icon-cn {
    background-image: url(/_next/static/media/cn.0afbda3c9fa13d339d53512831d9b8c5.svg)
}

.flag-icon-co {
    background-image: url(/_next/static/media/co.a52b4c8e40ea3fed0c915c05a20b6de0.svg)
}

.flag-icon-cr {
    background-image: url(/_next/static/media/cr.528ae31e867d224f35d4ba50f5635736.svg)
}

.flag-icon-cu {
    background-image: url(/_next/static/media/cu.cfa4601dc47bf4ce167042c46e8e0ed5.svg)
}

.flag-icon-cv {
    background-image: url(/_next/static/media/cv.b3b6a4b7c2f2fd81cd18d48663c3e481.svg)
}

.flag-icon-cw {
    background-image: url(/_next/static/media/cw.7821350a614356cf2eabb3332b57e497.svg)
}

.flag-icon-cx {
    background-image: url(/_next/static/media/cx.1df93cf0b5595824323f1a5f57c84d02.svg)
}

.flag-icon-cy {
    background-image: url(/_next/static/media/cy.31028785729824312cf590f02979838f.svg)
}

.flag-icon-cz {
    background-image: url(/_next/static/media/cz.402a5a3bd2a9f308d576fb3cf7300201.svg)
}

.flag-icon-de {
    background-image: url(/_next/static/media/de.4d9da46a0af0480bb54405bde3971c92.svg)
}

.flag-icon-dj {
    background-image: url(/_next/static/media/dj.576c381d7aba47913099446439fd0b86.svg)
}

.flag-icon-dk {
    background-image: url(/_next/static/media/dk.cb2aa1eb5bb67d3ae3f38906e7cdbe04.svg)
}

.flag-icon-dm {
    background-image: url(/_next/static/media/dm.0231af4457992b315b7a0cc32a3d6ba5.svg)
}

.flag-icon-do {
    background-image: url(/_next/static/media/do.f03162b90a11d8c32c762c9d90d962e5.svg)
}

.flag-icon-dz {
    background-image: url(/_next/static/media/dz.90f4b00442fd857b681a1c59c2943289.svg)
}

.flag-icon-ec {
    background-image: url(/_next/static/media/ec.451dc1f9fda93267ed71fe04fc775869.svg)
}

.flag-icon-ee {
    background-image: url(/_next/static/media/ee.866d661661d368415fb613c935d94e3c.svg)
}

.flag-icon-eg {
    background-image: url(/_next/static/media/eg.a818322b039060cfe22c60a99851b022.svg)
}

.flag-icon-eh {
    background-image: url(/_next/static/media/eh.2ddc9495425047c465c2e272ef9b6c98.svg)
}

.flag-icon-er {
    background-image: url(/_next/static/media/er.a195fc6d58270a439a19cb564c68b195.svg)
}

.flag-icon-es {
    background-image: url(/_next/static/media/es.25a7444166f5cc27b2a58493f9bf6448.svg)
}

.flag-icon-et {
    background-image: url(/_next/static/media/et.405d452b9b7053012e2e34ed51513383.svg)
}

.flag-icon-fi {
    background-image: url(/_next/static/media/fi.f3269055f9a24eb74b282c96d069c074.svg)
}

.flag-icon-fj {
    background-image: url(/_next/static/media/fj.60c9f64bcea6aa3d2129793b1ab40c14.svg)
}

.flag-icon-fk {
    background-image: url(/_next/static/media/fk.6ac7995af3d6e5b4a22cd281a2b802a5.svg)
}

.flag-icon-fm {
    background-image: url(/_next/static/media/fm.192dd820bd45e944d1c993e9f7a68222.svg)
}

.flag-icon-fo {
    background-image: url(/_next/static/media/fo.db868449acc49edeb650d0212e5ae418.svg)
}

.flag-icon-fr {
    background-image: url(/_next/static/media/fr.7c48c525c25d6140365d56269694d571.svg)
}

.flag-icon-ga {
    background-image: url(/_next/static/media/ga.95b2975bc343285bf30f86523ca6b831.svg)
}

.flag-icon-gb {
    background-image: url(/_next/static/media/gb.76338c6ffea681060d59a90573a23ccf.svg)
}

.flag-icon-gd {
    background-image: url(/_next/static/media/gd.afbcfdf0fec09713ebba0166752cae11.svg)
}

.flag-icon-ge {
    background-image: url(/_next/static/media/ge.5dd9aae82ba18bc19fb87af634646989.svg)
}

.flag-icon-gf {
    background-image: url(/_next/static/media/gf.e49531a367862de88a82ccb5758a651e.svg)
}

.flag-icon-gg {
    background-image: url(/_next/static/media/gg.abd4a90dfa1fecc89752d97a5dd69a78.svg)
}

.flag-icon-gh {
    background-image: url(/_next/static/media/gh.2cb7e65e2246dabb9fe66f5eeadc0c59.svg)
}

.flag-icon-gi {
    background-image: url(/_next/static/media/gi.56decb7b89f57138cf6e7feabfc1b576.svg)
}

.flag-icon-gl {
    background-image: url(/_next/static/media/gl.470dce2c153976a40271721fdf118516.svg)
}

.flag-icon-gm {
    background-image: url(/_next/static/media/gm.0d2f3ac6d599fa7a6baa13623c73b2b7.svg)
}

.flag-icon-gn {
    background-image: url(/_next/static/media/gn.788250ce524658b64a10ad10694978a4.svg)
}

.flag-icon-gp {
    background-image: url(/_next/static/media/gp.7c48c525c25d6140365d56269694d571.svg)
}

.flag-icon-gq {
    background-image: url(/_next/static/media/gq.06c46a6bd89e22014914348aa500dc23.svg)
}

.flag-icon-gr {
    background-image: url(/_next/static/media/gr.202201f5e96f1e04cb0362c1d14471e7.svg)
}

.flag-icon-gs {
    background-image: url(/_next/static/media/gs.dc8be5df76739c6303f34f0b099c7e13.svg)
}

.flag-icon-gt {
    background-image: url(/_next/static/media/gt.60b4c50e9b1c7f1bde2c23addc801132.svg)
}

.flag-icon-gu {
    background-image: url(/_next/static/media/gu.f4876a05dff16b65ba5fe0f237a1ed1d.svg)
}

.flag-icon-gw {
    background-image: url(/_next/static/media/gw.67a0e8f1b505fb48950e7636e75f855c.svg)
}

.flag-icon-gy {
    background-image: url(/_next/static/media/gy.9d09c46333e25b4846d839cd2cd58142.svg)
}

.flag-icon-hk {
    background-image: url(/_next/static/media/hk.656756bccf79c24719c2502f67945f35.svg)
}

.flag-icon-hm {
    background-image: url(/_next/static/media/hm.48b451bad4ae4caa674afcdcd00a06fe.svg)
}

.flag-icon-hn {
    background-image: url(/_next/static/media/hn.d07c8ab6cc2119c23ab739ead8c33c61.svg)
}

.flag-icon-hr {
    background-image: url(/_next/static/media/hr.24ff5b0afc85071e24d6a1655a61ee16.svg)
}

.flag-icon-ht {
    background-image: url(/_next/static/media/ht.f9b5859d6f254b4dbdcc716caf6a7bd1.svg)
}

.flag-icon-hu {
    background-image: url(/_next/static/media/hu.676fccbd8361ec7a88888dd851a87b98.svg)
}

.flag-icon-id {
    background-image: url(/_next/static/media/id.83f61d47e81afddfd96875b4c1454c8d.svg)
}

.flag-icon-ie {
    background-image: url(/_next/static/media/ie.3936e8b36ec164d5b263419e0144aab1.svg)
}

.flag-icon-il {
    background-image: url(/_next/static/media/il.870ffe38ae148e9efdda28d854825659.svg)
}

.flag-icon-im {
    background-image: url(/_next/static/media/im.552031f68643b3438b8aab37c1dcecc6.svg)
}

.flag-icon-in {
    background-image: url(/_next/static/media/in.e9faa0ac6da2429356bb7a77767fa81e.svg)
}

.flag-icon-io {
    background-image: url(/_next/static/media/io.8d73e7442d6b4b1c7bbfc79b178883e1.svg)
}

.flag-icon-iq {
    background-image: url(/_next/static/media/iq.078a063d0a0681909810e86b4fbf628a.svg)
}

.flag-icon-ir {
    background-image: url(/_next/static/media/ir.627eb33b33cac4acda5c7a27830cb3c9.svg)
}

.flag-icon-is {
    background-image: url(/_next/static/media/is.8ab657ad34d445956e7ed0b944ba9d01.svg)
}

.flag-icon-it {
    background-image: url(/_next/static/media/it.a498e6cad97cff03a1d96e64bec1fae3.svg)
}

.flag-icon-je {
    background-image: url(/_next/static/media/je.3c4c64ca83adc5928dd6622e3c18643c.svg)
}

.flag-icon-jm {
    background-image: url(/_next/static/media/jm.32f174989bd41b0d0cbbf9eb89863d9a.svg)
}

.flag-icon-jo {
    background-image: url(/_next/static/media/jo.5aa5fc7b3f81ce3cfc27a0184a4af33e.svg)
}

.flag-icon-jp {
    background-image: url(/_next/static/media/jp.0105b5191d3783345eabfa4a5d779cc1.svg)
}

.flag-icon-ke {
    background-image: url(/_next/static/media/ke.c836aad0f8a69586742197b3cce1baf3.svg)
}

.flag-icon-kg {
    background-image: url(/_next/static/media/kg.09ef67eaa8a0314ba9e79616e76f2b39.svg)
}

.flag-icon-kh {
    background-image: url(/_next/static/media/kh.273d895ed2dec4f86c378568e7c52018.svg)
}

.flag-icon-ki {
    background-image: url(/_next/static/media/ki.c3421df619badcf8f4869d7afcbcfe2f.svg)
}

.flag-icon-km {
    background-image: url(/_next/static/media/km.22e100c11eeeb3a3b0c861afabc03f2f.svg)
}

.flag-icon-kn {
    background-image: url(/_next/static/media/kn.a21328a67546860b487d9c89b0aa8b95.svg)
}

.flag-icon-kp {
    background-image: url(/_next/static/media/kp.5df50af2dbf3732116e7605a7df8d7fa.svg)
}

.flag-icon-kr {
    background-image: url(/_next/static/media/kr.712af9ed639419f010dd4f9014538b55.svg)
}

.flag-icon-kw {
    background-image: url(/_next/static/media/kw.626702d04e851080d10fcd1a3118f3e7.svg)
}

.flag-icon-ky {
    background-image: url(/_next/static/media/ky.52e6d72fa3a908ae5c01658b344753a1.svg)
}

.flag-icon-kz {
    background-image: url(/_next/static/media/kz.da0960a0dc997600a86d5bdf66dcb303.svg)
}

.flag-icon-la {
    background-image: url(/_next/static/media/la.f29b8ff04fda428516a7d33699944b5f.svg)
}

.flag-icon-lb {
    background-image: url(/_next/static/media/lb.7b273ab9746542c54c639bc2e8881d7b.svg)
}

.flag-icon-lc {
    background-image: url(/_next/static/media/lc.ed07f8ccbb062fafcd587192e92864cf.svg)
}

.flag-icon-li {
    background-image: url(/_next/static/media/li.48168b8caceb588879e36a0511059a81.svg)
}

.flag-icon-lk {
    background-image: url(/_next/static/media/lk.bb01b0b9869f5bd0cd881aae74fa1d17.svg)
}

.flag-icon-lr {
    background-image: url(/_next/static/media/lr.4821ada68dc24f1d0bb912f005500252.svg)
}

.flag-icon-ls {
    background-image: url(/_next/static/media/ls.48e104e2a7b56e2a0f87da1c3d6bcc61.svg)
}

.flag-icon-lt {
    background-image: url(/_next/static/media/lt.067d1f248e75df6a3fa72ee4ebd978cf.svg)
}

.flag-icon-lu {
    background-image: url(/_next/static/media/lu.2acb5c4663cf742aaab4d1f56cf92570.svg)
}

.flag-icon-lv {
    background-image: url(/_next/static/media/lv.0fd5ec276e3e707b79912060740e6692.svg)
}

.flag-icon-ly {
    background-image: url(/_next/static/media/ly.f89cd7b40c797df11539aa0679171b93.svg)
}

.flag-icon-ma {
    background-image: url(/_next/static/media/ma.baa3253e4848da70eaf41d37bac9956d.svg)
}

.flag-icon-mc {
    background-image: url(/_next/static/media/mc.37f3f7c58f6438e6d977c0a2d6f22102.svg)
}

.flag-icon-md {
    background-image: url(/_next/static/media/md.70e04560804a22f595fec232b74e4714.svg)
}

.flag-icon-me {
    background-image: url(/_next/static/media/me.7b4024371f6cbd25c4c366b4dd3e0c27.svg)
}

.flag-icon-mf {
    background-image: url(/_next/static/media/mf.7c48c525c25d6140365d56269694d571.svg)
}

.flag-icon-mg {
    background-image: url(/_next/static/media/mg.6cca6bdc37170dc707cbd9e2cc66c278.svg)
}

.flag-icon-mh {
    background-image: url(/_next/static/media/mh.66897b06323310705825ebcce45a51e3.svg)
}

.flag-icon-mk {
    background-image: url(/_next/static/media/mk.a5289d0b47f7ebd51f24a75b156f3811.svg)
}

.flag-icon-ml {
    background-image: url(/_next/static/media/ml.e3fe6c0d81e65be908f91e29cdf59c4c.svg)
}

.flag-icon-mm {
    background-image: url(/_next/static/media/mm.ed9abfa812ad34783828c98bd618377d.svg)
}

.flag-icon-mn {
    background-image: url(/_next/static/media/mn.892e352860c50d575d4675457b45d722.svg)
}

.flag-icon-mo {
    background-image: url(/_next/static/media/mo.e345b97e85846256fdc9ce6cedb5fbde.svg)
}

.flag-icon-mp {
    background-image: url(/_next/static/media/mp.f687589a847f015cd5493c1da0d3b556.svg)
}

.flag-icon-mq {
    background-image: url(/_next/static/media/mq.14b2281adcbb14bfb41c22792f1294c9.svg)
}

.flag-icon-mr {
    background-image: url(/_next/static/media/mr.9bcc5c6ecadf43ef260fed1d8d538062.svg)
}

.flag-icon-ms {
    background-image: url(/_next/static/media/ms.f1d840a636ff66b704f9b308ece95697.svg)
}

.flag-icon-mt {
    background-image: url(/_next/static/media/mt.cea1a8cefffd78bab1fcb0b4c15310f5.svg)
}

.flag-icon-mu {
    background-image: url(/_next/static/media/mu.cf7494d04b274f5045dc2435f2e6fff0.svg)
}

.flag-icon-mv {
    background-image: url(/_next/static/media/mv.411f0d373ce25dd8db7d8f67c5a2a217.svg)
}

.flag-icon-mw {
    background-image: url(/_next/static/media/mw.d81b7dfb0ec388d4d930e323d069c551.svg)
}

.flag-icon-mx {
    background-image: url(/_next/static/media/mx.cfb45876206223153175a8aa6bd961c3.svg)
}

.flag-icon-my {
    background-image: url(/_next/static/media/my.8ddfd78b38fb084391dc8bb9d65bc621.svg)
}

.flag-icon-mz {
    background-image: url(/_next/static/media/mz.eec82a3656799a1f0ccb2e5ccadb89e3.svg)
}

.flag-icon-na {
    background-image: url(/_next/static/media/na.61e6515613e95408f6ce1d9ca14b5ca1.svg)
}

.flag-icon-nc {
    background-image: url(/_next/static/media/nc.d8c44212b7dd60a9381cca03534b4363.svg)
}

.flag-icon-ne {
    background-image: url(/_next/static/media/ne.daa526ed5e31d1a66cf4fe94857fc8bd.svg)
}

.flag-icon-nf {
    background-image: url(/_next/static/media/nf.ac58f884208d945369860d4d4733583d.svg)
}

.flag-icon-ng {
    background-image: url(/_next/static/media/ng.dbd7e24b04233e7d0f8325d721e33ea6.svg)
}

.flag-icon-ni {
    background-image: url(/_next/static/media/ni.d50998d3f55b5e746ab0daa0fa32a6b0.svg)
}

.flag-icon-nl {
    background-image: url(/_next/static/media/nl.13dc05360987d0ff6dcf5d61b5216b72.svg)
}

.flag-icon-no {
    background-image: url(/_next/static/media/no.c304497ffc4bf8e737e6058cd75fa814.svg)
}

.flag-icon-np {
    background-image: url(/_next/static/media/np.42174c97da11469a8dfdb8fec3634950.svg)
}

.flag-icon-nr {
    background-image: url(/_next/static/media/nr.1939ea3beb91ee44b56869409a45a48e.svg)
}

.flag-icon-nu {
    background-image: url(/_next/static/media/nu.5b5a4fb3d842c7a0bd1d405bdec857c5.svg)
}

.flag-icon-nz {
    background-image: url(/_next/static/media/nz.bdb5baa687d43232a69c56db0f1fc075.svg)
}

.flag-icon-om {
    background-image: url(/_next/static/media/om.6c810af74be3853058bb6c88f7165fef.svg)
}

.flag-icon-pa {
    background-image: url(/_next/static/media/pa.c0c7657cb5c67fb732e47829f3e2c13f.svg)
}

.flag-icon-pe {
    background-image: url(/_next/static/media/pe.37cea1a1553b61529a9c26dd5b474fa3.svg)
}

.flag-icon-pf {
    background-image: url(/_next/static/media/pf.64144bac68223805a87ec306b8ffd5fb.svg)
}

.flag-icon-pg {
    background-image: url(/_next/static/media/pg.49c7c3956b872ac27583c343610b8063.svg)
}

.flag-icon-ph {
    background-image: url(/_next/static/media/ph.fdbbc0edb6974c8ae134a3f46ac0828d.svg)
}

.flag-icon-pk {
    background-image: url(/_next/static/media/pk.c2af61feb880d68a03e9e969840bf563.svg)
}

.flag-icon-pl {
    background-image: url(/_next/static/media/pl.fe7412edf9f01ee2346652398415b360.svg)
}

.flag-icon-pm {
    background-image: url(/_next/static/media/pm.d8c44212b7dd60a9381cca03534b4363.svg)
}

.flag-icon-pn {
    background-image: url(/_next/static/media/pn.396040791dee65288a7f8fa6047179bc.svg)
}

.flag-icon-pr {
    background-image: url(/_next/static/media/pr.a3e8b02f944493c76e964cb46eb2a657.svg)
}

.flag-icon-ps {
    background-image: url(/_next/static/media/ps.b332d1c5d1a0e2e99143ed2f2127e6b6.svg)
}

.flag-icon-pt {
    background-image: url(/_next/static/media/pt.e7804ae166d13a10db2d8e3e1a7a4121.svg)
}

.flag-icon-pw {
    background-image: url(/_next/static/media/pw.09aef1631714eb4342f59ba36c1181cf.svg)
}

.flag-icon-py {
    background-image: url(/_next/static/media/py.c2caf58e8c557de5ae3214e95e011fb0.svg)
}

.flag-icon-qa {
    background-image: url(/_next/static/media/qa.ebfe8aaf78e6354c827a55f786725c41.svg)
}

.flag-icon-re {
    background-image: url(/_next/static/media/re.d8c44212b7dd60a9381cca03534b4363.svg)
}

.flag-icon-ro {
    background-image: url(/_next/static/media/ro.9ff522d8c51450a14c703cb2e0e2f459.svg)
}

.flag-icon-rs {
    background-image: url(/_next/static/media/rs.12ae309d425570719a34cf2c7c3efc0d.svg)
}

.flag-icon-ru {
    background-image: url(/_next/static/media/ru.e2bf129943a916af6b7d33a6d8ac6101.svg)
}

.flag-icon-rw {
    background-image: url(/_next/static/media/rw.2e1e082f858b5b9163f3db20d7aba3dd.svg)
}

.flag-icon-sa {
    background-image: url(/_next/static/media/sa.c3779a557856a7fa31b8028f609b928d.svg)
}

.flag-icon-sb {
    background-image: url(/_next/static/media/sb.fa33fe6dffe62ec94d47a4584f6f3777.svg)
}

.flag-icon-sc {
    background-image: url(/_next/static/media/sc.7739e3e27cc816fb8ae4e1882971e053.svg)
}

.flag-icon-sd {
    background-image: url(/_next/static/media/sd.1321495234ca0dcd14b97820382e06e8.svg)
}

.flag-icon-se {
    background-image: url(/_next/static/media/se.f8aaf34a7f483145371a9bda92a3e519.svg)
}

.flag-icon-sg {
    background-image: url(/_next/static/media/sg.f69c0776e5fd0c32f35a7e81e4a35a25.svg)
}

.flag-icon-sh {
    background-image: url(/_next/static/media/sh.b633b2ea1d9179f6bd0de3f29b7b4305.svg)
}

.flag-icon-si {
    background-image: url(/_next/static/media/si.69eab0fdb8d3de47b53572f818831bef.svg)
}

.flag-icon-sj {
    background-image: url(/_next/static/media/sj.da74127f54e7bc910dbba29ba8670bbb.svg)
}

.flag-icon-sk {
    background-image: url(/_next/static/media/sk.5e8dab1e9552c23527357b7f1319892d.svg)
}

.flag-icon-sl {
    background-image: url(/_next/static/media/sl.a34e6a938ffc2365d1ebbe1ed0d3a93c.svg)
}

.flag-icon-sm {
    background-image: url(/_next/static/media/sm.11bb9490abe94c797ac1e081b8e88970.svg)
}

.flag-icon-sn {
    background-image: url(/_next/static/media/sn.e3c2d9eb23e5e3113136f888c896954a.svg)
}

.flag-icon-so {
    background-image: url(/_next/static/media/so.5e859314d13bad4029caa0042ef0b58f.svg)
}

.flag-icon-sr {
    background-image: url(/_next/static/media/sr.0ebb68cda5105a2b9a962941a82bfbd4.svg)
}

.flag-icon-ss {
    background-image: url(/_next/static/media/ss.ac249891177923d75529e3a3cf5f569e.svg)
}

.flag-icon-st {
    background-image: url(/_next/static/media/st.63f355eb53d35bcf1897d720f64286a4.svg)
}

.flag-icon-sv {
    background-image: url(/_next/static/media/sv.11ab555dcec44398fa7aed5b3e1fc110.svg)
}

.flag-icon-sx {
    background-image: url(/_next/static/media/sx.29260e2a72546a1bd2d2eb97c4283df6.svg)
}

.flag-icon-sy {
    background-image: url(/_next/static/media/sy.973ca4f927789223fecca53210c7e6fc.svg)
}

.flag-icon-sz {
    background-image: url(/_next/static/media/sz.153862f7852264485b933112566bc6a3.svg)
}

.flag-icon-tc {
    background-image: url(/_next/static/media/tc.31f547e36426300bf565a02443870298.svg)
}

.flag-icon-td {
    background-image: url(/_next/static/media/td.2b3bd45730772edf1d4f70769965fa16.svg)
}

.flag-icon-tf {
    background-image: url(/_next/static/media/tf.3c2fce3c0f10423e1f44033fc84136fe.svg)
}

.flag-icon-tg {
    background-image: url(/_next/static/media/tg.9bc0ccc9a74789b8a71fab6188ea3932.svg)
}

.flag-icon-th {
    background-image: url(/_next/static/media/th.f9c54700eefb88ef5b7fca2e5a4564d5.svg)
}

.flag-icon-tj {
    background-image: url(/_next/static/media/tj.f85faa120c75d7fc2596673a1b488cda.svg)
}

.flag-icon-tk {
    background-image: url(/_next/static/media/tk.ec12e9a27f6c88ac3f5a8ff39011bf9c.svg)
}

.flag-icon-tl {
    background-image: url(/_next/static/media/tl.f7dd850c436a32be9c0f9829534e791c.svg)
}

.flag-icon-tm {
    background-image: url(/_next/static/media/tm.19997d1c64509239bbe686e06f274d73.svg)
}

.flag-icon-tn {
    background-image: url(/_next/static/media/tn.58459b45743277863f66a6c8e788c0d5.svg)
}

.flag-icon-to {
    background-image: url(/_next/static/media/to.9ce51aba4e20240f0d5f2b5d62897928.svg)
}

.flag-icon-tr {
    background-image: url(/_next/static/media/tr.9becdbdf00b80ab1112783592a5a088c.svg)
}

.flag-icon-tt {
    background-image: url(/_next/static/media/tt.c9e5ce90c522a2631d2e04ff1737496a.svg)
}

.flag-icon-tv {
    background-image: url(/_next/static/media/tv.f085b43c547625e0a4c0ef6ba260697d.svg)
}

.flag-icon-tw {
    background-image: url(/_next/static/media/tw.9e95c90ddc8b3e7b32de50c70c985ed5.svg)
}

.flag-icon-tz {
    background-image: url(/_next/static/media/tz.99b8e292a466b7439452d511ae77f15d.svg)
}

.flag-icon-ua {
    background-image: url(/_next/static/media/ua.ddfc741b0dc7fda569811c8f07b798b6.svg)
}

.flag-icon-ug {
    background-image: url(/_next/static/media/ug.cb82352552607e8a478151bff6cc6217.svg)
}

.flag-icon-um {
    background-image: url(/_next/static/media/um.c0a59ab86327d1ed6325ded25e487103.svg)
}

.flag-icon-us {
    background-image: url(/_next/static/media/us.c0a59ab86327d1ed6325ded25e487103.svg)
}

.flag-icon-uy {
    background-image: url(/_next/static/media/uy.87cfa3091cff33624efc047b246979d5.svg)
}

.flag-icon-uz {
    background-image: url(/_next/static/media/uz.4be7d079c8e8e2c80f5eff19febe4129.svg)
}

.flag-icon-va {
    background-image: url(/_next/static/media/va.2a1c50d5c818f8010d4dc175eb868e8a.svg)
}

.flag-icon-vc {
    background-image: url(/_next/static/media/vc.27f2a338fe1e60b806a78b0f093dee61.svg)
}

.flag-icon-ve {
    background-image: url(/_next/static/media/ve.edbd161d7538ef39805cc9f60ba13900.svg)
}

.flag-icon-vg {
    background-image: url(/_next/static/media/vg.87baf5cf3ea00eddea9ff2b7a1aa6cc5.svg)
}

.flag-icon-vi {
    background-image: url(/_next/static/media/vi.af97eef375d60bbc7b14ee4b21488a15.svg)
}

.flag-icon-vn {
    background-image: url(/_next/static/media/vn.36d04742c2e045e91fe2354cdb3f4a64.svg)
}

.flag-icon-vu {
    background-image: url(/_next/static/media/vu.799891c23e413d55fe1c4ae75bafbe37.svg)
}

.flag-icon-wf {
    background-image: url(/_next/static/media/wf.3fded4b3ca4e0635d08138634b5ed5ea.svg)
}

.flag-icon-ws {
    background-image: url(/_next/static/media/ws.185ecb98019978af8bb4529ddad8706f.svg)
}

.flag-icon-ye {
    background-image: url(/_next/static/media/ye.a0a2ca3db15188e8a96fe4056a661d85.svg)
}

.flag-icon-yt {
    background-image: url(/_next/static/media/yt.d8c44212b7dd60a9381cca03534b4363.svg)
}

.flag-icon-za {
    background-image: url(/_next/static/media/za.0a66ef78469fbecf60781c63e4a9a185.svg)
}

.flag-icon-zm {
    background-image: url(/_next/static/media/zm.248502428203274ef91edd82601801c1.svg)
}

.flag-icon-zw {
    background-image: url(/_next/static/media/zw.da407a171264f6d863624124f841703a.svg)
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        transform: translate3d(0, -30px, 0)
    }

    40%,
    43%,
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    70% {
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,
    40% {
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,
    80% {
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95)
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,
    40% {
        animation-timing-function: ease-in
    }

    40% {
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        animation-timing-function: ease-in
    }

    40% {
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg)
    }

    60%,
    80% {
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        transform: scale3d(.3, .3, .3)
    }

    50%,
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

@font-face {
    font-family: UTM Avo;
    src: url(/_next/static/media/UTM\ Avo.acd8c5d47db864e9bd0f0d481e01a27e.ttf)
}

@font-face {
    font-family: UTM AvoBold;
    src: url(/_next/static/media/UTM\ AvoBold.d14cc644e10f0404234c7cc47cbf81b5.ttf)
}

@font-face {
    font-family: utm-bryantlg;
    src: url(/_next/static/media/UTM\ BryantLG.6ac9618cb914ee77de23f88c6c9cd42b.ttf) format("woff"), url(/_next/static/media/UTM\ BryantLG.6ac9618cb914ee77de23f88c6c9cd42b.ttf) format("opentype"), url(/_next/static/media/UTM\ BryantLG.6ac9618cb914ee77de23f88c6c9cd42b.ttf) format("truetype")
}

body {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #585858;
    text-align: left;
    background-color: #fff
}

.row.row-eq-height {
    display: flex
}

.ninja-team a {
    transition: all .2s ease-out;
    opacity: 1
}

.ninja-team a:hover {
    opacity: .8;
    text-decoration: none
}

.ninja-team .keen-slider img {
    object-fit: cover;
    width: 100%
}

.ninja-team .silider-dots {
    display: flex;
    padding: 30px 0 0;
    justify-content: center
}

.ninja-team .silider-dots .dot {
    border: none;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    margin: 0 15px;
    padding: 4px;
    cursor: pointer
}

.ninja-team .silider-dots .dot.active {
    background: #f26522
}

.ninja-team .silider-dots.slider-dot-hr .dot {
    background: #e94b00;
    opacity: .3
}

.ninja-team .silider-dots.slider-dot-hr .dot.active {
    background: #e94b00;
    opacity: 1
}

.ninja-team .silider-dots.slider-dot-hr .slider-arrow {
    width: 20px;
    height: 20px;
    fill: #e94b00;
    color: #e94b00;
    cursor: pointer;
    margin-right: 50px;
    opacity: .3
}

.ninja-team .silider-dots.slider-dot-hr .slider-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f177";
    font-size: 20px;
    margin-top: -5px;
    display: block
}

.ninja-team .silider-dots.slider-dot-hr .slider-arrow.slider-arrow-right {
    margin-left: 50px;
    margin-right: 0
}

.ninja-team .silider-dots.slider-dot-hr .slider-arrow.slider-arrow-right:before {
    content: "\f178"
}

.ninja-team .top-menu {
    background-color: #363636;
    z-index: 98;
    padding: 0;
    color: #fff;
    font-size: 13px;
    line-height: 15px
}

.ninja-team .top-menu ul.menu {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0
}

.ninja-team .top-menu ul.menu li {
    display: inline-block;
    position: relative;
    line-height: 40px
}

.ninja-team .top-menu ul.menu li span {
    padding-right: 15px
}

.ninja-team .top-menu ul.menu li span:hover {
    cursor: pointer;
    opacity: .8
}

.ninja-team .top-menu ul.menu li:hover a,
.ninja-team .top-menu ul.menu li:hover span {
    color: #e94b00
}

.ninja-team .top-menu ul.menu li .sub-menu {
    display: none;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    transition: all .3s;
    margin-bottom: 0;
    position: absolute;
    width: 900px;
    padding: 15px;
    left: -1000px;
    top: 39px;
    background: #f6f6f6;
    z-index: 99;
    border-top: 2px solid #363636;
    opacity: 0;
    transition: all .6s ease
}

.ninja-team .top-menu ul.menu li .sub-menu:after,
.ninja-team .top-menu ul.menu li .sub-menu:before {
    content: "";
    position: absolute;
    width: 1px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    height: 100%;
    top: 0;
    left: 31%
}

.ninja-team .top-menu ul.menu li .sub-menu:after {
    left: 64%
}

.ninja-team .top-menu ul.menu li .sub-menu li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: block
}

.ninja-team .top-menu ul.menu li .sub-menu li a {
    display: block;
    width: 90%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .3)
}

.ninja-team .top-menu ul.menu li .sub-menu li a:hover {
    color: #e94b00
}

.ninja-team .top-menu ul.menu li .sub-menu.short-items {
    width: 385px
}

.ninja-team .top-menu ul.menu li .sub-menu.short-items:after,
.ninja-team .top-menu ul.menu li .sub-menu.short-items:before {
    display: none
}

.ninja-team .top-menu ul.menu li .sub-menu.short-items li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}

@media (max-width:991px) {
    .ninja-team .top-menu ul.menu li .sub-menu {
        width: 300px
    }

    .ninja-team .top-menu ul.menu li .sub-menu:after,
    .ninja-team .top-menu ul.menu li .sub-menu:before {
        display: none
    }

    .ninja-team .top-menu ul.menu li .sub-menu li {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 5px;
        margin-bottom: 7px
    }
}

.ninja-team .top-menu ul.menu li:hover .sub-menu {
    display: flex;
    opacity: 1;
    pointer-events: all;
    left: 0
}

.ninja-team .top-menu a {
    color: #fff;
    padding-right: 15px
}

.ninja-team .top-menu a:last-child {
    margin-right: 0
}

.ninja-team .top-menu .right-menus a,
.ninja-team .top-menu .right-menus ul.menu li span {
    padding-left: 15px;
    padding-right: 0
}

.ninja-team .top-menu .right-menus a:last-child {
    margin-left: 0
}

.ninja-team .top-menu .right-menus .my-account img {
    width: 20px !important;
    height: 20px;
    border-radius: 10px
}

.ninja-team .header-area {
    top: -200px;
    transition: all .6s ease
}

.ninja-team .header-area.sticky {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    background: #223771
}

.ninja-team .header-area.sticky .main-menu .navbar li:hover>.nav-link:before {
    display: none
}

.ninja-team .header-area.sticky .main-menu .navbar .nav-link {
    color: #fff;
    padding: 10px 0
}

.ninja-team .header-area.sticky .logo {
    padding: 0
}

.ninja-team .header-area.sticky .logo img {
    max-width: 130px
}

.ninja-team .header-area.sticky .logo .sticky-logo {
    display: block
}

.ninja-team .header-area.sticky .logo.khoavien,
.ninja-team .header-area.sticky .logo .main-logo,
.ninja-team .header-area.sticky .slogan {
    display: none
}

.ninja-team .header-area.sticky .slogan.khoavien {
    display: inline-flex;
    margin-left: 0;
    min-height: 40px;
    padding-top: 10px
}

.ninja-team .header-area.sticky .slogan.khoavien tr td span,
.ninja-team .header-area.sticky .slogan.khoavien tr td span a {
    color: #fff
}

.ninja-team .header-area.sticky .main-menu .navbar .nav-link:hover:before,
.ninja-team .header-area.sticky .slogan.khoavien tr:last-child {
    display: none
}

.ninja-team .header-area.sticky .main-menu .navbar .sub-menu {
    top: 46px !important
}

.ninja-team .header-area.sticky .main-menu .navbar .has-submenu.short-menu:hover .sub-menu {
    top: 42px !important
}

@media (max-width:991px) {
    .ninja-team .header-area.sticky .main-menu .btn-menu-search {
        top: -19px
    }
}

@media (max-width:767px) {
    .ninja-team .header-area.sticky .main-menu .btn-menu-search {
        top: -40px
    }
}

@media (max-width:991px) {
    .ninja-team .header-area.sticky .main-menu .navbar-toggler {
        top: -23px
    }
}

@media (max-width:767px) {
    .ninja-team .header-area.sticky .main-menu .navbar-toggler {
        top: -44px
    }
}

.ninja-team .header-area.sticky .menu-select-languages {
    display: none
}

.ninja-team .header-area .logo {
    padding: 0;
    display: inline-block
}

@media (max-width:991px) {
    .ninja-team .header-area .logo {
        padding: 5px 0
    }
}

.ninja-team .header-area .logo img {
    max-width: 190px;
    max-height: 79px
}

@media (max-width:767px) {
    .ninja-team .header-area .logo img {
        max-width: 130px
    }
}

.ninja-team .header-area .logo .sticky-logo {
    display: none
}

@media (max-width:767px) {
    .ninja-team .header-area .logo.khoavien .main-logo img {
        max-width: 65px
    }
}

.ninja-team .header-area .slogan {
    height: 100%;
    text-align: left;
    width: fit-content;
    max-width: 100%;
    display: block;

}

.menu-logos {
    display: flex;
    align-items: center;
}

.slogan a {
    color: #00a8eb !important;
}

.slogan h2 {
    font-size: 25px;
    color: #00a8eb;
}

.slogan h3 {
    font-size: 19px;
    font-style: italic;
    color: #00a8eb;
    font-weight: normal;
}

.slogan {
    font-weight: normal;
}

.section-footer-content h4 {
    font-size: 16px;
    margin-top: 6px;
}

.footer-logo {
    width: 30px;
}

ul.menu {
    list-style: none;
    text-align: right;
    display: flex;
    align-items: center;
}

ul.menu li span {
    max-width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu.menu-info i {
    color: #00a8eb !important;
    font-size: 20px;
}

.menu.menu-info i,
h6 {
    color: #00a8eb !important;
}

.menu.menu-info a[href] {
    color: #00a8eb !important;
}

.menu.menu-info .icon-search {
    font-size: 27px;
    color: black !important;
}

.col-menu {
    background-color: #e6e6e6;
}

.menu-block-xl a {
    padding: 0.5rem 2rem !important;
}

.menu-block-xl li.nav-item {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    border-left: 2px solid white;
}

.menu-block-xl li.nav-item a.nav-link {
    font-weight: 500 !important;
    font-size: 15px !important;
    display: inline-block !important;
    margin: 0 auto !important;
    cursor: pointer !important;
}

.menu-block-xl li.nav-item:last-child {
    border-right: 2px solid white;
}

.menu-block-xl a:hover::before {
    top: 0 !important;
}

.footer.mainblue>* {
    line-height: 1.5;
}

.ninja-team .header-area .slogan.khoavien {
    display: inline-flex
}

.ninja-team .header-area .slogan table {
    border: none;
    height: 100%
}

.ninja-team .header-area .slogan table tr td {
    vertical-align: bottom
}

.ninja-team .header-area .slogan table tr td span {
    padding-bottom: 5px;
    margin-top: 5px;
    color: #213671;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    display: block;
    text-transform: uppercase
}

.ninja-team .header-area .slogan table tr td span a {
    color: #e94b00
}

.ninja-team .header-area .slogan table tr:last-child td {
    vertical-align: top
}

.ninja-team .header-area .slogan table tr:last-child td span {
    padding-top: 5px;
    padding-bottom: 0;
    margin-top: 5px;
    color: #e94b00;
    font-weight: 400;
    display: inline;
    display: initial;
    position: relative
}

.ninja-team .header-area .slogan table tr:last-child td span:before {
    content: "";
    position: absolute;
    left: 27%;
    right: 27%;
    top: -2px;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, .3)
}

@media (max-width:767px) {
    .ninja-team .header-area .slogan {
        max-width: 175px
    }

    .ninja-team .header-area .slogan table tr td {
        vertical-align: bottom
    }

    .ninja-team .header-area .slogan table tr td span {
        padding-bottom: 0;
        margin-top: 0;
        font-size: 9px;
        line-height: 12px
    }
}

@media (max-width:991px) {

    .ninja-team .header-area .menu-logos,
    .ninja-team .header-area .right-main-menu {
        width: 100%
    }
}

.ninja-team .header-area .navbar {
    padding: 0;
    position: relative
}

@media (min-width:992px) {
    .ninja-team .header-area .navbar {
        position: static
    }
}

.ninja-team .header-area .sub-menu {
    position: absolute;
    left: 0;
    top: 110px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: 99;
    padding: 0 100px;
    width: 100%
}

.ninja-team .header-area .sub-menu ul li {
    white-space: normal !important
}

.ninja-team .header-area .sub-menu .sub-menu-content {
    padding: 30px 50px;
    background: #f6f6f6
}

.ninja-team .header-area .sub-menu .sub-menu-content .main-menu-name {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.ninja-team .header-area .sub-menu .sub-menu-content .sub-links {
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.ninja-team .header-area .sub-menu .sub-menu-content .sub-links.no-border {
    border-right: 0
}

.ninja-team .header-area .sub-menu .sub-menu-content .sub-links ul {
    list-style: none;
    padding-left: 0
}

.ninja-team .header-area .sub-menu .sub-menu-content .sub-links ul li a {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    margin-bottom: 10px;
    display: block;
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, .3);
    padding: 5px 15px 7px 0;
    min-height: 49px
}

.ninja-team .header-area .sub-menu .sub-menu-content .sub-links ul li a:hover {
    color: #e94b00;
    border-bottom: 1px solid #e94b00
}

@media (max-width:767px) {
    .ninja-team .header-area .sub-menu .sub-menu-content .sub-links ul li a {
        min-height: 0;
        min-height: auto
    }
}

.ninja-team .header-area .sub-menu .sub-menu-content .sub-links ul li:last-child a {
    margin-bottom: 0
}

@media (max-width:991px) {
    .ninja-team .header-area .main-menu .navbar-collapse {
        max-height: 550px;
        overflow: auto
    }
}

.ninja-team .header-area .main-menu ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 100px
}

.ninja-team .header-area .main-menu ul li {
    white-space: nowrap
}

.ninja-team .header-area .main-menu ul li.nav-item {
    margin-right: 10px;
    margin-left: 10px
}

.ninja-team .header-area .main-menu ul li.nav-item:last-child {
    margin-right: 0
}

.ninja-team .header-area .main-menu ul li.nav-item:first-child {
    margin-left: 0
}

.ninja-team .header-area .main-menu ul li.nav-item.has-submenu,
.ninja-team .header-area .main-menu ul li.nav-item.has-submenu.short-menu {
    position: relative
}

.ninja-team .header-area .main-menu ul li.nav-item.has-submenu.short-menu .sub-nav-toggler {
    right: 0 !important
}

.ninja-team .header-area .main-menu ul li.nav-item.has-submenu.short-menu:hover .sub-menu {
    top: 100%;
    left: 0;
}

.ninja-team .header-area .main-menu ul li.nav-item.has-submenu.short-menu .sub-menu {
    padding: 0;
    width: auto;
    min-width: 250px
}

.ninja-team .header-area .main-menu ul li.nav-item.has-submenu.short-menu .sub-menu .sub-menu-content {
    padding: 15px
}

.ninja-team .header-area .main-menu ul li.nav-item.has-submenu.short-menu .sub-menu .sub-menu-content ul li {
    white-space: normal !important;
    margin-bottom: 15px
}

.ninja-team .header-area .main-menu ul li.nav-item.has-submenu.short-menu .sub-menu .sub-menu-content ul li:last-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    .ninja-team .header-area .main-menu ul li.nav-item.has-submenu {
        position: static
    }

    .ninja-team .header-area .main-menu ul li.nav-item.has-submenu .sub-menu .sub-menu-content ul li {
        padding-right: 5px
    }
}

.ninja-team .header-area .main-menu .btn-menu-search {
    position: absolute;
    width: 31px;
    height: 30px;
    color: #e94b00;
    top: -43px;
    right: 50px;
    font-size: 20px;
    line-height: 20px;
    border: none;
    outline: none;
    box-shadow: none
}

@media (max-width:991px) {
    .ninja-team .header-area .main-menu .btn-menu-search {
        top: -12px
    }
}

@media (max-width:767px) {
    .ninja-team .header-area .main-menu .btn-menu-search {
        top: -34px
    }
}

.ninja-team .header-area .main-menu .navbar-toggler {
    width: auto
}

@media (max-width:991px) {
    .ninja-team .header-area .main-menu .navbar-toggler {
        padding: 5px 0;
        font-size: 20px;
        line-height: 1;
        background-color: transparent;
        border: none;
        position: absolute;
        top: -14px;
        right: 0;
        z-index: 99999
    }

    .ninja-team .header-area .main-menu .navbar-toggler:focus,
    .ninja-team .header-area .main-menu .navbar-toggler:hover {
        text-decoration: none;
        outline: 0;
        cursor: pointer !important
    }

    .ninja-team .header-area .main-menu .navbar-toggler .navbar-toggler-icon {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #e94b00;
        margin: 6px 0;
        transition: all .3s ease-out 0s
    }

    .ninja-team .header-area .main-menu .navbar-toggler .navbar-toggler-icon:first-of-type {
        transform: rotate(45deg);
        position: absolute;
        top: 13px
    }

    .ninja-team .header-area .main-menu .navbar-toggler .navbar-toggler-icon:nth-of-type(2) {
        opacity: 0
    }

    .ninja-team .header-area .main-menu .navbar-toggler .navbar-toggler-icon:nth-of-type(3) {
        transform: rotate(135deg);
        position: absolute;
        top: 13px
    }

    .ninja-team .header-area .main-menu .navbar-toggler.collapsed .navbar-toggler-icon {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #e94b00;
        margin: 6px 0;
        transition: all .3s ease-out 0s
    }

    .ninja-team .header-area .main-menu .navbar-toggler.collapsed .navbar-toggler-icon:first-of-type {
        transform: rotate(0deg);
        position: static
    }

    .ninja-team .header-area .main-menu .navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(2) {
        opacity: 1
    }

    .ninja-team .header-area .main-menu .navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(3) {
        transform: rotate(0deg);
        position: static
    }
}

@media (max-width:767px) {
    .ninja-team .header-area .main-menu .navbar-toggler {
        top: -37px
    }
}

.ninja-team .header-area .main-menu .navbar .collapse {
    display: none
}

.ninja-team .header-area .main-menu .navbar .collapse.show {
    display: block
}

@media (max-width:991px) {
    .ninja-team .header-area .main-menu .navbar .collapse.show .nav-item {
        margin-left: 0;
        margin-right: 0
    }

    .ninja-team .header-area .main-menu .navbar .collapse.show .nav-item .nav-link {
        color: #2f2424;
        padding: 10px 0
    }

    .ninja-team .header-area .main-menu .navbar .collapse.show .nav-item .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
        border: 0;
        outline: 0;
        cursor: pointer !important
    }

    .ninja-team .header-area .main-menu .navbar .collapse.show .nav-item .sub-menu {
        position: static;
        display: none !important
    }
}

@media (max-width:991px) and (max-width:991px) {
    .ninja-team .header-area .main-menu .navbar .collapse.show .nav-item .sub-menu.show {
        display: block !important;
        padding: 0;
        opacity: 1;
        visibility: visible
    }

    .ninja-team .header-area .main-menu .navbar .collapse.show .nav-item .sub-menu .sub-menu-content {
        padding: 20px
    }

    .ninja-team .header-area .main-menu .navbar .collapse.show .nav-item .sub-menu .sub-menu-content .main-menu-name {
        font-size: 17px;
        line-height: 18px
    }

    .ninja-team .header-area .main-menu .navbar .collapse.show .nav-item .sub-menu .sub-menu-content .sub-links {
        border-right: 0
    }

    .ninja-team .header-area .main-menu .navbar .collapse.show .nav-item .sub-menu .sub-menu-content .sub-links ul {
        list-style: none;
        padding-left: 0
    }

    .ninja-team .header-area .main-menu .navbar .collapse.show .nav-item .sub-menu .sub-menu-content .sub-links ul li:last-child a {
        margin-bottom: 10px
    }
}

@media (max-width:991px) {
    .ninja-team .header-area .main-menu .navbar .navbar-collapse {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, .15);
        margin-top: 15px
    }
}

.ninja-team .header-area .main-menu .navbar li:hover>.nav-link {
    color: #e94b00;
    font-weight: 700;
    opacity: 1
}

.ninja-team .header-area .main-menu .navbar li:hover>.nav-link:before {
    content: "";
    background-color: #e94b00;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0
}

@media (max-width:991px) {
    .ninja-team .header-area .main-menu .navbar li:hover>.nav-link:before {
        display: none
    }
}

.ninja-team .header-area .main-menu .navbar .nav-link {
    font-size: 15px;
    font-weight: 400;
    color: #2f2424;
    display: block;
    padding: 33px 0;
    position: relative
}

.ninja-team .header-area .main-menu .navbar .nav-link.active,
.ninja-team .header-area .main-menu .navbar .nav-link:hover {
    font-weight: 700;
    color: #e94b00;
    opacity: 1
}

.ninja-team .header-area .main-menu .navbar .nav-link.active:before,
.ninja-team .header-area .main-menu .navbar .nav-link:hover:before {
    content: "";
    background-color: #e94b00;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0
}

.ninja-team .header-area .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: none
}

.ninja-team .header-area .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    visibility: initial;
    top: 100%
}

.ninja-team .header-area.khoa {
    position: relative;
    top: 0
}

.ninja-team .header-area.khoa.sticky .sticky-wrapper {
    position: fixed;
    top: 0;
    background: #223771
}

.ninja-team .header-area.khoa .sticky-wrapper {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0
}

.ninja-team .header-area.khoa .main-menu .navbar .nav-link {
    color: #fff;
    font-family: utm-bryantlg
}

.ninja-team .header-search {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 999999999;
    background-color: #e94b00;
    padding: 20px 0;
    transition: all .6s ease
}

.ninja-team .header-search.search-page {
    position: static
}

.ninja-team .header-search.show {
    display: block;
    top: 57px;
    opacity: 1
}

.ninja-team .header-search .form-control {
    border-radius: 0;
    background-color: rgba(0, 0, 0, .3);
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 20px 15px;
    outline: none
}

.ninja-team .header-search .form-control:-ms-input-placeholder {
    color: #fff
}

.ninja-team .header-search .form-control::placeholder {
    color: #fff
}

.ninja-team .header-search .btn-search {
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 0;
    font-weight: 300;
    font-size: 18px;
    padding: 9px 15px;
    line-height: 20px;
    border: 1px solid #a3340d
}

.ninja-team .header-search .btn-search i {
    margin-right: 15px;
    font-size: 20px;
    font-weight: 400
}

.ninja-team .header-search .btn-close {
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 0;
    font-weight: 300;
    font-size: 18px;
    padding: 9px 15px;
    line-height: 20px;
    border: 1px solid #a3340d
}

.ninja-team .header-search .btn-close i {
    font-size: 20px;
    font-weight: 400
}

@media (max-width:991px) {
    .ninja-team .header-search.show {
        top: 43px
    }

    .ninja-team .header-search .btn-close,
    .ninja-team .header-search .btn-search {
        width: 100%;
        text-align: center;
        padding: 9px 6px
    }

    .ninja-team .header-search .btn-search i {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .ninja-team .header-search.show {
        top: 47px
    }

    .ninja-team .header-search .btn-close,
    .ninja-team .header-search .btn-search {
        width: 100%;
        text-align: center;
        padding: 9px 6px
    }

    .ninja-team .header-search .btn-search i {
        margin-right: 0
    }
}

.ninja-team .section {
    padding: 50px 0
}

.ninja-team .section.chon-phenikaa {
    padding: 100px 0
}

.ninja-team .section.chon-phenikaa .section-title {
    margin-bottom: 45px
}

.ninja-team .section.chon-phenikaa.khoa .section-title {
    display: none
}

.ninja-team .section.chon-phenikaa.khoa .slider-content {
    background: url(/img/images/bg-tai-sao-chon-phenikaa.png) 100% 0 no-repeat;
    background-size: 70px;
    padding-top: 150px;
    font-family: utm-bryantlg;
    font-style: normal;
    line-height: 110%
}

.ninja-team .section.chon-phenikaa.khoa .slider-content h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%
}

.ninja-team .section.chon-phenikaa.khoa .slider-content h5 a {
    line-height: 100%;
    font-style: normal;
    font-size: 17px;
    font-weight: 700;
    color: #585858;
    padding: 20px 0;
    display: block
}

.ninja-team .section.chon-phenikaa.khoa .silider-dots {
    display: none
}

@media (max-width:767px) {
    .ninja-team .section.chon-phenikaa.khoa .slider-content {
        background-size: 40px;
        padding-top: 40px
    }

    .ninja-team .section.chon-phenikaa.khoa .slider-content h1 {
        font-size: 18px
    }

    .ninja-team .section.chon-phenikaa.khoa .slider-content h5 a {
        font-size: 13px;
        padding: 7px 0
    }

    .ninja-team .section.chon-phenikaa.khoa .slider-content .post-description {
        font-size: 11px
    }

    .ninja-team .section.chon-phenikaa.khoa .slide-item {
        height: auto
    }
}

.ninja-team .section.bg-dark {
    background: #191919
}

.ninja-team .section.bg-dark-mark {
    position: relative;
    background: url(/img/banner-tc.jpg) 50%/cover no-repeat scroll
}

.ninja-team .section.bg-dark-mark:before {
    background: #0b214f none repeat scroll 0 0;
    opacity: .44;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.ninja-team .section.bg-dark-mark .container {
    z-index: 2;
    position: relative
}

.ninja-team .section .container {
    z-index: 2
}

.ninja-team .section .section-title h1,
.ninja-team .section .section-title h2,
.ninja-team .section .section-title h3,
.ninja-team .section .section-title h4,
.ninja-team .section .section-title h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    position: relative;
    padding-bottom: 30px;
    z-index: 1
}

.ninja-team .section .section-title h1 a,
.ninja-team .section .section-title h2 a,
.ninja-team .section .section-title h3 a,
.ninja-team .section .section-title h4 a,
.ninja-team .section .section-title h5 a {
    color: #000
}

.ninja-team .section .section-title h1:after,
.ninja-team .section .section-title h1:before,
.ninja-team .section .section-title h2:after,
.ninja-team .section .section-title h2:before,
.ninja-team .section .section-title h3:after,
.ninja-team .section .section-title h3:before,
.ninja-team .section .section-title h4:after,
.ninja-team .section .section-title h4:before,
.ninja-team .section .section-title h5:after,
.ninja-team .section .section-title h5:before {
    position: absolute;
    height: 2px;
    background: #e94b00;
    content: "";
    box-sizing: border-box
}

.ninja-team .section .section-title h1:before,
.ninja-team .section .section-title h2:before,
.ninja-team .section .section-title h3:before,
.ninja-team .section .section-title h4:before,
.ninja-team .section .section-title h5:before {
    left: 46.62%;
    right: 46.78%;
    bottom: 18px;
    box-sizing: border-box
}

.ninja-team .section .section-title h1:after,
.ninja-team .section .section-title h2:after,
.ninja-team .section .section-title h3:after,
.ninja-team .section .section-title h4:after,
.ninja-team .section .section-title h5:after {
    left: 45.23%;
    right: 45.39%;
    bottom: 10px
}

.ninja-team .section .section-title h1.line-white:after,
.ninja-team .section .section-title h1.line-white:before,
.ninja-team .section .section-title h2.line-white:after,
.ninja-team .section .section-title h2.line-white:before,
.ninja-team .section .section-title h3.line-white:after,
.ninja-team .section .section-title h3.line-white:before,
.ninja-team .section .section-title h4.line-white:after,
.ninja-team .section .section-title h4.line-white:before,
.ninja-team .section .section-title h5.line-white:after,
.ninja-team .section .section-title h5.line-white:before {
    background: #fff
}

.ninja-team .section .section-title h1.line-orange:after,
.ninja-team .section .section-title h1.line-orange:before,
.ninja-team .section .section-title h2.line-orange:after,
.ninja-team .section .section-title h2.line-orange:before,
.ninja-team .section .section-title h3.line-orange:after,
.ninja-team .section .section-title h3.line-orange:before,
.ninja-team .section .section-title h4.line-orange:after,
.ninja-team .section .section-title h4.line-orange:before,
.ninja-team .section .section-title h5.line-orange:after,
.ninja-team .section .section-title h5.line-orange:before {
    background: #e94b00
}

.ninja-team .section .section-title h1.line-blue:after,
.ninja-team .section .section-title h1.line-blue:before,
.ninja-team .section .section-title h2.line-blue:after,
.ninja-team .section .section-title h2.line-blue:before,
.ninja-team .section .section-title h3.line-blue:after,
.ninja-team .section .section-title h3.line-blue:before,
.ninja-team .section .section-title h4.line-blue:after,
.ninja-team .section .section-title h4.line-blue:before,
.ninja-team .section .section-title h5.line-blue:after,
.ninja-team .section .section-title h5.line-blue:before {
    background: #223771
}

.ninja-team .section .section-title h1.line-red:after,
.ninja-team .section .section-title h1.line-red:before,
.ninja-team .section .section-title h2.line-red:after,
.ninja-team .section .section-title h2.line-red:before,
.ninja-team .section .section-title h3.line-red:after,
.ninja-team .section .section-title h3.line-red:before,
.ninja-team .section .section-title h4.line-red:after,
.ninja-team .section .section-title h4.line-red:before,
.ninja-team .section .section-title h5.line-red:after,
.ninja-team .section .section-title h5.line-red:before {
    background: red
}

.ninja-team .section .section-title h1.white,
.ninja-team .section .section-title h1.white a,
.ninja-team .section .section-title h2.white,
.ninja-team .section .section-title h2.white a,
.ninja-team .section .section-title h3.white,
.ninja-team .section .section-title h3.white a,
.ninja-team .section .section-title h4.white,
.ninja-team .section .section-title h4.white a,
.ninja-team .section .section-title h5.white,
.ninja-team .section .section-title h5.white a {
    color: #fff
}

.ninja-team .section .section-title h1.orange,
.ninja-team .section .section-title h1.orange a,
.ninja-team .section .section-title h2.orange,
.ninja-team .section .section-title h2.orange a,
.ninja-team .section .section-title h3.orange,
.ninja-team .section .section-title h3.orange a,
.ninja-team .section .section-title h4.orange,
.ninja-team .section .section-title h4.orange a,
.ninja-team .section .section-title h5.orange,
.ninja-team .section .section-title h5.orange a {
    color: #e94b00
}

.ninja-team .section .section-title h1.blue,
.ninja-team .section .section-title h1.blue a,
.ninja-team .section .section-title h2.blue,
.ninja-team .section .section-title h2.blue a,
.ninja-team .section .section-title h3.blue,
.ninja-team .section .section-title h3.blue a,
.ninja-team .section .section-title h4.blue,
.ninja-team .section .section-title h4.blue a,
.ninja-team .section .section-title h5.blue,
.ninja-team .section .section-title h5.blue a {
    color: #223771
}

.ninja-team .section .section-title h1.red,
.ninja-team .section .section-title h1.red a,
.ninja-team .section .section-title h2.red,
.ninja-team .section .section-title h2.red a,
.ninja-team .section .section-title h3.red,
.ninja-team .section .section-title h3.red a,
.ninja-team .section .section-title h4.red,
.ninja-team .section .section-title h4.red a,
.ninja-team .section .section-title h5.red,
.ninja-team .section .section-title h5.red a {
    color: red
}

@media (max-width:767px) {

    .ninja-team .section .section-title h1,
    .ninja-team .section .section-title h2,
    .ninja-team .section .section-title h3,
    .ninja-team .section .section-title h4,
    .ninja-team .section .section-title h5 {
        font-size: 18px;
        line-height: 22px
    }
}

.ninja-team .section .section-title.style-2 {
    margin-bottom: 30px;
    padding-bottom: 0
}

.ninja-team .section .section-title.style-2 h1,
.ninja-team .section .section-title.style-2 h2,
.ninja-team .section .section-title.style-2 h3,
.ninja-team .section .section-title.style-2 h4,
.ninja-team .section .section-title.style-2 h5 {
    text-align: left;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 28px
}

.ninja-team .section .section-title.style-2 h1:after,
.ninja-team .section .section-title.style-2 h1:before,
.ninja-team .section .section-title.style-2 h2:after,
.ninja-team .section .section-title.style-2 h2:before,
.ninja-team .section .section-title.style-2 h3:after,
.ninja-team .section .section-title.style-2 h3:before,
.ninja-team .section .section-title.style-2 h4:after,
.ninja-team .section .section-title.style-2 h4:before,
.ninja-team .section .section-title.style-2 h5:after,
.ninja-team .section .section-title.style-2 h5:before {
    display: none
}

.ninja-team .section .section-title.style-2 .title-hr {
    width: 100%;
    height: 2px;
    position: relative;
    background-color: #e6e6e6
}

.ninja-team .section .section-title.style-2 .title-hr:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    top: 0;
    left: 0;
    background-color: #e94b00
}

@media (max-width:767px) {
    .ninja-team .section .section-title.style-2 {
        margin-bottom: 15px
    }

    .ninja-team .section .section-title.style-2 h1,
    .ninja-team .section .section-title.style-2 h2,
    .ninja-team .section .section-title.style-2 h3,
    .ninja-team .section .section-title.style-2 h4,
    .ninja-team .section .section-title.style-2 h5 {
        font-size: 20px;
        line-height: 22px
    }
}

.ninja-team .section .section-title.style-3 {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-left: 6px solid #e94b00;
    padding-left: 15px
}

.ninja-team .section .section-title.style-3 h2,
.ninja-team .section .section-title.style-3 h3 {
    text-align: left;
    padding-bottom: 0
}

.ninja-team .section .section-title.style-3 h2:after,
.ninja-team .section .section-title.style-3 h2:before,
.ninja-team .section .section-title.style-3 h3:after,
.ninja-team .section .section-title.style-3 h3:before {
    display: none
}

.ninja-team .section .section-title.style-3 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000
}

.ninja-team .section .section-title.style-3 h3 {
    font-weight: 400;
    font-size: 17px;
    line-height: 17px
}

.ninja-team .section .section-title.style-4 .section-description {
    margin-bottom: 10px
}

.ninja-team .section .section-title.style-4 h1:before {
    height: 4px;
    bottom: 13px
}

.ninja-team .section .section-title.style-4 h1:after {
    display: none
}

.ninja-team .section.khoa .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px
}

.ninja-team .section.khoa .section-title h2 {
    font-family: utm-bryantlg;
    font-weight: 400;
    flex: 1 1;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    padding-bottom: 0
}

.ninja-team .section.khoa .section-title h2:after,
.ninja-team .section.khoa .section-title h2:before {
    flex: 1 1;
    content: "";
    height: 1px;
    position: static;
    left: auto;
    right: auto;
    opacity: .6
}

.ninja-team .section.khoa .section-title h2:before {
    margin-right: 3rem
}

.ninja-team .section.khoa .section-title h2:after {
    margin-left: 3rem
}

.ninja-team .section.khoa .widget-grid-3 .news-item .single_post_text h4 {
    font-family: utm-bryantlg;
    font-weight: 700
}

.ninja-team .section.khoa .widget-grid-3 .news-item.grid-5 .meta5 a,
.ninja-team .section.khoa .widget-grid-3 .news-item .post-link a,
.ninja-team .section.khoa .widget-grid-3 .news-item .single_post_text_description {
    font-family: utm-bryantlg
}

.ninja-team .section .section-description {
    z-index: 2;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #838383;
    margin-bottom: 50px
}

.ninja-team .section .section-description.white {
    color: #fff
}

.ninja-team .section .section-description.orange {
    color: #e94b00
}

.ninja-team .section .section-description.blue {
    color: #223771
}

.ninja-team .section .section-description.red {
    color: red
}

@media (max-width:767px) {
    .ninja-team .section .section-description {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 30px
    }
}

.ninja-team .section .section-content {
    z-index: 1
}

.ninja-team .section .section-content .btn-section-more {
    background: #e94b00;
    padding: 15px 150px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    border-radius: 0
}

@media (max-width:767px) {
    .ninja-team .section .section-content .btn-section-more {
        padding: 10px;
        width: 100%;
        font-size: 14px
    }
}

.ninja-team .tuyen-sinh.single_post {
    position: relative;
    transition: all .6s ease
}

.ninja-team .tuyen-sinh.single_post.big-item {
    height: 259px;
    overflow: hidden
}

.ninja-team .tuyen-sinh.single_post .post_img {
    position: relative
}

.ninja-team .tuyen-sinh.single_post .post_img img {
    display: inline-block;
    width: 100%;
    min-height: 259px;
    object-fit: cover;
    transition: all .6s ease
}

.ninja-team .tuyen-sinh.single_post .post_img:hover img {
    transform: scale(1.1)
}

.ninja-team .tuyen-sinh.single_post .single_post_text {
    position: absolute;
    bottom: 0;
    padding: 40px 20px 0;
    width: 100%
}

.ninja-team .tuyen-sinh.single_post .single_post_text:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .03), #000 50%);
    opacity: .5
}

.ninja-team .tuyen-sinh.single_post .single_post_text h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 21px
}

.ninja-team .tuyen-sinh.single_post .single_post_text h4 a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    display: block
}

.ninja-team .tuyen-sinh.single_post .single_post_text h4 a:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    position: absolute
}

.ninja-team .tuyen-sinh.single_post .single_post_text .meta5 {
    position: relative;
    display: block;
    padding-left: 1%;
    padding-right: 15px;
    padding-bottom: 15px
}

.ninja-team .tuyen-sinh.single_post .single_post_text .meta5:before {
    font: normal normal normal 14px/1 FontAwesome;
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    position: absolute;
    color: #fff
}

.ninja-team .tuyen-sinh.single_post .single_post_text .meta5 i {
    color: white;
    vertical-align: middle;
    /* Canh giữa theo chiều dọc */
    margin-right: 5px;
}

.ninja-team .tuyen-sinh.single_post .single_post_text .meta5 a {
    display: inline-block;
    margin-right: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.ninja-team .tuyen-sinh.single_post .single_post_text .meta5 a:last-child {
    margin-right: 0
}

.ninja-team .tuyen-sinh.single_post .single_post_text .meta5 a:hover {
    color: #e94b00
}

.ninja-team .tuyen-sinh.single_post.small-item {
    position: static;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .1);
    height: 259px
}

.ninja-team .tuyen-sinh.single_post.small-item .post_img {
    height: 159px;
    overflow: hidden
}

.ninja-team .tuyen-sinh.single_post.small-item .post_img img {
    object-fit: cover;
    min-height: 159px;
    width: 100%
}

.ninja-team .tuyen-sinh.single_post.small-item .blog-content {
    padding-top: 10px
}

.ninja-team .tuyen-sinh.single_post.small-item .blog-content h4,
.ninja-team .tuyen-sinh.single_post.small-item .blog-content h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 21px;
    max-height: 57px;
    overflow: hidden;
    margin-bottom: 4px
}

.ninja-team .tuyen-sinh.single_post.small-item .blog-content h4 a,
.ninja-team .tuyen-sinh.single_post.small-item .blog-content h5 a {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    display: block;
    font-style: normal;
    font-weight: 500
}

.ninja-team .tuyen-sinh.single_post.small-item .blog-content h4 a:before,
.ninja-team .tuyen-sinh.single_post.small-item .blog-content h5 a:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e94b00;
    top: 0;
    left: 0;
    position: absolute
}

.ninja-team .tuyen-sinh.single_post.small-item .blog-content .meta5 {
    position: relative;
    display: block;
    margin-left: 1%;
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.ninja-team .tuyen-sinh.single_post.small-item .blog-content .meta5:before {
    font: normal normal normal 14px/1 FontAwesome;
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    position: absolute;
    color: #e94b00
}

.ninja-team .tuyen-sinh.single_post.small-item .blog-content .meta5 i {
    color: #e94b00;
    vertical-align: middle;
    /* Canh giữa theo chiều dọc */
    margin-right: 5px;
}

.ninja-team .tuyen-sinh.single_post.small-item .blog-content .meta5 a {
    display: inline-block;
    margin-right: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #e94b00
}

.ninja-team .tuyen-sinh.single_post.small-item .blog-content .meta5 a:last-child {
    margin-right: 0
}

.ninja-team .tuyen-sinh.single_post.small-item .blog-content .meta5 a:hover {
    color: #e94b00
}

@media (max-width:991px) {
    .ninja-team .tuyen-sinh.single_post.small-item {
        height: auto
    }
}

.ninja-team .slider-event .slide-item {
    height: 425px;
    background-color: #fff
}

.ninja-team .slider-event .slide-item .post-image {
    height: 303px;
    overflow: hidden
}

.ninja-team .slider-event .slide-item .post-image img {
    display: inline-block;
    width: 100%;
    min-height: 303px;
    object-fit: cover;
    transition: all .6s ease
}

.ninja-team .slider-event .slide-item .post-image:hover img {
    transform: scale(1.1)
}

.ninja-team .slider-event .slide-item .post-text {
    position: relative;
    padding: 45px 15px 10px
}

.ninja-team .slider-event .slide-item .post-text h1,
.ninja-team .slider-event .slide-item .post-text h2,
.ninja-team .slider-event .slide-item .post-text h3,
.ninja-team .slider-event .slide-item .post-text h4,
.ninja-team .slider-event .slide-item .post-text h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 21px
}

.ninja-team .slider-event .slide-item .post-text h1 a,
.ninja-team .slider-event .slide-item .post-text h2 a,
.ninja-team .slider-event .slide-item .post-text h3 a,
.ninja-team .slider-event .slide-item .post-text h4 a,
.ninja-team .slider-event .slide-item .post-text h5 a {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    position: relative;
    padding-left: 15px;
    padding-right: 0;
    display: block;
    font-style: normal;
    font-weight: 500;
    max-height: 58px;
    overflow: hidden
}

.ninja-team .slider-event .slide-item .post-text h1 a:before,
.ninja-team .slider-event .slide-item .post-text h2 a:before,
.ninja-team .slider-event .slide-item .post-text h3 a:before,
.ninja-team .slider-event .slide-item .post-text h4 a:before,
.ninja-team .slider-event .slide-item .post-text h5 a:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e94b00;
    top: 0;
    left: 0;
    position: absolute
}

.ninja-team .slider-event .slide-item .post-text .meta5 {
    position: absolute;
    top: -38px;
    left: 15px;
    background-color: #e94b00;
    width: 70px;
    height: 70px;
    color: #fff;
    padding: 0 5px 10px
}

.ninja-team .slider-event .slide-item .post-text .meta5 .post-date .post-day {
    border-bottom: 1px solid #fff;
    font-family: Romanesco, cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 7px
}

.ninja-team .slider-event .slide-item .post-text .meta5 .post-date .post-month {
    padding-top: 7px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: capitalize
}

@media (max-width:767px) {
    .ninja-team .slider-event .slide-item {
        height: 275px
    }

    .ninja-team .slider-event .slide-item .post-image {
        height: 170px
    }

    .ninja-team .slider-event .slide-item .post-image img {
        min-height: 170px
    }

    .ninja-team .slider-event .slide-item .post-text {
        padding: 30px 15px 10px
    }

    .ninja-team .slider-event .slide-item .post-text h1,
    .ninja-team .slider-event .slide-item .post-text h2,
    .ninja-team .slider-event .slide-item .post-text h3,
    .ninja-team .slider-event .slide-item .post-text h4,
    .ninja-team .slider-event .slide-item .post-text h5 {
        line-height: 18px
    }

    .ninja-team .slider-event .slide-item .post-text h1 a,
    .ninja-team .slider-event .slide-item .post-text h2 a,
    .ninja-team .slider-event .slide-item .post-text h3 a,
    .ninja-team .slider-event .slide-item .post-text h4 a,
    .ninja-team .slider-event .slide-item .post-text h5 a {
        font-size: 14px;
        line-height: 16px;
        padding-left: 10px;
        padding-right: 0;
        max-height: 64px
    }

    .ninja-team .slider-event .slide-item .post-text .meta5 {
        top: -28px;
        left: 15px;
        width: 50px;
        height: 51px
    }

    .ninja-team .slider-event .slide-item .post-text .meta5 .post-date .post-day {
        font-size: 25px;
        line-height: 21px;
        padding-bottom: 6px
    }

    .ninja-team .slider-event .slide-item .post-text .meta5 .post-date .post-month {
        padding-top: 5px;
        font-size: 10px;
        line-height: 11px
    }
}

.ninja-team .widget-news-items .news-item {
    height: 260px;
    overflow: hidden;
    background: #f7f7f7
}

@media (max-width:767px) {
    .ninja-team .widget-news-items .news-item {
        height: auto;
        overflow: visible;
        overflow: initial;
        overflow-x: hidden
    }

    .ninja-team .widget-news-items .news-item .post_img {
        height: 260px;
        overflow: hidden
    }

    .ninja-team .widget-news-items .news-item .post-texts .post-description {
        max-height: 115px;
        overflow: hidden
    }

    .ninja-team .widget-news-items .news-item.widgets_small .single_post_text h4 a,
    .ninja-team .widget-news-items .news-item.widgets_small .single_post_text h5 a {
        font-size: 14px !important;
        line-height: 16px !important;
        display: block
    }
}

.ninja-team .widget-news-items .news-item .post_img {
    position: relative
}

.ninja-team .widget-news-items .news-item .post_img img {
    display: inline-block;
    width: 100%;
    min-height: 260px;
    object-fit: cover;
    transition: all .6s ease
}

.ninja-team .widget-news-items .news-item .post_img:hover img {
    transform: scale(1.1)
}

.ninja-team .widget-news-items .news-item .post-texts {
    padding: 15px;
    max-height: 235px;
    overflow-y: hidden
}

.ninja-team .widget-news-items .news-item .post-texts .post-title-meta {
    position: relative;
    padding-left: 15px
}

.ninja-team .widget-news-items .news-item .post-texts .post-title-meta:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #e94b00
}

.ninja-team .widget-news-items .news-item .post-texts .post-title-meta .post-title a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000
}

.ninja-team .widget-news-items .news-item .post-texts .post-title-meta .meta5 {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 15px
}

.ninja-team .widget-news-items .news-item .post-texts .post-title-meta .meta5:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f178";
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    position: absolute;
    color: #e94b00
}

.ninja-team .widget-news-items .news-item .post-texts .post-title-meta .meta5 a {
    display: inline-block;
    margin-right: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #e94b00
}

.ninja-team .widget-news-items .news-item .post-texts .post-title-meta .meta5 a:last-child {
    margin-right: 0
}

.ninja-team .widget-news-items .news-item .post-texts .post-title-meta .meta5 a:hover {
    color: #e94b00
}

.ninja-team .widget-news-items .news-item .post-texts .post-description {
    padding-left: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-top: 5px;
    color: #585858
}

.ninja-team .widget-news-items .news-item.widgets_small {
    height: 102px;
    position: relative;
    padding: 10px 10px 10px 120px
}

.ninja-team .widget-news-items .news-item.widgets_small .post_img {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 82px;
    width: 100px
}

.ninja-team .widget-news-items .news-item.widgets_small .post_img a {
    display: block;
    width: 100%;
    height: 100%
}

.ninja-team .widget-news-items .news-item.widgets_small .post_img .img_wrap {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.ninja-team .widget-news-items .news-item.widgets_small .post_img img {
    display: block;
    max-width: 100%;
    min-height: 82px;
    transition: all .3s;
    object-fit: cover
}

.ninja-team .widget-news-items .news-item.widgets_small .single_post_text h4,
.ninja-team .widget-news-items .news-item.widgets_small .single_post_text h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 21px;
    max-height: 62px;
    overflow: hidden
}

.ninja-team .widget-news-items .news-item.widgets_small .single_post_text h4 a,
.ninja-team .widget-news-items .news-item.widgets_small .single_post_text h5 a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000
}

.ninja-team .widget-news-items .news-item.widgets_small .single_post_text .meta5 {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-bottom: 0
}

.ninja-team .widget-news-items .news-item.widgets_small .single_post_text .meta5:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f178";
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    position: absolute;
    color: #e94b00
}

.ninja-team .widget-news-items .news-item.widgets_small .single_post_text .meta5 a {
    display: inline-block;
    margin-right: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #e94b00
}

.ninja-team .widget-news-items .news-item.widgets_small .single_post_text .meta5 a:last-child {
    margin-right: 0
}

.ninja-team .widget-news-items .news-item.widgets_small .single_post_text .meta5 a:hover {
    color: #e94b00
}

.ninja-team .widget-news-items .news-item.grid-6 .post_img {
    overflow: hidden
}

.ninja-team .widget-news-items .news-item.grid-6 .post_img .meta5 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 75px
}

.ninja-team .widget-news-items .news-item.grid-6 .post_img .meta5 .day {
    text-align: center;
    background: hsla(0, 0%, 100%, .8);
    color: #000;
    width: 100%;
    font-family: Romanesco, cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 25px;
    padding-bottom: 7px
}

.ninja-team .widget-news-items .news-item.grid-6 .post_img .meta5 .month {
    text-align: center;
    background: #e94b00;
    color: #fff;
    width: 100%;
    text-transform: capitalize;
    padding: 5px 0;
    font-size: 14px
}

@media (min-width:768px) {
    .ninja-team .widget-news-items .news-item.grid-6 .post_img {
        max-height: 260px
    }
}

.ninja-team .widget-news-items .news-item.grid-6 .post-texts {
    padding: 15px 15px 15px 0;
    max-height: 187px
}

.ninja-team .widget-news-items .news-item.grid-6 .post-texts .post-title-meta {
    padding-left: 0;
    padding-bottom: 25px
}

.ninja-team .widget-news-items .news-item.grid-6 .post-texts .post-title-meta:after,
.ninja-team .widget-news-items .news-item.grid-6 .post-texts .post-title-meta:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    top: auto;
    bottom: 10px;
    left: 0;
    background-color: #e94b00
}

.ninja-team .widget-news-items .news-item.grid-6 .post-texts .post-title-meta:after {
    bottom: 15px
}

.ninja-team .widget-news-items .news-item.grid-6 .post-texts .post-title-meta .post-title {
    max-height: 80px;
    overflow: hidden
}

.ninja-team .widget-news-items .news-item.grid-6 .post-texts .post-title-meta .post-title a {
    line-height: 20px;
    display: block
}

.ninja-team .widget-news-items .news-item.grid-6 .post-texts .post-description {
    padding-left: 0
}

.ninja-team .widget-news-items .news-item.grid-6 .post-link {
    background: #f7f7f7;
    padding-top: 20px
}

.ninja-team .widget-news-items .news-item.grid-6 .post-link .btn-read-more {
    border: 1px solid #c4c4c4;
    color: grey;
    font-weight: 300;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 1px
}

.ninja-team .widget-news-items .news-item.grid-6 .post-link .btn-read-more:hover {
    background: #c4c4c4;
    color: #e94b00
}

@media (max-width:991px) {
    .ninja-team .widget-news-items .news-item.grid-6 {
        max-height: none;
        height: 100%
    }

    .ninja-team .widget-news-items .news-item.grid-6 .post-link,
    .ninja-team .widget-news-items .news-item.grid-6 .post-texts {
        padding-left: 15px;
        padding-right: 15px
    }

    .ninja-team .widget-news-items .news-item.grid-6 .post-link {
        padding-top: 5px;
        padding-bottom: 15px
    }

    .ninja-team .widget-news-items .news-item.grid-6 .post-texts {
        max-height: none
    }
}

.ninja-team .megastory-item .megastory-image {
    display: inline-block;
    width: 100%;
    object-fit: cover;
    transition: all .6s ease
}

.ninja-team .slider-chon-phenikaa {
    position: relative;
    padding: 0 50px;
    z-index: 2
}

.ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item {
    text-align: center
}

.ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-title {
    padding: 30px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px
}

.ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-title:after,
.ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-title:before {
    font-family: Rochester, cursive;
    font-weight: 400;
    font-size: 144px;
    line-height: 100px;
    color: #fff;
    content: "“";
    width: 42px;
    height: 40px;
    position: absolute
}

.ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-title:before {
    left: -5px;
    top: 0
}

.ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-title:after {
    content: "”";
    right: -5px;
    bottom: 10px
}

.ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-title h5 a {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff
}

.ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-title h5 a:hover {
    color: #e94b00;
    opacity: 1
}

.ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-description {
    text-align: center;
    display: inline-block;
    max-width: 500px;
    margin-bottom: 15px
}

.ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-description a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    color: #fff
}

.ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-image {
    display: inline-block;
    width: 144px;
    height: 144px;
    border: 3px solid #fff;
    border-radius: 77px;
    overflow: hidden
}

.ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-image img {
    object-fit: cover;
    transition: all .6s ease;
    width: 100%;
    min-height: 144px
}

.ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-image:hover img {
    transform: scale(1.1)
}

@media (max-width:767px) {
    .ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-image {
        width: 100px;
        height: 100px;
        border-radius: 50px
    }

    .ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-image img {
        min-height: 100px
    }

    .ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-title {
        padding-bottom: 15px
    }

    .ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-title:after,
    .ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-title:before {
        font-size: 100px;
        line-height: 75px;
        width: 33px;
        height: 31px
    }

    .ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-title:before {
        top: 15px
    }

    .ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-title:after {
        bottom: 15px
    }

    .ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-title h5 a {
        font-size: 15px;
        line-height: 17px
    }

    .ninja-team .slider-chon-phenikaa .slide-chon-phenikaa-item .post-description a {
        font-size: 13px;
        line-height: 19px;
        display: block
    }
}

.ninja-team .slider-chon-phenikaa .slider-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    fill: #fff;
    color: #a0a0a0;
    cursor: pointer
}

.ninja-team .slider-chon-phenikaa .slider-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f177";
    font-size: 20px
}

.ninja-team .slider-chon-phenikaa .slider-arrow.slider-arrow-right {
    left: auto;
    right: 0
}

.ninja-team .slider-chon-phenikaa .slider-arrow.slider-arrow-right:before {
    content: "\f178"
}

.ninja-team .slider-chon-phenikaa .slider-arrow:hover {
    color: #e94b00
}

.ninja-team .slider-chon-phenikaa .slider-arrow.disabled {
    color: #424242;
    cursor: text
}

.ninja-team .slider-khoa-hoc-cong-nghe .outside-item {
    padding: 3px
}

.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item {
    height: 275px;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15)
}

.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-image {
    height: 180px;
    overflow: hidden
}

.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-image img {
    display: inline-block;
    width: 100%;
    min-height: 180px;
    object-fit: cover;
    transition: all .6s ease
}

.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text {
    padding: 15px 0 0
}

.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h1,
.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h2,
.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h3,
.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h4,
.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 21px;
    padding-left: 0
}

.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h1 a,
.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h2 a,
.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h3 a,
.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h4 a,
.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h5 a {
    padding: 0;
    max-height: 56px
}

.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h1 a:before,
.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h2 a:before,
.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h3 a:before,
.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h4 a:before,
.ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h5 a:before {
    display: none
}

@media (max-width:767px) {
    .ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item {
        height: 225px
    }

    .ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-image {
        height: 130px
    }

    .ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-image img {
        min-height: 130px
    }

    .ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h1 a,
    .ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h2 a,
    .ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h3 a,
    .ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h4 a,
    .ninja-team .slider-khoa-hoc-cong-nghe .outside-item .slide-item .post-text h5 a {
        font-size: 14px;
        line-height: 19px
    }
}

.ninja-team .footer .section-social-links {
    background: #e6e6e6;
    padding: 5px 0
}

.ninja-team .footer .section-social-links .library-open-time {
    color: #e94b00
}

.ninja-team .footer .section-social-links .right-menus a {
    margin-right: 15px
}

.ninja-team .footer .section-social-links .right-menus a.follow-us {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    margin-right: 0
}

.ninja-team .footer .section-footer-content {
    padding: 40px 0 30px;
    background: #f4f4f4
}

.ninja-team .footer .section-footer-content .name {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
    display: block
}

.ninja-team .footer .section-footer-content ul li {
    margin-bottom: 15px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px
}

.ninja-team .footer .section-footer-content ul li ul.sub-menu {
    display: none
}

.ninja-team .footer .section-footer-content ul li.border {
    border: 1px solid #585858
}

.ninja-team .footer .section-footer-content ul li a {
    color: #000
}

.ninja-team .footer .section-footer-content ul li a:hover {
    color: #e94b00
}

.ninja-team .footer .section-footer-content ul li i.fa {
    margin-right: 15px
}

@media (max-width:767px) {
    .ninja-team .footer .section-footer-content .name {
        font-size: 13px;
        line-height: 15px
    }
}

.ninja-team .footer .section-copy-right {
    border-top: 7px solid #e94b00;
    padding: 20px 0 50px;
    background-color: #213671
}

.ninja-team .footer .section-copy-right .copy-right-text {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #fff
}

.ninja-team .footer.khoavien .section-footer-content {
    padding-bottom: 10px;
    background: #e94b00
}

.ninja-team .footer.khoavien .section-footer-content ul a,
.ninja-team .footer.khoavien .section-footer-content ul li {
    color: #fff
}

.ninja-team .footer.khoavien .section-footer-content h5 {
    display: none
}

.ninja-team .footer.khoavien .section-footer-content a:hover {
    color: #0b214f
}

.ninja-team .footer.khoavien .section-footer-content .infor-data a {
    font-size: 13px;
    line-height: 14px
}

.ninja-team .footer.khoavien .footer-logo:after,
.ninja-team .footer.khoavien .footer-logo:before {
    background-color: #fff
}

.ninja-team .footer.khoavien .section-copy-right {
    border-top: none;
    padding-top: 0;
    background: #e94b00
}

.ninja-team .footer.khoavien .section-copy-right .copy-right-text {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 30px
}

.ninja-team .footer.mainblue .section-footer-content {
    padding-bottom: 10px;
    background: #002b54
}

.ninja-team .footer.mainblue .section-footer-content ul a,
.ninja-team .footer.mainblue .section-footer-content ul li {
    color: #fff
}

.ninja-team .footer.mainblue .section-footer-content h5 {
    display: none
}

.ninja-team .footer.mainblue .section-footer-content a:hover {
    color: #e94b00
}

.ninja-team .footer.mainblue .section-footer-content .infor-data a {
    font-size: 13px;
    line-height: 14px
}

.ninja-team .footer.mainblue .footer-logo:after,
.ninja-team .footer.mainblue .footer-logo:before {
    background-color: #fff
}

.ninja-team .footer.mainblue .section-copy-right {
    border-top: none;
    padding-top: 0;
    background: #002b54
}

.ninja-team .footer.mainblue .section-copy-right .copy-right-text {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    padding-top: 30px
}

.ninja-team .footer-logo {
    position: relative
}

.ninja-team .footer-logo:before {
    content: "";
    width: 3px;
    height: 30px;
    background-color: #000;
    position: absolute;
    top: -40px;
    left: 0
}

.ninja-team .footer-logo:after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0
}

.ninja-team .widget-stat-items .static-item img {
    width: 100%;
    height: auto
}

.ninja-team .widget-stat-items .right-border:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    border-left: 2px solid #f1f1f1;
    top: 0;
    right: -10px
}

@media (max-width:767px) {
    .ninja-team .widget-stat-items .right-border:after {
        display: none
    }
}

.ninja-team .widget-stat-items .stat-item {
    margin-bottom: 15px;
    position: relative
}

.ninja-team .widget-stat-items .stat-item .stat-number .big-number {
    font-family: Anaheim, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 66px;
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.ninja-team .widget-stat-items .stat-item .stat-number .big-text {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.ninja-team .widget-stat-items .stat-item .small-text {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px
}

.ninja-team .widget-stat-items .stat-item.item-2 {
    background: url(/img/bg-stat-item-2.png) no-repeat bottom;
    background-size: contain;
    padding-bottom: 95px
}

.ninja-team .widget-stat-items .stat-item.item-2 .stat-number .big-number {
    font-size: 64px;
    line-height: 55px
}

.ninja-team .widget-stat-items .stat-item.item-3 {
    border-bottom: 3px solid #d2d2d2;
    padding-bottom: 20px
}

.ninja-team .widget-stat-items .stat-item.item-3 .stat-number .big-number {
    font-size: 48px;
    line-height: 35px
}

.ninja-team .widget-stat-items .stat-item.item-4 {
    background: url(/img/bg-stat-item-4.png) no-repeat 100%;
    border-bottom: 3px solid #d2d2d2;
    padding: 30px 40px 30px 0
}

.ninja-team .widget-stat-items .stat-item.item-4 .stat-number .big-number {
    font-size: 48px;
    line-height: 35px;
    text-align: left
}

.ninja-team .widget-stat-items .stat-item.item-4 .small-text {
    text-align: left
}

.ninja-team .widget-stat-items .stat-item.item-4.nha-khoa-hoc {
    padding: 30px 40px 37px 0
}

.ninja-team .widget-stat-items .stat-item.item-5 {
    padding-bottom: 44px;
    padding-top: 35px
}

.ninja-team .widget-stat-items .stat-item.item-5:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    left: 25%;
    background-color: #d2d2d2;
    bottom: 0
}

.ninja-team .widget-stat-items .stat-item.item-5 .stat-number .big-number {
    font-size: 48px;
    line-height: 35px
}

.ninja-team .widget-stat-items .stat-item.item-5.full-border:after {
    width: 100%;
    left: 0
}

.ninja-team .widget-stat-items .stat-item.item-6 {
    padding-bottom: 22px;
    padding-top: 10px
}

.ninja-team .widget-stat-items .stat-item.item-6:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    left: 25%;
    background-color: #d2d2d2;
    bottom: 0
}

.ninja-team .widget-stat-items .stat-item.item-6 .stat-number .big-number {
    font-size: 48px;
    line-height: 35px
}

.ninja-team .widget-stat-items .stat-item.item-7 {
    background: url(/img/bg-stat-item-7.png) no-repeat bottom;
    background-size: contain;
    padding-bottom: 94px
}

.ninja-team .widget-stat-items .stat-item.item-7 .stat-number .big-number {
    font-size: 64px;
    line-height: 55px
}

.ninja-team .widget-stat-items .stat-item.item-7.thuc-hanh {
    padding-bottom: 120px;
    background: url(/img/bg-stat-item-8.png) no-repeat bottom
}

.ninja-team .widget-stat-items .stat-item.item-7.trung-tam {
    padding-bottom: 112px;
    background: url(/img/bg-stat-item-12.png) no-repeat bottom
}

.ninja-team .widget-stat-items .stat-item.item-8 {
    padding-bottom: 33px;
    padding-top: 15px
}

.ninja-team .widget-stat-items .stat-item.item-8:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    left: 25%;
    background-color: #d2d2d2;
    bottom: 0
}

.ninja-team .widget-stat-items .stat-item.item-8 .stat-number .big-number {
    font-size: 64px;
    line-height: 55px
}

.ninja-team .widget-stat-items .stat-item.item-9 {
    padding-bottom: 15px;
    padding-top: 10px
}

.ninja-team .widget-stat-items .stat-item.item-9:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    left: 25%;
    background-color: #d2d2d2;
    bottom: 0
}

.ninja-team .widget-stat-items .stat-item.item-9 .stat-number .big-number {
    font-size: 48px;
    line-height: 35px
}

.ninja-team .widget-stat-items .stat-item.item-9.no-border-footer:after {
    display: none
}

.ninja-team .widget-stat-items .stat-item.orange-item .small-text,
.ninja-team .widget-stat-items .stat-item.orange-item .stat-number .big-number,
.ninja-team .widget-stat-items .stat-item.orange-item .stat-number .big-text {
    color: #e94b00
}

@media (max-width:767px) {
    .ninja-team .widget-stat-items .stat-item {
        border-bottom: 2px solid rgba(0, 0, 0, .1)
    }

    .ninja-team .widget-stat-items .stat-item .stat-icon {
        display: none
    }

    .ninja-team .widget-stat-items .stat-item .stat-number {
        width: 40%;
        display: inline-block;
        float: left
    }

    .ninja-team .widget-stat-items .stat-item .stat-number .big-number {
        font-family: Roboto
    }

    .ninja-team .widget-stat-items .stat-item .stat-number .big-number,
    .ninja-team .widget-stat-items .stat-item .stat-number .big-text {
        display: inline-block;
        font-style: normal;
        font-weight: 400;
        font-size: 19px;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
        color: #e94b00
    }

    .ninja-team .widget-stat-items .stat-item .small-text {
        width: 60%;
        display: inline-block;
        margin-left: 0;
        margin-right: auto;
        text-align: left;
        margin-top: 0
    }

    .ninja-team .widget-stat-items .stat-item.orange-item .small-text {
        color: #000
    }

    .ninja-team .widget-stat-items .stat-item.item-4,
    .ninja-team .widget-stat-items .stat-item.item-4.nha-khoa-hoc {
        padding: 0 0 10px
    }

    .ninja-team .widget-stat-items .stat-item.item-2 {
        display: block !important;
        background: none;
        padding-bottom: 10px
    }

    .ninja-team .widget-stat-items .stat-item.item-5 {
        padding-top: 0
    }

    .ninja-team .widget-stat-items .stat-item.item-7.thuc-hanh,
    .ninja-team .widget-stat-items .stat-item.item-7.trung-tam {
        background: none;
        padding-bottom: 10px
    }

    .ninja-team .widget-stat-items .stat-item.item-2,
    .ninja-team .widget-stat-items .stat-item.item-3,
    .ninja-team .widget-stat-items .stat-item.item-4,
    .ninja-team .widget-stat-items .stat-item.item-5,
    .ninja-team .widget-stat-items .stat-item.item-6,
    .ninja-team .widget-stat-items .stat-item.item-7,
    .ninja-team .widget-stat-items .stat-item.item-8,
    .ninja-team .widget-stat-items .stat-item.item-9,
    .ninja-team .widget-stat-items .stat-item.item-10,
    .ninja-team .widget-stat-items .stat-item.item-11,
    .ninja-team .widget-stat-items .stat-item.item-12 {
        border-bottom: 2px solid rgba(0, 0, 0, .1);
        padding-bottom: 10px;
        background: none
    }

    .ninja-team .widget-stat-items .stat-item.item-2 .stat-number,
    .ninja-team .widget-stat-items .stat-item.item-3 .stat-number,
    .ninja-team .widget-stat-items .stat-item.item-4 .stat-number,
    .ninja-team .widget-stat-items .stat-item.item-5 .stat-number,
    .ninja-team .widget-stat-items .stat-item.item-6 .stat-number,
    .ninja-team .widget-stat-items .stat-item.item-7 .stat-number,
    .ninja-team .widget-stat-items .stat-item.item-8 .stat-number,
    .ninja-team .widget-stat-items .stat-item.item-9 .stat-number,
    .ninja-team .widget-stat-items .stat-item.item-10 .stat-number,
    .ninja-team .widget-stat-items .stat-item.item-11 .stat-number,
    .ninja-team .widget-stat-items .stat-item.item-12 .stat-number {
        margin-left: 0;
        margin-right: auto;
        float: left
    }

    .ninja-team .widget-stat-items .stat-item.item-2 .stat-number .big-number,
    .ninja-team .widget-stat-items .stat-item.item-2 .stat-number .big-text,
    .ninja-team .widget-stat-items .stat-item.item-3 .stat-number .big-number,
    .ninja-team .widget-stat-items .stat-item.item-3 .stat-number .big-text,
    .ninja-team .widget-stat-items .stat-item.item-4 .stat-number .big-number,
    .ninja-team .widget-stat-items .stat-item.item-4 .stat-number .big-text,
    .ninja-team .widget-stat-items .stat-item.item-5 .stat-number .big-number,
    .ninja-team .widget-stat-items .stat-item.item-5 .stat-number .big-text,
    .ninja-team .widget-stat-items .stat-item.item-6 .stat-number .big-number,
    .ninja-team .widget-stat-items .stat-item.item-6 .stat-number .big-text,
    .ninja-team .widget-stat-items .stat-item.item-7 .stat-number .big-number,
    .ninja-team .widget-stat-items .stat-item.item-7 .stat-number .big-text,
    .ninja-team .widget-stat-items .stat-item.item-8 .stat-number .big-number,
    .ninja-team .widget-stat-items .stat-item.item-8 .stat-number .big-text,
    .ninja-team .widget-stat-items .stat-item.item-9 .stat-number .big-number,
    .ninja-team .widget-stat-items .stat-item.item-9 .stat-number .big-text,
    .ninja-team .widget-stat-items .stat-item.item-10 .stat-number .big-number,
    .ninja-team .widget-stat-items .stat-item.item-10 .stat-number .big-text,
    .ninja-team .widget-stat-items .stat-item.item-11 .stat-number .big-number,
    .ninja-team .widget-stat-items .stat-item.item-11 .stat-number .big-text,
    .ninja-team .widget-stat-items .stat-item.item-12 .stat-number .big-number,
    .ninja-team .widget-stat-items .stat-item.item-12 .stat-number .big-text {
        font-size: 19px;
        line-height: 28px
    }

    .ninja-team .widget-stat-items .stat-item.item-2:after,
    .ninja-team .widget-stat-items .stat-item.item-3:after,
    .ninja-team .widget-stat-items .stat-item.item-4:after,
    .ninja-team .widget-stat-items .stat-item.item-5:after,
    .ninja-team .widget-stat-items .stat-item.item-6:after,
    .ninja-team .widget-stat-items .stat-item.item-7:after,
    .ninja-team .widget-stat-items .stat-item.item-8:after,
    .ninja-team .widget-stat-items .stat-item.item-9:after,
    .ninja-team .widget-stat-items .stat-item.item-10:after,
    .ninja-team .widget-stat-items .stat-item.item-11:after,
    .ninja-team .widget-stat-items .stat-item.item-12:after {
        display: none
    }
}

.ninja-team .module-breadcrumb {
    background: #f9f9f9;
    border: 2px solid #fff;
    padding: 10px 0
}

.ninja-team .module-breadcrumb .breadcrumb {
    padding: 0;
    background: transparent;
    margin-bottom: 0
}

.ninja-team .module-breadcrumb .breadcrumb li {
    margin-right: 25px;
    position: relative
}

.ninja-team .module-breadcrumb .breadcrumb li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000
}

.ninja-team .module-breadcrumb .breadcrumb li a:hover {
    color: #e94b00
}

.ninja-team .module-breadcrumb .breadcrumb li:after {
    content: "/";
    width: 7px;
    height: 7px;
    position: absolute;
    right: -16px;
    top: 0
}

.ninja-team .module-breadcrumb .breadcrumb li.active a {
    color: #e94b00
}

.ninja-team .module-breadcrumb .breadcrumb li.active:after {
    content: ""
}

.ninja-team .news-box {
    margin-top: 20px
}

.ninja-team .news-box .box-title {
    margin-bottom: 20px
}

.ninja-team .news-box .box-title h1,
.ninja-team .news-box .box-title h2,
.ninja-team .news-box .box-title h3,
.ninja-team .news-box .box-title h4,
.ninja-team .news-box .box-title h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-bottom: 10px
}

.ninja-team .news-box .box-title .title-hr {
    width: 100%;
    height: 2px;
    position: relative;
    background-color: #e6e6e6
}

.ninja-team .news-box .box-title .title-hr:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    top: 0;
    left: 0;
    background-color: #e94b00
}

.ninja-team .news-box .news-item-content {
    background: #f2f0ee;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.ninja-team .news-box .news-item-content .news-detail-thumb {
    margin-bottom: 20px
}

.ninja-team .news-box .news-item-content .news-detail-thumb img {
    object-fit: cover;
    width: 100%
}

.ninja-team .news-box .news-item-content .news-item-text {
    padding: 0 10px 0 30px
}

.ninja-team .news-box .news-item-content .news-item-text .news-item-title {
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px
}

.ninja-team .news-box .news-item-content .news-item-text .news-item-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #e94b00
}

.ninja-team .news-box .news-item-content .news-item-text .news-item-title .meta5 {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 15px
}

.ninja-team .news-box .news-item-content .news-item-text .news-item-title .meta5:before {
    font: normal normal normal 14px/1 FontAwesome;
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    position: absolute;
    color: #e94b00
}

.ninja-team .news-box .news-item-content .news-item-text .news-item-title .meta5 span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #e94b00
}

.ninja-team .news-box .news-item-content .news-item-text .news-item-title .post-title h1,
.ninja-team .news-box .news-item-content .news-item-text .news-item-title .post-title h2,
.ninja-team .news-box .news-item-content .news-item-text .news-item-title .post-title h3,
.ninja-team .news-box .news-item-content .news-item-text .news-item-title .post-title h4,
.ninja-team .news-box .news-item-content .news-item-text .news-item-title .post-title h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000
}

.ninja-team .news-box .news-item-content .news-item-text .news-item-content-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    overflow: auto;
    color: #585858
}

.ninja-team .news-box .news-item-content .news-item-text .news-item-content-text img {
    max-width: 100%
}

@media (max-width:767px) {

    .ninja-team .news-box .news-item-content .news-item-text .news-item-title .post-title h1,
    .ninja-team .news-box .news-item-content .news-item-text .news-item-title .post-title h2,
    .ninja-team .news-box .news-item-content .news-item-text .news-item-title .post-title h3,
    .ninja-team .news-box .news-item-content .news-item-text .news-item-title .post-title h4,
    .ninja-team .news-box .news-item-content .news-item-text .news-item-title .post-title h5 {
        font-size: 20px;
        line-height: 24px;
        color: #000
    }

    .ninja-team .news-box .news-item-content .news-item-text .news-item-content-text {
        font-size: 13px
    }

    .ninja-team .news-box .box-title h1,
    .ninja-team .news-box .box-title h2,
    .ninja-team .news-box .box-title h3,
    .ninja-team .news-box .box-title h4,
    .ninja-team .news-box .box-title h5 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 5px
    }
}

.ninja-team .pagination {
    display: inline-block
}

.ninja-team .pagination li {
    display: inline-block;
    margin-right: 10px
}

.ninja-team .pagination li:last-child {
    margin-right: 0
}

.ninja-team .pagination li a {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #2f2424;
    padding: 8px 14px;
    background-color: #e6e6e6
}

.ninja-team .pagination li.active a,
.ninja-team .pagination li a:hover {
    background-color: #e94b00;
    color: #fff
}

.ninja-team .list-categories {
    list-style: none;
    padding: 0;
    margin: 0
}

.ninja-team .list-categories li {
    margin-bottom: 10px
}

.ninja-team .list-categories li:last-child {
    margin-bottom: 0
}

.ninja-team .list-categories li a {
    background: #f2f0ee;
    color: #2f2424;
    padding: 10px 15px;
    display: block;
    border-radius: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px
}

.ninja-team .list-categories li a i {
    margin-right: 10px;
    font-size: 13px
}

.ninja-team .list-categories li.active a {
    background-color: #e94b00 !important;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.ninja-team .list-categories li a:hover {
    background-color: #c5c5c5;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.ninja-team .list-categories li.active a {
    opacity: .8
}

.ninja-team .share-block {
    text-align: right;
    border-top: 2px solid rgba(0, 0, 0, .11);
    padding-top: 20px
}

.ninja-team .share-block span {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #5e5e5e
}

.ninja-team .share-block ul {
    list-style: none;
    display: inline-block;
    padding-left: 10px
}

.ninja-team .share-block ul li {
    display: inline-block
}

.ninja-team .share-block ul li a {
    color: #e94b00;
    margin-left: 10px
}

.ninja-team .header-links {
    background-color: #e6e6e6
}

.ninja-team .header-links .item-outer-item {
    width: 16.66%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ninja-team .header-links .item-outer-item:last-child .menuItem {
    border-right: 2px solid #fff
}

.ninja-team .header-links .item-outer-item .menuItem {
    text-align: center;
    border-left: 2px solid #fff;
    padding: 10px 0
}

.ninja-team .header-links .item-outer-item .menuItem a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer
}

.ninja-team .header-links .item-outer-item .menuItem a:hover {
    color: #e94b00
}

.ninja-team .header-links .item-outer-item .menuItem a img {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 15px
}

.ninja-team .header-links .item-outer-item .menuItem a span {
    display: inline-block;
    vertical-align: middle
}

.ninja-team .header-links .item-outer-item:last-child .menuItem a img {
    max-width: 24px
}

@media (max-width:991px) {
    .ninja-team .header-links {
        background-color: transparent;
        padding: 15px 0
    }

    .ninja-team .header-links .item-outer-item {
        width: 100%;
        background-color: #e6e6e6;
        margin-bottom: 5px
    }

    .ninja-team .header-links .item-outer-item .menuItem {
        border: none;
        padding: 8px 20px;
        text-align: left
    }

    .ninja-team .header-links .item-outer-item:last-child .menuItem {
        border-right: none
    }
}

@media (max-width:767px) {
    .ninja-team .header-links .item-outer-item .menuItem {
        padding: 4px 20px
    }

    .ninja-team .header-links .item-outer-item .menuItem a {
        font-size: 13px
    }
}

.ninja-team .menu-select-languages {
    position: absolute;
    width: 100%;
    text-align: right;
    top: -35px;
    right: 0
}

@media (max-width:767px) {
    .ninja-team .menu-select-languages {
        top: -56px
    }
}

.ninja-team .menu-select-languages .list-flags {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.ninja-team .menu-select-languages .list-flags li {
    white-space: nowrap;
    padding-bottom: 0;
    display: inline-block;
    padding-right: 15px
}

.ninja-team .menu-select-languages .list-flags li:last-child {
    padding-right: 0
}

.ninja-team .menu-select-languages .list-flags li a {
    padding-left: 0
}

.ninja-team .menu-select-languages .list-flags li a img {
    transition: all .2s ease-out;
    opacity: .4;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 22px;
    height: 22px
}

.ninja-team .menu-select-languages .list-flags li a.active img,
.ninja-team .menu-select-languages .list-flags li a:hover img {
    opacity: 1
}

@media (min-width:992px) {
    .ninja-team .menu-select-languages {
        display: none
    }
}

.ninja-team .select-languages {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding: 10px 0
}

.ninja-team .select-languages .selected-language {
    border: 1px solid transparent;
    border-radius: 50%
}

.ninja-team .select-languages .list-flags {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.ninja-team .select-languages .list-flags li {
    white-space: nowrap;
    padding-bottom: 0;
    display: inline-block;
    padding-right: 5px
}

.ninja-team .select-languages .list-flags li:last-child {
    padding-right: 0
}

.ninja-team .select-languages .list-flags li a {
    padding-left: 0
}

.ninja-team .select-languages .list-flags li a img {
    transition: all .2s ease-out;
    opacity: .4
}

.ninja-team .select-languages .list-flags li a.active img,
.ninja-team .select-languages .list-flags li a:hover img {
    opacity: 1
}

.ninja-team .select-languages .list-languages {
    transition: all .2s ease-out;
    display: none;
    position: absolute;
    padding: 10px 20px;
    background: #f6f6f6;
    top: 42px;
    right: 0;
    z-index: 99
}

.ninja-team .select-languages .list-languages ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.ninja-team .select-languages .list-languages ul li {
    white-space: nowrap;
    padding-bottom: 10px
}

.ninja-team .select-languages .list-languages ul li:last-child {
    padding-bottom: 0
}

.ninja-team .select-languages .list-languages ul li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    padding-left: 0;
    cursor: pointer
}

.ninja-team .select-languages .list-languages ul li a:hover {
    color: #e94b00
}

.ninja-team .select-languages .list-languages ul li a .code {
    background: #363636;
    padding: 3px 5px;
    color: #fff;
    margin-right: 10px
}

.ninja-team .select-languages:hover .list-languages {
    display: block
}

.ninja-team .unit-item {
    margin-bottom: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 13px;
    height: 100%;
    border-radius: 3px
}

.ninja-team .unit-item .unit-name {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #585858;
    text-transform: uppercase;
    padding-bottom: 10px
}

.ninja-team .unit-item .unit-infor-item {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 15px;
    color: #585858
}

.ninja-team .unit-item .unit-infor-item i {
    position: absolute;
    font-size: 16px;
    line-height: 15px;
    top: 0;
    left: 0
}

.ninja-team .unit-item .unit-infor-item span {
    display: block;
    color: #e94b00
}

.ninja-team .unit-item .unit-infor-item span.unit-info-name {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #585858
}

@media (max-width:767px) {
    .ninja-team .unit-item {
        margin-bottom: 20px
    }

    .ninja-team .unit-item .unit-name {
        font-size: 16px
    }
}

.ninja-team .row-items .col-lg-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%
}

.ninja-team .phong-ban-item {
    margin-bottom: 20px;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    padding: 15px
}

.ninja-team .phong-ban-item .phong-ban-name {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #585858;
    padding-bottom: 10px;
    display: block
}

.ninja-team .phong-ban-item .phong-ban-info {
    padding-left: 0;
    list-style: none
}

.ninja-team .phong-ban-item .phong-ban-info li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    line-height: 15px;
    color: #585858
}

.ninja-team .phong-ban-item .phong-ban-info li em,
.ninja-team .phong-ban-item .phong-ban-info li i {
    position: absolute;
    font-size: 16px;
    line-height: 15px;
    top: 0;
    left: 0
}

.ninja-team .float-right-sm {
    display: inline-block
}

@media (max-width:767px) {
    .ninja-team .float-right-sm {
        float: right
    }
}

.ninja-team .float-right-lg {
    display: inline-block
}

@media (max-width:767px) {
    .ninja-team .float-right-lg {
        width: 100%
    }
}

@media (min-width:768px) {
    .ninja-team .float-right-lg {
        float: right
    }
}

@media (max-width:767px) {
    .ninja-team .float-right-lg.contact-map {
        width: 100%
    }
}

.ninja-team .contact-map .float-right-sm {
    width: 25%
}

@media (max-width:991px) {
    .ninja-team .contact-map .float-right-sm {
        float: right;
        width: 100%
    }
}

.ninja-team .contact-map .float-right-lg {
    width: 75%
}

@media (max-width:991px) {
    .ninja-team .contact-map .float-right-lg {
        width: 100%
    }
}

@media (min-width:992px) {
    .ninja-team .contact-map .float-right-lg {
        float: right
    }
}

.ninja-team .contact-map .address-content {
    background: #e94b00;
    padding: 15px;
    height: 100%;
    font-size: 16px;
    line-height: 84.69%;
    color: #fff
}

@media (max-width:991px) {
    .ninja-team .contact-map .address-content {
        height: auto
    }
}

.ninja-team .contact-map .address-content .address-item {
    position: relative;
    padding: 30px 0 30px 40px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.ninja-team .contact-map .address-content .address-item:last-child {
    border-bottom: 0
}

.ninja-team .contact-map .address-content .address-item i {
    position: absolute;
    font-size: 18px;
    line-height: 18px;
    top: 30px;
    left: 0
}

.ninja-team .contact-map .address-content .address-item .address-texts span {
    display: block;
    font-size: 14px;
    line-height: 18px
}

.ninja-team .contact-map .address-content .address-item .address-texts span.address-info-name {
    text-transform: uppercase
}

.ninja-team .contact-map .map-content {
    height: 445px
}

.ninja-team .contact-map .map-content iframe {
    height: 100%;
    width: 100%;
    min-height: 445px
}

@media (max-width:767px) {
    .ninja-team .contact-map .map-content {
        height: auto
    }
}

.ninja-team .contact-map .map-link {
    display: flex;
    flex-wrap: wrap
}

.ninja-team .contact-map .map-link .map-content {
    flex: 0 0 67%;
    max-width: 67%
}

.ninja-team .contact-map .map-link .link-content {
    flex: 0 0 33%;
    max-width: 33%
}

.ninja-team .contact-map .map-link .link-content img {
    object-fit: cover;
    min-height: 445px;
    width: 100%
}

@media (max-width:767px) {

    .ninja-team .contact-map .map-link .link-content,
    .ninja-team .contact-map .map-link .map-content {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.ninja-team .kham-pha-phenikaa .row {
    margin-right: -5px;
    margin-left: -5px
}

.ninja-team .kham-pha-phenikaa .row .col-3,
.ninja-team .kham-pha-phenikaa .row .col-6,
.ninja-team .kham-pha-phenikaa .row .col-9,
.ninja-team .kham-pha-phenikaa .row .col-12,
.ninja-team .kham-pha-phenikaa .row .col-md-3,
.ninja-team .kham-pha-phenikaa .row .col-md-9 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px
}

.ninja-team .kham-pha-phenikaa iframe {
    width: 100%;
    height: 100%;
    max-height: 548px
}

@media (max-width:767px) {
    .ninja-team .kham-pha-phenikaa iframe {
        min-height: 400px
    }
}

.ninja-team .kham-pha-phenikaa img {
    transition: all .6s ease
}

.ninja-team .kham-pha-phenikaa img:hover {
    transform: scale(1.1)
}

.ninja-team .kham-pha-phenikaa .link-instagram,
.ninja-team .kham-pha-phenikaa .link-vrtour {
    display: block;
    position: relative;
    overflow: hidden
}

.ninja-team .kham-pha-phenikaa .link-instagram a {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -50px;
    padding: 10px 0;
    background: #e94b00;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.ninja-team .kham-pha-phenikaa .link-instagram img {
    transition: all .6s ease
}

.ninja-team .kham-pha-phenikaa .link-instagram:hover a {
    bottom: 0
}

.ninja-team .kham-pha-phenikaa .link-instagram:hover img {
    transform: scale(1.1)
}

.ninja-team .btn-hr-filter {
    background: #e94b00;
    border-radius: 15px;
    color: #fff
}

.ninja-team .hr-filter-item .hr-filter-name {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000
}

.ninja-team .hr-filter-item .input-group .form-control {
    border: 1px solid #e94b00;
    border-radius: 15px
}

.ninja-team .hr-filter-item .input-group .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.ninja-team .hr-filter-item .input-group .input-group-append .input-group-text {
    border-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #e94b00;
    border-left: none;
    background: transparent
}

.ninja-team .hr-filter-item .hr-filter-list {
    border-radius: 10px;
    border: 1px solid #eee
}

.ninja-team .hr-filter-item .hr-filter-list .filter-item {
    padding: 10px 15px 10px 25px
}

.ninja-team .hr-filter-item .hr-filter-list .filter-item.all {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #eee
}

.ninja-team .hr-filter-item .hr-filter-list .filter-item .custom-checkbox label {
    margin-left: 10px
}

.ninja-team .hr-filter-item .hr-filter-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    max-height: 225px;
    overflow-y: auto
}

.ninja-team .hr-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 15px
}

.ninja-team .hr-item .hr-name {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px
}

.ninja-team .hr-item .hr-name a {
    color: #e94b00;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase
}

.ninja-team .hr-item .hr-name a i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 0
}

.ninja-team .hr-item .hr-info {
    display: flex
}

.ninja-team .hr-item .hr-info .col-left,
.ninja-team .hr-item .hr-info .col-right {
    display: inline-block
}

.ninja-team .hr-item .hr-info .col-left {
    width: 70%
}

.ninja-team .hr-item .hr-info .col-right {
    width: 30%;
    padding: 0 20px
}

.ninja-team .hr-item .hr-info .infor-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px
}

.ninja-team .hr-item .hr-info .infor-item i {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 17px
}

.ninja-team .hr-item .hr-info .btn-hr-go {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px
}

.ninja-team .hr-item .hr-info .btn-hr-go:hover {
    background: #e94b00;
    color: #fff
}

@media (max-width:767px) {
    .ninja-team .hr-item {
        margin-bottom: 40px !important
    }

    .ninja-team .hr-item .hr-info {
        display: block
    }

    .ninja-team .hr-item .hr-info .col-left {
        display: block;
        width: 100%;
        padding-bottom: 15px
    }

    .ninja-team .hr-item .hr-info .col-right {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: -38px
    }
}

.ninja-team .bg-hr-list {
    background: url(/img/hr-list-bg.png) bottom no-repeat;
    background-size: cover
}

.ninja-team .hr-detail-content {
    padding: 20px 15px;
    background: #f2f0ee;
    color: #000
}

.ninja-team .hr-detail-content .hr-block-item .item-name {
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 5px;
    margin-bottom: 15px
}

.ninja-team .hr-detail-content .hr-block-item .item-name:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #e94b00;
    border-radius: 50%;
    top: 6px;
    left: 0
}

.ninja-team .ReactTable.custom-table {
    background: #fff
}

.ninja-team .ReactTable.custom-table a {
    color: #e94b00
}

.ninja-team .ReactTable.custom-table .rt-thead.-header {
    background: #d0d8e8;
    color: #000;
    box-shadow: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase
}

.ninja-team .ReactTable.custom-table .rt-thead.-header .rt-td,
.ninja-team .ReactTable.custom-table .rt-thead.-header .rt-th {
    padding: 10px 5px
}

.ninja-team .ReactTable.custom-table .rt-tbody {
    font-size: 14px;
    line-height: 16px
}

.ninja-team .ReactTable.custom-table .rt-tbody .rt-tr-group .rt-tr .rt-td {
    padding: 15px 5px;
    color: #2f2424
}

.ninja-team .ReactTable.custom-table .rt-tbody .rt-tr-group .rt-tr.-odd {
    background: #eee
}

.ninja-team .ReactTable.custom-table .rt-tbody .rt-tr-group .rt-tr.-even {
    background: #fff
}

.ninja-team .ReactTable.custom-table .pagination-bottom .-pagination {
    box-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, .05);
    background: #eee
}

.ninja-team .btn.btn-orange {
    background: #e94b00;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 84.69%;
    border-radius: 0;
    padding: 10px 40px
}

.ninja-team .btn.btn-orange:hover {
    opacity: .8
}

.ninja-team .btn.btn-yellow {
    background: #ffa62b;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 84.69%;
    border-radius: 5px;
    padding: 10px 40px
}

.ninja-team .btn.btn-go-to-home {
    background-color: #213671;
    color: #fff;
    padding: 10px 40px;
    font-size: 40px
}

.ninja-team .btn.btn-link-orange {
    border: 1px solid #e94b00;
    border-radius: 15px;
    color: #e94b00;
    padding: 5px 30px
}

.ninja-team .doc-files {
    padding-left: 0;
    list-style: none
}

.ninja-team .doc-files li {
    margin-bottom: 15px
}

.ninja-team .form-group.has-danger input,
.ninja-team .form-group.has-danger textarea {
    border: 1px solid red
}

.ninja-team .form-group.has-danger .form-control-feedback {
    color: red
}

.ninja-team .form-grey input.form-control,
.ninja-team .form-grey textarea.form-control {
    background: #f9f9f9;
    color: #737373
}

.ninja-team .card {
    background: #f2f0ee
}

.ninja-team .card .card-title {
    position: relative;
    font-weight: 500
}

.ninja-team .card .card-subtitle {
    font-weight: 300;
    margin-bottom: 15px
}

.ninja-team .search-listing {
    list-style: none;
    padding: 0;
    margin: 0
}

.ninja-team .search-listing li {
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6
}

.ninja-team .search-listing li h3 {
    margin: 0;
    font-size: 18px
}

.ninja-team .search-listing li h3 a {
    color: #e94b00
}

.ninja-team .form-dang-ky-tuyen-sinh .row-description {
    padding-top: 30px;
    background-color: #213671;
    color: #fff;
    font-family: Montserrat, sans-serif;
    padding-bottom: 300px
}

.ninja-team .form-dang-ky-tuyen-sinh .row-description .dkts-title {
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    line-height: 57px;
    letter-spacing: .2px
}

.ninja-team .form-dang-ky-tuyen-sinh .row-description .dkts-description {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px
}

.ninja-team .form-dang-ky-tuyen-sinh .row-description .bg-right-description {
    background: url(/img/images/world_map.png) 50% no-repeat;
    background-size: contain
}

.ninja-team .form-dang-ky-tuyen-sinh.khoa .row-description .bg-right-description {
    background: url(/img/images/pngwing\ 1.png) 50% no-repeat;
    background-size: contain
}

.ninja-team .form-dang-ky-tuyen-sinh .row-form-dk {
    margin-top: -270px
}

.ninja-team .form-dang-ky-tuyen-sinh .row-form-dk .lef-bg {
    background: url(/img/bg-dang-ky-xet-tuyen.png) 50% no-repeat;
    background-size: cover
}

.ninja-team .form-dang-ky-tuyen-sinh .row-form-dk .right-bg {
    background: #fff;
    color: #252b42
}

.ninja-team .form-dang-ky-tuyen-sinh .row-form-dk .form-dang-ky {
    padding: 20px 15px;
    font-family: Montserrat, sans-serif;
    min-height: 500px
}

.ninja-team .form-dang-ky-tuyen-sinh .row-form-dk .form-dang-ky .label-dang-ky {
    font-weight: 500
}

@media (max-width:767px) {
    .ninja-team .form-dang-ky-tuyen-sinh .row-description {
        padding-bottom: 30px
    }

    .ninja-team .form-dang-ky-tuyen-sinh .row-form-dk {
        margin-top: 0;
        background: url(/img/bg-dang-ky-xet-tuyen-grey.png) 50% no-repeat;
        background-size: cover
    }

    .ninja-team .form-dang-ky-tuyen-sinh .row-form-dk .right-bg {
        background: transparent
    }

    .ninja-team .form-dang-ky-tuyen-sinh .row-form-dk .right-bg .form-description,
    .ninja-team .form-dang-ky-tuyen-sinh .row-form-dk .right-bg .h2-dang-ky,
    .ninja-team .form-dang-ky-tuyen-sinh .row-form-dk .right-bg label {
        color: #fff
    }

    .ninja-team .form-dang-ky-tuyen-sinh .row-form-dk .form-dang-ky {
        padding: 30px 0;
        min-height: auto
    }

    .ninja-team .form-dang-ky-tuyen-sinh .row-form-dk .form-dang-ky .dangky-success {
        color: #fff
    }
}

.ninja-team .gallery-item .post-img {
    height: 250px;
    overflow: hidden
}

.ninja-team .gallery-item .post-img img {
    min-height: 250px;
    width: 100%;
    object-fit: cover;
    transition: all .6s ease
}

.ninja-team .gallery-item .post-img img:hover {
    transform: scale(1.1)
}

.ninja-team .gallery-item .meta {
    margin-top: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #838383
}

.ninja-team .gallery-item .meta span {
    padding-right: 10px
}

.ninja-team .gallery-item .meta span:last-child {
    padding-left: 10px
}

.ninja-team .gallery-item .topic-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 160.69%;
    margin-top: 5px
}

.ninja-team .gallery-item .counter-images {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #838383
}

.ninja-team .gallery-header .meta {
    margin-top: 10px;
    font-size: 13px;
    line-height: 15px;
    color: #838383
}

.ninja-team .gallery-header .meta span {
    padding-right: 10px
}

.ninja-team .gallery-header .meta span:last-child {
    padding-left: 10px
}

.ninja-team .gallery-header .topic-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 160.69%;
    color: #000;
    margin-top: 5px;
    margin-bottom: 0
}

.ninja-team .gallery-header .counter-images {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
    color: #838383
}

.ninja-team .gallery-header .gallery-hr {
    margin-top: 5px;
    height: 13px;
    position: relative;
    background: transparent
}

.ninja-team .gallery-header .gallery-hr:after,
.ninja-team .gallery-header .gallery-hr:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #c4c4c4;
    top: 0;
    left: 0;
    width: 200px
}

.ninja-team .gallery-header .gallery-hr:after {
    width: 250px;
    top: 10px
}

.ninja-team .video-slide-item .video-slider-item-text.bottom-left {
    left: 0;
    padding: 10px 20px 30px;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 1
}

.ninja-team .video-slide-item .video-slider-item-text p {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px
}

@media (max-width:767px) {
    .ninja-team .video-slide-item .video-slider-item-text {
        max-height: 300px
    }

    .ninja-team .video-slide-item .video-slider-item-text .date-content {
        font-size: 13px
    }

    .ninja-team .video-slide-item .video-slider-item-text .caption-content {
        font-size: 16px
    }

    .ninja-team .video-slide-item .video-slider-item-text .text-content {
        font-size: 13px;
        line-height: 15px;
        max-height: 35px;
        overflow: hidden
    }
}

@media (max-width:991px) {
    .ninja-team .video-slide-item img {
        max-height: 400px
    }
}

@media (max-width:767px) {
    .ninja-team .video-slide-item img {
        max-height: 300px
    }

    .ninja-team .video-slide-item .centered i {
        font-size: 30px
    }
}

.ninja-team .carousel .control-dots {
    z-index: 22
}

.ninja-team .video-item .post-img .bottom-left-40 {
    position: absolute;
    width: 40px;
    height: 34px;
    bottom: 8px;
    left: 1px
}

.ninja-team .news-item-content .news-item-content-text a {
    color: #e94b00
}

.ninja-team .news-item-content .news-item-content-text a:hover {
    opacity: .9
}

.ninja-team .widget-grid-3 .news-item {
    height: 100%
}

.ninja-team .widget-grid-3 .news-item .post_img {
    height: 250px;
    overflow: hidden
}

.ninja-team .widget-grid-3 .news-item .post_img .img_wrap {
    margin-bottom: 10px
}

.ninja-team .widget-grid-3 .news-item .post_img .img_wrap img {
    display: inline-block;
    width: 100%;
    min-height: 250px;
    object-fit: cover;
    transition: all .6s ease
}

.ninja-team .widget-grid-3 .news-item .post_img .img_wrap img:hover {
    transform: scale(1.1)
}

.ninja-team .widget-grid-3 .news-item .single_post_text {
    margin-top: 10px
}

.ninja-team .widget-grid-3 .news-item .single_post_text h2,
.ninja-team .widget-grid-3 .news-item .single_post_text h3,
.ninja-team .widget-grid-3 .news-item .single_post_text h4,
.ninja-team .widget-grid-3 .news-item .single_post_text h5 {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding-top: 0;
    margin-bottom: 0;
    text-align: center
}

.ninja-team .widget-grid-3 .news-item.grid-5 .post_img {
    border-radius: 10px
}

.ninja-team .widget-grid-3 .news-item.grid-5 .single_post_text_description {
    margin-top: 10px
}

.ninja-team .widget-grid-3 .news-item.grid-5 .meta5 {
    margin-top: 30px;
    position: relative;
    width: 100%;
    text-align: center
}

.ninja-team .widget-grid-3 .news-item.grid-5 .meta5 a {
    color: #ffa62b;
    font-size: 14px
}

.ninja-team .widget-grid-3 .news-item.grid-5 .meta5 :before {
    position: absolute;
    height: 1px;
    background: rgba(0, 0, 0, .5);
    content: "";
    left: 42%;
    right: 42%;
    top: -13px
}

.ninja-team .widget-grid-3 .news-item.grid-5 .post-link a {
    border-radius: 20px;
    border: 1px solid #ffa62b;
    color: #585858;
    padding: 5px 20px;
    margin-top: 14px;
    display: inline-block
}

.ninja-team .row .can-bo-item {
    background: #f6f6f6;
    border: 1px solid #eee;
    padding: 10px;
    max-width: 900px;
    margin: 0 auto 30px
}

.ninja-team .row .can-bo-item img {
    width: 100%
}

.ninja-team .row .can-bo-item .name {
    color: #223771;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 700;
    display: block
}

.ninja-team .row .can-bo-item ul {
    margin-left: 0;
    padding-left: 0
}

.ninja-team .row .can-bo-item ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px
}

.ninja-team .row .can-bo-item ul li,
.ninja-team .row .can-bo-item ul li a,
.ninja-team .row .can-bo-item ul li a:active,
.ninja-team .row .can-bo-item ul li a:focus {
    line-height: 17px;
    font-size: 14px;
    color: #333
}

.ninja-team .row.row-items .can-bo-item ul li a:hover {
    text-decoration: none;
    color: #223771
}

.ninja-team .row .can-bo-item i {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    position: absolute;
    left: 0;
    top: 3px
}

@media (max-width:991px) {
    .ninja-team .row.row-items {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .ninja-team .row ul.can-bo-info.one-line li {
        display: inline-block;
        margin-right: 10px
    }

    .ninja-team .row ul.can-bo-info.one-line li i {
        margin-right: 4px
    }
}

.ninja-team .hdqt-item img {
    max-width: 200px
}

.ninja-team .hdqt-item .titles a,
.ninja-team .hdqt-item .titles a:hover {
    text-transform: none;
    text-decoration: none
}

.ninja-team .hdqt-item .titles span {
    display: block
}

.ninja-team .hdqt-item .titles span.hoc-ham {
    font-weight: 500;
    color: #333
}

.ninja-team .hdqt-item .titles span.name {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    overflow: visible;
    height: auto
}

.ninja-team .hdqt-item .titles span.chuc-vu {
    color: #f26522;
    font-style: italic
}

@media (max-width:767px) {
    .ninja-team .hdqt-item img {
        max-width: 100%
    }

    .ninja-team .hdqt-item .titles span.hoc-ham {
        font-size: 12px
    }

    .ninja-team .hdqt-item .titles span.name {
        font-size: 15px
    }

    .ninja-team .hdqt-item .titles span.chuc-vu {
        font-size: 12px
    }
}

.ninja-team .news-grid-4 {
    border-bottom: 3px solid #e5e5e5;
    align-items: center
}

.ninja-team .news-grid-4 .col-name {
    position: relative
}

.ninja-team .news-grid-4 .col-name h2 {
    font-size: 19px;
    line-height: 22px;
    height: auto;
    padding-bottom: 0
}

.ninja-team .news-grid-4 .col-name:after {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 100px;
    height: 3px;
    left: 15px;
    background: #e94b00
}

.ninja-team .news-grid-4 .col-link {
    text-align: right
}

.ninja-team .news-grid-4 .col-link a {
    color: #e94b00;
    font-size: 14px
}

.ninja-team .hr-detail-content,
.ninja-team .news-item-content,
.ninja-team .news-item-content-text {
    font-size: 14px;
    color: #2f2424;
    font-family: Roboto, sans-serif
}

.ninja-team .hr-detail-content iframe,
.ninja-team .hr-detail-content img,
.ninja-team .hr-detail-content table,
.ninja-team .news-item-content-text iframe,
.ninja-team .news-item-content-text img,
.ninja-team .news-item-content-text table,
.ninja-team .news-item-content iframe,
.ninja-team .news-item-content img,
.ninja-team .news-item-content table {
    max-width: 100% !important
}

.ninja-team .hr-detail-content ul li,
.ninja-team .news-item-content-text ul li,
.ninja-team .news-item-content ul li {
    font-size: 14px;
    color: #2f2424
}

.ninja-team .hr-detail-content h1,
.ninja-team .news-item-content-text h1,
.ninja-team .news-item-content h1 {
    font-size: 2rem
}

.ninja-team .hr-detail-content h2,
.ninja-team .news-item-content-text h2,
.ninja-team .news-item-content h2 {
    font-size: 1.8
}

.ninja-team .hr-detail-content h3,
.ninja-team .news-item-content-text h3,
.ninja-team .news-item-content h3 {
    font-size: 1.6rem
}

.ninja-team .hr-detail-content h4,
.ninja-team .news-item-content-text h4,
.ninja-team .news-item-content h4 {
    font-size: 1.4rem
}

.ninja-team .hr-detail-content h5,
.ninja-team .news-item-content-text h5,
.ninja-team .news-item-content h5 {
    font-size: 1.2rem
}

.ninja-team .hr-detail-content h6,
.ninja-team .news-item-content-text h6,
.ninja-team .news-item-content h6 {
    font-size: 1rem
}

.ninja-team .hr-detail-content p,
.ninja-team .news-item-content-text p,
.ninja-team .news-item-content p {
    font-size: 14px
}

.ninja-team .co-cau-to-chuc {
    position: relative;
    width: 100%
}

.ninja-team .co-cau-to-chuc .rectangle {
    margin: 0 auto 40px;
    position: relative;
    padding: 20px 5px;
    background-color: #213671;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.ninja-team .co-cau-to-chuc .rectangle .popover {
    transition: all .2s ease-out;
    opacity: 0;
    position: absolute;
    top: 10px;
    color: #fff;
    background-color: #222;
    padding: 5px;
    white-space: nowrap;
    height: 33px;
    border-radius: 0
}

@media (max-width:991px) {
    .ninja-team .co-cau-to-chuc .rectangle .popover {
        display: none
    }
}

.ninja-team .co-cau-to-chuc .rectangle:hover .popover {
    opacity: 1;
    top: -30px
}

.ninja-team .co-cau-to-chuc .level-1 .rectangle {
    width: 30%
}

.ninja-team .co-cau-to-chuc .level-1 .rectangle:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background-color: #213671
}

.ninja-team .co-cau-to-chuc .level-1.last .rectangle {
    margin-bottom: 120px
}

.ninja-team .co-cau-to-chuc .level-1.last .rectangle:before {
    height: 120px
}

.ninja-team .co-cau-to-chuc .header-connect {
    height: 54px;
    border-top: 2px solid #213671
}

.ninja-team .co-cau-to-chuc .header-connect.khoi-doanh-nghiep {
    position: absolute;
    width: 100%;
    height: 1px;
    top: -54px;
    left: 0
}

.ninja-team .co-cau-to-chuc .pb-item .rectangle {
    width: 100%
}

.ninja-team .co-cau-to-chuc .pb-item .rectangle.bg-white {
    border: 2px solid #213671;
    color: #213671
}

.ninja-team .co-cau-to-chuc .pb-item .rectangle.sub-item {
    background: #e94b00
}

.ninja-team .co-cau-to-chuc .pb-item .rectangle.top-connect:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 54px;
    background-color: #213671
}

.ninja-team .co-cau-to-chuc .pb-item .rectangle.bottom-connect:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background-color: #213671
}

.ninja-team .co-cau-to-chuc .pb-item .rectangle.bottom-connect.connect-dash:before {
    background: transparent;
    border-left: 2px dashed #213671
}

.ninja-team .co-cau-to-chuc .pb-item .rectangle.bottom-connect.long-connect:before {
    height: 435px
}

.ninja-team .co-cau-to-chuc .pb-item .rectangle.bottom-connect.connect-2-level:before {
    height: 90px
}

.ninja-team .co-cau-to-chuc .pb-item .rectangle ul {
    padding-left: 10px;
    text-align: left;
    margin-bottom: 0;
    list-style: none;
    width: 100%
}

.ninja-team .co-cau-to-chuc .pb-item .rectangle ul li {
    margin-top: 7px;
    margin-bottom: 8px;
    font-size: 13px;
    text-transform: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.ninja-team .co-cau-to-chuc .absolute-item.dang-cong-doan {
    position: absolute;
    width: 23%;
    top: 0;
    right: 0;
    height: 305px
}

.ninja-team .co-cau-to-chuc .absolute-item.hoi-dong {
    position: absolute;
    width: 23%;
    top: 320px;
    right: 0;
    height: 54px
}

.ninja-team .co-cau-to-chuc .absolute-item.to-tro-ly {
    position: absolute;
    width: 23%;
    top: 320px;
    left: 0;
    height: 54px
}

.ninja-team .co-cau-to-chuc .absolute-item.ban-chien-luoc {
    position: absolute;
    width: 23%;
    top: 155px;
    left: 0;
    height: 54px
}

.ninja-team .co-cau-to-chuc .absolute-item .rectangle.bg-white {
    border: 2px solid #213671;
    color: #213671;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.ninja-team .co-cau-to-chuc .absolute-item .rectangle.left-connect:before {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 100%;
    width: 303px;
    height: 2px;
    border-top: 2px dashed #213671
}

.ninja-team .co-cau-to-chuc .absolute-item .rectangle.right-connect:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 100%;
    width: 303px;
    height: 2px;
    border-top: 2px dashed #213671
}

.ninja-team .co-cau-to-chuc .col-8.col-connect-header {
    flex: 0 0 62.666667%;
    max-width: 62.666667%
}

.ninja-team .co-cau-to-chuc .col-9.offset-2 {
    margin-left: 12.55%
}

@media (min-width:992px) and (max-width:1199px) {
    .ninja-team .co-cau-to-chuc .absolute-item.dang-cong-doan {
        top: 0;
        height: 295px
    }

    .ninja-team .co-cau-to-chuc .absolute-item.ban-chien-luoc,
    .ninja-team .co-cau-to-chuc .absolute-item.hoi-dong {
        top: 310px;
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .absolute-item.to-tro-ly {
        top: 151px;
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .absolute-item .rectangle.left-connect:before,
    .ninja-team .co-cau-to-chuc .absolute-item .rectangle.right-connect:before {
        bottom: 15px;
        width: 122%
    }

    .ninja-team .co-cau-to-chuc .rectangle {
        font-size: 14px;
        line-height: 16px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle ul li {
        font-size: 12px
    }

    .ninja-team .co-cau-to-chuc .absolute-item .rectangle.left-connect:before,
    .ninja-team .co-cau-to-chuc .absolute-item .rectangle.right-connect:before {
        width: 254px
    }
}

@media (max-width:991px) {
    .ninja-team .co-cau-to-chuc .absolute-item.dang-cong-doan {
        top: 0;
        height: 130px
    }

    .ninja-team .co-cau-to-chuc .absolute-item.ban-chien-luoc,
    .ninja-team .co-cau-to-chuc .absolute-item.hoi-dong {
        top: 160px;
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .absolute-item.to-tro-ly {
        top: 55px;
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .absolute-item .rectangle.left-connect:before,
    .ninja-team .co-cau-to-chuc .absolute-item .rectangle.right-connect:before {
        bottom: 5px;
        width: 122%
    }

    .ninja-team .co-cau-to-chuc .rectangle {
        margin: 0 auto 25px;
        padding: 10px 5px;
        font-size: 10px;
        line-height: 13px;
        min-height: 45px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle.bottom-connect:before,
    .ninja-team .co-cau-to-chuc .pb-item .rectangle.top-connect:after {
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle.bottom-connect.connect-2-level:before {
        height: 70px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle.bottom-connect.long-connect:before {
        height: 180px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle ul li {
        font-size: 5px;
        line-height: 7px;
        margin-bottom: 5px
    }

    .ninja-team .co-cau-to-chuc .header-connect {
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .header-connect.khoi-doanh-nghiep {
        top: -25px
    }

    .ninja-team .co-cau-to-chuc .level-1 .rectangle:before {
        height: 26px
    }

    .ninja-team .co-cau-to-chuc .level-1.last .rectangle {
        margin-bottom: 60px
    }

    .ninja-team .co-cau-to-chuc .level-1.last .rectangle:before {
        height: 60px
    }
}

@media (max-width:767px) {
    .ninja-team .co-cau-to-chuc .absolute-item.dang-cong-doan {
        top: 0;
        height: 120px
    }

    .ninja-team .co-cau-to-chuc .absolute-item.ban-chien-luoc,
    .ninja-team .co-cau-to-chuc .absolute-item.hoi-dong {
        top: 125px;
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .absolute-item.to-tro-ly {
        top: 55px;
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .absolute-item .rectangle.left-connect:before,
    .ninja-team .co-cau-to-chuc .absolute-item .rectangle.right-connect:before {
        bottom: 5px;
        width: 125%
    }

    .ninja-team .co-cau-to-chuc .rectangle {
        margin: 0 auto 15px;
        padding: 3px 5px;
        font-size: 6px;
        line-height: 8px;
        min-height: 25px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle.top-connect:after {
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle.bottom-connect:before {
        height: 15px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle.bottom-connect.connect-2-level:before {
        height: 30px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle.bottom-connect.long-connect:before {
        height: 193px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle ul li {
        font-size: 5px;
        line-height: 7px;
        margin-bottom: 5px
    }

    .ninja-team .co-cau-to-chuc .header-connect {
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .header-connect.khoi-doanh-nghiep {
        top: -25px
    }

    .ninja-team .co-cau-to-chuc .level-1 .rectangle:before {
        height: 16px
    }

    .ninja-team .co-cau-to-chuc .level-1.last .rectangle {
        margin-bottom: 60px
    }

    .ninja-team .co-cau-to-chuc .level-1.last .rectangle:before {
        height: 60px
    }
}

@media (max-width:575px) {
    .ninja-team .co-cau-to-chuc .absolute-item.dang-cong-doan {
        top: 0;
        height: 120px
    }

    .ninja-team .co-cau-to-chuc .absolute-item.ban-chien-luoc,
    .ninja-team .co-cau-to-chuc .absolute-item.hoi-dong {
        top: 125px;
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .absolute-item.to-tro-ly {
        top: 55px;
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .absolute-item .rectangle.left-connect:before,
    .ninja-team .co-cau-to-chuc .absolute-item .rectangle.right-connect:before {
        bottom: 5px;
        width: 125%
    }

    .ninja-team .co-cau-to-chuc .rectangle {
        margin: 0 auto 15px;
        padding: 3px 5px;
        font-size: 6px;
        line-height: 8px;
        min-height: 25px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle.top-connect:after {
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle.bottom-connect:before {
        height: 15px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle.bottom-connect.connect-2-level:before {
        height: 30px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle.bottom-connect.long-connect:before {
        height: 193px
    }

    .ninja-team .co-cau-to-chuc .pb-item .rectangle ul li {
        font-size: 5px;
        line-height: 7px;
        margin-bottom: 5px
    }

    .ninja-team .co-cau-to-chuc .header-connect {
        height: 25px
    }

    .ninja-team .co-cau-to-chuc .header-connect.khoi-doanh-nghiep {
        top: -25px
    }

    .ninja-team .co-cau-to-chuc .level-1 .rectangle:before {
        height: 16px
    }

    .ninja-team .co-cau-to-chuc .level-1.last .rectangle {
        margin-bottom: 60px
    }

    .ninja-team .co-cau-to-chuc .level-1.last .rectangle:before {
        height: 60px
    }
}

.ninja-team .event-informations {
    padding-left: 15px
}

.ninja-team .event-informations ul {
    list-style: none;
    padding-left: 0
}

.ninja-team .event-informations ul li {
    margin-bottom: 10px;
    margin-left: 30px;
    padding: 4px 14px;
    background: #969696;
    color: #fff;
    border-radius: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    position: relative
}

.ninja-team .event-informations ul li i {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 19px;
    line-height: 20px;
    top: 7px;
    left: -30px;
    color: #e94b00
}

.ninja-team .gallery-item .post-img {
    position: relative
}

.ninja-team .gallery-item .post-img .post-description {
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all .4s ease-out;
    color: #fff;
    padding: 15px;
    height: 100%
}

.ninja-team .gallery-item .post-img .post-description span {
    font-weight: 500;
    display: block;
    margin-bottom: 10px
}

.ninja-team .gallery-item .post-img:hover .post-description {
    top: auto;
    bottom: 0
}

.ninja-team .gallery-item .post-img:hover img {
    transform: scale(1.1)
}

.ninja-team .desktop-image {
    background-color: #223771;
    width: 100%;
    padding-top: 100%;
    position: relative
}

.ninja-team .desktop-image .outer-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.ninja-team .desktop-image .outer-image img {
    object-fit: cover;
    min-height: 300px;
    width: 100%;
    transition: all .4s ease-out
}

.ninja-team .desktop-image .outer-image img:hover {
    transform: scale(1.2)
}

@media (max-width:767px) {
    .ninja-team .desktop-image .outer-image img {
        min-height: 250px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .ninja-team .desktop-image .outer-image img {
        min-height: 200px
    }
}

@media (max-width:575px) {
    .ninja-team .desktop-image .outer-image img {
        min-height: 150px
    }
}

.ninja-team .footer-video {
    height: 100%;
    padding-top: .5rem !important
}

.ninja-team .footer-video>div {
    height: 100% !important
}

@media (max-width:767px) {
    .ninja-team .footer-video {
        min-height: 350px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .ninja-team .footer-video {
        min-height: 300px
    }
}

@media (max-width:575px) {
    .ninja-team .footer-video {
        min-height: 250px
    }
}

.ninja-team .footer-connect-us-title {
    font-size: 22px;
    font-weight: 700;
    line-height: .96;
    color: #223771;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .ninja-team .footer-connect-us-title {
        text-align: center
    }
}

.ninja-team .footer-connect-us-info {
    list-style: none;
    margin: 0;
    padding: 0
}

.ninja-team .footer-connect-us-info li {
    color: #223771
}

.ninja-team .footer-connect-us-info li span {
    display: flex;
    /* display: block; */
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.ninja-team .footer-connect-us-info li span i {
    font-size: 14px
}

.ninja-team .footer-connect-us-info li p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0;
    word-break: break-word
}

.ninja-team .footer-connect-us-info li p a {
    color: #223771
}

@media (max-width:767px) {
    .ninja-team .footer-connect-us-info {
        text-align: center
    }
}

@media (min-width:992px) {
    .ninja-team .footer-connect-us-info li {
        padding-right: 40px
    }
}

@media (min-width:768px) {
    .ninja-team .footer-connect-us-info {
        display: flex;
        flex-wrap: wrap
    }

    .ninja-team .footer-connect-us-info li {
        width: 33.333333%;
        padding-right: 25px
    }
}

.ninja-team .row.small-padding,
.ninja-team .row.small-padding .row {
    margin-left: -5px;
    margin-right: -5px
}

.ninja-team .row.small-padding .col-3,
.ninja-team .row.small-padding .col-4,
.ninja-team .row.small-padding .col-md-6 {
    padding-left: 5px;
    padding-right: 5px
}

.ninja-team .page-404 h1 {
    font-size: 30px
}

@media (max-width:767px) {
    .ninja-team .page-404 h1 {
        font-size: 25px
    }
}

.ninja-team .page-404 .btn.btn-go-to-home {
    background-color: #213671;
    color: #fff;
    padding: 10px 40px;
    font-size: 40px
}

@media (max-width:767px) {
    .ninja-team .page-404 .btn.btn-go-to-home {
        font-size: 30px
    }
}

.ninja-team .nav.nav-pills .nav-item {
    padding: 0
}

.ninja-team .nav.nav-pills .nav-item .nav-link {
    background: #585858;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #fff !important;
    border-radius: 0
}

.ninja-team .nav.nav-pills .nav-item .nav-link.active {
    background: #e94b00;
    color: #fff !important
}

.ninja-team .hr-menu .body-content {
    padding: 200px 0;
    color: #252b42
}

.ninja-team .hr-menu .body-content h1 {
    font-family: UTM AvoBold;
    font-style: normal;
    line-height: 112%;
    letter-spacing: .2px;
    max-width: 700px;
    font-size: 50px
}

.ninja-team .hr-menu .body-content h3 {
    font-family: UTM Avo;
    font-style: normal;
    line-height: 112%;
    letter-spacing: .2px;
    max-width: 700px;
    font-size: 20px;
    margin-top: 20px
}

.ninja-team .hr-menu .body-content a {
    background: #e94b00;
    border-radius: 20px;
    color: #fff;
    margin-top: 15px;
    padding: 7px 30px;
    display: inline-block;
    font-weight: 500
}

.ninja-team .hr-menu .links {
    background-color: rgba(0, 0, 0, .2);
    padding: 15px 18px
}

.ninja-team .hr-menu .links a {
    transition: all .2s ease-out;
    background: #fff;
    border-radius: 20px;
    color: #000;
    padding: 7px 30px;
    display: block;
    text-align: center
}

.ninja-team .hr-menu .links a:hover {
    background: #e94b00;
    color: #fff
}

.ninja-team .moitruong-list {
    width: 50%
}

.ninja-team .moitruong-list ul {
    list-style: none;
    padding-left: 0
}

.ninja-team .moitruong-list ul li {
    margin-bottom: 20px
}

.ninja-team .moitruong-list ul li:last-child {
    margin-bottom: 0
}

.ninja-team .moitruong-list ul li .moitruong-title {
    position: relative;
    padding-left: 35px;
    color: #000;
    font-family: UTM AvoBold;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px
}

.ninja-team .moitruong-list ul li .moitruong-title .icon {
    position: absolute;
    width: 20px;
    height: auto;
    top: 0;
    left: 0
}

.ninja-team .moitruong-list ul li .moitruong-title .icon img {
    width: 20px;
    height: auto
}

.ninja-team .moitruong-list ul li .moitruong-title h2 {
    font-size: 20px;
    line-height: 20px
}

.ninja-team .moitruong-list ul li .moitruong-content {
    font-family: UTM Avo;
    font-size: 14px;
    line-height: 20px;
    color: #2f2424;
    margin-bottom: 15px
}

.ninja-team .moitruong-list ul li .moitruong-link a {
    color: #2f2424;
    text-decoration: underline;
    font-style: italic;
    font-size: 15px
}

.ninja-team .moitruong-list ul li .moitruong-link a i {
    margin-left: 15px
}

.ninja-team .moitruong-list ul li .moitruong-link a:hover {
    color: #e94b00
}

@media (max-width:991px) {
    .ninja-team .moitruong-list {
        width: 100%
    }
}

.ninja-team .moitruong-anh {
    width: 50%
}

.ninja-team .moitruong-anh img {
    max-width: 100%;
    height: auto
}

@media (max-width:991px) {
    .ninja-team .moitruong-anh {
        width: 100%
    }
}

.ninja-team .about-anh {
    width: 40%
}

.ninja-team .about-anh img {
    max-width: 100%;
    height: auto
}

@media (max-width:991px) {
    .ninja-team .about-anh {
        width: 100%
    }
}

.ninja-team .about-content {
    width: 60%;
    padding: 30px 0
}

@media (max-width:991px) {
    .ninja-team .about-content {
        width: 100%
    }
}

.ninja-team .hr-slide-chon-phenikaa-item {
    padding-top: 50px
}

.ninja-team .hr-slide-chon-phenikaa-item .item-content {
    position: relative;
    background: #eef6ff;
    border-radius: 24px;
    padding: 60px 20px 40px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center
}

.ninja-team .hr-slide-chon-phenikaa-item .item-content .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: -40px
}

.ninja-team .hr-slide-chon-phenikaa-item .item-content .icon:before {
    content: "";
    display: block;
    margin-left: -40px;
    width: 100%;
    height: 100%;
    background: url(/img/handshake.png) 50% no-repeat;
    background-size: cover
}

.ninja-team .hr-slide-chon-phenikaa-item .item-content .post-title {
    font-family: UTM AvoBold;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #000;
    margin-bottom: 20px
}

.ninja-team .hr-slide-chon-phenikaa-item .item-content .post-description {
    font-family: UTM Avo;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #585858;
    position: relative;
    padding: 30px;
    display: inline-block;
    max-width: 70%
}

.ninja-team .hr-slide-chon-phenikaa-item .item-content .post-description:after,
.ninja-team .hr-slide-chon-phenikaa-item .item-content .post-description:before {
    font-family: Rochester, cursive;
    font-weight: 400;
    font-size: 144px;
    line-height: 100px;
    color: rgba(0, 0, 0, .1);
    content: "“";
    width: 42px;
    height: 40px;
    position: absolute
}

.ninja-team .hr-slide-chon-phenikaa-item .item-content .post-description:before {
    left: -50px;
    top: 0
}

.ninja-team .hr-slide-chon-phenikaa-item .item-content .post-description:after {
    content: "”";
    right: -30px;
    bottom: 10px
}

.ninja-team .register-form .form-dang-ky {
    min-height: 400px
}

.ninja-team .register-form .form-dang-ky .h2-dang-ky {
    font-family: UTM AvoBold;
    font-style: normal;
    font-size: 36px;
    line-height: 57px;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #252b42
}

.ninja-team .register-form .form-dang-ky .form-group .label-dang-ky {
    font-weight: 500
}

.ninja-team .register-form .form-dang-ky .form-group .custom-file-input,
.ninja-team .register-form .form-dang-ky .form-group .form-control {
    background: #f9f9f9
}

.ninja-team .register-form .btn.btn-add-more {
    background: #f26522;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-radius: 5px;
    color: #fff
}

.ninja-team .register-form .lef-bg {
    background: url(/img/hr-form-bg.png) 50% no-repeat;
    background-size: cover
}

@media (max-width:767px) {
    .ninja-team .register-form .right-bg {
        background: url(/img/bg-dang-ky-xet-tuyen-grey.png) 50% no-repeat;
        background-size: cover
    }

    .ninja-team .register-form .form-description,
    .ninja-team .register-form .h2-dang-ky,
    .ninja-team .register-form label {
        color: #fff !important
    }
}

.ninja-team ::-webkit-scrollbar {
    width: 8px
}

.ninja-team ::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 4px
}

.ninja-team ::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 4px
}

.ninja-team ::-webkit-scrollbar-thumb:hover {
    background: #999
}

.ReactModalPortal .ReactModal__Overlay {
    background: transparent !important;
    z-index: 99
}

.ReactModalPortal .ReactModal__Content {
    box-shadow: 0 7px 14px -4px rgba(0, 0, 0, .75)
}

.ReactModalPortal .modal-body {
    max-height: 600px;
    overflow: auto
}

.ReactModalPortal .modal-content {
    border: none;
    border-radius: 0
}

.ReactModalPortal .modal-content .modal-header {
    background: #eaeaea;
    border-radius: 0;
    text-align: center;
    padding: 10px
}

.ReactModalPortal .modal-content .modal-header h4 {
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #213671;
    text-transform: uppercase
}

.ReactModalPortal .modal-content .user-popup-item {
    height: 100%;
    text-align: center
}

.ReactModalPortal .modal-content .user-popup-item .user-avatar {
    width: 110px;
    height: 110px;
    padding: 7px;
    border-radius: 55px;
    border: 1px dashed #f26522;
    margin: 15px auto
}

.ReactModalPortal .modal-content .user-popup-item .user-avatar .inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 45px;
    border: 2px solid #f26522
}

.ReactModalPortal .modal-content .user-popup-item .user-avatar img {
    width: 100%;
    height: auto;
    margin-top: -10px
}

.ReactModalPortal .modal-content .user-popup-item .ho-ten,
.ReactModalPortal .modal-content .user-popup-item .hoc-ham {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
}

.ReactModalPortal .modal-content .user-popup-item .ho-ten a,
.ReactModalPortal .modal-content .user-popup-item .hoc-ham a {
    color: #2f2424
}

.ReactModalPortal .modal-content .user-popup-item .chuc-vu,
.ReactModalPortal .modal-content .user-popup-item .chuc-vu a {
    color: #f26522;
    font-style: italic
}

@media (max-width:767px) {
    .ReactModalPortal .modal-content .user-popup-item .user-avatar {
        width: 90px;
        height: 90px;
        padding: 7px;
        border-radius: 45px;
        border: 1px dashed #f26522;
        margin: 15px auto
    }

    .ReactModalPortal .modal-content .user-popup-item .user-avatar .inner {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 45px;
        border: 2px solid #f26522
    }

    .ReactModalPortal .modal-content .user-popup-item .user-avatar img {
        width: 100%;
        height: auto;
        margin-top: -10px
    }

    .ReactModalPortal .modal-content .user-popup-item .chuc-vu,
    .ReactModalPortal .modal-content .user-popup-item .ho-ten,
    .ReactModalPortal .modal-content .user-popup-item .hoc-ham {
        font-size: 10px;
        line-height: 13px;
        margin-bottom: 5px
    }
}

.hunghx .zalo-button-hunghx {
    display: block
}

.hunghx form label {
    font-weight: 400
}

.hunghx .form-group {
    margin-bottom: 5px
}

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

.hunghx input[type=date],
.hunghx input[type=text] {
    border: 1px solid #e1e1e1;
    border-radius: 0
}

.hunghx .select-dang-ky,
.hunghx input[type=date],
.hunghx input[type=text] {
    left: 0;
    right: 0;
    top: 35.14%;
    bottom: 0;
    background: #f2f0ee;
    box-sizing: border-box
}

.hunghx .select-dang-ky {
    height: 36px;
    border: 1px solid #e1e1e1;
    font-family: Montserrat;
    font-size: 14px;
    border-radius: 4px !important
}

.hunghx textarea {
    left: 0;
    right: 0;
    top: 35.14%;
    bottom: 0;
    background-color: #f2f0ee !important;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 0 !important
}

.hunghx button {
    height: 48px;
    width: 180px;
    border: 1px solid #e1e1e1;
    background: #e94b00
}

.hunghx .dangky,
.hunghx button {
    left: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff
}

.hunghx .dangky {
    width: 100% !important;
    height: 40px;
    font-family: Montserrat;
    font-weight: 500;
    background: #ffa62b;
    border-radius: 4px !important
}

.hunghx .label-dang-ky {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .20000000298023224px;
    text-align: left
}

.hunghx .h2-dang-ky {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 57px;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #252b42
}

.hunghx .input-dang-ky {
    font-family: Montserrat;
    font-size: 14px;
    border-radius: 4px !important
}

.hunghx .dangky-success {
    color: #000 !important;
    font-size: 18px
}

.hunghx .btn-orange-dangky {
    padding: 0 !important
}

.hunghx .dangky-note {
    color: #000 !important;
    font-size: 14px
}

.hunghx .card-body2 {
    margin-left: 15px
}

.hunghx .card-body2,
.hunghx .card-body3 {
    flex: 1 1 auto;
    min-height: 1px;
    padding-top: 20px
}

.hunghx .has-danger input,
.hunghx .has-danger select,
.hunghx .has-danger textarea {
    border: 1px solid #eb410d
}

.hunghx .form-control-feedback {
    color: #eb410d;
    display: contents !important
}

.hunghx .ReactTable.-striped .rt-tr.-odd {
    background: #d0d8e8 !important
}

.hunghx .ReactTable.-striped .rt-tr.-even {
    background: #e9edf4 !important
}

.hunghx .react-tabs__tab--selected {
    background: #0052b4;
    border: 1px solid #f2f0ee;
    box-sizing: border-box;
    border-radius: 0 0 0 0 !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff !important
}

.hunghx .ReactTable .rt-tbody .rt-td {
    line-height: 16px;
    color: #2f2424;
    border: 1px solid #fff;
    vertical-align: middle;
    line-height: 24px
}

.hunghx .react-tabs__tab,
.hunghx .ReactTable .rt-tbody .rt-td {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    height: 40px;
    text-align: center
}

.hunghx .react-tabs__tab {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: static;
    width: 140px;
    left: 140px;
    top: 0;
    border: 1px solid #d6d1d1;
    box-sizing: border-box;
    border-radius: 0 0 0 0 !important;
    line-height: 16px;
    color: #585858
}

.hunghx .tab-group .react-tabs__tab--selected {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #0052b4 !important;
    background: #fff !important;
    border-bottom: 3px solid #0052b4 !important;
    padding-bottom: 8px
}

.hunghx .row-group {
    border: 1px solid #e9edf4;
    margin-bottom: 15px
}

.hunghx .row-group,
.hunghx .row-group2 {
    height: 43px;
    box-sizing: border-box;
    width: -webkit-fill-available
}

.hunghx .row-group .element-group-label {
    padding-top: 10px;
    display: inline-flex
}

.hunghx .row-group2 .element-group-label,
.hunghx .row-group .element-group-label {
    line-height: 1.5;
    vertical-align: middle;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 24px;
    margin-right: 24px;
    color: #838383
}

.hunghx .row-group2 .element-group-label {
    display: unset
}

.hunghx .row-group .element-group-list {
    line-height: 1.5;
    display: unset;
    vertical-align: middle;
    float: right
}

.hunghx .row {
    display: contents !important
}

.hunghx .row-group2 .element-group-list {
    line-height: 1.5;
    display: unset;
    vertical-align: middle;
    float: right
}

.hunghx .tab-group .react-tabs__tab {
    border: 0;
    text-align: center
}

.hunghx .tab-group {
    margin-bottom: 0;
    float: right
}

.hunghx .quang-cao {
    background-size: 100%;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-top-left-radius: 4px;
    max-height: 700px
}

.hunghx .quang-cao-div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top-left-radius: 4px
}

.hunghx .next {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 3px;
    background: #ededed;
    height: 35px;
    width: 35px;
    left: 0;
    top: 0;
    border-radius: 4px;
    color: #b5b5b5
}

.hunghx .next-2xbutton2 {
    float: left !important
}

.hunghx .next-selected {
    color: #0052b4;
    border: 1px solid #0052b4;
    background: #fff
}

.hunghx .ReactTable .rt-thead .rt-td.-cursor-pointer,
.hunghx .ReactTable .rt-thead .rt-th.-cursor-pointer {
    background: #4f81bd;
    border: 1px solid #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px
}

@media screen and (max-width:800px) {
    .hunghx .quang-cao {
        display: none
    }

    .hunghx .h2-dang-ky {
        color: #fff;
        text-align: center
    }

    .hunghx .label-dang-ky {
        display: none
    }

    .hunghx .dangky-note {
        color: #fff !important
    }

    .hunghx .dangky-success {
        color: #fff !important;
        font-size: 18px !important
    }

    .hunghx .tab-group .react-tabs__tab {
        border: 0;
        width: 25%
    }

    .hunghx .react-tabs__tab {
        width: 120px
    }

    .hunghx .row-group .element-group-list {
        line-height: 1.5;
        display: contents
    }

    .hunghx .row-group .element-group-label {
        padding-top: 0
    }

    .hunghx .element-group-label {
        display: none !important
    }

    .hunghx .next+.next {
        margin-right: 15px
    }

    .hunghx .row-group {
        display: inline-flex
    }
}

.ninja-team .list-galleries {
    list-style: none;
    padding-top: 50px;
    margin-right: 30px;
    margin-left: 15px;
    padding-left: 15px
}

.center {
    text-align: center;
    padding: 20px
}

[class*=" number-slide"],
[class^=number-slide] {
    background: grey;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    height: 200px
}

.number-slide1 {
    background: #40afff;
    background: linear-gradient(128deg, #40afff, #3f61ff)
}

.number-slide2 {
    background: #ff4b40;
    background: linear-gradient(128deg, #ff9a3f, #ff4b40)
}

.number-slide3 {
    background: #b6ff40;
    background: linear-gradient(128deg, #b6ff40, #3fff47);
    background: linear-gradient(128deg, #bdff53, #2bfa52)
}

.number-slide4 {
    background: #40fff2;
    background: linear-gradient(128deg, #40fff2, #3fbcff)
}

.number-slide5 {
    background: #ff409c;
    background: linear-gradient(128deg, #ff409c, #ff3f3f)
}

.number-slide6 {
    background: #404cff;
    background: linear-gradient(128deg, #404cff, #ae3fff)
}

.navigation-wrapper {
    position: relative
}

.dots {
    display: flex;
    padding: 10px 0;
    justify-content: center
}

.dot {
    border: none;
    width: 10px;
    height: 10px;
    background: #c5c5c5;
    border-radius: 50%;
    margin: 0 5px;
    padding: 5px;
    cursor: pointer
}

.dot:focus {
    outline: none
}

.dot.active {
    background: #ff4500
}

.arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    fill: #fff;
    cursor: pointer
}

.arrow--left {
    left: 5px
}

.arrow--right {
    left: auto;
    right: 5px
}

.arrow--disabled {
    fill: hsla(0, 0%, 100%, .5)
}

.grid-container {
    display: grid;
    align-content: space-evenly;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    padding: 10px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

.grid-container>div {
    text-align: center
}

.slider-bottom-left {
    position: absolute;
    bottom: 0;
    width: 100%
}

.slider-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0
}

.bottom-left-40 {
    position: relative;
    bottom: 40px;
    left: 8px;
    padding-left: 20px;
    width: 100%
}

.bottom-left-detail {
    position: absolute;
    bottom: 60px;
    left: 8px;
    padding-left: 10px
}

.caption-content {
    color: #fff;
    font-size: large
}

.date-content,
.item-white {
    color: #fff
}

.text-content {
    color: #fff;
    font-size: medium
}

.centered {
    top: 50%;
    left: 50%
}

.centered,
.centered-circle {
    position: absolute;
    transform: translate(-50%, -50%)
}

.centered-circle {
    top: 52%;
    left: 56%
}

.play-control {
    color: #fff;
    font-size: 8em
}

.play-control-detail {
    color: #fff;
    font-size: 2em
}

.circle {
    border: 2px solid #fff;
    height: 8em;
    width: 8em;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.text-left {
    text-align: left
}

.padding10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.padding-footer {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center
}

.padding20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.padding-left-15,
.pading-15 {
    padding-left: 15px
}

.pading-15 {
    padding-right: 15px
}

.gallery-image {
    padding-bottom: 20px
}

.gallery-date {
    color: grey;
    padding-top: 10px
}

.text-gray {
    color: grey
}

.text-break {
    word-break: break-word
}

.main-text-500 {
    font-weight: 500
}

.main-text-500,
.main-text-700 {
    word-break: break-word;
    color: #000;
    font-size: large
}

.main-text-700 {
    font-weight: 700
}

.gallery-hr {
    width: 25%
}

.gallery-hr,
.gallery-hr2 {
    text-align: left;
    height: 2px;
    margin: 0;
    color: #d3d3d3;
    background-color: #d3d3d3
}

.gallery-hr2 {
    width: 30%
}

.video-hr {
    width: 25%;
    text-align: left;
    height: 2px;
    margin: 0;
    color: #ff4500;
    background-color: #ff4500
}

.video-hr2 {
    width: 100%;
    text-align: left;
    height: 1px;
    color: #000;
    background-color: #000
}

.video-hr3 {
    width: 10%;
    text-align: left;
    height: 2px;
    margin: 0;
    color: #ff4500;
    background-color: #ff4500
}

.gallery-description {
    padding-top: 15px;
    padding-bottom: 15px
}

.img-gallery-slider {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.box-gallery {
    width: 345px;
    height: 230px
}

.box-slider-image {
    width: 1170px;
    height: 680px;
    border: 5px solid #000
}

.box-gallery.large {
    height: 252px
}

.box-gallery.small {
    height: 100px
}

.box-gallery-name {
    max-width: 345px
}

.video-item .post-img {
    height: 170px;
    overflow: hidden;
    position: relative
}

.video-item .post-img img {
    min-height: 170px;
    width: 100%;
    object-fit: cover;
    transition: all .6s ease
}

.video-item .post-img img:hover {
    transform: scale(1.1)
}

.video-item .play-control2 {
    color: #fff;
    font-size: 2em
}

.video-item .meta {
    margin-top: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #838383
}

.video-item .meta span {
    padding-right: 10px
}

.video-item .meta span:last-child {
    padding-left: 10px
}

.video-item .video-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 160.69%;
    margin-top: 5px
}

.video-item-slider {
    padding-right: 15px
}

.video-item-slider .post-img {
    height: 170px;
    overflow: hidden;
    position: relative
}

.video-item-slider .post-img img {
    min-height: 170px;
    width: 100%;
    object-fit: cover;
    transition: all .6s ease
}

.video-item-slider .post-img img:hover {
    transform: scale(1.1)
}

.video-item-slider .play-control2 {
    color: #fff;
    font-size: 2em
}

.video-item-slider .meta {
    margin-top: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #838383
}

.video-item-slider .meta span {
    padding-right: 10px
}

.video-item-slider .meta span:last-child {
    padding-left: 10px
}

.video-item-slider .video-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 160.69%;
    margin-top: 5px
}

.video-slide-item {
    position: relative;
    text-align: center;
    color: #fff
}

.video-slide-item .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 50px;
    width: 100%
}

.video-slide-item .top-left {
    position: absolute;
    top: 8px;
    left: 16px
}

.video-slide-item .top-right {
    position: absolute;
    top: 8px;
    right: 16px
}

.video-slide-item .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px
}

.video-slide-item .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.style-scss {
    /*! update 1.1 */
}

.style-scss a,
.style-scss abbr,
.style-scss acronym,
.style-scss address,
.style-scss applet,
.style-scss b,
.style-scss big,
.style-scss blockquote,
.style-scss body,
.style-scss caption,
.style-scss center,
.style-scss cite,
.style-scss code,
.style-scss dd,
.style-scss del,
.style-scss dfn,
.style-scss div,
.style-scss dl,
.style-scss dt,
.style-scss em,
.style-scss fieldset,
.style-scss font,
.style-scss form,
.style-scss h1,
.style-scss h2,
.style-scss h3,
.style-scss h4,
.style-scss h5,
.style-scss h6,
.style-scss html,
.style-scss i,
.style-scss iframe,
.style-scss ins,
.style-scss kbd,
.style-scss label,
.style-scss legend,
.style-scss li,
.style-scss object,
.style-scss ol,
.style-scss p,
.style-scss pre,
.style-scss q,
.style-scss s,
.style-scss samp,
.style-scss small,
.style-scss span,
.style-scss strike,
.style-scss strong,
.style-scss table,
.style-scss tbody,
.style-scss td,
.style-scss tfoot,
.style-scss th,
.style-scss thead,
.style-scss tr,
.style-scss tt,
.style-scss u,
.style-scss ul,
.style-scss var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent
}

.style-scss img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent
}

.style-scss body {
    line-height: 1
}

.style-scss ol,
.style-scss ul {
    list-style: none
}

.style-scss blockquote,
.style-scss q {
    quotes: none
}

.style-scss blockquote:after,
.style-scss blockquote:before,
.style-scss q:after,
.style-scss q:before {
    content: "";
    content: none
}

.style-scss :focus {
    outline: 0
}

.style-scss a:focus {
    outline: 0
}

.style-scss a:focus,
.style-scss ins {
    text-decoration: none
}

.style-scss del {
    text-decoration: line-through
}

.style-scss table {
    border-collapse: collapse;
    border-spacing: 0
}

.style-scss a {
    transition: all .5s ease
}

.style-scss a,
.style-scss a:hover {
    text-decoration: none
}

.style-scss ::-webkit-input-placeholder {
    opacity: 1
}

.style-scss :-moz-placeholder,
.style-scss ::-moz-placeholder {
    opacity: 1
}

.style-scss :-ms-input-placeholder {
    opacity: 1
}

.style-scss img {
    max-width: 100%
}

.style-scss body {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    font-weight: 300;
    color: #333
}

.style-scss .font-primary,
.style-scss body,
.style-scss p.lead {
    font-family: Open Sans, sans-serif
}

.style-scss .font-secondary {
    font-family: Quicksand, sans-serif
}

.style-scss blockquote,
.style-scss ol,
.style-scss p,
.style-scss table,
.style-scss ul {
    margin-bottom: 18px
}

.style-scss .h1,
.style-scss .h2,
.style-scss .h3,
.style-scss .h4,
.style-scss .h5,
.style-scss .h6,
.style-scss h1,
.style-scss h2,
.style-scss h3,
.style-scss h4,
.style-scss h5,
.style-scss h6 {
    font-family: Quicksand, sans-serif;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 28px;
    color: #666
}

.style-scss .h1:last-child,
.style-scss .h2:last-child,
.style-scss .h3:last-child,
.style-scss .h4:last-child,
.style-scss .h5:last-child,
.style-scss .h6:last-child,
.style-scss blockquote:last-child,
.style-scss h1:last-child,
.style-scss h2:last-child,
.style-scss h3:last-child,
.style-scss h4:last-child,
.style-scss h5:last-child,
.style-scss h6:last-child,
.style-scss ol:last-child,
.style-scss p:last-child,
.style-scss table:last-child,
.style-scss ul:last-child {
    margin-bottom: 0
}

.style-scss .h1,
.style-scss h1 {
    font-size: 3.125em;
    line-height: 1.35
}

.style-scss .h2,
.style-scss h2 {
    font-size: 2.5em
}

.style-scss .h3,
.style-scss h3 {
    font-size: 1.375em
}

.style-scss .h4,
.style-scss h4 {
    font-size: 1.125em
}

.style-scss .h5,
.style-scss h5 {
    font-size: 1.875em
}

.style-scss .h6,
.style-scss h6 {
    font-size: 1.265em
}

.style-scss p.lead {
    font-size: 1.375em;
    line-height: 1.7
}

.style-scss blockquote {
    font-size: .9375em;
    line-height: 1.5
}

@media only screen and (max-width:767px) {
    .style-scss body {
        font-size: 14px
    }

    .style-scss .h1,
    .style-scss h1 {
        font-size: 2em
    }

    .style-scss .h2,
    .style-scss h2 {
        font-size: 1.7em
    }

    .style-scss p {
        font-weight: 400
    }
}

.style-scss .no-padding {
    padding: 0
}

.style-scss .no-margin {
    margin: 0
}

.style-scss .gutter-10 {
    padding-left: 10px;
    padding-right: 10px
}

.style-scss .fix-gutter-10 {
    margin-left: -10px;
    margin-right: -10px
}

.style-scss .pb-10 {
    padding-bottom: 10px
}

.style-scss .pt-10 {
    padding-top: 10px
}

.style-scss .pb-20 {
    padding-bottom: 20px
}

.style-scss .pt-20 {
    padding-top: 20px
}

.style-scss .pb-30 {
    padding-bottom: 30px
}

.style-scss .pt-30 {
    padding-top: 30px
}

.style-scss .pb-40 {
    padding-bottom: 40px
}

.style-scss .pt-40 {
    padding-top: 40px
}

.style-scss .pb-50 {
    padding-bottom: 50px
}

.style-scss .pt-50 {
    padding-top: 50px
}

.style-scss .pb-60 {
    padding-bottom: 60px
}

.style-scss .pt-60 {
    padding-top: 60px
}

.style-scss .pb-80 {
    padding-bottom: 80px
}

.style-scss .pt-70 {
    padding-top: 70px
}

.style-scss .pb-70 {
    padding-bottom: 70px
}

.style-scss .pt-80 {
    padding-bottom: 80px
}

.style-scss .pb-90 {
    padding-bottom: 90px
}

.style-scss .pt-90 {
    padding-top: 90px
}

.style-scss .pb-100 {
    padding-bottom: 100px
}

.style-scss .pt-100 {
    padding-top: 100px
}

.style-scss .pb-120 {
    padding-bottom: 120px
}

.style-scss .pt-120 {
    padding-top: 120px
}

.style-scss .ptb-120 {
    padding: 120px 0
}

.style-scss .form-group {
    margin-bottom: 10px
}

.style-scss .form-control {
    height: 50px;
    padding: 13px 15px;
    color: #666;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: none;
    transition: all .5s ease
}

.style-scss .form-control.error {
    border: 1px solid red
}

.style-scss .txtarea.form-control {
    height: 85px
}

.style-scss .form-control:focus {
    border-color: #cecece;
    box-shadow: none
}

.style-scss label.error {
    display: none !important
}

.style-scss .relative,
.style-scss .section {
    position: relative
}

.style-scss .white-bg {
    background: #fff
}

.style-scss .white-text {
    color: #fff
}

.style-scss .button {
    font-size: 1em;
    font-weight: 700;
    line-height: 3.125;
    border: none;
    border-radius: 25px;
    padding: 0 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #e0486e;
    transition: all .5s ease
}

.style-scss .button-border {
    line-height: 3;
    border: 1px solid #fff;
    box-sizing: border-box
}

.style-scss .theme-pro .button-border {
    border: 1px solid #333
}

.style-scss .theme-pro .button.button-border {
    color: #333
}

.style-scss .button-uppercase {
    text-transform: uppercase
}

.style-scss .button-transparent {
    background: transparent
}

.style-scss .button:focus,
.style-scss .button:hover {
    color: #fff;
    background: #000
}

.style-scss .button-border:focus,
.style-scss .button-border:hover {
    border-color: #000
}

.style-scss .buttons {
    margin: 0 -10px
}

.style-scss .buttons li {
    display: inline-block;
    margin: 0 10px 20px
}

.style-scss .download-buttons {
    padding-top: 15px;
    padding-bottom: 20px;
    margin: 0 -5px
}

.style-scss .download-buttons li {
    display: inline-block;
    margin: 0 5px 10px
}

.style-scss .download-buttons img {
    max-height: 50px;
    width: auto !important
}

.style-scss .heading span {
    color: #e0486e
}

.style-scss .heading-light {
    color: #fff
}

.style-scss .theme-pro .heading-light {
    color: #333
}

.style-scss .theme-pro .has-bg-image .heading-light {
    color: #fff
}

.style-scss .section-head {
    padding: 109px 0 47px
}

.style-scss .side-heading {
    margin-bottom: 50px
}

.style-scss .side-heading a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.style-scss .side-heading a:hover {
    border-color: transparent
}

.style-scss .bg-gradiant.mfp-bg,
.style-scss .gradiant-background {
    background-color: #35096b;
    background-image: linear-gradient(293deg, #ed355b, #1f65db)
}

.style-scss .bg-new {
    background: #eeaeca;
    background: radial-gradient(circle, #eeaeca 0, #213671 0);
    background-size: 100% 68%;
    background-repeat: no-repeat
}

.style-scss .theme-pro .has-bg-image>.gradiant-background,
.style-scss .theme-pro .has-bg-video>.gradiant-background,
.style-scss .theme-pro .section.gradiant-background {
    background: #ecf4fd
}

.style-scss .gradiant-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .45
}

.style-scss .gradiant-light {
    opacity: .25
}

.style-scss .header-section .gradiant-overlay {
    opacity: .65
}

.style-scss .grey-background {
    background: #fbfbfb
}

.style-scss .box {
    padding: 30px 0 24px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 15px 0 rgba(2, 3, 3, .1)
}

.style-scss .box-small {
    padding: 20px 0 14px
}

.style-scss .box h4 {
    padding-top: 15px;
    text-transform: uppercase
}

.style-scss .box h5 {
    text-transform: uppercase;
    color: #333;
    padding-top: 12px
}

.style-scss .box h5 span {
    display: block;
    font-size: .53em;
    letter-spacing: .02em;
    color: #666;
    padding-top: 4px
}

.style-scss .box-icon {
    height: 70px;
    width: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #35096b;
    background-image: linear-gradient(293deg, #ed355b, #1f65db)
}

.style-scss .box-icon .fa,
.style-scss .box-icon .ti {
    width: 66px;
    line-height: 66px;
    border-radius: 50%;
    margin-top: 2px;
    font-size: 2.25em;
    color: rgba(212, 68, 99, .9);
    background: #fff;
    display: inline-block
}

.style-scss .box-icon-small .fa,
.style-scss .box-icon-small .ti {
    font-size: 1.2em
}

.style-scss .txt-entry {
    margin-bottom: 30px
}

.style-scss .txt-entry h3 {
    margin-bottom: 22px
}

.style-scss .txt-quote {
    border-top: 1px solid #ececec;
    margin-top: 30px
}

.style-scss .txt-quote blockquote {
    padding: 30px 0 0;
    font-style: italic;
    font-weight: 500;
    opacity: .8
}

.style-scss .txt-quote .quote-title {
    font-weight: 700
}

.style-scss .video {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px
}

.style-scss .video img {
    width: 100%
}

.style-scss .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    border-radius: 8px
}

.style-scss .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 80px;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border: 1px solid rgba(0, 0, 0, .1);
    color: rgba(212, 68, 99, .9);
    background: hsla(0, 0%, 96.5%, .75);
    border-radius: 50%;
    text-align: center;
    font-size: 2.25em
}

.style-scss .video-play:focus,
.style-scss .video-play:hover {
    color: #d44463;
    background: #fff
}

.style-scss .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #d0d0d0;
    border-radius: 0;
    position: relative
}

.style-scss .owl-theme .owl-dots .owl-dot span:after {
    position: absolute;
    border: 1px solid #ed355b;
    top: -2px;
    left: -2px;
    content: "";
    height: 14px;
    width: 14px;
    transition: all .5s ease;
    opacity: 0
}

.style-scss .owl-theme .owl-dots .owl-dot.active span,
.style-scss .owl-theme .owl-dots .owl-dot:hover span {
    background: #ed355b
}

.style-scss .owl-theme .owl-dots .owl-dot.active span:after,
.style-scss .owl-theme .owl-dots .owl-dot:hover span:after {
    opacity: 1
}

.style-scss .owl-theme .owl-dots {
    position: relative;
    top: 40px;
    z-index: 99
}

.style-scss .owl-theme .owl-nav [class*=owl-] {
    background: #fff;
    color: #e0486e;
    margin: 5px 40px
}

.style-scss .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #e0486e
}

.style-scss .owl-nav .owl-next,
.style-scss .owl-nav .owl-prev {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    text-align: center;
    opacity: 1;
    font-size: 20px;
    z-index: 999;
    transition: all .5s ease
}

.style-scss .owl-nav .owl-next .fa,
.style-scss .owl-nav .owl-prev .fa {
    font-size: 1.5em;
    line-height: 1.7
}

.style-scss .owl-nav .owl-prev {
    left: 0
}

.style-scss .owl-nav .owl-next {
    right: 0
}

.style-scss .owl-nav .owl-prev:hover {
    left: -10px
}

.style-scss .owl-nav .owl-next:hover {
    right: -10px
}

.style-scss .slide-screen.owl-theme .owl-dots {
    top: 40px
}

.style-scss .imagebg {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
    transition: opacity .4s
}

.style-scss .fixed-bg .imagebg {
    background-attachment: fixed
}

.style-scss .imagebg img {
    display: none
}

.style-scss .image-on-left .imagebg,
.style-scss .image-on-right .imagebg {
    width: 50%
}

.style-scss .image-on-left .imagebg {
    right: 50%
}

.style-scss .image-on-right .imagebg {
    left: 50%
}

.style-scss .image-slice .imagebg {
    width: 40%;
    left: 0
}

.style-scss .image-slice .imagebg+.imagebg {
    width: 60%;
    left: 40%
}

.style-scss .bg-image-loaded {
    opacity: 1
}

.style-scss .animate-bottom,
.style-scss .animate-left,
.style-scss .animate-right,
.style-scss .animate-scale-in,
.style-scss .animate-scale-out,
.style-scss .animate-top {
    position: relative;
    opacity: 0;
    transition: all .5s ease
}

.style-scss .delay1ms {
    transition-delay: .1s
}

.style-scss .delay2ms {
    transition-delay: .2s
}

.style-scss .delay3ms {
    transition-delay: .3s
}

.style-scss .delay4ms {
    transition-delay: .4s
}

.style-scss .delay5ms {
    transition-delay: .5s
}

.style-scss .delay6ms {
    transition-delay: .6s
}

.style-scss .delay7ms {
    transition-delay: .7s
}

.style-scss .delay8ms {
    transition-delay: .8s
}

.style-scss .delay9ms {
    transition-delay: .9s
}

.style-scss .delay10ms {
    transition-delay: 1s
}

.style-scss .delay11ms {
    transition-delay: 1.1s
}

.style-scss .delay12ms {
    transition-delay: 1.2s
}

.style-scss .delay13ms {
    transition-delay: 1.3s
}

.style-scss .delay14ms {
    transition-delay: 1.4s
}

.style-scss .delay15ms {
    transition-delay: 1.5s
}

.style-scss .animate-top {
    top: -30px
}

.style-scss .animate-top.animate-long {
    top: -120px
}

.style-scss .animate-bottom {
    bottom: -30px
}

.style-scss .animate-bottom.animate-long {
    bottom: -120px
}

.style-scss .animate-left {
    left: -30px
}

.style-scss .animate-left.animate-long {
    left: -120px
}

.style-scss .animate-right {
    right: -30px
}

.style-scss .animate-right.animate-long {
    right: -120px
}

.style-scss .animate-scale-out {
    transform: scale(.8)
}

.style-scss .animate-scale-in {
    transform: scale(1.3)
}

.style-scss .active .animate-bottom,
.style-scss .active .animate-left,
.style-scss .active .animate-right,
.style-scss .active .animate-scale-in,
.style-scss .active .animate-scale-out,
.style-scss .active .animate-top {
    opacity: 1
}

.style-scss .active .animate-top {
    top: 0
}

.style-scss .active .animate-bottom {
    bottom: 0
}

.style-scss .active .animate-left {
    left: 0
}

.style-scss .active .animate-right {
    right: 0
}

.style-scss .active .animate-scale-in,
.style-scss .active .animate-scale-out {
    transform: scale(1)
}

.style-scss #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999
}

.style-scss #status {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/img/images/loading.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 38px auto;
    margin: -50px 0 0 -50px
}

.style-scss .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border: none
}

.style-scss .panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: transparent;
    border: 0
}

.style-scss .panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none
}

.style-scss .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent
}

.style-scss .accordion .panel {
    background-color: transparent
}

.style-scss .accordion .panel:last-child {
    border-bottom: 0
}

.style-scss .accordion .panel+.panel {
    margin-top: 0
}

.style-scss .accordion .panel-title {
    position: relative;
    font-size: 1em
}

.style-scss .accordion .panel-title a {
    color: #333;
    padding: 11px 30px 11px 0
}

.style-scss .accordion .panel-title a .plus-minus {
    opacity: .4
}

.style-scss .accordion .panel-title a.collapsed {
    color: #666
}

.style-scss .accordion .panel-title a.collapsed:hover {
    opacity: .7
}

.style-scss .accordion .panel-title a.collapsed:hover .plus-minus {
    opacity: .4
}

.style-scss .accordion .panel-title a.collapsed .plus-minus {
    opacity: .7
}

.style-scss .accordion .panel-title a.collapsed .plus-minus span:before {
    transform: rotate(-180deg)
}

.style-scss .accordion .panel-title a.collapsed .plus-minus span:after {
    transform: rotate(0deg)
}

.style-scss .accordion .panel-title a:hover,
.style-scss .accordion .panel-title a:hover .plus-minus {
    opacity: 1
}

.style-scss .accordion .panel-body {
    padding: 5px 0 20px
}

.style-scss .accordion .plus-minus {
    opacity: .8;
    cursor: pointer;
    transition: opacity .35s;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 18px;
    width: 18px;
    margin-top: -9px
}

.style-scss .accordion .plus-minus span {
    position: relative;
    height: 100%;
    display: block
}

.style-scss .accordion .plus-minus span:after,
.style-scss .accordion .plus-minus span:before {
    content: "";
    position: absolute;
    background: #666;
    transition: transform .1s
}

.style-scss .accordion .plus-minus span:before {
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: rotate(180deg)
}

.style-scss .accordion .plus-minus span:after {
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    transform: rotate(90deg)
}

.style-scss .accordion .plus-minus:hover {
    opacity: .3
}

.style-scss .accordion.filled .panel:last-child {
    border-bottom: 0
}

.style-scss .accordion.filled .panel-title {
    background-color: #f5f5f5
}

.style-scss .accordion.filled .panel-title a {
    background: #ececec;
    padding-left: 20px;
    color: #009750
}

.style-scss .accordion.filled .panel-title a.collapsed {
    background-color: transparent;
    color: #747d88
}

.style-scss .accordion.filled .panel-title a.collapsed:hover {
    opacity: .7
}

.style-scss .accordion.filled .panel-body {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px
}

.style-scss .accordion.filled .plus-minus {
    right: 20px
}

.style-scss .panel-group:last-child {
    margin-bottom: 0
}

.style-scss .text-slider .owl-nav .owl-next,
.style-scss .text-slider .owl-nav .owl-prev {
    top: 130%
}

.style-scss .overflowvisible {
    overflow: visible !important
}

.style-scss .row-vm {
    display: flex;
    align-items: center
}

.style-scss .row-vm.reverses>div:last-child {
    order: 1
}

.style-scss .row-vm.reverses>div:first-child {
    order: 2
}

.style-scss .primary-bg {
    background: #1f65db
}

.style-scss .secondary-bg {
    background: #ed355b
}

@media only screen and (max-width:991px) {
    .style-scss .row-vm {
        display: block
    }

    .style-scss .pb-90 {
        padding-bottom: 40px
    }

    .style-scss .pt-90 {
        padding-top: 40px
    }

    .style-scss .pb-80,
    .style-scss .pt-80 {
        padding-bottom: 30px
    }

    .style-scss .pb-70,
    .style-scss .pt-70 {
        padding-bottom: 25px
    }

    .style-scss .pt-60 {
        padding-top: 30px
    }

    .style-scss .pb-60 {
        padding-bottom: 30px
    }

    .style-scss .pb-100 {
        padding-bottom: 50px
    }

    .style-scss .pt-100 {
        padding-top: 50px
    }

    .style-scss .pb-120 {
        padding-bottom: 60px
    }

    .style-scss .pt-120 {
        padding-top: 60px
    }

    .style-scss .ptb-120 {
        padding: 60px 0
    }

    .style-scss .ptm-30 {
        padding-top: 30px
    }

    .style-scss .pbm-30 {
        padding-bottom: 30px
    }

    .style-scss .ptm-20 {
        padding-top: 20px
    }

    .style-scss .pbm-20 {
        padding-bottom: 20px
    }

    .style-scss .ptm-10 {
        padding-top: 10px
    }

    .style-scss .pbm-10 {
        padding-bottom: 10px
    }

    .style-scss .ptm-0 {
        padding-top: 0
    }

    .style-scss .pbm-0 {
        padding-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .style-scss .form-m-bttm {
        margin-bottom: 10px
    }

    .style-scss .section-head {
        padding: 60px 0 37px
    }

    .style-scss .button {
        padding: 0 25px
    }

    .style-scss .buttons {
        margin: 0 -5px
    }

    .style-scss .buttons li {
        margin: 0 5px 20px
    }

    .style-scss .pb-90 {
        padding-bottom: 40px
    }

    .style-scss .pt-90 {
        padding-top: 40px
    }

    .style-scss .pb-80,
    .style-scss .pt-80 {
        padding-bottom: 30px
    }

    .style-scss .pb-70,
    .style-scss .pt-70 {
        padding-bottom: 25px
    }

    .style-scss .pt-60 {
        padding-top: 30px
    }

    .style-scss .pb-60 {
        padding-bottom: 30px
    }

    .style-scss .pb-100 {
        padding-bottom: 50px
    }

    .style-scss .pt-100 {
        padding-top: 50px
    }

    .style-scss .pb-120 {
        padding-bottom: 60px
    }

    .style-scss .pt-120 {
        padding-top: 60px
    }

    .style-scss .ptb-120 {
        padding: 60px 0
    }

    .style-scss .ptm-30 {
        padding-top: 30px
    }

    .style-scss .pbm-30 {
        padding-bottom: 30px
    }

    .style-scss .ptm-20 {
        padding-top: 20px
    }

    .style-scss .pbm-20 {
        padding-bottom: 20px
    }

    .style-scss .ptm-10 {
        padding-top: 10px
    }

    .style-scss .pbm-10 {
        padding-bottom: 10px
    }

    .style-scss .ptm-0 {
        padding-top: 0
    }

    .style-scss .pbm-0 {
        padding-bottom: 0
    }

    .style-scss .box {
        max-width: 320px;
        margin: 0 auto 30px
    }

    .style-scss .tab-fix {
        max-width: 480px;
        margin: 0 auto
    }

    .style-scss .owl-nav .owl-next .fa,
    .style-scss .owl-nav .owl-prev .fa {
        line-height: 1.3
    }

    .style-scss .owl-theme .owl-nav [class*=owl-] {
        margin: 5px 10px;
        height: 35px;
        width: 35px
    }

    .style-scss .text-slider .owl-nav .owl-next,
    .style-scss .text-slider .owl-nav .owl-prev {
        top: 125%
    }

    .style-scss .download-buttons {
        padding-top: 0;
        margin-top: -10px
    }

    .style-scss .download-buttons li {
        max-width: 125px
    }
}

@media only screen and (max-width:375px) {
    .style-scss .button {
        min-width: 130px
    }
}

.style-scss .navigation {
    padding: 29px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1040;
    transition: all .5s ease
}

.style-scss .affix {
    padding: 14px 0;
    background: #fff;
    z-index: 1040;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

.style-scss .navbar-default {
    background-color: transparent
}

.style-scss .navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0;
    border: none;
    border-radius: 0
}

.style-scss .navbar-brand {
    padding: 0 15px;
    height: auto
}

.style-scss .navbar-brand img {
    max-height: 50px
}

.style-scss .navbar-default .navbar-toggle .icon-bar,
.style-scss .navbar-default .navbar-toggle:hover .icon-bar {
    background: #fff
}

.style-scss .navbar-default .navbar-toggle {
    border-color: #fff;
    transition: all .5s ease
}

.style-scss .affix .navbar-default .navbar-toggle,
.style-scss .navbar-default .navbar-toggle:focus,
.style-scss .navbar-default .navbar-toggle:hover {
    background-color: #e0486e;
    border-color: #e0486e
}

.style-scss .nav>li>a {
    padding: 15px 0;
    margin: 0 15px
}

.style-scss .nav>li>a.button {
    padding: 13px 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Open Sans, sans-serif
}

.style-scss .nav>li>a.button:after {
    display: none
}

.style-scss .navbar-nav>li>a {
    font-weight: 400;
    font-size: .9375em;
    position: relative
}

.style-scss .is-transparent .navbar-default .navbar-nav>li>a {
    color: #fff
}

.style-scss .affix .navbar-default .navbar-nav>li>a,
.style-scss .navbar-default .in .navbar-nav>li>a {
    color: #333
}

.style-scss .navbar-nav>li>a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #fff;
    transform: scale(0);
    transition: all .5s ease
}

.style-scss .affix .navbar-nav>li>a:after {
    bottom: 2px
}

.style-scss .is-transparent .navbar-default .navbar-nav>li>a:after {
    background: #fff
}

.style-scss .affix .navbar-default .navbar-nav>li>a:after,
.style-scss .navbar-default .in .navbar-nav>li>a:after,
.style-scss .navbar-default .navbar-nav>li>a:after {
    background: #333
}

.style-scss .navbar-default .navbar-nav>.active>a,
.style-scss .navbar-default .navbar-nav>.active>a:focus,
.style-scss .navbar-default .navbar-nav>.active>a:hover,
.style-scss .navbar-default .navbar-nav>.open>a,
.style-scss .navbar-default .navbar-nav>.open>a:focus,
.style-scss .navbar-default .navbar-nav>.open>a:hover,
.style-scss .navbar-default .navbar-nav>li>a:focus,
.style-scss .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.style-scss .affix .navbar-default .navbar-nav>.active>a,
.style-scss .affix .navbar-default .navbar-nav>.active>a:focus,
.style-scss .affix .navbar-default .navbar-nav>.active>a:hover,
.style-scss .affix .navbar-default .navbar-nav>li>a:focus,
.style-scss .affix .navbar-default .navbar-nav>li>a:hover,
.style-scss .navbar-default .in .navbar-nav>li>a:focus,
.style-scss .navbar-default .in .navbar-nav>li>a:hover {
    color: #333
}

.style-scss .navbar-default .navbar-nav>.active>a:after,
.style-scss .navbar-default .navbar-nav>.active>a:focus:after,
.style-scss .navbar-default .navbar-nav>.active>a:hover:after,
.style-scss .navbar-default .navbar-nav>li>a:focus:after,
.style-scss .navbar-default .navbar-nav>li>a:hover:after {
    transform: scale(1)
}

.style-scss .navbar-default .navbar-nav>li>a.button,
.style-scss .navbar-default .navbar-nav>li>a.button:focus {
    border: 2px solid #fa3821;
    background: #fa3821;
    color: #fff
}

.style-scss .navbar-default .navbar-nav>li>a.button:hover {
    background: #fff;
    color: #fa3821;
    border: 2px solid #fff
}

.style-scss .affix .navbar-default .navbar-nav>li>a.button {
    color: #fff
}

.style-scss .affix .navbar-default .navbar-nav>li.active>a.button,
.style-scss .affix .navbar-default .navbar-nav>li.active>a.button:focus,
.style-scss .affix .navbar-default .navbar-nav>li>a.button:hover {
    color: #fa3821;
    border-color: #fa3821;
    background: #fff
}

.style-scss .navbar-collapse {
    border: none;
    box-shadow: none
}

.style-scss .is-transparent .navbar-brand .logo-light {
    display: block
}

.style-scss .affix .navbar-brand .logo-light,
.style-scss .is-transparent .navbar-brand .logo-color {
    display: none
}

.style-scss .affix .navbar-brand .logo-color {
    display: block
}

.style-scss .theme-pro .is-transparent .navbar-brand .logo-light {
    display: none
}

.style-scss .theme-pro .is-transparent .navbar-brand .logo-color {
    display: block
}

.style-scss .theme-pro .dropdown:after,
.style-scss .theme-pro .navbar-default .navbar-nav>li.active>a,
.style-scss .theme-pro .navbar-default .navbar-nav>li>a {
    color: #333
}

.style-scss .theme-pro .navbar-default .navbar-nav>li.active>a:after,
.style-scss .theme-pro .navbar-default .navbar-nav>li>a:after {
    background: #333
}

.style-scss .dropdown {
    position: relative
}

.style-scss .dropdown:after {
    position: absolute;
    content: "\f107";
    color: #fff;
    top: 14px;
    right: 0;
    font-size: .8em;
    font-family: FontAwesome
}

.style-scss .affix .dropdown:after {
    color: #333
}

.style-scss .dropdown-menu {
    top: 46px;
    left: 0
}

.style-scss .navbar-nav>li>.dropdown-menu {
    border-radius: 5px
}

.style-scss .navbar-right .demo-dropdown .dropdown-menu {
    left: calc(-500px + 38px)
}

.style-scss .navbar-right .dropdown-menu {
    left: -50px
}

.style-scss .dropdown-menu {
    min-width: 200px;
    border: none;
    border-radius: 5px;
    text-align: center
}

.style-scss .demo-dropdown {
    position: relative
}

.style-scss .demo-dropdown .dropdown-menu {
    width: 1140px;
    border: none;
    border-radius: 5px;
    text-align: center
}

.style-scss .demo-dropdown .dropdown-menu ul {
    padding: 5px 0 0;
    width: 16.666%;
    float: left
}

.style-scss .demo-dropdown .dropdown-menu ul:nth-child(2n) {
    background: #fafafa;
    border-radius: 0 5px 5px 0
}

.style-scss .demo-dropdown .dropdown-menu li:first-child {
    padding: 10px 20px 8px;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    position: relative
}

.style-scss .demo-dropdown .dropdown-menu li:first-child>span {
    display: block;
    margin-top: 5px;
    position: relative
}

.style-scss .demo-dropdown .dropdown-menu li:first-child>span.new-badge {
    position: absolute;
    top: 20px;
    right: 10px
}

.style-scss .new-badge {
    background: #73e080;
    padding: 0 10px;
    border: 2px solid #fff
}

.style-scss .hot-badge,
.style-scss .new-badge {
    display: inline-block;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase
}

.style-scss .hot-badge {
    line-height: 15px;
    background: #ed9443;
    padding: 0 7px;
    font-weight: 400
}

.style-scss .dropdown-menu li a {
    padding: 7px 15px;
    display: block;
    color: #777;
    font-size: 13px;
    line-height: 1.8
}

.style-scss .dropdown-menu li:first-child a {
    border-radius: 5px 5px 0 0
}

.style-scss .dropdown-menu li:last-child a {
    border-radius: 0 0 5px 5px
}

.style-scss .demo-dropdown .dropdown-menu li:first-child a,
.style-scss .demo-dropdown .dropdown-menu li:last-child a {
    border-radius: 0
}

.style-scss .dropdown-menu li.active a,
.style-scss .dropdown-menu li.active a:focus,
.style-scss .dropdown-menu li.active a:hover,
.style-scss .dropdown-menu li a:focus,
.style-scss .dropdown-menu li a:hover {
    background: #e1e1e1;
    color: #000
}

.style-scss .navbar-nav>li>.dropdown-menu {
    padding: 0
}

.style-scss .nav-item:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 100%;
    left: 50%;
    z-index: 999;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
    opacity: 0
}

.style-scss .open .nav-item:before {
    opacity: 1;
    margin-top: -11px;
    transition: all .5s ease .1s
}

@media only screen and (min-width:991px) and (max-width:1199px) {
    .style-scss .navbar-right .demo-dropdown .dropdown-menu {
        left: calc(-300px + 38px)
    }

    .style-scss .demo-dropdown .dropdown-menu {
        width: 940px
    }
}

@media only screen and (max-width:991px) {
    .style-scss .navbar-collapse {
        background: #fff;
        max-height: 380px
    }

    .style-scss .navbar-default .navbar-nav>.active>a:after,
    .style-scss .navbar-default .navbar-nav>.active>a:focus:after,
    .style-scss .navbar-default .navbar-nav>.active>a:hover:after,
    .style-scss .navbar-default .navbar-nav>li>a:focus:after,
    .style-scss .navbar-default .navbar-nav>li>a:hover:after {
        display: none
    }

    .style-scss .is-transparent .navbar-default .navbar-nav>li>a {
        color: #333
    }

    .style-scss .navigation {
        padding: 15px 0
    }

    .style-scss .nav li {
        background: #fafafa;
        text-align: center
    }

    .style-scss .nav>li>a {
        margin: 0
    }

    .style-scss .nav li a {
        font-size: 14px
    }

    .style-scss .nav li:nth-child(2n) {
        background: #fff
    }

    .style-scss .navbar-default .navbar-nav>li>a:hover {
        color: #fff
    }

    .style-scss .affix {
        padding: 15px 0
    }

    .style-scss .navbar-nav>li.open>.dropdown-menu,
    .style-scss .navbar-nav>li>.dropdown-menu {
        padding: 0
    }

    .style-scss .navbar-nav .open .dropdown-menu {
        border: 1px solid #f1f1f1
    }

    .style-scss .dropdown-menu li:nth-child(odd) {
        background: #fff
    }

    .style-scss .dropdown-menu:after {
        display: none
    }

    .style-scss .affix .navbar-default .navbar-nav>.active>a,
    .style-scss .affix .navbar-default .navbar-nav>.active>a:focus,
    .style-scss .affix .navbar-default .navbar-nav>.active>a:hover,
    .style-scss .affix .navbar-default .navbar-nav>li>a:focus,
    .style-scss .navbar-default .in .navbar-nav>li>a:focus,
    .style-scss .navbar-default .in .navbar-nav>li>a:hover,
    .style-scss .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
        background: #e0486e
    }

    .style-scss .dropdown:after {
        display: none
    }

    .style-scss .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 20px;
        line-height: 20px
    }

    .style-scss .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .style-scss .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background: #f5f5f5
    }

    .style-scss .navbar-right .dropdown-menu {
        left: 0
    }

    .style-scss .dropdown-menu {
        top: 0;
        float: none;
        min-width: 100%;
        position: relative;
        box-shadow: none
    }

    .style-scss .nav>li>a.button {
        max-width: 200px;
        margin: 25px auto
    }
}

@media only screen and (max-height:479px) {
    .style-scss .navbar-collapse {
        max-height: 270px
    }
}

.style-scss .header-section {
    position: relative;
    height: calc(100vh + 80px)
}

.style-scss .header-content {
    flex-grow: 1
}

.style-scss .header-texts {
    position: relative;
    z-index: 6
}

.style-scss .header-texts h1,
.style-scss .header-texts h2 {
    color: #fff;
    display: inline-block;
    margin-bottom: 20px
}

.style-scss .header-texts p {
    color: #fff;
    padding-bottom: 13px;
    font-weight: 300
}

.style-scss .theme-pro .header-texts h1,
.style-scss .theme-pro .header-texts h2,
.style-scss .theme-pro .header-texts p {
    color: #333
}

.style-scss .header-mockup {
    position: relative;
    top: 30px;
    z-index: 5
}

.style-scss .mockup-screen {
    position: absolute;
    max-width: 305px;
    top: 0
}

.style-scss .mockup-screen-one {
    position: relative;
    z-index: 20
}

.style-scss .mockup-screen-two {
    z-index: 19;
    left: 105px
}

.style-scss .mockup-screen-three {
    z-index: 18;
    left: 205px
}

.style-scss .video-background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
    overflow: hidden
}

.style-scss .video-background iframe {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    pointer-events: none
}

.style-scss .particles-container,
.style-scss .video-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.style-scss .particles-container {
    z-index: 2
}

.style-scss .flex-box-middle {
    display: flex;
    align-items: center
}

.style-scss .half-header {
    height: auto
}

.style-scss .half-header .header-content {
    padding: 125px 0 85px
}

.style-scss .header-curbed,
.style-scss .header-fade {
    height: auto;
    padding-bottom: 50px
}

.style-scss .header-curbed.pb-0 {
    padding-bottom: 0
}

.style-scss .half-header.header-curbed {
    padding: 20px 0 120px;
    z-index: 2
}

.style-scss .half-header-about {
    margin-top: -100px
}

.style-scss .header-curbed:after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background: url(/img/images/carb.png) bottom no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.style-scss .header-fade:after,
.style-scss .header-fade:before {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 1
}

.style-scss .header-fade:after {
    background-image: url(/img/images/fade.png);
    background-position: bottom;
    background-repeat: no-repeat
}

.style-scss .header-fade:before {
    background-image: url(/img/images/bg-fade.png);
    background-position: bottom;
    background-repeat: no-repeat
}

.style-scss .alt-header-mockup {
    display: inline-block;
    position: relative
}

.style-scss .alt-header-mockup img {
    border: 10px solid #fff;
    border-radius: 30px;
    box-shadow: 7px 29px 20px rgba(0, 0, 0, .08);
    z-index: 5
}

.style-scss .mockup-left {
    max-width: 170px;
    position: absolute;
    right: 100%;
    bottom: 0;
    margin-right: 20px
}

.style-scss .mockup-middle {
    position: relative;
    max-width: 220px
}

.style-scss .mockup-right {
    max-width: 195px;
    position: absolute;
    left: 100%;
    bottom: 0;
    margin-left: 20px
}

.style-scss .header-slider {
    z-index: 99
}

.style-scss .text-slider.header-texts {
    padding-bottom: 0
}

.style-scss .download-buttons.pb-60 {
    padding-bottom: 60px
}

.style-scss .header-texts .owl-theme .owl-nav [class*=owl-] {
    margin: 5px -70px
}

.style-scss .header-laptop-mockup {
    background: url(/img/images/macbook.png) no-repeat top;
    background-size: 100%;
    padding: 30px 120px 90px;
    position: relative;
    z-index: 9
}

.style-scss .background-dangky {
    background: #f5f5f5;
    border-radius: 4px
}

@media screen and (max-width:800px) {
    .style-scss .background-dangky {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6)), url(/img/images/slide.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff
    }
}

.style-scss .half-header .header-laptop-mockup {
    min-width: 720px;
    padding: 30px 95px 50px;
    margin-top: 20px
}

.style-scss .header-flat {
    height: auto;
    overflow: visible;
    margin-bottom: 120px
}

.style-scss .header-flat:after {
    height: 120px;
    width: 100%;
    content: "";
    bottom: -120px;
    position: absolute;
    background: #fbfbfb
}

.style-scss .header-flat-s2 {
    position: relative
}

.style-scss .header-flat-s2:after {
    height: 120px;
    width: 100%;
    content: "";
    bottom: 0;
    position: absolute;
    background: #fff;
    z-index: 2
}

.style-scss .header-flat .header-laptop-mockup {
    margin-bottom: -90px
}

.style-scss .text-slider .buttons {
    margin-bottom: 30px
}

.style-scss .half-header.header-software .header-content {
    padding: 125px 0 70px
}

@media only screen and (min-width:1025px) and (max-width:1366px) {
    .style-scss .half-header .header-content h1 {
        font-size: 2.5em
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .style-scss .header-texts h1 {
        font-size: 2.5em
    }

    .style-scss .header-section {
        height: 100vh
    }

    .style-scss .half-header,
    .style-scss .header-curbed,
    .style-scss .header-fade,
    .style-scss .header-flat {
        height: auto
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .style-scss .header-section {
        height: 100vh
    }

    .style-scss .mockup-screen {
        max-width: 225px
    }

    .style-scss .header-texts {
        padding-right: 160px
    }

    .style-scss .header-mockup {
        position: absolute;
        width: 100%;
        top: 50%;
        right: -55%;
        transform: translateY(-40%)
    }

    .style-scss .has-carousel .header-texts {
        padding-left: 40px
    }

    .style-scss .half-header,
    .style-scss .header-curbed,
    .style-scss .header-fade,
    .style-scss .header-flat {
        height: auto
    }

    .style-scss .header-curbed-circle .header-texts,
    .style-scss .header-curbed .header-texts,
    .style-scss .header-fade .header-texts,
    .style-scss .header-flat .header-texts {
        padding-right: 0
    }

    .style-scss .header-text-slide {
        padding: 0 70px
    }

    .style-scss .header-texts .owl-theme .owl-nav [class*=owl-] {
        margin: 5px 15px
    }

    .style-scss .header-flat .header-laptop-mockup {
        margin-bottom: -60px
    }
}

@media only screen and (max-width:767px) {
    .style-scss .header-section {
        height: 100vh;
        min-height: 300px
    }

    .style-scss .mockup-screen {
        max-width: 205px
    }

    .style-scss .header-mockup {
        position: absolute;
        width: 100%;
        top: 50%;
        right: -55%;
        transform: translateY(-40%)
    }

    .style-scss .has-carousel .header-texts {
        padding-left: 40px
    }

    .style-scss .header-texts {
        padding: 100px 0 20px;
        max-width: 360px;
        margin: 0 auto
    }

    .style-scss .header-curbed .header-texts,
    .style-scss .header-fade .header-texts {
        padding: 55px 30px 20px;
        max-width: inherit
    }

    .style-scss .header-texts h1,
    .style-scss .header-texts h2 {
        font-size: 1.6em
    }

    .style-scss .header-texts p {
        font-size: 11px
    }

    .style-scss .half-header,
    .style-scss .header-curbed,
    .style-scss .header-flat {
        height: auto
    }

    .style-scss .header-fade:before {
        display: none
    }

    .style-scss .half-header .header-content {
        padding: 20px 0 85px
    }

    .style-scss .alt-header-mockup img {
        border: 5px solid #fff;
        border-radius: 15px;
        box-shadow: 7px 10px 10px rgba(0, 0, 0, .08)
    }

    .style-scss .mockup-middle {
        max-width: 110px
    }

    .style-scss .mockup-left {
        max-width: 90px;
        margin-right: 10px
    }

    .style-scss .mockup-right {
        max-width: 100px;
        margin-left: 10px
    }

    .style-scss .download-buttons.pb-60 {
        padding-bottom: 20px
    }

    .style-scss .header-software .header-texts h1,
    .style-scss .header-software .header-texts h2 {
        font-size: 1.2em
    }

    .style-scss .half-header .header-laptop-mockup,
    .style-scss .header-laptop-mockup {
        padding: 16px 55px 32px;
        max-width: 440px;
        min-width: 440px;
        margin: 0 auto
    }

    .style-scss .half-header.header-curbed {
        padding: 20px 0 0
    }

    .style-scss .half-header.header-software .header-content {
        padding: 45px 0 25px
    }

    .style-scss .header-curbed.header-software {
        padding-bottom: 35px
    }

    .style-scss .half-header-about {
        margin-top: 0
    }

    .style-scss .header-flat .header-laptop-mockup {
        margin-bottom: -33px
    }

    .style-scss .header-flat {
        height: auto;
        overflow: visible;
        margin-bottom: 40px
    }

    .style-scss .header-flat:after {
        height: 40px;
        bottom: -40px
    }

    .style-scss .header-section.header-fade {
        min-height: 600px
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .style-scss .header-laptop-mockup {
        padding: 25px 95px 60px;
        max-width: 720px;
        margin: 0 auto
    }

    .style-scss .header-curbed.header-software {
        padding-bottom: 20px
    }
}

@media only screen and (max-width:479px) {

    .style-scss .half-header .header-laptop-mockup,
    .style-scss .header-laptop-mockup {
        padding: 14px 40px 25px;
        max-width: 280px;
        min-width: 280px;
        margin: 0 auto
    }

    .style-scss .header-curbed.header-software {
        padding-bottom: 15px
    }

    .style-scss .header-flat .header-laptop-mockup {
        margin-bottom: -25px
    }
}

.style-scss .feature-boxes {
    margin-top: -80px;
    position: relative;
    z-index: 100
}

@media only screen and (max-width:1024px) {
    .style-scss .feature-boxes {
        margin-top: 60px
    }

    .style-scss .feature-boxes .box {
        margin-top: 30px
    }

    .style-scss .half-header-box {
        margin-top: -110px
    }
}

.style-scss .features-section {
    overflow: hidden
}

.style-scss .features-list {
    padding-top: 40px
}

.style-scss .single-features {
    position: relative;
    padding-left: 83px;
    margin-bottom: 45px
}

.style-scss .icon-right {
    padding-right: 83px;
    padding-left: 0
}

.style-scss .single-features .fa,
.style-scss .single-features .ti {
    line-height: 60px;
    width: 60px;
    border-radius: 6px;
    text-align: center;
    font-size: 2.25em;
    color: rgba(212, 68, 99, .9);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block
}

.style-scss .icon-right .fa,
.style-scss .icon-right .ti {
    left: auto;
    right: 0
}

.style-scss .single-features h4 {
    color: #fff;
    margin-bottom: 10px
}

.style-scss .single-features p {
    color: #fff;
    font-size: .99em;
    line-height: 1.6em
}

.style-scss .theme-pro .single-features h4,
.style-scss .theme-pro .single-features p {
    color: #333
}

.style-scss .fearures-mockup {
    top: 25px;
    margin-bottom: -40px;
    position: relative;
    top: 45px
}

.style-scss .fearures-mockup img {
    border-radius: 15px 15px 0 0;
    max-width: 260px
}

.style-scss .fearures-mockup.iphonex:after {
    position: absolute;
    content: url(/img/images/iphonex.png);
    left: 50%;
    top: 50%;
    transform: translate(-49%, -50%) scale(.6)
}

.style-scss .fearures-mockup.iphone:after {
    position: absolute;
    content: url(/img/images/iphone.png);
    left: 50%;
    top: 50%;
    transform: translate(-49%, -48%) scale(.82)
}

.style-scss .fearures-mockup-dubble {
    position: relative
}

.style-scss .fearures-mockup-alt {
    left: 20px
}

.style-scss .fearures-mockup-two {
    position: absolute;
    left: -40px;
    bottom: 0;
    top: auto;
    z-index: 9
}

.style-scss .fearures-mockup-two.iphone {
    bottom: -50px
}

.style-scss .fearures-mockup-dubble .fearures-mockup-two {
    margin-bottom: 0
}

.style-scss .fearures-mockup-two img {
    border-radius: 15px 15px 0 0;
    max-width: 200px
}

.style-scss .fearures-mockup-two.iphonex:after {
    transform: translate(-49%, -50%) scale(.45)
}

.style-scss .fearures-mockup-two.iphone:after {
    transform: translate(-49.2%, -50%) scale(.6)
}

.style-scss .fearures-software-mockup {
    min-width: 1100px;
    background: url(/img/images/macbook.png) no-repeat top;
    background-size: 100%;
    padding: 40px 140px 90px;
    float: right;
    margin-bottom: -60px;
    position: relative;
    z-index: 1
}

.style-scss .features-scrreen img {
    border: 1px solid #ececec;
    border-radius: 8px
}

.style-scss .browser-screen {
    position: relative
}

.style-scss .browser-expanded {
    min-width: 800px;
    float: right
}

.style-scss .browser-screen img {
    box-shadow: 0 0 29px rgba(0, 0, 0, .3)
}

.style-scss .browser-screen:after {
    position: absolute;
    top: -30px;
    left: 0;
    height: 33px;
    width: 100%;
    content: "";
    background: url(/img/images/browser-bar.png) bottom no-repeat;
    background-size: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .style-scss .single-features p {
        color: #fff;
        font-size: .8em
    }

    .style-scss .features-list {
        padding-top: 40px
    }

    .style-scss .single-features {
        margin-bottom: 30px
    }

    .style-scss .fearures-software-mockup {
        margin-right: -80px
    }
}

@media only screen and (max-width:991px) {
    .style-scss .icon-right {
        padding-left: 0;
        padding-right: 0
    }

    .style-scss .single-features {
        text-align: center;
        padding-left: 0
    }

    .style-scss .single-features .ti {
        position: relative;
        margin-bottom: 20px
    }

    .style-scss .features-section .pull-right {
        float: none !important
    }

    .style-scss .features-list {
        max-width: 420px;
        margin: 0 auto;
        padding: 0
    }

    .style-scss .fearures-mockup-dubble {
        margin: -120px auto -110px;
        left: 15px;
        max-width: 320px
    }

    .style-scss .fearures-software-mockup {
        max-width: 720px;
        min-width: 720px;
        padding: 30px 95px 100px;
        float: none;
        margin: 0 auto -80px
    }

    .style-scss .browser-expanded {
        min-width: 100%;
        float: none
    }
}

@media only screen and (max-width:767px) {
    .style-scss .fearures-mockup-dubble {
        transform: scale(.8);
        margin-bottom: -110px;
        margin-top: -120px;
        left: 15px;
        max-width: 320px
    }

    .style-scss .fearures-software-mockup {
        max-width: 420px;
        min-width: 420px;
        padding: 20px 60px 70px;
        float: none;
        margin: 0 auto -60px
    }

    .style-scss .browser-expanded {
        min-width: 100%;
        float: none
    }

    .style-scss .header-fade .header-texts .button {
        font-size: 13px
    }

    .style-scss .header-fade .header-texts .download-buttons li {
        max-width: 200px
    }
}

@media only screen and (max-width:479px) {
    .style-scss .fearures-software-mockup {
        min-width: 300px;
        max-width: 300px;
        padding: 14px 40px 25px;
        float: none;
        margin: 0 auto -30px
    }
}

.style-scss .slide-screen {
    position: relative
}

.style-scss .slide-screen .owl-item {
    opacity: .6;
    transition: all .3s ease
}

.style-scss .slide-screen .owl-item.center {
    opacity: 1
}

.style-scss .slide-screen.iphonex:after {
    content: url(/img/images/iphonex.png);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-49%, -51%) scale(.45);
    transition: all .3s ease
}

.style-scss .frame-fix.slide-screen:after {
    opacity: 0
}

.style-scss .owl-carousel .owl-item.center img {
    border-radius: 5px
}

.style-scss .iphonex.owl-carousel .owl-item img {
    width: 192px;
    margin: 0 auto;
    position: relative
}

.style-scss .iphone.owl-carousel .owl-item img {
    width: 192px;
    margin: 0 auto;
    position: relative;
    top: 40px
}

.style-scss .iphone.owl-carousel .owl-item {
    position: relative
}

.style-scss .iphone.owl-carousel .owl-item:after {
    position: absolute;
    content: "";
    height: 45px;
    width: 100%;
    background: #fff;
    bottom: 0;
    left: 0
}

.style-scss .software-screens {
    margin-bottom: -40px
}

.style-scss .software-screens .item:after {
    position: absolute;
    top: -30px;
    left: 0;
    height: 33px;
    width: 100%;
    content: "";
    background: url(/img/images/browser-bar.png) bottom no-repeat;
    background-size: 100%
}

.style-scss .software-screens .item {
    margin: 30px;
    position: relative;
    box-shadow: 0 0 29px rgba(0, 0, 0, .3)
}

.style-scss .software-screens .owl-nav .owl-next,
.style-scss .software-screens .owl-nav .owl-prev {
    font-size: 24px;
    background: transparent
}

.style-scss .software-screens .owl-nav .owl-prev {
    left: -60px
}

.style-scss .software-screens .owl-nav .owl-next {
    right: -60px
}

.style-scss .software-screens .owl-nav .owl-prev:hover {
    left: -70px;
    background: transparent
}

.style-scss .software-screens .owl-nav .owl-next:hover {
    right: -70px;
    background: transparent
}

@media only screen and (max-width:1169px) {
    .style-scss .slide-screen {
        max-width: 700px;
        margin: 0 auto
    }
}

.style-scss .statistics-section .box {
    margin-bottom: 30px
}

.style-scss .pricing-section {
    position: relative;
    background-size: cover
}

.style-scss .pricing-box {
    transition: all .4s ease
}

.style-scss .pricing-box:hover {
    transform: translateY(-8px)
}

.style-scss .pricing-box {
    margin: 15px 0 30px;
    border-radius: 8px
}

.style-scss .pricing-top {
    border-radius: 8px 8px 0 0;
    padding: 30px 0
}

.style-scss .pricing-top h5 {
    color: #fff;
    margin-bottom: 12px
}

.style-scss .pricing-top h2 {
    color: #fff;
    font-weight: 300;
    font-size: 3.6em
}

.style-scss .pricing-badge {
    color: #fff;
    font-size: .9em;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase
}

.style-scss .pricing-bottom {
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 25px 40px 40px
}

.style-scss .pricing-bottom ul {
    margin-bottom: 25px
}

.style-scss .pricing-bottom ul li {
    font-weight: 400;
    line-height: 2.5;
    position: relative
}

.style-scss .pricing-bottom ul li .ti {
    margin-right: 10px;
    font-size: .8em;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 2.5
}

.style-scss .pricing-bottom .ti-close {
    color: #e0486e
}

.style-scss .pricing-bottom .ti-check {
    color: #00d578
}

.style-scss .pricing-box {
    background: #fff
}

.style-scss .pricing-top {
    position: relative
}

.style-scss .pricing-box-curbed .pricing-top:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: url(/img/images/pricing-carb.png) no-repeat bottom;
    background-size: contain
}

.style-scss .pricing-box-curbed .pricing-top {
    padding: 50px 0
}

@media only screen and (max-width:991px) {
    .style-scss .pricing-section.has-bg-image {
        background-color: #000
    }

    .style-scss .pricing-section.has-bg-image .imagebg {
        height: 400px;
        background-size: cover
    }

    .style-scss .pricing-section.has-bg-image .imagebg:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #000 80%, #000);
        height: 200px
    }

    .style-scss .pricing-box {
        max-width: 420px;
        margin: 0 auto 30px
    }
}

.style-scss .faqs {
    margin-bottom: 40px;
    position: relative
}

.style-scss .faqs:before {
    position: absolute;
    content: "";
    height: calc(100% + 35px);
    width: calc(100% + 25px);
    top: -20px;
    left: -20px;
    opacity: 0;
    background: rgba(0, 0, 0, .07);
    transition: all .5s ease
}

.style-scss .faqs:hover:before {
    opacity: 1
}

.style-scss .faq-heading {
    margin-bottom: 10px
}

.style-scss .heading-light.side-heading a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.style-scss .side-heading a {
    color: #333;
    border-bottom: 1px solid #333
}

.style-scss .faq-alt .faq-heading {
    color: #666
}

.style-scss .faq-heading,
.style-scss .faqs p {
    color: #fff
}

.style-scss .faq-alt .faqs p {
    color: #333
}

.style-scss .team-member {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center
}

.style-scss .team-member .team-photo {
    position: relative
}

.style-scss .team-member .team-photo:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .35;
    border-radius: 8px;
    content: "";
    transition: all .5s ease;
    background-image: linear-gradient(293deg, #ed355b, #1f65db)
}

.style-scss .team-member .team-photo img {
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 8px
}

.style-scss .team-member .team-info {
    margin-top: 25px
}

.style-scss .team-member .team-info .name,
.style-scss .team-member .team-info h4 {
    margin-bottom: 5px
}

.style-scss .team-member .team-info .sub-title {
    font-size: .875em
}

.style-scss .team-photo:hover:after {
    opacity: .7
}

.style-scss .team-photo img {
    filter: grayscale(100%)
}

.style-scss .expand-trigger {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px
}

.style-scss .expand-trigger span {
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    left: 0;
    text-transform: uppercase;
    font-weight: 500
}

.style-scss .expand-trigger:focus,
.style-scss .expand-trigger:hover {
    color: #fff
}

.style-scss .expand-trigger .ti {
    position: absolute;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all .5s ease;
    transform: translate(-50%, -50%) scale(0)
}

.style-scss .team-photo:hover .expand-trigger .ti {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.style-scss .team-profile {
    max-width: 970px;
    margin: 30px auto;
    padding: 50px 35px;
    background: #fff;
    position: relative
}

.style-scss .team-profile-photo img {
    min-width: 100%
}

.style-scss .team-profile-info {
    padding: 30px 0 20px 20px
}

.style-scss .team-profile-info .name {
    margin-bottom: 5px
}

.style-scss .team-profile-info .sub-title {
    font-size: .875em;
    margin-bottom: 5px
}

.style-scss .team-profile-info .social li {
    display: inline-block
}

.style-scss .team-profile-info .social li a {
    font-size: 14px;
    margin-right: 10px
}

.style-scss .team-profile-info p {
    font-size: .875em;
    margin-bottom: 8px
}

.style-scss .team-profile-info p:last-of-type {
    margin-bottom: 28px
}

.style-scss .single-skill-bar {
    font-size: 12px;
    text-transform: capitalize;
    padding-bottom: 15px
}

.style-scss .skill-bar {
    position: relative;
    width: 100%;
    height: 4px;
    background: #ccc;
    margin-top: 5px
}

.style-scss .skill-bar-percent {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

@media only screen and (max-width:991px) {
    .style-scss .team-profile-info {
        padding: 40px 0 0
    }
}

.style-scss .testimonial-section {
    background-size: cover
}

.style-scss .testimonial-carousel.owl-carousel .owl-item img {
    display: block;
    width: auto
}

.style-scss .quotes {
    position: relative;
    padding: 20px 40px 65px;
    margin: 15px 15px 40px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(2, 3, 3, .06)
}

.style-scss .quotes h6 {
    font-size: 16px
}

.style-scss .quotes blockquote {
    margin: 16px 0
}

.style-scss .quotes img {
    margin: 0 auto
}

.style-scss .quote-icon {
    max-width: 65px
}

.style-scss .client-image {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -40px
}

.style-scss .client-image:before {
    position: absolute;
    content: "";
    top: -12px;
    left: 40px;
    z-index: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #ccc
}

.style-scss .client-image img {
    border-radius: 50%
}

.style-scss .contact-form {
    border-radius: 8px;
    padding: 35px 35px 40px;
    margin-bottom: 30px
}

.style-scss .contact-form h3 {
    color: #e8365e;
    margin-bottom: 15px
}

.style-scss .contact-info {
    border-radius: 8px 8px 0 0;
    padding: 30px 40px
}

.style-scss .contact-info h6 {
    font-size: .9em;
    font-weight: 400;
    margin: 10px 0
}

.style-scss .contact-info h6 .fa {
    width: 20px;
    color: #e8365e
}

.style-scss .google-map {
    height: 318px;
    border-radius: 0 0 8px 8px
}

.style-scss .form-note {
    color: #fff;
    font-size: .8em;
    display: block;
    margin-top: 15px
}

.style-scss .form-results {
    margin: 20px 0;
    font-size: 13px;
    text-align: center
}

.style-scss .form-results:last-child {
    margin-bottom: 0
}

.style-scss .footer-section {
    background: #404040;
    padding: 60px 0
}

.style-scss .inline-list li {
    display: inline-block
}

.style-scss .footer-navigation {
    padding-bottom: 10px
}

.style-scss .footer-navigation li {
    font-size: .91em;
    margin: 0 20px
}

.style-scss .footer-navigation li a {
    color: #fff
}

.style-scss .social-list li {
    font-size: 1.25em;
    margin: 0 15px
}

.style-scss .social-list li a {
    color: #fff
}

.style-scss .footer-links li {
    color: #979797;
    font-size: .813em;
    margin: 0 10px
}

.style-scss .footer-links li a {
    color: #979797
}

.style-scss .footer-links li a:hover,
.style-scss .footer-navigation li a:hover,
.style-scss .social-list li a:hover {
    color: #e8365e
}

.style-scss .theme-pro .footer-section {
    background: #fff
}

.style-scss .theme-pro .footer-links li,
.style-scss .theme-pro .footer-links li a,
.style-scss .theme-pro .footer-navigation li a,
.style-scss .theme-pro .social-list li a {
    color: #333
}

@media only screen and (max-width:767px) {
    .style-scss .footer-navigation li {
        margin: 0 7px;
        font-size: .81em
    }

    .style-scss .social-list li {
        font-size: 1.1em;
        margin: 0 7px
    }

    .style-scss .footer-links li {
        font-size: .7em;
        margin: 0 7px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .style-scss .tab-center {
        text-align: center
    }

    .style-scss .tab-left {
        text-align: left
    }
}

@media only screen and (max-width:767px) {
    .style-scss .mobile-left {
        text-align: left
    }

    .style-scss .mobile-center {
        text-align: center
    }

    .style-scss .navigation,
    .style-scss body {
        min-width: 300px
    }
}

@media only screen and (max-width:991px) {
    .style-scss .navbar-nav .demo-dropdown .dropdown-menu {
        display: none !important
    }
}

.style-scss .steps-section .nav-tabs {
    border-bottom: none
}

.style-scss .steps-section .nav-tabs li {
    width: 100%;
    cursor: pointer
}

.style-scss .txt-feature h2 {
    font-size: 2em;
    margin-bottom: 15px;
    margin-top: 15px
}

.style-scss .txt-feature h3 {
    font-size: 1.5em
}

.style-scss .steps {
    display: block;
    width: 100%;
    padding: 25px 30px;
    transition: all .5s ease
}

.style-scss .steps h4 {
    margin-bottom: 10px
}

.style-scss .active .steps {
    cursor: default;
    box-shadow: 0 0 11px 1px rgba(0, 0, 0, .07)
}

.style-scss .active .steps h4 {
    color: #1f65db
}

.style-scss .steps-screen {
    background: url(/img/images/macbook.png) no-repeat top;
    background-size: 100%;
    padding: 30px 90px 60px
}

.style-scss .logo-item {
    border-radius: 8px
}

.style-scss .contact-panel {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0
}

.style-scss .contact-panel [class*=col-] {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    float: none;
    padding: 25px
}

.style-scss .single-contact {
    color: #fff;
    padding: 60px 0
}

.style-scss .single-contact .fa {
    display: block;
    font-size: 36px;
    margin-bottom: 15px
}

.style-scss .scontact-info {
    font-size: 1.1em;
    line-height: 2
}

.style-scss .download-form input.form-control {
    border-radius: 25px;
    padding-left: 20px
}

.style-scss .download-form h2 {
    margin-bottom: 18px
}

.style-scss .download-form>.heading-light {
    margin-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .style-scss .steps-screen {
        margin: 100px 0
    }

    .style-scss .row-vm .steps-screen {
        margin: 0
    }
}

@media only screen and (max-width:991px) {
    .style-scss .steps-section .nav-tabs li {
        margin-bottom: 10px;
        background: #fff
    }

    .style-scss .steps-section .nav-tabs {
        margin-bottom: 30px
    }

    .style-scss .steps-screen {
        max-width: 720px;
        padding: 30px 95px 100px
    }

    .style-scss .txt-feature h2 {
        margin-top: 30px
    }

    .style-scss .scontact-info {
        font-size: .9em
    }
}

@media only screen and (max-width:767px) {
    .style-scss .steps-screen {
        max-width: 420px;
        padding: 20px 60px 70px;
        margin: 0 auto
    }

    .style-scss .contact-panel [class*=col-] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .style-scss .scontact-info {
        font-size: 1.1em
    }

    .style-scss .single-contact {
        padding: 25px 0
    }
}

@media only screen and (max-width:479px) {
    .style-scss .steps-screen {
        max-width: 300px;
        padding: 14px 40px 25px;
        margin: 0 auto
    }

    .style-scss .row-vm .steps-screen {
        margin-bottom: 20px
    }

    .style-scss .steps-section .nav-tabs {
        margin-bottom: 15px
    }
}

.style-scss .overflow-scroll {
    overflow: hidden !important;
    overflow-y: scroll !important
}

.style-scss .section-overflow-fix {
    position: relative
}

.style-scss .section-overflow-fix:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: #fff;
    content: ""
}

.style-scss .nav.inline-nav {
    border-bottom-color: transparent;
    margin-bottom: 40px
}

.style-scss .inline-nav .steps {
    padding: 12px 20px;
    border-radius: 25px
}

.style-scss .inline-nav .steps h4 {
    margin-bottom: 0
}

.style-scss .nav-tabs.inline-nav li {
    cursor: pointer;
    float: none;
    display: inline-block;
    margin: 0 15px
}

.style-scss .header-curbed-circle {
    height: auto;
    z-index: 2
}

.style-scss .header-curbed-circle:after {
    background: url(/img/images/carb-circle.png) bottom no-repeat;
    background-size: contain
}

.style-scss .background-circles:before,
.style-scss .header-curbed-circle:after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.style-scss .background-circles:before {
    background: url(/img/images/bubble.png) top no-repeat;
    background-size: cover
}

.style-scss .theme-pro .background-circles:before {
    background-image: url(/img/images/bubble-pro.png)
}

.style-scss .theme-pro .has-bg-image.background-circles:before,
.style-scss .theme-pro .has-bg-video.background-circles:before {
    background-image: url(/img/images/bubble.png)
}

.style-scss .header-laptop-mockup.black {
    background: url(/img/images/macbook-black.png) no-repeat top;
    background-size: 100%
}

.style-scss .header-mockups {
    position: relative;
    padding-bottom: 10px
}

.style-scss .header-mockups .iphonex-flat-mockup {
    position: absolute;
    bottom: 15px;
    right: 0;
    z-index: 99
}

.style-scss .half-header .header-mockups .iphonex-flat-mockup {
    bottom: -15px;
    right: -30px
}

.style-scss .iphonex-flat-mockup {
    position: relative;
    width: 190px;
    height: 390px
}

.style-scss .iphonex-flat-mockup.large {
    position: relative;
    width: 240px;
    height: 520px
}

.style-scss .iphonex-flat-mockup img {
    border-radius: 20px
}

.style-scss .iphonex-flat-mockup:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: url(/img/images/iphonex-flat.png);
    transform: translate(-51.5%, -49.3%) scale(.5)
}

.style-scss .iphonex-flat-mockup.large:after {
    transform: translate(-51.5%, -50.8%) scale(.645)
}

.style-scss .feature-box {
    margin-bottom: 60px
}

.style-scss .feature-box h4 {
    margin: 13px 0
}

.style-scss .fearures-software-mockup.black {
    background: url(/img/images/macbook-black.png) no-repeat top;
    background-size: 100%
}

.style-scss .fearures-software-mockup.right {
    float: left
}

.style-scss .feature-mockups {
    position: relative
}

.style-scss .feature-mockups .phone-mockup {
    position: absolute;
    left: 20px;
    bottom: 25px;
    z-index: 1
}

.style-scss .steps-screen.black {
    background: url(/img/images/macbook-black.png) no-repeat top;
    background-size: 100%
}

.style-scss .laptop-mockup {
    background: url(/img/images/macbook.png) no-repeat top;
    background-size: 100%;
    padding: 30px 100px 90px;
    position: relative;
    z-index: 1
}

.style-scss .laptop-mockup.laptop-black {
    background: url(/img/images/macbook-black.png) no-repeat top;
    background-size: 100%
}

.style-scss .fade {
    transition: all .5s ease
}

.style-scss .tab-pane {
    position: relative
}

.style-scss .tab-pane .laptop-mockup {
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease
}

.style-scss .tab-pane .iphonex-flat-mockup {
    opacity: 0;
    transform: translate(50px);
    transition: all .5s ease .2s
}

.style-scss .fade.in .iphonex-flat-mockup,
.style-scss .fade.in .laptop-mockup {
    opacity: 1;
    transform: translate(0)
}

.style-scss .tab-pane .phone-mockup {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.style-scss .feature-mockups .fearures-software-mockup {
    margin-bottom: 50px
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .style-scss .laptop-mockup {
        padding: 35px 95px 60px;
        max-width: 720px;
        margin: 0 auto
    }

    .style-scss .iphonex-flat-mockup {
        width: 150px;
        height: 310px
    }

    .style-scss .iphonex-flat-mockup.large {
        position: relative;
        width: 190px;
        height: 390px
    }

    .style-scss .iphonex-flat-mockup:after {
        transform: translate(-51.5%, -49.3%) scale(.4)
    }

    .style-scss .iphonex-flat-mockup.large:after {
        transform: translate(-51.5%, -49.3%) scale(.5)
    }

    .style-scss .inline-nav .steps {
        padding: 12px 20px;
        border-radius: 25px
    }

    .style-scss .inline-nav .steps h4 {
        font-size: 1em
    }

    .style-scss .nav-tabs.inline-nav li {
        margin: 0 10px
    }
}

@media only screen and (max-width:991px) {

    .style-scss .inline-nav li,
    .style-scss .inline-nav li:nth-child(2n) {
        background: transparent
    }
}

@media only screen and (max-width:767px) {
    .style-scss .laptop-mockup {
        padding: 16px 55px 32px;
        max-width: 440px;
        min-width: 440px;
        margin: 0 auto
    }

    .style-scss .iphonex-flat-mockup,
    .style-scss .iphonex-flat-mockup.large {
        width: 100px;
        height: 204px
    }

    .style-scss .iphonex-flat-mockup.large:after,
    .style-scss .iphonex-flat-mockup:after {
        transform: translate(-50.8%, -49.3%) scale(.265)
    }

    .style-scss .feature-mockups,
    .style-scss .header-mockups,
    .style-scss .tab-pane {
        max-width: 450px;
        margin: 0 auto
    }

    .style-scss .feature-mockups .phone-mockup {
        bottom: -40px
    }
}

@media only screen and (max-width:479px) {
    .style-scss .laptop-mockup {
        padding: 14px 40px 25px;
        max-width: 280px;
        min-width: 280px;
        margin: 0 auto
    }

    .style-scss .iphonex-flat-mockup,
    .style-scss .iphonex-flat-mockup.large {
        width: 70px;
        height: 142px
    }

    .style-scss .iphonex-flat-mockup img {
        border-radius: 10px
    }

    .style-scss .iphonex-flat-mockup.large:after,
    .style-scss .iphonex-flat-mockup:after {
        transform: translate(-50.6%, -49.6%) scale(.185)
    }

    .style-scss .feature-mockups,
    .style-scss .header-mockups,
    .style-scss .tab-pane {
        max-width: 280px;
        margin: 0 auto
    }

    .style-scss .header-mockups .iphonex-flat-mockup {
        bottom: -10px
    }

    .style-scss .nav-tabs.inline-nav li {
        display: block
    }
}

.style-scss .pt-0 {
    padding-top: 0
}

.style-scss .pb-170 {
    padding-bottom: 170px
}

.style-scss .bg-light {
    background: #f6fbff
}

.style-scss .meta-heading {
    margin-bottom: 5px
}

.style-scss .heading-row,
.style-scss .meta-heading+.heading {
    font-size: 2.075em
}

.style-scss .button.light {
    margin-top: 20px
}

.style-scss .feature-col {
    padding: 15px
}

.style-scss .feature-col .icon {
    font-size: 42px;
    padding-top: 10px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin: 0 auto 30px
}

.style-scss .bg-circle {
    position: relative;
    z-index: -1
}

.style-scss .bg-circle .big,
.style-scss .bg-circle .big:after,
.style-scss .bg-circle .big:before,
.style-scss .bg-circle .small {
    position: absolute;
    border-radius: 50%
}

.style-scss .bg-circle .small {
    height: 280px;
    width: 280px;
    top: 90px
}

.style-scss .bg-circle .big {
    height: 380px;
    width: 380px;
    right: 0;
    top: 0
}

.style-scss .bg-circle .big:after,
.style-scss .bg-circle .big:before {
    position: absolute;
    content: ""
}

.style-scss .bg-circle .big:before {
    height: 28px;
    width: 28px;
    right: 60px;
    top: -40px
}

.style-scss .bg-circle .big:after {
    height: 45px;
    width: 45px;
    left: 0;
    bottom: -70px
}

.style-scss .pricing-box.alt h2 {
    color: inherit
}

.style-scss .pricing-box .pricing-bottom {
    background: transparent
}

.style-scss .pricing-box.gradiant-background .pricing-bottom {
    color: #fff
}

.style-scss .contact-form.trans {
    background: hsla(0, 0%, 100%, .2)
}

.style-scss .contact-form.trans h2 {
    color: #fff
}

.style-scss .contact-form.trans .form-control {
    background: transparent;
    border-radius: 0;
    border-width: 0 0 1px;
    border-color: #fff
}

.style-scss .contact-form.trans .form-control:-ms-input-placeholder {
    color: #fff
}

.style-scss .contact-form.trans .form-control::placeholder {
    color: #fff
}

.style-scss .fade-nav.navbar-right .demo-dropdown .dropdown-menu {
    left: calc(-660px + 38px)
}

@media only screen and (min-width:991px) and (max-width:1199px) {
    .style-scss .fade-nav.navbar-right .demo-dropdown .dropdown-menu {
        left: calc(-455px + 38px)
    }
}

@media only screen and (max-width:991px) {

    .style-scss .features-content.center,
    .style-scss .features-content .text-right {
        text-align: center
    }

    .style-scss .pb-170 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width:767px) {
    .style-scss .bg-circle .big {
        height: 300px;
        width: 300px
    }

    .style-scss .bg-circle .small {
        height: 200px;
        width: 200px
    }

    .style-scss .bg-circle .big:before {
        top: -20px
    }

    .style-scss .bg-circle .big:after {
        bottom: -20px
    }
}

.style-scss .overflow-hidden {
    overflow: hidden !important
}

.title-teacher {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #000;
    position: relative;
    margin-top: 20px
}

.title-teacher:before {
    left: 46.62%;
    right: 46.78%;
    bottom: -11px
}

.title-teacher:after,
.title-teacher:before {
    position: absolute;
    height: 2px;
    background: #e94b00;
    content: "";
    box-sizing: border-box
}

.title-teacher:after {
    left: 45.23%;
    right: 45.39%;
    bottom: -20px
}

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

.bound-img-teacher {
    display: flex;
    margin: auto;
    width: 80%;
    padding: 20px 234px;
    flex-wrap: wrap;
    justify-content: space-around
}

@media screen and (max-width:1422px) {
    .bound-img-teacher {
        padding: 20px 100px
    }
}

@media screen and (max-width:800px) {
    .bound-img-teacher {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .title-teacher {
        font-size: 18px;
        line-height: 22px
    }
}

.bound-img-teacher p {
    text-align: center;
    font-weight: 700;
    margin: 0
}

.container-teacher {
    background-color: #eeecec
}

.container-teacher a:link,
.container-teacher a:visited {
    text-align: center;
    text-decoration: none;
    background: #e94b00;
    padding: 15px 150px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    border-radius: 0
}

.teacher-name {
    color: #e94b00;
    font-size: 13px
}

.teacher-current {
    color: #213671;
    font-size: 13px
}

.teacher-highest {
    color: #213671;
    font-size: 10px;
    font-weight: 400
}

.div-img-teacher {
    align-items: center;
    margin: 20px auto;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    border: 1px solid #f26522;
    overflow: hidden
}

.bound-button,
.div-img-teacher {
    display: flex;
    justify-content: center
}

.bound-button {
    padding: 20px 0
}

.bound-intro {
    width: 78%;
    margin: 60px auto
}

.bottom-div,
.top-div {
    display: flex
}

.top-text {
    float: right;
    width: 50%;
    padding: 0 0 0 30px;
    text-align: justify
}

.bottom-right {
    display: flex
}

.bottom-right,
.bottom-right-child-right {
    float: right;
    width: 50%
}

.bottom-left,
.top-img {
    float: left;
    width: 50%;
    padding: 6px 0 0
}

.bottom-left {
    text-align: justify;
    padding-right: 15px
}

.bottom-right-child-right div img,
.bottom-right-child img,
.top-img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto
}

.bottom-right-child {
    padding: 12px 0 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.bottom-right-child-right div {
    padding: 12px 0 0 20px
}

.component-img {
    width: 200px
}

@media screen and (min-width:1200px) {
    .component-img {
        width: 33%
    }
}

@media screen and (max-width:1200px) {
    .top-div {
        display: grid
    }

    .top-img {
        display: block;
        margin: auto;
        width: 100%
    }

    .bottom-left,
    .top-text {
        display: contents
    }

    .bound-intro {
        width: 93%
    }

    .bottom-right {
        display: block;
        margin: auto;
        width: 100%;
        order: 2
    }

    .bottom-div {
        display: flex;
        flex-direction: column-reverse
    }
}