@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap'):root {
    --white: #fff;
    --gray-100: #d3d9e6;
    --gray-200: #9fabc3;
    --gray-300: #59667f;
    --black: #000;
    --light-blue: #00d7f4;
    --blue: #2dabde;
    --dark-blue: rgb(22, 60, 122);
    --navy-blue: #1a5a81;
    --green: #1EE28F;
    --purple: #705cf1;
    --red: #ff4d6b;
    --yellow: #fbd35b;
    --turquoise: #10aabf;
    --dark-green: #2fb770;
    --orange: #f89933;
    --dark-red: #e02127;
    --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
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn):not([class^=btn-]) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px!important
    }
    .container {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge,
    [class^=badge-] {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #59667f!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

*,
*::before,
*::after {
    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 {
    margin: 0;
   
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

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

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

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace;
    font-size: 1em
}

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

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

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

a>code {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .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.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .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.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .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.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .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.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

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

.table th,
.table td {
    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 .table {
    background-color: #fff
}

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

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

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

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

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

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

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

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

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

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #212529;
    border-color: #32383e
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(61, 70, 110, .2);
    margin-bottom: 20px
}

.table-responsive .table {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0
}

.table {
    font-size: 12px;
    font-weight: 400;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(61, 70, 110, .2);
    color: rgb(22, 60, 122);
    width: 100%
}

.table .table-cell {
    padding: 25px 20px;
    text-align: left;
    vertical-align: middle;
    word-wrap: break-word
}

.table .table-cell:first-child {
    padding-left: 40px
}

.table .table-cell:last-child {
    padding-right: 40px
}

.table .table-header-cell {
    user-select: none;
    border: none;
    color: #59667f;
    font-weight: 400;
    padding-bottom: 16px;
    padding-top: 17px;
    position: relative;
    white-space: nowrap
}

.table .table-header-cell .header-filter {
    color: #59667f
}

.table .table-header-cell:last-child {
    width: 40px
}

.table .table-header-cell a:hover {
    text-decoration: none
}

.table .table-header-cell a:hover .table-sort-container {
    display: inline!important
}

.table .table-sort-container {
    left: 5px;
    position: relative;
    top: 7px
}

.table .table-asc-arrow {
    border-bottom: 4px solid #9fabc3;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    height: 0;
    width: 0;
    position: absolute
}

.table .table-asc-arrow.current {
    border-bottom: 4px solid #59667f;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    height: 0;
    width: 0;
    position: absolute
}

.table .table-desc-arrow {
    border-top: 4px solid #9fabc3;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    height: 0;
    width: 0;
    position: absolute
}

.table .table-desc-arrow.current {
    border-top: 4px solid #59667f;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    height: 0;
    width: 0;
    position: absolute
}

.table .user-actions {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: right
}

.table .user-actions.with-buttons [class^=btn-] {
    margin-right: 20px
}

.table .user-actions.with-buttons [class^=btn-]:last-child {
    margin-right: 0
}

.table .user-actions .action-with-icon {
    margin-left: 17px
}

.table .user-actions .action-with-icon:first-child {
    margin-left: 0
}

.table-no-results-block {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: space-around;
    margin-top: 100px
}

.table-no-results-block .no-results-icon {
    margin-right: 60px
}

.table-no-results-block .table-no-results-container {
    text-align: center
}

.table-no-results-block .table-no-results-container .table-no-results-title {
    font-size: 24px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    font-weight: 700;
    margin-bottom: 26px
}

.table-no-results-block .table-no-results-container .table-no-results-text {
    font-size: 18px;
    font-weight: 300;
    color: rgb(22, 60, 122);
    margin-bottom: 0
}

.table-multiple-title {
    font-size: 16px;
    font-weight: 300;
    color: rgb(22, 60, 122);
    display: block;
    margin: 30px 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #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 screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

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

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

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

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

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-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

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

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

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

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 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 {
    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%;
    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
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem/4);
    background-size: calc(2.25rem/2) calc(2.25rem/2);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyOGE3NDUnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=)
}

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

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

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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") no-repeat center right 1.75rem/1.125rem 1.125rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #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%;
    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
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem/4);
    background-size: calc(2.25rem/2) calc(2.25rem/2);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkYzM1NDUnIHZpZXdCb3g9Jy0yIC0yIDcgNyc+PHBhdGggc3Ryb2tlPScjZDk1MzRmJyBkPSdNMCAwbDMgM20wLTNMMCAzJy8+PGNpcmNsZSByPScuNScvPjxjaXJjbGUgY3g9JzMnIHI9Jy41Jy8+PGNpcmNsZSBjeT0nMycgcj0nLjUnLz48Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nLjUnLz48L3N2Zz4=)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #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 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.form-control {
    font-size: 12px;
    font-weight: 400;
    appearance: none;
    border-radius: 4px;
    border: solid 1px #9fabc3;
    color: #59667f!important;
    height: 50px;
    line-height: 50px;
    padding: 0 14px
}

.form-control,
.form-control:focus,
.form-control:disabled,
.form-control.is-valid:focus,
.form-control.is-invalid:focus {
    background-color: transparent;
    box-shadow: none
}

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

.form-control:focus {
    border-color: #59667f;
    color: #59667f
}

.form-control[readonly] {
    background-color: rgba(211, 217, 230, .3);
    border-color: #d3d9e6;
    color: rgb(22, 60, 122);
    cursor: default
}

.form-control::placeholder {
    color: #9fabc3
}

.form-control.is-invalid,
.form-control.is-invalid:focus {
    border-color: #ff4d6b
}

.form-control.is-valid,
.form-control.is-valid:focus {
    border-color: #1ee28f
}

textarea.form-control {
    padding: 14px
}

.valid-feedback,
.invalid-feedback {
    font-size: 12px;
    font-weight: 400
}

.valid-feedback {
    color: #1ee28f
}

.invalid-feedback {
    color: #ff4d6b
}

label {
    font-size: 10px;
    font-weight: 600;
    color: rgb(22, 60, 122);
    text-transform: uppercase
}

.is-disabled label {
    opacity: .3
}

.input-group {
    position: relative
}

.input-group .form-control {
    position: relative;
    z-index: 1
}

.input-group .info-tooltip-mark {
    position: absolute;
    right: 10px;
    top: 18px;
    z-index: 3
}

.input-group.with-hollow-prepend .input-group-prepend {
    cursor: pointer;
    left: 10px;
    position: absolute;
    top: 14px;
    z-index: 10
}

.input-group.with-hollow-prepend .input-group-prepend .input-group-text {
    background-color: transparent;
    border: 0;
    fill: #9fabc3;
    height: 20px;
    padding: 0;
    width: 20px
}

.input-group.with-hollow-prepend .form-control {
    border-radius: 5px!important;
    text-align: center;
    padding-right: 42px;
    padding-left: 42px
}

.input-group.with-hollow-prepend .form-control:focus+.input-group-prepend .input-group-text {
    fill: rgb(22, 60, 122)
}

.input-group.with-hollow-prepend .form-control.is-invalid+.input-group-prepend .input-group-text {
    fill: #ff4d6b
}

.input-group.with-hollow-prepend .form-control.is-valid+.input-group-prepend .input-group-text {
    fill: #1ee28f
}

.form-check {
    line-height: 20px;
    position: relative;
    text-indent: 10px
}

.form-check .form-check-label,
.form-check .check-icon {
    transition: all 300ms ease
}

.form-check .check-icon {
    fill: #fff;
    height: 8px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 6px;
    width: 10px;
    z-index: 2
}

.form-check-input,
.form-check-label {
    cursor: pointer
}

.form-check-input {
    display: block;
    height: 20px;
    left: 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 3
}

.form-check-input:checked~.form-check-label {
    color: rgb(22, 60, 122)
}

.form-check-input:disabled,
.form-check-input:disabled~.form-check-label {
    cursor: not-allowed
}

.form-check-input:disabled~.form-check-label:before {
    opacity: .3
}

.form-check-input[type=checkbox]~.form-check-label:before {
    border-radius: 5px
}

.form-check-input[type=checkbox]~.form-check-label:after {
    display: none
}

.form-check-input[type=checkbox]:checked~.check-icon {
    opacity: 1
}

.form-check-input[type=checkbox]:checked~.form-check-label:before {
    background-color: #00d7f4;
    border: 0
}

.form-check-input[type=radio]~.form-check-label:before,
.form-check-input[type=radio]~.form-check-label:after {
    border-radius: 100%
}

.form-check-input[type=radio]:checked~.form-check-label:before {
    background-color: #00d7f4;
    border: 0
}

.form-check-input[type=radio]:checked~.form-check-label:after {
    opacity: 1
}

.form-check-input[type=radio]:checked.with-background-color~.form-check-label:after {
    border-color: #f4f8f9
}

.form-check-label {
    user-select: none;
    font-size: 12px;
    font-weight: 300;
    color: rgb(22, 60, 122);
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-indent: 0;
    text-transform: none;
    vertical-align: top
}

.form-check-label:after,
.form-check-label:before {
    border: 1px solid #9fabc3;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.form-check-label:before {
    z-index: 1
}

.form-check-label:after {
    background-color: #00d7f4;
    border: 4px solid #fff;
    height: 18px;
    left: 1px;
    opacity: 0;
    top: 1px;
    width: 18px;
    z-index: 2
}

.form-toggle {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 35px
}

.form-toggle-input {
    opacity: 0
}

.form-toggle-input:checked~.form-toggle-label:after {
    background-color: #00d7f4
}

.form-toggle-input:checked~.form-toggle-label:after {
    left: 15px
}

.form-toggle-input:disabled~.form-toggle-label,
.form-toggle-input:disabled~.form-toggle-label:before,
.form-toggle-input:disabled~.form-toggle-label:after {
    cursor: not-allowed
}

.form-toggle-label {
    cursor: pointer;
    height: inherit
}

.form-toggle-label:before,
.form-toggle-label:after {
    transition: all 300ms ease;
    content: "";
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.form-toggle-label:before {
    background-color: #d3d9e6;
    border-radius: 5px;
    height: 10px;
    top: 5px;
    width: 35px
}

.form-toggle-label:after {
    background-color: #9fabc3;
    border-radius: 100%;
    box-shadow: 0 10px 20px rgba(61, 70, 110, .2);
    height: 20px;
    width: 20px
}

.form-dropdown {
    user-select: none;
    position: relative;
    cursor: pointer
}

.form-dropdown select {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.form-dropdown .form-control {
    color: #9fabc3;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding-right: 40px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 0
}

.form-dropdown .form-control[readonly] {
    background-color: transparent
}

.form-dropdown .form-control:focus {
    border-color: #59667f
}

.form-dropdown .form-control:focus~.arrow-icon {
    fill: rgb(22, 60, 122)
}

.form-dropdown .arrow-icon {
    fill: #9fabc3;
    position: absolute;
    right: 20px;
    top: 15px;
    pointer-events: none
}

.form-dropdown .dropdown-menu {
    padding: 0;
    top: 12px!important;
    width: 100%;
    z-index: 2
}

.form-dropdown .dropdown-menu-list {
    margin: 0;
    max-height: 270px;
    overflow-y: auto;
    padding: 0
}

.form-dropdown .dropdown-item {
    margin: 0;
    padding: 5px;
    white-space: normal;
    word-wrap: break-word
}

.form-dropdown .dropdown-item.is-selected {
    font-size: 12px;
    font-weight: 400;
    color: #2dabde
}

.form-dropdown .dropdown-item.form-check {
    padding: 0;
    margin: 0
}

.form-dropdown .dropdown-item-text {
    display: block;
    margin: 0;
    padding: 0 20px;
    pointer-events: none
}

.form-dropdown .dropdown-buttons-container {
    border-top: 1px solid #d3d9e6;
    display: flex
}

.form-dropdown .dropdown-buttons-container .dropdown-button {
    font-size: 12px;
    font-weight: 600;
    background-color: transparent;
    border: none;
    color: #2dabde;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.form-dropdown .dropdown-buttons-container .dropdown-button.clear-btn {
    border-left: 1px solid #d3d9e6
}

.form-dropdown .dropdown-buttons-container .dropdown-button:disabled {
    color: #d3d9e6
}

.form-dropdown .dropdown-buttons-container .dropdown-button:disabled:hover {
    color: #d3d9e6
}

.form-dropdown .dropdown-buttons-container .dropdown-button:hover {
    color: #0052cc
}

.form-dropdown .dropdown-buttons-container .dropdown-button:focus {
    outline: none
}

.form-dropdown .dropdown-divider {
    border: 0
}

.form-dropdown .form-check-label {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 40px
}

.form-dropdown .form-check-label .item-text {
    pointer-events: none;
    display: inline-block;
    line-height: normal;
    vertical-align: middle
}

.form-dropdown .form-check-label::before {
    height: 15px;
    margin-left: 10px;
    margin-top: 13px;
    width: 15px
}

.form-dropdown .check-icon {
    height: 7px;
    margin-left: 9px;
    margin-top: 11px;
    pointer-events: none;
    width: 8px
}

.form-dropdown .form-check-input {
    margin-left: 10px
}

.form-dropdown .dropdown-search {
    border-bottom: 1px solid #d3d9e6;
    height: 35px;
    width: 100%;
    position: relative
}

.form-dropdown .dropdown-search .glass-icon {
    position: absolute;
    right: 0;
    top: 8px;
    margin-right: 15px
}

.form-dropdown .dropdown-search .dropdown-search-input {
    font-size: 12px;
    font-weight: 300;
    color: rgb(22, 60, 122);
    cursor: text;
    display: block;
    height: 34px;
    margin: 0 35px 0 25px;
    overflow: hidden;
    padding-top: 8px;
    white-space: nowrap
}

.form-dropdown .dropdown-search .dropdown-search-input:empty:before {
    color: #9fabc3;
    content: attr(data-placeholder)
}

.form-dropdown .dropdown-search .dropdown-search-input:focus {
    outline: none
}

.form-dropdown .dropdown-no-results {
    font-size: 12px;
    font-weight: 300;
    color: rgb(22, 60, 122);
    height: 35px;
    line-height: 35px;
    padding-left: 25px
}

.btn,
[class^=btn-] {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    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 screen and (prefers-reduced-motion:reduce) {
    .btn,
    [class^=btn-] {
        transition: none
    }
}

.btn:hover,
:hover[class^=btn-] {
    color: #212529;
    text-decoration: none
}

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

.btn.disabled,
.disabled[class^=btn-],
.btn:disabled,
:disabled[class^=btn-] {
    opacity: .65
}

.btn:not(:disabled):not(.disabled),
:not(:disabled):not(.disabled)[class^=btn-] {
    cursor: pointer
}

a.btn.disabled,
a.disabled[class^=btn-],
fieldset:disabled a.btn,
fieldset:disabled a[class^=btn-] {
    pointer-events: none
}

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

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

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .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: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: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: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: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: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: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: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
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

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

.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>[class^=btn-] {
    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=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

[class^=btn-] {
    user-select: none;
    transition: all 300ms ease;
    border: 0;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1.2px;
    outline: none;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase
}

[class^=btn-][disabled],
[class^=btn-].is-disabled {
    cursor: not-allowed;
    opacity: .3
}

.btn-primary,
.btn-secondary,
.btn-ghost {
    font-size: 12px;
    font-weight: 600;
    border-radius: 25px;
    height: 42px;
    line-height: 42px
}

.btn-primary svg,
.btn-secondary svg,
.btn-ghost svg {
    fill: #fff!important;
    stroke: #fff!important
}

.btn-primary.is-small,
.btn-secondary.is-small,
.btn-ghost.is-small {
    font-size: 10px;
    font-weight: 600;
    border-radius: 15px;
    height: 30px;
    line-height: 29px;
    padding: 0 15px
}

.btn-primary.is-big,
.btn-secondary.is-big,
.btn-ghost.is-big {
    border-radius: 25px;
    height: 50px;
    line-height: 50px
}

.btn-primary.is-centered,
.btn-secondary.is-centered,
.btn-ghost.is-centered {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 300px
}

.btn-primary.with-icon-btn,
.btn-secondary.with-icon-btn,
.btn-ghost.with-icon-btn {
    align-items: center;
    display: inline-flex;
    min-width: 120px;
    position: relative
}

.btn-primary.with-icon-btn svg,
.btn-secondary.with-icon-btn svg,
.btn-ghost.with-icon-btn svg {
    height: 22px;
    margin-right: 10px;
    flex-shrink: 1;
    width: 22px
}

.btn-primary.with-icon-btn .label,
.btn-secondary.with-icon-btn .label,
.btn-ghost.with-icon-btn .label {
    text-align: center;
    flex-grow: 1
}

.btn-primary.with-icon-btn.is-small svg,
.btn-secondary.with-icon-btn.is-small svg,
.btn-ghost.with-icon-btn.is-small svg {
    height: 12px;
    width: 12px
}

.btn-primary.is-wide,
.btn-secondary.is-wide,
.btn-ghost.is-wide {
    width: 100%
}

.btn-ghost,
.btn-ghost:focus,
.btn-ghost:not([disabled]):not(.is-disabled):active,
.btn-ghost:not([disabled]):not(.is-disabled):hover,
.btn-ghost[disabled],
.btn-ghost.is-disabled,
.btn-secondary,
.btn-secondary:focus,
.btn-secondary:not([disabled]):not(.is-disabled):active,
.btn-secondary:not([disabled]):not(.is-disabled):hover,
.btn-secondary[disabled],
.btn-secondary.is-disabled {
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: none
}

.btn-primary,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.is-disabled):active {
    box-shadow: 0 13px 21px -10px rgba(61, 70, 110, .3), 0 13px 21px -10px rgb(49, 102, 183)
}

.btn-primary:not([disabled]):not(.is-disabled):hover {
    box-shadow: 0 20px 21px -10px rgba(61, 70, 110, .3), 0 20px 21px -10px rgba(0, 102, 255, .3);
    transform: translate(0, -3px)
}

.btn-primary:not([disabled]):not(.disabled):active {
    box-shadow: 0 5px 10px -5px rgba(61, 70, 110, .3), 0 5px 10px -5px rgba(0, 102, 255, .3);
    transform: translate(0, 0)
}

.btn-primary,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.is-disabled):active,
.btn-primary:not([disabled]):not(.is-disabled):hover {
    background-color: rgb(18, 56, 113)
}

.btn-primary.is-white,
.btn-primary:focus.is-white,
.btn-primary:not([disabled]):not(.is-disabled):active.is-white,
.btn-primary:not([disabled]):not(.is-disabled):hover.is-white {
    background-color: #fff!important;
    color: #2dabde!important
}

.btn-primary.is-white svg,
.btn-primary:focus.is-white svg,
.btn-primary:not([disabled]):not(.is-disabled):active.is-white svg,
.btn-primary:not([disabled]):not(.is-disabled):hover.is-white svg {
    fill: #2dabde!important;
    stroke: #2dabde!important
}

.btn-primary.is-light-blue-background,
.btn-primary:focus.is-light-blue-background,
.btn-primary:not([disabled]):not(.is-disabled):active.is-light-blue-background,
.btn-primary:not([disabled]):not(.is-disabled):hover.is-light-blue-background {
    background-color: #00d7f4!important
}

.btn-primary.is-dark-blue-background,
.btn-primary:focus.is-dark-blue-background,
.btn-primary:not([disabled]):not(.is-disabled):active.is-dark-blue-background,
.btn-primary:not([disabled]):not(.is-disabled):hover.is-dark-blue-background {
    background-color: rgb(22, 60, 122)!important
}

.btn-primary.is-green-background,
.btn-primary:focus.is-green-background,
.btn-primary:not([disabled]):not(.is-disabled):active.is-green-background,
.btn-primary:not([disabled]):not(.is-disabled):hover.is-green-background {
    background-color: #1ee28f!important
}

.btn-primary.is-purple-background,
.btn-primary:focus.is-purple-background,
.btn-primary:not([disabled]):not(.is-disabled):active.is-purple-background,
.btn-primary:not([disabled]):not(.is-disabled):hover.is-purple-background {
    background-color: #705cf1!important
}

.btn-primary.is-red-background,
.btn-primary:focus.is-red-background,
.btn-primary:not([disabled]):not(.is-disabled):active.is-red-background,
.btn-primary:not([disabled]):not(.is-disabled):hover.is-red-background {
    background-color: #ff4d6b!important
}

.btn-primary.is-yellow-background,
.btn-primary:focus.is-yellow-background,
.btn-primary:not([disabled]):not(.is-disabled):active.is-yellow-background,
.btn-primary:not([disabled]):not(.is-disabled):hover.is-yellow-background {
    background-color: #fbd35b!important
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-ghost {
    border: 1px solid #9fabc3;
    color: #9fabc3
}

.btn-ghost svg {
    fill: #9fabc3!important;
    stroke: #9fabc3!important
}

.btn-ghost:not([disabled]):not(.is-disabled).on,
.btn-ghost:not([disabled]):not(.is-disabled):hover {
    border-color: rgb(22, 60, 122);
    color: rgb(22, 60, 122)
}

.btn-ghost:not([disabled]):not(.is-disabled).on svg,
.btn-ghost:not([disabled]):not(.is-disabled):hover svg {
    fill: rgb(22, 60, 122)!important;
    stroke: rgb(22, 60, 122)!important
}

.btn-ghost:focus,
.btn-ghost:not([disabled]):not(.is-disabled):active {
    border-color: #9fabc3;
    color: #9fabc3
}

.btn-ghost:focus svg,
.btn-ghost:not([disabled]):not(.is-disabled):active svg {
    fill: #9fabc3!important;
    stroke: #9fabc3!important
}

.btn-ghost[disabled],
.btn-ghost.is-disabled {
    border-color: #9fabc3;
    color: #9fabc3
}

.btn-ghost[disabled] svg,
.btn-ghost.is-disabled svg {
    fill: #9fabc3!important;
    stroke: #9fabc3!important
}

.btn-ghost.is-red {
    border: 1px solid #ff4d6b;
    color: #ff4d6b
}

.btn-ghost.is-red svg {
    fill: #ff4d6b!important;
    stroke: #ff4d6b!important
}

.btn-ghost.is-red:not([disabled]):not(.is-disabled).on,
.btn-ghost.is-red:not([disabled]):not(.is-disabled):hover {
    border-color: #e60027;
    color: #e60027
}

.btn-ghost.is-red:not([disabled]):not(.is-disabled).on svg,
.btn-ghost.is-red:not([disabled]):not(.is-disabled):hover svg {
    fill: #e60027!important;
    stroke: #e60027!important
}

.btn-ghost.is-red:focus,
.btn-ghost.is-red:not([disabled]):not(.is-disabled):active {
    border-color: #ff4d6b;
    color: #ff4d6b
}

.btn-ghost.is-red:focus svg,
.btn-ghost.is-red:not([disabled]):not(.is-disabled):active svg {
    fill: #ff4d6b!important;
    stroke: #ff4d6b!important
}

.btn-ghost.is-red[disabled],
.btn-ghost.is-red.is-disabled {
    border-color: #ff4d6b;
    color: #ff4d6b
}

.btn-ghost.is-red[disabled] svg,
.btn-ghost.is-red.is-disabled svg {
    fill: #ff4d6b!important;
    stroke: #ff4d6b!important
}

.btn-secondary {
    border-radius: 20px;
    line-height: 40px
}

.btn-secondary:not([disabled]):not(.is-disabled):hover {
    box-shadow: inset 0 0 0 1px #003d99;
    color: #003d99
}

.btn-secondary:not([disabled]):not(.is-disabled):hover svg {
    fill: #003d99!important;
    stroke: #003d99!important
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:not([disabled]):not(.is-disabled):active {
    box-shadow: inset 0 0 0 1px #2dabde;
    color: #2dabde
}

.btn-secondary svg,
.btn-secondary:focus svg,
.btn-secondary:not([disabled]):not(.is-disabled):active svg {
    fill: #2dabde!important;
    stroke: #2dabde!important
}

.btn-secondary[disabled],
.btn-secondary.is-disabled {
    box-shadow: inset 0 0 0 1px #2dabde;
    color: #2dabde
}

.btn-secondary[disabled] svg,
.btn-secondary.is-disabled svg {
    fill: #2dabde!important;
    stroke: #2dabde!important
}

.btn-icon {
    transition: all 300ms ease;
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 25px;
    justify-content: center;
    outline: none;
    position: relative;
    padding: 0;
    width: 25px
}

.btn-icon,
.btn-icon:focus,
.btn-icon:not([disabled]):not(.is-disabled):active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}

.btn-icon:not([disabled]):not(.is-disabled):hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    transform: translate(0, -3px)
}

.btn-icon:not([disabled]):not(.is-disabled):active {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    transform: translate(0, 0)
}

.btn-icon.is-blue,
.btn-icon.is-blue:focus,
.btn-icon.is-blue:not([disabled]):not(.is-disabled):active,
.btn-icon.is-blue:not([disabled]):not(.is-disabled):hover {
    background-color: #2dabde
}

.btn-icon.is-blue svg,
.btn-icon.is-blue:focus svg,
.btn-icon.is-blue:not([disabled]):not(.is-disabled):active svg,
.btn-icon.is-blue:not([disabled]):not(.is-disabled):hover svg {
    fill: #fff!important;
    stroke: #fff!important
}

.btn-icon.is-hollow {
    border: 1px solid #d3d9e6;
    background-color: transparent
}

.btn-icon.is-hollow,
.btn-icon.is-hollow:focus,
.btn-icon.is-hollow:not([disabled]):not(.is-disabled):active,
.btn-icon.is-hollow:not([disabled]):not(.is-disabled):hover {
    box-shadow: none
}

.btn-icon.is-hollow svg,
.btn-icon.is-hollow:focus svg,
.btn-icon.is-hollow:not([disabled]):not(.is-disabled):active svg,
.btn-icon.is-hollow:not([disabled]):not(.is-disabled):hover svg {
    fill: #d3d9e6!important;
    stroke: #d3d9e6!important
}

.btn-icon.is-hollow.is-disabled {
    opacity: 1
}

.btn-icon.is-square {
    background-color: transparent;
    border-radius: 5px;
    box-shadow: 0 2px 4px #9fabc3;
    height: 32px;
    width: 32px
}

.btn-icon.is-square:not([disabled]):not(.is-disabled):hover {
    box-shadow: 0 4px 5px rgba(0, 0, 0, .2)
}

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 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-right {
    right: 0;
    left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #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
}

.dropdown-toggle:after {
    display: none
}

.form-dropdown.dropdown .form-control {
    border: solid 1px #9fabc3
}

.form-dropdown.dropdown .form-control.is-invalid {
    border-color: #ff4d6b
}

.dropdown-menu {
    border: 0;
    box-shadow: 0 1px 4px rgba(61, 70, 110, .2);
    margin: 0;
    padding: 0 0 5px;
    z-index: 2
}

.dropdown-menu:not(.is-left-caret) {
    transform: translate3d(0px, 45px, 0px)!important
}

.dropdown-menu>* {
    position: relative;
    z-index: 2
}

.dropdown-menu,
.dropdown-menu:after {
    border-radius: 0px
}

.dropdown-menu:before,
.dropdown-menu:after {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute
}

.dropdown-menu:before {
    box-shadow: 0 1px 4px rgba(61, 70, 110, .2);
    height: 20px;
    top: 4px;
    right: 25px;
    transform: rotate(45deg);
    width: 10px;
    z-index: 0
}

.dropdown-menu:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0
}

.dropdown-menu.is-left-caret:before {
    left: -8px
}

.dropdown-menu.is-top-caret:before {
    top: -6px
}

.scroll-gradient {
    background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 5px;
    content: '';
    height: 30px;
    margin-top: -29px;
    pointer-events: none;
    position: relative
}

.dropdown-header {
    font-size: 12px;
    font-weight: 600;
    color: rgb(22, 60, 122);
    line-height: 20px;
    padding: 10px 20px
}

.dropdown-divider {
    border-color: #d3d9e6;
    margin: 0 0 5px
}

.dropdown-item {
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    color: rgb(22, 60, 122);
    padding: 10px 20px
}

.dropdown-item:hover {
    background-color: rgba(211, 217, 230, .3)
}

.dropdown-item.active {
    background-color: transparent;
    color: #2dabde
}

.dropdown-item.is-selected .dropdown-item-text {
    color: #2dabde
}

.dropdown-item~.dropdown-divider {
    margin-top: 5px
}

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

.btn-group>.btn,
.btn-group>[class^=btn-],
.btn-group-vertical>.btn,
.btn-group-vertical>[class^=btn-] {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group>:hover[class^=btn-],
.btn-group-vertical>.btn:hover,
.btn-group-vertical>:hover[class^=btn-] {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>:focus[class^=btn-],
.btn-group>.btn:active,
.btn-group>:active[class^=btn-],
.btn-group>.btn.active,
.btn-group>.active[class^=btn-],
.btn-group-vertical>.btn:focus,
.btn-group-vertical>:focus[class^=btn-],
.btn-group-vertical>.btn:active,
.btn-group-vertical>:active[class^=btn-],
.btn-group-vertical>.btn.active,
.btn-group-vertical>.active[class^=btn-] {
    z-index: 1
}

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

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

.btn-group>.btn:not(:first-child),
.btn-group>:not(:first-child)[class^=btn-],
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

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

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

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

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

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

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

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-group-lg>[class^=btn-]+.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>[class^=btn-],
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>:not(:first-child)[class^=btn-],
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>[class^=btn-],
.btn-group-toggle>.btn-group>.btn,
.btn-group-toggle>.btn-group>[class^=btn-] {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>[class^=btn-] input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>[class^=btn-] input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>[class^=btn-] input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>[class^=btn-] input[type=checkbox] {
    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>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

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

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

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

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

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

.input-group>.custom-file {
    display: 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-prepend,
.input-group-append {
    display: flex
}

.input-group-prepend .btn,
.input-group-prepend [class^=btn-],
.input-group-append .btn,
.input-group-append [class^=btn-] {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-prepend:focus[class^=btn-],
.input-group-append .btn:focus,
.input-group-append:focus[class^=btn-] {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend [class^=btn-]+.btn,
.input-group-prepend .btn+[class^=btn-],
.input-group-prepend [class^=btn-]+[class^=btn-],
.input-group-prepend .btn+.input-group-text,
.input-group-prepend [class^=btn-]+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+[class^=btn-],
.input-group-append .btn+.btn,
.input-group-append [class^=btn-]+.btn,
.input-group-append .btn+[class^=btn-],
.input-group-append [class^=btn-]+[class^=btn-],
.input-group-append .btn+.input-group-text,
.input-group-append [class^=btn-]+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+[class^=btn-] {
    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=radio],
.input-group-text input[type=checkbox] {
    margin-top: 0
}

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

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

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

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

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

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

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

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

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

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

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #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 {
    color: #6c757d
}

.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 {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+)
}

.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+)
}

.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+)
}

.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 screen and (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #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(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

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

.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 {
    opacity: 0
}

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

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

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

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

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

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

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

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

.custom-range:focus {
    outline: none
}

.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;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        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;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        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;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

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

.custom-range::-ms-thumb:active {
    background-color: #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 {
    background-color: #dee2e6;
    border-radius: 1rem
}

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

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

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

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

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

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

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

@media screen and (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:hover,
.nav-link:focus {
    text-decoration: none
}

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

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

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

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

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

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #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 {
    flex: 1 1 auto;
    text-align: center
}

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

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

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

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

.navbar>.container,
.navbar>.container-fluid {
    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:hover,
.navbar-brand:focus {
    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:hover,
.navbar-toggler:focus {
    text-decoration: none
}

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

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

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

@media(min-width:576px) {
    .navbar-expand-sm {
        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 {
        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 {
        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 {
        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 {
        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 {
        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 {
        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 {
        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 {
    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 {
    flex-wrap: nowrap
}

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

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

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

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

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

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

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

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .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;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsMCwwLDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwyNTUsMjU1LDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

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

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

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

.card {
    position: relative;
    display: 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:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

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

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

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

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

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

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

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

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    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-header+.list-group .list-group-item:first-child {
    border-top: 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-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

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

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

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

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

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

.card-deck {
    display: flex;
    flex-direction: column
}

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

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

.card-group {
    display: flex;
    flex-direction: column
}

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

@media(min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0
    }
}

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

@media(min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card {
    overflow: hidden
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

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

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion .card .card-header {
    margin-bottom: -1px
}

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

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

.breadcrumb-item+.breadcrumb-item:hover::before {
    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: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

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

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #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
}

.pagination-container {
    margin: 0 auto;
    text-align: center
}

.pagination {
    font-size: 12px;
    font-weight: 600;
    border-radius: 100px;
    box-shadow: 0 1px 4px 0 rgba(61, 70, 110, .2);
    display: inline-block;
    text-align: center
}

.pagination:first-child {
    border-left: 0
}

.pagination:last-child {
    border-right: 0
}

.pagination .page-item {
    float: left
}

.pagination .page-item .page-link {
    border-top: 0;
    border-bottom: 0;
    border-left: solid 1px #d3d9e6;
    border-right: solid 1px #d3d9e6;
    color: rgb(22, 60, 122);
    height: 32px;
    vertical-align: middle
}

.pagination .page-item .page-link:hover {
    background-color: #fff;
    color: #06070c
}

.pagination .page-item .page-link:hover .arrow-icon {
    fill: #0047b3
}

.pagination .page-item .page-link.is-rounded-right {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px
}

.pagination .page-item .page-link.is-rounded-left {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

.pagination .page-item .page-link.page-active {
    background-color: #2dabde;
    color: #fff
}

.pagination .page-item .page-link.page-active:hover {
    background-color: #2dabde;
    color: #fff
}

.pagination .page-item .page-link .arrow-icon {
    fill: #2dabde
}

.bulletins {
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%
}

.bulletins.is-big .bulletin {
    height: 10px;
    width: 10px
}

.bulletins .bulletin {
    background-color: #9fabc3;
    border-radius: 50%;
    display: block;
    height: 7px;
    margin-right: 4px;
    width: 7px
}

.bulletins .bulletin:last-child {
    margin-right: 0
}

.bulletins .bulletin.active {
    background-color: #705cf1
}

.badge,
[class^=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
}

a.badge:hover,
a:hover[class^=badge-],
a.badge:focus,
a:focus[class^=badge-] {
    text-decoration: none
}

.badge:empty,
:empty[class^=badge-] {
    display: none
}

.btn .badge,
[class^=btn-] .badge,
.btn [class^=badge-],
[class^=btn-] [class^=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:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[class^=badge-] {
    font-size: 10px;
    font-weight: 600;
    user-select: none;
    border-radius: 20px;
    color: #fff!important;
    height: 20px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0 14px;
    text-align: center;
    text-transform: uppercase
}

.badge-primary {
    background-color: #2dabde
}

.badge-secondary {
    background-color: #9fabc3
}

.badge-success {
    background-color: #1ee28f
}

.badge-danger {
    background-color: #ff4d6b
}

.badge-warning {
    background-color: #fbd35b
}

.badge-info {
    background-color: #705cf1
}

.badge-light {
    background-color: #d3d9e6
}

.badge-dark {
    background-color: rgb(22, 60, 122)
}

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

.alert {
    font-size: 12px;
    font-weight: 600;
    align-items: center;
    box-shadow: 0 1px 4px rgba(61, 70, 110, .2);
    color: #fff;
    display: flex;
    height: 50px;
    padding: 0 40px
}

.alert [class$=circle-icon] {
    fill: #fff;
    margin-right: 10px
}

.alert .close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    padding: 0 20px;
    right: 10px
}

.alert .close .close-icon {
    fill: rgba(255, 255, 255, .8);
    height: 13px;
    width: 13px
}

.alert .close:hover .close-icon {
    fill: #fff
}

.alert-danger {
    background-color: #ff4d6b
}

.alert-success {
    background: #1ee28f
}

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

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

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

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

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

.progress {
    height: 6px;
    overflow: visible;
    border-radius: 3px;
    background-color: rgba(211, 217, 230, .2)
}

.progress-bar {
    border-radius: 3px;
    background-color: #2dabde;
    box-shadow: 0 5px 10px 0 rgba(61, 70, 110, .2)
}

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

.media-body {
    flex: 1
}

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

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

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

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

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

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

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

.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none
}

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

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

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: translate(0, -50px)
}

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

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

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

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: 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 #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.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;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

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

.modal {
    margin: 0 auto
}

.modal.has-small-width {
    width: 380px
}

.modal .modal-header {
    border: none;
    box-shadow: 0 1px 4px 0 rgba(61, 70, 110, .2)
}

.modal .modal-body {
    background-color: #f4f8f9
}

.modal .modal-title {
    font-size: 18px;
    font-weight: 300;
    color: rgb(22, 60, 122);
    margin-left: 30px
}

.modal .modal-content {
    min-height: 290px
}

.modal .buttons {
    display: flex;
    justify-content: space-around;
    margin: 0 30px 30px
}

.modal .buttons>* {
    padding: 0;
    width: 155px
}

.modal .buttons>*:first-child {
    margin-right: 20px
}

.modal .buttons>*.with-no-right-margin {
    margin-right: 0
}

.modal .modal-text,
.modal .modal-list {
    font-size: 12px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    margin: 0 30px 30px
}

.modal .modal-list {
    padding-left: 15px
}

.modal .modal-list li {
    margin-bottom: 20px
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: source sans pro, -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-top,
.bs-tooltip-auto[x-placement^=top] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.tooltip.bs-tooltip-top,
.tooltip.bs-tooltip-auto[x-placement^=top],
.tooltip.bs-tooltip-bottom,
.tooltip.bs-tooltip-auto[x-placement^=bottom],
.tooltip.bs-tooltip-right,
.tooltip.bs-tooltip-auto[x-placement^=right],
.tooltip.bs-tooltip-left,
.tooltip.bs-tooltip-auto[x-placement^=left] {
    font-size: 10px;
    font-weight: 400
}

.tooltip.bs-tooltip-top .tooltip-inner,
.tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-inner,
.tooltip.bs-tooltip-bottom .tooltip-inner,
.tooltip.bs-tooltip-auto[x-placement^=bottom] .tooltip-inner,
.tooltip.bs-tooltip-right .tooltip-inner,
.tooltip.bs-tooltip-auto[x-placement^=right] .tooltip-inner,
.tooltip.bs-tooltip-left .tooltip-inner,
.tooltip.bs-tooltip-auto[x-placement^=left] .tooltip-inner {
    background-color: #2dabde
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #2dabde
}

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #2dabde
}

.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #2dabde
}

.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #2dabde
}

.info-tooltip-mark {
    font-size: 10px;
    font-weight: 400;
    background-color: #9fabc3;
    border-radius: 50%;
    color: #fff;
    cursor: help;
    display: inline-block;
    font-style: normal;
    height: 14px;
    line-height: 14px;
    text-align: center;
    width: 14px
}

.warning-tooltip {
    font-size: 14px;
    font-weight: 700;
    background-color: #ff4d6b;
    border-radius: 50%;
    color: #fff;
    cursor: help;
    display: inline-block;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px
}

.info-tooltip.bs-tooltip-top,
.info-tooltip.bs-tooltip-auto[x-placement^=top],
.info-tooltip.bs-tooltip-bottom,
.info-tooltip.bs-tooltip-auto[x-placement^=bottom] {
    font-size: 10px;
    font-weight: 300;
    opacity: 1;
    top: -5px!important
}

.info-tooltip.bs-tooltip-top .tooltip-inner,
.info-tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-inner,
.info-tooltip.bs-tooltip-top .arrow,
.info-tooltip.bs-tooltip-auto[x-placement^=top] .arrow,
.info-tooltip.bs-tooltip-bottom .tooltip-inner,
.info-tooltip.bs-tooltip-auto[x-placement^=bottom] .tooltip-inner,
.info-tooltip.bs-tooltip-bottom .arrow,
.info-tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow {
    background-color: #fff
}

.info-tooltip.bs-tooltip-top .tooltip-inner,
.info-tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-inner,
.info-tooltip.bs-tooltip-bottom .tooltip-inner,
.info-tooltip.bs-tooltip-auto[x-placement^=bottom] .tooltip-inner {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    color: rgb(22, 60, 122);
    padding: 10px 12px;
    text-align: center
}

.info-tooltip.bs-tooltip-top .tooltip-inner.is-align-left,
.info-tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-inner.is-align-left,
.info-tooltip.bs-tooltip-bottom .tooltip-inner.is-align-left,
.info-tooltip.bs-tooltip-auto[x-placement^=bottom] .tooltip-inner.is-align-left {
    text-align: left
}

.info-tooltip.bs-tooltip-top .arrow,
.info-tooltip.bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 2px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px
}

.info-tooltip.bs-tooltip-top .arrow::before,
.info-tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
    display: none
}

.info-tooltip.bs-tooltip-bottom .arrow,
.info-tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow {
    box-shadow: -2px -2px 4px rgba(0, 0, 0, .15);
    display: block;
    height: 8px;
    top: 2px;
    transform: rotate(45deg);
    width: 8px
}

.info-tooltip.bs-tooltip-bottom .arrow::before,
.info-tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    display: none
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: source sans pro, -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 .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
    margin-bottom: .5rem
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^=top] .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
    border-width: .5rem .5rem 0
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
    margin-left: .5rem
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^=right] .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
    margin-top: .5rem
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^=bottom] .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
    border-width: 0 .5rem .5rem
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
    margin-right: .5rem
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^=left] .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    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%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=)
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=)
}

.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 screen and (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: 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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-3by4::before {
    padding-top: 133.33333%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    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
    }
}

.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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

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

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .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
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:hover,
a.text-dark:focus {
    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: rgba(255, 255, 255, .5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #ff9a19;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years,
.datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
    background: #f0f0f0
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 10px/2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px/2)
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--buttons,
.datepicker--time {
    border-top: 1px solid #efefef;
    padding: 4px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: century gothic, CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s;
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

body {
       background-color: rgb(248, 251, 255);
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.is-none {
    display: none!important
}

.is-block {
    display: block!important
}

.is-hidden {
    opacity: 0;
    visibility: hidden
}

.is-not-visible {
    visibility: hidden
}

.is-a-box {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 1px 4px 0 rgba(61, 70, 110, .2);
    overflow: hidden
}

.is-light {
    font-weight: 300!important
}

.is-regular {
    font-weight: 600!important
}

.is-semibold {
    font-weight: 600!important
}

.is-bold {
    font-weight: 800!important
}

.is-uppercase {
    text-transform: uppercase
}

.is-white {
    color: #fff!important
}

.is-white-background {
    background-color: #fff!important
}

.is-white-fill {
    fill: #fff!important
}

.is-white-stroke {
    stroke: #fff!important
}

.is-gray-100 {
    color: #d3d9e6!important
}

.is-gray-100-background {
    background-color: #d3d9e6!important
}

.is-gray-100-fill {
    fill: #d3d9e6!important
}

.is-gray-100-stroke {
    stroke: #d3d9e6!important
}

.is-gray-200 {
    color: #9fabc3!important
}

.is-gray-200-background {
    background-color: #9fabc3!important
}

.is-gray-200-fill {
    fill: #9fabc3!important
}

.is-gray-200-stroke {
    stroke: #9fabc3!important
}

.is-gray-300 {
    color: #59667f!important
}

.is-gray-300-background {
    background-color: #59667f!important
}

.is-gray-300-fill {
    fill: #59667f!important
}

.is-gray-300-stroke {
    stroke: #59667f!important
}

.is-black {
    color: #000!important
}

.is-black-background {
    background-color: #000!important
}

.is-black-fill {
    fill: #000!important
}

.is-black-stroke {
    stroke: #000!important
}

.is-light-blue {
    color: #00d7f4!important
}

.is-light-blue-background {
    background-color: #00d7f4!important
}

.is-light-blue-fill {
    fill: #00d7f4!important
}

.is-light-blue-stroke {
    stroke: #00d7f4!important
}

.is-blue {
    color: #2dabde!important
}

.is-blue-background {
    background-color: #2dabde!important
}

.is-blue-fill {
    fill: #2dabde!important
}

.is-blue-stroke {
    stroke: #2dabde!important
}

.is-dark-blue {
    color: rgb(22, 60, 122)!important
}

.is-dark-blue-background {
    background-color: rgb(22, 60, 122)!important
}

.is-dark-blue-fill,
.navbar .nav-link .arrow-icon,
.navbar .nav-link.dropdown-toggle .arrow-icon {
    fill: rgb(22, 60, 122)!important
}

.is-dark-blue-stroke {
    stroke: rgb(22, 60, 122)!important
}

.is-navy-blue {
    color: #1a5a81!important
}

.is-navy-blue-background {
    background-color: #1a5a81!important
}

.is-navy-blue-fill {
    fill: #1a5a81!important
}

.is-navy-blue-stroke {
    stroke: #1a5a81!important
}

.is-green {
    color: #1ee28f!important
}

.is-green-background {
    background-color: #1ee28f!important
}

.is-green-fill {
    fill: #1ee28f!important
}

.is-green-stroke {
    stroke: #1ee28f!important
}

.is-purple {
    color: #705cf1!important
}

.is-purple-background {
    background-color: #705cf1!important
}

.is-purple-fill {
    fill: #705cf1!important
}

.is-purple-stroke {
    stroke: #705cf1!important
}

.is-red {
    color: #ff4d6b!important
}

.is-red-background {
    background-color: #ff4d6b!important
}

.is-red-fill {
    fill: #ff4d6b!important
}

.is-red-stroke {
    stroke: #ff4d6b!important
}

.is-yellow {
    color: #fbd35b!important
}

.is-yellow-background {
    background-color: #fbd35b!important
}

.is-yellow-fill {
    fill: #fbd35b!important
}

.is-yellow-stroke {
    stroke: #fbd35b!important
}

.is-turquoise {
    color: #10aabf!important
}

.is-turquoise-background {
    background-color: #10aabf!important
}

.is-turquoise-fill {
    fill: #10aabf!important
}

.is-turquoise-stroke {
    stroke: #10aabf!important
}

.is-dark-green {
    color: #2fb770!important
}

.is-dark-green-background {
    background-color: #2fb770!important
}

.is-dark-green-fill {
    fill: #2fb770!important
}

.is-dark-green-stroke {
    stroke: #2fb770!important
}

.is-orange {
    color: #f89933!important
}

.is-orange-background {
    background-color: #f89933!important
}

.is-orange-fill {
    fill: #f89933!important
}

.is-orange-stroke {
    stroke: #f89933!important
}

.is-dark-red {
    color: #e02127!important
}

.is-dark-red-background {
    background-color: #e02127!important
}

.is-dark-red-fill {
    fill: #e02127!important
}

.is-dark-red-stroke {
    stroke: #e02127!important
}

[class$=icon] {
    background-color: transparent;
    cursor: default;
    display: inline-block;
    fill: #9fabc3;
    vertical-align: middle
}

a[href] [class$=icon],
button [class$=icon] {
    cursor: pointer
}

.svg-click-wrap,
.btn-primary.with-icon-btn,
.btn-secondary.with-icon-btn,
.btn-ghost.with-icon-btn,
.btn-icon,
.frame-modal .close-icon-wrap {
    position: relative
}

.svg-click-wrap>*,
.btn-primary.with-icon-btn>*,
.btn-secondary.with-icon-btn>*,
.btn-ghost.with-icon-btn>*,
.btn-icon>*,
.frame-modal .close-icon-wrap>* {
    z-index: 1
}

.svg-click-wrap:before,
.btn-primary.with-icon-btn:before,
.btn-secondary.with-icon-btn:before,
.btn-ghost.with-icon-btn:before,
.btn-icon:before,
.frame-modal .close-icon-wrap:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.arrow-icon {
    height: 13px;
    width: 13px
}

.arrow-icon.is-gray {
    fill: #9fabc3
}

.arrow-icon.is-bottom,
.navbar .nav-link.dropdown-toggle .arrow-icon {
    transform: rotate(270deg)
}

.arrow-icon.is-right,
.navbar .nav-link .arrow-icon {
    transform: rotate(180deg)
}

.arrow-icon.is-top {
    transform: rotate(90deg)
}

.back-arrow-icon {
    fill: rgb(22, 60, 122);
    height: 13px;
    width: 19px
}

.loader-icon {
    fill: #2dabde;
    height: 50px;
    width: 50px
}

.glass-icon {
    fill: #d3d9e6;
    height: 20px;
    width: 20px
}

.plus-icon {
    fill: #fff;
    height: 11px;
    width: 11px
}

.check-icon {
    fill: #fff;
    height: 10px;
    width: 14px
}

.trash-icon {
    cursor: pointer;
    fill: #9fabc3;
    height: 16px;
    width: 13px
}

.settings-icon {
    cursor: pointer;
    height: 20px;
    width: 22px
}

.phone-icon {
    cursor: pointer;
    fill: #9fabc3;
    height: 15px;
    width: 15px
}

.edit-icon {
    cursor: pointer;
    fill: #9fabc3;
    height: 15px;
    width: 15px
}

.download-icon {
    height: 20px;
    stroke: #2dabde;
    width: 20px
}

.success-icon {
    fill: #2dabde;
    height: 52px;
    width: 52px
}

.download-icon {
    height: 20px;
    stroke: #2dabde;
    width: 20px
}

.door-lock-icon {
    height: 30px;
    width: 30px;
    fill: #fff
}

.cloud-icon {
    height: 30px;
    width: 30px;
    fill: #fff
}

.phone-tube-icon {
    height: 30px;
    width: 30px;
    fill: #fff
}

.dial-pad-icon {
    height: 30px;
    width: 30px;
    fill: #fff
}

.exchange-icon {
    height: 30px;
    width: 30px;
    fill: #fff
}

.alert-icon {
    height: 17px;
    width: 20px
}

.bell-icon {
    height: 18px;
    width: 18px
}

.calendar-icon {
    height: 16px;
    width: 17px
}

.check-circle-icon {
    height: 20px;
    width: 20px
}

.close-circle-icon {
    height: 20px;
    width: 20px
}

.close-icon {
    height: 18px;
    width: 18px
}

.lock-icon {
    height: 15px;
    width: 10px
}

.eye-icon {
    height: 20px;
    width: 19px
}

.hiddeneye-icon {
    height: 20px;
    width: 19px
}

.hamburger-icon {
    height: 25px;
    width: 16px;
    stroke: rgb(22, 60, 122)
}

.no-notifications-image {
    height: 98px;
    width: 161px
}

.no-items-icon {
    height: 200px;
    padding-left: 20px
}

.no-results-icon {
    height: 200px;
    padding-left: 45px
}

.bitcoin-icon {
    height: 44px;
    width: 30px
}

.credit-card-icon {
    height: 36px;
    width: 53px
}

.paypal-icon {
    height: 42px;
    width: 40px
}

.wire-transfer-icon {
    height: 40px;
    width: 69px
}

.euro-icon {
    height: 29px;
    width: 22px
}

.dollar-icon {
    height: 35px;
    width: 18px
}

.bitpay-logo {
    height: 15px;
    width: 10px
}

.paypal-logo {
    height: 15px;
    width: 52px
}

.worldpay-logo {
    height: 15px;
    width: 79px
}

.nav-datepicker {
    flex-wrap: nowrap;
    height: 45px;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 2;
    border-bottom: 1px solid #d3d9e6
}

.nav-datepicker .nav-link {
    margin: 0;
    padding: 10px 40px;
    color: rgba(61, 70, 110, .5)
}

.nav-datepicker .nav-link::before {
    transition: all 300ms ease;
    background-color: #00d7f4;
    border-radius: 3px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 41px;
    width: 50%
}

.nav-datepicker .nav-link:hover {
    color: rgb(22, 60, 122)
}

.nav-datepicker .nav-link.active {
    color: rgb(22, 60, 122)
}

.nav-datepicker .nav-link.active::before {
    left: 0
}

.nav-link.with-no-bottom {
    padding-left: 25px
}

.nav-link.with-no-bottom::before {
    content: none
}

.nav-link.with-no-bottom.active::before {
    content: none
}

.content-container {
    display: inline-block;
    height: 180px
}

.presets-list {
    margin-top: 10px;
    padding: 0
}

.presets-list .preset-item {
    font-size: 14px;
    font-weight: 300;
    line-height: 2.5;
    list-style-type: none;
    padding-left: 20px
}

.presets-list .preset-item:hover {
    background-color: rgba(236, 237, 239, .3);
    cursor: pointer
}

.datepicker {
    font-family: source sans pro, -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!important;
    border: none;
    box-shadow: 0 5px 10px rgba(61, 70, 110, .2)!important;
    width: 100%!important
}

.datepicker--pointer {
    left: 211px!important
}

.datepicker--day-name {
    color: #ced4da
}

.-selected- {
    background-color: #2dabde!important;
    font-weight: 700
}

.-in-range- {
    background-color: #cce0ff!important
}

.-current- {
    font-weight: 700!important;
    color: #ced4da!important
}

.-focus- {
    border: none!important;
    background-color: #80b3ff!important
}

.datepicker--button {
    color: #2dabde;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.datepicker--button:hover {
    background-color: transparent
}

.datepicker--cell.-range-to- {
    background-color: transparent;
    border: none
}

.datepicker-here {
    cursor: pointer
}

.datepicker-calendar-icon {
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 13px
}

.tab-navigation {
    align-items: center;
    border-bottom: 1px solid #d3d9e6;
    flex-wrap: nowrap;
    height: 80px;
    width: 100%
}

.tab-navigation .nav-link {
    user-select: none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(61, 70, 110, .5);
    line-height: 20px;
    margin: 0 0 0 30px;
    padding: 0;
    position: relative;
    white-space: nowrap
}

.tab-navigation .nav-link:first-child {
    margin-left: 0
}

.tab-navigation .nav-link.active,
.tab-navigation .nav-link:hover {
    color: rgb(22, 60, 122)
}

.tab-navigation .nav-link.active:before {
    background-color: #00d7f4;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(61, 70, 110, .2);
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 48px;
    width: 100%
}

.frame-modal {
    box-shadow: 0 1px 4px rgba(61, 70, 110, .2);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2147483647
}

.frame-modal .iframe-wrap {
    transition: all 300ms ease;
    background-color: #f4f8f9;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    z-index: 2
}

.frame-modal iframe,
.frame-modal .frame-modal-background,
.frame-modal .close-icon-wrap {
    position: absolute;
    top: 0
}

.frame-modal iframe,
.frame-modal .frame-modal-background {
    height: 100%;
    width: 100%
}

.frame-modal iframe {
    border: 0;
    display: block;
    right: 0;
    z-index: 3
}

.frame-modal .frame-modal-background {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    z-index: 1
}

.frame-modal .close-icon-wrap {
    transition: all 300ms ease;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    right: 20px;
    top: 20px;
    z-index: 3
}

.frame-modal .close-icon-wrap .close-icon {
    fill: #9fabc3
}

.frame-modal .close-icon-wrap:hover .close-icon {
    fill: rgb(22, 60, 122)
}

.frame-modal .iframe-loader {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 1
}

.frame-modal.iframe-slide-in .iframe-wrap {
    transform: translateX(0)
}

.stop-scrolling {
    height: 100%;
    overflow: hidden
}

@media only screen and (max-width:576px) {
    .frame-modal .iframe-wrap {
        width: 100%!important
    }
}

.form-dynamic-list {
    position: relative;
    width: 270px
}

.form-dynamic-list .form-dynamic-add-btn {
    position: absolute;
    right: 10px;
    top: 12.5px
}

.form-dynamic-list .form-delete-email-button {
    background-color: rgb(22, 60, 122);
    height: 10px;
    width: 10px
}

.form-dynamic-list .form-dynamic-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.form-dynamic-list .form-dynamic-item {
    font-size: 12px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    display: flex;
    font-weight: 300;
    justify-content: flex-end;
    margin-top: 10px;
    text-align: right
}

.form-dynamic-list .form-dynamic-item.is-left {
    flex-direction: row-reverse
}

.form-dynamic-list .form-dynamic-item.is-left .item-span {
    margin-left: 10px;
    margin-right: 0
}

.form-dynamic-list .form-control {
    padding-right: 40px
}

.form-dynamic-list .form-toggle {
    margin-left: auto
}

.form-dynamic-list .item-span {
    margin-right: 10px
}

.form-dynamic-list .trash-icon {
    flex-shrink: 0
}

.form-page .form-block {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(61, 70, 110, .2);
    margin: 0 auto 20px;
    overflow: visible;
    padding-bottom: 30px
}

.form-page .form-header {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #d3d9e6;
    color: #59667f;
    letter-spacing: 1px;
    padding: 20px 30px;
    text-transform: uppercase
}

.form-page .form-text {
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    color: rgb(22, 60, 122)
}

.form-page .form-flex-row {
    display: flex;
    margin-left: auto
}

.form-page .form-group {
    max-width: 350px;
    margin: 0;
    padding: 15px 0 0 30px
}

.form-page .form-group.form-group-checkbox {
    align-items: center;
    display: flex;
    padding-bottom: 20px
}

.form-page .form-label {
    font-size: 10;
    font-weight: 600;
    color: rgb(22, 60, 122);
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase
}

.form-page .form-check {
    margin: 30px 40px
}

.form-page .btn-primary {
    margin-top: 10px
}

.form-page .form-text-area {
    height: 78px;
    line-height: normal;
    padding-top: 10px
}

.form-page .form-footer {
    border-bottom: 1px solid #9fabc3;
    margin: 20px 30px 30px
}

.cta-container {
    background-color: rgb(45, 171, 222);
    color: #fff;
    min-height: 254px;
    text-align: center;
    padding-bottom: 30px
}

.cta-container .title {
        text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    margin: 0 auto;
    padding-top: 50px;
    width: 600px
}

.cta-container .content {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-top: 5px
}

.cta-container .content .p1 {
    margin-bottom: 0
}

.cta-container .button {
    background-color: #fff;
    color: #2dabde;
    margin-top: 25px
}

.cta-container .button:hover {
    background-color: #fff!important
}

@media only screen and (max-width:539px) {
    .cta-container {
        padding: 0 20px
    }
    .cta-container .title {
            text-transform: uppercase;
        font-size: 22px;
        font-weight: 600;
        width: auto
    }
    .cta-container .content {
        font-size: 15px;
        font-weight: 400
    }
    .cta-container .button {
        font-size: 10px;
        height: 34px;
        line-height: 34px
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.hero-wrap {
    padding: 0 90px
}

.hero-wrap .container-fluid {
    max-width: 1350px
}

.hero-container {
    padding: 150px 0 60px
}

.hero-container .hero-content {
    color: rgb(22, 60, 122);
    padding-right: 50px;
    max-width: 580px
}

.hero-container .hero-content .description {
        text-transform: uppercase;
    font-size: 37px;
    font-weight: 400;
    animation: fadein 1s;
    animation-fill-mode: forwards;
    margin-top: 35px;
    opacity: 0;
    margin-bottom: 25px
}

.hero-container .hero-content .text {
    font-size: 16px;
    font-weight: 300;
    animation: fadein 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    line-height: 34px;
    opacity: 0;
    margin-bottom: 20px
}

.hero-container .hero-content .buttons-container {
    display: flex;
    animation: fadein 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: .4s
}

.hero-container .hero-content .buttons-container .btn-secondary {
    margin-left: 20px
}

.hero-container .hero-svg-container {
    position: relative;
    max-width: 550px
}

.hero-container .hero-svg-container.with-form .hero-svg-img {
    left: -120px;
    max-width: 200%;
    position: absolute;
    top: -75px;
    z-index: -2
}

.hero-container .hero-svg-container .hero-form {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(61, 70, 110, .1);
    left: 180px;
    max-width: 400px;
    padding: 50px 40px 60px;
    position: relative;
    top: -100px
}

.hero-container .hero-svg-container .hero-form .button-wrap {
    text-align: center
}

.hero-container .hero-svg-container .hero-form p {
    margin-bottom: 40px
}

.hero-container .hero-svg-container .hero-svg-img {
    max-width: 110%
}

@media only screen and (max-width:1199px) {
    .hero-wrap {
        padding: 0 50px
    }
    .hero-container .hero-svg-container .hero-form {
        left: 70px
    }
}

@media only screen and (max-width:991px) {
    .hero-container .hero-content {
        padding-right: 5px
    }
    .hero-container .hero-content .description {
        font-size: 32px;
        font-weight: 400
    }
    .hero-container .hero-content .text {
        font-size: 16px;
        font-weight: 400;
        color: #59667f;
        line-height: 25px;
        margin-bottom: 20px
    }
    .hero-container .hero-content .buttons-container .btn-secondary {
        margin-left: 20px
    }
    .hero-container .hero-svg-container {
        padding-right: 50px
    }
}

@media only screen and (max-width:767px) {
    .hero-container .hero-content .title-container {
        display: none
    }
    .hero-container .hero-svg-container {
        padding: 0 70px
    }
    .hero-container .hero-svg-container.with-form .hero-svg-img {
        left: -50px;
        max-width: 100%;
        position: static
    }
}

@media only screen and (max-width:539px) {
    .hero-wrap {
        padding: 0 20px
    }
    .hero-container {
        padding-top: 50px
    }
    .hero-container .hero-content {
        padding-left: 20px;
        padding-right: 20px
    }
    .hero-container .hero-content .title-container {
        display: none
    }
    .hero-container .hero-svg-container {
        padding: 0 70px;
        display: none
    }
    .hero-container .buttons-container {
        flex-direction: column;
        max-width: 200px
    }
    .hero-container .buttons-container .btn-primary {
        width: 100%
    }
    .hero-container .buttons-container .btn-secondary {
        width: 100%;
        margin-left: 0!important;
        margin-top: 20px
    }
}

.feature-box-outer-wrap {
    padding: 90px 90px 0
}

.feature-box-outer-wrap.with-blue-background {
    background: linear-gradient(to bottom, transparent 150px, #2dabde 0px);
    padding: 90px
}

.feature-box-outer-wrap:last-of-type {
    padding: 90px
}

.feature-box-outer-wrap .feature-box-inner-wrap {
    margin: 0 auto;
    max-width: 1350px;
    padding: 60px 100px;
    text-align: center
}

.feature-box-outer-wrap .feature-box-inner-wrap.is-a-box {
    box-shadow: 0 20px 30px rgba(61, 70, 110, .2);
    padding: 60px 100px
}

.feature-box-outer-wrap .feature-box-container {
    margin: 0 auto
}

.feature-box-outer-wrap .header-container {
    margin-bottom: 60px
}

.feature-box-outer-wrap .header-container.is-aligned-left {
    text-align: left
}

.feature-box-outer-wrap .header-container .title {
        text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    margin-bottom: 20px
}

.feature-box-outer-wrap .header-container .text {
    font-size: 15px;
    font-weight: 300;
    color: #59667f;
    margin: 0 auto;
    max-width: 620px
}

.feature-box-outer-wrap .header-container .button {
    margin-top: 30px
}

.feature-box-outer-wrap .features {
    margin: 0 auto
}

.feature-box-outer-wrap .features.with-left-padding {
    padding-left: 50px
}

.feature-box-outer-wrap .features.is-a-box {
    box-shadow: 0 20px 30px rgba(61, 70, 110, .2);
    margin: 0;
    padding: 30px 0
}

.feature-box-outer-wrap .feature {
    padding: 10px 20px
}

.feature-box-outer-wrap .feature.is-aligned-left {
    text-align: left
}

.feature-box-outer-wrap .feature.with-thin-padding {
    padding: 10px 25px
}

.feature-box-outer-wrap .feature.is-a-box {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(61, 70, 110, .2);
    height: 120px;
    margin-bottom: 30px;
    text-align: center
}

.feature-box-outer-wrap .feature.is-a-box .title {
        text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0
}

.feature-box-outer-wrap .feature.is-a-box .image {
    height: 30px;
    width: 40px;
    margin-top: 10px
}

.feature-box-outer-wrap .feature .image {
    margin-bottom: 15px;
    max-height: 70px;
    max-width: 70px
}

.feature-box-outer-wrap .feature .title {
        text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    margin-bottom: 15px
}

.feature-box-outer-wrap .feature .content {
    font-size: 16px;
    font-weight: 300;
    color: #59667f
}

@media only screen and (max-width:1199px) {
    .feature-box-outer-wrap {
        padding: 90px 50px 0
    }
    .feature-box-outer-wrap.with-blue-background {
        background: linear-gradient(to bottom, transparent 150px, #2dabde 0px);
        padding: 90px 50px
    }
    .feature-box-outer-wrap:last-of-type {
        padding: 90px 50px
    }
    .feature-box-outer-wrap .feature-box-inner-wrap {
        padding: 50px 50px 30px
    }
    .feature-box-outer-wrap .feature.is-a-box {
        max-width: 150px
    }
}

@media only screen and (max-width:991px) {
    .feature-box-outer-wrap .feature-box-inner-wrap.is-a-box {
        box-shadow: 0 12px 17px rgba(61, 70, 110, .2);
        padding: 50px 50px 30px
    }
    .feature-box-outer-wrap .header-container.is-aligned-left {
        text-align: center
    }
    .feature-box-outer-wrap .header-container .title {
            text-transform: uppercase;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px
    }
    .feature-box-outer-wrap .header-container .text {
        font-size: 16px;
        font-weight: 400;
        margin: 0
    }
    .feature-box-outer-wrap .header-container .button {
        margin-bottom: 40px
    }
    .feature-box-outer-wrap .features.is-a-box {
        box-shadow: 0 12px 17px rgba(61, 70, 110, .2)
    }
    .feature-box-outer-wrap .feature {
        padding: 10px 30px
    }
    .feature-box-outer-wrap .feature.is-aligned-left {
        text-align: center
    }
    .feature-box-outer-wrap .feature.is-a-box {
        box-shadow: 0 5px 10px 0 rgba(61, 70, 110, .2);
        margin-bottom: 50px;
        padding: 10px
    }
    .feature-box-outer-wrap .feature.is-a-box .title {
            text-transform: uppercase;
        font-size: 12px;
        font-weight: 400
    }
    .feature-box-outer-wrap .feature .title {
            text-transform: uppercase;
        font-size: 14px;
        font-weight: 500
    }
    .feature-box-outer-wrap .feature .content {
        font-size: 14px;
        font-weight: 400
    }
}

@media only screen and (max-width:767px) {
    .feature-box-outer-wrap {
        padding: 70px 20px 0
    }
    .feature-box-outer-wrap.with-blue-background {
        background: linear-gradient(to bottom, transparent 150px, #2dabde 0px);
        padding: 70px 20px
    }
    .feature-box-outer-wrap:last-of-type {
        padding: 70px 20px
    }
    .feature-box-outer-wrap .features.with-left-padding {
        padding-left: 0;
        padding-right: 0
    }
    .feature-box-outer-wrap .feature {
        padding: 10px 20px
    }
    .feature-box-outer-wrap .feature.is-aligned-left {
        text-align: center
    }
}

@media only screen and (max-width:539px) {
    .feature-box-outer-wrap.with-blue-background {
        background: 0 0;
        padding: 70px 20px 0
    }
    .feature-box-outer-wrap .feature-box-inner-wrap {
        padding: 20px 0
    }
    .feature-box-outer-wrap .feature-box-inner-wrap.is-a-box {
        box-shadow: 0 5px 10px rgba(61, 70, 110, .2);
        padding: 20px 0
    }
    .feature-box-outer-wrap .features.is-a-box {
        box-shadow: 0 5px 10px rgba(61, 70, 110, .2)
    }
    .feature-box-outer-wrap .feature.is-a-box {
        margin: 0 auto 50px
    }
    .feature-box-outer-wrap .header-container .title {
            text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
        margin: 30px 0
    }
}

.media-box-outer-wrap {
    padding: 90px 90px 0
}

.media-box-outer-wrap.with-blue-background {
    background: linear-gradient(to bottom, transparent 150px, #2dabde 0px);
    padding: 90px
}

.media-box-outer-wrap .media-box-inner-wrap {
    margin: 0 auto;
    max-width: 1350px
}

.media-box-outer-wrap .media-box-inner-wrap.is-a-box {
    padding: 60px 100px;
    box-shadow: 0 20px 30px rgba(61, 70, 110, .2)
}

.media-box-outer-wrap .text-container.is-centered {
    text-align: center
}

.media-box-outer-wrap .text-container.with-margin-bottom {
    margin-bottom: 40px
}

.media-box-outer-wrap .text-container .title {
        text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    margin-bottom: 20px
}

.media-box-outer-wrap .text-container .content {
    font-size: 17px;
    font-weight: 300;
    color: #59667f;
    line-height: 26px
}

.media-box-outer-wrap .image-container {
    max-height: 300px;
    max-width: 400px
}

.media-box-outer-wrap .image-container .image {
    width: 100%
}

@media only screen and (max-width:1199px) {
    .media-box-outer-wrap {
        padding: 90px 50px 0
    }
    .media-box-outer-wrap.with-blue-background {
        padding: 90px 50px
    }
    .media-box-outer-wrap .media-box-inner-wrap.is-a-box {
        padding: 60px 50px
    }
}

@media only screen and (max-width:991px) {
    .media-box-outer-wrap {
        padding: 90px 40px 0
    }
    .media-box-outer-wrap.with-blue-background {
        padding: 90px 50px
    }
    .media-box-outer-wrap .media-box-inner-wrap.is-a-box {
        padding: 60px 30px;
        box-shadow: 0 12px 17px rgba(61, 70, 110, .2)
    }
    .media-box-outer-wrap .text-container .title {
            text-transform: uppercase;
        font-size: 20px;
        font-weight: 400
    }
    .media-box-outer-wrap .text-container .content {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.5
    }
}

@media only screen and (max-width:767px) {
    .media-box-outer-wrap .text-container {
        padding-top: 20px;
        text-align: left
    }
    .media-box-outer-wrap .text-container .title {
            text-transform: uppercase;
        font-size: 22px;
        font-weight: 500
    }
}

@media only screen and (max-width:539px) {
    .media-box-outer-wrap {
        padding: 40px 0 0
    }
    .media-box-outer-wrap.with-blue-background {
        background: 0 0;
        padding: 40px 20px
    }
    .media-box-outer-wrap .media-box-inner-wrap.is-a-box {
        padding: 20px 10px;
        box-shadow: 0 5px 10px rgba(61, 70, 110, .2)
    }
}

.media-bullets-container {
    margin-top: 100px
}

.media-bullets-container .header-container .title {
        text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    margin-bottom: 20px
}

.media-bullets-container .header-container .subtitle {
    font-size: 17px;
    font-weight: 300;
    color: #59667f
}

.media-bullets-container .image-container {
    align-items: flex-end;
    display: flex
}

.media-bullets-container .image-container .image {
    max-height: 300px;
    width: 100%
}

.media-bullets-container .bullets-container {
    position: relative
}

.media-bullets-container .bullets-container .bullet-list {
    list-style-type: none
}

.media-bullets-container .bullets-container .bullet-list .bullet-item {
    margin-bottom: 45px;
    padding-right: 50px;
    position: relative
}

.media-bullets-container .bullets-container .bullet-list .bullet-item .title {
        text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: rgb(22, 60, 122)
}

.media-bullets-container .bullets-container .bullet-list .bullet-item .content {
    font-size: 17px;
    font-weight: 400;
    color: #59667f;
    line-height: 26px
}

.media-bullets-container .bullets-container .bullet-list .bullet-item:last-child {
    margin-bottom: 110px
}

.media-bullets-container .bullets-container .bullet-list .bullet-item::before {
    background-color: #2dabde;
    border-radius: 50%;
    border: 1px solid transparent;
    box-shadow: 0 13px 21px rgba(61, 70, 110, .2);
    content: '';
    height: 25px;
    left: -65px;
    top: 0;
    position: absolute;
    width: 25px
}

.media-bullets-container .bullets-container .bullet-list::before {
    background-color: #d3d9e6;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 5px
}

@media only screen and (max-width:991px) {
    .media-bullets-container .title-container .subtitle {
        font-size: 15px;
        font-weight: 400
    }
    .media-bullets-container .bullets-container .bullet-list .bullet-item .title {
            text-transform: uppercase;
        font-size: 16px;
        font-weight: 400
    }
    .media-bullets-container .bullets-container .bullet-list .bullet-item .content {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px
    }
}

@media only screen and (max-width:767px) {
    .media-bullets-container .header-container {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:539px) {
    .media-bullets-container {
        margin-top: 50px
    }
    .media-bullets-container .image-container {
        display: none
    }
    .media-bullets-container .bullets-container .bullet-list .bullet-item::before {
        left: -65px;
        top: -4px
    }
}

.title-container {
    display: flex;
    align-items: center
}

.title-container .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0
}

.title-container .thumbnail-wrapper {
    border-radius: 50%;
    border: 1px solid transparent;
    box-shadow: 0 5px 10px rgba(61, 70, 110, .2);
    height: 42px;
    width: 42px
}

.title-container .thumbnail-svg {
    margin-left: 10px
}


/*!* animate.css -http://daneden.me/animate
* Version - 3.6.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.body-wrapper {
    display: flex;
    flex-direction: column
}

.content-wrapper {
    flex: 1;
    position: relative;
    -moz-transform-style: inherit
}

.iframe-wrap {
    overflow: scroll!important
}

.iframe-wrap .iframe-element {
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0
}

@media only screen and (max-width:539px) {
    .body-wrapper {
        padding-top: 52px
    }
}

.services-mobile-dropdown {
    transition: top .6s;
    display: none;
    border-top: 1px solid #d3d9e6;
    border-radius: 0;
    position: fixed;
    top: 51px;
    width: 100%;
    z-index: 1
}

.services-mobile-dropdown.hide {
    top: -51px
}

.services-mobile-dropdown .current_page_item {
    display: none
}

.services-mobile-dropdown .dropdown-toggle {
    font-size: 11px;
    font-weight: 700;
    color: rgb(22, 60, 122);
    background: #fff;
    width: 100%;
    height: 46px;
    text-transform: uppercase;
    position: relative
}

.services-mobile-dropdown .dropdown-toggle .arrow-icon {
    position: absolute;
    top: 15px;
    margin-left: 10px
}

.services-mobile-dropdown .dropdown-toggle:focus {
    box-shadow: none
}

.services-mobile-dropdown .dropdown-menu {
    transform: translate3d(0px, 46px, 0px)!important;
    width: 100%;
    border: none;
    text-align: center;
    box-shadow: none;
    line-height: 23px;
    padding: 0
}

.services-mobile-dropdown .dropdown-menu .menu-item {
    height: 46px;
    padding: 0
}

.services-mobile-dropdown .dropdown-menu .menu-item:hover {
    background-color: transparent
}

.services-mobile-dropdown .dropdown-menu .menu-item a {
    font-size: 11px;
    font-weight: 700;
    color: rgb(22, 60, 122);
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    display: block;
    line-height: 46px
}

.services-mobile-dropdown .dropdown-menu .menu-item a:hover {
    text-decoration: none
}

@media only screen and (max-width:539px) {
    .services-mobile-dropdown {
        display: block
    }
}

.with-white-bottom-border {
    border-bottom: 2px solid #fff!important
}

.with-gray-100-bottom-border {
    border-bottom: 2px solid #d3d9e6!important
}

.with-gray-200-bottom-border {
    border-bottom: 2px solid #9fabc3!important
}

.with-gray-300-bottom-border {
    border-bottom: 2px solid #59667f!important
}

.with-black-bottom-border {
    border-bottom: 2px solid #000!important
}

.with-light-blue-bottom-border {
    border-bottom: 2px solid #00d7f4!important
}

.with-blue-bottom-border {
    border-bottom: 2px solid #2dabde!important
}

.with-dark-blue-bottom-border {
    border-bottom: 2px solid rgb(22, 60, 122)!important
}

.with-navy-blue-bottom-border {
    border-bottom: 2px solid #1a5a81!important
}

.with-green-bottom-border {
    border-bottom: 2px solid #1ee28f!important
}

.with-purple-bottom-border {
    border-bottom: 2px solid #705cf1!important
}

.with-red-bottom-border {
    border-bottom: 2px solid #ff4d6b!important
}

.with-yellow-bottom-border {
    border-bottom: 2px solid #fbd35b!important
}

.with-turquoise-bottom-border {
    border-bottom: 2px solid #10aabf!important
}

.with-dark-green-bottom-border {
    border-bottom: 2px solid #2fb770!important
}

.with-orange-bottom-border {
    border-bottom: 2px solid #f89933!important
}

.with-dark-red-bottom-border {
    border-bottom: 2px solid #e02127!important
}

.navbar {
    transition: background-color 1000ms ease;
    justify-content: space-between;
    min-height: 70px;
    padding: 0 30px;
    border-radius: 0;
    z-index: 10
}

.navbar .dropdown-menu {
    transition: all 2s;
    box-shadow: none;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 40px;
    transform: translate3d(-175px, 0px, 0px)!important;
    width: 520px
}

.navbar .dropdown-menu:before {
    background-color: #f4f8f9;
    right: 260px;
    top: -6px
}

.navbar .dropdown-menu:after {
    background-color: #fff;
    box-shadow: 0 20px 30px rgba(61, 70, 110, .2)
}

.navbar .dropdown-menu.show {
    transition: all 2s;
    display: flex
}

.navbar .dropdown-menu .nav-item {
    margin: 10px;
    width: 140px;
    height: 120px
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: 700;
    color: rgb(22, 60, 122);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    letter-spacing: 1px;    text-transform: uppercase;
    text-align: center
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: transparent
}

.navbar .dropdown-menu .dropdown-item:hover .svg-wrapper-circle {
    transform: translate(0, -3px)
}

.navbar .dropdown-menu .dropdown-item .arrow-icon {
    display: none
}

.navbar .dropdown-menu .dropdown-item .svg-wrapper-circle {
    transition: all 300ms ease;
    margin: 20px auto 10px
}

.navbar .dropdown-menu .dropdown-item .svg-wrapper-circle .image {
    pointer-events: none;
    margin-top: 10px;
    max-width: 50px;
    height: 50px;
}

.navbar .dropdown-menu .dropdown-item .item-description {
    font-size: 10px;
    font-weight: 400;
    color: #59667f;
    line-height: 1.5;
    order: 1;
    white-space: initial
}

@media only screen and (max-width:991px) {
    .navbar .dropdown-menu {
        border-top: 1px solid #d3d9e6;
        box-shadow: none;
        display: flex;
        margin: 0;
        min-height: 128px;
        opacity: 1;
        transform: translate3d(0px, 0px, 0px)!important;
        transition: none;
        width: 100%;
        padding-bottom: 10px
    }
    .navbar .dropdown-menu:before {
        display: none
    }
    .navbar .dropdown-menu:after {
        box-shadow: none
    }
    .navbar .dropdown-menu .nav-item {
        border: none;
        margin: 10px;
        width: 140px;
        height: 120px
    }
    .navbar .dropdown-menu .nav-item .item-description {
        display: none
    }
}

@media only screen and (max-width:539px) {
    .navbar .dropdown-menu {
        min-height: 197px
    }
    .navbar .dropdown-menu .dropdown-item {
        font-size: 10px;
        font-weight: 700;
        padding: 0 20px
    }
    .navbar .dropdown-menu .dropdown-item .svg-wrapper-circle .image {
        margin-top: 5px
    }
}

.navbar.is-a-box {
    transition: background-color 500ms ease;
    overflow: visible
}

@media only screen and (max-width:539px) {
    .navbar.is-a-box {
        transition: none
    }
}

.navbar .navbar-nav {
    line-height: 2.5;
    text-align: right
}

.navbar .nav-item {
    align-self: center;
    margin-right: 40px;
    white-space: nowrap
}

.navbar .nav-item:hover .nav-link {
       color: rgb(45, 171, 222);
}

.navbar .nav-item:hover .nav-link .arrow-icon {
    fill: #2dabde!important
}

.navbar .nav-link {
        text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: rgb(22, 60, 122);
    display: flex;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.navbar .nav-link .arrow-icon {
    transition: all 300ms ease;
    display: none;
    order: 1;
    pointer-events: none
}

.navbar .nav-link.dropdown-toggle .arrow-icon {
    display: block;
    margin-left: 5px;
    margin-top: 8px
}

.navbar .request-demo-button {
    margin-left: 20px
}

.navbar .request-demo-button .btn-secondary {
    
    font-size: 12px;
    font-weight: 500;
       color: rgb(45, 171, 222);
    padding-top: 0
}

.navbar .request-demo-button.is-visible-in-menu {
    display: none
}

.navbar .navbar-collapse {
    justify-content: flex-end
}

.navbar .navbar-toggler-container {
    padding-top: 6px
}

.navbar .navbar-toggler {
    margin-right: 30px;
    outline: none
}

.navbar .logo-with-text-and-colors-icon {
    height: 35px;
    max-width: 180px
}

.body-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.body-wrapper.preload {
    transition: 1s
}

.body-wrapper .body-background-splash {
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    padding-top: 100px;
    position: absolute;
    z-index: -10
}

@media only screen and (max-width:539px) {
    .body-wrapper .body-background-splash {
        display: none
    }
}

@media only screen and (max-width:1102px) {
    .navbar .menu-item {
        margin-right: 15px
    }
}

@media only screen and (max-width:991px) {
    .navbar {
        padding-left: 0;
        padding-right: 0
    }
    .navbar .navbar-brand {
        margin-left: 30px;
        padding: 14px 0
    }
    .navbar .navbar-toggler-container {
        display: flex
    }
    .navbar .navbar-toggler {
        margin-right: 30px
    }
    .navbar .nav-item {
        border-top: 1px solid #d3d9e6;
        margin-right: 0;
        width: 100%
    }
    .navbar .nav-item .nav-link {
        display: block;
        position: relative;
        text-align: center
    }
    .navbar .nav-item .nav-link.dropdown-toggle .arrow-icon {
        display: none
    }
    .navbar .nav-item .nav-link .arrow-icon {
        display: inline-block;
        position: absolute;
        right: 45px;
        top: 17px
    }
    .navbar .request-demo-button {
        display: none
    }
    .navbar .request-demo-button.is-visible-in-menu {
        display: block;
        margin-right: 30px
    }
}

@media only screen and (max-width:767px) {
    .navbar .navbar-collapse {
        overflow-y: scroll
    }
}

@media only screen and (max-width:539px) {
    .navbar {
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
        border-bottom: 1px solid #d3d9e6;
        min-height: 55px
    }
    .navbar .navbar-brand {
        padding: 10px 0;
        margin-left: 30px
    }
    .navbar .navbar-toggler-container {
        display: flex
    }
    .navbar .navbar-toggler {
        margin-right: 30px
    }
    .navbar .request-demo-button {
        border-top: 1px solid #d3d9e6;
        display: block;
        margin-left: 0;
        padding: 10px 0;
        text-align: center
    }
    .navbar .request-demo-button.is-visible-in-menu {
        display: none
    }
    .navbar .logo-with-text-and-colors-icon {
        height: 24px;
        max-width: 124px
    }
}

.main-footer {
    width: 100%;
    padding-top: 60px
}

.main-footer .footer-menus-upper .navbar-nav .menu-item {
    white-space: nowrap
}

.main-footer .footer-menus-upper .navbar-nav .menu-item-has-children>a {
        text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: rgb(22, 60, 122);
    letter-spacing: 2px;
    text-transform: uppercase
}

.main-footer .footer-menus-upper .navbar-nav .sub-menu {
    line-height: 30px;
    list-style-type: none;
    margin-top: 10px;
    padding: 0
}

.main-footer .footer-menus-upper .navbar-nav .sub-menu .menu-item a {
    font-size: 14px;
    font-weight: 400;
    color: rgb(22, 60, 122)
}

@media only screen and (max-width:539px) {
    .main-footer .footer-menus-upper .navbar-nav .menu-item-has-children>a {
        font-size: 12px;
        font-weight: 700
    }
    .main-footer .footer-menus-upper .navbar-nav .sub-menu {
        line-height: 20px
    }
    .main-footer .footer-menus-upper .navbar-nav .sub-menu .menu-item a {
        font-size: 10px;
        font-weight: 400
    }
}

.main-footer .we-accept-container .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    pointer-events: none
}

.main-footer .we-accept-container .navbar-nav .menu-item {
    margin-left: 30px;
    margin-bottom: 5px
}

.main-footer .we-accept-container .navbar-nav .menu-item.png-container {
    width: 100px
}

.main-footer .we-accept-container .navbar-nav .menu-item img {
    width: 100%
}

.main-footer .we-accept-container .navbar-nav .menu-item:first-child {
    margin-left: 0;
    margin-bottom: 15px
}

.main-footer .we-accept-container .navbar-nav .menu-item:first-child a {
    font-size: 14px;
    font-weight: 700;
    color: rgb(22, 60, 122);
    letter-spacing: 2px;
    text-transform: uppercase
}

@media only screen and (max-width:539px) {
    .main-footer .we-accept-container .navbar-nav {
        justify-content: space-around;
        margin-top: 20px
    }
    .main-footer .we-accept-container .navbar-nav .menu-item {
        margin-left: 15px
    }
    .main-footer .we-accept-container .navbar-nav .menu-item:first-child {
        flex-basis: 100%;
        text-align: center
    }
}

.main-footer .social-container {
    visibility: hidden
}

.main-footer .social-container a {
    display: none
}

.main-footer .social-container .sub-menu {
    visibility: visible;
    display: flex;
    margin-top: 0!important
}

.main-footer .social-container .sub-menu .menu-item {
    margin-right: 15px
}

.main-footer .social-container .sub-menu .menu-item a {
    display: block
}

.main-footer .social-container .sub-menu .menu-item::last-child {
    margin-right: 0
}

.main-footer .footer-menus-upper-accordion .card {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #d3d9e6
}

.main-footer .footer-menus-upper-accordion .collapse,
.main-footer .footer-menus-upper-accordion .collapsing {
    margin: 0 auto
}

.main-footer .footer-menus-upper-accordion .card-header {
    border: none;
    background-color: transparent;
    text-align: center
}

.main-footer .footer-menus-upper-accordion .card-header .btn,
.main-footer .footer-menus-upper-accordion .card-header [class^=btn-] {
        text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: rgb(22, 60, 122);
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 2;
    text-decoration: none
}

.main-footer .footer-menus-upper-accordion .card-header .btn:focus,
.main-footer .footer-menus-upper-accordion .card-header:focus[class^=btn-] {
    text-decoration: none
}

.main-footer .footer-menus-upper-accordion .card-body {
    text-align: center;
    padding-top: 0;
    line-height: 3
}

.main-footer .footer-menus-upper-accordion .card-body .menu-contact-menu-container {
    text-align: left
}

.main-footer .footer-menus-upper-accordion .menu-item a {
    display: none
}

.main-footer .footer-menus-upper-accordion .sub-menu {
    padding: 0;
    list-style: none
}

.main-footer .footer-menus-upper-accordion .sub-menu a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    display: inline;
    color: rgb(22, 60, 122)
}

.main-footer .footer-menus-upper {
    padding: 0 0 50px
}

.main-footer .footer-menus-upper-accordion {
    display: none
}

.main-footer .footer-menus-lower {
    border-top: 1px solid #d3d9e6;
    padding: 30px 0 50px
}

.main-footer .prices-note .widget {
    margin: 0
}

.main-footer .prices-note .p1 {
    text-align: left
}

.main-footer .prices-note .s1 {
    font-size: 12px;
    font-weight: 400;
    color: rgb(22, 60, 122)
}

.menu-item .icon {
    margin-right: 15px
}

.footer-widget-container {
    background-color: rgb(5, 47, 74);
    min-height: 70px;
    padding-bottom: 20px
}

.widget {
    margin-top: 25px
}

.widget .textwidget .p1 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0
}

@media only screen and (max-width:991px) {
    .widget {
        text-align: center
    }
}

@media only screen and (max-width:539px) {
    .main-footer {
        padding: 0
    }
    .main-footer .footer-menus-upper {
        display: none
    }
    .main-footer .footer-menus-upper-accordion {
        display: block
    }
    .main-footer .footer-menus-lower {
        padding: 30px 20px;
        border: none
    }
    .main-footer .prices-note .p1 {
        text-align: center
    }
}

.faq-page-container {
    background: linear-gradient(180deg, #2dabde 365px, #f4f8f9 2%);
    padding: 0 200px 90px
}

.faq-page-container .title {
        text-transform: uppercase;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    max-width: 720px;
    padding: 80px 30px 100px;
    margin-bottom: 0;
    margin-top: 70px
}

.faq-page-container .content {
    box-shadow: 0 20px 30px rgba(61, 70, 110, .2);
    color: #59667f;
    margin-bottom: 90px;
    max-width: 720px;
    padding: 30px 0 0
}

.faq-page-container .content .subject-block-title {
        text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 30px
}

.faq-page-container .content .question-container {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #d3d9e6;
    border-top: none
}

.faq-page-container .content .question-container:last-child {
    margin-bottom: 0
}

.faq-page-container .content .question-container .question {
    background: #fff;
    border: none;
    padding: 0
}

.faq-page-container .content .question-container .question:last-child {
    border: none
}

.faq-page-container .content .question-container .question-link {
        text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #59667f;
    padding: 20px 30px;
    text-align: left;
    white-space: normal;
    width: 100%
}

.faq-page-container .content .question-container .question-link:not(.collapsed) .arrow-icon {
    transform: rotate(90deg)
}

.faq-page-container .content .question-container .question-link:focus {
    box-shadow: none
}

.faq-page-container .content .question-container .question-link .arrow-icon {
    transition: all 300ms ease;
    fill: #59667f;
    margin-left: 5px
}

.faq-page-container .content .question-container .answer {
    padding: 0 30px 40px
}

@media only screen and (max-width:991px) {
    .faq-page-container {
        background: linear-gradient(180deg, #2dabde 265px, #f4f8f9 2%);
        padding: 0 60px 90px
    }
    .faq-page-container .title {
        padding: 40px 70px 60px
    }
}

@media only screen and (max-width:539px) {
    .faq-page-container {
        background: linear-gradient(180deg, #2dabde 130px, #f4f8f9 2%);
        padding: 0 20px 90px
    }
    .faq-page-container .title {
        font-size: 25px;
        font-weight: 600;
        padding: 30px 0 20px 40px
    }
    .faq-page-container .content {
        padding: 40px 0
    }
    .faq-page-container .content .question-container {
        font-size: 10px;
        font-weight: 400
    }
    .faq-page-container .content .question-container .question-link {
        font-size: 14px;
        font-weight: 600;
        padding: 20px
    }
    .faq-page-container .content .question-container .answer {
        font-size: 12px;
        font-weight: 400;
        padding: 0 20px 40px
    }
}

.reseller-page .feature-box-outer-wrap {
    padding-top: 0
}

.about-page {
    color: rgb(22, 60, 122)
}

.about-page .background-splash {
    min-width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -10
}

.about-page .custom-hero {
    margin-top: 120px;
    text-align: center
}

.about-page .custom-hero .title {
        text-transform: uppercase;
        font-size: 40px;
    font-weight: 400
}

@media only screen and (max-width:539px) {
    .about-page .custom-hero .title {
        font-size: 36px
    }
}

@media only screen and (max-width:539px) {
    .about-page .custom-hero {
        margin-top: 50px
    }
}

.about-page .media-box-outer-wrap:last-of-type {
    margin-bottom: 90px
}

.about-page .media-box-outer-wrap .content {
    color: rgb(22, 60, 122);
    line-height: 1.5;
    font-size: 18px;
    font-weight: 400
}

.about-page .boxes-outer-wrap {
    padding: 0 90px
}

@media only screen and (max-width:1199px) {
    .about-page .boxes-outer-wrap {
        padding: 0 60px
    }
}

@media only screen and (max-width:539px) {
    .about-page .boxes-outer-wrap {
        padding: 0 20px
    }
}

.about-page .boxes {
    max-width: 1350px;
    padding: 90px 0 0
}

@media only screen and (max-width:539px) {
    .about-page .boxes {
        padding: 10px 0 0
    }
}

.about-page .boxes .box {
    color: rgb(22, 60, 122);
    margin-bottom: 100px;
    text-align: center;

}

@media only screen and (max-width:539px) {
    .about-page .boxes .box {
        margin-bottom: 50px
    }
}

.about-page .boxes .box .is-a-box {
    box-shadow: 0 20px 30px 0 rgba(61, 70, 110, .2);
    padding: 80px 90px
}

@media only screen and (max-width:1199px) {
    .about-page .boxes .box .is-a-box {
        padding: 50px 60px
    }
}

@media only screen and (max-width:991px) {
    .about-page .boxes .box .is-a-box {
        padding: 30px 10px
    }
}

@media only screen and (max-width:767px) {
    .about-page .boxes .box .is-a-box {
        padding: 50px 60px
    }
}

@media only screen and (max-width:539px) {
    .about-page .boxes .box .is-a-box {
        padding: 30px 10px;
        box-shadow: 0 5px 10px 0 rgba(61, 70, 110, .2)
    }
}

.about-page .boxes .box .image-container {
    margin: 0 auto;
    max-height: 85px;
    max-width: 85px
}

.about-page .boxes .box .image-container .image {
    max-width: 100%
}

.about-page .boxes .box .title {
        text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px
}

@media only screen and (max-width:539px) {
    .about-page .boxes .box .title {
        font-size: 20px
    }
}

.about-page .boxes .box .text {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px
}

@media only screen and (max-width:539px) {
    .about-page .boxes .box .text {
        font-size: 16px
    }
}

.about-page .globe-outer-wrap {
    padding: 0 90px;
    margin-bottom: 90px
}

@media only screen and (max-width:1199px) {
    .about-page .globe-outer-wrap {
        padding: 0 60px
    }
}

@media only screen and (max-width:539px) {
    .about-page .globe-outer-wrap {
        padding: 0 20px
    }
}

.about-page .globe-outer-wrap .container.is-a-box {
    text-align: center;
    padding: 60px 130px;
    max-width: 1350px;
    box-shadow: 0 20px 30px 0 rgba(61, 70, 110, .2)
}

@media only screen and (max-width:1500px) {
    .about-page .globe-outer-wrap .container.is-a-box {
        padding: 60px 100px
    }
}

@media only screen and (max-width:1350px) {
    .about-page .globe-outer-wrap .container.is-a-box {
        padding: 60px
    }
}

@media only screen and (max-width:539px) {
    .about-page .globe-outer-wrap .container.is-a-box {
        box-shadow: 0 5px 10px 0 rgba(61, 70, 110, .2);
        padding: 30px 10px
    }
}

.about-page .globe-outer-wrap .container.is-a-box .title {
        text-transform: uppercase;
    font-size: 30px;
    font-weight: 400
}

.about-page .globe-outer-wrap .container.is-a-box .subtitle {
    font-size: 17px;
    font-weight: 400;
    padding: 0 100px
}

@media only screen and (max-width:991px) {
    .about-page .globe-outer-wrap .container.is-a-box .subtitle {
        padding: 0 30px
    }
}

@media only screen and (max-width:991px) {
    .about-page .globe-outer-wrap .container.is-a-box .subtitle {
        padding: 0
    }
}

@media only screen and (max-width:1199px) {
    .about-page .globe-outer-wrap .container.is-a-box .image-col {
        display: none
    }
}

.about-page .globe-outer-wrap .container.is-a-box .image-container {
    max-height: 300px;
    max-width: 370px
}

.about-page .globe-outer-wrap .container.is-a-box .image-container .image {
    max-width: 100%
}

.about-page .globe-outer-wrap .container.is-a-box .countries-container {
    margin-top: 50px
}

@media only screen and (max-width:1199px) {
    .about-page .globe-outer-wrap .container.is-a-box .countries-container {
        max-width: 500px;
        margin: 30px auto 0
    }
}

.about-page .globe-outer-wrap .container.is-a-box .country-container {
    margin-bottom: 30px
}

.about-page .globe-outer-wrap .container.is-a-box .country {
    padding: 20px 0;
    
    height: 100px;
    width: 100px;
    margin: 0 auto
}

.about-page .globe-outer-wrap .container.is-a-box .country .name {
        text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #9fabc3;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0;
    margin-top: 10px
}

.pbx-block .plan {
    border-left: 1px solid #d3d9e6;
    display: flex;
    flex-direction: column;
    text-align: center
}

.pbx-block .plan:first-child {
    border-left: none
}

.pbx-block .image-wrap {
    align-items: flex-end;
    display: flex;
    height: 60px;
    margin-bottom: 50px
}

.pbx-block .image-wrap .image {
    height: fit-content;
    margin: 0 auto
}

.pbx-block .middle-content {
    flex: 1
}

.pbx-block .type {
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
}

.pbx-block .price {
    font-size: 60px;
    font-weight: 300;
    color: rgb(22, 60, 122)
}

.pbx-block .currency {
    font-size: 20px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    margin-bottom: 40px
}

.pbx-block .contact-us {
    margin-top: 30px
}

.pbx-block .comment {
    font-size: 14px;
    font-weight: 300;
    color: #59667f;
    margin-bottom: 0
}

.pbx-block .capacity {
    font-size: 16px;
    font-weight: 500;
    color: #59667f;
    margin-bottom: 0
}

.pbx-block .button-wrap {
    margin: 60px 0;
    text-align: center
}

@media only screen and (max-width:991px) {
    .pbx-block .plan {
        border-left: none;
        border-top: 1px solid #d3d9e6;
        padding: 30px 0
    }
    .pbx-block .plan:first-child {
        border-top: none
    }
    .pbx-block .comment {
        font-size: 14px;
        font-weight: 400
    }
    .pbx-block .capacity {
        font-size: 14px;
        font-weight: 600
    }
}

.dialer-block .title {
    font-size: 27px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    margin-bottom: 20px
}

.dialer-block .content {
    font-size: 16px;
    font-weight: 300;
    color: #59667f;
    margin-bottom: 60px;
    padding-right: 100px
}

.dialer-block .buttons {
    display: flex
}

.dialer-block .buttons .button-wrap:last-child {
    margin-left: 20px
}

.dialer-block .row {
    padding-bottom: 60px
}

.dialer-block .image {
    width: 100%
}

@media only screen and (max-width:991px) {
    .dialer-block .title {
        margin-top: 60px
    }
    .dialer-block .content {
        margin-bottom: 30px
    }
    .dialer-block .button-wrap {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:539px) {
    .dialer-block {
        text-align: center
    }
    .dialer-block .title {
        margin-top: 60px
    }
    .dialer-block .content {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 30px;
        padding-right: 0
    }
    .dialer-block .button-wrap {
        display: none;
        margin-bottom: 30px
    }
    .dialer-block .button-wrap.is-under-image {
        display: block!important;
        margin-top: 30px
    }
}

.sip-block .plan {
    border-left: 1px solid #d3d9e6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center
}

.sip-block .plan:first-child {
    border-left: none
}

.sip-block .plan .name {
        font-size: 21px;
    font-weight: 400;
    margin-top: 30px;
    text-transform: capitalize;
    text-transform: uppercase;
}

.sip-block .plan .content {
    font-size: 14px;
    font-weight: 400;
    color: #59667f;
    margin-bottom: 60px;
    margin-top: 20px;
    padding: 0 30px;
    text-align: center
}

.sip-block .promoted-destinations .title {
    font-size: 16px;
    font-weight: 600;
    color: rgb(22, 60, 122)
}

.sip-block .promoted-destinations .currency {
    font-size: 14px;
    font-weight: 400;
    color: #59667f
}

.sip-block .promoted-destinations .list {
    list-style-type: none;
    padding: 0 20px;
    min-height: 250px
}

.sip-block .promoted-destinations .list .record {
    border-bottom: 1px solid #d3d9e6;
    color: #59667f;
    display: flex;
    justify-content: space-between;
    padding: 10px 5px
}

.sip-block .promoted-destinations .list .record .country {
    overflow: hidden;
    padding-right: 15px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sip-block .promoted-destinations .list .record .country .text {
    font-size: 14px;
    font-weight: 400
}

.sip-block .promoted-destinations .list .record .price {
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px
}

.sip-block .promoted-destinations .list .record [class$='icon '] {
    height: 20px;
    width: 30px
}

.sip-block .button-wrap {
    margin: 30px auto
}

@media only screen and (max-width:991px) {
    .sip-block .plan {
        border-left: none;
        border-top: 1px solid #d3d9e6;
        padding: 30px 70px 0
    }
    .sip-block .plan:first-child {
        border-top: none
    }
    .sip-block .plan .content {
        font-size: 14px;
        font-weight: 400
    }
    .sip-block .promoted-destinations {
        margin-bottom: 30px
    }
    .sip-block .promoted-destinations .list .record .country .text {
        font-size: 14px;
        font-weight: 400;
        margin-left: 30px
    }
    .sip-block .button-wrap {
        margin: 0 auto 30px
    }
}

@media only screen and (max-width:767px) {
    .sip-block .plan {
        padding: 30px 20px 0
    }
}

@media only screen and (max-width:539px) {
    .sip-block .plan {
        padding: 30px 0 0
    }
    .sip-block .plan .content {
        text-align: center;
        padding: 0
    }
    .sip-block .btn-secondary {
        font-size: 10px;
        padding: 0 10px
    }
    .sip-block .promoted-destinations {
        margin-bottom: 30px
    }
    .sip-block .promoted-destinations .title {
        display: none
    }
    .sip-block .promoted-destinations .currency {
        display: none
    }
    .sip-block .promoted-destinations .list {
        display: none
    }
}

.pricing-page .background-splash {
    min-width: 100%;
    max-width: 100%;
    padding-top: 100px;
    position: absolute;
    z-index: -10
}

.pricing-page .pricing-hero {
    color: rgb(22, 60, 122);
    padding: 180px 0 100px;
    text-align: center
}

.pricing-page .pricing-hero .title {
        text-transform: uppercase;
        font-size: 40px;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .pricing-page .pricing-hero .title {
        font-size: 34px
    }
}

.pricing-page .pricing-hero .subtitle {
    font-size: 20px
}

.pricing-page .pricing-navbar {
    background-color: transparent;
    border: none;
    height: 70px;
    transition: all 300ms ease;
    z-index: 5
}

.pricing-page .pricing-navbar.sticky {
    background-color: #f4f8f9;
    box-shadow: -1px 0 4px 0 rgba(61, 70, 110, .2);
    position: fixed;
    top: 70px
}

.pricing-page .pricing-navbar .nav {
    margin: 0 auto
}

.pricing-page .pricing-navbar .nav .nav-item:last-child {
    margin-right: 0
}

.pricing-page .pricing-navbar .nav .nav-link.active {
    background-color: transparent!important
}

.pricing-page .pricing-navbar .nav .nav-link.active::before {
    background-color: #2dabde;
    top: 43px
}

.pricing-page .sticky+.pricing-content {
    padding-top: 75px
}

.pricing-page .service-outer-wrap {
    padding: 170px 90px 0
}

.pricing-page .service-outer-wrap:first-of-type {
    padding-top: 50px
}

.pricing-page .service-outer-wrap:last-of-type {
    padding-bottom: 90px
}

.pricing-page .service-inner-wrap {
    padding: 0 40px;
    max-width: 1350px;
    margin: 0 auto;
    box-shadow: 0 20px 30px rgba(61, 70, 110, .2)
}

.pricing-page .service-inner-wrap .title-container {
    display: flex;
    align-items: center
}

.pricing-page .service-inner-wrap .title-container .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 15px 0 !important;
    line-height: 42px;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.pricing-page .service-inner-wrap .title-container .thumbnail-wrapper {
    border-radius: 50%;
    border: 1px solid transparent;
    box-shadow: 0 5px 10px rgba(61, 70, 110, .2);
    height: 42px;
    width: 42px
}

.pricing-page .service-inner-wrap .title-container .thumbnail-svg {
    margin-left: 10px
}

.pricing-page .service-inner-wrap .title-container {
    margin: 40px 0 50px
}

.pricing-page .service-inner-wrap .title-container .text {
    margin-left: 15px;
    color: #59667f
}

.pricing-page .service-inner-wrap .title-container .text .title {
    line-height: 20px;
    margin: 0
}

.pricing-page .service-inner-wrap .title-container .text .desc {
    font-size: 16px;
    font-weight: 300;
    margin: 0
}

@media only screen and (max-width:1199px) {
    .pricing-page .service-outer-wrap {
        padding: 90px 50px 0
    }
}

@media only screen and (max-width:991px) {
    .pricing-page .pricing-navbar .nav-item {
        width: auto;
        margin-right: 40px;
        border-top: none
    }
    .pricing-page .service-inner-wrap {
        box-shadow: 0 12px 17px rgba(61, 70, 110, .2)
    }
    .pricing-page .service-inner-wrap .title-container {
        margin: 40px 0 0
    }
}

@media only screen and (max-width:767px) {
    .pricing-page .pricing-navbar {
        display: none
    }
}

@media only screen and (max-width:539px) {
    .pricing-page .pricing-hero {
        padding: 50px 20px 0
    }
    .pricing-page .service-outer-wrap {
        padding: 90px 20px 0
    }
}

.single-page {
    padding: 200px 90px 100px
}

.single-page .title {
        text-transform: uppercase;
        font-size: 40px;
    font-weight: 500;
    color: rgb(22, 60, 122);
    margin-bottom: 50px;
    margin-top: 20px
}

@media only screen and (max-width:991px) {
    .single-page .title {
        font-size: 35px
    }
}

@media only screen and (max-width:539px) {
    .single-page .title {
        margin-bottom: 20px
    }
}

.single-page .author-info {
    color: rgb(22, 60, 122)
}

@media only screen and (max-width:539px) {
    .single-page .author-info .avatar {
        display: none
    }
}

@media only screen and (max-width:539px) {
    .single-page .author-info .text .name {
        display: none
    }
}

.single-page .content {
    font-size: 16px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    margin: 50px 0
}

@media only screen and (max-width:539px) {
    .single-page .content {
        font-size: 20px
    }
}

.single-page .post-image {
    max-height: 100%;
    max-width: 100%
}

.single-page .post-image.for-mobile {
    margin: 50px auto 0
}

@media only screen and (max-width:991px) {
    .single-page .post-image.for-mobile {
        display: block!important
    }
}

@media only screen and (max-width:539px) {
    .single-page .post-image.for-mobile {
        width: 100%
    }
}

@media only screen and (max-width:991px) {
    .single-page .post-image {
        display: none
    }
}

.single-page .about-the-author {
    box-shadow: 0 20px 30px 0 rgba(61, 70, 110, .2);
    margin-top: 60px;
    max-width: 500px;
    padding: 25px
}

.single-page .about-the-author .header {
        text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px
}

.single-page .about-the-author .header .about-text {
    color: #9fabc3;
    margin-left: 15px
}

.single-page .about-the-author .header .author-name {
    color: rgb(22, 60, 122);
    margin-left: 3px
}

.single-page .about-the-author .content {
    font-size: 12px;
    font-weight: 400;
    margin: 15px 0 0
}

@media only screen and (max-width:539px) {
    .single-page .about-the-author {
        display: none
    }
}

.single-page .related-posts {
    color: rgb(22, 60, 122);
    list-style-type: none;
    margin-top: 60px
}

.single-page .related-posts .title {
        text-transform: uppercase;
    font-size: 20px;
    font-weight: 500
}

@media only screen and (max-width:539px) {
    .single-page .related-posts .related-posts-container {
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        margin: 0 0 -50px;
        overflow-x: auto;
        padding: 0 0 50px
    }
    .single-page .related-posts .related-posts-container .related-post {
        display: block;
        flex: 0 0 auto;
        margin-right: 25px
    }
}

.single-page .related-posts .related-post {
    margin-bottom: 15px;
    display: flex
}

.single-page .related-posts .related-post:hover .info .title,
.single-page .related-posts .related-post:hover .info .preview {
    color: rgb(22, 60, 122);
    text-decoration: underline
}

.single-page .related-posts .related-post:hover .image-container {
    opacity: .7
}

.single-page .related-posts .image-container {
    transition: all 300ms ease;
    box-shadow: 0 2px 4px 0 rgba(61, 70, 110, .2);
    height: 120px;
    width: 200px
}

.single-page .related-posts .image-container .image {
    height: 120px;
    width: 200px
}

.single-page .related-posts .info {
    margin: auto 0 auto 15px
}

.single-page .related-posts .info .title {
        text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px
}

@media only screen and (max-width:539px) {
    .single-page .related-posts .info .title {
        text-align: left;
        margin-top: 15px
    }
}

.single-page .related-posts .info .preview {
    font-size: 12px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    margin: 0
}

@media only screen and (max-width:539px) {
    .single-page .related-posts .info .preview {
        width: 200px;
        font-size: 14px
    }
}

@media only screen and (max-width:539px) {
    .single-page .related-posts .info {
        margin: 0
    }
}

@media only screen and (max-width:991px) {
    .single-page .related-posts {
        padding: 0
    }
}

@media only screen and (max-width:539px) {
    .single-page .related-posts {
        overflow: hidden
    }
}

.single-page .widget_heateor_sss_sharing .widget-title {
        text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    text-align: left
}

.single-page .widget_heateor_sss_sharing .heateorSssSharingRound {
    margin-right: 20px!important
}

@media only screen and (max-width:1199px) {
    .single-page {
        padding: 200px 50px 0
    }
}

@media only screen and (max-width:991px) {
    .single-page {
        padding: 120px 30px 0
    }
}

@media only screen and (max-width:539px) {
    .single-page {
        padding: 50px 10px 0
    }
}

.blog-page .tag,
.single-page .tag {
    background-color: #d3d9e6;
    color: rgb(22, 60, 122)!important;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-right: 15px
}

.blog-page .tag:hover,
.single-page .tag:hover {
    background-color: rgb(22, 60, 122);
    color: #fff!important
}

.blog-page .tags-wrap,
.single-page .tags-wrap {
    overflow: hidden
}

@media only screen and (max-width:539px) {
    .blog-page .tags-outer-container,
    .single-page .tags-outer-container {
        -webkit-overflow-scrolling: touch;
        margin: 0 0 -50px;
        overflow-x: auto;
        padding: 0 0 50px
    }
}

@media only screen and (max-width:539px) {
    .blog-page .tags-container,
    .single-page .tags-container {
        display: inline-block;
        margin: 0 10px
    }
}

@media only screen and (max-width:539px) {
    .blog-page .tags-inner-container,
    .single-page .tags-inner-container {
        display: flex;
        flex-wrap: nowrap
    }
    .blog-page .tags-inner-container .tag,
    .single-page .tags-inner-container .tag {
        flex: 0 0 auto;
        height: 45px;
        line-height: 45px;
        margin-right: 20px
    }
    .blog-page .tags-inner-container .tag:last-child,
    .single-page .tags-inner-container .tag:last-child {
        margin-right: 0
    }
}

.blog-page .container-fluid,
.single-page .container-fluid {
    margin: 0 auto;
    max-width: 1350px;
    padding: 0
}

.blog-page .author-info,
.single-page .author-info {
    display: flex;
    margin-bottom: 20px
}

.blog-page .author-info .avatar,
.single-page .author-info .avatar {
    border-radius: 50%;
    height: 50px;
    margin-right: 15px;
    width: 50px
}

.blog-page .author-info .emoji-container,
.single-page .author-info .emoji-container {
    background-color: #fff;
    border-radius: 50%;
    height: 50px;
    margin-right: 15px;
    width: 50px
}

.blog-page .author-info .emoji-container .icon,
.single-page .author-info .emoji-container .icon {
    display: block;
    margin: 13px auto 0
}

.blog-page .author-info .text .name,
.single-page .author-info .text .name {
        text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.blog-page .author-info .text .publish-date,
.single-page .author-info .text .publish-date {
        text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.blog-page .back-button,
.single-page .back-button {
        text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    cursor: pointer
}

.blog-page .back-button .arrow-icon,
.single-page .back-button .arrow-icon {
    fill: rgb(22, 60, 122)!important;
    margin-bottom: 3px;
    margin-right: 5px
}

.blog-page .back-button:hover,
.single-page .back-button:hover {
    text-decoration: none!important
}

.blog-page .back-button:hover .text,
.single-page .back-button:hover .text {
    text-decoration: underline
}

.blog-page {
    color: rgb(22, 60, 122);
    padding: 200px 90px 100px
}

.blog-page .blog-item {
    margin-bottom: 70px
}

@media only screen and (max-width:539px) {
    .blog-page .blog-item .details .author-info .avatar,
    .blog-page .blog-item .details .author-info .emoji-container {
        display: none
    }
}

@media only screen and (max-width:539px) {
    .blog-page .blog-item .details .author-info .text .name {
        display: none
    }
}

@media only screen and (max-width:539px) {
    .blog-page .blog-item .details .author-info {
        padding: 0 10px;
        margin: 0
    }
}

.blog-page .blog-item .details .title {
        text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    display: block;
    margin-bottom: 20px;
    text-decoration: none
}

@media only screen and (max-width:539px) {
    .blog-page .blog-item .details .title {
        margin-bottom: 15px
    }
}

.blog-page .blog-item .details .content-preview {
    font-size: 18px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    line-height: 30px
}

@media only screen and (max-width:539px) {
    .blog-page .blog-item .details .content-preview {
        line-height: 22px
    }
}

.blog-page .blog-item .details .read-more {
        text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #2dabde;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    width: max-content
}

@media only screen and (max-width:539px) {
    .blog-page .blog-item .details {
        padding: 0 15px
    }
}

.blog-page .blog-item .image-container {
    transition: all 300ms ease;
    box-shadow: 0 5px 10px 0 rgba(61, 70, 110, .2);
    display: block;
    height: 280px;
    width: 470px
}

.blog-page .blog-item .image-container.for-mobile {
    height: 200px;
    margin: 0 auto 20px;
    width: 100%
}

@media only screen and (max-width:991px) {
    .blog-page .blog-item .image-container.for-mobile {
        display: block!important
    }
}

.blog-page .blog-item .image-container .image {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%
}

@media only screen and (max-width:991px) {
    .blog-page .blog-item .image-container {
        display: none
    }
}

@media only screen and (max-width:539px) {
    .blog-page .blog-item .image-container {
        box-shadow: 0 4px 6px 0 rgba(61, 70, 110, .2)
    }
}

.blog-page .blog-hero {
    margin-bottom: 80px
}

.blog-page .search-form {
    position: relative
}

.blog-page .search-form input[type=submit] {
    display: none
}

.blog-page .search-form .clear-button {
    transition: all 300ms ease;
    background-color: transparent;
    border: none;
    cursor: default;
    opacity: 0;
    outline: none;
    position: absolute;
    right: 80px;
    top: 15px
}

.blog-page .search-form .clear-button .close-icon {
    cursor: default
}

.blog-page .search-form .clear-button.is-visible {
    cursor: pointer;
    opacity: 1
}

.blog-page .search-form .clear-button.is-visible .close-icon {
    cursor: pointer
}

@media only screen and (max-width:539px) {
    .blog-page .search-form .clear-button {
        right: 20px
    }
}

.blog-page .search-form .glass-wrapper {
    transition: all 300ms ease;
    border-radius: 50%;
    cursor: default;
    height: 30px;
    position: absolute;
    top: 10px;
    width: 30px
}

.blog-page .search-form .glass-wrapper.active {
    cursor: pointer;
    background-color: #2dabde
}

.blog-page .search-form .glass-wrapper.active .glass-icon {
    cursor: pointer;
    fill: #d3d9e6
}

.blog-page .search-form .glass-icon {
    fill: #9fabc3;
    left: 5px;
    position: absolute;
    top: 5px
}

@media only screen and (max-width:539px) {
    .blog-page .search-form {
        padding: 0 15px;
        margin-bottom: 40px
    }
}

.blog-page .search-form .form-control {
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #9fabc3;
    border-radius: 0;
    color: #9fabc3;
    max-width: 470px;
    padding-left: 35px
}

.blog-page .search-form .form-control::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #9fabc3
}

@media only screen and (max-width:539px) {
    .blog-page .page-title {
        padding: 0 15px
    }
}

.blog-page .title {
        text-transform: uppercase;
        font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    max-width: 600px
}

@media only screen and (max-width:539px) {
    .blog-page .title {
        font-size: 40px;
        margin-bottom: 15px
    }
}

.blog-page .subtitle {
    font-size: 20px;
    font-weight: 400;
    max-width: 600px
}

@media only screen and (max-width:539px) {
    .blog-page .subtitle {
        font-size: 14px;
        line-height: 22px
    }
}

.blog-page .results {
        text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px
}

.blog-page .posts-list {
    padding: 0
}

.blog-page .popular-tags .title {
        text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: rgb(22, 60, 122);
    margin-bottom: 20px;
    text-transform: uppercase
}

@media only screen and (max-width:539px) {
    .blog-page .popular-tags .title {
        margin-left: 20px
    }
}

.blog-page .no-results-block {
    margin: 0 auto;
    text-align: center;
    width: 350px
}

.blog-page .no-results-block .message {
        text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    color: rgb(22, 60, 122);
    margin: 30px 0
}

@media only screen and (max-width:1199px) {
    .blog-page {
        padding: 200px 50px 100px
    }
}

@media only screen and (max-width:539px) {
    .blog-page {
        padding: 50px 0 100px
    }
}

.resources-template-container {
    background: linear-gradient(to bottom, #2dabde 365px, #f4f8f9 365px);
    padding: 0 90px 90px
}

.resources-template-container .title {
        text-transform: uppercase;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    margin: 60px auto 0;
    max-width: 1182px;
    padding: 110px 60px
}

.resources-template-container .content {
    box-shadow: 0 20px 30px rgba(61, 70, 110, .2);
    color: #59667f;
    margin: 0 auto;
    max-width: 1182px;
    padding: 60px
}

.resources-template-container .content h2 {
        text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px
}

.resources-template-container .content p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px
}

.resources-template-container .content p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .resources-template-container {
        background: linear-gradient(to bottom, #2dabde 265px, #f4f8f9 265px);
        padding: 0 60px 90px
    }
    .resources-template-container .title {
        padding: 40px 70px 60px
    }
}

@media only screen and (max-width:539px) {
    .resources-template-container {
        padding: 0 20px 90px
    }
    .resources-template-container .title {
        font-size: 25px;
        font-weight: 600;
        padding: 30px 0 20px 40px
    }
    .resources-template-container .content {
        padding: 40px 20px
    }
}

.contact-html {
    height: 100%
}

.contact-form-body {
    background-color: #fff;
    height: 100%;
    padding: 20px 30px 30px;
    position: relative
}

.contact-form-body .title-container {
    display: flex;
    align-items: center
}

.contact-form-body .title-container .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0
}

.contact-form-body .title-container .thumbnail-wrapper {
    border-radius: 50%;
    border: 1px solid transparent;
    box-shadow: 0 5px 10px rgba(61, 70, 110, .2);
    height: 42px;
    width: 42px
}

.contact-form-body .title-container .thumbnail-svg {
    margin-left: 10px
}

.contact-form-body .title-container,
.contact-form-body .pricing-label {
    margin-bottom: 30px
}

.contact-form-body .title-container .title {
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase
}

.contact-form-body .title-container .close-icon-wrap {
    position: absolute;
    right: 30px
}

.contact-form-body .title-container .close-icon-wrap .close-icon {
    fill: #9fabc3
}

.contact-form-body .title-container .thumbnail-wrapper {
    margin-right: 15px
}

.contact-form-body .form-title {
    font-size: 14px;
    font-weight: 700;
    color: rgb(22, 60, 122)
}

.contact-form-body .label {
    letter-spacing: 2px
}

.contact-form-body .label .em-svg {
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 3px
}

.contact-form-body .pricing-radio {
    display: block;
    margin-bottom: 40px
}

.contact-form-body .wpcf7-list-item {
    line-height: 20px;
    position: relative;
    text-indent: 10px
}

.contact-form-body .wpcf7-list-item.first {
    margin-left: 0
}

.contact-form-body .wpcf7-list-item .wpcf7-list-item-label {
    transition: all 300ms ease;
    margin-left: 20px
}

.contact-form-body input[type=radio] {
    cursor: pointer;
    display: block;
    height: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 65px;
    z-index: 3
}

.contact-form-body input[type=radio]:checked~.wpcf7-list-item-label {
    color: rgb(22, 60, 122)
}

.contact-form-body input[type=radio][type=radio]~.wpcf7-list-item-label:before,
.contact-form-body input[type=radio][type=radio]~.wpcf7-list-item-label:after {
    border-radius: 100%
}

.contact-form-body input[type=radio][type=radio]:checked~.wpcf7-list-item-label:before {
    background-color: #00d7f4;
    border: 0
}

.contact-form-body input[type=radio][type=radio]:checked~.wpcf7-list-item-label:after {
    opacity: 1
}

.contact-form-body input[type=radio][type=radio]:checked.with-background-color~.wpcf7-list-item-label:after {
    border-color: #f4f8f9
}

.contact-form-body .wpcf7-textarea {
    height: 110px
}

.contact-form-body .button-wrap {
    bottom: 30px;
    left: 0;
    margin: 0 auto;
    max-width: 330px;
    padding: 50px 0;
    position: absolute;
    right: 0
}

@media only screen and (max-height:810px) {
    .contact-form-body .button-wrap {
        position: static;
        margin: 1px auto
    }
}

.contact-form-body .submit-button {
    width: 100%
}

.contact-form-body .response-form-container {
    color: rgb(22, 60, 122);
    margin-top: 10px
}

.contact-form-body .response-form-container .message-container {
    display: flex
}

.contact-form-body .response-form-container .message-container .message {
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px
}

.wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 300;
    user-select: none;
    color: rgb(22, 60, 122);
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-indent: 0;
    text-transform: none;
    vertical-align: top
}

.wpcf7-list-item-label:after,
.wpcf7-list-item-label:before {
    border: 1px solid #9fabc3;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.wpcf7-list-item-label:before {
    z-index: 1
}

.wpcf7-list-item-label:after {
    background-color: #00d7f4;
    border: 4px solid #fff;
    height: 18px;
    left: 1px;
    opacity: 0;
    top: 1px;
    width: 18px;
    z-index: 2
}

.wpcf7-form label.error {
    font-size: 10px;
    font-weight: 400;
    color: #ff4d6b
}

span.wpcf7-not-valid-tip {
    font-size: 10px!important;
    color: #ff4d6b;
    margin-left: 5px;
    margin-top: 5px;
    text-transform: uppercase
}

.form-control.error,
.form-control.wpcf7-not-valid,
.wpcf7-select.wpcf7-not-valid+.form-dropdown>.form-control {
    border: 1px solid #ff4d6b
}

.wpcf7-mail-sent-ok,
.wpcf7-validation-errors,
.wpcf7-spam-blocked {
    display: none!important
}

@media only screen and (max-width:385px) {
    .contact-form-body .button-wrap {
        max-width: 250px
    }
}

.destinations-body {
    overflow-y: auto;
    padding: 0 50px;
    background-color: #fff
}

.destinations-body .menu-container {
    position: fixed;
    background-color: #fff;
    top: 0;
    height: 220px;
    width: 100%;
    padding-top: 30px;
    padding-right: 100px
}

.destinations-body .menu-container .title-container {
    display: flex;
    align-items: center
}

.destinations-body .menu-container .title-container .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0
}

.destinations-body .menu-container .title-container .thumbnail-wrapper {
    border-radius: 50%;
    border: 1px solid transparent;
    box-shadow: 0 5px 10px rgba(61, 70, 110, .2);
    height: 42px;
    width: 42px
}

.destinations-body .menu-container .title-container .thumbnail-svg {
    margin-left: 10px
}

.destinations-body .close-icon-wrap {
    position: absolute;
    right: 30px
}

.destinations-body .close-icon-wrap .close-icon {
    fill: #9fabc3
}

.destinations-body .list-headers {
    font-size: 14px;
    font-weight: 600;
    color: #59667f;
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

.destinations-body .list-headers .prefix-and-price-headers {
    display: flex;
    width: 200px;
    justify-content: space-between
}

@media only screen and (max-width:470px) {
    .destinations-body .list-headers .prefix-and-price-headers {
        width: 150px
    }
}

.destinations-body .filters-and-download-container {
    display: flex;
    justify-content: space-between
}

.destinations-body .filters-container {
    display: flex
}

.destinations-body .dropdown.select-dropdown {
    background-color: transparent;
    border: none;
    color: #2dabde;
    margin-top: 10px;
    margin-right: 10px
}

.destinations-body .dropdown.select-dropdown:focus {
    outline: none
}

.destinations-body .download-button {
    height: 30px;
    line-height: 32px;
    margin-top: 5px;
    margin-left: 60px
}

.destinations-body .download-button.for-mobile {
    display: none
}

.destinations-body .input-container {
    position: relative
}

.destinations-body .glass-icon {
    position: absolute;
    top: 10px;
    right: 10px
}

.destinations-body .destinations-search-input {
    height: 30px;
    width: 200px;
    margin-top: 5px;
    border-radius: 16px;
    line-height: 2!important
}

.destinations-body .form-dropdown {
    width: 115px
}

.destinations-body .form-dropdown .form-control {
    font-size: 16px;
    font-weight: 600;
    border: none;
    color: #2dabde!important;
    padding-left: 0
}

.destinations-body .form-dropdown .form-control:focus~.arrow-icon {
    fill: #2dabde
}

.destinations-body .form-dropdown .arrow-icon {
    fill: #2dabde
}

.destinations-body .form-dropdown .dropdown-menu {
    min-width: 120px!important;
    transform: translate3d(0px, 28px, 0)!important
}

.destinations-body .destinations-container {
    margin-top: 210px
}

.destinations-body .records-container {
    list-style: none;
    padding: 0
}

.destinations-body .records-container .record {
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #d3d9e6;
    color: #59667f;
    display: flex;
    justify-content: space-between;
    padding: 25px 0
}

@media only screen and (max-width:470px) {
    .destinations-body .records-container .record .country {
        width: 150px
    }
}

.destinations-body .records-container .record .text {
    margin-left: 10px
}

.destinations-body .records-container .record .prefix-and-price {
    display: flex;
    width: 200px;
    justify-content: space-between
}

@media only screen and (max-width:470px) {
    .destinations-body .records-container .record .prefix-and-price {
        width: 150px
    }
}

.destinations-body .records-container .record .price {
    font-size: 14px;
    font-weight: 600
}

.destinations-body .scroll-gradient {
    background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 5px;
    content: '';
    height: 30px;
    margin-top: 25px;
    pointer-events: none;
    position: relative
}

@media only screen and (max-width:767px) {
    .destinations-frame .iframe-wrap {
        width: 100%!important
    }
}

@media only screen and (max-width:590px) {
    .destinations-body {
        padding: 0 20px
    }
    .destinations-body .menu-container {
        padding-right: 40px
    }
    .destinations-body .filters-and-download-container {
        justify-content: flex-start
    }
    .destinations-body .destinations-search-input {
        width: auto
    }
    .download-button {
        display: none
    }
    .download-button.for-mobile {
        display: block!important;
        margin-left: 15px;
        margin-top: 12px
    }
}

.home-page-container {
    color: rgb(22, 60, 122);
    position: relative;
    overflow: hidden
}

.home-page-container .triple-component {
    text-align: center;
    position: relative;
    top: 150px
}

.home-page-container .triple-component .container-fluid {
    max-width: 1350px
}

.home-page-container .triple-component .header {
        text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px
}

.home-page-container .triple-component .hanging-image {
    left: 150px;
    position: absolute;
    top: 50px;
    transition: transform 2s ease-out;
    width: 100px;
    z-index: -2
}

.home-page-container .triple-component .hanging-image.slide {
    transform: translate(0, 300px)
}

.home-page-container .triple-component .feature {
    height: 370px;
    margin: 0 15px;
    padding-top: 85px;
    position: relative
}

.home-page-container .triple-component .feature .image {
    margin-bottom: 20px;
    max-width: 64px;
}

.home-page-container .triple-component .feature .title {
        text-transform: uppercase;
    font-size: 20px;
    font-weight: 500
}

.home-page-container .triple-component .feature .description {
    font-size: 16px;
    padding: 0 50px;    font-weight: 300;
}

@media only screen and (max-width:991px) {
    .home-page-container .triple-component .header {
            text-transform: uppercase;
        font-size: 30px;
        font-weight: 400
    }
    .home-page-container .triple-component .hanging-image {
        left: 50px
    }
    .home-page-container .triple-component .feature {
        height: 300px;
        padding-top: 50px
    }
    .home-page-container .triple-component .feature .image {
        margin-bottom: 20px
    }
    .home-page-container .triple-component .feature .title {
            text-transform: uppercase;
        font-size: 20px;
        font-weight: 500
    }
    .home-page-container .triple-component .feature .description {
        font-size: 16px;
        padding: 0 30px
    }
}

@media only screen and (max-width:767px) {
    .home-page-container .triple-component {
        top: 0
    }
    .home-page-container .triple-component .hanging-image {
        display: none
    }
    .home-page-container .triple-component .header {
        font-size: 25px
    }
    .home-page-container .triple-component .feature {
        margin-bottom: 30px;
        padding-top: 50px
    }
}

@media only screen and (max-width:539px) {
    .home-page-container .wrapper {
        padding: 0 30px;
        transform: unset !important;
    }
    .home-page-container .triple-component .feature {
        height: auto;
        padding-bottom: 30px;
        padding-top: 30px
    }
}

.home-page-container .solutions-component {
    position: relative;
    margin-top: 50px
}

.home-page-container .solutions-component .container-fluid {
    max-width: 1350px
}

.home-page-container .solutions-component .header {
        text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px
}

.home-page-container .solutions-component .subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 120px
}

.home-page-container .solutions-component .solution-col {
    transition: all 300ms ease;
    color: rgb(22, 60, 122);
    padding-bottom: 25px;
    padding-top: 35px;
    text-decoration: none
}

.home-page-container .solutions-component .solution-col:hover {
    box-shadow: 0 20px 30px 0 rgba(61, 70, 110, .2);
    background: rgb(255, 255, 255);
}

.home-page-container .solutions-component .solution-col.disabled:hover {
    box-shadow: none
}

.home-page-container .solutions-component .solution {
    text-align: center
}

.home-page-container .solutions-component .solution .image {
    margin-bottom: 20px;    max-width: 70px;
}

.home-page-container .solutions-component .solution .title {
        text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px
}

.home-page-container .solutions-component .solution .description {
    font-size: 15px;
    font-weight: 300
}

@media only screen and (max-width:767px) {
    .home-page-container .solutions-component {
        margin-top: 30px;
        top: 0;
        text-align: center
    }
    .home-page-container .solutions-component .header {
        font-size: 25px;
        margin-top: 60px
    }
    .home-page-container .solutions-component .subtitle {
        font-size: 18px;
        margin-bottom: 30px
    }
    .home-page-container .solutions-component .solution {
        margin-top: 20px
    }
    .home-page-container .solutions-component .solution .title {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.home-page-container .integrations-component {
    margin-top: 200px;
    position: relative;
    top: 150px
}

.home-page-container .integrations-component .container-fluid {
    max-width: 1500px
}

.home-page-container .integrations-component .text-container {
    padding-left: 90px
}

.home-page-container .integrations-component .header {
        text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px
}

.home-page-container .integrations-component .subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 500px
}

.home-page-container .integrations-component .row {
    max-width: 1100px
}

.home-page-container .integrations-component .integration {
    height: 140px;
    margin-bottom: 40px;
    padding-top: 40px;
    text-align: center;
    width: 140px
}

.home-page-container .integrations-component .integration.is-a-box {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(61, 70, 110, .2)
}

.home-page-container .integrations-component .integration .name {
    font-size: 11px;
    font-weight: 600;
    color: #9fabc3;
    margin-top: 20px;
    text-transform: uppercase
}

.home-page-container .integrations-component .paroller-red-flag-cloud {
    position: absolute;
    right: 0;
    z-index: -2
}

.home-page-container .integrations-component .paroller-red-flag-cloud .red-flag-cloud {
    position: absolute;
    right: 0;
    top: -600px
}

.home-page-container .integrations-component .parachute-to-right {
    position: absolute;
    right: 250px;
    top: -250px;
    z-index: -2
}

@media only screen and (max-width:1650px) {
    .home-page-container .integrations-component.wrapper {
        padding: 0
    }
}

@media only screen and (max-width:991px) {
    .home-page-container .integrations-component .integration {
        padding-top: 30px;
        width: 120px;
        height: 120px
    }
}

@media only screen and (max-width:767px) {
    .home-page-container .integrations-component {
        margin-top: 150px
    }
    .home-page-container .integrations-component .row {
        justify-content: center!important
    }
    .home-page-container .integrations-component .header {
            text-transform: uppercase;
        font-size: 25px;
        font-weight: 500
    }
    .home-page-container .integrations-component .text-container {
        padding: 0 50px;
        text-align: center;
        width: auto
    }
    .home-page-container .integrations-component .subtitle {
        max-width: none
    }
    .home-page-container .integrations-component .integration {
        height: 140px;
        margin: 0 auto 40px;
        padding-top: 40px;
        width: 140px
    }
    .home-page-container .integrations-component .red-flag-cloud {
        display: none
    }
    .home-page-container .integrations-component .parachute-to-right {
        display: none
    }
}

@media only screen and (max-width:539px) {
    .home-page-container .integrations-component {
        margin-top: 100px;
        top: 0
    }
    .home-page-container .integrations-component .text-container {
        padding: 0 10px
    }
    .home-page-container .integrations-component .integration {
        height: 120px;
        padding-top: 30px;
        width: 120px
    }
}

.home-page-container .help-component {
    background: linear-gradient(180deg, #2dabde 270px, transparent 2%);
    margin-top: 200px;
    position: relative;
    text-align: center
}

.home-page-container .help-component .header {
        text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 80px;
    padding-top: 60px
}

.home-page-container .help-component .is-a-box {
    border-radius: 10px;
    height: 300px;
    padding: 40px 0 20px
}

@media only screen and (max-width:767px) {
    .home-page-container .help-component .is-a-box {
        height: auto
    }
}

.home-page-container .help-component .is-a-box .title {
        text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    padding-top: 30px
}

@media only screen and (max-width:991px) {
    .home-page-container .help-component .is-a-box .title {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .home-page-container .help-component .is-a-box .title {
        font-size: 25px
    }
}

.home-page-container .help-component .is-a-box .text {
    font-size: 18px;
    margin: 0 auto;
    max-width: 250px;
    padding: 20px 0 40px
}

.home-page-container .help-component .is-a-box .button {
    min-width: 190px
}

.home-page-container .help-component .column {
    margin-bottom: 50px;
    position: relative
}

.home-page-container .help-component .emoji-bubble {
    background-color: #fff;
    border-radius: 80px;
    border: 1px solid #fff;
    box-shadow: 0 5px 10px 0 rgba(61, 70, 110, .2);
    height: 80px;
    left: calc( 50% - 40px);
    padding-top: 25px;
    position: absolute;
    top: -40px;
    width: 80px
}

@-moz-document url-prefix() {
    .home-page-container .help-component .emoji-bubble {
        font-size: 30px;
        padding-top: 15px
    }
}

.home-page-container .help-component .emoji-bubble .em-svg {
    font-size: 20px
}

.home-page-container .help-component .parachute-to-left {
    animation: float 6s ease-in-out infinite;
    position: absolute;
    right: 200px;
    top: -80px;
    transform: translatey(0px)
}

@media only screen and (max-width:991px) {
    .home-page-container .help-component .parachute-to-left {
        right: 100px
    }
}

@media only screen and (max-width:767px) {
    .home-page-container .help-component .parachute-to-left {
        display: none
    }
}

.home-page-container .users-component {
    background: linear-gradient(180deg, #2dabde 270px, transparent 2%);
    text-align: left;
    margin-top: 220px;
    position: relative
}

@media only screen and (max-width:767px) {
    .home-page-container .users-component {
        margin-top: 120px
    }
}

@media only screen and (max-width:539px) {
    .home-page-container .users-component {
        margin-top: 120px
    }
}

.home-page-container .users-component .container-fluid {
    max-width: 1350px
}

.home-page-container .users-component .text-container {
    padding-top: 50px;
    color: #fff
}

.home-page-container .users-component .text-container .header {
        text-transform: uppercase;
    font-size: 40px;
    font-weight: 500
}

@media only screen and (max-width:767px) {
    .home-page-container .users-component .text-container .header {
        font-size: 25px
    }
}

.home-page-container .users-component .text-container .subtitle {
    font-size: 20px;
    font-weight: 400
}

.home-page-container .users-component .carousel {
    margin: 0 auto;
    max-width: 1000px
}

.home-page-container .users-component .carousel .carousel-box {
    margin: 50px auto 0;
    max-width: 720px;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: left
}

.home-page-container .users-component .carousel .carousel-box .quotes {
    margin-bottom: 20px;
    margin-left: 140px
}

@media only screen and (max-width:767px) {
    .home-page-container .users-component .carousel .carousel-box .quotes {
        display: none
    }
}

.home-page-container .users-component .carousel .item-content {
    display: flex
}

@media only screen and (max-width:767px) {
    .home-page-container .users-component .carousel .item-content {
        display: block
    }
}

.home-page-container .users-component .carousel .item-content .emoji-wrap {
    padding: 0 40px;
    position: relative
}

@media only screen and (max-width:767px) {
    .home-page-container .users-component .carousel .item-content .emoji-wrap {
        margin-bottom: 20px;
        padding: 0 30px
    }
}

.home-page-container .users-component .carousel .item-content .emoji-wrap .em-svg {
    font-size: 40px
}

.home-page-container .users-component .carousel .item-content .content {
    font-size: 18px;
    padding-right: 50px;
    text-align: left
}

@media only screen and (max-width:767px) {
    .home-page-container .users-component .carousel .item-content .content {
        padding-left: 30px
    }
}

.home-page-container .users-component .carousel .item-content .content .details {
        text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px
}

.home-page-container .users-component .carousel .carousel-control-prev,
.home-page-container .users-component .carousel .carousel-control-next {
    height: 250px
}

.home-page-container .users-component .carousel .carousel-control-prev .arrow-icon,
.home-page-container .users-component .carousel .carousel-control-next .arrow-icon {
    fill: #59667f;
    height: 30px;
    width: 30px
}

@media only screen and (max-width:991px) {
    .home-page-container .users-component .carousel .carousel-control-prev {
        left: -80px
    }
}

@media only screen and (max-width:539px) {
    .home-page-container .users-component .carousel .carousel-control-prev {
        left: -40px
    }
}

@media only screen and (max-width:991px) {
    .home-page-container .users-component .carousel .carousel-control-next {
        right: -80px
    }
}

@media only screen and (max-width:539px) {
    .home-page-container .users-component .carousel .carousel-control-next {
        right: -40px
    }
}

.home-page-container .users-component .carousel .carousel-indicators {
    margin: 20px auto 0;
    position: static
}

.home-page-container .users-component .carousel .carousel-indicators .bulletin.active {
    background-color: #2dabde!important
}

.home-page-container .users-component .parachute-to-left {
    animation: float 6s ease-in-out infinite;
    position: absolute;
    right: 200px;
    top: -80px;
    transform: translatey(0px)
}

@media only screen and (max-width:991px) {
    .home-page-container .users-component .parachute-to-left {
        right: 100px
    }
}

@media only screen and (max-width:767px) {
    .home-page-container .users-component .parachute-to-left {
        display: none
    }
}

.home-page-container .is-a-box {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 5px 20px 0 rgba(61, 70, 110, .2);
    overflow: hidden
}

.home-page-container .wrapper {
    padding: 0 90px
}

@media only screen and (max-width:1199px) {
    .home-page-container .wrapper {
        padding: 0 50px
    }
}

@media only screen and (max-width:539px) {
    .home-page-container .wrapper {
        padding: 0 30px
    }
}

.home-page-container .background-splash {
    position: absolute;
    z-index: -10;
    min-width: 100%;
    max-width: 100%
}

.home-page-container .illustration-wrap {
    padding: 100px 30px 50px;
    text-align: center
}

.home-page-container .illustration-wrap .agents-illustration {
    max-width: 800px;
    width: 100%
}

.home-page-container .paroller-parachute-triple {
    position: relative;
    top: -350px;
    z-index: -1
}

@media only screen and (max-width:539px) {
    .home-page-container .paroller-parachute-triple {
        top: -150px
    }
}

.home-page-container .paroller-agents-illustration {
    position: relative;
    top: -130px
}

.home-page-container .parachute-half {
    position: absolute;
    right: 0
}

@media only screen and (max-width:539px) {
    .home-page-container .parachute-half {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .home-page-container .red-flag-mobile {
        position: relative;
        display: block!important;
        margin: 30px auto;
        width: 50%;
        top: 0
    }
}


.hamburger {
    padding: 8px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 25px;
    height: 19px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: rgb(22, 60, 122);
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    bottom: -8px
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: .075s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top .075s .12s ease, opacity .075s ease
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .075s ease, opacity .075s .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1)
}

body.is-fixed {
    position: fixed;
    overflow: hidden;
    touch-action: none;
    height: 100%
}

.preload-transition>* {
    transition: 1s!important
}

.destinations-frame .iframe-wrap,
.contact-form .iframe-wrap {
    -webkit-overflow-scrolling: touch;
    overflow: auto!important
}

.btn-icon.is-square {
    box-shadow: none
}

@keyframes float {
    0% {
        transform: translatey(0px)
    }
    50% {
        transform: translatey(-40px)
    }
    100% {
        transform: translatey(0px)
    }
}

.no-hover a {
    text-decoration: none;
    pointer-events: none
}

.grecaptcha-badge {
    bottom: 0!important
}

.content-wrapper {
    border-bottom: 1px solid #d3d9e6
}

@media only screen and (max-width:770px) {
    div#main-menu {
        height: 100vh !important;
    }
}

a.navbar-brand img.image {
    max-width: 230px;
}

* {
    font-family: 'Lato', sans-serif !important;
}
.main-footer .footer-menus-upper, .main-footer .we-accept-container .navbar-nav {    justify-content: center;}
.main-footer .prices-note .p1 {
    text-align: center;
}
.footer-widget-container .widget .textwidget .p1 {
    font-size: 13px;
}
.footer-menus-lower.row.justify-content-between {
    justify-content: center !important;
}
.footer-widget-container {
    text-align: center;
}
.hero-content .title-container .title {
    font-size: 20px;
    font-weight: 300;
}
.header-container.is-aligned-center.piopl.col-lg-12.col-12 {
    text-align: center;
    margin: 0 0 35px 0;
}